body {
  margin: 0;
}

/*.toggle{
  display: none;
}*/

/*Location lists items - Collapse and caroussel*/
.swiper {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 10px 0 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.swiper-backface-hidden {
  padding-left: 30px !important;
  padding-right: 30px !important;
  box-sizing: border-box;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  display: none;
}

.pgtr__locations-list-collapse {
    position: relative;
}

.pgtr__locations-list-collapse .swiper-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
}

.pgtr__locations-list-collapse .pgtr__location-item-service-icon, .pgtr__locations-list-search-results .pgtr__location-item-service-icon {
  width: 28px;
}

.pgtr__locations-list-collapse .pgtr__location-item-divisor-amenities, .pgtr__locations-list-search-results .pgtr__location-item-divisor-amenities {
  height: 27.05px;
  width: 0px;
  border-left: 0.676301px solid #acacac;
  margin: 0 6px 0 8px;
}

.pgtr__locations-list-collapse .swiper-button-next svg {
    background: white !important;
    border-radius: 50%;
}
.pgtr__locations-list-collapse .swiper-button-prev svg {
    background: white !important;
    border-radius: 50%;
}

.pgtr__locations-list-collapse .swiper-button-next {
  right: 0;
  top: 220px;
  position: absolute;
  width: 48px;
  background: white;
  border-radius: 50%;
  height: 26px;
  -webkit-tap-highlight-color: transparent;
}

.pgtr__locations-list-collapse .swiper-button-prev {
  left: 0;
  top: 220px;
  position: absolute;
  width: 48px;
  background: white;
  border-radius: 50%;
  height: 26px;
  -webkit-tap-highlight-color: transparent;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: none !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: none !important;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#pgtr__not-found-results:focus-visible {
  outline: transparent;
}

.pgtr__locations-container {
  margin-top: 135px;
}

#resultContainer {
  margin: 15px 0;
}

/*Banner home page*/
.pgtr__locations-banner-container {
  width: 100%;
  margin: 0 auto;
  max-width: 2000px;
  height: 47vw;
  max-height: inherit;
  object-fit: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  /*background-image: url(../images/locations-banner.png);*/
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  row-gap: 33px;
  background-size: cover;
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.pgtr__locations-banner-title {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
  text-align: center;
  color: #434446;
  margin-top: 40px;
}

.pgtr__locations-banner-enter{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  color: #434446;
  margin-top: 25px;
}

.pgtr__locations-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  min-height: 45vw;
}

.pgtr__locations-search {
  display: flex;
  align-items: center;
  width: 729px;
  height: 73px;
  background: #ffffff;
  box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.18);
  border-radius: 1000px;
  padding: 23px 21px;
  box-sizing: border-box;
  margin-top: 20px;
  z-index: 1;
}

.pgtr__locations-search-input::-webkit-input-placeholder { /* WebKit browsers */
  text-transform: none;
}

.pgtr__locations-search-input {
  width: 70%;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #434446;
  border: none;
  outline: none;
  margin-left: 3px;
  text-transform: uppercase;
}

.pgtr__locations-search-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  box-sizing: border-box;
  height: 48px;
  background: #0070b9;
  border: 1px solid #0070b9;
  border-radius: 30px;
  margin-left: auto;
  cursor: pointer;

  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-feature-settings: "liga" off;
  color: #ffffff;
}

.pgtr__locations-search-btn:hover {
  background: #0187DE;
  border: 1px solid #0187DE;
}

.pgtr__locations-banner-subtitle {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  color: #434446;
  margin-top: 20px;
}

.pgtr__locations-banner-note {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #0070b9;
  margin-top: 35px;
  margin-bottom: 35px;
}

.pgtr__locations-list-item {
  display: flex;
  flex-direction: column;
  width: 1125px;
  z-index: 1;
  position: relative;
  padding-top: 90px;
}

.pgtr__locations-list-item input {
  position: absolute;
  top: 5px;
  left: 2px;
  width: 99%;
  margin: auto;
  height: 70px;
  display: none;
}

.pgtr__locations-list-item .pgtr__collapsible-item {
  position: absolute;
  top: 1px;
}

.pgtr__locations-list-collapse {
  margin-top: 10px;
}

