/*******************************************************
 *
 * General
 *
 *******************************************************/

#inner-page-wrapper {
  margin-bottom: 0;
}

#inner-page-wrapper > .container {
  width: 100%;
  padding: 0;
}

#ip-custom-breadcrumbs {
  display: none;
}

.slideshow-buttons {
  width: max-content;
  display: flex;
  gap: 15px;
}

.slideshow-buttons .site-button {
  width: 40px;
  height: 40px !important;
  padding: 0;
  cursor: pointer;
  border: unset;
}

.slideshow-buttons .site-button i {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slideshow-buttons .site-button.btn-white {
  background-color: var(--white-color-1);
  color: var(--black-color-2);
}

.slideshow-buttons .site-button.btn-white:hover {
  background-color: var(--secondary-color);
}

.slideshow-buttons .site-button.btn-blue {
  background-color: var(--primary-color);
  color: var(--white-color-1);
}

.slideshow-buttons .site-button.btn-blue:hover {
  background-color: var(--accent-color-2);
}

/** HP Banner */
.hp-banner {
  position: relative;
  display: block;
  height: 713px;
  background: transparent;
}

.hp-banner .banner-inner-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

/** End of HP Banner */

/** HP Slideshow */
.hp-slideshow {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.hp-slideshow .slideshow-inner,
.hp-slideshow .sideshow-main {
  position: relative;
  display: block;
  height: 100%;
}

.hp-slideshow .slideshow-slider {
  position: relative;
  display: flex;
  overflow: hidden;
  height: 100%;
}

.hp-slideshow .slideshow-col,
.hp-slideshow .slideshow-item,
.hp-slideshow .slideshow-img {
  position: relative;
  display: block;
  width: 100%;
  vertical-align: middle;
  height: 100%;
}

/* Prevent pre-loading other images before slider is loaded */
.hp-slideshow .slideshow-inner > .slideshow-col:not(:first-child) {
  display: none;
}

.hp-slideshow .slideshow-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--black-color-1);
  opacity: 55%;
  z-index: 3;
}

.hp-slideshow .slideshow-col:nth-child(n + 2) {
  display: none;
}

.hp-slideshow .slideshow-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hp-slideshow .slideshow-img img[src=""],
.hp-slideshow .slideshow-img img[src="#"] {
  display: none;
}

.hp-slideshow .slideshow-img canvas {
  position: relative;
  display: block;
  width: 100%;
  min-height: 496px;
}

.hp-slideshow .slideshow-img img[src=""] + canvas,
.hp-slideshow .slideshow-img img[src="#"] + canvas {
  background: var(--light-color-5);
}

.hp-slideshow .slideshow-caption {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(36, 38, 34, 0.4);
  display: block;
  z-index: 5;
}

.hp-slideshow .slideshow-caption.slideshowDirectionLeft {
  background: transparent;
  text-align: left;
}

.hp-slideshow .slideshow-caption strong,
.hp-slideshow .slideshow-caption p {
  display: block;
  margin: 0;
  padding: 0 15px;
  color: var(--white-color-1);
  text-align: center;
  pointer-events: auto;
  width: 850px;
  max-width: 100%;
  margin: 0 auto;
  line-height: 120%;
}

.hp-slideshow .slideshow-caption strong {
  /* font-size: 52px; */
  font-size: 50px;
  font-weight: 700;
  padding: 0;
}

.hp-slideshow .slideshow-caption p {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin-top: 10px;
}

.hp-slideshow .slideshow-caption a {
  color: var(--white-color-1);
  margin-top: 40px;
  width: max-content;
  border: 2px solid var(--primary-color);
}

.hp-slideshow .slideshow-caption a:hover {
  background-color: var(--primary-color);
}

.hp-slideshow .slideshow-caption.slideshowDirectionLeft strong,
.hp-slideshow .slideshow-caption.slideshowDirectionLeft p {
  margin: 0;
  text-align: left;
  padding-left: 0;
  color: var(--white-color-1);
  max-width: 606px;
  width: 100%;
}

.hp-slideshow .slideshow-caption.slideshowDirectionLeft p {
  color: var(--white-color-1);
  margin-top: 14px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26.4px;
}

.hp-slideshow .slideshow-caption .container {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 80px auto;
  padding: 30px 30px 10px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--white-color-1);
  max-width: 100%;
  width: 1312px;
}

.hp-slideshow .slideshow-caption .container::before,
.hp-slideshow .slideshow-caption .container::after {
  display: none;
}

.hp-slideshow .slick-slider .slick-list,
.hp-slideshow .slick-slider .slick-track {
  height: inherit;
}

.hp-slideshow .slick-slide,
.hp-slideshow .slick-slide * {
  height: inherit;
}

/** End of HP Slideshow */

/**  Start of HP Contact */
.hp-contact {
  width: calc(100% / 2);
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 60px;
  height: 100%;
}

.hp-contact .hp-contact-main {
  width: 550px;
  padding: 50px 40px;
  background: var(--secondary-color);
}

