.eap-homepage {
  font-family: var(--eap-primary-font);
  font-size: 16px;
}
@media screen and (min-width: 0px) and (max-width: 320px) {
  .eap-homepage {
    font-size: 12px;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .eap-homepage {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
  .eap-homepage {
    font-size: 16px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1700px) {
  .eap-homepage {
    font-size: 17px;
  }
}
@media screen and (min-width: 1700px) and (max-width: 3000px) {
  .eap-homepage {
    font-size: 18px;
  }
}
.eap-homepage .background-video-wrapper {
  position: absolute;
  top: -70px;
  right: 0;
  height: 56vw;
  left: 0;
}
@media screen and (max-width: 768px) {
  .eap-homepage .background-video-wrapper iframe {
    display: none;
  }
}
.eap-homepage .eap-search__form {
  padding: 1em 0;
}
.eap-homepage .eap-search__form__input__input {
  height: 64px;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.eap-homepage .eap-search__form__button {
  background-color: #fc0 !important;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  border: 0;
  min-width: 200px;
  border-radius: 2px;
  color: #0e2459 !important;
  font-family: var(--eap-button-font);
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: none;
  transition: 0.2s;
  font-size: 1em;
  padding: 0;
  padding-left: 1em;
  margin-right: 0.25em;
}
.eap-homepage .eap-search__form__button:after {
  content: "chevron_right";
  font-family: material icons;
  background-color: rgba(255, 255, 255, 0.34);
  padding: 0.2em;
  margin-left: 2em;
  font-size: 2em;
  display: inline-block;
  vertical-align: middle;
  text-transform: none;
}
.eap-homepage .leaflet-container .map-infobox-img {
  max-width: 100% !important;
}
.eap-homepage__screen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.eap-homepage__screen h3 {
  max-height: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.eap-homepage__container {
  width: 100%;
  height: auto;
  max-width: 71em;
  margin: 0 auto;
  padding: 0 1em;
  position: relative;
}
.eap-homepage__container--is-grey {
  background-color: #f5f5f5;
  border: 1px solid #dae1e9;
  border-radius: 4px;
  padding: 1em;
}
.eap-homepage a {
  text-decoration: none;
}
.eap-homepage h1,
.eap-homepage h2,
.eap-homepage h3,
.eap-homepage h4,
.eap-homepage h5 {
  color: #4a4a4a;
  line-height: 1.618em;
  margin: 0;
  text-rendering: optimizeSpeed;
  transition: 0.1s;
  font-weight: 700 !important;
  font-family: var(--eap-header-font) !important;
}
.eap-homepage h1 {
  font-size: 2.5em;
}
@media screen and (max-width: 768px) {
  .eap-homepage h1 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 416px) {
  .eap-homepage h1 {
    font-size: 2em;
  }
}
.eap-homepage h2 {
  font-size: 2em !important;
}
@media screen and (max-width: 416px) {
  .eap-homepage h2 {
    font-size: 1.5em !important;
  }
}
.eap-homepage h3 {
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  .eap-homepage h3 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 416px) {
  .eap-homepage h3 {
    font-size: 1.25em;
  }
}
.eap-homepage h4 {
  font-size: 1em;
}
.eap-homepage p {
  font-size: 1em;
  line-height: 1.618em;
}
@media screen and (max-width: 768px) {
  .eap-homepage p {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 416px) {
  .eap-homepage p {
    font-size: 1em;
  }
}
.eap-homepage__section-header {
  border-left: 2px solid #fc0;
  padding-left: 2em;
  margin-bottom: 4em;
}
.eap-homepage__section-header__description p {
  font-size: 1.25em;
  color: #4a4a4a;
}
.eap-homepage__hero {
  min-height: 600px;
  height: calc(100vh - 205px);
  background-position: center;
  background-size: cover;
  padding-top: 1vh;
  position: relative;
  overflow: hidden;
}
.eap-homepage__hero a {
  text-decoration: none !important;
}
@media screen and (max-width: 768px) {
  .eap-homepage__hero {
    min-height: 650px;
  }
}
.eap-homepage__hero .eap-homepage__alternate-img {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.4s ease;
}
.eap-homepage__hero .homepage__hero__search__sell {
  display: none;
}
.eap-homepage__hero .eap-homepage__hero__title--is-seller {
  display: none;
}
.eap-homepage__hero .eap-homepage__hero__cta--is-seller {
  display: none;
}
.eap-homepage__hero .eap-homepage__hero__cta--is-seller .eap-homepage__hero__cta__title:before {
  content: "home";
}
.eap-homepage__hero--is-sell .homepage__hero__search__buy {
  display: none;
}
.eap-homepage__hero--is-sell .eap-homepage__alternate-img {
  opacity: 1;
  transition: 0.4s ease;
}
.eap-homepage__hero--is-sell .eap-homepage__hero__cta {
  display: none;
}
.eap-homepage__hero--is-sell .eap-homepage__hero__cta--is-seller {
  display: block;
}
.eap-homepage__hero--is-sell .eap-homepage__hero__title--is-buyer {
  display: none;
}
.eap-homepage__hero--is-sell .eap-homepage__hero__title--is-seller {
  display: block;
}
.eap-homepage__hero--is-sell .homepage__hero__search__sell {
  display: block;
  opacity: 1;
  transition: 0.4s;
}
.eap-homepage__hero__title h1 {
  color: #fff;
  max-width: 750px;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  margin-bottom: 1em;
  margin-top: 15vh;
}
.eap-homepage__hero__search {
  width: 100%;
  max-width: 750px;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 500px) and (max-width: 768px) {
  .eap-homepage__hero__search {
    width: 90%;
  }
}
@media screen and (min-width: 0px) and (max-width: 500px) {
  .eap-homepage__hero__search {
    width: 100%;
  }
}
.eap-homepage__hero__search .search-type-btn {
  width: 100px;
  background-color: #0e2459;
  color: #fff;
  padding: 0.5em 3em;
  margin: 0;
  border-radius: 2px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9em;
  cursor: pointer;
}
.eap-homepage__hero__search .search-type-btn:hover {
  opacity: 1;
  filter: brightness(125%);
}
.eap-homepage__hero__search .search-type-btn--is-selected {
  background-color: #fc0;
  color: #0e2459;
}
.eap-homepage__hero__search .search-type-btn--is-selected:hover {
  opacity: 1;
  filter: brightness(105%);
}
.eap-homepage__hero__search input.eap-homepage__input {
  margin-top: 1em;
  width: 100%;
  padding: 1em;
  border: none;
  box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.3);
}
.eap-homepage__hero__search input.eap-homepage__input:focus {
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5);
}
.eap-homepage__hero__search .eap-btn--is-golden {
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
}
@media screen and (min-width: 0px) and (max-width: 500px) {
  .eap-homepage__hero__search .eap-btn--is-golden {
    right: 0;
    left: 0;
    bottom: -3.5em;
    min-width: 100%;
    line-height: 3em;
    text-align: left;
  }
  .eap-homepage__hero__search .eap-btn--is-golden:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    vertical-align: middle;
  }
}
.eap-homepage__hero__cta {
  width: 100%;
  background-color: #0e2459;
  position: absolute;
  bottom: 0;
  padding: 0.5em;
  transition: 0.4s;
}
.eap-homepage__hero__cta__title {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  float: left;
  color: #fff;
  padding-left: 2em;
  position: relative;
  top: 0.5em;
  text-align: left;
}
.eap-homepage__hero__cta__title:before {
  font-family: material icons;
  color: #fff;
  opacity: 0.5;
  font-size: 1.5em;
  content: "pageview";
  position: absolute;
  top: 40%;
  left: 0em;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .eap-homepage__hero__cta__title {
    display: inline-block;
    width: 100%;
    margin-bottom: 1em;
    text-align: left !important;
    float: none;
    padding-left: 0;
  }
  .eap-homepage__hero__cta__title:before {
    content: "" !important;
  }
}
.eap-homepage__hero__cta .eap-btn {
  vertical-align: middle;
  display: inline-block;
  float: right;
}
@media screen and (max-width: 768px) {
  .eap-homepage__hero__cta .eap-btn {
    float: left;
    margin-bottom: 1em;
  }
}
.eap-homepage__featured-areas {
  background-color: #f5f5f5;
  padding: 6em 0 5em;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.eap-homepage__featured-areas a {
  color: #4a4a4a;
}
.eap-homepage__featured-areas a:hover {
  color: #4a4a4a;
}
.eap-homepage__featured-areas__title {
  text-align: left;
}
.eap-homepage__featured-areas .eap-btn {
  margin: 2em auto;
  text-align: right;
}
.eap-homepage__featured-areas__container {
  padding-top: 2em;
}
.eap-homepage__featured-areas__area {
  width: 23%;
  min-height: 300px;
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07);
  margin: 0.25em;
  margin-top: 2.5em;
  padding: 1em;
  text-align: left;
  border-radius: 2px;
  cursor: pointer;
  transition: 0.2s;
}
@media screen and (min-width: 500px) and (max-width: 768px) {
  .eap-homepage__featured-areas__area {
    width: 100%;
    margin-top: 0.5em;
    min-height: 150px;
  }
  .eap-homepage__featured-areas__area .eap-homepage__featured-areas__area__image {
    width: 28%;
    top: 0em;
    display: inline-block;
    vertical-align: middle;
  }
  .eap-homepage__featured-areas__area .eap-homepage__featured-areas__area__subtitle,
  .eap-homepage__featured-areas__area .eap-homepage__featured-areas__area__desc {
    display: inline-block;
    vertical-align: middle;
    top: 0;
    padding-left: 2em;
    width: 35%;
  }
}
@media screen and (min-width: 0px) and (max-width: 500px) {
  .eap-homepage__featured-areas__area {
    width: 100%;
    margin: 0;
    margin-top: 3.5em;
    min-height: 150px;
  }
}
.eap-homepage__featured-areas__area:hover {
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
  transition: 0.2s;
}
.eap-homepage__featured-areas__area:hover .eap-homepage__featured-areas__area__image {
  filter: brightness(105%) contrast(110%);
}
.eap-homepage__featured-areas__area__title h3 {
  color: #fff !important;
  text-align: center;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
}
.eap-homepage__featured-areas__area__subtitle {
  margin-bottom: 0.5em;
}
.eap-homepage__featured-areas__area__subtitle, .eap-homepage__featured-areas__area__desc {
  position: relative;
  top: -1em;
}
.eap-homepage__featured-areas__area p {
  font-size: 0.9em;
}
.eap-homepage__featured-areas__area__image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 125px;
  position: relative;
  top: -40px;
  border-radius: 4px;
  border-top: 4px solid #fc0;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.eap-homepage__about {
  padding: 8em 0;
}
.eap-homepage__about__description {
  margin-top: 1em;
  max-width: 600px;
}
.eap-homepage__about__description p {
  font-size: 1.125em;
}
.eap-homepage__about__info {
  width: 64%;
  display: inline-block;
  vertical-align: top;
  padding: 1em;
}
@media screen and (max-width: 500px) {
  .eap-homepage__about__info {
    width: 100%;
  }
}
.eap-homepage__about__sidebar {
  width: 35%;
  display: inline-block;
  vertical-align: top;
  padding: 1em;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .eap-homepage__about__sidebar {
    width: 100%;
  }
}
.eap-homepage__about__logo {
  width: 100%;
  max-width: 200px;
  height: 100px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 2em auto;
}
.eap-homepage__about__links {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 2em;
}
.eap-homepage__about__links a {
  text-decoration: none !important;
  color: #9ba6b2 !important;
}
.eap-homepage__about__links a:hover {
  color: #fff !important;
}
.eap-homepage__about__links li {
  background-color: #f5f5f5;
  margin-bottom: 0.5em;
  padding: 1em;
  margin-left: 0;
  border-radius: 2px;
  cursor: pointer;
  font-weight: 700;
}
.eap-homepage__about__links li:hover {
  background-color: rgba(14, 36, 89, 0.5);
}
.eap-homepage__about__links li:hover a {
  color: #fff;
}
.eap-homepage__about__links li a {
  color: #4a4a4a;
  font-size: 1em;
}
.eap-homepage__follow-me {
  background-color: #0e2459;
  color: #fff;
  text-align: center;
  padding: 4em;
  min-height: 170px;
  transition: 0.2s ease;
}
.eap-homepage__follow-me:hover {
  filter: brightness(125%);
  transition: 0.2s ease;
}
.eap-homepage__follow-me:hover .eap-homepage__follow-me__title {
  transition: 0.1s;
  opacity: 0;
  transition: 0.2s ease-in-out;
  transform: translateY(100px);
}
.eap-homepage__follow-me:hover .eap-homepage__follow-me__social-icons {
  transition: 0.4s ease-in-out;
  transform: translateX(150px);
}
@media screen and (max-width: 500px) {
  .eap-homepage__follow-me:hover .eap-homepage__follow-me__social-icons {
    transform: none;
  }
}
.eap-homepage__follow-me__social-icons {
  width: 49%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
@media screen and (max-width: 500px) {
  .eap-homepage__follow-me__social-icons {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.eap-homepage__follow-me__social-icons .eap-social-profiles-v2-container {
  justify-content: end;
}
@media screen and (max-width: 500px) {
  .eap-homepage__follow-me__social-icons .eap-social-profiles-v2-container {
    justify-content: space-evenly;
  }
}
.eap-homepage__follow-me__social-icons .eapSocialIconV2Link {
  font-size: 3.5em;
  color: #fff;
  transition: 0.2s;
  width: 70px;
  margin-right: 0.5em;
}
@media screen and (max-width: 500px) {
  .eap-homepage__follow-me__social-icons .eapSocialIconV2Link {
    width: auto;
    font-size: 2.5em;
  }
}
.eap-homepage__follow-me__social-icons .eapSocialIconV2Link .eapSocialIconV2Icon:hover {
  opacity: 0.8;
  transition: 0.4s;
  transform: scale(1.125);
}
.eap-homepage__follow-me__title {
  width: 49%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  padding-left: 4em;
  transition: 0.2s;
}
@media screen and (max-width: 500px) {
  .eap-homepage__follow-me__title {
    display: none;
  }
}
.eap-homepage__follow-me__title h3 {
  color: #fff;
}
.eap-homepage__follow-me__title h3:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  width: 2px;
  height: 70px;
  position: absolute;
  left: 1em;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
}
.eap-homepage__agent-info {
  background: #f5f5f5;
  padding: 8em 0;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.eap-homepage__agent-info__photo {
  background-size: cover;
  background-position: center;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.15);
  display: inline-block;
  vertical-align: top;
  margin: 0 4em;
}
.eap-homepage__agent-info__info {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-width: 50%;
  padding: 1em;
  text-align: left;
}
@media screen and (max-width: 500px) {
  .eap-homepage__agent-info__info {
    max-width: 100%;
    margin-top: 1em;
  }
}
.eap-homepage__agent-info__info__description {
  margin-bottom: 2em;
}
.eap-homepage__agent-info__info__description p {
  font-size: 1.125em !important;
  margin-top: 1em;
}
.eap-homepage__just-listed {
  padding: 8em 0;
}
.eap-homepage__farms {
  text-align: center;
}
.eap-homepage__farms__title {
  margin-bottom: 1em;
  margin-top: 1em;
}
.eap-homepage__farms__farms-list {
  list-style: none;
  columns: 3;
  width: 100%;
  text-align: left;
  padding-left: 0 !important;
}
@media screen and (max-width: 768px) {
  .eap-homepage__farms__farms-list {
    columns: 2;
  }
}
@media screen and (max-width: 500px) {
  .eap-homepage__farms__farms-list {
    columns: 1;
  }
}
.eap-homepage__farms__farms-list li {
  margin: 0;
  padding: 1em;
  padding-left: 1.5em;
  vertical-align: top;
  display: inline-block;
}
.eap-homepage__farms__farms-list li a {
  color: rgba(14, 36, 89, 0.5);
  font-weight: 700;
  opacity: 0.85;
  cursor: pointer;
  position: relative;
}
.eap-homepage__farms__farms-list li a:hover {
  color: #0e2459;
  opacity: 1;
}
.eap-homepage__farms__farms-list li a:before {
  content: "chevron_right";
  font-family: material icons;
  font-size: 1.125em;
  opacity: 0.3;
  line-height: normal;
  position: absolute;
  left: -1.25em;
  top: 0em;
}
.eap-homepage__blogs {
  padding: 8em 0;
  text-align: center;
}
.eap-homepage__blogs .eap-homepage__section-header {
  text-align: left;
}
.eap-homepage__blogs .eap-btn {
  margin-top: 2em;
}
.eap-homepage__blogs__blog {
  background-size: cover;
  background-position: center;
  width: 18.75em;
  height: 28.125em;
  background-repeat: no-repeat;
  border-radius: 4px;
  display: inline-block;
  margin: 1em;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  transition: 0.2s;
  border: 4px solid #fff;
  vertical-align: top;
  position: relative;
}
@media screen and (min-width: 416px) and (max-width: 768px) {
  .eap-homepage__blogs__blog {
    font-size: 10px;
  }
}
.eap-homepage__blogs__blog:before {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.eap-homepage__blogs__blog__title {
  font-size: 1.25em;
  font-weight: 700;
  color: #fff;
  top: 30%;
  position: relative;
  z-index: 2;
  text-align: left;
  padding: 1em;
  border-left: 3px solid #fc0;
  margin-left: 0.5em;
  line-height: normal;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.eap-homepage__blogs__blog__desc {
  opacity: 0;
}
@media screen and (min-width: 500px) and (max-width: 768px) {
  .eap-homepage__blogs__blog {
    width: 200px;
    height: 270px;
  }
}
.eap-homepage__blogs__blog:hover {
  filter: contrast(110%) brightness(129%);
  transition: 0.2s;
  border: 4px solid #9ba6b2;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
}
.eap-homepage__recently-sold {
  padding: 8em 0;
}
@media screen and (max-width: 768px) {
  .eap-homepage__recently-sold {
    padding: 4em 0;
  }
}
.eap-homepage__cta .eap-homepage__container--is-grey {
  padding: 4em 1em;
}
.eap-homepage__cta__info {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 1em 1em;
}
@media screen and (max-width: 500px) {
  .eap-homepage__cta__info {
    width: 100%;
    margin-bottom: 2em;
  }
}
.eap-homepage__cta__info__subtitle {
  margin: 1em auto 2em;
}
.eap-homepage__cta__image {
  width: 48%;
  background-size: contain;
  background-position: center;
  height: 300px;
  display: inline-block;
  vertical-align: top;
  border-radius: 4px;
  border: 4px solid #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
  background-repeat: no-repeat;
}
@media screen and (max-width: 500px) {
  .eap-homepage__cta__image {
    width: 100%;
  }
}
.eap-homepage__testimonials {
  padding: 8em 0;
  text-align: center;
}
.eap-homepage__testimonials:hover .eap-homepage__testimonials__next {
  height: 8px;
  transition: 0.2s;
  padding: 0.25em 0;
}
.eap-homepage__testimonials__next {
  height: 5px;
  width: 100px;
  border-radius: 2px;
  background-color: rgba(155, 166, 178, 0.1);
  display: inline-block;
  transition: 0.2s;
}
.eap-homepage__testimonials__next:hover {
  width: 150px;
  background-color: rgba(155, 166, 178, 0.4);
}
.eap-homepage__testimonials--is-one .eap-homepage__testimonials__testimonial#one {
  opacity: 1;
  position: relative;
  transition: 0.8s;
}
.eap-homepage__testimonials--is-one .eap-homepage__testimonials__next.eap-homepage__testimonials__next--is-one {
  background-color: #fc0 !important;
}
.eap-homepage__testimonials--is-two .eap-homepage__testimonials__testimonial#two {
  opacity: 1;
  position: relative;
  transition: 0.8s;
}
.eap-homepage__testimonials--is-two .eap-homepage__testimonials__next.eap-homepage__testimonials__next--is-two {
  background-color: #fc0 !important;
}
.eap-homepage__testimonials--is-three .eap-homepage__testimonials__testimonial#three {
  opacity: 1;
  position: relative;
  transition: 0.8s;
}
.eap-homepage__testimonials--is-three .eap-homepage__testimonials__next.eap-homepage__testimonials__next--is-three {
  background-color: #fc0 !important;
}
.eap-homepage__testimonials__testimonial {
  font-weight: 700;
  max-width: 700px;
  margin: 0 auto 2em;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  min-height: 125px;
}
.eap-homepage__testimonials .read-more-testimonials {
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: rgba(14, 36, 89, 0.7);
  font-size: 1em;
  cursor: pointer;
  display: block;
  margin-top: 1em;
}

.property {
  background-color: #f5f7fa;
  width: 30%;
  display: inline-block;
  height: 400px;
  border-radius: 4px;
  margin: 0.5em 0.3em;
}