.ip-banner {
  display: none;
}

#inner-page-wrapper {
  margin-bottom: 0;
}

#inner-page-wrapper > .container {
  width: 100%;
  padding: 0;
}

.ip-find-agent {
  position: relative;
  font-size: 0;
}

.section-02 .gsite-title::before {
  content: "01";
}

.section-03 .gsite-title::before {
  content: "02";
}

.section-04 .gsite-title::before {
  content: "03";
}

.section-06 .gsite-title::before {
  content: "04";
}

.section-07 .gsite-title::before {
  content: "05";
}

.gsite-title::before,
.gsite-title::after {
  display: none !important;
}

.section-02::before {
  transform: translate(0, -15%);
}

.section-03::before {
  transform: none;
}

.section-05::before {
  transform: translate(20%, -10%);
  top: 0 !important;
  bottom: inherit !important;
}

.section-06::before {
  transform: translate(0, -20%);
  left: 0 !important;
  background-position: left top !important;
}

.section-01 {
  z-index: 2;
}

.section-02 {
  z-index: 1;
}

.section-05 {
  z-index: 2;
}

.section-06 {
  z-index: 1;
}

/* Banner : START */
.ip-find-agent-banner {
  position: relative;
}

.ip-find-agent-banner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.25);
}

.ip-find-agent-banner canvas {
  display: block;
  width: 100%;
  min-height: 15.152vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ip-find-agent-banner-text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  z-index: 5;
  padding: 4.848vw 0.909vw 0;
}

.ip-find-agent-banner-text .gsite-title::before,
.ip-find-agent-banner-text .gsite-title::after {
  display: none;
}

.ip-find-agent-banner-text .gsite-title small {
  color: #ffffff;
}

.ip-find-agent-banner-text p {
  font-size: 0.97vw;
  color: #ffffff;
  line-height: 2;
  letter-spacing: 0.02em;
  text-shadow: 0.182vw 0.242vw 0.303vw black;
  max-width: 56.97vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.697vw;
}

/* Banner : END */
/* Steps : START */
.ip-find-agent-steps {
  position: relative;
  padding: 45px 0 50px;
  font-size: 0;
}

.ip-find-agent-steps::before {
  top: inherit;
  bottom: -85%;
}

.ip-find-agent-steps-container {
  position: relative;
  max-width: 1400px;
  padding: 0 15px;
  margin: 0 auto;
}

.ip-find-agent-steps-container .gsite-title {
  margin: 0 auto 35px;
}

.ip-find-agent-steps-container p {
  font-size: 15px;
  color: rgba(var(--font-color-default), 1);
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: center;
  max-width: 945px;
  margin: 0 auto 22px;
}

.ip-find-agent-steps-holder {
  overflow-y: hidden;
  margin-top: 70px;
}

.ip-find-agent-steps-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.ip-find-agent-steps-item {
  position: relative;
  width: calc(50% - 65px);
  display: flex;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.05);
  background: #ffffff;
}
.ip-find-agent-steps-item:not(:first-child) {
  margin-top: -85px;
}

.ip-find-agent-steps-number {
  position: absolute;
  width: 92px;
  height: 92px;
  right: -115px;
  top: 50%;
  transform: translateY(-50%);
  border: 10px solid rgba(var(--primary-color), 0.2);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 700;
  color: #ccbda4;
  line-height: 1;
  letter-spacing: 0.02em;
  background: #ffffff;
}

.ip-find-agent-steps-number::before,
.ip-find-agent-steps-number::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  background: #eaeaea;
}

.ip-find-agent-steps-number::before {
  height: 10px;
  top: -10px;
}

.ip-find-agent-steps-number::after {
  height: 305%;
  top: 82px;
}

.ip-find-agent-steps-number span {
  font-size: 14px;
  color: #2b2b2b;
}