.hp-contact .hp-contact-main h3 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 25px;
  color: var(--black-color-2);
  line-height: 48px;
  /* text-transform: capitalize; */
}

.hp-contact .site-form .form-field {
  padding-top: 12px;
  padding-bottom: 12px;
}

.hp-contact .site-form.form-stacked .form-col:last-of-type {
  margin-top: 25px !important;
}

.hp-contact .hp-contact-form {
  width: 100%;
}

.hp-contact .hp-contact-form .site-form.form-stacked {
  width: 100%;
}

/** End of HP Banner */

/* HP Promos Section */
.hp-promos {
  padding: 100px 0 20px;
}

.hp-promos .hp-promos__container::before,
.hp-promos .hp-promos__container::after {
  display: none;
}

.hp-promos .hp-promos__header-container {
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.hp-promos .hp-promos__header-container h2 {
  margin-bottom: 7px;
}

.hp-promos .hp-promos__list {
  display: flex;
  align-items: stretch;
  gap: 32px;
}

.hp-promos .list-card {
  cursor: pointer;
}

.hp-promos .list-card .list-card__info {
  max-width: 488px;
  width: 100%;
  flex: 1 0 0;
  margin-right: 47px;
}

.hp-promos .hp-promos__list-image {
  max-width: 777px;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.hp-promos .hp-promos__list-image.single-image {
  max-width: 48%;
}

.hp-promos .list-card .list-card__info span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 24px;
  display: block;
}

.hp-promos .list-card .list-card__info h3 {
  color: var(--black-color-2);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
}

.hp-promos .list-card .list-card__info h4 {
  color: var(--gray-color-1);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.hp-promos .list-card .list-card__info p {
  color: var(--gray-color-1);
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 24px;
}
/* End of HP Promos Section */

/* HP Services  */
.hp-service {
  position: relative;
  display: block;
  padding: 0 0 80px;
}

.hp-service .site-section-title {
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 40px;
  /* text-transform: capitalize; */
}

.hp-service .service-list .service-item {
  width: calc(100% / 3);
  padding: 0 16px 32px;
}

.hp-service .service-list .service-item h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 33.6px;
  color: var(--black-color-2);
  margin-bottom: 12px;
}

.hp-service .service-list .service-image {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  margin-bottom: 28px;
}

.hp-service .service-list .service-item p {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 28px;
}

.hp-service .service-slide-button {
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.hp-service .service-slide-button .site-button {
  padding: 10px;
  cursor: pointer;
}

.hp-service .service-item .site-button {
  font-weight: 700;
}

/* End of HP Services */

/* HP Analytics */
.hp-analytics .loft-analytics-header {
  margin-bottom: 80px;
}

.hp-analytics .loft-analytics-header .loft-analytics-image {
  width: 49%;
  max-width: 616px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hp-analytics .loft-analytics-header .analytics-header-content {
  width: 48%;
  max-width: 536px;
  padding: 0;
  margin: auto;
}

.hp-analytics
  .loft-analytics-header
  .analytics-header-content
  .site-section-title {
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 24px;
  text-transform: capitalize;
}

.hp-analytics .analytics-card-list {
  gap: 16px;
}

.hp-analytics .analytics-card-list .analytics-card {
  width: 100%;
  flex: 1 0 calc(248px - 16px);
  text-align: center;
  background: var(--secondary-color);
  padding: 0 20px;
  height: 137px;
  gap: 6px;
}

.hp-analytics .analytics-card-list .analytics-card h4 {
  color: var(--black-color-2);
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.hp-analytics .analytics-card-list .analytics-card span {
  color: var(--gray-color-1);
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 19.2px;
  width: 100%;
}

.hp-analytics .analytics-google-review {
  width: 100%;
  gap: 32px;
  margin-top: 32px;
}

.hp-analytics .google-review-content {
  gap: 12px;
}

.hp-analytics .google-review-content h2 {
  color: var(--black-color-2);
  font-size: 62.4px;
  font-style: normal;
  font-weight: 700;
  line-height: 62.4px;
}

/* End of HP Analytics */

/* HP Spaces  */
.hp-space {
  position: relative;
  display: block;
  padding: 80px 0;
}

.hp-space .loft-space-header {
  margin-bottom: 80px;
}

.hp-space .loft-space-header .loft-space-image {
  width: 49%;
  max-width: 616px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hp-space .loft-space-header .space-header-content {
  width: 48%;
  max-width: 536px;
  padding: 0;
  margin: auto;
}

.hp-space .loft-space-header .space-header-content .site-section-title {
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 24px;
  text-transform: capitalize;
}

.hp-space .loft-space-header .space-header-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 40px;
}

.hp-space .loft-space-list .space-list-title {
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 40px;
  /* text-transform: capitalize; */
}

.loft-space-list .space-list-inner {
  margin: 0 -15px;
}

.hp-space .loft-space-list .space-list-inner .space-item {
  position: relative;
  display: block;
  width: calc(100% / 3);
  padding: 0 15px;
}

.hp-space .loft-space-list .space-list-inner .space-item .space-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 28px;
  width: 100%;
}

.hp-space .loft-space-list .space-list-inner .space-item h5 {
  font-size: 22px;
  font-weight: 700;
  line-height: 33.6px;
  color: var(--black-color-2);
  margin-bottom: 12px;
}

.hp-space .loft-space-list .space-list-inner .space-item p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 28px;
}

.hp-space .loft-space-list .space-list-inner .space-item a {
  font-weight: 700;
}

/* End of HP Spaces */

/* HP Review  */
.hp-review {
  position: relative;
  display: flex;
  padding-top: calc(max(4.861vw, 70px));
  flex-direction: column;
  background-color: var(--secondary-color);
}

.hp-review .hp-container {
  position: relative;
  z-index: 10;
  padding: 0;
}

.hp-review::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(max(16.798vw, 241.89px));
  background-color: var(--white-color-1);
  margin-top: -241px;
}

.hp-review .reviews-header {
  margin-bottom: 40px;
}

.hp-review .reviews-list {
  margin-bottom: 40px;
}

.hp-review .reviews-list .slick-track {
  display: flex;
}

.hp-review .reviews-list .slick-track .slick-slide {
  width: calc(100% / 2) !important;
  background-color: var(--white-color-1);
  max-width: 640px;
  padding: 40px;
  border: 1px solid var(--gray-color-5);
  margin: 0 16px;
  flex: 1 1 100%;
  height: auto;
}

.reviews-list .review-item .review-rating {
  color: var(--primary-color);
  margin-bottom: 32px;
}

.reviews-list .review-item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 32px;
  color: var(--black-color-1);
}

