@charset "UTF-8";
#inner-page-wrapper {
  margin-bottom: 0;
}
#inner-page-wrapper > .container {
  width: 100%;
  padding: 0;
}

.floating-button,
.floating-info {
  display: none;
}

.ip-sellers {
  position: relative;
  padding: 40px 0 0;
  font-size: 0;
}
.ip-sellers p {
  font-size: 16px;
  color: #222222;
  line-height: 2;
  letter-spacing: 0.05em;
}
.ip-sellers p#breadcrumbs {
  position: relative;
  max-width: 1530px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  font-size: 15px;
  color: #212121;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.ip-sellers p#breadcrumbs::before {
  content: "";
  display: block;
  width: 62px;
  height: 62px;
  margin-right: 20px;
  border-top: 10px solid rgba(var(--primary-color), 1);
  border-left: 10px solid rgba(var(--primary-color), 1);
}
.ip-sellers p#breadcrumbs > span {
  /* margin-top: 15px; */
}
.ip-sellers p#breadcrumbs span.breadcrumb_last {
  font-weight: 700;
  color: #000000;
}

.ip-sellers-buttons {
  position: fixed;
  width: 100%;
  /* top: 100px; */
  top: auto;
  bottom: 5px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  font-size: 0;
  z-index: 20;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  opacity: 0;
  visibility: hidden;
}
/*body:has(.nav-active-section-hp-influence + #ip-sellers .ip-sellers-buttons, 
.nav-active-section-section-2 + #ip-sellers .ip-sellers-buttons, 
.nav-active-section-section-3 + #ip-sellers .ip-sellers-buttons, 
.nav-active-section-section-4 + #ip-sellers .ip-sellers-buttons, 
.nav-active-section-section-5 + #ip-sellers .ip-sellers-buttons, 
.nav-active-section-section-6 + #ip-sellers .ip-sellers-buttons, 
.nav-active-section-section-7 + #ip-sellers .ip-sellers-buttons, 
.nav-active-section-section-8 + #ip-sellers .ip-sellers-buttons, 
.nav-active-section-section-9 + #ip-sellers .ip-sellers-buttons, 
.nav-active-section-section-10 + #ip-sellers .ip-sellers-buttons, 
.nav-active-section-section-11 + #ip-sellers .ip-sellers-buttons, 
.nav-active-section-section-12 + #ip-sellers .ip-sellers-buttons, 
.nav-active-section-section-13 + #ip-sellers .ip-sellers-buttons, 
.nav-active-section-section-14 + #ip-sellers .ip-sellers-buttons, 
.nav-active-section-section-15 + #ip-sellers .ip-sellers-buttons) #pojo-a11y-toolbar {
  display: none;
}*/

/*.nav-active-section-hp-influence + #ip-sellers .ip-sellers-buttons,
.nav-active-section-section-2 + #ip-sellers .ip-sellers-buttons,
.nav-active-section-section-3 + #ip-sellers .ip-sellers-buttons,
.nav-active-section-section-4 + #ip-sellers .ip-sellers-buttons,
.nav-active-section-section-5 + #ip-sellers .ip-sellers-buttons,
.nav-active-section-section-6 + #ip-sellers .ip-sellers-buttons,
.nav-active-section-section-7 + #ip-sellers .ip-sellers-buttons,
.nav-active-section-section-8 + #ip-sellers .ip-sellers-buttons,
.nav-active-section-section-9 + #ip-sellers .ip-sellers-buttons,
.nav-active-section-section-10 + #ip-sellers .ip-sellers-buttons,
.nav-active-section-section-11 + #ip-sellers .ip-sellers-buttons,
.nav-active-section-section-12 + #ip-sellers .ip-sellers-buttons,
.nav-active-section-section-13 + #ip-sellers .ip-sellers-buttons,
.nav-active-section-section-14 + #ip-sellers .ip-sellers-buttons,
.nav-active-section-section-15 + #ip-sellers .ip-sellers-buttons {
    opacity: 1;
    visibility: visible;
}*/

body.isb-active .ip-sellers-buttons {
	opacity: 1;
    visibility: visible;
}

body.isb-active #pojo-a11y-toolbar {
	display: none;
}

