/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-modal,
.ant-image-preview {
  pointer-events: none;
}
.ant-modal.zoom-enter,
.ant-modal.zoom-appear,
.ant-image-preview.zoom-enter,
.ant-image-preview.zoom-appear {
  transform: none;
  opacity: 0;
  animation-duration: 0.3s;
  user-select: none;
}
.ant-modal-mask,
.ant-image-preview-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  filter: alpha(opacity=50);
}
.ant-modal-mask-hidden,
.ant-image-preview-mask-hidden {
  display: none;
}
.ant-modal-wrap,
.ant-image-preview-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}
.ant-layout {
  display: flex;
  flex: auto;
  flex-direction: column;
  /* fix firefox can't set height smaller than content on flex item */
  min-height: 0;
  background: #f0f2f5;
}
.ant-layout,
.ant-layout * {
  box-sizing: border-box;
}
.ant-layout.ant-layout-has-sider {
  flex-direction: row;
}
.ant-layout.ant-layout-has-sider > .ant-layout,
.ant-layout.ant-layout-has-sider > .ant-layout-content {
  overflow-x: hidden;
}
.ant-layout-header,
.ant-layout-footer {
  flex: 0 0 auto;
}
.ant-layout-header {
  height: 64px;
  padding: 0 50px;
  color: #575757;
  line-height: 64px;
  background: #001529;
}
.ant-layout-footer {
  padding: 24px 50px;
  color: #575757;
  font-size: 14px;
  background: #f0f2f5;
}
.ant-layout-content {
  flex: auto;
  /* fix firefox can't set height smaller than content on flex item */
  min-height: 0;
}
.ant-layout-sider {
  position: relative;
  /* fix firefox can't set width smaller than content on flex item */
  min-width: 0;
  background: #001529;
  transition: all 0.2s;
}
.ant-layout-sider-children {
  height: 100%;
  margin-top: -0.1px;
  padding-top: 0.1px;
}
.ant-layout-sider-has-trigger {
  padding-bottom: 48px;
}
.ant-layout-sider-right {
  order: 1;
}
.ant-layout-sider-trigger {
  position: fixed;
  bottom: 0;
  z-index: 1;
  height: 48px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  background: #002140;
  cursor: pointer;
  transition: all 0.2s;
}
.ant-layout-sider-zero-width > * {
  overflow: hidden;
}
.ant-layout-sider-zero-width-trigger {
  position: absolute;
  top: 64px;
  right: -36px;
  z-index: 1;
  width: 36px;
  height: 42px;
  color: #fff;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  background: #001529;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
  transition: background 0.3s ease;
}
.ant-layout-sider-zero-width-trigger::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  transition: all 0.3s;
  content: '';
}
.ant-layout-sider-zero-width-trigger:hover::after {
  background: rgba(255, 255, 255, 0.1);
}
.ant-layout-sider-zero-width-trigger-right {
  left: -36px;
  border-radius: 8px 0 0 8px;
}
.ant-layout-sider-light {
  background: #fff;
}
.ant-layout-sider-light .ant-layout-sider-trigger {
  color: #575757;
  background: #fff;
}
.ant-layout-sider-light .ant-layout-sider-zero-width-trigger {
  color: #575757;
  background: #fff;
}
.ant-layout-rtl {
  direction: rtl;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-modal,
.ant-image-preview {
  pointer-events: none;
}
.ant-modal.zoom-enter,
.ant-modal.zoom-appear,
.ant-image-preview.zoom-enter,
.ant-image-preview.zoom-appear {
  transform: none;
  opacity: 0;
  animation-duration: 0.3s;
  user-select: none;
}
.ant-modal-mask,
.ant-image-preview-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  filter: alpha(opacity=50);
}
.ant-modal-mask-hidden,
.ant-image-preview-mask-hidden {
  display: none;
}
.ant-modal-wrap,
.ant-image-preview-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}
.ant-drawer {
  position: fixed;
  z-index: 1000;
  width: 0%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), height 0s ease 0.3s, width 0s ease 0.3s;
}
.ant-drawer > * {
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.ant-drawer-content-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ant-drawer .ant-drawer-content {
  width: 100%;
  height: 100%;
}
.ant-drawer-left,
.ant-drawer-right {
  top: 0;
  width: 0%;
  height: 100%;
}
.ant-drawer-left .ant-drawer-content-wrapper,
.ant-drawer-right .ant-drawer-content-wrapper {
  height: 100%;
}
.ant-drawer-left.ant-drawer-open,
.ant-drawer-right.ant-drawer-open {
  width: 100%;
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.ant-drawer-left {
  left: 0;
}
.ant-drawer-left .ant-drawer-content-wrapper {
  left: 0;
}
.ant-drawer-left.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: 6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05), 12px 0 48px 16px rgba(0, 0, 0, 0.03);
}
.ant-drawer-right {
  right: 0;
}
.ant-drawer-right .ant-drawer-content-wrapper {
  right: 0;
}
.ant-drawer-right.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03);
}
.ant-drawer-right.ant-drawer-open.no-mask {
  right: 1px;
  transform: translateX(1px);
}
.ant-drawer-top,
.ant-drawer-bottom {
  left: 0;
  width: 100%;
  height: 0%;
}
.ant-drawer-top .ant-drawer-content-wrapper,
.ant-drawer-bottom .ant-drawer-content-wrapper {
  width: 100%;
}
.ant-drawer-top.ant-drawer-open,
.ant-drawer-bottom.ant-drawer-open {
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.ant-drawer-top {
  top: 0;
}
.ant-drawer-top.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);
}
.ant-drawer-bottom {
  bottom: 0;
}
.ant-drawer-bottom .ant-drawer-content-wrapper {
  bottom: 0;
}
.ant-drawer-bottom.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03);
}
.ant-drawer-bottom.ant-drawer-open.no-mask {
  bottom: 1px;
  transform: translateY(1px);
}
.ant-drawer.ant-drawer-open .ant-drawer-mask {
  height: 100%;
  opacity: 1;
  transition: none;
  animation: antdDrawerFadeIn 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  pointer-events: auto;
}
.ant-drawer-title {
  margin: 0;
  color: #626477;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
.ant-drawer-content {
  position: relative;
  z-index: 1;
  overflow: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
}
.ant-drawer-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: block;
  padding: 19px;
  color: #FE7868;
  font-weight: 700;
  font-size: 18px;
  font-style: normal;
  line-height: 1;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.3s;
  text-rendering: auto;
}
.ant-drawer-close:focus,
.ant-drawer-close:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.ant-drawer-header-no-title .ant-drawer-close {
  margin-right: var(--scroll-bar);
  /* stylelint-disable-next-line function-calc-no-invalid */
  padding-right: calc(19px - var(--scroll-bar));
}
.ant-drawer-header {
  position: relative;
  padding: 16px 24px;
  color: #575757;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 8px 8px 0 0;
}
.ant-drawer-header-no-title {
  color: #575757;
  background: #fff;
}
.ant-drawer-wrapper-body {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
}
.ant-drawer-body {
  flex-grow: 1;
  padding: 24px;
  overflow: auto;
  font-size: 14px;
  line-height: 1.5715;
  word-wrap: break-word;
}
.ant-drawer-footer {
  flex-shrink: 0;
  padding: 10px 10px;
  border-top: 1px solid #f0f0f0;
}
.ant-drawer-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 0;
  filter: alpha(opacity=45);
  transition: opacity 0.3s linear, height 0s ease 0.3s;
  pointer-events: none;
}
.ant-drawer-open-content {
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-drawer .ant-picker-clear {
  background: #fff;
}
@keyframes antdDrawerFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ant-drawer-rtl {
  direction: rtl;
}
.ant-drawer-rtl .ant-drawer-close {
  right: auto;
  left: 0;
}

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