.reviews-list .review-item .review-avatar {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 20px;
}

.reviews-list .review-item .review-avatar span {
  font-size: 24px;
  font-weight: 700;
  line-height: 33.6px;
  color: var(--black-color-2);
}

.review-item .review-avatar .review-avatar-image-container {
  border-radius: 50%;
  background: var(--secondary-color);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.review-item .review-avatar .review-avatar-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.review-item .review-avatar .review-avatar-image.image-placeholder {
  width: 17px;
  height: 19.36px;
  border-radius: 0;
}

.hp-review .reviews-slider-buttons {
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.hp-review .reviews-slider-buttons .site-button.slick-disabled {
  pointer-events: none;
  background-color: transparent;
  border: 1px solid var(--gray-color-6);
  color: var(--gray-color-6);
}

.hp-review .reviews-slider-buttons .site-button {
  padding: 10px;
  cursor: pointer;
}

/* End of HP Review */

/** HP Contact Us */
.hp-contact-us {
  position: relative;
  display: block;
  padding: 80px 0;
}

.hp-contact-us .hp-container {
  padding: 0;
}

.hp-contact-us .contact-us-inner {
  background: var(--secondary-color);
  padding: calc(max(4.167vw, 60px));
  max-width: 1302px;
  width: 100%;
}

.hp-contact-us .contact-us-inner .contact-us-content {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 903px;
}

.hp-contact-us .contact-us-inner .contact-us-content img {
  width: 74px;
  height: 84.28px;
}

.hp-contact-us .contact-us-inner .contact-us-description {
  margin-left: 40px;
}

.hp-contact-us .contact-us-inner .contact-us-description h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  text-align: left;
  color: var(--black-color-2);
  margin-bottom: 8px;
  text-transform: capitalize;
}

.hp-contact-us .contact-us-inner .contact-us-description p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  text-align: left;
}

/** End of Contact Us */

/* HP Social Media  */
.hp-socials {
  position: relative;
  display: block;
  padding: 0;
}

.hp-socials .site-section-title {
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 40px;
  /* text-transform: capitalize; */
}

.hp-socials .social-posts-list {
  flex: 1 0 100%;
  margin: 0;
}

.hp-socials .social-posts-list .social-post-item {
  position: relative;
  display: block;
  width: 20%;
  padding: 0 6px;
  outline: none !important;
}

.hp-socials .social-posts-list .social-post-item .social-post-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.hp-socials .social-media-links {
  margin-top: 40px;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 20px;
}

.hp-socials .social-media-links .social-media-link {
  gap: 16px;
  height: 55px;
}

/* End of HP Social Media */

/* HP Location */
.hp-location {
  background: var(--secondary-color);
  padding: 70px 0 80px;
}

.hp-location .site-section-title {
  margin-bottom: 30px;
  /* text-transform: capitalize; */
}

.hp-location .location-list {
  width: calc(100% / 2);
  max-width: 648.5px;
  gap: 15px;
}

