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

#ip-communities {
  position: relative;
  padding: 70px 0 0;
  font-size: 0;
}

p#breadcrumbs {
  max-width: 1360px;
  padding: 0 15px;
  margin: 0 auto;
  font-size: 15px;
  text-transform: uppercase;
  color: #212121;
  letter-spacing: 1px;
}

p#breadcrumbs span.breadcrumb_last {
  font-weight: 700;
}

p#breadcrumbs > span {
  position: relative;
}

p#breadcrumbs > span::before {
  content: "";
  position: absolute;
  right: calc(100% + 20px);
  top: 2px;
  width: 62px;
  height: 62px;
  border-left: solid 11px rgba(var(--primary-color), 1);
  border-top: solid 11px rgba(var(--primary-color), 1);
}

/* Main : START */
.ip-communities-main {
  position: relative;
  padding: 60px 0 0;
}

.ip-communities-main-container {
  position: relative;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}
.ip-communities-main-container p {
  font-family: var(--font-family-default);
  font-size: var(--font-size-default);
  color: #222222;
  line-height: 1.9;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 30px;
}
.ip-communities-main-container p.heading {
  font-weight: 600;
}

.map-holder {
  margin: 70px 35px 40px;
}

.map-main {
  position: relative;
  width: 1000px;
}

#transparent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

#trueMap {
  z-index: 1;
}

/* Main : END */
/* List : START */
.ip-communities-holder {
  position: relative;
  padding: 95px 0 0;
}
.ip-communities-holder .gsite-bg {
  height: 14.28%;
  z-index: 1;
}
.ip-communities-holder .gsite-bg::before, .ip-communities-holder .gsite-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ip-communities-holder .gsite-bg::before {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 100%);
  z-index: 5;
}
.ip-communities-holder .gsite-bg::after {
  background: rgba(255, 255, 255, 0.88);
}
.ip-communities-holder .gsite-bg canvas {
  filter: grayscale(1);
}
.ip-communities-holder .gsite-bg:nth-child(2) {
  top: 14.28%;
}
.ip-communities-holder .gsite-bg:nth-child(3) {
  top: 28.56%;
}
.ip-communities-holder .gsite-bg:nth-child(4) {
  top: 42.84%;
}
.ip-communities-holder .gsite-bg:nth-child(5) {
  top: 57.12%;
}
.ip-communities-holder .gsite-bg:nth-child(6) {
  top: 71.4%;
}
.ip-communities-holder .gsite-bg:nth-child(7) {
  top: 85.68%;
}

.ip-communities-holder-title {
  position: relative;
  z-index: 2;
}

.ip-communities-list {
  position: relative;
  margin-top: 102px;
  z-index: 2;
}

.ip-communities-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 0 5.938vw;
  margin-bottom: 100px;
}
.ip-communities-item:nth-child(odd) {
  padding-left: 0;
}
.ip-communities-item:nth-child(even) {
  padding-right: 0;
  flex-direction: row-reverse;
}
.ip-communities-item:nth-child(even) .ip-communities-image a::before {
  left: inherit;
  right: 0;
}

.ip-communities-image {
  width: 52.7%;
}
.ip-communities-image a {
  display: block;
  position: relative;
}
.ip-communities-image a::before {
  content: "";
  display: block;
  position: absolute;
  width: 75%;
  max-width: 590px;
  height: 45px;
  bottom: -45px;
  left: 0;
  background: var(--gradient-color);
}
.ip-communities-image a::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
  border: 10px solid rgba(var(--primary-color), 1);
  border-bottom: 0;
  -o-border-image: linear-gradient(130deg, rgb(154, 153, 159) 0%, rgb(224, 224, 224) 50%, rgb(154, 153, 159) 100%) 10;
     border-image: linear-gradient(130deg, rgb(154, 153, 159) 0%, rgb(224, 224, 224) 50%, rgb(154, 153, 159) 100%) 10;
}
.ip-communities-image a canvas {
  min-height: 250px;
}

.ip-communities-image-title {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 440px;
  top: calc(50% + 45px);
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Lora", sans-serif;
  font-size: 45px;
  font-weight: 500;
  color: #ffffff;
  line-height: 0.9;
  letter-spacing: 0.025em;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px #000000;
}
.ip-communities-image-title span:first-of-type {
  font-size: 17px;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 5px;
}
.ip-communities-image-title span:last-of-type {
  font-size: 17px;
  letter-spacing: 0.085em;
  margin-top: 5px;
}

.ip-communities-image-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 204px;
  height: 54px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
  text-transform: uppercase;
}
.ip-communities-image-play::before, .ip-communities-image-play::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  transition: all var(--default-transition);
}
.ip-communities-image-play::before {
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
}
.ip-communities-image-play::after {
  border: 2px solid #ffffff;
}

.ip-communities-image a:hover .ip-communities-image-play::before {
  opacity: 1;
}
.ip-communities-image a:hover .ip-communities-image-play::after {
  opacity: 0;
}

.ip-communities-image-logo {
  position: absolute;
  width: calc(100% - 20px);
  left: 0;
  right: 0;
  bottom: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 25px;
  margin: 0 auto;
}
.ip-communities-image-logo::before, .ip-communities-image-logo::after {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 10px;
  bottom: 0;
}
.ip-communities-image-logo::before {
  left: 0;
  background: #c5c5c7;
}
.ip-communities-image-logo::after {
  right: 0;
  background: #9a999f;
}
.ip-communities-image-logo div {
  padding: 0 0.938vw;
}
.ip-communities-image-logo div img {
  filter: brightness(0) invert(1);
}
.ip-communities-image-logo div:nth-child(1) img {
  width: 14.375vw;
}
.ip-communities-image-logo div:nth-child(3) img {
  width: 12.500vw;
}
.ip-communities-image-logo div:nth-child(2) {
  flex-grow: 1;
  padding: 0;
  height: 10px;
  background: var(--gradient-color);
}

.ip-communities-text {
  position: relative;
  width: 47.3%;
  padding: 38px 45px;
  margin-top: 45px;
  background: #ffffff;
  z-index: 1;
}

.ip-communities-name {
  position: relative;
  display: inline-block;
  font-size: 35px;
  font-weight: 600;
  color: #010101;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.ip-communities-name::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 4px);
  height: 20px;
  left: 0;
  bottom: -4px;
  background: #cecece;
  z-index: -1;
}

.ip-communities-excerpt {
  font-size: 15px;
  color: var(--font-color-default);
  line-height: 1.7;
  letter-spacing: 0.025em;
  margin-top: 18px;
}

.ip-communities-view {
  margin-top: 24px;
}

/* List : END */
@media only screen and (min-width: 992px) {
  .hp-influence {
    padding-top: 65px;
  }
}
@media only screen and (max-width: 1440px) {
  .ip-communities-image-title {
    font-size: 35px;
    max-width: 350px;
  }
}
@media only screen and (max-width: 1366px) {
  .ip-communities-image-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1199px) {
  .ip-communities-image-title {
    font-size: 25px;
    max-width: 250px;
    top: calc(50% + 35px);
  }
  .ip-communities-image-title span:first-of-type {
    font-size: 12px;
  }
  .ip-communities-image-title span:last-of-type {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .ip-communities-item {
    padding: 0 15px !important;
  }
  .ip-communities-image {
    width: 100%;
  }
  .ip-communities-text {
    width: 100%;
    padding: 30px 20px;
    margin-top: 60px;
  }
}