/* [project]/shared/components/layout/Header/Header.module.css [app-client] (css) */
.Header-module__DxdwwG__headerWrapper {
  background: var(--color-bg-primary);
  width: 100%;
}

.Header-module__DxdwwG__headerTop {
  background: var(--color-bg-primary);
  z-index: 101;
  width: 100%;
  padding: 1.9375rem 1.5rem;
  transition: padding .3s;
  position: relative;
  top: 0;
}

.Header-module__DxdwwG__headerTop.Header-module__DxdwwG__headerTopFixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 .125rem .5rem #00000014;
}

.Header-module__DxdwwG__headerTopScrolled {
  padding: 1.25rem 1.5rem;
}

.Header-module__DxdwwG__headerTop.Header-module__DxdwwG__headerTopMenuOpen {
  z-index: 1002;
}

.Header-module__DxdwwG__container {
  flex-direction: column;
  width: 100%;
  max-width: 87rem;
  margin: 0 auto;
  padding: 0;
  display: flex;
  position: relative;
}

.Header-module__DxdwwG__headerRow {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
  min-height: 4.5rem;
  display: flex;
  position: relative;
}

.Header-module__DxdwwG__breadcrumbsContainer {
  max-width: 87rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.Header-module__DxdwwG__leftSection {
  flex: none;
  align-items: center;
  gap: 1.5rem;
  min-width: 0;
  display: flex;
}

.Header-module__DxdwwG__logoContainer {
  flex: none;
  min-width: 0;
}

.Header-module__DxdwwG__logoLink {
  color: inherit;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.Header-module__DxdwwG__logoFull {
  aspect-ratio: 311 / 56;
  flex-shrink: 1;
  width: 15rem;
  max-width: 100%;
  height: auto;
  display: block;
}

.Header-module__DxdwwG__navigation {
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 2.25rem;
  min-width: 0;
  display: flex;
  position: relative;
}

.Header-module__DxdwwG__navItemWrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.Header-module__DxdwwG__navItem, .Header-module__DxdwwG__navItemButton {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-lg);
  line-height: var(--line-height-loose);
  color: var(--color-brand-cyan);
  white-space: nowrap;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  text-decoration: none;
  transition: color .2s;
}

.Header-module__DxdwwG__navItem:hover, .Header-module__DxdwwG__navItemButton:hover, .Header-module__DxdwwG__navItemActive {
  color: var(--color-accent);
}

.Header-module__DxdwwG__dropdown {
  background: var(--color-bg-primary);
  border-radius: var(--border-radius-md);
  z-index: 1000;
  min-width: 12rem;
  margin-top: .5rem;
  padding: .5rem 0;
  animation: .2s Header-module__DxdwwG__dropdownFadeIn;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 .25rem .75rem #0000001a;
}

@keyframes Header-module__DxdwwG__dropdownFadeIn {
  from {
    opacity: 0;
    transform: translateY(-.5rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.Header-module__DxdwwG__dropdownList {
  margin: 0;
  padding: 0;
  list-style: none;
}

.Header-module__DxdwwG__dropdownItem {
  margin: 0;
}

.Header-module__DxdwwG__dropdownLink {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-base);
  line-height: var(--line-height-normal);
  color: var(--color-text-primary);
  white-space: nowrap;
  padding: .75rem 1.25rem;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: block;
}

.Header-module__DxdwwG__dropdownLink:hover {
  background-color: var(--color-bg-light);
  color: var(--color-accent);
}

.Header-module__DxdwwG__rightSide {
  flex-shrink: 0;
  align-items: center;
  gap: 1.5rem;
  display: flex;
}

.Header-module__DxdwwG__phoneNumber {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-3xl);
  line-height: var(--line-height-snug);
  color: var(--color-brand-cyan);
  text-underline-offset: 16.5%;
  white-space: nowrap;
  text-decoration: underline;
  transition: color .2s;
}

.Header-module__DxdwwG__phoneNumber:hover {
  color: var(--color-accent);
}

.Header-module__DxdwwG__mobileControls {
  flex: none;
  align-items: center;
  gap: .75rem;
  margin-left: auto;
  display: none;
}

.Header-module__DxdwwG__mobileRightSide {
  flex: none;
  align-items: center;
  gap: .5rem;
  display: none;
}

.Header-module__DxdwwG__mobileFavorite {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  height: 3.5rem;
  display: flex;
}

.Header-module__DxdwwG__mobilePhone {
  flex-shrink: 0;
  align-items: center;
  height: 3.5rem;
  display: flex;
}

.Header-module__DxdwwG__mobilePhoneLink {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-lg);
  line-height: var(--line-height-snug);
  color: var(--color-brand-cyan);
  text-underline-offset: .25rem;
  white-space: nowrap;
  align-items: center;
  height: 100%;
  text-decoration: underline;
  transition: color .2s;
  display: flex;
  position: relative;
}

.Header-module__DxdwwG__mobilePhoneText {
  display: inline;
}

.Header-module__DxdwwG__mobilePhoneIcon {
  -o-object-fit: contain;
  object-fit: contain;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  display: none;
}

.Header-module__DxdwwG__mobilePhoneLink:hover {
  color: var(--color-accent);
}

.Header-module__DxdwwG__burgerButton {
  cursor: pointer;
  z-index: 1001;
  background: none;
  border: none;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  gap: .25rem;
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
  display: none;
  position: relative;
}

.Header-module__DxdwwG__burgerLine {
  background: var(--color-brand-cyan);
  transform-origin: center;
  border-radius: .125rem;
  width: 1.5rem;
  height: .1875rem;
  transition: all .3s;
  display: block;
}

.Header-module__DxdwwG__burgerButton.Header-module__DxdwwG__burgerOpen {
  visibility: hidden;
  gap: 0;
  overflow: visible;
}

.Header-module__DxdwwG__burgerButton.Header-module__DxdwwG__burgerOpen .Header-module__DxdwwG__burgerLine {
  width: 1.5rem;
  height: .1875rem;
  position: absolute;
  top: 50%;
  left: 50%;
}

.Header-module__DxdwwG__burgerButton.Header-module__DxdwwG__burgerOpen .Header-module__DxdwwG__burgerLine:first-child {
  transform: translate(-50%, -50%)rotate(45deg);
}

.Header-module__DxdwwG__burgerButton.Header-module__DxdwwG__burgerOpen .Header-module__DxdwwG__burgerLine:nth-child(2) {
  opacity: 0;
  transform: translate(-50%, -50%)scale(0);
}

.Header-module__DxdwwG__burgerButton.Header-module__DxdwwG__burgerOpen .Header-module__DxdwwG__burgerLine:nth-child(3) {
  transform: translate(-50%, -50%)rotate(-45deg);
}

.Header-module__DxdwwG__burgerPortalWrap {
  z-index: 10052;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 1.25rem;
  right: 1.5rem;
}

.Header-module__DxdwwG__burgerButtonPortal {
  cursor: pointer;
  background: none;
  border: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
  display: flex;
  position: relative;
}

.Header-module__DxdwwG__burgerButtonPortal .Header-module__DxdwwG__burgerLine {
  background: var(--color-brand-cyan);
  transform-origin: center;
  border-radius: .125rem;
  width: 1.5rem;
  height: .1875rem;
  transition: all .3s;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}

.Header-module__DxdwwG__burgerButtonPortal .Header-module__DxdwwG__burgerLine:first-child {
  transform: translate(-50%, -50%)rotate(45deg);
}

.Header-module__DxdwwG__burgerButtonPortal .Header-module__DxdwwG__burgerLine:nth-child(2) {
  opacity: 0;
  transform: translate(-50%, -50%)scale(0);
}

.Header-module__DxdwwG__burgerButtonPortal .Header-module__DxdwwG__burgerLine:nth-child(3) {
  transform: translate(-50%, -50%)rotate(-45deg);
}

.Header-module__DxdwwG__mobileOverlay {
  z-index: 10050;
  opacity: 0;
  visibility: hidden;
  background: #00000080;
  width: 100%;
  height: 100%;
  transition: opacity .3s, visibility .3s;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.Header-module__DxdwwG__mobileOverlayOpen {
  opacity: 1;
  visibility: visible;
  display: block;
}

.Header-module__DxdwwG__mobileMenu {
  background: var(--color-bg-primary);
  z-index: 10051;
  visibility: hidden;
  pointer-events: none;
  width: 20rem;
  max-width: 85vw;
  height: 100vh;
  transition: right .3s;
  position: fixed;
  top: 0;
  right: -20rem;
  overflow: hidden auto;
  box-shadow: -.125rem 0 .625rem #0000001a;
}

.Header-module__DxdwwG__mobileMenuOpen {
  visibility: visible;
  pointer-events: auto;
  right: 0;
}

.Header-module__DxdwwG__mobileMenuContent {
  box-sizing: border-box;
  flex-direction: column;
  max-width: 100%;
  height: 100%;
  padding: 5rem 1.5rem 1.5rem;
  display: flex;
  overflow-x: hidden;
}

.Header-module__DxdwwG__mobileNavList {
  margin: 0;
  padding: 0;
  list-style: none;
}

.Header-module__DxdwwG__mobileNavItem {
  margin-bottom: .5rem;
}

.Header-module__DxdwwG__mobileNavLink {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-lg);
  line-height: var(--line-height-loose);
  color: var(--color-brand-cyan);
  border-bottom: .0625rem solid #adadad33;
  padding: 1rem 0;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.Header-module__DxdwwG__mobileNavLink:hover {
  color: var(--color-accent);
}

.Header-module__DxdwwG__mobileNavLinkActive {
  color: var(--color-accent);
  font-weight: var(--font-weight-semibold);
}

.Header-module__DxdwwG__mobilePhoneContainer {
  border-top: .125rem solid #adadad4d;
  padding-top: 1.5rem;
}

.Header-module__DxdwwG__mobilePhoneNumber {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-xl);
  line-height: var(--line-height-snug);
  color: var(--color-brand-cyan);
  text-underline-offset: .5rem;
  text-align: center;
  padding: 1rem 0;
  text-decoration: underline;
  transition: color .2s;
  display: block;
}

.Header-module__DxdwwG__mobilePhoneNumber:hover {
  color: var(--color-accent);
}

.Header-module__DxdwwG__filterContainer {
  background: var(--color-bg-primary);
  align-items: flex-start;
  width: 100%;
  max-width: 87rem;
  margin: 0 auto;
  padding: 0 .75rem;
  display: flex;
  position: relative;
}

.Header-module__DxdwwG__filterWrapper {
  align-items: flex-end;
  width: 100%;
  padding: 0;
  display: flex;
}

.Header-module__DxdwwG__filterCompactButton {
  background: var(--color-brand-cyan);
  width: 100%;
  min-height: 3.25rem;
  color: var(--color-bg-primary);
  cursor: pointer;
  font-family: var(--font-family-body);
  font-size: var(--font-size-base);
  line-height: var(--line-height-snug);
  text-align: center;
  border: 0;
  border-radius: .625rem;
  padding: .75rem 1rem;
}

.Header-module__DxdwwG__filterCompactButton:hover {
  background: #1a3a4d;
}

.Header-module__DxdwwG__filterSkeleton {
  border-radius: 1.875rem;
  width: 100%;
  min-height: 4.75rem;
}

@media (max-width: 75rem) {
  .Header-module__DxdwwG__navigation {
    display: none !important;
  }

  .Header-module__DxdwwG__burgerButton {
    display: flex !important;
  }

  .Header-module__DxdwwG__rightSide {
    display: none !important;
  }

  .Header-module__DxdwwG__mobileControls, .Header-module__DxdwwG__mobileRightSide {
    display: flex;
  }
}

@media (max-width: 48rem) {
  .Header-module__DxdwwG__mobilePhone {
    height: 3.5rem;
    margin-right: .75rem;
  }

  .Header-module__DxdwwG__mobilePhoneLink {
    font-size: var(--font-size-lg);
    text-underline-offset: .25rem;
    height: 100%;
    color: var(--color-brand-cyan);
    align-items: center;
    text-decoration: underline;
    transition: color .2s;
    display: flex;
  }

  .Header-module__DxdwwG__mobilePhoneLink:hover {
    color: var(--color-accent);
  }

  .Header-module__DxdwwG__mobilePhoneIcon {
    display: none;
  }

  .Header-module__DxdwwG__mobilePhoneText {
    display: inline;
  }
}

@media (max-width: 38rem) {
  .Header-module__DxdwwG__mobilePhone {
    height: 3.5rem;
    margin-right: .5rem;
  }

  .Header-module__DxdwwG__mobilePhoneLink {
    height: 3.5rem;
    color: var(--color-brand-cyan);
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 0;
    text-decoration: none;
    transition: color .2s;
    display: flex;
  }

  .Header-module__DxdwwG__mobilePhoneLink:hover {
    color: var(--color-accent);
  }

  .Header-module__DxdwwG__mobilePhoneIcon {
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    display: block;
  }

  .Header-module__DxdwwG__mobilePhoneText {
    display: none;
  }
}

@media (max-width: 48rem) {
  .Header-module__DxdwwG__headerTop {
    padding: 1.25rem 1rem;
  }

  .Header-module__DxdwwG__headerTopScrolled {
    padding: 1rem;
  }

  .Header-module__DxdwwG__container {
    padding: 0;
    position: relative;
  }

  .Header-module__DxdwwG__breadcrumbsContainer {
    padding: 0 1rem;
  }

  .Header-module__DxdwwG__headerRow {
    gap: .5rem;
  }

  .Header-module__DxdwwG__leftSection {
    flex: none;
    gap: .75rem;
  }

  .Header-module__DxdwwG__logoFull {
    width: clamp(14rem, 70vw, 18rem);
    height: auto;
  }

  .Header-module__DxdwwG__mobileControls {
    justify-content: flex-end;
    gap: .5rem;
    padding: 0 .5rem;
  }

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

  .Header-module__DxdwwG__mobilePhone {
    margin-right: 0;
  }

  .Header-module__DxdwwG__mobileOverlay {
    display: block;
  }
}

@media (max-width: 30rem) {
  .Header-module__DxdwwG__headerTop {
    padding: 1rem .75rem;
  }

  .Header-module__DxdwwG__headerTopScrolled {
    padding: .75rem;
  }

  .Header-module__DxdwwG__mobileMenu {
    width: 100%;
    max-width: 100vw;
  }

  .Header-module__DxdwwG__mobileMenuContent {
    padding: 4.375rem 1.25rem 1.25rem;
  }

  .Header-module__DxdwwG__mobileNavLink {
    font-size: var(--font-size-base);
    padding: .875rem 0;
  }

  .Header-module__DxdwwG__mobilePhoneNumber {
    font-size: var(--font-size-lg);
  }

  .Header-module__DxdwwG__filterContainer {
    padding: 0 .75rem;
  }

  .Header-module__DxdwwG__filterSkeleton {
    border-radius: .625rem;
    min-height: 14.75rem;
  }

  .Header-module__DxdwwG__logoFull {
    width: min(15rem, 72vw);
    height: auto;
  }

  .Header-module__DxdwwG__mobileRightSide {
    margin-left: 0;
  }
}

@media (max-width: 25.75rem) {
  .Header-module__DxdwwG__mobileRightSide {
    display: none !important;
  }
}

/* [project]/shared/components/common/Breadcrumbs/Breadcrumbs.module.css [app-client] (css) */
.Breadcrumbs-module__izfZTa__breadcrumbs {
  border-bottom: none;
  width: 100%;
  padding: .5rem 0;
  transition: transform .3s ease-in-out;
  transform: translateY(0);
}

.Breadcrumbs-module__izfZTa__breadcrumbs.Breadcrumbs-module__izfZTa__hidden {
  transform: translateY(-100%);
}

.Breadcrumbs-module__izfZTa__list {
  flex-wrap: nowrap;
  align-items: center;
  gap: .75rem;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.Breadcrumbs-module__izfZTa__item {
  flex-shrink: 0;
  align-items: center;
  gap: .75rem;
  display: flex;
}

.Breadcrumbs-module__izfZTa__item:last-child {
  flex-shrink: 1;
  min-width: 0;
  overflow: hidden;
}

.Breadcrumbs-module__izfZTa__link {
  font-family: var(--font-open-sans, "Open Sans", sans-serif);
  color: #666;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25em;
  text-decoration: none;
  transition: color .2s;
}

.Breadcrumbs-module__izfZTa__item:last-child .Breadcrumbs-module__izfZTa__link {
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-shrink: 1;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.Breadcrumbs-module__izfZTa__link:hover {
  color: #333;
  text-decoration: underline;
}

.Breadcrumbs-module__izfZTa__current {
  font-family: var(--font-open-sans, "Open Sans", sans-serif);
  color: #000;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25em;
}

.Breadcrumbs-module__izfZTa__item:last-child .Breadcrumbs-module__izfZTa__current {
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-shrink: 1;
  min-width: 0;
  max-width: 100%;
  display: block;
  overflow: hidden;
}

.Breadcrumbs-module__izfZTa__arrow {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
}

@media (max-width: 75rem) {
  .Breadcrumbs-module__izfZTa__breadcrumbs {
    padding: .5rem 0;
  }

  .Breadcrumbs-module__izfZTa__list, .Breadcrumbs-module__izfZTa__item {
    gap: .625rem;
  }
}

@media (max-width: 48rem) {
  .Breadcrumbs-module__izfZTa__breadcrumbs {
    width: 100%;
    padding: .375rem 0;
    display: block;
  }

  .Breadcrumbs-module__izfZTa__list {
    flex-wrap: wrap;
    gap: .5rem;
  }

  .Breadcrumbs-module__izfZTa__item {
    flex-shrink: 0;
    gap: .5rem;
  }

  .Breadcrumbs-module__izfZTa__item:last-child {
    flex-shrink: 1;
    min-width: 0;
    max-width: 100%;
  }

  .Breadcrumbs-module__izfZTa__link, .Breadcrumbs-module__izfZTa__current {
    white-space: nowrap;
    font-size: .75rem;
  }

  .Breadcrumbs-module__izfZTa__arrow {
    width: 1rem;
    height: 1rem;
  }
}

@media (max-width: 30rem) {
  .Breadcrumbs-module__izfZTa__breadcrumbs {
    padding: .375rem 0;
  }

  .Breadcrumbs-module__izfZTa__list, .Breadcrumbs-module__izfZTa__item {
    gap: .375rem;
  }

  .Breadcrumbs-module__izfZTa__link, .Breadcrumbs-module__izfZTa__current {
    font-size: .6875rem;
  }

  .Breadcrumbs-module__izfZTa__arrow {
    width: .875rem;
    height: .875rem;
  }
}

/* [project]/shared/components/common/Breadcrumbs/BreadcrumbsWithHideOnScroll.module.css [app-client] (css) */
.BreadcrumbsWithHideOnScroll-module__Q5PnPW__wrapper {
  background-color: var(--color-bg-primary);
  transition: all .3s ease-out;
}

.BreadcrumbsWithHideOnScroll-module__Q5PnPW__container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 1rem 1.5rem;
}

@media (max-width: 90rem) {
  .BreadcrumbsWithHideOnScroll-module__Q5PnPW__container {
    padding: .875rem 1.25rem;
  }
}

@media (max-width: 75rem) {
  .BreadcrumbsWithHideOnScroll-module__Q5PnPW__container {
    padding: .75rem 1rem;
  }
}

@media (max-width: 56.25rem) {
  .BreadcrumbsWithHideOnScroll-module__Q5PnPW__container {
    padding: .75rem;
  }
}

@media (max-width: 48rem) {
  .BreadcrumbsWithHideOnScroll-module__Q5PnPW__container {
    padding: .625rem .75rem;
  }
}

@media (max-width: 37.5rem) {
  .BreadcrumbsWithHideOnScroll-module__Q5PnPW__container {
    padding: .5rem;
  }
}

@media (max-width: 30rem) {
  .BreadcrumbsWithHideOnScroll-module__Q5PnPW__container {
    padding: .5rem;
  }
}

/* [project]/app/contacts/ContactsPage.module.css [app-client] (css) */
.ContactsPage-module__3tATnW__pageWrapper {
  background-color: var(--color-bg-primary);
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  padding: 3rem 1.5rem 5rem;
}

.ContactsPage-module__3tATnW__content {
  flex-direction: column;
  gap: 3rem;
  width: 100%;
  display: flex;
}

.ContactsPage-module__3tATnW__titleSection {
  border-bottom: 2px solid var(--color-brand-cyan-dark);
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
  display: flex;
}

.ContactsPage-module__3tATnW__title {
  font-family: var(--font-palui, "Palui SP"), var(--font-family-heading);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-6xl);
  line-height: var(--line-height-snug);
  color: var(--color-brand-cyan-dark);
  text-align: center;
  margin: 0;
}

.ContactsPage-module__3tATnW__mainGrid {
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 4rem;
  display: grid;
}

.ContactsPage-module__3tATnW__leftColumn {
  flex-direction: column;
  gap: 2.5rem;
  display: flex;
}

.ContactsPage-module__3tATnW__contactBlock {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.ContactsPage-module__3tATnW__blockTitle {
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-xl);
  line-height: var(--line-height-snug);
  color: var(--color-text-primary);
  margin: 0;
}

.ContactsPage-module__3tATnW__phoneRow {
  align-items: center;
  gap: .75rem;
  display: flex;
}

.ContactsPage-module__3tATnW__phoneLink {
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-4xl);
  line-height: var(--line-height-snug);
  color: var(--color-brand-cyan);
  text-underline-offset: .25em;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  transition: opacity .2s;
}