.hp-location .location-pins {
  width: 48%;
  height: auto;
  max-height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hp-location .location-pins canvas {
  width: 100%;
}

.hp-location .location-list .location-card {
  all: unset;
  background: var(--white-color-1);
  padding: 24px;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  color: var(--gray-color-1);
}

.hp-location .location-list .location-card .location-link {
  margin-top: 4px;
  display: flex;
  align-items: center;
  padding: 5px;
  transition: all 0.3s ease;
  gap: 4px;
  width: max-content;
}

.hp-location .location-list .location-card .location-link:hover {
  text-decoration: none;
}

.hp-location .location-list .location-card:hover {
  background: var(--light-color-6);
  text-decoration: none;
}

.hp-location .location-list .location-card .location-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 33.6px;
  color: var(--black-color-2);
  margin-bottom: 5px;
}

.hp-location .location-list .location-card .location-address {
  gap: 15px;
  font-size: 14px;
}

.hp-location .location-list .location-card .location-address p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.hp-location .location-map {
  width: calc(50% - 16px);
}
.hp-location .location-map .mapboxgl-map {
  width: 100%;
  height: 100%;
}
.hp-location .location-map .mapboxgl-canvas {
  height: 100% !important;
}
.hp-location .office-marker {
  border: 2px solid var(--black-color-2);
  background-color: var(--white-color-1);
  background-size: cover;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
}

.hp-location .mapboxgl-popup-content {
  background: var(--white-color-1);
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 15px;
  pointer-events: auto;
  position: relative;
}

.hp-location .loft-marker-popup-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: capitalize;
  margin: 5px auto;
  width: 75%;
  text-align: center;
  color: var(--accent-color-3);
}

.hp-location .mapboxgl-popup-close-button {
  font-size: 20px;
}

.hp-location .mapboxgl-popup-content {
  border-radius: 8px;
  padding: 17px 10px;
}
/* End of HP Location */

/** HP Loft Blog */
.hp-loft-blog {
  position: relative;
  display: block;
  padding: 55px 0;
  background-color: var(--white-color-1);
}

.hp-loft-blog .loft-blog-inner {
  position: relative;
  display: block;
}

.hp-loft-blog .loft-blog-inner-header {
  margin-bottom: 40px;
}

.hp-loft-blog .loft-blog-list {
  margin: 0 -15px;
}

.hp-loft-blog .loft-blog-list .loft-blog-item {
  position: relative;
  display: block;
  width: calc(100% / 3);
  padding: 0 15px;
}

.hp-loft-blog .loft-blog-item:hover {
  text-decoration: none;
  color: var(--gray-color-1);
}

.hp-loft-blog .loft-blog-item > canvas {
  display: block;
  width: 100%;
  background-color: var(--white-color-2);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.hp-loft-blog .loft-blog-item > span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: var(--black-color-2);
  margin-top: 30px;
}

.hp-loft-blog .loft-blog-item > h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.444;
  color: var(--black-color-2);
  margin: 24px 0 8px;
}

.hp-loft-blog .loft-blog-item > p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.hp-loft-blog .loft-blog-item > h3 a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hp-loft-blog .loft-blog-item > h3 a:hover {
  color: var(--accent-color);
}

.hp-loft-blog .loft-blog-see-all {
  margin: 60px 0 0 auto;
  float: right;
}

/** End of HP Loft Blog */

/** HP Startups */
.hp-startups {
  position: relative;
  display: block;
  padding: 80px 0;
}

.hp-startups .best-work-inner {
  position: relative;
  display: block;
}

.hp-startups .best-work-header .best-work-header-text {
  width: 48%;
  max-width: 536px;
  padding: 0;
  margin: auto;
}

.hp-startups .best-work-title {
  position: relative;
  display: block;
  text-align: initial;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-transform: capitalize;
}

.hp-startups .best-work-header canvas {
  display: block;
  width: 48%;
  max-width: 616px;
  background-size: cover;
  background-repeat: no-repeat;
}

.hp-startups .best-work-title img {
  display: block;
  margin: 0 0 30.6px;
}

.hp-startups .best-work-description {
  position: relative;
  margin-top: 20px;
}

.hp-startups .best-work-description p {
  display: block;
  font-size: 19px;
  line-height: 30px;
  font-weight: 300;
}

.hp-startups .best-work-description a {
  margin-top: 40px;
}

.hp-startups .best-work-list {
  position: relative;
  display: block;
  margin-top: 90px;
}

.hp-startups .best-work-list > article + article {
  margin-top: 120px;
}

.hp-startups .best-work-list > article:nth-child(odd) > div {
  margin-right: auto;
  padding-right: 0;
}