.ip-find-agent-steps-image {
  background: rgba(var(--primary-color), 1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 32.85%;
}
.ip-find-agent-steps-image img {
  filter: brightness(0) invert(1);
}

.ip-find-agent-steps-text {
  font-size: 15px;
  color: rgba(var(--font-color-default), 1);
  line-height: 1.6;
  letter-spacing: 0.02em;
  padding: 40px 35px;
  width: 67.15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ip-find-agent-steps-text strong {
  display: block;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 16px;
}

.ip-find-agent-steps-item:first-child .ip-find-agent-steps-number::before {
  height: 150px;
  top: -150px;
}

.ip-find-agent-steps-item:last-child .ip-find-agent-steps-number::after {
  height: 150px;
  bottom: -150px;
}

.ip-find-agent-steps-item:nth-child(even) {
  margin-left: auto;
  margin-right: 0;
}

.ip-find-agent-steps-item:nth-child(even) .ip-find-agent-steps-number {
  left: -107px;
  right: inherit;
  border-color: rgba(var(--secondary-color), 0.2);
}

.ip-find-agent-steps-item:nth-child(even) .ip-find-agent-steps-image {
  background: rgba(var(--secondary-color), 1);
}

.section-05 .ip-find-agent-steps-item:nth-child(odd) {
  margin-left: auto;
  margin-right: 0;
}
.section-05 .ip-find-agent-steps-item:nth-child(odd) .ip-find-agent-steps-number {
  left: -107px;
  right: inherit;
}
.section-05 .ip-find-agent-steps-item:nth-child(odd) .ip-find-agent-steps-image {
  background: rgba(var(--secondary-color), 1);
}
.section-05 .ip-find-agent-steps-item:nth-child(even) {
  margin-left: 0;
  margin-right: auto;
}
.section-05 .ip-find-agent-steps-item:nth-child(even) .ip-find-agent-steps-number {
  right: -115px;
  left: inherit;
}
.section-05 .ip-find-agent-steps-item:nth-child(even) .ip-find-agent-steps-image {
  background: rgba(var(--primary-color), 1);
}

/* Steps : END */
/* One Column : START */
.ip-find-agent-one-column {
  position: relative;
  padding: 80px 0;
  font-size: 0;
}

.ip-find-agent-one-column::before {
  background-position-y: bottom;
  bottom: -40%;
  top: inherit;
  height: 145%;
  left: 15%;
}

.ip-find-agent-one-column-container {
  position: relative;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}

.ip-find-agent-one-column-container .gsite-title {
  margin: 0 auto 35px;
}

.ip-find-agent-one-column-container .gsite-title .gradient {
  width: auto;
  left: 0;
  right: 0;
}

.ip-find-agent-one-column-container p {
  font-size: 15px;
  color: rgba(var(--font-color-default), 1);
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: center;
  max-width: 945px;
  margin: 0 auto 22px;
}

.ip-find-agent-one-column-container a.gsite-button {
  display: block;
  width: 450px;
  margin: 42px auto 0;
}

.section-06 {
  padding: 110px 0 20px;
}
.section-06 .gsite-title {
  margin: 0 auto 50px;
}

/* One Column : END */
/* Connect : START */
.ip-find-agent-connect {
  position: relative;
  padding: 85px var(--padding) 15px;
  font-size: 0;
}

.connect-container {
  position: relative;
  padding: 60px 15px;
  overflow: hidden;
}

.connect-container .gsite-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.connect-container .gsite-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.connect-container .gsite-bg::after {
  background: url(../../images/find-the-right-agent/bg-01-overlay-02.png) no-repeat center center/cover;
}

.connect-inner {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  z-index: 2;
}

.connect-form {
  position: relative;
  width: 100%;
}

.connect-form .heading {
  font-size: 51px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 22px;
}

.connect-form .heading span {
  color: rgba(var(--primary-color), 1);
}

.connect-form .gsite-title .gradient {
  left: -30%;
  right: 20%;
  width: auto;
}

.connect-form p {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  max-width: 750px;
  margin-top: 0;
}

.connect-form a.gsite-button {
  width: 370px;
  margin-top: 30px;
}

.connect-form .wpcf7 {
  position: relative;
  margin-top: 50px;
}

.connect-form .form-fields {
  margin: 0 -12px;
}

.connect-form .form-input {
  display: inline-block;
  padding: 0 12px;
  margin-bottom: 14px;
}

.connect-form .form-input select,
.connect-form .form-input input,
.connect-form .form-input textarea {
  font-size: 15px;
  color: #ffffff;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #ffffff;
  height: 57px;
}

.connect-form .form-input textarea {
  padding-top: 23px;
  height: 97px;
}

.connect-form .form-select::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #ffffff;
  pointer-events: none;
}

.connect-form .form-lg {
  width: 100%;
}

.connect-form .form-sm {
  width: 50%;
}

.connect-form .form-button {
  width: 185px;
  margin: 50px 0 0 auto;
}

.connect-form .wpcf7-form-control-wrap {
  display: block;
}

.connect-form .wpcf7-spinner {
  position: absolute;
  bottom: -25px;
  right: 0;
  margin: 0;
}

.connect-form .wpcf7 form .wpcf7-response-output {
  position: absolute;
  width: 100%;
  margin: 5px 0 0;
  color: #ffffff !important;
}

.connect-logo {
  position: relative;
  width: 29.56%;
  padding-bottom: 60px;
  display: flex;
  align-items: center;
}

.connect-logo::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 130%;
  bottom: -52px;
  right: 0;
  border: 22px solid rgba(var(--secondary-color), 1);
  border-top: 0;
  border-right: 0;
}