.ContactsPage-module__3tATnW__phoneLink:hover {
  opacity: .8;
}

.ContactsPage-module__3tATnW__workingHoursText {
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-base);
  line-height: var(--line-height-relaxed);
  color: var(--color-text-primary);
  margin: 0 0 1rem;
}

.ContactsPage-module__3tATnW__workingStatusContainer {
  flex-direction: column;
  gap: .5rem;
  display: flex;
}

.ContactsPage-module__3tATnW__statusRow {
  align-items: center;
  gap: .5rem;
  padding-left: 1.375rem;
  display: flex;
  position: relative;
}

.ContactsPage-module__3tATnW__statusRow:before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  width: .875rem;
  height: .875rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.ContactsPage-module__3tATnW__statusOpen:before {
  background-image: url("/images/footer/status-dot-green.svg");
}

.ContactsPage-module__3tATnW__statusClosed:before {
  background-image: url("/images/footer/status-dot-red.svg");
}

.ContactsPage-module__3tATnW__statusText {
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-base);
  line-height: var(--line-height-relaxed);
  color: var(--color-text-primary);
}

.ContactsPage-module__3tATnW__timeRow {
  align-items: center;
  gap: .5rem;
  padding-left: 1.375rem;
  display: flex;
  position: relative;
}

.ContactsPage-module__3tATnW__timeRow:before {
  content: "";
  background-image: url("/images/footer/time-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  width: .875rem;
  height: .875rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.ContactsPage-module__3tATnW__currentTime {
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-lg);
  line-height: var(--line-height-relaxed);
  color: var(--color-text-primary);
}

.ContactsPage-module__3tATnW__localTimeLabel {
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-base);
  line-height: var(--line-height-relaxed);
  color: var(--color-text-secondary);
}