.hp-startups .best-work-list > article:nth-child(even) {
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.hp-startups .best-work-list > article:nth-child(even) > div {
  margin-left: auto;
  padding-left: 30px;
}

.hp-startups .best-work-list > article > img,
.hp-startups .best-work-list > article > canvas {
  display: block;
  width: 49%;
  max-width: 616px;
}

.hp-startups .best-work-list > article > canvas {
  display: block;
  background-color: var(--light-color-4);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.hp-startups .best-work-list > article > div {
  width: 100%;
  max-width: 566px;
  padding: 0;
  margin: auto 0;
}

.hp-startups .best-work-list > article > div h3 {
  display: block;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: var(--black-color-2);
  margin-bottom: 24px;
  text-transform: capitalize;
}

.hp-startups .best-work-list > article > div p {
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.hp-startups .best-work-list > article > div a {
  display: inline-block;
  vertical-align: middle;
  margin-top: 40px;
}

/** End of HP Startups */

/* HP Highlights  */
.hp-highlights {
  position: relative;
  display: block;
  padding: 80px 0 0;
  background-color: var(--white-color-7);
}

.hp-highlights .site-section-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 40px;
}

.hp-highlights .highlight-list .highlight-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 30px;
}

.hp-highlights .highlight-item .highlight-image {
  width: 49%;
  max-width: 656px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hp-highlights .highlight-item .highlight-item-content {
  width: 48%;
  max-width: 546px;
  padding: 0;
  margin: auto;
}

.hp-highlights .highlight-item .highlight-item-content h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 33.6px;
  color: var(--black-color-2);
  margin-bottom: 8px;
}

.hp-highlights .highlight-item .highlight-item-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 30px;
}

.hp-highlights .highlight-item .highlight-item-content a {
  font-weight: 700;
}

/* End of HP Highlights */

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