.ip-sellers-buttons a {
  display: block;
  position: relative;
  width: 275px;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  background: rgba(var(--primary-color), 1);
  transition: all var(--default-transition);
  pointer-events: auto;
}
.ip-sellers-buttons a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--gradient-color);
  opacity: 0;
  transition: all var(--default-transition);
}
.ip-sellers-buttons a::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #ffffff;
}
.ip-sellers-buttons a div {
  height: 75px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ip-sellers-buttons a div span {
  font-weight: 300;
}
.ip-sellers-buttons a:hover {
  color: rgba(var(--primary-color), 1);
}
.ip-sellers-buttons a:hover::before {
  opacity: 1;
}
.ip-sellers-buttons a + a {
  width: 215px;
}

.aiosp-wrap .aiosp-container.aiosp-ref-\#ip-tell-popup .aios-popup-body {
  width: 880px;
  max-width: 100%;
  min-height: 0;
  background: none;
}
.aiosp-wrap .aiosp-container.aiosp-ref-\#ip-tell-popup .aios-popup-body .aiosp-close {
  width: auto;
  height: auto;
  line-height: 1;
  top: 375px;
  right: 145px;
  opacity: 1;
  color: #000000;
  font-size: 0;
  transition: all var(--default-transition);
}
.aiosp-wrap .aiosp-container.aiosp-ref-\#ip-tell-popup .aios-popup-body .aiosp-close::before {
  content: "򰉇";
  display: block;
  font-family: "agentimage";
  font-size: 22px;
}
.aiosp-wrap .aiosp-container.aiosp-ref-\#ip-tell-popup .aios-popup-body .aiosp-close:hover {
  opacity: 0.7;
}

.ip-tell-popup {
  padding: 30px;
  font-size: 0;
}
.ip-tell-popup::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 85px);
  height: calc(100% - 108px);
  top: 0;
  left: 0;
  border: 6px solid rgba(var(--primary-color), 1);
  -o-border-image: var(--gradient-color) 6;
     border-image: var(--gradient-color) 6;
  z-index: 1;
}
.ip-tell-popup::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 95px);
  height: calc(100% - 82px);
  bottom: 0;
  right: 0;
  background: var(--gradient-color);
  z-index: 1;
}

.ip-tell-popup-inner {
  position: relative;
  z-index: 2;
}

.ip-tell-popup-header {
  position: relative;
}
.ip-tell-popup-header canvas {
  height: 310px;
}

.ip-tell-popup-body {
  position: relative;
  padding: 55px 15px 40px;
}
.ip-tell-popup-body .gsite-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
}
.ip-tell-popup-body .gsite-bg canvas {
  filter: grayscale(1);
}
.ip-tell-popup-body .heading-title {
  position: relative;
  font-family: var(--font-family-title);
  font-size: 50px;
  font-weight: 700;
  color: #000000;
  line-height: 1;
  letter-spacing: -0.03em;
  text-align: center;
}
.ip-tell-popup-body .heading-title span {
  display: block;
  font-family: var(--font-family-default);
  font-size: 20px;
  font-weight: 400;
  color: #9a999f;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.ip-tell-popup-form {
  position: relative;
  max-width: 496px;
  margin: 50px auto 0;
}
.ip-tell-popup-form .gsite-input {
  width: 100%;
  margin-bottom: 10px;
}
.ip-tell-popup-form .gsite-input input {
  height: 50px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 500;
  color: #232323;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: rgba(184, 184, 184, 0.35);
}
.ip-tell-popup-form .gsite-submit {
  width: 170px;
  margin: 55px auto 0;
}
.ip-tell-popup-form .gsite-submit button.gsite-button {
  border: 0;
}
.ip-tell-popup-form .wpcf7-form-control-wrap {
  display: block;
}
.ip-tell-popup-form div.wpcf7 .ajax-loader {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  margin: 0 auto;
}
.ip-tell-popup-form .wpcf7 form .wpcf7-response-output {
  position: absolute;
  width: 100%;
  margin: 5px 0 0;
  padding: 5px 0;
  color: #000000 !important;
}

.ip-tell-popup-image {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 25px;
  margin-top: 10px;
}

.ip-sellers-advantage {
  position: relative;
  padding: 20px 0 80px;
  font-size: 0;
}
.ip-sellers-advantage .gsite-bg {
  height: 41.7%;
  top: 13%;
}
.ip-sellers-advantage .gsite-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
}
.ip-sellers-advantage .gsite-bg canvas {
  filter: grayscale(1);
}

.ip-sellers-advantage-container {
  position: relative;
  max-width: 1430px;
  padding: 0 15px;
  margin: 0 auto;
}

.ip-sellers-advantage-inner {
  background: #ffffff;
  padding: 0 15px;
}
.ip-sellers-advantage-inner p.heading {
  font-weight: 600;
  line-height: 1.9;
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
}

.ip-sellers-advantage-title {
  margin-bottom: 35px;
}

.ip-sellers-advantage-holder {
  max-width: 810px;
  margin: 45px auto 0;
}
.ip-sellers-advantage-holder + p {
  font-size: 15px;
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
}

