@font-face {
  font-family: 'Avenir';
  src: local('Avenir Heavy'), local('Avenir-Heavy'), url(/_next/static/chunks/fonts/subset-Avenir-Heavy-aff330eb9b385f513d70a7ab84632c37.woff2) format('woff2'), url(/_next/static/chunks/fonts/subset-Avenir-Heavy-2c32654fb3f7b430c1f25329ea915280.woff) format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Book';
  src: local('Avenir Book'), local('Avenir-Book'), url(/_next/static/chunks/fonts/subset-Avenir-Book-e81b09aa07707e03a1591f397cdc961c.woff2) format('woff2'), url(/_next/static/chunks/fonts/subset-Avenir-Book-0baf54a26600583d49178243d1ac4f95.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: local('Avenir Medium'), local('Avenir-Medium'), url(/_next/static/chunks/fonts/subset-Avenir-Medium-c9f5ce5c64d50b2b87ccf21a03e4bc40.woff2) format('woff2'), url(/_next/static/chunks/fonts/subset-Avenir-Medium-c5a03036b4b7ca2a5c59b2e7d4509840.woff) format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Avenir';
}
h1 {
  margin: 0px;
  font-family: 'Avenir';
  font-size: 32px;
  line-height: 36px;
  font-weight: 800;
  line-height: 1.4;
  color: #4a4d63;
}
h2 {
  margin: 0px;
  font-family: 'Avenir';
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #4a4d63;
}
h3 {
  margin: 0px;
  font-family: 'Avenir';
  font-size: 22px;
  font-weight: 700;
  color: #4a4d63;
}
p {
  margin: 0px;
  font-family: 'Avenir';
  font-size: 18px;
  font-weight: 400;
}
ul {
  margin: 0px;
  font-family: 'Avenir';
  font-size: 16px;
  font-weight: 400;
}
.serif {
  font-family: 'Times New Roman', serif;
}
.sans-serif {
  font-family: 'Avenir', sans-serif;
}
.monospace {
  font-family: 'Fira Pro', monospace;
}
.light {
  font-weight: 400;
}
.normal {
  font-weight: 400;
}
.semibold {
  font-weight: 500;
}
.bold {
  font-weight: 600;
}
.black {
  font-weight: 800;
}
.badge-large {
  display: inline;
  padding: 8px 12px 8px 12px;
  font-weight: 600px;
  font-size: 14px;
  border-radius: 8px;
}
.badge-small {
  display: inline;
  padding: 4px 8px 4px 8px;
  font-weight: 600px;
  font-size: 14px;
  border-radius: 8px;
}
.search-border {
  border-bottom: 1px solid;
  border-bottom-color: #eee;
  background-color: #fff;
  z-index: 2;
}
.map-button {
  z-index: 2 !important;
  margin: 16px !important;
  border-radius: 8px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}
.hover-text:hover {
  opacity: 0.8;
}
.round-search {
  margin-right: 16px !important;
}
.round-search > input {
  border-radius: 20px !important;
}
.avatar {
  height: 116px;
  margin-right: 8px;
  margin-bottom: 12px;
}
.emergency-chart {
  width: 125px;
  height: 125px;
  margin-top: 14px;
  margin-bottom: 14px;
  line-height: 115px;
  border: solid;
  border-radius: 50%;
  font-size: 40px;
  text-align: center;
}
.logo-clinic {
  height: 100px;
  width: '100%';
  object-fit: 'contain';
  margin-top: -50px;
  margin-bottom: -4px;
  background-color: #fff;
  border: 8px;
  border-style: solid;
  border-radius: 4px;
  border-color: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.listing-page {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 28px 24px 24px 24px;
}
.ul-underlined {
  margin: 0px;
  font-size: 18px;
  font-weight: 400;
}
.ul-underlined:hover {
  opacity: 0.8;
  cursor: pointer;
  text-decoration: underline;
}
.cover-large {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.border-top {
  border-top: 1px solid #f2f2f2;
  padding-top: 16px;
}
.caption {
  font-size: 15px;
  color: #393939;
}
.result-card-img {
  height: 180px;
  object-fit: cover;
  width: 100%;
  margin: auto;
  padding: 12px 0px;
}
.tweet {
  background-color: #fff;
  padding: 12px;
}
.tweet:hover {
  background-color: #f2f2f2;
}
.embeded-img {
  height: auto;
  object-fit: cover;
  margin: 12px;
  border-radius: 8px;
}
.search-input {
  top: 64px;
  padding: 16px 16px 12px 16px;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  z-index: 2;
  margin-bottom: -16px;
}
.search-options {
  top: 64px;
  padding: 20px 16px 20px 16px;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  z-index: 2;
  margin-bottom: -16px;
}
.map-button {
  z-index: 2 !important;
  margin: 16px !important;
  border-radius: 8px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}
.search-cover-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.search-logo-img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 18px;
  padding-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .add-margin-top-xs {
    margin-top: 24px;
  }
}
.listing-footer {
  font-size: 16px;
  left: 0;
  width: 100%;
  position: fixed !important;
  bottom: 0px;
  z-index: 1;
  text-align: center !important;
}
a.listing-footer-main {
  background-color: #f48a64;
  color: #fff !important;
  padding: 16px;
  display: block;
  height: 100%;
  width: 100%;
  margin: auto;
}
a.listing-footer-main:hover {
  background-color: #f49775;
  color: #fff;
}
a.listing-footer-supporting {
  border-style: solid;
  border-width: 0.1px;
  border-color: #f0f0f0;
  padding: 16px;
  float: left;
  width: 50%;
  background-color: #fff;
  color: #534f70;
}
a.listing-footer-supporting:hover {
  color: #7e7ba7;
}
.text-grey {
  color: #575757;
}
.logo-clinic {
  height: 100px;
  width: '100%';
  object-fit: 'contain';
  margin-top: -50px;
  margin-bottom: -4px;
  background-color: #fff;
  border: 8px;
  border-style: solid;
  border-radius: 4px;
  border-color: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
@media only screen and (max-width: 600px) {
  .home-welcome {
    height: 810px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1199px) {
  .home-welcome {
    height: 760px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-welcome {
    height: 720px;
  }
}
@media only screen and (max-width: 599px) {
  .landing-page-img-main {
    height: 225px;
    border-radius: 24px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1199px) {
  .landing-page-img-main {
    height: 320px;
    display: block;
    margin: 0 auto;
    border-radius: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .landing-page-img-main {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .about-page-img-main {
    height: 225px;
    border-radius: 24px;
    margin-bottom: 14px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1199px) {
  .about-page-img-main {
    height: 300px;
    display: block;
    margin: 0 auto;
    border-radius: 24px;
    margin-bottom: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  .about-page-img-main {
    object-fit: cover;
    width: 650px;
    height: 400px;
    border-radius: 24px;
    margin-bottom: 14px;
  }
}
.img-article-main {
  height: auto;
  max-width: 100%;
  width: 100%;
  max-width: 1000px;
  max-height: 667px;
  margin-bottom: 12px;
}
.img-article-block {
  height: auto;
  max-width: 100%;
  width: 100%;
  max-width: 1000px;
  max-height: 667px;
  margin-bottom: 12px;
  margin-right: 24px;
}
@media only screen and (max-width: 600px) {
  .img-article-main {
    margin-left: -48px;
    margin-right: -50px;
    width: 548px;
  }
}
.ant-card > .ant-card-body > .ant-statistic > .ant-statistic-title {
  color: #544e73 !important;
}
.ant-pagination-item,
.ant-pagination-item-link,
.ant-pagination-simple-pager > input,
.ant-pagination-options-size-changer > div,
.ant-pagination-options-quick-jumper > input {
  border-radius: 20px !important;
}
.option-select > .ant-select-selector {
  border: 1px solid #b0b0b0 !important;
}
.option-select > .ant-select-selector > .ant-select-selection-placeholder {
  opacity: 0.7 !important;
}
.ant-input-lg {
  font-weight: 400;
}
.ant-input-affix-wrapper {
  border: 1px solid #b0b0b0 !important;
}
.ant-select-selection-placeholder {
  overflow: auto !important;
  font-weight: 400;
}
.ant-select-selection-item {
  overflow: auto !important;
}
.gm-bundled-control > .gmnoprint {
  position: absolute !important;
  left: -8px !important;
  top: 8px !important;
}
.gm-bundled-control > .gmnoprint > div {
  border-radius: 8px !important;
}
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flex-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.flex-vertical {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.flex-vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flex-vertical-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.flex-vertical-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.wrap {
  flex-wrap: wrap;
}
.align-center {
  align-items: center;
}
.align-start {
  align-items: flex-start;
}
.align-end {
  align-items: flex-end;
}
.align-baseline {
  align-items: baseline;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.center {
  margin: auto;
}
.left {
  float: left;
}
.right {
  float: right;
}
.section {
  padding: 24px;
}
@media only screen and (max-width: 479px) {
  .section {
    padding: 12px;
  }
}
.section-vertical {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media only screen and (max-width: 479px) {
  .section-vertical {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.section-horizontal {
  padding-left: 24px;
  padding-right: 24px;
}
@media only screen and (max-width: 479px) {
  .section-horizontal {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.section-top {
  padding-top: 24px;
}
@media only screen and (max-width: 479px) {
  .section-top {
    padding-top: 12px;
  }
}
.section-bottom {
  padding-bottom: 24px;
}
@media only screen and (max-width: 479px) {
  .section-bottom {
    padding-bottom: 12px;
  }
}
.page {
  padding: 48px;
}
@media only screen and (max-width: 479px) {
  .page {
    padding: 24px;
  }
}
.page-vertical {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media only screen and (max-width: 479px) {
  .page-vertical {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.page-horizontal {
  padding-left: 48px;
  padding-right: 48px;
}
@media only screen and (max-width: 479px) {
  .page-horizontal {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.page-top {
  padding-top: 48px;
}
@media only screen and (max-width: 479px) {
  .page-top {
    padding-top: 24px;
  }
}
.page-bottom {
  padding-bottom: 48px;
}
@media only screen and (max-width: 479px) {
  .page-bottom {
    padding-bottom: 24px;
  }
}
.space-top {
  margin-top: 24px !important;
}
@media only screen and (max-width: 479px) {
  .space-top {
    margin-top: 12px;
  }
}
.space-bottom {
  margin-bottom: 24px !important;
}
@media only screen and (max-width: 479px) {
  .space-bottom {
    margin-bottom: 12px;
  }
}
.space-left {
  margin-left: 24px !important;
}
@media only screen and (max-width: 479px) {
  .space-left {
    margin-left: 12px;
  }
}
.space-right {
  margin-right: 24px !important;
}
@media only screen and (max-width: 479px) {
  .space-right {
    margin-right: 12px;
  }
}
.spacing-top {
  margin-top: 12px !important;
}
@media only screen and (max-width: 479px) {
  .spacing-top {
    margin-top: 6px;
  }
}
.spacing-bottom {
  margin-bottom: 12px !important;
}
@media only screen and (max-width: 479px) {
  .spacing-bottom {
    margin-bottom: 6px;
  }
}
.spacing-left {
  margin-left: 12px !important;
}
@media only screen and (max-width: 479px) {
  .spacing-left {
    margin-left: 6px;
  }
}
.spacing-right {
  margin-right: 12px !important;
}
@media only screen and (max-width: 479px) {
  .spacing-right {
    margin-right: 6px;
  }
}
.margin-bottom-8 {
  margin-bottom: 8px !important;
}
.square {
  border-radius: 2px !important;
}
.squared {
  border-radius: 4px !important;
}
.rounded {
  border-radius: 8px !important;
}
.round {
  border-radius: 20px !important;
}
.paper {
  box-shadow: 0px 0px 3px rgba(0,0,0,0.15) !important;
}
.paper-light {
  box-shadow: 0px 0px 3px rgba(0,0,0,0.1) !important;
}
.paper-heavy {
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15) !important;
}
.hover:hover {
  box-shadow: 0px 0px 8px rgba(0,0,0,0.2) !important;
}
.hover-light:hover {
  box-shadow: 0px 0px 5px rgba(0,0,0,0.15) !important;
}
.hover-heavy:hover {
  box-shadow: 0px 0px 10px rgba(0,0,0,0.25) !important;
}
*:focus {
  outline: none;
}
.sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0px;
}
.hidden {
  max-height: 0;
  overflow: hidden;
  transition: all 1s;
}
.visible {
  max-height: 900;
  transition: all 1s;
}
.no-select {
  user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
}
.no-highlight::selection {
  background: rgba(0,0,0,0);
}
.image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.marker {
  position: relative;
  height: 32px;
  transform: translate(-50%, -100%);
}
.test {
  color: #f00;
  background-color: #00f;
}