/** Custom Container (1200px above) */
@media only screen and (min-width: 1200px) {
}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
  .hp-slideshow {
    width: 100%;
  }

  .hp-slideshow .slideshow-caption strong,
  .hp-slideshow .slideshow-caption p,
  .hp-contact .hp-contact-main {
    width: 450px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hp-slideshow .slideshow-caption {
    width: calc(100% / 2);
    padding-bottom: 0;
  }

  .hp-slideshow .slideshow-caption .container {
    width: 100%;
  }

  .hp-slideshow .slideshow-caption strong {
    font-size: 48px;
    line-height: 48px;
  }

  .hp-slideshow .slideshow-caption p {
    font-size: 16px;
    line-height: 1.625;
    margin-top: 16px;
  }

  .hp-contact {
    padding: 0;
  }

  .hp-contact .hp-contact-form .site-form.form-stacked {
    width: 100%;
  }

  .hp-contact .site-button {
    width: 100%;
  }

  .hp-loft-blog {
    padding: 70px 0;
  }

  .hp-startups {
    padding: 70px 0 90px;
  }

  .hp-startups .best-work-list > article + article {
    margin-top: 70px;
  }

  .hp-startups .best-work-list > article > div {
    width: 47%;
  }
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
  .hp-container {
    width: 100%;
    padding: 0 40px;
  }

  .hp-banner {
    height: auto;
  }

  .hp-contact {
    width: 100%;
    position: initial;
    background: var(--secondary-color);
  }

  .hp-contact .hp-contact-main h3 {
    font-size: 36px;
    line-height: 43.2px;
    /* text-transform: capitalize; */
  }

  .hp-contact .site-form.form-stacked .form-col.col-sm {
    width: calc(50% - 7px) !important;
  }

  .hp-contact
    .site-form.form-stacked
    .form-col.col-sm:nth-of-type(1)
    + .form-col.col-sm {
    margin-top: 0 !important;
  }

  .hp-startups .best-work-header canvas,
  .hp-startups .best-work-list > article > canvas,
  .hp-highlights .highlight-item .highlight-image {
    width: 50%;
    max-width: 435.5px;
    height: 453px;
  }

  .hp-startups .best-work-header .best-work-header-text,
  .hp-space .loft-space-header .space-header-content,
  .hp-highlights .highlight-item .highlight-item-content {
    max-width: 435.5px;
    margin-right: 0;
  }

  .hp-startups .best-work-title,
  .hp-startups .best-work-list > article > div h3,
  .hp-space .loft-space-header .space-header-content .site-section-title,
  .hp-socials .site-section-title,
  .hp-highlights .site-section-title,
  .hp-loft-blog .loft-blog-inner-header .site-section-title,
  .hp-review .site-section-title {
    font-size: 36px;
    line-height: 43.2px;
  }

  .hp-startups .best-work-description p,
  .hp-startups .best-work-list > article > div p,
  .hp-space .loft-space-header .space-header-content p {
    font-size: 18px;
    line-height: 27px;
  }

  .hp-startups .best-work-description a,
  .hp-startups .best-work-list > article > div a,
  .hp-service .service-slide-button .site-button,
  .hp-review .reviews-slider-buttons .site-button,
  .hp-socials .social-media-links .social-media-link,
  .hp-review .site-button {
    margin-top: 20px;
    width: max-content;
  }

  .hp-startups .best-work-list > article > div a {
    margin-top: 24px;
  }

  .hp-service .service-slide-button .site-button,
  .hp-review .reviews-slider-buttons .site-button,
  .hp-socials .social-media-links .social-media-link,
  .hp-loft-blog .loft-blog-inner-header a,
  .hp-review .site-button {
    margin-top: 0;
  }

  .hp-service .site-section-title,
  .hp-location .site-section-title,
  .hp-space .loft-space-list .space-list-title {
    font-size: 36px;
    line-height: 43.2px;
  }

  .hp-slideshow .slideshow-caption.slideshowDirectionLeft strong,
  .hp-slideshow .slideshow-caption.slideshowDirectionLeft p {
    text-align: center;
  }

  .hp-contact .hp-contact-main {
    width: 650px;
    text-align: center;
    padding: 50px 0;
  }

  .hp-contact .site-button {
    width: max-content;
  }

  .hp-slideshow .slideshow-caption {
    width: 100%;
    text-align: center;
  }

  .hp-slideshow .slideshow-caption .container {
    align-items: center;
    margin: 120px auto 30px;
    padding: 0;
  }

  .hp-slideshow .slideshow-caption .container .inner-container {
    text-align: center;
  }

  .hp-slideshow .slideshow-caption a {
    margin-top: 30px;
  }

  .hp-startups {
    padding: 60px 0;
  }

  .hp-startups .best-work-title img {
    margin: 0 0 20px;
  }

  .hp-startups .best-work-list > article > div {
    margin-left: 40px;
  }

  .hp-startups .best-work-list > article:nth-child(odd) > div {
    margin-left: 0;
  }

  .hp-startups .best-work-list > article:nth-child(even) > div {
    margin-right: 0;
  }

  .hp-startups .best-work-list {
    margin-top: 60px;
  }

  .hp-service {
    padding: 0 0 60px;
  }

  .hp-service .service-list .service-image {
    height: 220px;
  }

  .hp-service .service-list .service-item {
    width: calc(100% / 2);
  }

  .hp-service .service-list .service-item h4,
  .hp-space .loft-space-list .space-list-inner .space-item h5 {
    font-size: 19px;
    line-height: 28px;
  }

  .hp-service .service-list .slick-track {
    gap: 17px;
  }

  .hp-service .service-list .service-item p,
  .hp-space .loft-space-list .space-list-inner .space-item p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
  }

  .hp-service .service-item .site-button,
  .hp-space .loft-space-list .space-list-inner .space-item a,
  .hp-highlights .highlight-item .highlight-item-content a {
    width: max-content;
    padding: 12px 20px;
    font-size: 12px;
    line-height: 18px;
  }

  .hp-space {
    padding: 60px 0;
  }

  .hp-space .loft-space-header .loft-space-image {
    width: 50%;
    max-width: 435.5px;
  }

  .hp-space .loft-space-header .space-header-content {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .hp-space .loft-space-list .space-list-inner .space-item p {
    margin-bottom: 28px;
  }

  .hp-space .loft-space-header .space-header-content .site-section-title {
    margin-bottom: 14px;
  }

  .hp-space .loft-space-header .space-header-content p {
    margin-bottom: 24px;
  }

  .hp-space .loft-space-header .space-header-content a {
    font-size: 14px;
    width: max-content;
  }

  .hp-space .loft-space-list .space-list-title {
    margin-bottom: 32px;
  }

  .hp-location {
    padding: 50px 0 60px;
  }

  .hp-location .location-inner {
    flex-direction: column;
  }

  .hp-location .location-list {
    flex-direction: row;
    width: 100%;
    overflow: scroll;
    max-width: 3000px;
  }

  .hp-location .location-map {
    width: 100%;
    height: 500px;
    margin-top: 32px;
  }

  .hp-location .location-list .location-card {
    width: 320px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
  }

  .hp-location .location-list .location-card .location-name {
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
  }

  .hp-location .location-list .location-card .location-address {
    align-items: flex-start;
  }

  .hp-location .location-list .location-card .location-address img {
    display: none;
  }

  .hp-location .location-list .location-card .location-address p {
    font-size: 14px;
    line-height: 21px;
  }

  .hp-contact-us {
    padding: 60px 0;
  }

  .hp-contact-us .contact-us-inner {
    padding: 40px 60px;
  }

  .hp-contact-us .hp-container {
    padding: 0 40px;
  }

  .hp-contact-us .contact-us-inner .contact-us-content {
    max-width: 588px;
  }

  .hp-contact-us .contact-us-inner .contact-us-description h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 33.6px;
  }

  .hp-contact-us .contact-us-inner .contact-us-description p {
    font-size: 16px;
    line-height: 27px;
  }

  .hp-contact-us .contact-us-inner .contact-us-description {
    max-width: 474px;
    width: 100%;
  }

  .hp-contact-us .contact-us-inner .site-button,
  .hp-loft-blog .loft-blog-inner-header a,
  .hp-slideshow .slideshow-caption a,
  .hp-review .reviews-header .site-button {
    padding: 14px 30px;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    width: max-content;
  }

  .hp-socials .social-media-links .social-media-link {
    height: 49px;
  }

  .hp-highlights {
    padding: 60px 0 0;
  }

  .hp-highlights .highlight-item .highlight-image {
    height: 320px;
  }

  .hp-review .hp-container {
    padding: 0 40px;
  }

  .reviews-list .review-item p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 32px;
  }

  .reviews-list .review-item .review-avatar span {
    font-size: 20px;
    line-height: 28px;
  }

  .hp-review .reviews-list .slick-track .slick-slide {
    margin: 0 10px;
  }

  .hp-socials .social-media-links {
    gap: 16px;
  }

  .hp-highlights .highlight-list .highlight-item {
    margin-bottom: 10px;
  }

  .hp-highlights .highlight-item .highlight-item-content h4 {
    font-size: 20px;
    line-height: 28px;
  }

  .hp-highlights .highlight-item .highlight-item-content p {
    font-size: 14px;
    line-height: 21px;
  }

  .hp-loft-blog .loft-blog-item > h3 {
    margin: 24px 0 8px;
  }

  .hp-promos {
    padding: 60px 0;
  }

  .hp-promos .hp-promos__header-container {
    gap: 16px;
  }

  .hp-promos .hp-promos__header-container .site-button {
    width: max-content;
    margin-left: auto;
  }

  .hp-promos .hp-promos__list {
    flex-wrap: wrap;
  }

  .hp-promos .hp-promos__list-image,
  .hp-promos .hp-promos__list-image.single-image {
    max-width: 100%;
  }

  .hp-promos .list-card {
    width: 100%;
    margin: 0 auto;
    flex-direction: column-reverse;
    gap: 16px;
  }

  .hp-promos .list-card .list-card__info {
    margin-right: 0;
    max-width: 100%;
  }

  .hp-promos .list-card .list-card__info .site-button {
    width: max-content;
    margin-left: auto;
  }
}