.ip-sellers-advantage-item {
  width: 50%;
  margin-bottom: 55px;
}
.ip-sellers-advantage-item a {
  display: block;
  position: relative;
  margin-top: 8px;
  z-index: 1;
  transform-origin: left;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transition: all var(--default-transition);
}
.ip-sellers-advantage-item a.transform_origin_right{
  transform-origin: right;
}
.ip-sellers-advantage-item a:hover{
  transform: scale(1.81601);
  -moz-transform: scale(1.81601);
  -webkit-transform: scale(1.81601);
  z-index: 2;
}
.ip-sellers-advantage-item a .ip-sellers-advantage-caption {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.1;
  letter-spacing: 0.025em;
  text-align: center;
  background: #48193b;
  padding: 8px 10px;
}
.ip-sellers-advantage-item a .ip-sellers-advantage-label {
  position: absolute;
  width: 100%;
  top: 2%;
  left: 0;
  padding: 0 10px;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);

  display: none;
}
.ip-sellers-advantage-item a .ip-sellers-advantage-hover {
  position: absolute;
  width: 181.6%;
  width: 181.6%;
  top: -48%;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.8);
  transition: all var(--default-transition);
}
.ip-sellers-advantage-item a:hover .ip-sellers-advantage-hover {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
.ip-sellers-advantage-item a:hover .ip-sellers-advantage-hover .ip-sellers-advantage-caption {
  font-size: 23px;
  padding: 15px 25px;
}
.ip-sellers-advantage-item a:hover .ip-sellers-advantage-hover .ip-sellers-advantage-label {
  font-size: 26px;
}
.ip-sellers-advantage-item p {
  line-height: 1.9;
  text-align: justify;
}
.ip-sellers-advantage-item:nth-child(1), .ip-sellers-advantage-item:nth-child(3) {
  width: 44.19%;
}
.ip-sellers-advantage-item:nth-child(2), .ip-sellers-advantage-item:nth-child(4) {
  width: 48.98%;
}
.ip-sellers-advantage-item:nth-child(1) a .ip-sellers-advantage-hover {
  right: -10%;
  transform-origin: right center;
}
.ip-sellers-advantage-item:nth-child(4) a .ip-sellers-advantage-hover {
  left: -10%;
  transform-origin: left center;
}

.ip-sellers-media {
  position: relative;
  padding: 65px 0 70px;
  font-size: 0;
}
.ip-sellers-media .gsite-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.92);
}
.ip-sellers-media .gsite-bg canvas {
  filter: grayscale(1);
}

.ip-sellers-media-container {
  position: relative;
  max-width: 1240px;
  padding: 0 15px;
  margin: 0 auto;
}

.ip-sellers-media-holder {
  margin-top: 50px;
}

.ip-sellers-media-item {
  padding: 10px max(1.75vw, 30px);
}



.ip-sellers-media-item img {
    filter: brightness(0);
}






.ip-sellers-advisor {
  position: relative;
  padding: 95px 0 75px;
  font-size: 0;
}
.ip-sellers-advisor .gsite-bg {
  z-index: 1;
}
.ip-sellers-advisor .gsite-bg::before, .ip-sellers-advisor .gsite-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ip-sellers-advisor .gsite-bg::before {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%);
  z-index: 5;
}
.ip-sellers-advisor .gsite-bg::after {
  background: rgba(255, 255, 255, 0.9);
}
.ip-sellers-advisor .gsite-bg canvas {
  filter: grayscale(1);
}

.ip-sellers-advisor-container {
  position: relative;
  max-width: 1460px;
  padding: 0 15px;
  margin: 0 auto;
  z-index: 2;
}

.ip-sellers-advisor-title {
  margin-bottom: 65px;
}

.ip-sellers-advisor-text {
  width: 45.8%;
  padding-left: 85px;
}
.ip-sellers-advisor-text p {
  margin-bottom: 30px;
  text-align: justify;
}

.ip-sellers-advisor-image {
  position: relative;
  width: 51.04%;
  padding-right: 80px;
}
.ip-sellers-advisor-image::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  right: 0;
  bottom: 0;
  background: rgba(var(--primary-color), 1);
}
.ip-sellers-advisor-image a {
  display: block;
  position: relative;
}
.ip-sellers-advisor-image a::before {
  content: "Play Video";
  display: block;
  position: absolute;
  width: 147px;
  height: 47px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(var(--primary-color), 1);
  font-size: 12px;
  font-weight: 700;
  color: #222222;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
  text-transform: uppercase;
  margin-top: 70px;
  z-index: 10;
  transition: all var(--default-transition);
}
.ip-sellers-advisor-image a::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 7px solid #ffffff;
}
.ip-sellers-advisor-image a:hover::before {
  background: rgba(var(--primary-color), 1);
  color: #ffffff;
}
.ip-sellers-advisor-image p {
  position: relative;
  font-size: 12px;
  color: #ffffff;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 10px auto 15px;
  padding: 0 55px;
}