.pgtr__collapsible-item {
  -webkit-tap-highlight-color: transparent;
  display: flex;
  align-items: center;
  background-color: #fff;
  color: black;
  cursor: pointer;
  padding: 25.618px;
  box-sizing: border-box;
  width: 100%;
  height: 82px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  border-top: 0.730028px solid #E9E9E9;
}

.pgtr__icon-collapse {
  margin-left: auto;
}

.pgtr__collapsible-item .pgtr__location-list-close {
  display: block;
}

.pgtr__collapsible-item.active .pgtr__location-list-close {
  display: none;
}

.pgtr__collapsible-item .pgtr__location-list-open {
  display: none;
}

.pgtr__collapsible-item.active .pgtr__location-list-open {
  display: block;
}

.pgtr__collapsible-item.active .pgtr__location-list-open {
  display: block;
}

.active,
.pgtr__collapsible-item:hover {
  background-color: rgb(255, 255, 255);
}

.pgtr__locations-collapse-title {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  color: #434446;
  margin-top: 6px;
  margin-left: 10px;
  pointer-events: none;
}

.pgtr__collapse-content {
  padding: 0px 30px;
  box-sizing: border-box;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #ffffff;
  position: relative;
}

.pgtr__location-item-map-content {
  width: 100%;
  display: flex;
  position: relative;
}

.pgtr__location-item-closed {
  height: 24px;
  width: auto;
  left: 8px;
  bottom: 8px;
  padding: 4px 12px 4px 12px;
  box-sizing: border-box;
  position: absolute;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  letter-spacing: 0.4px;
  color: #FFFFFF;
  z-index: 8;
  background: #0070B9;
  border-radius: 4px;
}

.pgtr__location-item-map {
  width: 238.73px;
  height: 121.18px;
}

.pgtr__location-gallery-item {
  width: 76.81px;
  height: 45.87px;
  border-radius: 6.63px;
}

.pgtr__location-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 302px !important;
  height: auto;
  max-height: 524px;
  background: #ffffff;
  box-shadow: 1.64594px 1.64594px 8.22968px rgb(0 0 0 / 15%);
  border-radius: 8.11561px;
  padding: 32px;
  box-sizing: border-box;
  justify-content: flex-start;
}

.pgtr__location-item-gallery {
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: 4px;
  margin-top: 14px;
}

.pgtr__location-item-title {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  text-align: start;
  line-height: 18px;
  font-feature-settings: "salt" on, "liga" off;
  color: #0070b9;
  margin-top: 12px;
}
.pgtr__location-item-location{
  min-height: 54px;
}

.pgtr__location-services-title{
  min-height: 18px;
}

.pgtr__location-item-location,
.pgtr__location-services-title {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  font-feature-settings: "liga" off;
  color: #434446;
  margin-top: 12px;
  text-align: left;
}

.pgtr__location-item-services {
  display: flex;
  align-items: center;
  column-gap: 12px;
  transform: scale(1.1);
  width: 170px;
  margin-left: -2px;
  transform-origin: 0 0;
  margin-top: 7px;
  margin-bottom: 7px;
  min-height: 30.8px;
}

.pgtr__location-item-details {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin-top: 10px;
}

.pgtr__location-item-services {
  display: flex;
  align-items: center;
  column-gap: 0px;
}

.pgtr__location-item-btn {
  display: flex;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  width: fit-content;
  height: 58px;
  border: 0.676301px solid #0070b9;
  border-radius: 676.301px;
  background-color: #F0F6FC;
  cursor: pointer;
  margin-top: 12px;
}

.pgtr__location-item-btn:hover {
  background-color: #0070b9;  
}

.pgtr__location-item-btn:hover .pgtr__location-btn-label {
  color: #F0F6FC;
}

.pgtr__location-btn-label {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;  
  line-height: 18px;
  font-feature-settings: 'salt' on, 'liga' off;
  color: #0070B9;
  text-decoration: none;
  pointer-events: none;
}

.pgtr__location-btn-icon {
  margin-left: auto;
  pointer-events: none;
  margin-right: 3px;
  margin-top: 3px;
}