.connect-logo .connect-logo-inner {
  position: relative;
  width: 310px;
  height: 304px;
  margin: 70px auto 0 -55px;
  padding: 10px;
  background: rgba(var(--primary-color), 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.connect-logo .connect-logo-inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../../images/home/connect-logo-bg.png) no-repeat center center/cover;
  opacity: 0.12;
  transform: scaleX(-1);
}

.connect-logo .connect-logo-inner img {
  position: relative;
  transform: translateY(18px);
}

.section-07 {
  padding: 50px var(--padding) 135px;
}
.section-07 .connect-container {
  padding: 60px 15px 75px;
}
.section-07 .connect-container .gsite-bg::after {
  background-image: url(../../images/find-the-right-agent/bg-02-overlay-02.png);
}
.section-07 .connect-form {
  max-width: 725px;
  margin: 0 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.section-07 .connect-form a.gsite-button {
  width: 235px;
  margin-top: 5px;
}

/* Connect : END */
/* Popup : START */
.ip-find-agent-popup {
  position: fixed;
  font-size: 0;
  padding: 93px 15px 59px;
  top: 119px;
  left: 0;
  width: 100%;
  height: 100% !important;
  background: #fff;
  z-index: 1021;
  overflow: auto;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
}

.ip-find-agent-popup.active {
  opacity: 1;
  pointer-events: auto;
  top: 0;
}

.ip-find-agent-popup-form {
  /* max-width: 1293px; */
  margin: 0 auto;
  /* z-index: 5; */
}

.ip-find-agent-popup .gsite-title::before {
  content: "01";
}

.ip-find-agent-popup .gsite-title .gradient {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.ip-find-agent-popup .gsite-title span {
  color: rgba(var(--primary-color), 1);
}

.ip-find-agent-popup .connect-form {
  max-width: 1140px;
  margin: 0 auto;
}

.ip-find-agent-popup .connect-form .wpcf7 {
  position: relative;
  max-width: 945px;
  margin: 30px auto 0;
}

.ip-find-agent-popup .connect-form .form-fields {
  margin: 0 -12px;
}

.ip-find-agent-popup .connect-form .form-input {
  display: inline-block;
  padding: 0 12px;
  margin-bottom: 14px;
}

.ip-find-agent-popup .connect-form .form-input select,
.ip-find-agent-popup .connect-form .form-input input,
.ip-find-agent-popup .connect-form .form-input textarea {
  font-size: 15px;
  color: #282828;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #282828;
  height: 57px;
}

.ip-find-agent-popup .connect-form .form-input textarea {
  padding-top: 23px;
  height: 97px;
}

.ip-find-agent-popup .connect-form .form-select::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #282828;
  pointer-events: none;
}

.ip-find-agent-popup .connect-form .form-lg {
  width: 100%;
}

.ip-find-agent-popup .connect-form .form-sm {
  width: 50%;
}

.ip-find-agent-popup .connect-form .form-button {
  width: 221px;
  margin: 45px auto 0;
}

.ip-find-agent-popup .connect-form .wpcf7-form-control-wrap {
  display: block;
}

.ip-find-agent-popup .connect-form .wpcf7-spinner {
  position: absolute;
  bottom: -25px;
  right: 0;
  margin: 0;
}

.ip-find-agent-popup .connect-form .wpcf7 form .wpcf7-response-output {
  position: absolute;
  width: 100%;
  margin: 5px 0 0;
  color: #282828 !important;
}

.ip-find-agent-popup div.wpcf7 .ajax-loader {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  margin: 0 auto;
}

.ip-find-agent-popup .cf-disclaimer {
  color: #434343;
  line-height: 1.7;
  text-align: center;
  margin-top: 45px;
}

.ip-find-agent-popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #000;
  font-size: 20px;
  cursor: pointer;
  z-index: 6;
}

.ip-find-agent-popup-close:hover {
  color: rgba(var(--primary-color), 1);
}

/* Popup : END */
#inner-page-wrapper {
  z-index: unset !important;
}