.ip-sellers-outreach {
  position: relative;
  padding: 100px 0 30px;
  font-size: 0;
}
.ip-sellers-outreach .gsite-bg {
  z-index: 1;
}
.ip-sellers-outreach .gsite-bg::before, .ip-sellers-outreach .gsite-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ip-sellers-outreach .gsite-bg::before {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%);
  z-index: 5;
}
.ip-sellers-outreach .gsite-bg::after {
  background: rgba(255, 255, 255, 0.9);
}
.ip-sellers-outreach .gsite-bg canvas {
  filter: grayscale(1);
}

.ip-sellers-outreach-container {
  position: relative;
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
  z-index: 2;
}

.ip-sellers-outreach-title {
  text-align: center;
  margin-bottom: 62px;
}
.ip-sellers-outreach-title .gsite-title {
  align-items: center;
  font-weight: 400;
}
.ip-sellers-outreach-title .gsite-title::before {
  display: none;
}
.ip-sellers-outreach-title .gsite-title small {
  padding-bottom: 0;
}
.ip-sellers-outreach-title .gsite-title small::after {
  display: none;
}

.ip-sellers-outreach-holder {
  max-width: 1166px;
  margin: 0 auto;
}

.ip-sellers-outreach-item {
  margin-bottom: 45px;
}
.ip-sellers-outreach-item p {
  margin-bottom: 32px;
}
.ip-sellers-outreach-item p > a {
    display: inline;
	text-decoration: underline !important;
  font-style: italic;
}
.ip-sellers-outreach-item p > a:focus,
.ip-sellers-outreach-item p > a:hover {
	color: #44a4f9;
}
.ip-sellers-outreach-item p.outreach-quote {
  font-size: 26px;
  font-style: italic;
  font-weight: 700;
  color: #222222;
  line-height: 1.4;
  letter-spacing: 0.025em;
}
.ip-sellers-outreach-item p:last-child {
  margin-bottom: 0;
}
.ip-sellers-outreach-item a {
  display: block;
  transition: all var(--default-transition);
}
.ip-sellers-outreach-item a:not(.no-zoom):hover {
  transform: scale(1.3);
}
.ip-sellers-outreach-item:nth-child(1) {
  width: 50.17%;
}
.ip-sellers-outreach-item:nth-child(2) {
  width: 46.14%;
}
.ip-sellers-outreach-item:nth-child(3) {
  width: 47.34%;
}
.ip-sellers-outreach-item:nth-child(4) {
  width: 45.19%;
}

.ip-sellers-feeder {
  position: relative;
  padding: 40px 0 15px;
  margin-top: 80px;
  font-size: 0;
}
.ip-sellers-feeder .gsite-bg {
  z-index: 1;
}
.ip-sellers-feeder .gsite-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
}
.ip-sellers-feeder .gsite-bg canvas {
  filter: grayscale(1);
}

.ip-sellers-feeder-container {
  position: relative;
  max-width: 1400px;
  padding: 0 15px;
  margin: 0 auto;
  z-index: 2;
}

.ip-sellers-feeder-column {
  margin-bottom: 50px;
}
.ip-sellers-feeder-column .gsite-title {
  margin-bottom: 58px;
}
.ip-sellers-feeder-column .gsite-title small {
  letter-spacing: 0.28em;
}
.ip-sellers-feeder-column:nth-child(1) {
  width: 48.54%;
}
.ip-sellers-feeder-column:nth-child(2) {
  width: 47.81%;
}
.ip-sellers-feeder-column:nth-child(3) {
  width: 22.18%;
}
.ip-sellers-feeder-column:nth-child(3) .ip-sellers-feeder-image-holder {
  margin-top: 0;
}
.ip-sellers-feeder-column:nth-child(3) .ip-sellers-feeder-image-item {
  width: 100% !important;
}
.ip-sellers-feeder-column:nth-child(4) {
  width: 73.72%;
  margin-top: 50px;
}

.ip-sellers-feeder-image-holder {
  max-width: 627px;
  margin-top: 65px;
}

.ip-sellers-feeder-image-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ip-sellers-feeder-image-item a {
  display: block;
  position: relative;
  z-index: 1;
  transition: all var(--default-transition);
}
.ip-sellers-feeder-image-item a.bottom-right:hover {
  transform-origin: right bottom !important;
}
.ip-sellers-feeder-image-item a.bottom-left:hover {
  transform-origin: left bottom !important;
}
.ip-sellers-feeder-image-item a:hover {
  transform: scale(2.1);
  z-index: 2;
}
.ip-sellers-feeder-image-item:nth-child(1) {
  width: 47%;
}
.ip-sellers-feeder-image-item:nth-child(2) {
  width: 42.5%;
}

.ip-sellers-luxury {
  position: relative;
  padding: 100px 0;
  font-size: 0;
}

