.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

 .headline {
      font-family: 'Playfair Display', serif;
      font-weight: 800;
      /* font-size: 2.8em; */
      color: #2b2b2b;
      text-align: center;
      /* margin-top: 30px; */
    }

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.font-normal {
  font-style: normal;
}

.nav_butto {
  position: static;
  left: 0px;
  top: 1vh;
  display: inline-block;
  overflow: visible;
  padding: 1.5vh 1.5vw;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #fcfdff;
  font-size: 1vw;
  line-height: 1vh;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  white-space: normal;
  -o-object-fit: contain;
  object-fit: contain;
}

.dropdown-link-3 {
  display: inline-block;
  color: #edeff4;
  text-align: center;
}

.navbar-3 {
  position: relative;
  display: inline-block;
  max-width: 80vw;
  margin-top: 0px;
  margin-bottom: 10vh;
  background-color: transparent;
  text-align: center;
}

.icon-2 {
  color: #f7f8f9;
}

.newdevelopment-banner {
  position: static;
  display: inline-block;
  overflow: visible;
  width: 100vw;
  height: 30vw;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 15px solid transparent;
  border-radius: 0vw;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(58%, rgba(82, 95, 127, 0.23)), to(#adb5bd)), url('../images/New-Development.jpg');
  background-image: linear-gradient(0deg, rgba(82, 95, 127, 0.23) 58%, #adb5bd), url('../images/New-Development.jpg');
  background-position: 0px 0px, 50% 50%;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  -webkit-transform: translate3d(0px, 0px, 5px);
  transform: translate3d(0px, 0px, 5px);
  font-size: 2vw;
  line-height: 2vh;
  font-weight: 400;
  text-align: center;
  background-clip: padding-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: fill;
  object-fit: fill;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.dropdown-link-5 {
  display: inline-block;
  color: #f8f8f8;
  text-align: center;
}

.nav_butto_login {
  position: static;
  left: 0px;
  top: 6px;
  display: inline-block;
  overflow: visible;
  margin-top: 0vh;
  padding: 1.5vh 1.5vw;
  border-radius: 8px;
  background-color: #536385;
  font-family: 'Open Sans', sans-serif;
  color: #fcfdff;
  font-size: 1vw;
  line-height: 1vh;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  white-space: normal;
  -o-object-fit: contain;
  object-fit: contain;
}

.menu-button-2 {
  display: none;
}

.nav-menu-2 {
  position: relative;
  left: 0px;
  top: 0px;
  display: inline-block;
  margin-top: 5vh;
  margin-left: 0px;
  padding-right: 5vw;
  text-align: center;
}

.nav_button-language {
  position: relative;
  left: 0px;
  top: 0px;
  display: inline;
  overflow: visible;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #525f7f;
  font-size: 1vw;
  line-height: 1vh;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  white-space: normal;
  -o-object-fit: contain;
  object-fit: contain;
}

.brand-2 {
  position: relative;
  left: auto;
  top: auto;
  display: inline-block;
  width: 4vw;
  height: 5vh;
  margin-top: 5vh;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: url('../images/Sutton-logo--no-background-B-02-1_1Sutton logo -no background B-02 1.png');
  background-position: 50% 50%;
  background-size: cover;
  font-size: 2vw;
  -o-object-fit: fill;
  object-fit: fill;
}

.brand-2.w--current {
  width: 4vw;
  height: 5vh;
  margin-top: 5vh;
  padding-right: 0px;
  padding-bottom: 0px;
  background-clip: padding-box;
  -webkit-text-fill-color: inherit;
}

.text-block-33 {
  color: #fff;
}

.dropdown-toggle-2-copy {
  top: 0px;
  bottom: 0px;
  margin-top: 0px;
  padding: 1.5vh 3vw 1.5vh 1.5vw;
  color: #fff;
}

.dropdown-toggle-2-copy.w--open {
  color: transparent;
}

.dropdown-link-4 {
  display: inline-block;
  color: #fff;
  text-align: center;
}

.nav_button-copy {
  position: relative;
  left: 10px;
  top: 6px;
  display: inline-block;
  overflow: visible;
  margin-top: 5px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #fcfdff;
  font-size: 1vw;
  line-height: 1vh;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  white-space: normal;
  -o-object-fit: contain;
  object-fit: contain;
}

.nav_button-copy.w--current {
  left: 10px;
  top: 6px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.dropdown-list-2 {
  left: 0%;
  top: 200%;
  right: auto;
  bottom: auto;
  display: none;
  background-color: transparent;
  text-align: left;
}

.dropdown-list-2.w--open {
  left: 0%;
  top: 180%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  background-color: transparent;
  color: #f9f9f9;
  text-align: center;
}

.dropdown-list-3 {
  background-color: transparent;
}

.text-block-16 {
  color: #c21b2c;
  font-size: 30px;
  line-height: 34px;
}

.br-line_grey {
  max-width: 100%;
  min-height: 3px;
  min-width: 100%;
  margin-left: 0px;
  background-color: #e9ecef;
}

.heading-suttonred {
  margin-top: 50px;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #1d1d1d;
  font-size: 2vw;
  font-weight: 500;
  text-decoration: none;
}

.heading-suttonred.trusted-clients {
  margin-top: 50px;
  margin-left: 0px;
}

.contactus_container {
  padding-right: 146px;
  padding-left: 146px;
}

.grid-trusted-clients {
  position: relative;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-template-areas: "Area Area-2 Area-3 Area-4"
    "Area-5 Area-6 Area-7 Area-8";
  -ms-grid-columns: 2fr 2fr 2fr 2fr;
  grid-template-columns: 2fr 2fr 2fr 2fr;
  text-align: left;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.contactus_logo {
  margin-top: 100px;
  max-width: 1000px;
  min-width: 800px;

}

.some-trusted-clients {
  margin-top: 150px;
}

.image-18 {
  margin-top: 20px;
}

.radio-button {
  border-width: 2px;
  border-color: #c22133;
  border-radius: 0%;
}

.text-contactus-from-a {
  padding-top: 20px;
}

.contactus {
  position: relative;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
}

.text-contactus-form {
  position: relative;
  left: 30px;
  top: 80px;
  margin-left: 25px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  width: 80%;
}

.radio-button-field-2 {
  padding-top: 10px;
}

.signup_submitbutton {
  margin: 20px auto 0;
  padding: 0.625rem 1.25rem;
  background-color: var(--primary-color);
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  font-size: 0.874rem;
}

.select-field {
  position: relative;
  top: 0px;
  margin-top: 20px;
  background-color: #dfcfcf;
  font-style: normal;
  text-align: left;
}

.text-field-2 {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #e7e7e7;
  background-color: transparent;
}

.contactus-form {
  position: absolute;
  left: 580px;
  top: -52px;
  width: 30%;
  height: 900px;
  margin-top: 0px;
  margin-left: 55px;
  background-color: #dfd7d5;
  z-index: 1;
}

.contactus_signup_form {
  position: relative;
  left: 30px;
  top: -30px;
  width: 75%;
  margin-left: 25px;
}

.contactus-picture-bg {
  height: 800px;
  margin-top: 150px;
  background-image: url('../images/jane-005.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.form-block {
  position: relative;
  top: 143px;
  font-style: italic;
}

.heading-contactus-form {
  position: relative;
  left: 30px;
  top: 60px;
  margin-left: 25px;
  color: #c21b2c;
}

.contactus_meet_container {
  margin-top: 100px;
  padding-right: 0px;
  padding-bottom: 100px;
  padding-left: 0px;
}

.div-block-7 {
  background-image: url('../images/Sutton1stWest.png');
  background-position: 0px 0px;
  background-size: cover;
}

.column-3 {
  left: 0px;
}

.suttonfamily-text {
  position: absolute;
  left: 3rem;
  top: 10rem;
  right: auto;
  bottom: auto;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}

.suttonfamily-text.sutton-centre {
  left: 76px;
}

.link-block-4 {
  position: relative;
}

.div-block-8 {
  background-image: url('../images/SuttonWC.png');
  background-position: 50% 50%;
  background-size: cover;
}

.image-16 {
  cursor: pointer;
}

.div-block-9 {
  background-image: url('../images/SuttonCentre.png');
  background-position: 50% 50%;
  background-size: cover;
}

.image-15 {
  position: static;
  cursor: pointer;
}

.column-5 {
  display: block;
}

.text-block-40 {
  font-family: Montserrat, sans-serif;
  color: #c21b2c;
  font-weight: 500;
}

.columns {
  margin-top: 25px;
}

.columns-11 {
  margin-top: 120px;
}

.columns-9 {
  margin-top: 150px;
}

.div-block-31 {
  position: relative;
}

.social-media-icon {
  margin-right: 10px;
}

.link-3 {
  display: block;
  margin-top: 8px;
  color: #979797;
  text-align: center;
}

.div-block-32 {
  width: 100vw;
  height: 20vh;
}

.footer {
  margin-top: 60px;
  background-color: #f7f8f9;
}

.button-10 {
  display: inline-block;
  padding-right: 50px;
  padding-left: 50px;
  background-color: #c3312a;
  text-align: left;
}

.heading-17 {
  display: inline-block;
  margin-right: -27px;
  color: #c3312a;
  font-weight: 600;
  letter-spacing: -1.06px;
}

.column-12 {
  left: 0px;
  margin-top: 25px;
  text-align: center;
}

.heading-18 {
  margin-top: 0px;
  color: #c3312a;
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .newdevelopment-banner {
    position: static;
    display: inline-block;
    overflow: visible;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(58%, rgba(82, 95, 127, 0.23)), to(#adb5bd)), url('../images/New-Development.jpg');
    background-image: linear-gradient(0deg, rgba(82, 95, 127, 0.23) 58%, #adb5bd), url('../images/New-Development.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, fixed;
    background-clip: padding-box;
    -webkit-text-fill-color: inherit;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .heading-suttonred {
    margin-left: -1px;
    border: 1px none #000;
    direction: ltr;
    text-decoration: none;
  }

  .contactus-form {
    position: absolute;
    left: 580px;
    top: -80px;
    right: 0px;
    width: 25%;
    height: 900px;
    margin-left: 65px;
    background-color: #dfd7d5;
    text-align: left;
    z-index: 1;
  }

  .contactus-picture-bg {
    height: 800px;
    background-image: url('../images/jane-005.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;
  }
}

@media screen and (min-width: 1440px) {
  .nav-menu-2 {
    margin-left: 0px;
    padding-right: 158px;
  }

  .brand-2 {
    margin-left: 50px;
  }

  .text-block-16 {
    color: #c21b2c;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
  }

  .heading-suttonred {
    margin-left: 1px;
  }

  .contactus_logo {
    margin-top: 100px;
    padding-top: 0px;
  }

  .some-trusted-clients {
    margin-top: 150px;
    padding-top: 0px;
  }

  .contactus-form {
    position: absolute;
    left: 617px;
    top: -70px;
    bottom: 0px;
    height: 920px;
    background-color: #dfd7d5;
  }

  .contactus-picture-bg {
    width: 100%;
    height: 800px;
    margin-top: 150px;
    background-color: #824f4f;
  }

  .suttonfamily {
    margin-top: 150px;
  }

  .contactus_meet_container {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .suttonfamily-text {
    left: 22%;
    top: 65%;
  }
}

@media screen and (min-width: 1920px) {
  .nav_butto {
    position: static;
    right: auto;
    display: inline-block;
    padding-top: 1.5vh;
    padding-right: 1.5vw;
    padding-bottom: 1.5vh;
    color: #f4f4f4;
    font-style: normal;
    font-weight: 400;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .dropdown-link-3 {
    position: static;
    display: block;
    text-align: center;
  }

  .navbar-3 {
    position: relative;
    display: inline-block;
    margin-bottom: 10vh;
    background-color: transparent;
    text-align: center;
  }

  .icon-2 {
    position: absolute;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    padding-top: 0px;
    color: #bebfbf;
  }

  .newdevelopment-banner {
    position: relative;
    display: inline-block;
    height: 27vw;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(58%, rgba(82, 95, 127, 0.23)), to(#adb5bd)), url('../images/New-Development.jpg');
    background-image: linear-gradient(0deg, rgba(82, 95, 127, 0.23) 58%, #adb5bd), url('../images/New-Development.jpg');
    background-position: 0px 0px, 50% 60%;
  }

  .dropdown-link-5 {
    position: static;
    display: block;
    text-align: center;
  }

  .nav_butto_login {
    position: static;
    right: 0px;
    margin-top: 0vh;
    margin-right: 0.5vw;
    margin-left: 0.5vw;
    padding: 1.5vh 2vh;
    color: #f4f4f4;
    font-style: normal;
    font-weight: 400;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .menu-button-2 {
    display: none;
  }

  .nav-menu-2 {
    padding-right: 5vw;
  }

  .nav_button-language {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    display: inline-block;
    border-radius: 2px;
    font-style: normal;
    font-weight: 400;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .brand-2 {
    left: 0px;
    top: auto;
    display: inline-block;
    overflow: visible;
    height: 5vh;
    margin-top: 5vh;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    background-image: url('../images/Sutton-logo--no-background-B-02-1_1Sutton logo -no background B-02 1.png');
    background-position: 50% 50%;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .brand-2.w--current {
    margin-top: 5vh;
    margin-right: 0px;
    padding: 0px;
    background-color: transparent;
  }

  .text-block-33 {
    position: static;
    color: #fff;
  }

  .dropdown-toggle-2-copy {
    position: relative;
    top: auto;
    bottom: auto;
    display: inline-block;
    padding: 0.55vh 1.5vw 1.5vh;
    border-radius: 0px;
    background-color: transparent;
    color: #fff;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .dropdown-link-4 {
    position: static;
    display: block;
    text-align: center;
  }

  .nav_button-copy {
    right: 0px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    color: #f4f4f4;
    font-style: normal;
    font-weight: 400;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .dropdown-list-2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    background-color: transparent;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .dropdown-list-2.w--open {
    top: 100%;
    display: inline-block;
    padding-top: 1vh;
    background-color: transparent;
  }

  .dropdown-list-3.w--open {
    margin-left: -20px;
    text-align: center;
  }

  .text-block-16 {
    padding-top: 30px;
    padding-right: 139px;
  }

  .heading-suttonred {
    margin-left: 21px;
    font-family: Montserrat, sans-serif;
    color: #1d1d1d;
    text-align: left;
  }

  .contactus_container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .brand-image {
    text-align: left;
  }

  .grid-trusted-clients {
    margin-left: 0px;
    padding-left: 0px;
    grid-auto-flow: column;
    grid-auto-rows: 1fr;
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-areas: "Area Area-2 Area-3 Area-4"
      "Area-5 Area-6 Area-7 Area-8";
    -ms-grid-columns: 4fr 18px 4fr 18px 4fr 18px 4fr;
    grid-template-columns: 4fr 4fr 4fr 4fr;
    -ms-grid-rows: auto 18px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .contactus {
    padding-top: 0px;
  }

  .text-contactus-form {
    margin-left: 40px;
  }

  .contactus-form {
    position: absolute;
    left: 1613px;
    top: -56px;
    width: 500px;
    margin-left: -550px;
    background-color: rgba(223, 215, 213, 0.86);
  }

  .contactus_signup_form {
    margin-left: 40px;
  }

  .contactus-picture-bg {
    margin-bottom: 100px;
  }

  .heading-contactus-form {
    margin-left: 40px;
  }

  .suttonfamily {
    margin-top: 0px;
  }

  .contactus_meet_container {
    display: block;
    margin-top: 0px;
    margin-bottom: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .suttonfamily-text {
    position: absolute;
    left: 26%;
    top: 65%;
    display: block;
    font-size: 1vw;
    line-height: 1vh;
    font-weight: 500;
  }

  .suttonfamily-text.sutton-centre {
    left: 33%;
  }

  .link-block-4 {
    position: relative;
  }

  .image-16 {
    position: static;
  }

  .image-15 {
    position: static;
  }

  .text-block-40 {
    padding-bottom: 10px;
    padding-left: 21px;
    font-family: Montserrat, sans-serif;
    color: #c21b2c;
    font-size: 16px;
    font-weight: 500;
  }

  .div-block-32 {
    width: 100vw;
    height: 20vh;
    margin-top: 0px;
    color: #f7f8f9;
  }

  .footer {
    margin-bottom: 0px;
    background-color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .newdevelopment-banner {
    border-radius: 6vw;
  }
}

#w-node-bc4236cf-880a-1fc7-5c70-002a15de3dc6-43ccffb0 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: Area-2;
}

#w-node-bc4236cf-880a-1fc7-5c70-002a15de3dc7-43ccffb0 {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
  grid-area: Area-8;
}

#w-node-bc4236cf-880a-1fc7-5c70-002a15de3dc8-43ccffb0 {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: Area-6;
}

#w-node-bc4236cf-880a-1fc7-5c70-002a15de3dc9-43ccffb0 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: Area-5;
}

#w-node-bc4236cf-880a-1fc7-5c70-002a15de3dca-43ccffb0 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-3;
}

#w-node-bc4236cf-880a-1fc7-5c70-002a15de3dcb-43ccffb0 {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  grid-area: Area-4;
}

#w-node-bc4236cf-880a-1fc7-5c70-002a15de3dcc-43ccffb0 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

#w-node-bc4236cf-880a-1fc7-5c70-002a15de3dcd-43ccffb0 {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: Area-7;
}

@media screen and (min-width: 1920px) {
  #w-node-bc4236cf-880a-1fc7-5c70-002a15de3dcd-43ccffb0 {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    grid-area: Area-7;
  }

  @media screen and (min-width: 1920px) {
    #w-node-bc4236cf-880a-1fc7-5c70-002a15de3dc6-43ccffb0 {
      -ms-grid-row: 1;
      -ms-grid-column: 3;
    }

    #w-node-bc4236cf-880a-1fc7-5c70-002a15de3dc7-43ccffb0 {
      -ms-grid-row: 3;
      -ms-grid-column: 7;
    }

    #w-node-bc4236cf-880a-1fc7-5c70-002a15de3dc8-43ccffb0 {
      -ms-grid-row: 3;
      -ms-grid-column: 3;
    }

    #w-node-bc4236cf-880a-1fc7-5c70-002a15de3dc9-43ccffb0 {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
    }

    #w-node-bc4236cf-880a-1fc7-5c70-002a15de3dca-43ccffb0 {
      -ms-grid-row: 1;
      -ms-grid-column: 5;
    }

    #w-node-bc4236cf-880a-1fc7-5c70-002a15de3dcb-43ccffb0 {
      -ms-grid-row: 1;
      -ms-grid-column: 7;
    }

    #w-node-bc4236cf-880a-1fc7-5c70-002a15de3dcc-43ccffb0 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }

    #w-node-bc4236cf-880a-1fc7-5c70-002a15de3dcd-43ccffb0 {
      -ms-grid-row: 3;
      -ms-grid-column: 5;
    }

    #w-node-bc4236cf-880a-1fc7-5c70-002a15de3dcd-43ccffb0 {
      -ms-grid-row: 3;
      -ms-grid-column: 5;
    }
  }
}
