#inner-page-wrapper > .container {
  width: 100%;
  padding: 0;
}

#inner-page-wrapper #breadcrumbs {
  display: none;
}

.ip-property-details-alt {
  font-size: 0;
}

.ippda-slideshow {
  position: relative;
  z-index: 3;
}

.ippda-slideshow-main {
  position: relative;
}

.ippda-slideshow-main::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.45)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.45) 100%);
}

.ippda-slideshow-main-list:not(.slick-initialized) .ippda-slideshow-main-item:nth-child(1) ~ div {
  display: none;
}

.ippda-slideshow-main-item canvas {
  display: block;
  width: 100%;
  min-height: 15.152vw;
  background-color: #cccccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ippda-slideshow-thumb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.424vw -0.242vw 0;
  z-index: 5;
}

.ippda-slideshow-thumb-list {
  width: calc( 100% - 6.848vw );
}

.ippda-slideshow-thumb-list:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ippda-slideshow-thumb-list:not(.slick-initialized) .ippda-slideshow-thumb-item {
  width: 33.33%;
}

.ippda-slideshow-thumb-list:not(.slick-initialized) .ippda-slideshow-thumb-item:nth-child(3) ~ div {
  display: none;
}

.ippda-slideshow-thumb-item {
  position: relative;
  padding: 0 0.242vw;
}

.ippda-slideshow-thumb-item::after {
  content: '';
  display: block;
  position: absolute;
  width: calc( 100% - 0.485vw);
  height: 100%;
  top: 0;
  left: 0.242vw;
  background: #2a2a2a;
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.ippda-slideshow-thumb-item canvas {
  display: block;
  width: 100%;
  height: 7.636vw;
  background-color: #cccccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ippda-slideshow-thumb-item:hover::after {
  opacity: 0.5;
}

.ippda-slideshow-thumb-item.slick-current::after {
  opacity: 0;
}

.ippda-slideshow-arrow {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0;
  background: #000000;
  width: 6.848vw;
  height: 7.636vw;
  margin: 0 0.242vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
	color: #757575;
}

.ippda-slideshow-arrow::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #ffffff;
}

.ippda-slideshow-arrow::after {
  content: '';
  display: block;
  width: 2.667vw;
  height: 0.182vw;
  margin-top: 0.97vw;
  background: #ffffff;
}

.ippda-slideshow-arrow:hover {
  background: var(--primary-color);
}

.slideshow-accent {
  position: absolute;
  width: 6.667vw;
  height: 100%;
  top: 0;
  right: 0;
}

.ippda-main {
  position: relative;
  padding: 5.273vw 0 4.242vw;
  z-index: 1;
}

.ippda-main > .gsite-bg:not(.main-accent) {
  position: absolute;
  width: 100%;
  height: 920px;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}

.ippda-main > .gsite-bg:not(.main-accent)::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.45)), color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%);
  z-index: 5;
}

.ippda-main > .gsite-bg:not(.main-accent)::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  opacity: 0.9;
}

.ippda-main > .gsite-bg.main-accent {
  pointer-events: none;
  z-index: 1;
  width: 11.818vw;
  height: 115.8vw;
  right: 0;
  top: 18.1vw;
}

.ippda-main > .gsite-bg.main-accent::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#a6a6a6), to(#010101));
  background: linear-gradient(to bottom, #a6a6a6 0%, #010101 100%);
  opacity: 0.88;
}

.ippda-main > .gsite-bg.main-accent canvas {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.ippda-main-container {
  position: relative;
  padding: 0 6.667vw;
  z-index: 3;
}

.ippda-main-title {
  padding-right: 3.03vw;
  margin-bottom: 2.727vw;
}

.ippda-main-title .gsite-title small::after {
  display: none;
}

.ippda-status {
  font-size: 1.394vw;
  font-weight: 700;
  color: #000000;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 1.939vw;
}

.ippda-status::after {
  content: '';
  display: block;
  width: 4.364vw;
  height: 0.303vw;
  max-width: 90%;
  margin-top: 0.909vw;
  background: var(--secondary-color);
}

.ippda-main-content-left {
  position: relative;
  width: 54.49%;
}

.ippda-main-content-right {
  position: relative;
  width: 44.20%;
  padding: 1.394vw 2.303vw 1.818vw;
	background: #000;
}

.ippda-main-content-right .gsite-bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.ippda-main-content-right .gsite-bg::before {
  content: '';
  display: block;
  position: absolute;
  width: 0.364vw;
  height: 100%;
  top: 0;
  right: 0;
  background: var(--secondary-color);
  z-index: 5;
}

.ippda-main-content-right .gsite-bg::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  opacity: 0.8;
}