.ip-sellers-luxury-container {
  position: relative;
  max-width: 1360px;
  padding: 0 15px;
  margin: 0 auto;
}

.ip-sellers-luxury-title {
  margin-bottom: 38px;
}
.ip-sellers-luxury-title .gsite-title {
  align-items: center;
}
.ip-sellers-luxury-title .gsite-title::before {
  display: none;
}
.ip-sellers-luxury-title .gsite-title small {
  padding-bottom: 0;
}
.ip-sellers-luxury-title .gsite-title small::after {
  display: none;
}

.ip-sellers-luxury-content {
  max-width: 1075px;
  margin: 0 auto;
}
.ip-sellers-luxury-content:not(:last-child) {
  margin-bottom: 60px;
}
.ip-sellers-luxury-image {
  width: 50%;
  padding: 0 30px;
}
.ip-sellers-luxury-image a {
  display: block;
  transition: all var(--default-transition);
}
.ip-sellers-luxury-image a:not(.no-zoom):hover {
  transform: scale(1.3);
}
.ip-sellers-luxury-image canvas {
  opacity: 0;
}


.ip-sellers-luxury-image.is-video a {
  display: block;
  position: relative;
}

.ip-sellers-luxury-image.is-video a::before {
  content: "Play Video";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto 0;
  width: 147px;
  height: 47px;
  border: 1px solid #000;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
  text-transform: uppercase;
  z-index: 10;
  transition: all var(--default-transition);
  transform: translateY(-50%);
}

/* .ip-sellers-luxury-image.is-video a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border: 7px solid #48193b;
} */

.ip-sellers-luxury-image.is-video a:hover::before {
  background: #5c204c;
  border-color: #5c204c;
  color: #ffffff;
}

.ip-sellers-luxury-text {
  width: 50%;
  padding: 0 30px;
  text-align: justify;
}

.ip-sellers-venues {
  position: relative;
  padding: 15px 0 70px;
  font-size: 0;
}
.ip-sellers-venues .gsite-bg {
  z-index: 1;
}
.ip-sellers-venues .gsite-bg::before, .ip-sellers-venues .gsite-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ip-sellers-venues .gsite-bg::before {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%);
  z-index: 5;
}
.ip-sellers-venues .gsite-bg::after {
  background: rgba(255, 255, 255, 0.9);
}
.ip-sellers-venues .gsite-bg canvas {
  filter: grayscale(1);
}

.ip-sellers-venues-container {
  position: relative;
  max-width: 1270px;
  padding: 0 15px;
  margin: 0 auto;
  z-index: 2;
}

.ip-sellers-venues-title {
  margin-bottom: 88px;
}
.ip-sellers-venues-title .gsite-title {
  align-items: center;
  text-align: center;
}
.ip-sellers-venues-title .gsite-title::before {
  display: none;
}
.ip-sellers-venues-title .gsite-title small {
  padding-bottom: 0;
}
.ip-sellers-venues-title .gsite-title small::after {
  display: none;
}

.ip-sellers-venues-column {
  margin-bottom: 60px;
}
.ip-sellers-venues-column a {
  display: block;
  transition: all var(--default-transition);
}
.ip-sellers-venues-column a:hover {
  transform: scale(1.3);
}
.ip-sellers-venues-column:nth-child(1) {
  width: 44.91%;
}
.ip-sellers-venues-column:nth-child(2) {
  width: 49.03%;
}
.ip-sellers-venues-column:nth-child(3) {
  width: 48.79%;
}
.ip-sellers-venues-column:nth-child(4) {
  width: 44.83%;
}

.ip-sellers-corporate {
  position: relative;
  padding: 80px 0 75px;
  font-size: 0;
}

.ip-sellers-corporate-title {
  padding: 0 15px;
  margin-bottom: 45px;
}

.ip-sellers-corporate-content {
  position: relative;
}
.ip-sellers-corporate-content > .gsite-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
}
.ip-sellers-corporate-content > .gsite-bg canvas {
  filter: grayscale(1);
}

.ip-sellers-corporate-content-container {
  position: relative;
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
}

.ip-sellers-corporate-content-inner {
  position: relative;
  border-left: 50px solid #ffffff;
  border-right: 50px solid #ffffff;
  padding: 30px 15px 45px;
}
.ip-sellers-corporate-content-inner > .gsite-bg {
  display: none;
}
.ip-sellers-corporate-content-inner > .gsite-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
}
.ip-sellers-corporate-content-inner > .gsite-bg canvas {
  filter: grayscale(1);
}
.ip-sellers-corporate-content-inner p {
  position: relative;
  max-width: 1030px;
  margin: 0 auto;
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
}

.ip-sellers-rollover {
  position: relative;
  padding: 48px 0 50px;
  font-size: 0;
}
.ip-sellers-rollover .gsite-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.92);
}
.ip-sellers-rollover .gsite-bg canvas {
  filter: grayscale(1);
}

