@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --white: #fff;
  --white-10: rgba(255, 255, 255, 0.1);
  --white-50: rgba(255, 255, 255, 0.5);
  --black: #000;
  --black-10: rgba(0, 0, 0, 0.1);
  --black-40: rgba(0, 0, 0, 0.4);
  --black-50: rgba(0, 0, 0, 0.5);
  --primary: #222;
  --main: #1fb0e6;
  --main2: #5e76cd;
  --secondary: #888888;
  --placeholder: #cdcdcd;
  --gray-bg: #f6f7fb;
  --bg-main: #fff;
  --green: #5ef85c;
  --green2: #5b9460;
  --red: #cd4f4f;
  --yellow: #ffbc10;
  --shadow-modal: 0 0 0.625rem 0.125rem rgba(0, 0, 0, 0.3);
  /* ----------------- */
  --swiper-wrapper-transition-timing-function: linear !important;
}
footer.footer .logo,
footer.footer .logo-black,
footer.footer .logo-white {
  width: 17.5rem;
  min-width: 10rem;
}
@media (max-width: 1279px) {
  footer.footer .logo,
  footer.footer .logo-black,
  footer.footer .logo-white {
    width: 16.25rem;
  }
}
@media (max-width: 1023px) {
  footer.footer .logo,
  footer.footer .logo-black,
  footer.footer .logo-white {
    width: 15rem;
  }
}
@media (max-width: 639px) {
  footer.footer .logo,
  footer.footer .logo-black,
  footer.footer .logo-white {
    width: 12.5rem;
  }
}
footer.footer .footer-menu {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 1 1 20%;
}
@media (max-width: 1279px) {
  footer.footer .footer-menu {
    flex: 1 1 30%;
  }
}
@media (max-width: 767px) {
  footer.footer .footer-menu {
    flex: 1 1 40%;
  }
}
@media (max-width: 639px) {
  footer.footer .footer-menu {
    flex: 1 1 100%;
  }
}
footer.footer .footer-menu .footer-link {
  display: flex;
  padding: 0.25rem 0;
  font-size: 0.875rem;
  line-height: 140%;
}
footer.footer .footer-menu .footer-link:hover {
  opacity: 0.5;
}
footer.footer .socials .social-link {
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--white-10);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
}
footer.footer .socials .social-link:hover {
  opacity: 0.5;
}
footer.footer .socials .social-link svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: var(--white);
}
header.header.fixed-header {
  box-shadow: 0 0.0625rem 0.5rem var(--black-10);
  background-color: var(--black);
}
header.header .logo,
header.header .logo-black,
header.header .logo-white {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: 14.0625rem;
  min-width: 6.25rem;
}
@media (max-width: 1535px) {
  header.header .logo,
  header.header .logo-black,
  header.header .logo-white {
    width: 12.5rem;
  }
}
@media (max-width: 767px) {
  header.header .logo,
  header.header .logo-black,
  header.header .logo-white {
    width: 11.25rem;
  }
}
@media (max-width: 639px) {
  header.header .logo,
  header.header .logo-black,
  header.header .logo-white {
    width: 8.75rem;
  }
}
@media (max-width: 1279px) {
  header.header .header-search {
    display: none;
  }
}
header.header .header-link {
  padding: 0.5rem 0;
}
header.header .sublinks-menu-wrapper {
  position: relative;
}
header.header .sublinks-menu-wrapper:hover .title {
  opacity: 0.5;
}
header.header .sublinks-menu-wrapper:hover .sublinks-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
header.header .sublinks-menu-wrapper .title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  padding: 0.5rem 0;
  transition: all 0.3s;
}
header.header .sublinks-menu-wrapper .title svg {
  stroke: var(--white);
  width: 0.5rem;
  height: 0.5rem;
  rotate: 90deg;
}
header.header .sublinks-menu-wrapper .sublinks-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  background-color: var(--white);
  border-radius: 0.75rem;
  color: var(--primary);
  padding: 0.25rem 0;
  box-shadow: var(--shadow-modal);
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(0.25rem);
}
header.header .sublinks-menu-wrapper .sublinks-menu .links-list {
  display: flex;
  flex-direction: column;
}
header.header .sublinks-menu-wrapper .sublinks-menu .links-list .header-link {
  padding: 0.5rem;
}
.header-link {
  display: block;
  font-size: 0.875rem;
}
.header-link:hover {
  opacity: 0.5;
}
.header-menu .header-link {
  padding: 0.25rem 0;
}
.langs-wrapper.open .langs {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%);
}
.langs-wrapper.open .lang-btn svg {
  rotate: -90deg;
}
.langs-wrapper .flag-wrapper {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .langs-wrapper .flag-wrapper {
    display: none;
  }
}
.langs-wrapper .flag-wrapper img {
  width: 1.375rem;
  height: 1.375rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 639px) {
  .langs-wrapper .flag-wrapper img {
    width: 1rem;
    height: 1rem;
  }
}
.langs-wrapper .lang-btn svg {
  rotate: 90deg;
}
.langs-wrapper .langs {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.625rem) translateX(-50%);
}
.langs-wrapper .langs .lang-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 0.375rem 0.5rem;
  font-weight: 500;
  color: var(--primary);
}
.langs-wrapper .langs .lang-link:hover {
  opacity: 0.5;
}
.side-menu {
  visibility: hidden;
  pointer-events: none;
  transform: translateX(105%);
  transition: all 0.3s;
  opacity: 0;
  position: fixed;
  background-color: var(--white);
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  max-width: 22.5rem;
  overflow-y: auto;
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.side-menu.open {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  transform: none;
}
.side-menu .close-btn-wrapper {
  display: flex;
  justify-content: flex-end;
}
.side-menu .close-btn-wrapper .close-btn {
  padding: 0.5rem;
}
.side-menu .close-btn-wrapper .close-btn:hover {
  opacity: 0.5;
}
.side-menu .close-btn-wrapper .close-btn svg {
  stroke: var(--primary);
  width: 1.25rem;
  height: 1.25rem;
}
.side-menu .header-menu-title {
  font-size: 1.25rem;
  font-weight: 600;
}
.blackout {
  background-color: var(--black-40);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 98;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.blackout.show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.region-info {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s;
}
.region-info:hover, .region-info.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
html.normal-theme .contrast-btn[data-contrast=normal] {
  background-color: var(--primary);
  color: var(--white);
}
html.dark-theme {
  --white: #000;
  --white-10: rgba(0, 0, 0, 0.1);
  --white-50: rgba(0, 0, 0, 0.5);
  --black: #fff;
  --black-10: rgba(255, 255, 255, 0.1);
  --black-40: rgba(255, 255, 255, 0.5);
  --black-50: rgba(255, 255, 255, 0.5);
  --primary: #fff;
  --main: #000;
  --main2: #000;
  --secondary: #000;
  --placeholder: #000;
  --gray-bg: #000;
  --bg-main: #000;
  --green: #000;
  --green2: #fff;
  --red: #fff;
  --yellow: #fff;
  --shadow-modal: 0 0 0.625rem 0.125rem rgba(255, 255, 255, 0.3);
}
html.dark-theme .main-reverse {
  --main: #fff;
}
html.dark-theme .secondary-reverse {
  --secondary: #fff;
}
html.dark-theme .placeholder-reverse {
  --placeholder: #fff;
}
html.dark-theme .header .logo,
html.dark-theme .footer .logo {
  display: none;
}
html.dark-theme .header .logo-black,
html.dark-theme .footer .logo-black {
  display: block;
}
html.dark-theme .header .logo-white,
html.dark-theme .footer .logo-white {
  display: none;
}
html.dark-theme dialog .logo {
  display: none;
}
html.dark-theme dialog .logo-black {
  display: none;
}
html.dark-theme dialog .logo-white {
  display: block;
}
html.dark-theme .contrast-btn[data-contrast=dark-white] {
  background-color: var(--primary);
  color: var(--white);
}
html.dark-theme .checkbox-input input[type=checkbox]::after {
  background-image: url(/build/assets/check-dark-198e4e93.svg);
}
html.dark-theme select {
  background-image: url("/build/assets/chevron-white-e6238c12.svg");
}
html.white-theme {
  --white: #fff;
  --white-10: rgba(255, 255, 255, 0.1);
  --white-50: rgba(255, 255, 255, 0.5);
  --black: #000;
  --black-10: rgba(0, 0, 0, 0.1);
  --black-40: rgba(0, 0, 0, 0.4);
  --black-50: rgba(0, 0, 0, 0.5);
  --primary: #000;
  --main: #fff;
  --main2: #fff;
  --secondary: #fff;
  --placeholder: #fff;
  --gray-bg: #fff;
  --bg-main: #fff;
  --green: #fff;
  --green2: #000;
  --red: #000;
  --yellow: #000;
  --shadow-modal: 0 0 0.625rem 0.125rem rgba(0, 0, 0, 0.3);
}
html.white-theme .main-reverse {
  --main: #000;
}
html.white-theme .secondary-reverse {
  --secondary: #000;
}
html.white-theme .placeholder-reverse {
  --placeholder: #000;
}
html.white-theme .header .logo,
html.white-theme .footer .logo {
  display: none;
}
html.white-theme .header .logo-black,
html.white-theme .footer .logo-black {
  display: none;
}
html.white-theme .header .logo-white,
html.white-theme .footer .logo-white {
  display: block;
}
html.white-theme dialog .logo {
  display: none;
}
html.white-theme dialog .logo-black {
  display: block;
}
html.white-theme dialog .logo-white {
  display: none;
}
html.white-theme .contrast-btn[data-contrast=white-dark] {
  background-color: var(--primary);
  color: var(--white);
}
html.dark-theme [class*=btn-main],
html.dark-theme .breadcrumbs .link,
html.dark-theme .rating-radio .value,
html.dark-theme .custom-form .title-wrapper .text,
html.dark-theme .news-card .date,
html.white-theme [class*=btn-main],
html.white-theme .breadcrumbs .link,
html.white-theme .rating-radio .value,
html.white-theme .custom-form .title-wrapper .text,
html.white-theme .news-card .date {
  color: var(--primary);
}
html.dark-theme .regions-map path,
html.white-theme .regions-map path {
  stroke: var(--black);
}
html.dark-theme .regions-map path.hover,
html.white-theme .regions-map path.hover {
  fill: var(--black);
}
html.dark-theme .btn-placeholder,
html.dark-theme textarea,
html.dark-theme input,
html.dark-theme select,
html.white-theme .btn-placeholder,
html.white-theme textarea,
html.white-theme input,
html.white-theme select {
  border-color: var(--black-50);
  color: var(--black);
}
html.dark-theme .btn-placeholder::-moz-placeholder, html.dark-theme textarea::-moz-placeholder, html.dark-theme input::-moz-placeholder, html.dark-theme select::-moz-placeholder, html.white-theme .btn-placeholder::-moz-placeholder, html.white-theme textarea::-moz-placeholder, html.white-theme input::-moz-placeholder, html.white-theme select::-moz-placeholder {
  color: var(--black);
}
html.dark-theme .btn-placeholder::placeholder,
html.dark-theme textarea::placeholder,
html.dark-theme input::placeholder,
html.dark-theme select::placeholder,
html.white-theme .btn-placeholder::placeholder,
html.white-theme textarea::placeholder,
html.white-theme input::placeholder,
html.white-theme select::placeholder {
  color: var(--black);
}
html.dark-theme select:focus,
html.white-theme select:focus {
  border-color: var(--black);
}
html.dark-theme .form-transparent textarea,
html.dark-theme .form-transparent input,
html.white-theme .form-transparent textarea,
html.white-theme .form-transparent input {
  border-color: var(--white);
  color: var(--white);
}
html.dark-theme .form-transparent textarea::-moz-placeholder, html.dark-theme .form-transparent input::-moz-placeholder, html.white-theme .form-transparent textarea::-moz-placeholder, html.white-theme .form-transparent input::-moz-placeholder {
  color: var(--white);
}
html.dark-theme .form-transparent textarea::placeholder,
html.dark-theme .form-transparent input::placeholder,
html.white-theme .form-transparent textarea::placeholder,
html.white-theme .form-transparent input::placeholder {
  color: var(--white);
}
html.dark-theme .table-svg,
html.white-theme .table-svg {
  stroke: var(--black);
}
html.dark-theme table thead tr th,
html.white-theme table thead tr th {
  font-weight: 500;
  color: var(--black);
}
html.dark-theme .white-block,
html.white-theme .white-block {
  border: 0.0625rem solid var(--black-10);
}
html.dark-theme .rating-radio input[type=checkbox],
html.dark-theme .rating-radio input[type=radio],
html.dark-theme .checkbox-input input[type=checkbox],
html.dark-theme .checkbox-input input[type=radio],
html.white-theme .rating-radio input[type=checkbox],
html.white-theme .rating-radio input[type=radio],
html.white-theme .checkbox-input input[type=checkbox],
html.white-theme .checkbox-input input[type=radio] {
  border: 0.0625rem solid var(--black);
}
html.dark-theme .rating-radio input[type=checkbox]:checked,
html.dark-theme .rating-radio input[type=radio]:checked,
html.dark-theme .checkbox-input input[type=checkbox]:checked,
html.dark-theme .checkbox-input input[type=radio]:checked,
html.white-theme .rating-radio input[type=checkbox]:checked,
html.white-theme .rating-radio input[type=radio]:checked,
html.white-theme .checkbox-input input[type=checkbox]:checked,
html.white-theme .checkbox-input input[type=radio]:checked {
  background-color: var(--yellow);
}
html.dark-theme .text-input,
html.white-theme .text-input {
  color: var(--black);
}
html.dark-theme .text-input input:focus,
html.white-theme .text-input input:focus {
  border-color: var(--black);
}
html.dark-theme .btn-main-fill-reverse,
html.white-theme .btn-main-fill-reverse {
  background-color: var(--black);
  color: var(--white);
  border-color: var(--black);
}
html.dark-theme .rating-cards-main2,
html.white-theme .rating-cards-main2 {
  background-color: var(--black);
}
html.dark-theme .change-dialog-btn,
html.white-theme .change-dialog-btn {
  color: var(--black);
  text-decoration: underline;
}
html.dark-theme .pagination .link,
html.dark-theme .pagination .text,
html.white-theme .pagination .link,
html.white-theme .pagination .text {
  border-color: var(--primary);
  color: var(--primary);
}
html.dark-theme .pagination .link svg,
html.dark-theme .pagination .text svg,
html.white-theme .pagination .link svg,
html.white-theme .pagination .text svg {
  stroke: var(--primary);
}
html.dark-theme .pagination .link:hover,
html.white-theme .pagination .link:hover {
  opacity: 0.5;
}
html.small-font-size {
  font-size: 12px !important;
}
html.small-font-size .font-size-btn[data-size=small] {
  background-color: var(--primary);
}
html.small-font-size .font-size-btn[data-size=small] svg {
  stroke: var(--white);
}
html.small-font-size .home-header-section {
  margin-top: -68px;
  padding-top: 68px;
}
@media (max-width: 639px) {
  html.small-font-size .home-header-section {
    margin-top: -52px;
    padding-top: 52px;
  }
}
html.small-font-size.hide-images .home-header-section {
  margin-top: -58px;
  padding-top: 58px;
}
@media (max-width: 639px) {
  html.small-font-size.hide-images .home-header-section {
    margin-top: -45px;
    padding-top: 45px;
  }
}
html.medium-font-size {
  font-size: 16px !important;
}
html.medium-font-size .font-size-btn[data-size=medium] {
  background-color: var(--primary);
}
html.medium-font-size .font-size-btn[data-size=medium] svg {
  stroke: var(--white);
}
html.large-font-size {
  font-size: 20px !important;
}
html.large-font-size .font-size-btn[data-size=large] {
  background-color: var(--primary);
}
html.large-font-size .font-size-btn[data-size=large] svg {
  stroke: var(--white);
}
html.large-font-size .home-header-section {
  margin-top: -94px;
  padding-top: 94px;
}
@media (max-width: 639px) {
  html.large-font-size .home-header-section {
    margin-top: -75px;
    padding-top: 75px;
  }
}
html.show-images .img-btn[data-img=show] {
  background-color: var(--primary);
}
html.show-images .img-btn[data-img=show] svg {
  stroke: var(--white);
}
html.hide-images img,
html.hide-images picture,
html.hide-images video {
  display: none !important;
}
html.hide-images * {
  background-image: none !important;
}
html.hide-images .img-btn[data-img=hide] {
  background-color: var(--primary);
}
html.hide-images .img-btn[data-img=hide] svg {
  stroke: var(--white);
}
.accessibility-menu .accessibility-menu-block {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.accessibility-menu .accessibility-menu-block .btns-wrapper {
  display: flex;
  border: 0.0625rem solid var(--primary);
  border-radius: 0.75rem;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
.accessibility-menu .font-size-btn,
.accessibility-menu .contrast-btn,
.accessibility-menu .img-btn {
  padding: 0.25rem 0.75rem;
  border-right: 0.0625rem solid var(--primary);
  color: var(--primary);
  font-size: 0.875rem;
  min-height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accessibility-menu .font-size-btn:hover,
.accessibility-menu .contrast-btn:hover,
.accessibility-menu .img-btn:hover {
  background-color: var(--primary);
  color: var(--white);
}
.accessibility-menu .font-size-btn:hover svg,
.accessibility-menu .contrast-btn:hover svg,
.accessibility-menu .img-btn:hover svg {
  stroke: var(--white);
}
.accessibility-menu .font-size-btn:last-child,
.accessibility-menu .contrast-btn:last-child,
.accessibility-menu .img-btn:last-child {
  border: none;
}
.accessibility-menu .font-size-btn svg,
.accessibility-menu .contrast-btn svg,
.accessibility-menu .img-btn svg {
  stroke: var(--primary);
  width: 1.25rem;
  height: 1.25rem;
}
.accessibility-menu .img-btn svg {
  width: 1.125rem;
  height: 1.125rem;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.flex-center{
  display: flex;
  align-items: center;
  justify-content: center;
}
.transition-300{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.absolute-center-y{
  position: absolute;
  top: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.bg-img{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.btn-main{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  gap: 0.5rem;
  border-radius: 0.75rem;
  border-width: 2px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  line-height: 140%;
  border-color: var(--main);
  background-color: transparent;
  color: var(--main);
}
.btn-main:hover{
  opacity: 0.5;
}
.btn-white{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  gap: 0.5rem;
  border-radius: 0.75rem;
  border-width: 2px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  line-height: 140%;
  border-color: var(--white);
  background-color: transparent;
  color: var(--white);
}
.btn-white:hover{
  opacity: 0.5;
}
.btn-main-fill{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  gap: 0.5rem;
  border-radius: 0.75rem;
  border-width: 2px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  line-height: 140%;
  border-color: var(--main);
  background-color: var(--main);
  color: var(--white);
}
.btn-main-fill:hover{
  opacity: 0.5;
}
.btn-placeholder{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  gap: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  line-height: 140%;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: var(--placeholder);
  background-color: transparent;
  color: var(--primary);
}
.btn-placeholder:hover{
  opacity: 0.5;
}
.section-padding{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 1024px){
  .section-padding{
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.profile-wrapper{
  display: flex;
  grid-template-columns: 18.75rem 1fr;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1024px){
  .profile-wrapper{
    display: grid;
  }
}
@media (min-width: 1280px){
  .profile-wrapper{
    grid-template-columns: 20rem 1fr;
    gap: 2.5rem;
  }
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-3{
  left: 0.75rem;
}
.right-0{
  right: 0px;
}
.right-1{
  right: 0.25rem;
}
.top-0{
  top: 0px;
}
.top-\[calc\(100\%\+0\.625rem\)\]{
  top: calc(100% + 0.625rem);
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-\[-1\]{
  z-index: -1;
}
.z-\[90\]{
  z-index: 90;
}
.z-\[91\]{
  z-index: 91;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.-mt-\[60px\]{
  margin-top: -60px;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.me-2{
  margin-inline-end: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.\!hidden{
  display: none !important;
}
.hidden{
  display: none;
}
.\!h-3{
  height: 0.75rem !important;
}
.\!h-7{
  height: 1.75rem !important;
}
.h-2{
  height: 0.5rem;
}
.h-3{
  height: 0.75rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-\[2\.75rem\]{
  height: 2.75rem;
}
.h-\[43\.75rem\]{
  height: 43.75rem;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.max-h-\[18\.75rem\]{
  max-height: 18.75rem;
}
.max-h-\[25rem\]{
  max-height: 25rem;
}
.\!w-3{
  width: 0.75rem !important;
}
.\!w-7{
  width: 1.75rem !important;
}
.w-14{
  width: 3.5rem;
}
.w-2{
  width: 0.5rem;
}
.w-3{
  width: 0.75rem;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-\[17\.5rem\]{
  width: 17.5rem;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-max{
  width: -moz-max-content;
  width: max-content;
}
.min-w-\[18\.75rem\]{
  min-width: 18.75rem;
}
.min-w-\[2\.75rem\]{
  min-width: 2.75rem;
}
.max-w-\[15rem\]{
  max-width: 15rem;
}
.max-w-\[18\.75rem\]{
  max-width: 18.75rem;
}
.max-w-\[25rem\]{
  max-width: 25rem;
}
.max-w-\[37\.5rem\]{
  max-width: 37.5rem;
}
.max-w-\[61\.5rem\]{
  max-width: 61.5rem;
}
.flex-1{
  flex: 1 1 0%;
}
.grow{
  flex-grow: 1;
}
.cursor-default{
  cursor: default;
}
.cursor-pointer{
  cursor: pointer;
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-\[1fr\2c 18\.75rem\]{
  grid-template-columns: 1fr 18.75rem;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-items-center{
  justify-items: center;
}
.gap-1{
  gap: 0.25rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-\[3\.75rem\]{
  gap: 3.75rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-6{
  row-gap: 1.5rem;
}
.self-end{
  align-self: flex-end;
}
.overflow-hidden{
  overflow: hidden;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-l-4{
  border-left-width: 4px;
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-green-500{
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.border-main{
  border-color: var(--main);
}
.border-red{
  border-color: var(--red);
}
.border-red-600{
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.border-white{
  border-color: var(--white);
}
.bg-black-50{
  background-color: var(--black-50);
}
.bg-blue-700{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.bg-gray-bg{
  background-color: var(--gray-bg);
}
.bg-main2{
  background-color: var(--main2);
}
.bg-primary{
  background-color: var(--primary);
}
.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-white{
  background-color: var(--white);
}
.fill-main{
  fill: var(--main);
}
.fill-primary{
  fill: var(--primary);
}
.fill-white{
  fill: var(--white);
}
.fill-yellow{
  fill: var(--yellow);
}
.stroke-main{
  stroke: var(--main);
}
.stroke-primary{
  stroke: var(--primary);
}
.stroke-white{
  stroke: var(--white);
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-1{
  padding: 0.25rem;
}
.p-2{
  padding: 0.5rem;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.p-\[0\.375rem\]{
  padding: 0.375rem;
}
.\!px-7{
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-\[0\.625rem\]{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[1\.25rem\]{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.\!pl-9{
  padding-left: 2.25rem !important;
}
.\!pr-7{
  padding-right: 1.75rem !important;
}
.\!pr-\[2\.375rem\]{
  padding-right: 2.375rem !important;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-\[30px\]{
  padding-bottom: 30px;
}
.pr-7{
  padding-right: 1.75rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-\[60px\]{
  padding-top: 60px;
}
.\!text-center{
  text-align: center !important;
}
.text-right{
  text-align: right;
}
.text-start{
  text-align: start;
}
.text-\[1\.75rem\]{
  font-size: 1.75rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.font-thin{
  font-weight: 100;
}
.uppercase{
  text-transform: uppercase;
}
.leading-120{
  line-height: 120%;
}
.leading-140{
  line-height: 140%;
}
.leading-150{
  line-height: 150%;
}
.leading-5{
  line-height: 1.25rem;
}
.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-green2{
  color: var(--green2);
}
.text-main{
  color: var(--main);
}
.text-primary{
  color: var(--primary);
}
.text-red{
  color: var(--red);
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-800{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-secondary{
  color: var(--secondary);
}
.text-white{
  color: var(--white);
}
.shadow-modal{
  --tw-shadow: var(--shadow-modal);
  --tw-shadow-colored: var(--shadow-modal);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ring-gray-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}
.blur-\[0\.25rem\]{
  --tw-blur: blur(0.25rem);
  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{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150{
  transition-duration: 150ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.\@container{
  container-type: inline-size;
}
html {
  overflow-x: clip;
  scroll-behavior: smooth;
}
html:has(dialog[open]) {
  overflow-y: hidden;
}
body {
  scroll-behavior: smooth;
  overflow-x: clip;
  color: var(--primary);
  font-weight: 400;
  font-family: "Inter", sans-serif;
  background-color: var(--bg-main);
}
.root {
  min-height: 100vh;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main {
  scroll-behavior: smooth;
  flex-grow: 1;
  height: 100%;
}
img,
svg {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
a,
a svg,
a span,
button,
button svg,
button span {
  transition: all 0.3s !important;
}
.text-block {
  line-height: 140%;
}
.text-block h1,
.text-block h2,
.text-block h3,
.text-block h4,
.text-block h5,
.text-block h6 {
  line-height: 110%;
  font-weight: 600;
}
.text-block h1 {
  font-size: 2.25rem;
}
@media (max-width: 1023px) {
  .text-block h1 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .text-block h1 {
    font-size: 1.75rem;
  }
}
@media (max-width: 639px) {
  .text-block h1 {
    font-size: 1.5rem;
  }
}
.text-block h2 {
  font-size: 2rem;
}
@media (max-width: 1023px) {
  .text-block h2 {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .text-block h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 639px) {
  .text-block h2 {
    font-size: 1.25rem;
  }
}
.text-block h3 {
  font-size: 1.75rem;
}
@media (max-width: 1023px) {
  .text-block h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .text-block h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 639px) {
  .text-block h3 {
    font-size: 1.125rem;
  }
}
.text-block h4 {
  font-size: 1.5rem;
}
@media (max-width: 1023px) {
  .text-block h4 {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .text-block h4 {
    font-size: 1.125rem;
  }
}
@media (max-width: 639px) {
  .text-block h4 {
    font-size: 1rem;
  }
}
.text-block h5 {
  font-size: 1.25rem;
}
@media (max-width: 1023px) {
  .text-block h5 {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .text-block h5 {
    font-size: 1rem;
  }
}
.text-block h6 {
  font-size: 1.125rem;
}
@media (max-width: 1023px) {
  .text-block h6 {
    font-size: 1rem;
  }
}
.text-block img {
  width: 100%;
  height: 37.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.75rem;
}
@media (max-width: 1279px) {
  .text-block img {
    height: 31.25rem;
  }
}
@media (max-width: 1023px) {
  .text-block img {
    height: 28.125rem;
  }
}
@media (max-width: 767px) {
  .text-block img {
    height: 21.875rem;
  }
}
@media (max-width: 639px) {
  .text-block img {
    height: 18.75rem;
  }
}
.text-block div,
.text-block a,
.text-block li,
.text-block p {
  line-height: 140%;
  font-size: 1rem;
}
.text-block a {
  color: var(--main);
}
.text-block ol,
.text-block ul {
  list-style-position: inside;
  line-height: 160%;
}
.text-block ul {
  list-style-type: disc;
}
.text-block ol {
  list-style-type: decimal;
}
.text-block blockquote {
  background-color: var(--main-20);
  border-left: 0.1875rem solid var(--main);
  padding: 1.5rem 1.25rem;
}
textarea,
input {
  outline: none;
  border: 0.0625rem solid var(--placeholder);
  transition: border 0.3s;
  font-size: 0.875rem;
  border-radius: 0.75rem;
  background-color: var(--white);
}
textarea:focus,
input:focus {
  border-color: var(--main);
  outline: none;
}
textarea:not([type=checkbox]), textarea:not([type=radio]),
input:not([type=checkbox]),
input:not([type=radio]) {
  line-height: 120%;
  min-height: 2.5rem;
  padding: 0 0.9375rem;
  background-color: var(--white);
  width: 100%;
}
textarea::-moz-placeholder, input::-moz-placeholder {
  color: var(--placeholder);
  font-size: 0.875rem;
}
textarea::placeholder,
input::placeholder {
  color: var(--placeholder);
  font-size: 0.875rem;
}
textarea[type=checkbox], textarea[type=radio],
input[type=checkbox],
input[type=radio] {
  padding: 0;
  min-height: 0;
  width: auto;
}
select.custom-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--gray-bg);
  min-height: 2.5rem;
  padding: 0 0.9375rem;
  padding-right: 2rem;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  position: relative;
  outline: none;
  border: 0.0625rem solid var(--gray-bg);
  transition: all 0.3s;
  background-image: url("/build/assets/chevron-825fe16a.svg");
  background-size: 0.625rem;
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) center;
}
select.custom-select.select-white {
  background-color: var(--white);
}
select.custom-select:focus {
  border-color: var(--main);
  outline: none;
}
.text-input {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.text-input .label {
  font-size: 0.875rem;
  font-weight: 500;
}
.text-input input {
  background-color: var(--gray-bg);
  border-color: var(--gray-bg);
}
.text-input input:focus {
  border-color: var(--main);
}
.checkbox-input {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
}
.checkbox-input input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-height: 1.5rem;
  max-height: 1.5rem;
  min-width: 1.5rem;
  max-width: 1.5rem;
  border: 0.0625rem solid var(--main);
  position: relative;
  border-radius: 0.25rem;
  transition: all 0.3s;
}
.checkbox-input input[type=checkbox]::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.875rem;
  height: 0.875rem;
  background-image: url("/build/assets/check-3115f351.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.3s;
  opacity: 0;
}
.checkbox-input input[type=checkbox]:checked {
  background-color: var(--main);
}
.checkbox-input input[type=checkbox]:checked::after {
  opacity: 1;
}
.checkbox-input .label {
  font-weight: 500;
  font-size: 0.875rem;
}
.rating-radio {
  position: relative;
  min-height: 2.75rem;
  max-height: 2.75rem;
  min-width: 2.75rem;
  max-width: 2.75rem;
  transition: all 0.3s;
}
.rating-radio:hover {
  opacity: 0.5;
}
.rating-radio .value {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
  left: 0;
  top: 0;
  font-weight: 600;
}
.rating-radio input[type=radio] {
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  border-radius: 0.5rem;
  background-color: var(--gray-bg);
  border: 0.0625rem solid var(--gray-bg);
}
.rating-radio input[type=radio]:checked {
  background-color: var(--yellow);
}
.rating-radio input[type=radio]:checked + .value {
  color: var(--white);
}
textarea {
  padding-top: 0.5rem !important;
}
.form-transparent input,
.form-transparent textarea {
  background-color: transparent !important;
  border: none;
  border-bottom: 0.0625rem solid var(--white);
  color: var(--white);
  border-radius: 0;
}
.form-transparent input::-moz-placeholder, .form-transparent textarea::-moz-placeholder {
  color: var(--white);
}
.form-transparent input::placeholder,
.form-transparent textarea::placeholder {
  color: var(--white);
}
input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.flatpickr-calendar {
  max-width: 100%;
}
.flatpickr-calendar input {
  min-height: 0;
}
.header .logo,
.header .logo-black,
.header .logo-white,
.footer .logo,
.footer .logo-black,
.footer .logo-white,
dialog .logo,
dialog .logo-black,
dialog .logo-white {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .logo,
.footer .logo,
dialog .logo {
  display: block;
}
.header .logo-black,
.footer .logo-black,
dialog .logo-black {
  display: none;
}
.header .logo-white,
.footer .logo-white,
dialog .logo-white {
  display: none;
}
.rating-card {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem 2rem;
  background-color: var(--white-10);
  border-radius: 1.5rem;
  flex: 1 1 30%;
}
@media (max-width: 1535px) {
  .rating-card {
    padding: 1.5rem;
  }
}
@media (max-width: 1023px) {
  .rating-card {
    flex: 1 1 45%;
  }
}
@media (max-width: 767px) {
  .rating-card {
    flex: 1 1 100%;
  }
}
@media (max-width: 639px) {
  .rating-card {
    padding: 1.25rem 1rem;
  }
}
.rating-card .title {
  font-weight: 600;
  font-size: 1.5rem;
}
@media (max-width: 1279px) {
  .rating-card .title {
    font-size: 1.25rem;
  }
}
.rating-card .rating-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.rating-card .rating-wrapper .number {
  font-weight: 600;
  font-size: 6rem;
}
@media (max-width: 1535px) {
  .rating-card .rating-wrapper .number {
    font-size: 5rem;
  }
}
@media (max-width: 638px) {
  .rating-card .rating-wrapper .number {
    font-size: 3.75rem;
  }
}
.rating-card .rating-wrapper .text-wrapper .text {
  font-weight: 600;
  font-size: 2rem;
}
@media (max-width: 1279px) {
  .rating-card .rating-wrapper .text-wrapper .text {
    font-size: 1.5rem;
  }
}
@media (max-width: 639px) {
  .rating-card .rating-wrapper .text-wrapper .text {
    font-size: 1.125rem;
  }
}
.rating-card .rating-wrapper .text-wrapper .increase {
  font-weight: 600;
  color: var(--green);
}
@media (max-width: 639px) {
  .rating-card .rating-wrapper .text-wrapper .increase {
    font-size: 0.875rem;
  }
}
.regions-map path {
  fill: var(--main2);
  cursor: pointer;
  transition: all 0.3s;
  stroke: var(--white);
}
.regions-map path.hover {
  fill: var(--main);
}
table th {
  white-space: nowrap;
}
table.dataTable {
  margin-bottom: 0.5rem !important;
}
table .row-link[data-href] {
  cursor: pointer;
}
table thead tr th {
  font-weight: 500;
  color: var(--secondary);
  border-color: var(--black-10) !important;
}
table tbody tr td {
  border-color: var(--black-10) !important;
}
table tbody tr:last-child td {
  border-bottom: none !important;
}
.dt-scroll-body {
  border-bottom-color: transparent !important;
}
.white-block {
  background-color: var(--white);
  border-radius: 1.5rem;
}
.section-title {
  line-height: 120%;
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 1279px) {
  .section-title {
    font-size: 1.75rem;
  }
}
@media (max-width: 1023px) {
  .section-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 1.25rem;
  }
}
.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}
.section-heading .link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--main);
}
.section-heading .link:hover {
  opacity: 0.5;
}
.section-heading .link svg {
  stroke: var(--main);
  width: 0.75rem;
  height: 0.75rem;
}
.section-heading .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.section-heading .text-wrapper .text {
  font-weight: 500;
  color: var(--secondary);
}
.news-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  container-name: news-card;
  container-type: inline-size;
}
.news-card:hover .text-wrapper .title {
  opacity: 0.5;
}
.news-card .img-wrapper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.75rem;
  height: 12.5rem;
}
@container news-card (width < 12.5rem) {
  .news-card .img-wrapper img {
    height: 9.375rem;
  }
}
@container news-card (width < 9.375rem) {
  .news-card .img-wrapper img {
    height: 7.5rem;
  }
}
.news-card .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.news-card .text-wrapper .date {
  font-size: 0.875rem;
  color: var(--secondary);
}
@media (max-width: 639px) {
  .news-card .text-wrapper .date {
    font-size: 0.75rem;
  }
}
.news-card .text-wrapper .title {
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all 0.3s;
}
@media (max-width: 639px) {
  .news-card .text-wrapper .title {
    font-size: 0.875rem;
  }
}
.news-card .text-wrapper .text {
  font-size: 0.875rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 639px) {
  .news-card .text-wrapper .text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.organizations-section .swiper .swiper-slide {
  width: auto;
}
.organizations-section .swiper .swiper-slide img {
  height: 6.25rem;
  width: auto;
  max-width: 15.625rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 639px) {
  .organizations-section .swiper .swiper-slide img {
    max-width: 12.5rem;
  }
}
.breadcrumbs {
  padding: 1.25rem 0;
}
.breadcrumbs .container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.breadcrumbs .container .link,
.breadcrumbs .container .current {
  line-height: 120%;
}
.breadcrumbs .container .link {
  color: var(--secondary);
}
.breadcrumbs .container .link:hover {
  opacity: 0.5;
}
.breadcrumbs .container svg {
  width: 0.5rem;
  height: 0.5rem;
  stroke: var(--primary);
}
.profile-aside {
  display: flex;
  flex-direction: column;
}
.profile-aside .link {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  line-height: 140%;
  border-bottom: 0.0625rem solid var(--placeholder);
  padding: 1rem 0.5rem;
}
.profile-aside .link:hover {
  opacity: 0.5;
}
.profile-aside .link.active {
  color: var(--main);
}
.profile-aside .link.active svg {
  stroke: var(--main);
}
.profile-aside .link svg {
  width: 1.5rem;
  height: 1.5rem;
  stroke: var(--primary);
}
dialog {
  color: var(--black);
}
dialog::backdrop {
  background-color: var(--black-40);
}
dialog .flatpickr-calendar {
  left: 0 !important;
}
dialog .logo,
dialog .logo-black,
dialog .logo-white {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: 14.0625rem;
  min-width: 6.25rem;
}
@media (max-width: 1535px) {
  dialog .logo,
  dialog .logo-black,
  dialog .logo-white {
    width: 12.5rem;
  }
}
@media (max-width: 767px) {
  dialog .logo,
  dialog .logo-black,
  dialog .logo-white {
    width: 11.25rem;
  }
}
@media (max-width: 639px) {
  dialog .logo,
  dialog .logo-black,
  dialog .logo-white {
    width: 8.75rem;
  }
}
dialog {
  background-color: var(--white);
  border-radius: 0.75rem;
  max-width: 37.5rem;
  position: relative;
}
dialog .content-wrapper {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  gap: 1.5rem;
}
dialog .content-wrapper .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  position: relative;
}
dialog .content-wrapper .header-wrapper .close-btn {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
dialog .content-wrapper .header-wrapper .close-btn svg {
  width: 1rem;
  height: 1rem;
  stroke: var(--primary);
}
dialog .content-wrapper .header-wrapper .close-btn:hover {
  opacity: 0.5;
}
dialog .change-dialog-text {
  font-size: 0.875rem;
  text-align: center;
}
dialog .change-dialog-btn {
  color: var(--main);
}
dialog .change-dialog-btn:hover {
  opacity: 0.5;
}
.custom-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.custom-form .title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.custom-form .title-wrapper .title {
  font-weight: 600;
  font-size: 1.5rem;
}
@media (max-width: 1023px) {
  .custom-form .title-wrapper .title {
    font-size: 1.25rem;
  }
}
@media (max-width: 767ox) {
  .custom-form .title-wrapper .title {
    font-size: 1.125rem;
  }
}
.custom-form .title-wrapper .text {
  color: var(--secondary);
  font-size: 0.875rem;
}
.custom-form .inputs-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.custom-form .bts-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.help-wrapper {
  position: relative;
}
.help-wrapper:hover svg {
  opacity: 0.5;
}
.help-wrapper:hover .text-wrapper {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) translateX(-50%);
}
.help-wrapper svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: var(--main);
  transition: all 0.3s;
}
.help-wrapper .text-wrapper {
  position: absolute;
  left: 50%;
  transform: translateY(-0.5rem) translateX(-50%);
  background-color: var(--white);
  box-shadow: var(--shadow-modal);
  border-radius: 0.75rem;
  padding: 0.5rem;
  min-width: 15rem;
  top: calc(100% + 0.6rem);
  font-size: 0.875rem;
  text-align: center;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s;
}
.help-wrapper .text-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1rem;
  height: 1rem;
  rotate: 45deg;
  top: -0.125rem;
  background-color: var(--white);
  z-index: 10;
}
.pagination {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 3.75rem;
  flex-wrap: wrap;
}
.pagination .link,
.pagination .text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
  color: var(--secondary);
  border-radius: 0.25rem;
  background: transparent;
  transition: all 0.3s;
  border: 0.0625rem solid transparent;
}
@media (max-width: 639px) {
  .pagination .link,
  .pagination .text {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 0.875rem;
  }
}
.pagination .link svg,
.pagination .text svg {
  width: 0.75rem;
  height: 0.75rem;
  stroke: var(--secondary);
}
.pagination .link:hover, .pagination .link.active {
  background-color: var(--main);
  color: var(--white);
}
.pagination .prev svg {
  rotate: 180deg;
}
.pagination .prev,
.pagination .next {
  border-color: var(--main);
  color: var(--main);
}
.pagination .prev svg,
.pagination .next svg {
  stroke: var(--main);
}
.pagination .prev:hover svg,
.pagination .next:hover svg {
  stroke: var(--white);
}
.accordion .content {
  display: none;
}
.accordion.open .content {
  display: block;
}
.table-accordion.open .btn {
  margin-bottom: 0.5rem;
}
.table-accordion.open .btn svg {
  rotate: -90deg;
}
.table-accordion .btn {
  width: 100%;
  font-weight: 500;
  font-size: 1.25rem;
  padding: 1.5rem 2rem 0;
  text-align: start;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1279px) {
  .table-accordion .btn {
    padding: 1.5rem 1.5rem 0;
  }
}
@media (max-width: 639px) {
  .table-accordion .btn {
    padding: 1.5rem 1rem 0;
  }
}
.table-accordion .btn svg {
  transition: all 0.3s;
  stroke: var(--primary);
  min-height: 1.25rem;
  max-height: 1.25rem;
  min-width: 1.25rem;
  max-width: 1.25rem;
  rotate: 90deg;
}
.table-accordion .dt-layout-row {
  margin: 0 !important;
}
.table-accordion .dt-layout-row .dt-layout-table {
  margin-bottom: 0 !important;
}
.table-accordion .dt-scroll-foot {
  display: none !important;
}
@media (min-width: 640px){
  .sm\:btn-main-fill{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 2.5rem;
    gap: 0.5rem;
    border-radius: 0.75rem;
    border-width: 2px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    line-height: 140%;
    border-color: var(--main);
    background-color: var(--main);
    color: var(--white);
  }
  .sm\:btn-main-fill:hover{
    opacity: 0.5;
  }
}
.hover\:bg-blue-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}
.hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.hover\:opacity-50:hover{
  opacity: 0.5;
}
.hover\:opacity-70:hover{
  opacity: 0.7;
}
.focus\:border-blue-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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);
}
.focus\:ring-4:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-blue-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1));
}
.active\:bg-gray-100:active{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.active\:text-gray-700:active{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
@container (min-width: 21.25rem){
  .\@\[21\.25rem\]\:grid{
    display: grid;
  }
}
@media (min-width: 640px){
  .sm\:-mt-\[76px\]{
    margin-top: -76px;
  }
  .sm\:inline-block{
    display: inline-block;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:grid{
    display: grid;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:flex-1{
    flex: 1 1 0%;
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:items-end{
    align-items: flex-end;
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:justify-center{
    justify-content: center;
  }
  .sm\:gap-2{
    gap: 0.5rem;
  }
  .sm\:gap-4{
    gap: 1rem;
  }
  .sm\:bg-gray-bg{
    background-color: var(--gray-bg);
  }
  .sm\:p-2{
    padding: 0.5rem;
  }
  .sm\:p-4{
    padding: 1rem;
  }
  .sm\:p-6{
    padding: 1.5rem;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:pt-\[76px\]{
    padding-top: 76px;
  }
  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 768px){
  .md\:max-h-\[18\.75rem\]{
    max-height: 18.75rem;
  }
  .md\:gap-10{
    gap: 2.5rem;
  }
  .md\:gap-2{
    gap: 0.5rem;
  }
  .md\:bg-white{
    background-color: var(--white);
  }
  .md\:stroke-primary{
    stroke: var(--primary);
  }
  .md\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .md\:pr-3{
    padding-right: 0.75rem;
  }
  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:text-primary{
    color: var(--primary);
  }
}
@media (min-width: 1024px){
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:grid{
    display: grid;
  }
  .lg\:max-w-\[17\.5rem\]{
    max-width: 17.5rem;
  }
  .lg\:max-w-\[18\.75rem\]{
    max-width: 18.75rem;
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:gap-10{
    gap: 2.5rem;
  }
  .lg\:gap-20{
    gap: 5rem;
  }
  .lg\:gap-6{
    gap: 1.5rem;
  }
  .lg\:bg-white{
    background-color: var(--white);
  }
  .lg\:p-2{
    padding: 0.5rem;
  }
  .lg\:py-\[3\.75rem\]{
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .lg\:pb-\[3\.75rem\]{
    padding-bottom: 3.75rem;
  }
  .lg\:pt-\[200px\]{
    padding-top: 200px;
  }
  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-\[1\.75rem\]{
    font-size: 1.75rem;
  }
  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px){
  .xl\:flex{
    display: flex;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:gap-4{
    gap: 1rem;
  }
  .xl\:px-\[2rem\]{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .xl\:pt-\[250px\]{
    padding-top: 250px;
  }
  .xl\:text-\[2rem\]{
    font-size: 2rem;
  }
}
@media (min-width: 1536px){
  .\32xl\:gap-40{
    gap: 10rem;
  }
  .\32xl\:pt-\[300px\]{
    padding-top: 300px;
  }
}
@media (prefers-color-scheme: dark){
  .dark\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
  }
  .dark\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
  }
  .dark\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  }
  .dark\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
  }
  .dark\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  }
  .dark\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
  .dark\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
  }
  .dark\:focus\:border-blue-700:focus{
    --tw-border-opacity: 1;
    border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
  }
  .dark\:active\:bg-gray-700:active{
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
  }
  .dark\:active\:text-gray-300:active{
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
  }
}