.ippda-main-content-right .gsite-bg canvas {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.ippda-main-content-right .gsite-accent {
  position: absolute;
  width: 100vw;
  left: 0;
  bottom: -2.606vw;
}

.ippda-main-content-right .di-flex {
  position: relative;
}

.ippda-price {
  width: 100%;
  font-size: 2.909vw;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  padding: 2.303vw 0.303vw;
}

.ippda-address,
.ippda-specs,
.ippda-info,
.ippda-share {
  font-size: 1.091vw;
  color: #ffffff;
  line-height: 1.9;
  letter-spacing: 0.2em;
  border-top: 1px solid #525252;
  padding: 1.212vw 0 1.697vw;
}

.ippda-address span,
.ippda-specs span,
.ippda-info span,
.ippda-share span {
  color: var(--secondary-color);
}

.ippda-address {
  width: 73.58%;
  padding-right: 3.75vw;
}

.ippda-address span {
  display: block;
}

.ippda-specs {
  width: 26.42%;
}

.ippda-info {
  width: 73.58%;
  padding-right: 3.75vw;
}

.ippda-share {
  width: 26.42%;
}

.ippda-share span {
  display: block;
  margin-bottom: 0.606vw;
  line-height: 1.3;
}

.ippda-share a {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.212vw;
  color: #ffffff;
  margin-right: 1.515vw;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.ippda-share a:hover {
  color: var(--primary-color);
}

.ippda-main-content-bottom {
  width: 100%;
  padding: 4.545vw 9.394vw 2.424vw 0;
}

.ippda-main-content-bottom p {
  font-size: 1.091vw;
  color: var(--font-color-default);
  line-height: 1.3;
  letter-spacing: 0.02em;
  margin-bottom: 1.515vw;
}

.ippda-main-content-bottom p:last-child {
  margin-bottom: 0;
}

.ippda-calltoaction {
  position: relative;
  z-index: 2;
  margin-top: 3.515vw;
}

.ippda-calltoaction .gsite-accent {
  position: absolute;
  width: 16vw;
  right: -7vw;
  bottom: 1.818vw;
}

.ippda-calltoaction a {
  margin-right: 7.879vw;
  margin-bottom: 1.212vw;
  font-size: 1.212vw;
}

.ippda-calltoaction a div {
  padding-left: 3.394vw;
}

.ippda-calltoaction a div::before {
  width: 1.939vw;
  height: 3.03vw;
}

.ippda-calltoaction a div::after {
  left: 3.394vw;
  bottom: 0;
  width: calc( 100% - 3.394vw);
}

.ippda-video {
  position: relative;
  z-index: 2;
}

.ippda-video-container {
  padding: 0 3.03vw;
}

.ippda-video-container .image-with-spacer::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), color-stop(35%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 35%);
}

.ippda-video-container .gsite-title {
  position: absolute;
  top: 4.545vw;
  left: 4.848vw;
  color: #ffffff;
  z-index: 5;
}

.ippda-video-container .gsite-title::before {
  opacity: 0.3;
}

.ippda-video-container .gsite-title small {
  color: #ffffff;
}

