/*
Theme Name: Pinnacle
Theme URI: https://pureblink.digital/
Author: Pureblink
Author URI: https://pureblink.digital
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 8.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pinnacle
Tags: real-state
*/

@font-face {
  font-family: 'Raleway_medium';

  src: url('./fonts/Raleway-Medium.ttf') format('truetype');

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: 'Raleway_regular';

  src: url('./fonts/Raleway-Regular.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'Raleway_Bold';

  src: url('./fonts/Raleway-Bold.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'Raleway_Light';

  src: url('./fonts/Raleway-Light.ttf') format('truetype');

  font-weight: lighter;

  font-style: normal;
}

@font-face {
  font-family: 'Raleway_SemiBold';

  src: url('./fonts/Raleway-SemiBold.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'Raleway_ExtraLight';

  src: url('./fonts/Raleway-ExtraLight.ttf') format('truetype');

  font-weight: lighter;

  font-style: normal;
}

@font-face {
  font-family: 'OregonLdoMedium_BWen';

  src: url('./fonts/OregonLdoMedium-BWen.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'OregonLdoBook_4BYD';

  src: url('./fonts/OregonLdoBook-4BYD.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'OregonLdoLight';

  src: url('./fonts/OregonLdoLight.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'Raleway-Italic-VariableFont_wght';

  src: url('./fonts/Raleway-Italic-VariableFont_wght.ttf') format('truetype');

  font-weight: normal;

  font-style: italic;
}

@font-face {
  font-family: 'OregonLdoBookOblique-0W1X';

  src: url('./fonts/OregonLdoBookOblique-0W1X.ttf') format('truetype');

  font-weight: normal;

  font-style: italic;
}

*{
  font-family: 'Raleway_regular';
}

html {
  scroll-behavior: smooth;
}

.pinnacle__header{
  color: #fff;
  transition: background-color 0.2s ease-in-out;
}

.pinnacle__header--white{
  color: #171717;
  & .custom-logo{
    filter: invert(1);
  }
  & button{
    filter: invert(1);
  }
  transition: background-color 0.2s ease-in-out;
}

.pinnacle__header--black{
  background-color: #f4f2f0;
  & .custom-logo{
    filter: invert(1);
  }
  & button{
    filter: invert(1);
  }
}

.news__container{
  .px-7{
    padding-inline: 0 !important;
  }
  .md\:px-14{
    padding-inline: 0 !important;
  }
  .lg\:px-14{
    padding-inline: 0 !important;
  }
}

#pinnacle_pagination_slider{
  & > .splide__pagination{
    bottom: 2rem;
    left: 0;
    right: auto;
    padding: 0 3.5rem 2.5rem 3.5rem;
    gap: 2rem;
    & .splide__pagination__page{
      background: transparent;
      border: #fff 1px solid;
      height: 10px;
      width: 10px;
      &.is-active{
        background: #fff;
        transform: none !important;
      }
    }
  }
}

.pinnacle_cards_slider{
  & > .splide__pagination{
    gap: 10px;
    display: flex;
    padding-inline: 30px;
    flex-direction: row;
    > li {
      flex: 1;
    }
    & .splide__pagination__page{
      background: #70707020;
      border: #70707020 1px solid;
      height: 2px;
      width: 100%;
      border-radius: 0;
      flex: 1;
      &.is-active{
        background: #707070;
        transform: none !important;
      }
    }
  }
}

.menu__list{
  li{
    &:hover{
      color: #8E7A6D;
    }
  }
}

body{
  overflow-x: hidden;
}

.pinnacle__select{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  &::after{
    content: ' ';
    width: 15px;
    height: 15px;
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('./icons/Arrow_selection_registration_form_icon.svg');
    pointer-events: none;
  }
}

.pinnacle__menu__opened li {
  margin-bottom: 12px;
  font-family: Raleway_Light;
}

.pinnacle__menu__opened li:hover {
  color: #8E7A6D;
}

.pinnacle__menu__opened .menu-item-has-children > a {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}

.pinnacle__menu__opened .menu-item-has-children > a::after {
  content: ' ';
  width: 14px;
  height: 14px;
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('./icons/Arrow_selection_registration_form_icon-white.svg');
  pointer-events: none;
  transition: transform ease-in-out .1s;
}

.pinnacle__menu__opened .menu-item-has-children .sub-menu {
  max-height: 0px;
  overflow: hidden;
  transition: max-height .3s ease-in-out;
}

.pinnacle__menu__opened .menu-item-has-children .sub-menu > li {
  color: #b8916a;
  font-size: 17px;
  margin-block: 0;
}

.pinnacle__menu__opened .menu-item-has-children.active .sub-menu {
  max-height: 100px;
}

.pinnacle__menu__opened .menu-item-has-children.active > a::after {
  content: ' ';
  transform: rotate(180deg);
}

.menu-main-menu li{
  color: #fff;
  font-size: 1.5rem;
  line-height: 2rem;
}

.menu-sec-menu li{
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: Raleway_ExtraLight;
}

.menu-social-media li{
  color: #b8916a;
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: OregonLdoBook_4BYD;
  letter-spacing: .2em;
  font-weight: bold;
}

.menu-footer li{
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.menu-footer li a{
  font-family: Raleway_ExtraLight;
}

.sort__select{
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  cursor: pointer;
  > .sort__select_list li{
    cursor: pointer;
  }
  &::after{
    content: ' ';
    width: 12px;
    height: 12px;
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('./icons/Arrow_filters_icon.svg');
    pointer-events: none;
  }
}

.view_details{
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  cursor: pointer;
  &::after{
    content: ' ';
    width: 12px;
    height: 12px;
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('./icons/Arrow_filters_icon_GOLD.svg');
    pointer-events: none;
    transition: transform ease-in-out .1s;
  }
  &:has(:checked)::after{
    content: ' ';
    transform: rotate(180deg);
  }
}

.btn__apply_now{
  position: absolute;
  top: 2rem;
  right: 2rem;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  cursor: pointer;
  &::after{
    content: ' ';
    width: 50px;
    height: 50px;
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('./icons/Arrow_container_right.svg');
    pointer-events: none;
    transition: transform ease-in-out .1s;
  }
}

.btn__search__submit{
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  cursor: pointer;
  &::after{
    content: ' ';
    width: 40px;
    height: 40px;
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('./icons/Arrow_container_right.svg');
    pointer-events: none;
    transition: transform ease-in-out .1s;
  }
}

.career__content{
  > ul{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 15px;
    list-style: inside;
  }
}

.filters_button{
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  &::before{
    content: ' ';
    width: 25px;
    height: 25px;
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('./icons/Filters_icon_black.svg');
    pointer-events: none;
  }
}

.search__input--black{
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  &::before{
    content: ' ';
    width: 25px;
    height: 25px;
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('./icons/Search_icon_black.svg');
    pointer-events: none;
  }
}

.region__title__icon{
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  &::before{
    content: ' ';
    width: 25px;
    height: 25px;
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('./icons/Location_icon_white.svg');
    pointer-events: none;
  }
}

.separator p{
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  &:first-child::before{
    display: none;
  }
  &::before{
    content: ' ';
    margin-inline: 10px;
    width: 2px;
    height: 20px;
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #b8916a;
    pointer-events: none;
  }
}

#compare__floorplans__btn{
  position: relative;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  &::before{
    content: ' ';
    width: 20px;
    height: 20px;
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('./icons/Compare_floorplans.svg');
    pointer-events: none;
  }
}

.compare__floorplans__btn--white{
  &::before{
    content: ' ';
    background-image: url('./icons/Compare_floorplans-white.svg') !important;
  }
}

.glightbox-mobile .goverlay, .goverlay{
  background: #00000090 !important;
}

.filter__animate__btn {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  &::before {
    content: ' ';
    display: block;
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: 12px;
    background-repeat: no-repeat;
    pointer-events: none;
    opacity: 0;
    transition: all 0.1s ease-in-out;
    position: absolute;
    left: 15px;
  }
}

.filter__animate__btn:has(:checked) {
  background-color: #bfac9e;
  color: #fff;
  padding-left: 35px;
  &::before {
    content: ' ';
    background-image: url('./icons/check.svg');
    opacity: 1;
  }
}

.filter__select{
  align-items: center;
  justify-content: space-between;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  &::after{
    content: ' ';
    display: block;
    width: 12px;
    height: 12px;
    background-image: url('./icons/Arrow_filters_icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform ease-in-out .1s;
  }
  &:has(input:checked) + .pinnacle__submenu_pages{
    opacity: 1;
    pointer-events: all;
  }
  &:has(input:checked)::after{
    transform: rotate(180deg);
  }
  &:has(input.show__filter:checked) + .filter__options__items{
    max-height: 1000px;
  }
}

.filter__select__options{
  z-index: 1;
  background-color: #fff;
}

.filters__extra{
  max-height: calc(100dvh - 330px);
}

.map_button{
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  &::before{
    content: ' ';
    width: 22px;
    height: 22px;
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('./icons/Map_hide_view_icon.svg');
    pointer-events: none;
  }
}

#communities-page:has(.no-map) .map_button{
  &::before{
    content: ' ';
    width: 22px;
    height: 22px;
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('./icons/Map_show_view_icon.svg');
    pointer-events: none;
  }
}

.gallery_small_view{
  width: 15px;
  height: 15px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('./icons/Gallery_small_view_icon_inactive.svg');
}

.wishlist_icon{
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.wishlist__state_1{
  background-image: url('./icons/Favs_top_bar_icon_state_1.svg');
}

.wishlist__state_2{
  background-image: url('./icons/Favs_top_bar_icon_state_2.svg');
}

.pinnacle__header--black .wishlist__state_2{
  background-image: url('./icons/Favs_top_bar_icon_state_4.svg');
  filter: invert();
}

.pinnacle__header--white .wishlist__state_2{
  background-image: url('./icons/Favs_top_bar_icon_state_4.svg');
  filter: invert();
}

.wishlist__state_3{
  background-image: url('./icons/Favs_top_bar_icon_state_3.svg');
}

.pinnacle_fav_communities{
  width: 22px;
  height: 22px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('./icons/Fav_on_card_icon_inactive.svg');
}

.pinnacle_fav_communities.active{
  background-image: url('./icons/Fav_on_card_icon_active.svg');
}

.gallery_small_view.active{
  background-image: url('./icons/Gallery_small_view_icon_active.svg');
}

.gallery_large_view{
  width: 15px;
  height: 15px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('./icons/Gallery_large_view_icon_inactive.svg');
}

.gallery_large_view.active{
  background-image: url('./icons/Gallery_large_view_icon_active.svg');
}

.pinnacle__select--white{
  &::after{
    width: 14px;
    height: 14px;
    background-image: url('./icons/Arrow_selection_registration_form_icon-white.svg');
  }
  &.active{
    &::after{
      transform: rotate(180deg);
    }
  }
}

.pinnacle__checkbox{
  border: 1px solid #afafaf;
  box-sizing: content-box;
  width: 15px;
  height: 15px;
  display: block;
  flex: none;
  cursor: pointer;
}

.pinnacle__checkbox__container:has(input[type="checkbox"]:checked) .pinnacle__checkbox{
  background-color: #171717;
}

label:has(.pinnacle__checkbox__item:disabled){
  opacity: .7;
}

.pinnacle__checkbox__item {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #726157;
  border-radius: 4px;
  background-color: white;
  cursor: pointer;
  display: inline-block;
  position: relative;
  outline: none;
}

.pinnacle__checkbox__item:checked {
  background-color: #726157;
  border-color: #726157;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M20.285 6.193l-1.428-1.428L9 14.621l-4.857-4.857L2.715 11.193 9 17.477z'/%3E%3C/svg%3E");
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
}

.slide_name{
  display: none;
}

.pinnacle_card_info_features span{
  display: flex;
  flex-direction: row;
  gap: 8px;
  &::after{
    content: '|';
    display: block;
  }
}

.pinnacle__footer__extra span{
  display: flex;
  flex-direction: row;
  gap: 8px;
  &::before{
    content: '|';
    display: block;
  }
}

.pinnacle__header_community_name{
  margin-bottom: 5px;
}

.pinnacle__submenu_pages{
  display: flex;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 5px;
  padding-inline: 5px;
  flex-direction: column;
  transition: opacity ease-in-out .1s;
  gap: .5rem;
  > li{
    color: #8e7a6d;
    font-size: smaller;
    &:not(.btn_download){
      padding-bottom: 10px;
      padding-inline: 15px;
    }
    &.active{
      font-weight: bold;
    }
    > a{
      font-family: inherit !important;
    }
  }
}

.pinnacle__header--black .communities_submenu{
  border: 1px solid #8e7a6d;
  color: #8e7a6d;
  &::after{
    background-image: url('./icons/Arrow_filters_icon.svg');
  }
}

.pinnacle__header--black  .pinnacle__header_community_name{
  color: #171717;
}

.pinnacle__header--black  .pinnacle__header_community_separator{
  background-color: #171717;
}

.pinnacle__submenu_pages{
  transition: box-shadow ease-in-out .1s;
}

.pinnacle__header--black .pinnacle__submenu_pages {
  box-shadow: 0px 2px 8px 0px rgb(132,132,132);
}

.communities_submenu{
  border: 1px solid #fff;
  padding: 8px 12px;
  min-width: 165px;
  border-radius: 30px;
  font-size: smaller;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  &::after{
    content: ' ';
    display: block;
    width: 8px;
    height: 8px;
    background-image: url('./icons/Arrow_selection_registration_form_icon-white.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform ease-in-out .1s;
  }
  &:has(input:checked) + .pinnacle__submenu_pages{
    opacity: 1;
    pointer-events: all;
  }
  &:has(input:checked)::after{
    transform: rotate(180deg);
  }
}

.pinnacle__header_community_separator{
  height: 30px;
  width: 1px;
  background-color: #fff;
  margin-bottom: 5px;
}

.pinnacle_card_info_features span:last-child::after{
  display: none;
}

span.pinnacle__baths{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  &::before{
    content: ' ';
    background-image: url('./icons/Bath_icon_black.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
  }
}

span.pinnacle__beds{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  &::before{
    content: ' ';
    background-image: url('./icons/Bed_icon_black.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
  }
}

span.pinnacle__area{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  &::before{
    content: ' ';
    background-image: url('./icons/Size_icon_black.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 15px;
    height: 15px;
  }
}

.btn__back{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  &::before{
    content: ' ';
    background-image: url('./icons/Back_icon.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 15px;
    height: 15px;
  }
}

.btn__back--beige::before{
  content: ' ';
  background-image: url('./icons/Back_icon_gold.svg');
}

.pinnacle__menu__opened ul{
  display: flex;
  flex-direction: column;
}

#pinnacle__btn__loadmore{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  position: relative;
}

.filter__news__btn{
  color: #b8916a;
  cursor: pointer;
}

.filter__news__btn.active{
  font-family: Raleway_Bold;
  border-bottom: 1px solid #b8916a;
}

.filter__news__btn--mobile.active{
  border-bottom: 0px solid #b8916a;
}

#pinnacle__btn__loadmore.loading::after{
  content: ' ';
  position: absolute;
  background-image: url('./icons/spinner.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  right: -30px;
}

.pinnacle__cards__title--vertical{
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}

body.menu_opened .pinnacle__menu__opened{
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}

body.menu_opened .pinnacle__menu__opened--mobile{
  transform: translateX(0);
}

body.filter_opened #filters_communities, body.filter_opened #filters_floorplans{
  transform: translateX(0);
}

body.search_opened #search_condos{
  transform: translateX(0);
}

body::-webkit-scrollbar {
  display: none;
}

.filters__extra::-webkit-scrollbar{
  display: none;
}

.pinnacle__drag{
  scrollbar-width: none;
}

.pinnacle__drag::-webkit-scrollbar {
  display: none;
}

.pinnacle_communities_list::-webkit-scrollbar, .pinnacle_floorplans_list::-webkit-scrollbar{
  display: none;
}

.pinnacle__drag img{
  -webkit-user-drag: none;
}

.hidden__mobile{
  display: none;
}

.pinnacle__header--dark .custom-logo-link img{
  width: 120px;
}

.custom-logo-link img{
  width: 140px;
}

.pinnacle__loader__inner__logo .custom-logo-link img{
  width: 160px;
}

.pinnacle__tab_content{
  display: none;
}

.pinnacle__tab_content.active{
  display: block;
}

.pinnacle_card_community.selected .pinnacle_card_info  {
  background-color: #e4dfdc;
}

#pinnacle__whishlist .pinnacle_fav_communities {
  display: none;
}

#compare__floorplans_list-list .pinnacle_fav_communities {
  display: none;
}

.pinnacle_card_community img  {
  transition: scale .3s ease-in-out;
}

.pinnacle_card_community.selected img  {
  scale: 1.1;
}

.pinnacle__filters_tab.active{
  border-bottom: 2px solid #9d8d86;
  font-family: Raleway_SemiBold;
}

.pinnacle__wishlist_tab.active{
  font-family: Raleway_SemiBold;
}

.sort__select_content.open .sort__select_list{
  display: flex;
}

.sort__select_list{
  display: none;
  box-shadow: 0px 3px 11px -5px rgb(132, 132, 132);
}

.sort__select_item.active{
  font-weight: 600;
}

.sort__select_item{
  cursor: pointer;
}

/* Viewer handler */

.pinnacle__content__communities.no-map .pinnacle__content__communities__grid{
  grid-column: span 2 / span 2;
}

.pinnacle__content__communities.no-map #map{
  display: none;
}

.pinnacle__content__communities.no-map #pinnacle__content--mobile{
  display: block;
}

.pinnacle__content__communities #pinnacle__content--mobile{
  display: none;
}

.grid__view__wishlist{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, .5fr));
  gap: 1rem;
}

.pinnacle__content__communities .grid__view__content.multiply{
  grid-template-columns: repeat(auto-fill, minmax(200px, .5fr));
  > article{
    height: 520px;
    max-width: 250px;
  }
}

.pinnacle__content__communities .grid__view__content.single{
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  > article{
    height: 620px;
    &.pinnacle__publicy a{
      padding-inline: 2rem;
    }
    > figure{
      height: 450px;
    }
  }
}

.pinnacle__content__communities.no-map .grid__view__content.single{
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  > article{
    height: 650px;
    > figure{
      height: 450px;
    }
  }
}

.pinnacle__content__communities.no-map .grid__view__content.multiply{
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.range-slider {
  height: 1px;
  position: relative;
  background-color: #e1e9f6;
  border-radius: 2px;
}

.range-selected {
  height: 2px;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background-color: #8E7A6D;
}

.range-input {
  position: relative;
  margin-bottom: 20px;
}

.range-input input {
  position: absolute;
  width: 100%;
  top: -7px;
  background: none;
  pointer-events: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.range-input input::-webkit-slider-thumb {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #8E7A6D;
  pointer-events: auto;
  -webkit-appearance: none;
}

.range-input input::-moz-range-thumb {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #8E7A6D;
  pointer-events: auto;
  -moz-appearance: none;
}

.range-price {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.range-price label {
  margin-right: 5px;
}

.range-price input {
  display: none;
}

.range-price input:first-of-type {
  margin-right: 15px;
}

.checkbox__input{
  &::after{
    content: ' ';
    background-color: transparent;
    border: 1px solid #8E7A6D;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    padding: 2px;
  }
  &:has(:checked)::after{
    content: ' ';
    background-color: #8E7A6D;
    background-image: url('./icons/check.svg');
    background-size: 9px;
    background-repeat: no-repeat;
    background-position: center
  }
}

.pinnacle_btn_share{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  &::after{
    content: ' ';
    background-image: url('./icons/Share_floorplan_icon.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 15px;
    height: 15px;
  }
}

.pinnacle__wishlist_tab.active + .compare__wishlist_btn{
  opacity: 1;
  pointer-events: all;
}

.pinnacle__wishlist_tab + .compare__wishlist_btn{
  opacity: .5;
  pointer-events: none;
}

.btn__share{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  &::after{
    content: ' ';
    background-image: url('./icons/Share_floorplan_icon-white.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 15px;
    height: 15px;
  }
}

.pinnacle__btn_video{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  &::after{
    content: ' ';
    background-image: url('./icons/Play_icon_white.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 70px;
    height: 70px;
  }
}

.pinnacle__cta{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  &::after{
    content: ' ';
    background-image: url('./icons/Arrow_button_gold.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 80px;
    height: 67px;
  }
}

.tabs__content p{
  margin-bottom: 10px;
}

.pinnacle__btn_cancel{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  &::before{
    content: ' ';
    background-image: url('./icons/Close_icon_black.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 15px;
    height: 15px;
  }
}

.pinnacle_download_btn{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  &::after{
    content: ' ';
    background-image: url('./icons/Download_icon.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 15px;
    height: 15px;
  }
}

#btn__change__compare{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  &::before{
    content: ' ';
    background-image: url('./icons/Change_compare_floorplans_icon.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
  }
}

.pinnacle_plus_btn--white{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-image: url('./icons/master_planned.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 16px;
  font-weight: bold;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  transform: rotate(45deg);
  transition: transform ease-in-out .1s;
  z-index: 12;
}

.pinnacle__master__planned:has(:checked) .pinnacle_plus_btn--white{
  transform: rotate(0);
}

.glightbox-clean .gclose{
  background-color: transparent !important;
}

body:not(.home) .hide-half{
  transform: translateY(-50%);
}

.pinnacle_arrow_up{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-image: url('./icons/Learn_more_condo_card - copia.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 16px;
  font-weight: bold;
  width: 15px;
  height: 15px;
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.pinnacle_arrow_up--black{
  background-image: url('./icons/Learn_more_condo_card-black.svg');
}

.custom-cluster {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-image: url('./icons/Pin_map_for_number_icon.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 16px;
  font-weight: bold;
  width: 40px;
  height: 40px;
  cursor: pointer;
  color: white;
}

.arrow__icon--white {
  background-image: url('./icons/Arrow_locations_home_icon_white.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

#pinnacle__scroll__top{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-image: url('./icons/Arrow_go_up_icon.svg');
  color: white;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 16px;
  font-weight: bold;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.faqs__tab__content__item {
  padding-block: 18px;
  border-bottom: 1px solid #171717;
  cursor: pointer;
}

.faqs__tab__content__item p.faqs__tab__content__item__title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}

.faqs__tab__content__item p.faqs__tab__content__item__title::after {
  content: ' ';
  background-image: url('./icons/FAQ_open.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  display: block;
}

.faqs__tab__content__item > div {
  max-height: 0;
  display: block;
  overflow: hidden;
  transition: max-height .3s ease-in-out;
}

.faqs__tab__content__item:first-child {
  padding-top: 0;
}

.faqs__mobile .faqs__tab__content__item:first-child {
  padding-top: 18px;
}

.faqs__tab__content__item.opened{
  > div{
    max-height: 1000px;
  }
  > p.faqs__tab__content__item__title{
    &::after{
      content: ' ';
      background-image: url('./icons/FAQ_close.svg');
    }
  }
}

.faqs__mobile__header > span{
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  font-family: OregonLdoMedium_BWen;
  color: #b8916a;
  position: relative;
  width: 100%;
}

.faqs__mobile__header > span::after{
  content: ' ';
  width: 12px;
  height: 12px;
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('./icons/Arrow_filters_icon_GOLD.svg');
  pointer-events: none;
  transition: transform ease-in-out .1s;
}

.faqs__mobile__header.active > span::after{
  content: ' ';
  transform: rotate(180deg);
}

.faqs__mobile__header .faqs__tab__content__item:first-child {
  padding-top: 18px;
}

.faqs__mobile__header.active .faqs__dropdown{
  display: flex;
}

.faqs__mobile__header .faqs__dropdown{
  display: none;
}

/*
.faqs__mobile__header .faqs__mobile{
    max-height: 0;
    transition: all .3s ease-in-out;
    overflow: hidden;
}

.faqs__mobile__header.active .faqs__mobile{
    max-height: 1000px;
} */

.faqs__tabs__wrapper{
  display: none;
}

.faqs__tabs__wrapper.active{
  display: flex;
}

.faqs__tab__item{
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  font-family: OregonLdoMedium_BWen;
  color: #b8916a;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.faqs__tab__item.active::after{
  content: ' ';
  background-image: url('./icons/Point_project_status.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  right: -15px;
}

.faqs__dropdown .faqs__tab__item.active::after{
  right: -5px;
}

.faqs__dropdown--news .faqs__tab__item.active::after{
  right: -15px;
}

.view_360_icon{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-image: url('./icons/360_view.svg');
  color: white;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 16px;
  font-weight: bold;
  width: 45px;
  height: 45px;
  cursor: pointer;
}

.pinnacle__overlay__floorplan.selected{
  background-color: #17171720;
  &::after{
    content: ' ';
    background-image: url('./icons/Select_compare_floorplans_icon.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 23px;
    height: 23px;
    position: absolute;
    top: 10px;
    right: 12px;
  }
}

.tooltip{
  position: fixed;
  bottom: 8px;
  left: 8px;
  text-align: center;
  padding: 12px;
  border-radius: 6px;
  z-index: 80;
  background-color: #f4f2f0;
  opacity: 0;
  transform: translateY(100%);
  transition: all .2s ease-in-out;
}

.tooltip.active{
  transform: translateY(0);
  opacity: 1;
}

#btn__compare:disabled{
  opacity: .5;
}

#pinnacle__compare_floorplans .compare__floorplans_change{
  display: none;
}

#pinnacle__compare_floorplans .change__floorplans__item{
  display: none;
}

#pinnacle__compare_floorplans.change__floorplans--opened .change__floorplans__item{
  display: flex;
}

#pinnacle__compare_floorplans.change__floorplans--opened .no_change__floorplans__item{
  display: none;
}

#pinnacle__compare_floorplans.floorplans_selected--opened .compare__floorplans_change{
  display: flex;
}

#pinnacle__compare_floorplans.floorplans_selected--opened .compare__floorplans_main{
  display: none;
}

#pinnacle__compare_floorplans.floorplans_selected--opened #compare__floorplans_list{
  display: grid;
}

#pinnacle__compare_floorplans.floorplans_selected--opened #compare__floorplans_list figure{
  height: 450px !important;
}

.grid__gallery{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 10px;
  width: 90vw;
}

.gallery__item{
  aspect-ratio: 1;
}

.gslide-description{
  display: none;
}

#compare__floorplans_list{
  display: none;
}

.single .pinnacle__publicy{
  > a{
    > h4{
      font-size: 4rem;
    }
  }
}

.multiply .pinnacle__publicy{
  > a{
    > h4{
      font-size: 3rem;
    }
  }
}

.panorama__viewer{
  width: 100%;
  height: 50dvh;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.panorama__container{
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  cursor: grab;
}

.panorama__container img{
  height: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.panorama__container::-webkit-scrollbar {
  display: none;
}

.compass_control{
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.compass__body{
  background-image: url('./icons/compass.png');
  width: 50px;
  height: 50px;
  background-size: cover;
}

.compass__arrow{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url('./icons/arrow.png');
  width: 6px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
}

.panorama__instructions__icon{
  width: 40px;
  height: 40px;
  background-image: url('./icons/hand-move.svg');
  background-size: cover;
  cursor: pointer;
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn_submit{
  width: 75px;
  height: 60px;
  background-image: url('./icons/Arrow_button_white.svg');
  background-size: cover;
  cursor: pointer;
}

.glightbox-button-hidden{
  display: none;
}

.gslide-inline .ginlined-content:has(.pinnacle__share__container){
  padding: 0 !important;
}

.pinnacle__btn__contactus{
  background-image: url('./icons/msg.png');
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  /* background-size: cover; */
}

.panorama__wrapper{
  height: 100%;
  display: none;
}

.panorama__wrapper.active{
  display: block;
}

.panorama__instructions{
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  color: #fff;
  background-color: #17171740;
  pointer-events: none;
}

.pinnacle__panorama_tab{
  padding: 6px 20px;
  color: #B9916A;
  border: 1px solid #B9916A;
  border-radius: 20px;
  font-size: small;
  font-family: Raleway_SemiBold;
}

.pinnacle__panorama_tab.active{
  background-color: #B9916A;
  color: white;
}

.pinnacle__select__location{
  cursor: pointer;
}

.pinnacle__select__location span{
  pointer-events: none;
}

.pinnacle__select__location ul{
  opacity: 0;
  transform: translateY(-10px);
  transition: all .3s ease-in-out;
  pointer-events: none;
}

.pinnacle__select__location.active ul{
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

.modal__card{
  display: none;
}

.gslide-inline {
  background: none !important;
}

.ginlined-content:has(.pinnacle_card){
  align-content: center;
  > article{
    transform: translate(0,0) !important;
    > .pinnacle_card_info {
      padding-inline: 20px;
      padding-block: 20px;
      > a h5 {
        font-size: 16px;
      }
      span {
        font-size: 13px !important;
      }
    }
    > figure{
      height: 360px !important;
    }
  }
}

.ginlined-content:has(.pinnacle_card_floorplan){
  align-content: start;
}

.pinnacle__location__features{
  div{
    border-left: 1px solid #b8916a;
  }
  div:nth-child(4n-3){
    border-left: none;
  }
}

.thumbnails-container{
  position: fixed;
  z-index: 999999999;
  display: flex;
  height: 80px;
  gap: 10px;
  bottom: 20px;
  cursor: pointer;
  left: 50%;
  transform: translateX(-50%);
  max-width: 90dvw;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  pointer-events: auto !important;
}

.thumbnails-container div{
  width: 80px;
  min-width: 80px;
  height: 80px;
  padding: 3px;
  border-radius: 5px;
  background-color: #fff;
  background-size: contain;
  background-origin: content-box;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  border: 1px solid #fff;
  /* filter: brightness(.8); */
}

/* .thumbnails-container div.active{
    filter: brightness(1);
} */

.thumbnails-container:focus-visible {
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.scale-9{
  scale: 1;
}

.thumbnail {
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  /* Elimina el highlight en móviles */
}

@media (max-width: 1440px) {
  .pinnacle__location__features{
    div{
      border-left: none;
    }
  }
}

@media (max-width: 480px) {
  .pinnacle__header--dark .custom-logo-link img{
    width: 90px;
  }

  .custom-logo-link img{
    width: 90px;
  }

  #pinnacle_pagination_slider{
    & > .splide__pagination {
      bottom: 1.5rem;
      padding: 0 1.5rem 0 1.5rem;
    }
  }

  .single .pinnacle__publicy{
    > a{
      > h4{
        font-size: 4rem;
      }
    }
  }

  .multiply .pinnacle__publicy{
    > a{
      > h4{
        font-size: 2rem;
      }
    }
  }

  .pinnacle__content__communities.no-map .grid__view__content.single, .pinnacle__content__communities .grid__view__content.single{
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    > article{
      height: 650px;
      > figure{
        height: 450px;
      }
      > div{
        min-height: -moz-max-content;
        min-height: max-content;
        height: auto !important;
      }
    }
    > article.pinnacle_card_floorplan {
      height: -moz-max-content;
      height: max-content;
    }
  }

  .pinnacle__content__communities.no-map .grid__view__content.multiply, .pinnacle__content__communities .grid__view__content.multiply{
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    > article{
      height: 450px;
    }
  }

  .grid__view__content.single .pinnacle_card_info h5{
    font-size: 18px !important;
  }

  #compare__floorplans__btn.hidden__mobile::before{
    content: none;
  }

  .filters__extra {
    max-height: calc(100dvh - 190px);
  }

  #pinnacle__compare_floorplans.floorplans_selected--opened #compare__floorplans_list figure{
    height: 250px !important;
  }

  #pinnacle__compare_floorplans.floorplans_selected--opened:has(#compare__floorplans_list-list) #compare__floorplans_list figure{
    height: 400px !important;
  }

  .pinnacle__header_community_separator{
    height: 20px;
    width: 1px;
    background-color: #fff;
    margin-bottom: 2px;
  }

  .pinnacle__header_community_name{
    margin-bottom: 2px;
    max-width: 170px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .pinnacle__btn_video{
    &::after{
      content: ' ';
      width: 40px;
      height: 40px;
    }
  }

  .pinnacle__header:has(.pinnacle__header_community_name) > div{
    flex-direction: column !important;
  }

  .pinnacle__cta{
    gap: 10px;
    &::after{
      content: ' ';
      width: 70px;
      height: 60px;
    }
  }

  .pinnacle_card_info_features span{
    gap: 3px !important;
  }

  #pinnacle__scroll__top{
    width: 50px;
    height: 50px;
  }

  .hidden__mobile{
    display: none;
  }

  .pinnacle__location__features{
    div{
      border-left: none;
    }
    div::before{
      content: ' ';
      width: 1px;
      height: 150px;
      background-color: #b8916a;
      display: block;
    }
    div:nth-child(4n-3)::before {
      display: none;
    }
  }

  .panorama__viewer{
    min-height: 500px;
  }

  .faqs__tab__content__item{
    > p.faqs__tab__content__item__title{
      &::after{
        content: ' ';
        width: 15px;
        height: 15px;
      }
    }
  }

  .grid__view__wishlist{
    grid-template-columns: repeat(auto-fill, minmax(150px, .5fr));
  }

  #pinnacle__whishlist:has(.floorplans__wishlist.active) #compare__floorplans__btn{
    display: block !important;
  }

  .btn__apply_now{
    top: 2.3rem;
    &::after{
      content: ' ';
      display: none;
      width: 30px;
      height: 30px;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url('./icons/Arrow_container_right.svg');
      pointer-events: none;
      transition: transform ease-in-out .1s;
    }
  }

  .pinnacle_card_community.selected .pinnacle_card_info  {
    background-color: #fff;
  }
}

@media (max-width: 365px){
  .scale-9{
    scale: .8;
  }

  .gslide-inline .ginlined-content{
    padding-block: 0 !important;
  }
}

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

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

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.\!fixed {
  position: fixed !important;
}

.fixed {
  position: fixed;
}

.\!absolute {
  position: absolute !important;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.-left-16 {
  left: -4rem;
}

.-top-10 {
  top: -2.5rem;
}

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

.bottom-0 {
  bottom: 0px;
}

.bottom-3 {
  bottom: 0.75rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-8 {
  bottom: 2rem;
}

.left-0 {
  left: 0px;
}

.left-2 {
  left: 0.5rem;
}

.left-2\/4 {
  left: 50%;
}

.left-\[50\%\] {
  left: 50%;
}

.right-0 {
  right: 0px;
}

.right-10 {
  right: 2.5rem;
}

.right-2 {
  right: 0.5rem;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.right-6 {
  right: 1.5rem;
}

.right-7 {
  right: 1.75rem;
}

.top-0 {
  top: 0px;
}

.top-2 {
  top: 0.5rem;
}

.top-2\/4 {
  top: 50%;
}

.top-3 {
  top: 0.75rem;
}

.top-6 {
  top: 1.5rem;
}

.top-\[102\%\] {
  top: 102%;
}

.top-\[120\%\] {
  top: 120%;
}

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

.top-full {
  top: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-\[70px\] {
  margin-top: 70px;
  margin-bottom: 70px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

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

.mb-12 {
  margin-bottom: 3rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

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

.mb-\[3dvh\] {
  margin-bottom: 3dvh;
}

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

.mr-5 {
  margin-right: 1.25rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

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

.mt-20 {
  margin-top: 5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-8 {
  margin-top: 2rem;
}

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-\[4\/5\] {
  aspect-ratio: 4/5;
}

.aspect-\[5\/4\] {
  aspect-ratio: 5/4;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.size-12 {
  width: 3rem;
  height: 3rem;
}

.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

.size-\[20px\] {
  width: 20px;
  height: 20px;
}

.size-\[23px\] {
  width: 23px;
  height: 23px;
}

.size-\[28px\] {
  width: 28px;
  height: 28px;
}

.size-\[50px\] {
  width: 50px;
  height: 50px;
}

.size-\[660px\] {
  width: 660px;
  height: 660px;
}

.h-1 {
  height: 0.25rem;
}

.h-3\/4 {
  height: 75%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[calc\(100dvh-105px\)\] {
  height: calc(100dvh - 105px);
}

.h-\[calc\(100dvh-128px\)\] {
  height: calc(100dvh - 128px);
}

.h-\[calc\(100dvh-140px\)\] {
  height: calc(100dvh - 140px);
}

.h-auto {
  height: auto;
}

.h-dvh {
  height: 100dvh;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-max {
  height: -moz-max-content;
  height: max-content;
}

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

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

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

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

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

.max-h-\[calc\(100dvh-204px\)\] {
  max-height: calc(100dvh - 204px);
}

.max-h-fit {
  max-height: -moz-fit-content;
  max-height: fit-content;
}

.max-h-full {
  max-height: 100%;
}

.min-h-\[100dvh\] {
  min-height: 100dvh;
}

.min-h-\[150dvh\] {
  min-height: 150dvh;
}

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

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

.min-h-\[20dvh\] {
  min-height: 20dvh;
}

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

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

.min-h-\[25dvh\] {
  min-height: 25dvh;
}

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

.min-h-\[30dvh\] {
  min-height: 30dvh;
}

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

.min-h-\[35dvh\] {
  min-height: 35dvh;
}

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

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

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

.min-h-\[45dvh\] {
  min-height: 45dvh;
}

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

.min-h-\[50dvh\] {
  min-height: 50dvh;
}

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

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

.min-h-\[60dvh\] {
  min-height: 60dvh;
}

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

.min-h-\[65dvh\] {
  min-height: 65dvh;
}

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

.min-h-\[70dvh\] {
  min-height: 70dvh;
}

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

.w-10\/12 {
  width: 83.333333%;
}

.w-16 {
  width: 4rem;
}

.w-2\/12 {
  width: 16.666667%;
}

.w-2\/4 {
  width: 50%;
}

.w-20 {
  width: 5rem;
}

.w-3\/12 {
  width: 25%;
}

.w-3\/4 {
  width: 75%;
}

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

.w-4\/6 {
  width: 66.666667%;
}

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

.w-7\/12 {
  width: 58.333333%;
}

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

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

.w-min {
  width: -moz-min-content;
  width: min-content;
}

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

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

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

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

.min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.min-w-full {
  min-width: 100%;
}

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

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

.max-w-\[20dvw\] {
  max-width: 20dvw;
}

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

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

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

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

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

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

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

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

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

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

.max-w-\[85dvw\] {
  max-width: 85dvw;
}

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

.max-w-\[99dvw\] {
  max-width: 99dvw;
}

.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.max-w-main {
  max-width: 1440px;
}

.max-w-main_lg {
  max-width: 1280px;
}

.max-w-main_md {
  max-width: 1080px;
}

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

.\!-translate-x-2\/4 {
  --tw-translate-x: -50% !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-2\/4 {
  --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-2\/4 {
  --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-y-full {
  --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-x-full {
  --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));
}

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

.cursor-ew-resize {
  cursor: ew-resize;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

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

.resize {
  resize: both;
}

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

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

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

.grid-cols-title {
  grid-template-columns: minmax(100px, auto) 1fr minmax(100px, auto);
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-11 {
  gap: 2.75rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-32 {
  gap: 8rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-40 {
  gap: 10rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

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

.self-end {
  align-self: flex-end;
}

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

.break-words {
  overflow-wrap: break-word;
}

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

.rounded-lg {
  border-radius: 0.5rem;
}

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

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

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.border {
  border-width: 1px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

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

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

.border-pinnacle_beige {
  --tw-border-opacity: 1;
  border-color: rgb(184 145 106 / var(--tw-border-opacity, 1));
}

.border-pinnacle_dark_brown {
  --tw-border-opacity: 1;
  border-color: rgb(157 141 134 / var(--tw-border-opacity, 1));
}

.border-pinnacle_gray {
  --tw-border-opacity: 1;
  border-color: rgb(175 175 175 / var(--tw-border-opacity, 1));
}

.border-y-\[\#B9916A\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(185 145 106 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(185 145 106 / var(--tw-border-opacity, 1));
}

.border-b-\[\#B9916A\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(185 145 106 / var(--tw-border-opacity, 1));
}

.border-b-pinnacle_beige {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(184 145 106 / var(--tw-border-opacity, 1));
}

.border-b-pinnacle_black {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
}

.border-b-pinnacle_dark_brown {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(157 141 134 / var(--tw-border-opacity, 1));
}

.border-b-pinnacle_white {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-b-white {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-t-pinnacle_beige {
  --tw-border-opacity: 1;
  border-top-color: rgb(184 145 106 / var(--tw-border-opacity, 1));
}

.bg-\[\#f4f2f0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 242 240 / var(--tw-bg-opacity, 1));
}

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

.bg-pinnacle_beige {
  --tw-bg-opacity: 1;
  background-color: rgb(184 145 106 / var(--tw-bg-opacity, 1));
}

.bg-pinnacle_beige_d {
  --tw-bg-opacity: 1;
  background-color: rgb(198 182 167 / var(--tw-bg-opacity, 1));
}

.bg-pinnacle_black {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}

.bg-pinnacle_dark_brown {
  --tw-bg-opacity: 1;
  background-color: rgb(157 141 134 / var(--tw-bg-opacity, 1));
}

.bg-pinnacle_mid_brown {
  --tw-bg-opacity: 1;
  background-color: rgb(191 172 158 / var(--tw-bg-opacity, 1));
}

.bg-pinnacle_mid_brown_d {
  --tw-bg-opacity: 1;
  background-color: rgb(228 221 216 / var(--tw-bg-opacity, 1));
}

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

.bg-pinnacle_white_gray {
  --tw-bg-opacity: 1;
  background-color: rgb(244 242 240 / var(--tw-bg-opacity, 1));
}

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

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

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

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

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

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

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

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

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

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

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

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.\!pt-8 {
  padding-top: 2rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

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

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

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

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

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

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

.pl-14 {
  padding-left: 3.5rem;
}

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

.pl-7 {
  padding-left: 1.75rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

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

.pr-6 {
  padding-right: 1.5rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

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

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

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

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

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

.pt-\[18dvh\] {
  padding-top: 18dvh;
}

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

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

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

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

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

.font-oregon_lg {
  font-family: OregonLdoLight;
}

.font-oregon_md {
  font-family: OregonLdoMedium_BWen;
}

.font-raleway {
  font-family: Raleway_medium;
}

.font-raleway_bold {
  font-family: Raleway_Bold;
}

.font-raleway_italic {
  font-family: Raleway-Italic-VariableFont_wght;
}

.font-raleway_lg {
  font-family: Raleway_Light;
}

.font-raleway_md {
  font-family: Raleway_regular;
}

.font-raleway_semibold {
  font-family: Raleway_SemiBold;
}

.font-raleway_xlg {
  font-family: Raleway_ExtraLight;
}

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

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

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

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

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-\[2\.3rem\] {
  font-size: 2.3rem;
}

.text-\[3\.5rem\] {
  font-size: 3.5rem;
}

.text-\[6\.5rem\] {
  font-size: 6.5rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-pinnacle_xl {
  font-size: 6.5rem;
}

.text-pinnacle_xxs {
  font-size: 0.65rem;
}

.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-bold {
  font-weight: 700;
}

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

.lowercase {
  text-transform: lowercase;
}

.leading-none {
  line-height: 1;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-\[\.15em\] {
  letter-spacing: .15em;
}

.tracking-\[\.1em\] {
  letter-spacing: .1em;
}

.tracking-\[\.2em\] {
  letter-spacing: .2em;
}

.tracking-\[0\.25rem\] {
  letter-spacing: 0.25rem;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

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

.text-pinnacle_beige {
  --tw-text-opacity: 1;
  color: rgb(184 145 106 / var(--tw-text-opacity, 1));
}

.text-pinnacle_black {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}

.text-pinnacle_dark_brown {
  --tw-text-opacity: 1;
  color: rgb(157 141 134 / var(--tw-text-opacity, 1));
}

.text-pinnacle_gray {
  --tw-text-opacity: 1;
  color: rgb(175 175 175 / var(--tw-text-opacity, 1));
}

.text-pinnacle_text_gold {
  --tw-text-opacity: 1;
  color: rgb(184 146 106 / var(--tw-text-opacity, 1));
}

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

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

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-35 {
  opacity: 0.35;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-45 {
  opacity: 0.45;
}

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

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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-md {
  --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);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

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

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

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

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

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

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

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

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

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-brightness-75 {
  --tw-backdrop-brightness: brightness(.75);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, 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;
}

.transition-all {
  transition-property: all;
  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;
}

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

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

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

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

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

.placeholder\:font-raleway_italic::-moz-placeholder {
  font-family: Raleway-Italic-VariableFont_wght;
}

.placeholder\:font-raleway_italic::placeholder {
  font-family: Raleway-Italic-VariableFont_wght;
}

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

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

.placeholder\:text-pinnacle_white::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.placeholder\:text-pinnacle_white::placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

.hover\:-translate-y-2:hover {
  --tw-translate-y: -0.5rem;
  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));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.group:hover .group-hover\:-translate-y-2 {
  --tw-translate-y: -0.5rem;
  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\:translate-x-\[150\%\] {
  --tw-translate-x: 150%;
  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\: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));
}

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

.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

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

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

.group:hover .group-hover\:brightness-\[1\] {
  --tw-brightness: brightness(1);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.group:has(:checked) .group-has-\[\:checked\]\:block {
  display: block;
}

.group:has(:checked) .group-has-\[\:checked\]\:flex {
  display: flex;
}

.group:has(:checked) .group-has-\[\:checked\]\:hidden {
  display: none;
}

.group:has(:checked) .group-has-\[\:checked\]\:opacity-0 {
  opacity: 0;
}

.group:has(:checked) .group-has-\[\:checked\]\:opacity-100 {
  opacity: 1;
}

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

  .md\:-left-14 {
    left: -3.5rem;
  }

  .md\:-top-\[10\%\] {
    top: -10%;
  }

  .md\:bottom-14 {
    bottom: 3.5rem;
  }

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

  .md\:right-10 {
    right: 2.5rem;
  }

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

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

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

  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

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

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

  .md\:mb-\[20dvh\] {
    margin-bottom: 20dvh;
  }

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:size-\[25px\] {
    width: 25px;
    height: 25px;
  }

  .md\:size-\[30px\] {
    width: 30px;
    height: 30px;
  }

  .md\:size-\[35px\] {
    width: 35px;
    height: 35px;
  }

  .md\:size-\[500px\] {
    width: 500px;
    height: 500px;
  }

  .md\:size-\[660px\] {
    width: 660px;
    height: 660px;
  }

  .md\:size-\[80px\] {
    width: 80px;
    height: 80px;
  }

  .md\:h-\[100dvh\] {
    height: 100dvh;
  }

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

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

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

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

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

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

  .md\:h-\[55dvh\] {
    height: 55dvh;
  }

  .md\:h-\[70dvh\] {
    height: 70dvh;
  }

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

  .md\:h-\[95dvh\] {
    height: 95dvh;
  }

  .md\:h-\[96\%\] {
    height: 96%;
  }

  .md\:h-\[calc\(100dvh-64px\)\] {
    height: calc(100dvh - 64px);
  }

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

  .md\:min-h-\[100dvh\] {
    min-height: 100dvh;
  }

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

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

  .md\:min-h-\[50dvh\] {
    min-height: 50dvh;
  }

  .md\:min-h-\[55dvh\] {
    min-height: 55dvh;
  }

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

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

  .md\:w-2\/4 {
    width: 50%;
  }

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

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

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

  .md\:w-auto {
    width: auto;
  }

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

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

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

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

  .md\:max-w-\[20dvw\] {
    max-width: 20dvw;
  }

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

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

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

  .md\:max-w-\[90\%\] {
    max-width: 90%;
  }

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

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

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

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

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

  .md\:grid-cols-\[1fr_2fr\] {
    grid-template-columns: 1fr 2fr;
  }

  .md\:grid-cols-\[40\%_15\%_25\%_10\%\] {
    grid-template-columns: 40% 15% 25% 10%;
  }

  .md\:grid-cols-header {
    grid-template-columns: auto 1fr;
  }

  .md\:grid-cols-title {
    grid-template-columns: minmax(100px, auto) 1fr minmax(100px, auto);
  }

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

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

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

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

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

  .md\:justify-start {
    justify-content: flex-start;
  }

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

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

  .md\:justify-items-start {
    justify-items: start;
  }

  .md\:justify-items-end {
    justify-items: end;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-14 {
    gap: 3.5rem;
  }

  .md\:gap-24 {
    gap: 6rem;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

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

  .md\:self-end {
    align-self: flex-end;
  }

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

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

  .md\:text-balance {
    text-wrap: balance;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\:border-pinnacle_beige {
    --tw-border-opacity: 1;
    border-color: rgb(184 145 106 / var(--tw-border-opacity, 1));
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

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

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

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

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

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

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

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

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

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

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

  .md\:pl-14 {
    padding-left: 3.5rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

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

  .md\:pr-2 {
    padding-right: 0.5rem;
  }

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

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

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

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

  .md\:text-\[2\.3rem\] {
    font-size: 2.3rem;
  }

  .md\:text-\[6\.5rem\] {
    font-size: 6.5rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-pinnacle_xl {
    font-size: 6.5rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

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

  .md\:tracking-\[\.2em\] {
    letter-spacing: .2em;
  }
}

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

  .lg\:sticky {
    position: sticky;
  }

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

  .lg\:top-\[40dvh\] {
    top: 40dvh;
  }

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

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

  .lg\:my-\[150px\] {
    margin-top: 150px;
    margin-bottom: 150px;
  }

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

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

  .lg\:mb-\[20dvh\] {
    margin-bottom: 20dvh;
  }

  .lg\:mb-\[55dvh\] {
    margin-bottom: 55dvh;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mt-14 {
    margin-top: 3.5rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

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

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

  .lg\:mt-\[40dvh\] {
    margin-top: 40dvh;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

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

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

  .lg\:h-\[90dvh\] {
    height: 90dvh;
  }

  .lg\:h-\[calc\(100dvh-64px\)\] {
    height: calc(100dvh - 64px);
  }

  .lg\:h-full {
    height: 100%;
  }

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

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

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

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

  .lg\:w-2\/12 {
    width: 16.666667%;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

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

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

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

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

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

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

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

  .lg\:max-w-none {
    max-width: none;
  }

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

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

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

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

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

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-3 {
    gap: 0.75rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:self-end {
    align-self: flex-end;
  }

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

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

  .lg\:border-pinnacle_beige {
    --tw-border-opacity: 1;
    border-color: rgb(184 145 106 / var(--tw-border-opacity, 1));
  }

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

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

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

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

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

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pt-\[150px\] {
    padding-top: 150px;
  }

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

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

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

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

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

  .lg\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

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

  .lg\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
    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 .lg\:group-hover\:translate-x-\[150\%\] {
    --tw-translate-x: 150%;
    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 .lg\:group-hover\: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));
  }

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

  .group:hover .lg\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .lg\:group-hover\:brightness-100 {
    --tw-brightness: brightness(1);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .group:hover .lg\:group-hover\:brightness-\[1\] {
    --tw-brightness: brightness(1);
    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);
  }
}

@media (min-width: 1280px) {
  .xl\:mt-\[300px\] {
    margin-top: 300px;
  }

  .xl\:w-2\/3 {
    width: 66.666667%;
  }

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

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

  .xl\:pr-24 {
    padding-right: 6rem;
  }

  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

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

@media (min-width: 1536px) {
  .\32xl\:w-1\/3 {
    width: 33.333333%;
  }
}