.gsite-title::before, .gsite-title num {
	content: "0" counter(count);
	display: block;
	font-family: var(--font-family-title);
	font-size: 18px;
	font-weight: 700;
	color: #282828;
	margin-left: 32px;
	margin-bottom: 57px;
}
.gsite-title.is-text-center::after {
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translateX(-18px);
}
.gsite-title::after {
	content: "";
	display: block;
	position: absolute;
	width: 90px;
	height: 1px;
	top: 8px;
	left: -70px;
	background: rgba(var(--primary-color), 1);
}
.gsite-button div, .gsite-button span, a.gsite-button div, a.gsite-button span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
}

.ip-find-agent-popup .connect-form .form-input select, .ip-find-agent-popup .connect-form .form-input input, .ip-find-agent-popup .connect-form .form-input textarea {
	font-size: 15px;
	color: #282828;
	letter-spacing: 0.02em;
	border-bottom: 1px solid #282828;
	height: 57px;
}
.form-button button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	border: 0;
	padding: 0;
	outline: none;
}
.form-input input:not([type="submit"]), .form-input select, .form-input textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	width: 100%;
	padding: 0;
	outline: none;
	background: none;
}

@media only screen and (min-width: 992px) {
  /* Banner : START */
  .ip-find-agent-banner canvas {
    min-height: 15.152vw;
  }
  .ip-find-agent-banner-text {
    padding: 4.848vw 0.909vw 0;
  }
  .ip-find-agent-banner-text p {
    font-size: 0.97vw;
    max-width: 56.97vw;
    margin-top: 1.697vw;
  }
  /* Banner : END */
  /* Steps : START */
  .ip-find-agent-steps {
    padding: 2.727vw 0 3.03vw;
  }
  .ip-find-agent-steps-container {
    max-width: 84.848vw;
    padding: 0 0.909vw;
  }
  .ip-find-agent-steps-container .gsite-title {
    margin: 0 auto 2.121vw;
  }
  .ip-find-agent-steps-container p {
    font-size: 0.909vw;
    max-width: 57.273vw;
    margin: 0 auto 1.333vw;
  }
  .ip-find-agent-steps-holder {
    margin-top: 4.242vw;
  }
  .ip-find-agent-steps-item {
    width: calc(50% - 3.939vw);
  }
  .ip-find-agent-steps-item:not(:first-child) {
    margin-top: -5.152vw;
  }
  .ip-find-agent-steps-number {
    width: 5.576vw;
    height: 5.576vw;
    right: -6.97vw;
    font-size: 1.818vw;
  }
  .ip-find-agent-steps-number::before,
  .ip-find-agent-steps-number::after {
    width: 0.061vw;
  }
  .ip-find-agent-steps-number::before {
    height: 0.606vw;
    top: -0.606vw;
  }
  .ip-find-agent-steps-number::after {
    top: 4.97vw;
  }
  .ip-find-agent-steps-number span {
    font-size: 0.848vw;
  }
  .ip-find-agent-steps-image {
    padding: 0.606vw;
  }
  .ip-find-agent-steps-text {
    font-size: 0.909vw;
    padding: 2.424vw 2.121vw;
  }
  .ip-find-agent-steps-text strong {
    font-size: 1.091vw;
    margin-bottom: 0.97vw;
  }
  .ip-find-agent-steps-item:first-child .ip-find-agent-steps-number::before {
    height: 9.091vw;
    top: -9.091vw;
  }
  .ip-find-agent-steps-item:last-child .ip-find-agent-steps-number::after {
    height: 9.091vw;
    bottom: -9.091vw;
  }
  .ip-find-agent-steps-item:nth-child(even) .ip-find-agent-steps-number {
    left: -6.485vw;
  }
  .section-05 .ip-find-agent-steps-item:nth-child(odd) .ip-find-agent-steps-number {
    left: -6.485vw;
  }
  .section-05 .ip-find-agent-steps-item:nth-child(even) .ip-find-agent-steps-number {
    right: -6.97vw;
  }
  /* Steps : END */
  /* One Column : START */
  .ip-find-agent-one-column {
    padding: 4.848vw 0;
  }
  .ip-find-agent-one-column-container {
    max-width: 70.909vw;
    padding: 0 0.909vw;
  }
  .ip-find-agent-one-column-container .gsite-title {
    margin: 0 auto 2.121vw;
  }
  .ip-find-agent-one-column-container p {
    font-size: 0.909vw;
    max-width: 57.273vw;
    margin: 0 auto 1.333vw;
  }
  .ip-find-agent-one-column-container a.gsite-button {
    width: 27.273vw;
    margin: 2.545vw auto 0;
  }
  .section-06 {
    padding: 6.667vw 0 1.212vw;
  }
  .section-06 .gsite-title {
    margin: 0 auto 3.03vw;
  }
  /* One Column : END */
  /* Connect : START */
  .ip-find-agent-connect {
    padding: 5.152vw var(--padding) 0.909vw;
  }
  .connect-container {
    padding: 3.636vw 0.909vw;
  }
  .connect-inner {
    max-width: 69.091vw;
  }
  .connect-form .heading {
    font-size: 3.091vw;
    margin-bottom: 1.333vw;
  }
  .connect-form p {
    font-size: 1.818vw;
    max-width: 45.455vw;
  }
  .connect-form a.gsite-button {
    width: 22.424vw;
    margin-top: 1.818vw;
  }
  .connect-form .wpcf7 {
    margin-top: 3.03vw;
  }
  .connect-form .form-fields {
    margin: 0 -0.727vw;
  }
  .connect-form .form-input {
    padding: 0 0.727vw;
    margin-bottom: 0.848vw;
  }
  .connect-form .form-input select,
  .connect-form .form-input input,
  .connect-form .form-input textarea {
    font-size: 0.909vw;
    height: 3.455vw;
  }
  .connect-form .form-input textarea {
    padding-top: 1.394vw;
    height: 5.879vw;
  }
  .connect-form .form-select::after {
    right: 1.455vw;
  }
  .connect-form .form-button {
    width: 11.212vw;
    margin: 3.03vw 0 0 auto;
  }
  .connect-form .wpcf7-spinner {
    bottom: -1.515vw;
  }
  .connect-form .wpcf7 form .wpcf7-response-output {
    margin: 0.303vw 0 0;
  }
  .connect-logo {
    padding-bottom: 3.636vw;
  }
  .connect-logo::before {
    bottom: -3.152vw;
  }
  .connect-logo .connect-logo-inner {
    width: 18.788vw;
    height: 18.424vw;
    margin: 4.242vw auto 0 -3.333vw;
    padding: 0.606vw;
  }
  .connect-logo .connect-logo-inner img {
    transform: translateY(1.091vw);
  }
  .section-07 {
    padding: 3.03vw var(--padding) 8.182vw;
  }
  .section-07 .connect-container {
    padding: 3.636vw 0.909vw 4.545vw;
  }
  .section-07 .connect-form {
    max-width: 43.939vw;
  }
  .section-07 .connect-form .gsite-title::before {
    transform: translateX(-3.03vw);
  }
  .section-07 .connect-form .gsite-title::after {
    transform: translateX(5.152vw);
  }
  .section-07 .connect-form a.gsite-button {
    width: 14.242vw;
    margin-top: 0.303vw;
  }
  /* Connect : END */
  /* Popup : START */
  .ip-find-agent-popup {
    padding: 5.636vw 0.909vw 3.576vw;
    top: 7.212vw;
  }
  .ip-find-agent-popup .connect-form {
    max-width: 69.091vw;
  }
  .ip-find-agent-popup .connect-form .wpcf7 {
    max-width: 57.273vw;
    margin: 1.818vw auto 0;
  }
  .ip-find-agent-popup .connect-form .form-fields {
    margin: 0 -0.727vw;
  }
  .ip-find-agent-popup .connect-form .form-input {
    padding: 0 0.727vw;
    margin-bottom: 0.848vw;
  }
  .ip-find-agent-popup .connect-form .form-input select,
  .ip-find-agent-popup .connect-form .form-input input,
  .ip-find-agent-popup .connect-form .form-input textarea {
    font-size: 0.909vw;
    height: 3.455vw;
  }
  .ip-find-agent-popup .connect-form .form-input textarea {
    padding-top: 1.394vw;
    height: 5.879vw;
  }
  .ip-find-agent-popup .connect-form .form-select::after {
    right: 1.455vw;
  }
  .ip-find-agent-popup .connect-form .form-button {
    width: 13.394vw;
    margin: 2.727vw auto 0;
  }
  .ip-find-agent-popup .connect-form .wpcf7-spinner {
    bottom: -1.515vw;
  }
  .ip-find-agent-popup .connect-form .wpcf7 form .wpcf7-response-output {
    margin: 0.303vw 0 0;
  }
  .ip-find-agent-popup div.wpcf7 .ajax-loader {
    bottom: -1.515vw;
  }
  .ip-find-agent-popup .cf-disclaimer {
    margin-top: 2.727vw;
  }
  .ip-find-agent-popup-close {
    top: 1.212vw;
    right: 1.212vw;
    font-size: 1.212vw;
  }
  /* Popup : END */
	.gsite-title::before, .gsite-title num {
		content: "0" counter(count);
		display: block;
		font-family: var(--font-family-title);
		font-size: 1.091vw;
		font-weight: 700;
		color: #282828;
		margin-left: 1.939vw;
		margin-bottom: 3.455vw;
	}
	.gsite-title.is-text-center::after {
		left: 0;
		right: 0;
		margin: 0 auto;
		transform: translateX(-1.091vw);
	}
	.gsite-title::after {
		content: "";
		display: block;
		position: absolute;
		width: 5.455vw;
		height: 0.061vw;
		top: 0.485vw;
		left: -4.242vw;
		background: rgba(var(--primary-color), 1);
	}
	.ip-find-agent-popup .connect-form .form-input select, .ip-find-agent-popup .connect-form .form-input input, .ip-find-agent-popup .connect-form .form-input textarea {
		font-size: 0.909vw;
		height: 3.455vw;
	}
	.form-button button {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		width: 100%;
		border: 0;
		padding: 0;
		outline: none;
	}
	.form-input input:not([type="submit"]), .form-input select, .form-input textarea {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: 0;
		width: 100%;
		padding: 0;
		outline: none;
		background: none;
	}
}
@media only screen and (max-width: 991px) {
  .ip-find-agent-banner canvas {
    min-height: 500px;
  }
  .ip-find-agent-banner-text {
    padding: 0 15px;
  }
  .ip-find-agent-banner-text p {
    font-size: 16px;
    text-shadow: 3px 4px 5px #000000;
    max-width: 940px;
    margin-top: 28px;
  }
  .ip-find-agent-steps {
    padding: 50px 0;
  }
  .ip-find-agent-steps-item {
    width: 100%;
    margin-top: 0 !important;
    margin-bottom: 50px !important;
    flex-direction: column;
    align-items: center;
  }
  .ip-find-agent-steps-number {
    position: relative;
    left: inherit !important;
    right: inherit !important;
    top: inherit;
    transform: none;
    margin-bottom: 20px;
  }
  .ip-find-agent-steps-number::before,
  .ip-find-agent-steps-number::after {
    display: none;
  }
  .ip-find-agent-steps-image {
    width: 100%;
    padding: 20px 10px;
  }
  .ip-find-agent-steps-text {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .ip-find-agent-one-column {
    padding: 50px 0;
  }
  .ip-find-agent-one-column-container ul li {
    width: 100%;
  }
  .ip-find-agent-connect {
    padding: 0;
  }
  .connect-container {
    padding: 30px 15px 40px;
  }
  .connect-container .gsite-bg {
    height: 100%;
  }
  .connect-form {
    width: 100%;
  }
  .connect-form .gsite-title {
    max-width: 220px;
    margin: 0 auto;
  }
  .connect-form .gsite-title .gradient {
    display: none;
  }
  .connect-form .heading {
    font-size: 25px;
    text-align: center;
  }
  .connect-form p {
    font-size: 20px;
    margin: 32px auto 0;
    text-align: center;
  }
  .connect-form a.gsite-button {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .connect-form .form-input {
    margin-bottom: 0;
  }
  .connect-form .form-sm {
    width: 100%;
  }
  .connect-form .form-input select,
  .connect-form .form-input input,
  .connect-form .form-input textarea {
    height: 54px;
  }
  .connect-form .form-button {
    margin: 30px auto 0;
  }
  .connect-form .wpcf7 {
    margin: 30px auto 0;
    max-width: 325px;
  }
  .connect-logo {
    width: 100%;
    margin-top: 50px;
    padding-bottom: 0;
  }
  .connect-logo::before {
    display: none;
  }
  .connect-logo .connect-logo-inner {
    width: 185px;
    height: 185px;
    margin: 0 auto;
  }
  .connect-logo .connect-logo-inner img {
    width: 150px;
    transform: translateY(12px);
  }
  .section-07 .connect-form {
    margin: 0 auto;
  }
	.gsite-title.is-text-center::after {
		transform: translateX(-48px);
	}
	.gsite-title.is-text-white::before {
		color: #ffffff;
	}
}