.pgtr__locations-list-item input[type="checkbox"] {
  display: none;
}


.pgtr__collapsible-item::after {
  content: " ";
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid currentColor;
  vertical-align: middle;
  margin-right: 0.7rem;
  transform: translateY(-2px);
  transition: transform 0.2s ease-out;
  margin-left: auto;
  color: #0070B9;
}
.pgtr__locations-list-item .toggle:checked + .pgtr__collapsible-item::after {
  transform: rotate(90deg) translateX(-3px);
  margin-left: auto;
}
.pgtr__locations-list-collapse {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.25s ease-in-out;
  position: relative;
  padding: 0 65px;
  box-sizing: border-box;
}
.pgtr__locations-list-item .toggle:checked + .pgtr__collapsible-item + .pgtr__locations-list-collapse {
  max-height: 530px;
  margin-bottom: 17px;
}
.pgtr__locations-list-item .toggle:checked + .pgtr__collapsible-item {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.pgtr__locations-regions {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/*Location qualities*/
.pgtr__locations-qualities {
  width: 100%;
  display: flex;
  justify-content: center;
  column-gap: 8px;
  row-gap: 8px;
  border-top: 1px solid #F0F6FC;
  border-bottom: 1px solid #F0F6FC;
  padding: 32px 0;
  box-sizing: border-box;
  margin-bottom: 35px;
}

.pgtr__locations-qualities-list {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  row-gap: 8px;
}

.pgtr__locations-qualities-item {
  padding: 8px;
  box-sizing: border-box;
  gap: 12px;
  width: 274px;
  height: 68px;
  background: #F0F6FC;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pgtr__qualities-title {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  font-feature-settings: 'liga' off;
  color: #434446;  
}

/*Location list - postal code*/
.pgtr__locations-postal-code {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}

.pgtr__locations-postal-code-title {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  font-feature-settings: 'liga' off;
  color: #434446;
  margin-top: 18px;
  margin-bottom: 50px;
}

.pgtr__locations-postal-code .pgtr__locations-list-collapse {
  max-height: inherit;
  width: 1125px;
}

.pgtr__locations-zones {
  width: 100%;
}

.pgtr__location-item-distance {
  font-family: ‘Open Sans’;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  font-feature-settings: ‘liga’ off;
  color: #0070B9;
  display: flex;
  margin-top: 12px;
}

.pgtr__no-result{
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  justify-content: center;
  align-items: center;
}
.pgtr__no-result-title{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  font-feature-settings: 'liga' off;
  color: #434446;
}
.pgtr__no-result-subtitle{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #434446;
}
.pgtr__no-result-btn{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  color: #0070B9;
  margin-top: 85px;
  margin-bottom: 80px;
  cursor: pointer;
}

.pgtr__locations-list-collapse  .swiper-wrapper {
  margin-left: 10px !important;
}

.pgtr__locations-opening-soon{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  gap: 10px;
  width: 238.73px;
  height: 121.18px;
  background: #F0F6FC;
  border-radius: 12px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  margin-top: 10px;
  margin-bottom: 5.62px;
}

.pgtr__locations-opening-soon-text{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #0070B9;
}

@media (min-width: 1440px) {
  .pgtr__locations-list .swiper-wrapper {
    column-gap: 0px;
    margin-left: 10px !important;
  }
}

@media (min-width: 1001px) and (max-width: 1439px) {
  .pgtr__qualities-title {
    font-size: 13px;
  }
  
  /*Qualities section*/
  .pgtr__locations-qualities-item {
    width: 220.83px;
    height: 47.22px;
    gap: 8px;
  }

  .pgtr__qualities-icon {
    width: 16px;
  }

  .pgtr__locations-list-item {
    width: 830px;
  }

  .pgtr__locations-collapse-title {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #434446;
    margin-top: 3px;
    margin-left: 3px;
    pointer-events: none;
  }

  .pgtr__location-list-item-icon {
    width: 21px;
  }

  .pgtr__locations-search {
    width: 506px;
    height: 50px;
    padding: 12px 14px;
  }

  .pgtr__locations-search-icon {
    width: 20px;
  }

  .pgtr__locations-search-input {
    font-size: 11.1111px;
    line-height: 17px;
  }

  .pgtr__locations-search-btn {
    font-size: 11.1111px;
    line-height: 7px;
    padding: 8px 10px;
    box-sizing: border-box;
    height: 33px;
    width: 104px;
  }

  .pgtr__locations-banner-note {
    font-size: 16px;
    margin-top: 26px;
    margin-bottom: 18px;
  }

  .pgtr__locations-banner-subtitle {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16.6667px;
    line-height: 23px;
    color: #434446;
    margin-top: 20px;
  }

  .pgtr__locations-banner-title{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 44.4444px;
    line-height: 100%;
    text-align: center;
    color: #434446;
    margin-top: 0px;
  }

}

@media (min-width: 763px) and (max-width: 1000px) {
.pgtr__locations-list-search-results {
  width: 85vw;
}
  
  .pgtr__locations-banner-title {
    margin-top: 35px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 31.75px;
    line-height: 100%;
    text-align: center;
    color: #434446;
  }
  
  .pgtr__locations-banner-subtitle {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15.875px;
    line-height: 24px;
    font-feature-settings: 'liga' off;
    color: #434446;
    margin-top: 15px;
  }

  .pgtr__locations-search {
    margin-top: 18px;
    width: 379.13px;
    height: 55.75px;
    padding: 14px 15px;
  }

  .pgtr__locations-search-btn {
    width: 134px;
    height: 40px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    align-items: flex-end;
    font-feature-settings: 'liga' off;
    color: #FFFFFF;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;

  }

  .pgtr__locations-search-input {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13.875px;
    line-height: 24px;
    display: flex;
    align-items: center;
    font-feature-settings: 'liga' off;
    color: #434446;
    margin-left: 0px;
  }

  .pgtr__locations-search-icon {
    width: 15px;
  }

  .pgtr-locations-search-btn {
    width: 140.75px;
    height: 39.88px;
    font-size: 14.875px;
    line-height: 13px;
    padding: 9px 5px;
    box-sizing: border-box;
  }

  .pgtr__locations-banner-note {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: inherit;
    color: #0070b9;
    margin-top: 15px;
    margin-bottom: 15px;
}

  .pgtr__locations-qualities-item {
    width: 174px;
    height: 110px;
    background: #F0F6FC;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
  }

  /*Qualities section*/

  .pgtr__qualities-title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    font-feature-settings: 'liga' off;
    color: #434446;
  }

  .pgtr__msite-container .pgtr__locations-qualities {
    margin-top: 12px;
    margin-bottom: 0px;
  }

.pgtr__locations-qualities-list .pgtr__locations-qualities-item:nth-child(3) .pgtr__qualities-title {
    width: 100px;
  }

  .pgtr__locations-qualities-list .pgtr__locations-qualities-item:nth-child(4) .pgtr__qualities-title {
    width: 90px;
  }

  .pgtr__msite-offers {
    margin-top: 0px;
    flex-direction: column;
    width: 718px;
    height: auto;
    padding: 32px 0px;
    box-sizing: border-box;
  }

  .pgtr__locations-list-item {
    width: 508px;
  }

  .pgtr__locations-banner-enter{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'liga' off;
    color: #434446;
    padding: 0px 20px 0px 20px;
  }
  .pgtr__no-result-title{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    font-feature-settings: 'salt' on, 'liga' off;
    color: #434446;
    padding: 0px 20px 0px 20px;
  }
  .pgtr__no-result-subtitle{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-feature-settings: 'liga' off;
    color: #434446;
    padding: 0px 20px 0px 20px;
  }
  .pgtr__no-result-btn{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'liga' off;
    color: #0070B9;
    margin-top: 24px;
  }

}

@media (min-width: 1px) and (max-width: 762px) {
  .pgtr__locations-list-search-results {
    width: 75vw;
  }

  .pgtr__locations-banner-container {
    width: 100%;
    height: 319px;
    max-height: inherit;
    object-fit: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 120%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    row-gap: 15px;
  }

  .pgtr__locations-banner-title {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    color: #434446;
    width: 219px;
    margin-top: 0px;
  }

  .pgtr__locations-banner-enter{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-feature-settings: 'liga' off;
    color: #434446;
    padding: 0px 20px 0px 20px;
    width: 324.3px;
  }
  .pgtr__no-result-title{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    font-feature-settings: 'salt' on, 'liga' off;
    color: #434446;
    padding: 0px 20px 0px 20px;
  }
  .pgtr__no-result-subtitle{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-feature-settings: 'liga' off;
    color: #434446;
    padding: 0px 20px 0px 20px;
  }
  .pgtr__no-result-btn{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-feature-settings: 'liga' off;
    color: #0070B9;
    margin-top: 24px;
  }

  .pgtr__locations-banner-subtitle {
    width: 324.3px;
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
/* or 150% */

text-align: center;
font-feature-settings: 'liga' off;

/* Assurant/Gray / Dark Gray */

color: #434446;
  }

  .pgtr__locations-search {
    width: 324.3px;
    height: 56px;
    background: #FFFFFF;
    box-shadow: 0px 0.90411px 5.87671px rgb(0 0 0 / 15%);
    border-radius: 452.055px;
    padding: 10px 8px 10px 15px;
    box-sizing: border-box;
  }
  
  .pgtr__locations-search-icon {
    width: 13px;
  }
  
  .pgtr__locations-search-input {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12.8343px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #434446;
    margin-left: 0px;
  }

  .pgtr__locations-search-btn {
    width: 134px;
    height: 40px;
    background: #0070B9;
    border: 0.437985px solid #0070B9;
    border-radius: 100px;
    font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 24px;
/* identical to box height, or 150% */

display: flex;
align-items: flex-end;
font-feature-settings: 'liga' off;

/* Assurant/White / White */

color: #FFFFFF;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pgtr__locations-banner-note {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16.41px;
    line-height: 150%;
    text-align: center;
    color: #0070B9;
  }

  /*Location lists items - Collapse and caroussel*/
  .pgtr__locations-list-item {
    width: 100%;
  }

  .pgtr__locations-collapse-title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'liga' off;
    color: #434446;
    margin-left: 5px;
    margin-top: 3px;
  }

  .pgtr__collapsible-item {
    height: 56px;
    padding: 16px 21.618px;
    padding-right: 0px;
  }

  .pgtr__location-list-item-icon {
    width: 20px;
  }

  .pgtr__collapsible-item::after {
    color: #434446;
    margin-right: 0px;
  }

  .pgtr__locations-list-collapse {
      max-height: 0px;
      overflow: hidden;
      transition: max-height 0.25s ease-in-out;
      position: relative;
      padding: 0 5px;
      box-sizing: border-box;
  } 

  .pgtr__location-list-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 302.73px !important;
      height: 100% !important;
      max-height: 524px;
      background: #ffffff;
      box-shadow: 1.64594px 1.64594px 8.22968px rgb(0 0 0 / 15%);
      border-radius: 8.11561px;
      padding: 32px;
      box-sizing: border-box;
  }

  .pgtr__locations-list-item .toggle:checked + .pgtr__collapsible-item + .pgtr__locations-list-collapse {
      max-height: 100%;
      margin-bottom: 40px;
  }

  .pgtr__locations-list-collapse .swiper-button-next, .pgtr__locations-list-collapse .swiper-button-prev {
    display: none !important;
  }


  /*Location qualities*/
  .pgtr__locations-qualities-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px;
    box-sizing: border-box;
    gap: 12px;
    min-width: 153.5px;
    width: 153.5px;
    height: 110px;
    min-height: 110px;
    background: #F0F6FC;
    border-radius: 8px;
  }

  .pgtr__locations-qualities-list {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
    row-gap: 8px;
    max-width: 326px;
  }

  .pgtr__locations-postal-code .pgtr__locations-list-collapse {
    width: 327px;
  }

  .pgtr__locations-regions {
    width: 365px;
  }
}

/*Special media queries*/
@media (min-width: 500px) and (max-width: 1000px) {
  .pgtr__locations-banner-container {
    height: 415px;
    background-size: 115%;
  }
}

@media (min-width: 800px) and (max-width: 1000px) {
  .pgtr__locations-banner-container {
    height: 545px;
    background-size: 100%;
  }
}