.ip-sellers-rollover-container {
  position: relative;
  max-width: 1265px;
  padding: 0 15px;
  margin: 0 auto;
}
.ip-sellers-rollover-container .heading-title {
  font-family: var(--font-family-title);
  font-size: 20px;
  font-weight: 300;
  color: #000000;
  line-height: 1.1;
  letter-spacing: 0.57em;
  text-align: center;
  text-transform: uppercase;
}

.ip-sellers-rollover-holder {
  margin-top: 32px;
}

.ip-sellers-rollover-list {
  margin: 0 -20px;
}

.ip-sellers-rollover-item {
  width: 33.33%;
  padding: 20px;
}
.ip-sellers-rollover-item a {
  display: block;
  position: relative;
  transition: all var(--default-transition);
}
.ip-sellers-rollover-item a:hover {
  transform: scale(1.3);
  z-index: 10;
}
.ip-sellers-rollover-item:nth-child(1) {
  width: 48.86%;
}
.ip-sellers-rollover-item:nth-child(2) {
  width: 23.64%;
}
.ip-sellers-rollover-item:nth-child(3) {
  width: 27.5%;
}

.ip-sellers-network {
  position: relative;
  padding: 80px 0 100px;
  font-size: 0;
}
.ip-sellers-network .gsite-bg {
  z-index: 1;
}
.ip-sellers-network .gsite-bg::before, .ip-sellers-network .gsite-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ip-sellers-network .gsite-bg::before {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%);
  z-index: 5;
}
.ip-sellers-network .gsite-bg::after {
  background: rgba(255, 255, 255, 0.9);
}
.ip-sellers-network .gsite-bg canvas {
  filter: grayscale(1);
}

.ip-sellers-network-container {
  position: relative;
  max-width: 1440px;
  padding: 0 15px;
  margin: 0 auto;
  z-index: 2;
}

.ip-sellers-network-text {
  width: 28.36%;
  padding-left: 20px;
  padding-top: 65px;
}
.ip-sellers-network-text .gsite-title {
  margin-bottom: 35px;
}
.ip-sellers-network-text p {
  font-size: 20px;
  font-weight: 300;
  color: #222222;
  line-height: 1.5;
  letter-spacing: 0.025em;
  margin-bottom: 30px;
}

.ip-sellers-network-image {
  width: 64.89%;
}

.ip-sellers-logo {
  position: relative;
  padding: 100px 0 35px;
  font-size: 0;
}

.ip-sellers-logo-container {
  position: relative;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}
.ip-sellers-logo-container .gsite-title {
  align-items: center;
}

.ip-sellers-logo-holder {
  margin-top: 42px;
}

.ip-sellers-logo-item {
  padding: 14px max(1.563vw, 25px);
}
.ip-sellers-logo-item img {
  filter: brightness(0);
}
a.no-zoom {
  transform: none !important;
}


  .ip-sellers-outreach.hauti .gsite-title ,   .ip-sellers-outreach.openhouse .gsite-title{
      letter-spacing: 0;
      font-size: 67px;
  }

  .ip-sellers-outreach.hauti .gsite-title small  ,  .ip-sellers-outreach.openhouse .gsite-title small {
      letter-spacing: 0.075em;
      border-bottom: 5px solid #c7c7c9;
      padding-bottom: 16px;
  }