.ContactsPage-module__3tATnW__addressText {
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-lg);
  line-height: var(--line-height-relaxed);
  color: var(--color-text-primary);
  margin: 0;
}

.ContactsPage-module__3tATnW__emailRow {
  align-items: center;
  gap: .75rem;
  display: flex;
}

.ContactsPage-module__3tATnW__emailLink {
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-xl);
  line-height: var(--line-height-snug);
  color: var(--color-brand-cyan);
  text-underline-offset: .25em;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  transition: opacity .2s;
}

.ContactsPage-module__3tATnW__emailLink:hover {
  opacity: .8;
}

.ContactsPage-module__3tATnW__socialMediaContainer {
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  display: flex;
}

.ContactsPage-module__3tATnW__socialLink {
  background-color: var(--color-bg-secondary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  transition: transform .2s, background-color .2s;
  display: flex;
}

.ContactsPage-module__3tATnW__socialLink:hover {
  background-color: var(--color-bg-light);
  transform: scale(1.1);
}

.ContactsPage-module__3tATnW__socialLink img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 2.5rem;
  height: 2.5rem;
}

.ContactsPage-module__3tATnW__rightColumn {
  flex-direction: column;
  height: fit-content;
  display: flex;
  position: sticky;
  top: 2rem;
}

.ContactsPage-module__3tATnW__mapSection {
  width: 100%;
  position: relative;
}