@media only screen and (max-width: 767px) {
  .hp-container,
  .hp-contact-us .hp-container {
    padding: 0 20px;
  }

  .hp-slideshow .slideshow-caption .container {
    margin: 80px auto 30px;
    padding: 0 20px;
  }

  .hp-slideshow .slideshow-caption strong {
    font-size: 44px;
    line-height: 44px;
  }

  .hp-contact .hp-contact-main {
    width: 100%;
    padding: 50px 20px;
  }

  .hp-contact .site-form.form-stacked .form-col.col-sm {
    width: 100% !important;
  }

  .hp-contact
    .site-form.form-stacked
    .form-col.col-sm:nth-of-type(1)
    + .form-col.col-sm {
    margin-top: 15px !important;
  }

  .hp-startups .best-work-title,
  .hp-startups .best-work-list > article > div h3,
  .hp-space .loft-space-header .space-header-content .site-section-title,
  .hp-socials .site-section-title,
  .hp-highlights .site-section-title,
  .hp-loft-blog .loft-blog-inner-header .site-section-title,
  .hp-contact .hp-contact-main h3,
  .hp-service .site-section-title,
  .hp-location .site-section-title,
  .hp-space .loft-space-list .space-list-title,
  .hp-review .site-section-title,
  .hp-analytics
    .loft-analytics-header
    .analytics-header-content
    .site-section-title {
    font-size: 32px;
    line-height: 38.4px;
  }
  .hp-startups .best-work-description a,
  .hp-startups .best-work-list > article > div a,
  .hp-space .loft-space-header .space-header-content a,
  .hp-space .loft-space-list .space-list-inner .space-item a,
  .hp-review .reviews-header .site-button {
    float: right;
  }

  .hp-startups .best-work-header,
  .hp-startups .best-work-list > article,
  .hp-space .loft-space-header,
  .hp-highlights .highlight-list .highlight-item,
  .loft-space-list .space-list-inner {
    flex-direction: column;
    gap: 32px;
  }

  .hp-startups .best-work-header canvas,
  .hp-startups .best-work-list > article > canvas,
  .hp-space .loft-space-header .loft-space-image,
  .hp-highlights .highlight-item .highlight-image {
    width: 100%;
    max-width: 100%;
  }

  .hp-startups .best-work-header .best-work-header-text,
  .hp-space .loft-space-header .space-header-content,
  .hp-highlights .highlight-item .highlight-item-content,
  .hp-startups .best-work-list > article:nth-child(odd) > div,
  .hp-startups .best-work-list > article > div {
    max-width: 100%;
    margin: 0;
    width: 100%;
  }

  .hp-location {
    padding: 40px 0;
  }

  .hp-location .location-inner {
    flex-direction: column;
    gap: 15px;
  }

  .hp-location .location-list,
  .hp-location .location-pins {
    width: 100%;
    max-width: 100%;
  }

  .hp-location .location-list {
    gap: 10px;
  }

  .loft-space-list .space-list-inner {
    margin: 0;
  }

  .hp-space {
    padding: 40px 0;
  }

  .hp-space .loft-space-list .space-list-inner .space-item {
    width: 100%;
    padding: 0;
  }

  .hp-startups .best-work-header,
  .hp-startups .best-work-list > article,
  .hp-space .loft-space-header,
  .hp-highlights .highlight-list .highlight-item,
  .loft-space-list .space-list-inner,
  .hp-loft-blog .loft-blog-inner-header,
  .hp-loft-blog .loft-blog-list,
  .hp-analytics .loft-analytics-header {
    flex-direction: column;
    gap: 32px;
  }

  .hp-startups .best-work-header canvas,
  .hp-startups .best-work-list > article > canvas,
  .hp-space .loft-space-header .loft-space-image,
  .hp-highlights .highlight-item .highlight-image,
  .hp-analytics .loft-analytics-header .loft-analytics-image {
    width: 100%;
    max-width: 100%;
    height: 264px;
  }

  .hp-startups .best-work-header .best-work-header-text,
  .hp-space .loft-space-header .space-header-content,
  .hp-highlights .highlight-item .highlight-item-content,
  .hp-startups .best-work-list > article:nth-child(odd) > div,
  .hp-startups .best-work-list > article > div,
  .hp-analytics .loft-analytics-header .analytics-header-content {
    max-width: 100%;
    margin: 0;
    width: 100%;
  }

  .hp-startups {
    padding: 40px 0;
  }

  .hp-startups .best-work-list {
    margin-top: 40px;
  }

  .hp-location .location-inner {
    flex-direction: column;
    gap: 15px;
  }

  .hp-location .location-list,
  .hp-location .location-pins,
  .hp-loft-blog .loft-blog-list .loft-blog-item {
    width: 100%;
    max-width: 100%;
  }
  .loft-space-list .space-list-inner {
    margin: 0;
  }

  .hp-space .loft-space-list .space-list-inner .space-item {
    width: 100%;
    padding: 0;
  }

  .hp-socials .social-posts-list .social-post-item {
    width: 50%;
    padding: 8px;
  }

  .hp-socials .social-posts-list {
    justify-content: flex-start;
  }

  .hp-socials .site-section-title {
    margin-bottom: 32px;
  }

  .hp-socials .social-media-links {
    width: 100%;
    margin-top: 32px;
    gap: 8px;
  }

  .hp-socials .social-media-links .social-media-link {
    width: calc(100% / 2);
  }

  .hp-loft-blog .loft-blog-inner-header {
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 32px;
  }

  .hp-contact-us {
    padding: 40px 0;
  }

  .hp-contact-us .contact-us-inner {
    flex-direction: column;
    align-items: center;
    padding: 40px 32px;
    gap: 32px;
  }

  .hp-contact-us .contact-us-inner .contact-us-content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: 100%;
    text-align: center;
    gap: 20px;
    display: block;
  }

  .hp-contact-us .contact-us-inner .contact-us-description {
    max-width: 100%;
    margin: 0;
    text-align: center;
  }

  .hp-contact-us .contact-us-inner .contact-us-description h3 {
    text-align: center;
  }

  .hp-contact-us .contact-us-inner .contact-us-description p {
    text-align: center;
  }

  .hp-contact-us .contact-us-inner .contact-us-content img {
    width: 60px;
    height: 68.34px;
    margin-bottom: 20px;
  }

  .hp-location .location-list .location-card {
    padding: 16px 20px;
  }

  .hp-space {
    padding: 40px 0;
  }

  .hp-space .loft-space-header {
    margin-bottom: 40px;
  }

  .hp-socials {
    padding: 0 0 40px;
  }

  .hp-highlights {
    padding: 40px 0 0;
  }

  .hp-loft-blog {
    padding: 30px 0 40px;
  }

  .hp-review {
    padding-top: 30px;
  }

  .hp-review .hp-container {
    padding: 0 20px;
  }

  .hp-review .reviews-header {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 32px;
  }

  .hp-review .reviews-list .slick-track .slick-slide {
    margin: 0;
    padding: 32px;
    width: 100% !important;
    max-width: 100%;
  }

  .hp-highlights .site-section-title {
    margin-bottom: 32px;
  }

  .hp-highlights .highlight-list .highlight-item {
    gap: 20px;
  }

  .hp-highlights .highlight-item .highlight-item-content p {
    margin-bottom: 20px;
  }

  .hp-loft-blog .loft-blog-item > h3 {
    margin: 20px 0 8px;
  }

  .hp-service .service-list .service-item {
    width: 100%;
    padding: 0 0 32px;
  }

  .hp-service .service-list .service-item:last-of-type {
    padding-bottom: 0;
  }
  .hp-service .service-item .site-button,
  .hp-review .reviews-header .site-button,
  .hp-loft-blog .loft-blog-inner-header a {
    margin-left: auto;
  }
}

@media only screen and (max-width: 480px) {
  .hp-slideshow .slideshow-caption .container {
    margin: 0 auto;
    padding: 40px 20px;
  }

  .hp-slideshow .slideshow-caption strong {
    font-size: 40px;
    line-height: 40px;
  }
}
