@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=DM+Sans:500,400|Poppins:700,600");
/* The following line is used to measure usage of this code. You can remove it if you want. */
/* @import url("https://px.animaapp.com/653ec8f07829665690f44c24.653ec8f17829665690f44c27.42afMBU.hcp.png"); */


a, a:link, a:visited, a:focus, a:hover, a:active{
  color: unset;
  text-decoration: none;
}

.container-center-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  pointer-events: none;
  width: 100%;
}

.container-center-horizontal > * {
  flex-shrink: 0;
  pointer-events: auto;
}

* {
  box-sizing: border-box;
}

.header {
  align-items: flex-end;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  flex-shrink: 1;
  height: 24px;
  justify-content: flex-start;
  margin-right: 5.0px;
  margin-top: 41px;
  min-width: 1225px;
  width: auto;
}

.logo {
  align-self: flex-start;
  height: 18px;
  width: 99px;
}

.pricing {
  letter-spacing: -0.36px;
  line-height: 22.5px;
  margin-left: 886px;
  min-height: 23px;
  min-width: 47px;
  white-space: nowrap;
}

.footer {
  align-items: flex-start;
  align-self: flex-start;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  flex-shrink: 1;
  height: 209px;
  justify-content: center;
  margin-top: 20px;
  min-width: 1457px;
  width: auto;
  background-color: var(--pullerlogoblack);
}

.place {
  letter-spacing: -0.36px;
  line-height: 22.5px;
  margin-left: 43px;
  min-height: 23px;
  min-width: 56px;
  white-space: nowrap;
}

.sign-in {
  letter-spacing: -0.36px;
  line-height: 22.5px;
  margin-left: 43px;
  min-height: 23px;
  min-width: 45px;
  white-space: nowrap;
}

.footer-link-item {
  letter-spacing: -0.36px;
  line-height: 22.5px;
  min-height: 23px;
  white-space: nowrap;
}

.footer-separator {
  height: 1px;
  margin-right: 3.0px;
  margin-top: 29px;
  object-fit: cover;
  width: 1158px;
}

.footer-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  min-height: 209px;
  padding: 39px 0;
  width: 1440px;
}

.footer-links {
  align-items: flex-start;
  display: flex;
  height: 23px;
  margin-right: 7.0px;
  margin-top: 9px;
  min-width: 628px;
  justify-content: space-between;
}

.footer-disclaimer {
  align-items: flex-start;
  display: flex;
  gap: 735px;
  height: 25px;
  margin-top: 44px;
  min-width: 1167px;
}

.hover-70:hover {
  opacity: 0.7;
}

.pullergreydark-hover:hover {
  color: var(--pullergreydark);
}

.hover-blue-bcg:hover {
  background-color: var(--blue);
}

.hover-blue-font:hover * {
  color: var(--blue);
}

.hover-zoom {
  transition: transform 0.5s ease-in-out;
}

.hover-zoom:hover {
  transform: scale(1.2);
  background-color: var(--white100);
  z-index: 100;
  box-shadow: 0 0 10px var(--pullergreydark);
}

.border-white {
  border-color: var(--white100) !important;
}

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

.w-h-100 {
  width: 100%;
  height: 100%;
}

.flex-center-v-h {
  display: flex;
  justify-content: center;
  align-items: center;
}