.ContactsPage-module__3tATnW__mapContainer {
  background: var(--color-bg-secondary);
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35.3125rem;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 12px #0000001a;
}

.ContactsPage-module__3tATnW__mapContainer iframe {
  border: none;
  width: 100%;
  height: 100%;
}

.ContactsPage-module__3tATnW__mapPlaceholderButton {
  border: 1px solid var(--color-brand-cyan);
  background: var(--color-brand-cyan);
  min-height: 3.25rem;
  color: var(--color-bg-primary);
  cursor: pointer;
  font: 600 var(--font-size-base) / 1 var(--font-family-primary);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: .875rem 1.5rem;
  transition: background-color .2s, transform .2s;
  display: inline-flex;
}

.ContactsPage-module__3tATnW__mapPlaceholderButton:hover {
  background: var(--color-brand-cyan-dark);
  transform: translateY(-1px);
}

@media (max-width: 64rem) {
  .ContactsPage-module__3tATnW__mainGrid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .ContactsPage-module__3tATnW__rightColumn {
    position: relative;
    top: 0;
  }

  .ContactsPage-module__3tATnW__title {
    font-size: var(--font-size-5xl);
  }

  .ContactsPage-module__3tATnW__phoneLink {
    font-size: var(--font-size-3xl);
  }

  .ContactsPage-module__3tATnW__mapContainer {
    height: 30rem;
  }
}

@media (max-width: 48rem) {
  .ContactsPage-module__3tATnW__pageWrapper {
    padding: 2rem 1rem 4rem;
  }

  .ContactsPage-module__3tATnW__content {
    gap: 2rem;
  }

  .ContactsPage-module__3tATnW__titleSection {
    padding-bottom: 1.5rem;
  }

  .ContactsPage-module__3tATnW__title {
    font-size: var(--font-size-4xl);
  }

  .ContactsPage-module__3tATnW__leftColumn {
    gap: 2rem;
  }

  .ContactsPage-module__3tATnW__phoneLink {
    font-size: var(--font-size-2xl);
  }

  .ContactsPage-module__3tATnW__emailLink {
    font-size: var(--font-size-lg);
  }

  .ContactsPage-module__3tATnW__addressText {
    font-size: var(--font-size-base);
  }

  .ContactsPage-module__3tATnW__mapContainer {
    height: 25rem;
  }

  .ContactsPage-module__3tATnW__socialLink {
    width: 3rem;
    height: 3rem;
  }

  .ContactsPage-module__3tATnW__socialLink img {
    width: 2rem;
    height: 2rem;
  }
}

/*# sourceMappingURL=_0sb99oc._.css.map*/