/* bmp */
.ip-sellers-bmp {
  position: relative;
  padding: 95px 0 30px;
  font-size: 0;
}
.ip-sellers-bmp-container {
  position: relative;
  max-width: 1400px;
  padding: 0 15px;
  margin: 0 auto;
  z-index: 2;
}
.ip-sellers-bmp-title {
  margin-bottom: 70px;
  margin-bottom: 4.375vw;
}
.ip-sellers-bmp-item {
  margin-bottom: 100px;
  margin-bottom: 6.25vw;  
}
.ip-sellers-bmp-item p {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.bmp-photos { 
  display: flex;
  flex-wrap: wrap;
}
.bmp-photos > .canvas-img {
  width: 50%;
}
.bmp-photos-label {
  background: #000;  
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  height: 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bmp-photos-label > span {
  width: 47.5%;
  text-align: center;
  font-size: 7.89px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.bmp-photos-label > span:nth-child(2) {
  font-size: 12px;
  letter-spacing: -0.01em;
  width: 5%;
  font-weight: 500;
  font-family: var(--font-family-title);
}
.ip-sellers-bmp-item a {
  transition: all var(--default-transition);
}
.ip-sellers-bmp-item a:not(.no-zoom):hover {
  transform: scale(1.3);
}


/*matterport section*/
.ip-sellers-matterport {
	position: relative;
  font-size: 0;
} 
.ip-sellers-mp-title {
  margin-bottom: 4.375vw;
}
.ip-sellers-matterport-container {
	position: relative;
	max-width: 1270px;
	padding: 0 15px;
	margin: 0 auto;
	z-index: 2;
}
.ip-sellers-matterport p:not(:last-child) {
	margin-bottom: 32px;
}
.mp-top-left {
	width: 45%;	
}
.mp-top-right {
	width: 50%;
}
.mp-bottom-left {
	width: 50%;	
}
.mp-bottom-right {
	width: 45%;
}
.img-wrapper {
    position: relative;
    overflow: hidden;
}
.img-wrapper canvas {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.img-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    top: 0;
    left: 0;
}
.mp-bottom-left canvas {
	box-shadow: 1px 3px 7px rgba(0,0,0,0.3);
}
.matterport-content-top,
.matterport-content-bottom {
	margin-bottom: 6.25vw;
}
.video-wrapper {
    position: relative;
	overflow: hidden;
}
.video-wrapper canvas {
    display: block;
    width: 100%;
}
.video-wrapper img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}
.video-wrapper img.video-logo {
	width: 146px;
	height: auto;
	bottom: 30px;
	right: 30px;
	left: auto;
	top: auto;
}
.video-wrapper a i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    z-index: 15;
    transition: all 0.3s ease;
	font-size: 26px;
  border: 4px solid #fff;
  border-radius: 50%;
  padding: 20px 25px;
}
.video-wrapper a i:before {
    /*opacity: 0.7;*/
}
.video-wrapper a:hover img {
	transform: scale(1.1);
}
a.mp-video-cta {
	width: 482px;
	margin: 40px auto 0;
	display: block;
}
.mp-video-cta i {
	margin: 0 20px;
}
.mp-video-cta i {
	margin: 0 20px;
	font-size: 15px;
	border: 3px solid #000;
	border-radius: 50%;
	padding: 8px 10px;
}
.mp-bottom-left .img-wrapper {
	box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.65);
-webkit-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.65);
-moz-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.65);
}



.mp-content-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 250px;
    height: 50px;
    background-color: #000;
    transform: translate(-50%,-50%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.15em;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    opacity: .70;
    z-index: 4;
}

.mp-content-btn em {
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
}


.mp-bottom-left a:hover .mp-content-btn {
    opacity: 1;
}

.mp-bottom-left .img-wrapper img {
    object-fit: contain;
}

.mp-top-btn {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 5;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 15px;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    text-align: center;
    padding: 0 15px;
    line-height: 1.2;
}



.ip-sellers-zipcode {
	position: relative;
	padding: 100px 0 0;
	font-size: 0;
}
.ip-sellers-zipcode-container {
	position: relative;
	max-width: 1400px;
	padding: 0 15px;
	margin: 0 auto;
}
.sellers-zipcode-content-top,
.sellers-zipcode-content-bottom {
	display: flex;
	align-items: center;
	margin-bottom: 95px;
	gap: 65px;
}
.sellers-zipcode-content-bottom {
	margin-bottom: 0;
}
.sellers-zipcode-img {
	width: 65%;
	display: block;
	transition: all var(--default-transition);
}
.sellers-zipcode-img .canvas-img {
	transition: all var(--default-transition);
}
.sellers-zipcode-text {
	width: 45%;
	display: block;
}
.ip-sellers-zipcode-title {
	text-align: center;
	margin-bottom: 82px;
}
.ip-sellers-zipcode-title .gsite-title {
	width: max-content;
	margin: 0 auto;
}
.ip-sellers-zipcode-title .gsite-title small::after {
	width: calc(100% - 70%);
}
.sellers-zipcode-img:hover .canvas-img {
	transform: scale(1.3);
}





@media(min-width: 992px) {
  .ip-sellers-bmp-item:nth-child(1) {
    width: 36.5%;
  }
  .ip-sellers-bmp-item:nth-child(2) {
    width: 55%;
  }
  .ip-sellers-bmp-item:nth-child(3) {  
    width: 55%;
  }
  .ip-sellers-bmp-item:nth-child(4) {
    width: 39%;
  }  
  .bmp-photos-label > span {    
    font-size: 1.118125vw;    
  }
  .bmp-photos-label > span:nth-child(2) {    
    font-size: 1.875vw;    
  }  
}
@media(min-width: 1920px) {
  .bmp-photos-label > span {    
    font-size: 17.89px;    
  }
  .bmp-photos-label > span:nth-child(2) {
    font-size: 30px;    
  }  
}
/* bmp */







