.resources_banner {
  width: 100%;
  position: relative;
  display: block;
}
.resources_banner--cnt {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .resources_banner--cnt {
    align-items: flex-start;
  }
}
.resources_banner--cnt .resources_banner--media {
  width: 100%;
  position: relative;
  display: block;
  aspect-ratio: 1920/550;
  overflow: hidden;
}
@media (max-width: 768px) {
  .resources_banner--cnt .resources_banner--media {
    aspect-ratio: 412/650;
  }
}
.resources_banner--cnt .resources_banner--media video,
.resources_banner--cnt .resources_banner--media iframe {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.resources_banner--cnt .resources_banner--media picture {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.resources_banner--cnt .resources_banner--media picture img {
  height: 100%;
}
@media (max-width: 768px) {
  .resources_banner--cnt .resources_banner--media picture img {
    -o-object-position: left;
       object-position: left;
  }
}
.resources_banner--cnt .resources_banner--text {
  width: 85%;
  max-width: 1312px;
  position: relative;
  margin: 0 auto;
  position: absolute;
  display: block;
  z-index: 1;
  margin-top: -80px;
}
@media (max-width: 768px) {
  .resources_banner--cnt .resources_banner--text {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .resources_banner--cnt .resources_banner--text {
    margin-top: 120px;
  }
}
.resources_banner--cnt .resources_banner--text .breadcrumbs {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .resources_banner--cnt .resources_banner--text .breadcrumbs {
    margin-bottom: 0;
  }
}
.resources_banner--cnt .resources_banner--text .breadcrumbs ul {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 768px) {
  .resources_banner--cnt .resources_banner--text .breadcrumbs ul {
    width: 100%;
  }
}
.resources_banner--cnt .resources_banner--text .breadcrumbs ul li {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
}
.resources_banner--cnt .resources_banner--text .breadcrumbs ul li a {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 300;
  color: var(--white);
  gap: 8px;
  transition: var(--ease);
}
.resources_banner--cnt .resources_banner--text .breadcrumbs ul li a svg {
  width: 16px;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
  fill: none;
  stroke: var(--white);
  transition: var(--ease);
}
.resources_banner--cnt .resources_banner--text .breadcrumbs ul li p {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
  font-weight: 700;
  color: var(--white);
}
.resources_banner--cnt .resources_banner--text ._title {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (max-width: 768px) {
  .resources_banner--cnt .resources_banner--text ._title {
    display: none;
  }
}
.resources_banner--cnt .resources_banner--text ._title ._icon {
  width: 40px;
  height: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primary);
  border-radius: 50%;
}
.resources_banner--cnt .resources_banner--text ._title ._icon i {
  font-size: 1.6666666667em;
  color: var(--white);
}
.resources_banner--cnt .resources_banner--text ._title h1 {
  width: 100%;
  position: relative;
  display: block;
  color: var(--white);
  font-family: var(--font-ultra);
  font-size: 3em;
  line-height: 130%;
}
.resources_banner--cnt .resources_banner--text ._title h1 strong {
  color: var(--white);
  font-family: var(--font-ultra);
}

.resource_list {
  width: 100%;
  position: relative;
  display: block;
  padding: 0 0 90px;
  z-index: 1;
}
.resource_list--cnt {
  width: 85%;
  max-width: 1312px;
  position: relative;
  margin: 0 auto;
  display: block;
}
@media (max-width: 768px) {
  .resource_list--cnt {
    width: 90%;
  }
}
.resource_list--cnt .resource_list--featured {
  width: 100%;
  position: relative;
  display: block;
  border: 1px solid var(--primary);
  border-radius: 20px;
  padding: 35px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .resource_list--cnt .resource_list--featured {
    transform: translateY(-110%);
  }
}
.resource_list--cnt .resource_list--featured ._tags-content {
  width: 100%;
  position: relative;
  max-width: 380px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}
.resource_list--cnt .resource_list--featured ._tags-content ._icon {
  width: 35px;
  height: 35px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primary);
  border-radius: 50%;
}
.resource_list--cnt .resource_list--featured ._tags-content ._icon i {
  font-size: 1.3333333333em;
  color: var(--white);
}
.resource_list--cnt .resource_list--featured ._tags-content ._tag-itm {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
}
.resource_list--cnt .resource_list--featured ._tags-content ._tag-itm span {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
  border: 1px solid var(--text);
  border-radius: 20px;
  padding: 5px 8px;
  line-height: 1;
  font-weight: 500;
  font-size: 0.8666666667em;
}
.resource_list--cnt .resource_list--featured ._info {
  width: 100%;
  position: relative;
  max-width: 380px;
  display: block;
}
.resource_list--cnt .resource_list--featured ._info h5,
.resource_list--cnt .resource_list--featured ._info h1 {
  width: 100%;
  position: relative;
  font-size: 1.4666666667em;
  line-height: 116.6666666667%;
  margin-bottom: 40px;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.resource_list--cnt .resource_list--featured ._info a {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 20px;
  border-radius: 23px;
  background: var(--primary);
  color: var(--white);
  font-weight: 500;
  gap: 5px;
  transition: var(--ease);
}
.resource_list--cnt .resource_list--featured ._info a i {
  color: inherit;
}
@media not all and (pointer: coarse) {
  .resource_list--cnt .resource_list--featured ._info a:hover {
    background: var(--secondary-gray);
    color: var(--white);
  }
}
.resource_list--cnt .resource_list--featured ._info a.active {
  background: var(--secondary-gray);
  color: var(--white);
}
.resource_list--cnt .resource_list--content {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: -80px;
}
.resource_list--cnt .resource_list--content .resource_list--cards {
  width: calc(100% - 470px);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 768px) {
  .resource_list--cnt .resource_list--content .resource_list--cards {
    width: 100%;
  }
}
.resource_list--cnt .resource_list--content .resource_list--cards .resource_list--filter {
  width: 100%;
  position: relative;
  height: 63px;
  display: flex;
  align-items: center;
  padding: 16px 30px;
  border-radius: 39px;
  border: 1px solid var(--primary);
  background: var(--white);
  gap: 10px;
}
@media (max-width: 768px) {
  .resource_list--cnt .resource_list--content .resource_list--cards .resource_list--filter {
    padding: 8px 20px;
  }
}
.resource_list--cnt .resource_list--content .resource_list--cards .resource_list--filter ._input {
  width: calc(100% - 34px);
  position: relative;
  display: block;
}
.resource_list--cnt .resource_list--content .resource_list--cards .resource_list--filter ._input input {
  width: 100%;
  position: relative;
  display: block;
  font-size: 1.3333333333em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .resource_list--cnt .resource_list--content .resource_list--cards .resource_list--filter ._input input {
    font-size: 1.0666666667em;
  }
}
.resource_list--cnt .resource_list--content .resource_list--cards .resource_list--filter ._input input.placeholder {
  color: var(--text);
}
.resource_list--cnt .resource_list--content .resource_list--cards .resource_list--filter ._input input:-moz-placeholder {
  color: var(--text);
}
.resource_list--cnt .resource_list--content .resource_list--cards .resource_list--filter ._input input::-moz-placeholder {
  color: var(--text);
}
.resource_list--cnt .resource_list--content .resource_list--cards .resource_list--filter ._input input:-ms-input-placeholder {
  color: var(--text);
}
.resource_list--cnt .resource_list--content .resource_list--cards .resource_list--filter ._input input::-webkit-input-placeholder {
  color: var(--text);
}
.resource_list--cnt .resource_list--content .resource_list--cards .resource_list--filter ._submit {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
}
.resource_list--cnt .resource_list--content .resource_list--cards .resource_list--filter ._submit button {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
  font-size: 1.6em;
  color: var(--text);
}
.resource_list--cnt .resource_list--content .resource_list--cards .resource_itm {
  width: calc(50% - 8px);
  position: relative;
  display: block;
}
@media (max-width: 768px) {
  .resource_list--cnt .resource_list--content .resource_list--cards .resource_itm {
    width: 100%;
  }
}
.resource_list--cnt .resource_list--content .resource_list--cards .resource_itm .resource_itm--wrapper {
  width: 100%;
  position: relative;
  display: block;
  padding: 17px;
  border-radius: 14px;
  background: var(--white);
}
.resource_list--cnt .resource_list--content .resource_list--cards .resource_itm .resource_itm--wrapper .resource_itm--image {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.resource_list--cnt .resource_list--content .resource_list--cards .resource_itm .resource_itm--wrapper .resource_itm--image picture {
  width: 100%;
  position: relative;
  display: block;
  aspect-ratio: 386/179;
  border-radius: 14px;
  overflow: hidden;
}
.resource_list--cnt .resource_list--content .resource_list--cards .resource_itm .resource_itm--wrapper .resource_itm--image picture img {
  height: 100%;
}
.resource_list--cnt .resource_list--content .resource_list--cards .resource_itm .resource_itm--wrapper .resource_itm--image span {
  width: 35px;
  height: 35px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primary);
  border-radius: 50%;
  top: 15px;
  right: 15px;
  z-index: 1;
}
.resource_list--cnt .resource_list--content .resource_list--cards .resource_itm .resource_itm--wrapper .resource_itm--image span i {
  font-size: 1.3333333333em;
  color: var(--white);
}
.resource_list--cnt .resource_list--content .resource_list--cards .resource_itm .resource_itm--wrapper .resource_itm--text {
  width: 100%;
  position: relative;
  display: block;
}
.resource_list--cnt .resource_list--content .resource_list--cards .resource_itm .resource_itm--wrapper .resource_itm--text h5 {
  width: 100%;
  position: relative;
  min-height: 52px;
  margin-bottom: 30px;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.resource_list--cnt .resource_list--content .resource_list--cards .resource_itm .resource_itm--wrapper .resource_itm--text span {
  width: 100%;
  position: relative;
  display: block;
  font-weight: 700;
  text-decoration: underline;
}
.resource_list--cnt .resource_list--content .resource_list--cards .resource_loader {
  width: 100%;
  position: relative;
  display: block;
  margin-top: 40px;
}
.resource_list--cnt .resource_list--content .resource_list--cards .resource_loader img {
  width: 35px;
  margin: 0 auto;
  transform-origin: center;
  animation: loading 2s linear infinite;
}
@keyframes loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.resource_list--cnt .resource_list--content .resource_list--categories {
  width: 100%;
  max-width: 450px;
  position: sticky;
  top: 120px;
  margin-top: 120px;
  align-self: flex-start;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: var(--ease);
}
@media (max-width: 768px) {
  .resource_list--cnt .resource_list--content .resource_list--categories {
    width: 90%;
    max-width: 370px;
    position: fixed;
    top: unset;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 50;
    opacity: 1;
    visibility: visible;
    background: var(--secondary);
    padding: 15px;
    border-radius: 100px;
    align-items: center;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1607843137);
    overflow: hidden;
    justify-content: flex-end;
  }
}
.resource_list--cnt .resource_list--content .resource_list--categories h6 {
  width: 100%;
  position: relative;
  display: block;
  color: var(--primary);
  font-size: 1.3333333333em;
  text-align: right;
  margin-bottom: 20px;
}
.resource_list--cnt .resource_list--content .resource_list--categories h6 i {
  display: none;
}
@media (max-width: 768px) {
  .resource_list--cnt .resource_list--content .resource_list--categories h6 {
    order: 2;
    margin-bottom: 0;
    text-align: center;
    color: var(--white);
    font-weight: 500;
    padding: 10px 16px;
    border-radius: 40px;
    border: 1px solid var(--primary);
    cursor: pointer;
  }
  .resource_list--cnt .resource_list--content .resource_list--categories h6 i {
    display: inline-block;
    color: var(--primary);
  }
}
.resource_list--cnt .resource_list--content .resource_list--categories ._checkbox-group {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}
@media (max-width: 768px) {
  .resource_list--cnt .resource_list--content .resource_list--categories ._checkbox-group {
    height: 0;
    align-items: center;
    overflow: hidden;
    transition: var(--ease);
  }
}
.resource_list--cnt .resource_list--content .resource_list--categories ._checkbox-group ._checkbox {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
}
.resource_list--cnt .resource_list--content .resource_list--categories ._checkbox-group ._checkbox:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .resource_list--cnt .resource_list--content .resource_list--categories ._checkbox-group ._checkbox {
    order: 1;
  }
}
.resource_list--cnt .resource_list--content .resource_list--categories ._checkbox-group ._checkbox label {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
  cursor: pointer;
}
.resource_list--cnt .resource_list--content .resource_list--categories ._checkbox-group ._checkbox label input[type=checkbox] {
  display: none;
}
.resource_list--cnt .resource_list--content .resource_list--categories ._checkbox-group ._checkbox label ._data {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
}
.resource_list--cnt .resource_list--content .resource_list--categories ._checkbox-group ._checkbox label ._data p {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
  padding: 12px 20px;
  border-radius: 23px;
  background: var(--primary);
  color: var(--white);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 1;
}
.resource_list--cnt .resource_list--content .resource_list--categories ._checkbox-group ._checkbox label input[type=checkbox]:checked + ._data p {
  background: var(--secondary-gray);
  color: var(--white);
}
.resource_list--cnt .resource_list--content .resource_list--categories._show {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 768px) {
  .resource_list--cnt .resource_list--content .resource_list--categories.toggled {
    border-radius: 30px;
    transition: unset;
  }
  .resource_list--cnt .resource_list--content .resource_list--categories.toggled h6 {
    margin-top: 20px;
  }
  .resource_list--cnt .resource_list--content .resource_list--categories.toggled ._checkbox-group {
    height: 310px;
  }
}

.resource_amp--banner {
  width: 100%;
  position: relative;
  display: block;
}
.resource_amp--banner_cnt {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.resource_amp--banner_cnt .resource_amp--banner_media {
  width: 100%;
  position: relative;
  display: block;
  aspect-ratio: 1920/550;
  overflow: hidden;
}
@media (max-width: 768px) {
  .resource_amp--banner_cnt .resource_amp--banner_media {
    aspect-ratio: 412/650;
  }
}
.resource_amp--banner_cnt .resource_amp--banner_media video,
.resource_amp--banner_cnt .resource_amp--banner_media iframe {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .resource_amp--banner_cnt .resource_amp--banner_media video,
  .resource_amp--banner_cnt .resource_amp--banner_media iframe {
    display: none;
  }
}
.resource_amp--banner_cnt .resource_amp--banner_media picture {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.resource_amp--banner_cnt .resource_amp--banner_media picture img {
  height: 100%;
}
.resource_amp--banner_cnt .resource_amp--banner_text {
  width: 85%;
  max-width: 1312px;
  position: relative;
  margin: 0 auto;
  position: absolute;
  display: block;
  z-index: 1;
  margin-top: 90px;
}
@media (max-width: 768px) {
  .resource_amp--banner_cnt .resource_amp--banner_text {
    width: 90%;
  }
}
.resource_amp--banner_cnt .resource_amp--banner_text .breadcrumbs {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
}
.resource_amp--banner_cnt .resource_amp--banner_text .breadcrumbs ul {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 768px) {
  .resource_amp--banner_cnt .resource_amp--banner_text .breadcrumbs ul {
    width: 100%;
  }
}
.resource_amp--banner_cnt .resource_amp--banner_text .breadcrumbs ul li {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
}
.resource_amp--banner_cnt .resource_amp--banner_text .breadcrumbs ul li a {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 300;
  color: var(--white);
  gap: 8px;
  transition: var(--ease);
}
.resource_amp--banner_cnt .resource_amp--banner_text .breadcrumbs ul li a svg {
  width: 16px;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
  fill: none;
  stroke: var(--white);
  transition: var(--ease);
}
.resource_amp--banner_cnt .resource_amp--banner_text .breadcrumbs ul li p {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
  font-weight: 700;
  color: var(--white);
}
.resource_amp--banner_cnt .resource_amp--banner_text ._title {
  width: 100%;
  position: relative;
  display: block;
}
.resource_amp--banner_cnt .resource_amp--banner_text ._title ._tags {
  width: 100%;
  position: relative;
  max-width: 850px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.resource_amp--banner_cnt .resource_amp--banner_text ._title ._tags span {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 20px;
  padding: 5px 8px;
  line-height: 1;
  font-weight: 500;
  font-size: 0.8666666667em;
}
.resource_amp--banner_cnt .resource_amp--banner_text ._title h1 {
  width: 100%;
  position: relative;
  display: block;
  max-width: 850px;
  color: var(--white);
  font-family: var(--font-ultra);
  font-size: 3em;
  line-height: 130%;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .resource_amp--banner_cnt .resource_amp--banner_text ._title h1 {
    font-size: 2.4666666667em;
    line-height: 113.3333333333%;
  }
}
.resource_amp--banner_cnt .resource_amp--banner_text ._title h1 strong {
  color: var(--primary);
  font-family: var(--font-ultra);
}
.resource_amp--banner_cnt .resource_amp--banner_text ._title ._info {
  width: 100%;
  position: relative;
  max-width: 850px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.resource_amp--banner_cnt .resource_amp--banner_text ._title ._info ._date {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}
.resource_amp--banner_cnt .resource_amp--banner_text ._title ._info ._date svg {
  width: 24px;
  position: relative;
  display: block;
  stroke: var(--primary);
}
.resource_amp--banner_cnt .resource_amp--banner_text ._title ._info ._date p {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
  color: var(--white);
}
.resource_amp--banner_cnt .resource_amp--banner_text ._title ._info ._categories {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.resource_amp--banner_cnt .resource_amp--banner_text ._title ._info ._categories span {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  padding: 10px 15px;
  line-height: 1;
  font-weight: 500;
  font-size: 0.8666666667em;
}

.resource_amp--content {
  width: 100%;
  position: relative;
  padding: 6em 0;
  display: block;
}
@media (max-width: 575px) {
  .resource_amp--content {
    padding: 2.6666666667em 0;
  }
}
.resource_amp--content_cnt {
  width: 85%;
  max-width: 1312px;
  position: relative;
  margin: 0 auto;
  display: block;
}
@media (max-width: 768px) {
  .resource_amp--content_cnt {
    width: 90%;
  }
}
.resource_amp--content_cnt .resource_amp--block1 {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 40px;
}
.resource_amp--content_cnt .resource_amp--block1 ._block-wrapper {
  width: calc(100% - 360px);
  position: relative;
  display: block;
}
@media (max-width: 768px) {
  .resource_amp--content_cnt .resource_amp--block1 ._block-wrapper {
    width: 100%;
  }
}
.resource_amp--content_cnt .resource_amp--block1 ._block-wrapper h1,
.resource_amp--content_cnt .resource_amp--block1 ._block-wrapper h2,
.resource_amp--content_cnt .resource_amp--block1 ._block-wrapper h3,
.resource_amp--content_cnt .resource_amp--block1 ._block-wrapper h4,
.resource_amp--content_cnt .resource_amp--block1 ._block-wrapper h5,
.resource_amp--content_cnt .resource_amp--block1 ._block-wrapper h6,
.resource_amp--content_cnt .resource_amp--block1 ._block-wrapper p {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.resource_amp--content_cnt .resource_amp--block1 ._highlight-block {
  width: 310px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 35px;
  background: var(--secondary-gray);
  border-radius: 19px;
  aspect-ratio: 335/426;
}
@media (max-width: 768px) {
  .resource_amp--content_cnt .resource_amp--block1 ._highlight-block {
    width: 100%;
  }
}
.resource_amp--content_cnt .resource_amp--block1 ._highlight-block p {
  width: 100%;
  position: relative;
  display: block;
  color: var(--white);
  font-size: 1.0666666667em;
}
.resource_amp--content_cnt .resource_amp--block1 ._highlight-block p::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 35px;
  background: url(../../../img/websites/villacruz/comillas.svg) no-repeat left center;
  background-size: 40px;
  background-position: left 30%;
  margin-bottom: 20px;
}
.resource_amp--content_cnt .resource_amp--block1 ._highlight-block p::after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 35px;
  background: url(../../../img/websites/villacruz/comillas.svg) no-repeat right center;
  background-size: 40px;
  background-position: right 30%;
  margin-top: 20px;
}
.resource_amp--content_cnt .resource_amp--block1.no_highlight ._block-wrapper {
  width: 100%;
}
.resource_amp--content_cnt .resource_amp--block1.no_highlight ._highlight-block {
  display: none;
}
.resource_amp--content_cnt .resource_amp--block2 {
  width: 100%;
  position: relative;
  display: block;
}
.resource_amp--content_cnt .resource_amp--block2 h1,
.resource_amp--content_cnt .resource_amp--block2 h2,
.resource_amp--content_cnt .resource_amp--block2 h3,
.resource_amp--content_cnt .resource_amp--block2 h4,
.resource_amp--content_cnt .resource_amp--block2 h5,
.resource_amp--content_cnt .resource_amp--block2 h6,
.resource_amp--content_cnt .resource_amp--block2 p {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.resource_amp--content_cnt .resource_amp--block2 video,
.resource_amp--content_cnt .resource_amp--block2 iframe,
.resource_amp--content_cnt .resource_amp--block2 img {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1465/701;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .resource_amp--content_cnt .resource_amp--block2 video,
  .resource_amp--content_cnt .resource_amp--block2 iframe,
  .resource_amp--content_cnt .resource_amp--block2 img {
    aspect-ratio: 1;
  }
}

section.related_resources {
  width: 100%;
  position: relative;
  display: block;
  padding-bottom: 70px;
}
section.related_resources .related_resources--cnt {
  width: 85%;
  max-width: 1312px;
  position: relative;
  margin: 0 auto;
  display: block;
}
@media (max-width: 768px) {
  section.related_resources .related_resources--cnt {
    width: 90%;
  }
}
section.related_resources .related_resources--cnt .related_resources--title {
  width: 100%;
  position: relative;
  max-width: 900px;
  display: block;
  margin: 0 auto 40px;
}
section.related_resources .related_resources--cnt .related_resources--title h2 {
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
  font-family: var(--font-ultra);
}
@media (max-width: 768px) {
  section.related_resources .related_resources--cnt .related_resources--title h2 {
    font-size: 2.3333333333em;
  }
}
section.related_resources .related_resources--cnt .related_resources--title h2 strong {
  color: var(--primary);
  font-family: inherit;
}
section.related_resources .related_resources--cnt .related_resources--content {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
section.related_resources .related_resources--cnt .related_resources--content .related_resource--itm {
  width: calc(33.3333333333% - 10px);
  position: relative;
  display: block;
}
@media (max-width: 768px) {
  section.related_resources .related_resources--cnt .related_resources--content .related_resource--itm {
    width: 100%;
  }
}
section.related_resources .related_resources--cnt .related_resources--content .related_resource--itm .related_resource--itm_wrapper {
  width: 100%;
  position: relative;
  display: block;
  padding: 17px;
  border-radius: 14px;
  background: var(--white);
}
section.related_resources .related_resources--cnt .related_resources--content .related_resource--itm .related_resource--itm_wrapper .related_resource--itm_image {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 20px;
}
section.related_resources .related_resources--cnt .related_resources--content .related_resource--itm .related_resource--itm_wrapper .related_resource--itm_image picture {
  width: 100%;
  position: relative;
  display: block;
  aspect-ratio: 386/179;
  border-radius: 14px;
  overflow: hidden;
}
section.related_resources .related_resources--cnt .related_resources--content .related_resource--itm .related_resource--itm_wrapper .related_resource--itm_image picture img {
  height: 100%;
}
section.related_resources .related_resources--cnt .related_resources--content .related_resource--itm .related_resource--itm_wrapper .related_resource--itm_image span {
  width: 35px;
  height: 35px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primary);
  border-radius: 50%;
  top: 15px;
  right: 15px;
  z-index: 1;
}
section.related_resources .related_resources--cnt .related_resources--content .related_resource--itm .related_resource--itm_wrapper .related_resource--itm_image span i {
  font-size: 1.3333333333em;
  color: var(--white);
}
section.related_resources .related_resources--cnt .related_resources--content .related_resource--itm .related_resource--itm_wrapper .related_resource--itm_text {
  width: 100%;
  position: relative;
  display: block;
}
section.related_resources .related_resources--cnt .related_resources--content .related_resource--itm .related_resource--itm_wrapper .related_resource--itm_text h5 {
  width: 100%;
  position: relative;
  min-height: 52px;
  margin-bottom: 30px;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
section.related_resources .related_resources--cnt .related_resources--content .related_resource--itm .related_resource--itm_wrapper .related_resource--itm_text span {
  width: 100%;
  position: relative;
  display: block;
  font-weight: 700;
  text-decoration: underline;
}

.related {
  width: 100%;
  position: relative;
  padding: 6em 0;
  display: block;
}
@media (max-width: 575px) {
  .related {
    padding: 2.6666666667em 0;
  }
}
.related_cnt {
  width: 85%;
  max-width: 1312px;
  position: relative;
  margin: 0 auto;
  display: block;
}
@media (max-width: 768px) {
  .related_cnt {
    width: 90%;
  }
}
.related_cnt .related_title {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 40px;
}
.related_cnt .related_title h2 {
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
  font-family: var(--font-ultra);
}
@media (max-width: 768px) {
  .related_cnt .related_title h2 {
    font-size: 2em;
  }
}
.related_cnt .related_title h2 strong {
  color: var(--primary);
  font-family: inherit;
}
.related_cnt .related_content {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
.related_cnt .related_content .estate_itm {
  width: calc(25% - 9px);
  position: relative;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  background: var(--white);
  border-radius: 14px;
  box-shadow: 0px 11px 13px rgba(0, 0, 0, 0.1607843137);
}
@media (max-width: 768px) {
  .related_cnt .related_content .estate_itm {
    width: 100%;
  }
}
.related_cnt .related_content .estate_itm--media {
  width: 100%;
  position: relative;
  display: block;
  padding: 10px;
  margin-bottom: 5px;
}
.related_cnt .related_content .estate_itm--media ._top {
  width: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 20px;
  top: 0;
  left: 0;
  gap: 10px;
  z-index: 1;
}
.related_cnt .related_content .estate_itm--media ._top span {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  padding: 5px 9px;
  border-radius: 20px;
  transition: var(--ease);
}
.related_cnt .related_content .estate_itm--media ._top ._buttons {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.related_cnt .related_content .estate_itm--media ._top ._buttons button {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
}
.related_cnt .related_content .estate_itm--media ._top ._buttons button svg {
  width: 25px;
  position: relative;
  display: block;
  fill: var(--white);
  transition: var(--ease);
}
.related_cnt .related_content .estate_itm--media ._top ._buttons button.wishlist_button {
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.1607843137));
}
@media not all and (pointer: coarse) {
  .related_cnt .related_content .estate_itm--media ._top ._buttons button.wishlist_button:hover svg {
    fill: var(--light-red);
  }
}
.related_cnt .related_content .estate_itm--media ._top ._buttons button.wishlist_button._added svg {
  fill: var(--red);
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip {
  width: 190px;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  display: none;
  background: var(--white);
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.1607843137));
  border-radius: 5px;
  right: -10px;
  top: 34px;
  z-index: 5;
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip::before,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid var(--white);
  top: -6px;
  right: 15px;
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper {
  width: 100%;
  position: relative;
  display: block;
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper button.close_comment,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper button.close_comment {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  display: block;
  top: 5px;
  right: 5px;
  z-index: 10;
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper button.close_comment svg,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper button.close_comment svg {
  width: 20px;
  position: relative;
  display: block;
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper button.close_comment svg path,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper button.close_comment svg path {
  stroke-width: 42px;
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-view,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-view {
  width: 100%;
  position: relative;
  display: block;
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-view ._comment,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-view ._comment {
  width: 100%;
  position: relative;
  display: block;
  padding: 27px 15px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-view ._comment small,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-view ._comment small {
  width: 100%;
  position: relative;
  display: block;
  color: var(--secondary);
  opacity: 0.44;
  font-size: 0.8em;
  line-height: 121.4285714286%;
  font-weight: 600;
  margin-bottom: 5px;
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-view ._comment p,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-view ._comment p {
  width: 100%;
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 0.9333333333em;
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-view ._options,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-view ._options {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-view ._options button,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-view ._options button {
  width: 50%;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 0.9333333333em;
  gap: 5px;
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-view ._options button svg,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-view ._options button svg {
  width: 17px;
  position: relative;
  display: block;
  stroke: var(--primary);
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit {
  width: 100%;
  position: relative;
  display: block;
  padding: 27px 10px 10px;
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form {
  width: 100%;
  position: relative;
  display: block;
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._textarea,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._textarea {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._textarea textarea,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._textarea textarea {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
  aspect-ratio: 1;
  border: 1px solid #707070;
  border-radius: 4px;
  padding: 7px;
  font-weight: 600;
  font-size: 0.9333333333em;
  resize: none;
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._textarea textarea.placeholder,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._textarea textarea.placeholder {
  color: rgba(0, 0, 0, 0.15);
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._textarea textarea:-moz-placeholder,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._textarea textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.15);
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._textarea textarea::-moz-placeholder,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._textarea textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.15);
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._textarea textarea:-ms-input-placeholder,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._textarea textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.15);
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._textarea textarea::-webkit-input-placeholder,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._textarea textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.15);
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._submit,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._submit {
  width: 100%;
  position: relative;
  display: block;
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._submit button,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._submit button {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  border-radius: 23px;
  background: var(--primary);
  color: var(--white);
  font-weight: 500;
  gap: 5px;
  transition: var(--ease);
  padding: 10px 16px;
  font-size: 0.9333333333em;
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._submit button i,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._submit button i {
  color: inherit;
}
@media not all and (pointer: coarse) {
  .related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._submit button:hover,
  .related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._submit button:hover {
    background: var(--secondary-gray);
    color: var(--white);
  }
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._submit button.active,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._submit button.active {
  background: var(--secondary-gray);
  color: var(--white);
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-delete,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-delete {
  width: 100%;
  position: relative;
  display: block;
  padding: 30px 15px;
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-delete p,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-delete p {
  width: 100%;
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 0.9333333333em;
  margin-bottom: 15px;
  text-align: center;
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-delete button,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-delete button {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  border-radius: 23px;
  background: var(--primary);
  color: var(--white);
  font-weight: 500;
  gap: 5px;
  transition: var(--ease);
  padding: 10px 16px;
  font-size: 0.9333333333em;
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-delete button i,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-delete button i {
  color: inherit;
}
@media not all and (pointer: coarse) {
  .related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-delete button:hover,
  .related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-delete button:hover {
    background: var(--secondary-gray);
    color: var(--white);
  }
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-delete button.active,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-delete button.active {
  background: var(--secondary-gray);
  color: var(--white);
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-delete button.cancel,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-delete button.cancel {
  background: var(--white);
  border: 1px solid var(--primary);
  padding: 8px 16px;
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-delete button:not(:last-child),
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-delete button:not(:last-child) {
  margin-bottom: 10px;
}
.related_cnt .related_content .estate_itm--media a {
  width: 100%;
  position: relative;
  display: block;
}
.related_cnt .related_content .estate_itm--media picture {
  width: 100%;
  position: relative;
  display: block;
  aspect-ratio: 356/250;
  overflow: hidden;
  border-radius: 14px;
}
.related_cnt .related_content .estate_itm--media picture img {
  height: 100%;
}
.related_cnt .related_content .estate_itm--media iframe {
  width: 100%;
  position: relative;
  display: none;
  aspect-ratio: 356/250;
  overflow: hidden;
  border-radius: 14px;
  pointer-events: none;
}
.related_cnt .related_content .estate_itm--info {
  width: 100%;
  position: relative;
  display: block;
}
.related_cnt .related_content .estate_itm--info h4 {
  width: 100%;
  position: relative;
  height: 40px;
  padding: 0 15px;
  font-size: 1.0666666667em;
  line-height: 122.2222222222%;
  margin-bottom: 7px;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.related_cnt .related_content .estate_itm--info ._badges {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  padding: 0 15px;
  margin-bottom: 18px;
}
.related_cnt .related_content .estate_itm--info ._badges span {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
  border: 1px solid var(--green);
  border-radius: 21px;
  font-size: 0.8em;
  font-weight: 500;
  padding: 5px 9px;
}
.related_cnt .related_content .estate_itm--info ._price-size {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
  padding: 0 15px 8px;
  border-bottom: 1px solid var(--green);
}
.related_cnt .related_content .estate_itm--info ._price-size .price {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}
.related_cnt .related_content .estate_itm--info ._price-size .price svg {
  width: 16px;
  position: relative;
  display: block;
  fill: var(--primary);
}
.related_cnt .related_content .estate_itm--info ._price-size .price p {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
  font-size: 1.0666666667em;
  font-weight: 700;
}
.related_cnt .related_content .estate_itm--info ._price-size .size {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}
.related_cnt .related_content .estate_itm--info ._price-size .size img {
  width: 14px;
  position: relative;
  display: block;
}
.related_cnt .related_content .estate_itm--info ._price-size .size p {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
  font-size: 0.9333333333em;
}
.related_cnt .related_content .estate_itm--info ._price-size .size p span {
  color: var(--primary);
}
.related_cnt .related_content .estate_itm--info ._info {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding: 18px 15px;
}
.related_cnt .related_content .estate_itm--info ._info ._info-itm {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
}
.related_cnt .related_content .estate_itm--info ._info ._info-itm svg {
  width: 18px;
  position: relative;
  display: block;
  fill: var(--primary);
}
.related_cnt .related_content .estate_itm--info ._info ._info-itm small {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
  font-size: 0.8666666667em;
}
.related_cnt .related_content .estate_itm--info ._info ._estate-link {
  width: 100%;
  position: absolute;
  display: block;
  background: var(--white);
  visibility: hidden;
  opacity: 0;
  left: 0;
  padding: 0 15px;
  border-radius: 20px;
  z-index: 1;
  transition: var(--ease);
}
.related_cnt .related_content .estate_itm--info ._info ._estate-link a {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 20px;
  border-radius: 23px;
  background: var(--primary);
  color: var(--white);
  font-weight: 500;
  gap: 5px;
  transition: var(--ease);
}
.related_cnt .related_content .estate_itm--info ._info ._estate-link a i {
  color: inherit;
}
@media not all and (pointer: coarse) {
  .related_cnt .related_content .estate_itm--info ._info ._estate-link a:hover {
    background: var(--secondary-gray);
    color: var(--white);
  }
}
.related_cnt .related_content .estate_itm--info ._info ._estate-link a.active {
  background: var(--secondary-gray);
  color: var(--white);
}
@media not all and (pointer: coarse) {
  .related_cnt .related_content .estate_itm:hover.property_videos .estate_itm--media picture {
    display: none;
  }
  .related_cnt .related_content .estate_itm:hover.property_videos .estate_itm--media iframe {
    display: block;
  }
  .related_cnt .related_content .estate_itm:hover .estate_itm--media ._top span {
    background: white;
  }
  .related_cnt .related_content .estate_itm:hover .estate_itm--info ._info ._estate-link {
    opacity: 1;
    visibility: visible;
  }
}
.related_cnt .related_content .estate_itm.property_videos._show-video .estate_itm--media picture {
  display: none;
}
.related_cnt .related_content .estate_itm.property_videos._show-video .estate_itm--media iframe {
  display: block;
}

aside.buy_livin {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: fixed;
  display: block;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 7;
}
@media (max-width: 768px) {
  aside.buy_livin {
    width: 90%;
  }
}
aside.buy_livin .buy_livin--wrapper {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: var(--white);
  border-radius: 38px;
  padding: 10px 25px;
  gap: 15px;
  box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.1607843137);
}
@media (max-width: 768px) {
  aside.buy_livin .buy_livin--wrapper {
    width: 100%;
    border-radius: 20px;
    padding: 15px;
  }
}
aside.buy_livin .buy_livin--wrapper p {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
  font-weight: 600;
}
@media (max-width: 768px) {
  aside.buy_livin .buy_livin--wrapper p {
    width: 100%;
    text-align: center;
  }
}
aside.buy_livin .buy_livin--wrapper a {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 20px;
  border-radius: 23px;
  background: var(--primary);
  color: var(--white);
  font-weight: 500;
  gap: 5px;
  transition: var(--ease);
}
aside.buy_livin .buy_livin--wrapper a i {
  color: inherit;
}
@media not all and (pointer: coarse) {
  aside.buy_livin .buy_livin--wrapper a:hover {
    background: var(--secondary-gray);
    color: var(--white);
  }
}
aside.buy_livin .buy_livin--wrapper a.active {
  background: var(--secondary-gray);
  color: var(--white);
}
@media (max-width: 768px) {
  aside.buy_livin .buy_livin--wrapper a {
    width: 100%;
    justify-content: center;
  }
}