#customPageTitle {
  position: relative;
  font-size: 20px;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 30px;
  font-weight: 800;
  border-bottom: 0;
  text-transform: lowercase;
  margin-top: 40px;
}

.customPageCenteredContent[data-custom-id="1"] #customPageTitle {
  grid-column-start: 1;
  grid-column-end: 2;
}

.customPageCenteredContent[data-custom-id="6"] #customPageTitle {
  grid-column-start: 2;
  grid-column-end: 3;
  width: 50%;
  margin: 0 auto;
  text-align: left;
  margin-top: 7vw;
  text-align: center;
}

.customPageCenteredContent[data-custom-id="6"] .customPageText {
  grid-column-start: 2;
  grid-column-end: 3;
  line-height: 21px;
}

#content {
  min-height: 37vw;
}

.customPageCenteredContent[data-custom-id="6"] .customPageText::last-child {
  margin-bottom: 20vw;
}

.customPageCenteredContent[data-custom-id="6"] .customPageImage {
  grid-column-start: 1;
  position: absolute;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 6;
  top: 0;
  margin-top: 0;
}

.customPageText {
  font-size: 14px;
  width: 50%;
  margin: 0 auto;
  grid-column-start: 1;
  grid-column-end: 2;
  text-align: center;
  margin-bottom: 20px;
}

.customPageCenteredContent[data-custom-id="8"] {
  width: 50% !important;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.customPageCenteredContent[data-custom-id="8"] .customPageText > span {
  display: contents;
}

.customPageCenteredContent[data-custom-id="8"] .customPageText {
  width: 48%;
  max-width: unset;
  padding: 10px;
  float: left;
}

.customPageText > span {
  display: contents;
}

.customPageCenteredContent[data-custom-id="8"] .customPageImage {
  width: 48%;
  float: left;
  aspect-ratio: 4/3;
  object-fit: cover;
  margin: 1%;
}

.customPageCenteredContent[data-custom-id="8"] .customPageCaption {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  margin: 20px 0;
}
.customPageCenteredContent[data-custom-id="4"] .customPageText{
  display: grid;
 
}

.centeredContent.customPageCenteredContent[data-custom-id="4"]{
padding-bottom:0;
}
.customPageCenteredContent.centeredContent {
  width: 100% !important;
  max-width: unset;
  color: #000;
  padding-top: 10px;
  padding-bottom: 60px;
}

strong {
  font-weight: 800;
}

.customPageCenteredContent[data-custom-id="1"] {
  display: grid;
  margin: 0 auto;
  width: 90% !important;
  padding-bottom: 34px;
}

.customPageCenteredContent[data-custom-id="6"] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  overflow: visible;
  margin-top: 0;
  padding-top: 0;
}

#content + .customPageCenteredContent[data-custom-id="6"] {
  min-height: 100vh;
}

.customPageCenteredContent[data-custom-id="1"] #customPageTitle {
  margin-top: 50px;
}

.contactDiv[data-item-id="1"] {
  grid-column-start: 1;
  grid-column-end: 2;
}

.customPageCenteredContent[data-custom-id="1"] .customPageText {
  grid-column-start: 1;
  grid-column-end: 2;
  width: 80%;
  text-align: center;
  margin-bottom: 30px;
  display: grid;
}

.mapDiv {
  width: 100%;
  margin: 0;
}

.customPageCenteredContent[data-custom-id="1"] .mapDiv {
  width: 100%;
  height: auto;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 5;
  margin-bottom: 0;
}

.customPageCenteredContent[data-custom-id="1"] .mapDiv + .customPageText {
  margin-bottom: 20px;
}



.contactInput {
  border: 1px solid #000;
  border-radius: 0;
  color: #000;
  width: calc(100% - 27px);
}

.contactTextarea {
  width: calc(100% - 44px);
}

.contactInput::-webkit-input-placeholder {
  color: #000;
  opacity: 0.8;
  text-transform: lowercase;
}

.contactInput:-moz-placeholder {
  color: #000;
  opacity: 0.8;
  text-transform: lowercase;
}

.contactInput::-moz-placeholder {
  color: #000;
  opacity: 0.8;
  text-transform: lowercase;
}

.contactInput:-ms-input-placeholder {
  color: #000;
  opacity: 0.8;
  text-transform: lowercase;
}

.contactInput::-ms-input-placeholder {
  color: #000;
  opacity: 0.8;
  text-transform: lowercase;
}

.sendContact {
  background-color: #000;
  border-radius: 0;
  text-transform: lowercase;
}

.customPageCenteredContent[data-custom-id="2"] .customPageText {
  width: 50%;
  text-align: left;
}

@media screen and (max-width: 1100px) {
  .customPageCenteredContent[data-custom-id="1"] {
    display: block;
  }
  .customPageCenteredContent[data-custom-id="7"],  .customPageCenteredContent[data-custom-id="3"] {
margin-bottom:0;
  }

  .customPageCenteredContent[data-custom-id="7"]
.customPageImage,  .customPageCenteredContent[data-custom-id="3"]
.customPageImage{
  margin-bottom:0;
}
  


      .customPageCenteredContent.centeredContent {
        width: 100%;
        margin-top: 30px;
        padding-bottom: 0;
    }

  .customPageCenteredContent[data-custom-id="1"] .customPageText {
    width: 95%;
    line-height: 20px;
  }
  .customPageCenteredContent[data-custom-id="2"]
  .customPageImage {
    margin-bottom:20px;
}

  .customPageCenteredContent[data-custom-id="6"] {
    display: block;
    padding-top: 30px;
  }

  .customPageCenteredContent[data-custom-id="6"] .customPageImage {
    position: relative;
    width: 90%;
  }

  .customPageCenteredContent[data-custom-id="6"] #customPageTitle {
    padding-bottom: 20px;
  }

  .customPageCenteredContent[data-custom-id="6"] .customPageText {
    width: 90%;
  }

  .customPageCenteredContent[data-custom-id="8"] {
    width: 90% !important;
  }

  .customPageCenteredContent[data-custom-id="8"] .customPageImage,
  .customPageCenteredContent[data-custom-id="8"] .customPageText {
    width: 100%;
    aspect-ratio: unset;
    margin: 20px 0;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .customPageText {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    line-height: 15px;
    font-size: 13px;
    text-align: center;
  }

  .contactDiv {
    width: 80%;
  }

  .contactInput {
    width: calc(100% - 26px);
  }

  .contactTextarea {
    width: calc(100% - 44px);
  }

  .mapDiv {
    width: 80%;
    margin: 0 auto;
    height: 100vw;
  }

  .customPageCenteredContent[data-custom-id="2"] .customPageText {
    width: 70%;
    text-align: left;
  }
}