@media only screen and (min-width: 992px) {
  .ip-sellers-outreach-title .gsite-title {
    font-size: 65px;
  }










}
@media only screen and (min-width: 1601px) {
  .ip-sellers-media-item {
    padding: 10px max(0.75vw, 30px);
  }
  .ip-sellers-logo-item {
    padding: 14px max(0.563vw, 25px);
  }
}
@media only screen and (max-width: 1280px) {
  .mp-bottom-left canvas {
    min-height: 310px;
}
}
@media only screen and (max-width: 1199px) {
  .ip-sellers-feeder-column:nth-child(4) {
    margin-top: 0;
  }
  .mp-bottom-left canvas {
    min-height: 280px;
}

.ip-sellers p {
    font-size: 14px;
}
}
@media only screen and (max-width: 991px) {
  .ip-sellers-buttons {
    padding: 0;
    bottom: 0;
    top: auto;
  }
  .ip-sellers-buttons a {
    width: 50% !important;
    font-size: 13px;
  }
  .ip-sellers-advantage-holder {
    max-width: 530px;
  }
  .ip-sellers-advantage-item {
    width: 100% !important;
  }
  .ip-sellers-advisor-text {
    width: 100%;
    padding-left: 0;
  }
  .ip-sellers-advisor-image {
    width: 100%;
    padding-right: 30px;
  }
  .ip-sellers-outreach-holder {
    max-width: 530px;
  }
  .ip-sellers-outreach-item {
    width: 100% !important;
  }
  .ip-sellers-feeder-column {
    width: 100% !important;
  }
  .ip-sellers-feeder-image-holder {
    max-width: 100%;
  }
  .ip-sellers-luxury-content {
    max-width: 530px;
  }
  .ip-sellers-luxury-image {
    width: 100%;
    padding: 0;
  }
  .ip-sellers-luxury-text {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .ip-sellers-venues-content {
    max-width: 530px;
    margin: 0 auto;
  }
  .ip-sellers-venues-column {
    width: 100% !important;
  }
  .ip-sellers-corporate-content-inner {
    border-left: 20px solid #ffffff;
    border-right: 20px solid #ffffff;
  }
  .ip-sellers-rollover-container {
    max-width: 630px;
  }
  .ip-sellers-rollover-item {
    width: 100% !important;
  }
  .ip-sellers-network-text {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
  }
  .ip-sellers-network-image {
    width: 100%;
    margin-top: 30px;
  }

  .ip-sellers-buttons a div {
    padding: 0 10px;
}

  .ip-sellers p#breadcrumbs::before{
    display: none;
  }

  .ip-sellers p#breadcrumbs {
    margin-bottom: 30px;
}
	
	.matterport-content-top, .matterport-content-bottom {
		margin-bottom: 50px;
	}
	.mp-top-left {
	width: 100%;
		margin-bottom: 35px;
}
.mp-top-right {
	width: 100%;
}
.mp-bottom-left {
	width: 100%;
	margin-bottom: 35px;
}
.mp-bottom-right {
	width: 100%;
}
.mp-top-btn {
    bottom: 20px;
    font-size: 14px;
    letter-spacing: 0.020em;
}
	
	.ip-sellers-zipcode-container {
		max-width: 700px;
	}
	.ip-sellers-zipcode-title .gsite-title {
		width: 100%;
	}
	.gsite-title::before {
		top: 30px;
	}
	.ip-sellers-zipcode-title .gsite-title small::after {
		width: calc(100% - 50%);
	}
	.sellers-zipcode-img {
		width: 100%;
	}
	.sellers-zipcode-text {
		width: 100%;
	}
	.sellers-zipcode-content-top, .sellers-zipcode-content-bottom {
		gap: 35px;
		flex-wrap: wrap;
	}
	
}
@media only screen and (max-width: 767px) {
  .aiosp-wrap .aiosp-container.aiosp-ref-\#ip-tell-popup .aios-popup-body .aiosp-close {
    right: 45px;
    top: 345px;
  }
  .ip-tell-popup {
    padding: 15px;
  }
  .ip-tell-popup-image {
    flex-direction: column;
    align-items: center;
  }
  .ip-tell-popup-image img {
    margin-top: 30px;
  }
  .ip-tell-popup-body .heading-title {
    font-size: 30px;
  }
  .ip-tell-popup-body .heading-title span {
    font-size: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .ip-sellers-advantage-item {
    margin-bottom: 30px;
  }
  .ip-sellers-advisor-image {
    padding-right: 15px;
  }
  .ip-sellers-advisor-image a::before {
    margin-top: 40px;
  }
  .ip-sellers-outreach {
    padding: 50px 0 30px;
  }
  .ip-sellers-outreach-item p.outreach-quote {
    font-size: 20px;
  }
  .ip-sellers-feeder-column {
    margin-bottom: 30px;
  }
  .ip-sellers-luxury {
    padding: 50px 0;
  }
  .ip-sellers-venues-column {
    margin-bottom: 30px;
  }
  .ip-sellers-network {
    padding: 50px 0;
  }
}