.ippda-video-container a {
  display: block;
  position: absolute;
  bottom: 3.03vw;
  left: 3.636vw;
  font-size: 1.03vw;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  z-index: 5;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.ippda-video-container a img {
  display: block;
  position: relative;
  width: 2.303vw;
  margin: 0 auto 1.939vw;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.ippda-video-container a:hover {
  opacity: 0.7;
}

.ippda-map {
  position: relative;
  padding: 6.061vw 0;
}

.ippda-map .gsite-bg {
  width: 11.818vw;
  height: 88%;
  top: 6.061vw;
  left: 0;
}

.ippda-map .gsite-bg::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#a6a6a6), to(#010101));
  background: linear-gradient(to bottom, #a6a6a6 0%, #010101 100%);
  opacity: 0.88;
}

.ippda-map .gsite-bg canvas {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.ippda-map-container {
  padding: 0 3.03vw;
}

.ippda-map-title {
  text-align: center;
  margin-bottom: 3.333vw;
}

.ippda-map-title .gsite-title {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.ippda-map .gsite-accent {
  position: absolute;
  width: 34.848vw;
  left: 3.03vw;
  bottom: 3.636vw;
}

.ippda-contact {
  position: relative;
  padding: 3.939vw 0 4.242vw;
}

.ippda-contact-container {
  padding: 0 6.667vw;
}

.ippda-contact-title .gsite-title {
  text-align: center;
}

.ippda-contact-title .gsite-title::before {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.ippda-contact-content {
  margin-top: 3.152vw;
}

.ippda-contact-left {
  position: relative;
  width: 45.16%;
}

.ippda-contact-agent {
  position: relative;
  padding-right: 8.182vw;
}

.ippda-contact-agent img {
  width: 100%;
}

.contact-accent {
  position: absolute;
  width: 13.212vw;
  height: calc( 100% - 2.888vw);
  bottom: 0;
  right: -5.03vw;
}

.contact-accent::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#a6a6a6), to(#2d2d2d));
  background: linear-gradient(to bottom, #a6a6a6 0%, #2d2d2d 100%);
  opacity: 0.88;
}

.contact-accent canvas {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.ippda-contact-text {
  position: relative;
  padding: 0 2.788vw 1.818vw;
  margin-top: -0.121vw;
  z-index: 2;
	background: #000;
}

.ippda-contact-text .gsite-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.ippda-contact-text .gsite-bg::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  opacity: 0.88;
}

.ippda-contact-text .gsite-bg canvas {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.ippda-contact-top {
  padding: 1.939vw 1.939vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #565656;
}

.ippda-contact-name {
  font-size: 2.242vw;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.05em;
}

.ippda-contact-name span {
  display: block;
  font-size: 1.333vw;
  font-weight: 400;
  color: var(--primary-color);
  margin-top: 0.606vw;
}

.ippda-contact-smis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ippda-contact-smis a {
  font-size: 1.333vw;
  color: #ffffff;
  margin-left: 1.939vw;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.ippda-contact-smis a:hover {
  color: var(--primary-color);
}

.ippda-contact-info {
  padding: 1.697vw 0.606vw 1.697vw 1.939vw;
}

.ippda-contact-info-item {
  font-size: 1.212vw;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-right: 5.455vw;
}

.ippda-contact-info-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.ippda-contact-info-item a i {
  font-weight: 900;
  margin-right: 0.848vw;
}

.ippda-contact-info-item a i.ai-font-envelope-o {
  font-size: 0.97vw;
}

.ippda-contact-info-item a:hover {
  color: var(--primary-color);
}

.ippda-contact-info-item:last-child {
  margin-right: 0;
}

.ippda-contact-text a.gsite-button {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  margin-left: 1.939vw;
  margin-top: 0.303vw;
}

.ippda-contact-right {
  position: relative;
  width: 54.84%;
  padding: 2.727vw 3.636vw 3.636vw;
  margin-top: 5.939vw;
  background: #ffffff;
  -webkit-box-shadow: 1.152vw 1.394vw 1.818vw 0vw rgba(0, 0, 0, 0.05);
          box-shadow: 1.152vw 1.394vw 1.818vw 0vw rgba(0, 0, 0, 0.05);
  z-index: 2;
}

.ippda-contact-right .gsite-accent {
  position: absolute;
  width: calc( 100% + 11.636vw);
  bottom: -8.173vw;
  right: 0;
}

.ippda-contact-form {
  position: relative;
}

.ippda-contact-form .form-fields {
  margin: 0 -0.727vw;
}

.ippda-contact-form .form-input {
  display: inline-block;
  padding: 0 0.727vw;
  margin-bottom: 1.212vw;
}

.ippda-contact-form .form-input input,
.ippda-contact-form .form-input textarea {
  height: 3.636vw;
  font-size: 0.97vw;
  color: #000000;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #7f7f7f;
}

.ippda-contact-form .form-input textarea {
  height: 7.879vw;
  padding-top: 1.455vw;
}

.ippda-contact-form .form-lg {
  width: 100%;
}

.ippda-contact-form .form-sm {
  width: 50%;
}

.ippda-contact-form .form-button {
  width: 5.455vw;
  margin: 1.515vw auto 0;
}

.ippda-contact-form .wpcf7-form-control-wrap {
  display: block;
}

.ippda-contact-form .wpcf7-spinner {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.ippda-contact-form .wpcf7 form .wpcf7-response-output {
  position: absolute;
  font-size: 0.727vw;
  color: #000000 !important;
  width: 100%;
  margin: 0.303vw 0 0;
}

.ippda-contact-disclaimer {
  font-size: 0.848vw;
  color: #767676;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 4.545vw;
}

.hp-contact {
  display: none;
}

.ippda-contact-button .gsite-button div {
	color: #757575;
}

@media only screen and (min-width: 992px) {
  .ip-property-details-alt .gsite-title {
    font-size: 5.313vw;
  }
  .ip-property-details-alt .gsite-title small {
    font-size: 3.125vw;
  }
}

@media only screen and (max-width: 991px) {
  .ippda-slideshow-thumb {
    position: relative;
    width: 500px;
    max-width: calc( 100% - 20px);
    margin: 10px 10px;
    right: 0;
    bottom: 0;
  }
  .ippda-slideshow-thumb-list {
    width: calc( 100% + 8px);
    margin: 0 -4px;
  }
  .ippda-slideshow-thumb-item {
    padding: 0 4px;
  }
  .ippda-slideshow-thumb-item::after {
    width: calc( 100% - 8px);
    left: 4px;
  }
  .ippda-slideshow-thumb-item canvas {
    height: auto;
  }
  .ippda-slideshow-arrow {
    display: none;
  }
  .ippda-slideshow .gsite-accent {
    display: none;
  }
  .ip-banner-breadcrumbs {
    display: none;
  }
  .ippda-main {
    padding: 50px 0;
  }
  .ippda-main > .gsite-bg.main-accent {
    display: none;
  }
  .ippda-main-container {
    padding: 0 20px;
  }
  .ippda-main-title {
    padding-right: 0;
    margin-bottom: 25px;
  }
  .ippda-main-title .gsite-title {
    width: 100%;
  }
  .ippda-status {
    font-size: 18px;
  }
  .ippda-status::after {
    width: 45px;
    height: 5px;
    margin-top: 10px;
  }
  .ippda-main-content-left {
    width: 100%;
    padding: 0;
  }
  .ippda-main-content-right {
    width: 100%;
    padding: 20px;
    margin-top: 50px;
  }
  .ippda-main-content-right .gsite-bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .ippda-main-content-right .gsite-bg::before {
    width: 6px;
  }
  .ippda-main-content-right .gsite-accent {
    display: none;
  }
  .ippda-price {
    font-size: 48px;
    padding: 30px 5px;
  }
  .ippda-address,
  .ippda-specs,
  .ippda-info,
  .ippda-share {
    font-size: 18px;
    border-top: 1px solid #525252;
    padding: 20px 0 25px;
  }
  .ippda-address {
    width: 100%;
    padding-right: 0;
  }
  .ippda-specs {
    width: 100%;
  }
  .ippda-info {
    width: 100%;
    padding-right: 0;
  }
  .ippda-share {
    width: 100%;
  }
  .ippda-share span {
    margin-bottom: 10px;
  }
  .ippda-share a {
    font-size: 20px;
    margin-right: 25px;
  }
  .ippda-main-content-bottom {
    padding: 75px 0 40px;
  }

  .ippda-main-content-bottom p {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .ippda-main-content-bottom p:last-child {
    margin-bottom: 0;
  }
  .ippda-calltoaction {
    margin-top: 58px;
  }
  .ippda-calltoaction .gsite-accent {
    display: none;
  }
  .ippda-calltoaction a {
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .ippda-calltoaction a div {
    padding-left: 56px;
  }
  .ippda-calltoaction a div::before {
    width: 32px;
    height: 50px;
  }
  .ippda-calltoaction a div::after {
    left: 56px;
    bottom: 0;
    width: calc( 100% - 56px);
  }
  .ippda-video {
    z-index: 2;
  }
  .ippda-video-container {
    padding: 0 20px;
  }
  .ippda-video-container .image-with-spacer::after {
    display: none;
  }
  .ippda-video-container .image-with-spacer canvas {
    min-height: 250px;
  }
  .ippda-video-container .gsite-title {
    display: none;
  }
  .ippda-video-container a {
    bottom: inherit;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 17px;
  }
  .ippda-video-container a img {
    width: 38px;
    margin: 0 auto 32px;
  }
  .ippda-map {
    padding: 50px 0;
  }
  .map-accent {
    display: none;
  }
  .ippda-map-container {
    padding: 0 20px;
  }
  .ippda-map-container .image-with-spacer canvas {
    min-height: 250px;
  }
  .ippda-map-title {
    margin-bottom: 55px;
  }
  .ippda-map .gsite-accent {
    display: none;
  }
  .ippda-contact {
    padding: 50px 0;
  }
  .ippda-contact-container {
    padding: 0 20px;
  }
  .ippda-contact-content {
    margin-top: 52px;
  }
  .ippda-contact-left {
    width: 100%;
  }
  .ippda-contact-agent {
    padding-right: 0;
  }
  .contact-accent {
    width: 50px;
    height: calc( 100% - 46px);
    right: 0;
    display: none;
  }
  .ippda-contact-text {
    padding: 0 20px 40px;
    margin-top: -2px;
    text-align: center;
  }
  .ippda-contact-top {
    padding: 20px 10px;
    border-bottom: 1px solid #565656;
  }
  .ippda-contact-name {
    font-size: 37px;
    width: 100%;
    text-align: center;
  }
  .ippda-contact-name span {
    font-size: 22px;
    margin-top: 10px;
  }
  .ippda-contact-smis {
    width: 100%;
    margin-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ippda-contact-smis a {
    font-size: 22px;
    margin-left: 32px;
  }
  .ippda-contact-smis a:first-child {
    margin-left: 0;
  }
  .ippda-contact-info {
    padding: 20px 10px;
  }
  .ippda-contact-info-item {
    font-size: 20px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .ippda-contact-info-item a i {
    margin-right: 14px;
  }
  .ippda-contact-info-item a i.ai-font-envelope-o {
    font-size: 16px;
  }
  .ippda-contact-text a.gsite-button {
    margin-left: 0;
    margin-top: 5px;
  }
  .ippda-contact-right {
    position: relative;
    width: 100%;
    padding: 20px;
    margin-top: 50px;
  }
  .ippda-contact-right .gsite-accent {
    display: none;
  }
  .ippda-contact-form .form-fields {
    margin: 0 -12px;
  }
  .ippda-contact-form .form-sm {
    width: 100%;
  }
  .ippda-contact-form .form-input {
    padding: 0 12px;
    margin-bottom: 20px;
  }
  .ippda-contact-form .form-input input,
  .ippda-contact-form .form-input textarea {
    height: 60px;
    font-size: 16px;
    border-bottom: 2px solid #7f7f7f;
  }
  .ippda-contact-form .form-input textarea {
    height: 130px;
    padding-top: 24px;
  }
  .ippda-contact-form .form-button {
    width: 90px;
    margin: 25px auto 0;
  }
  .ippda-contact-form .wpcf7 form .wpcf7-response-output {
    font-size: 12px;
    margin: 5px 0 0;
  }
  .ippda-contact-disclaimer {
    font-size: 14px;
    margin-top: 75px;
  }
}
