.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;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

.heading {
  margin-left: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 32px;
  font-weight: 400;
}

.heading.navheading {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  font-size: 20px;
}

.section {
  display: block;
  width: 100%;
  height: 550px;
  background-image: url('../images/Introduction-to-Edwards--Clark---Your-SME-Growth-Partners-2022.jpg');
  background-position: 0% 50%;
  background-size: 100%;
}

.section._1st {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  background-image: url('../images/272866625_1889440877869516_6420631890720867498_n.webp');
  background-position: 0% 25%;
  background-size: 125%;
}

.section._2nd {
  background-image: url('../images/58796960_2131059810297091_539536519027752960_n-1.webp');
}

.panelbutton {
  width: 200px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #03c9fb;
  font-family: Lato, sans-serif;
  font-size: 18px;
  text-align: center;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-right: 20px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  position: static;
  max-width: 100%;
  margin-top: 15px;
  margin-left: 5px;
  padding-left: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 0px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.63);
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  position: static;
  top: 40%;
  bottom: 40%;
  font-family: Lato, sans-serif;
  text-decoration: underline;
}

.link.header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}

.div-block {
  height: 70px;
  background-color: rgba(23, 37, 158, 0.8);
}

.paneltext {
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
  font-family: Lato, sans-serif;
  color: #e2e2e2;
  line-height: 18px;
  font-weight: 400;
}

.div-block-4 {
  position: absolute;
  width: 450px;
  height: 300px;
  margin-top: 75px;
  margin-left: 40px;
  padding-top: 0px;
  background-color: rgba(23, 37, 158, 0.8);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.div-block-4._2ndrow {
  position: relative;
  height: 285px;
  margin-top: 15%;
  margin-right: 40px;
  margin-left: 0px;
  float: right;
}

.div-block-2 {
  width: 700px;
  height: 50px;
  margin-top: 6px;
  margin-bottom: 10px;
  float: right;
}

.div-block-3 {
  height: 60px;
  margin-left: 10px;
  float: left;
}

.div-block-3.footer {
  float: right;
}

.heading-2 {
  margin-top: 5px;
  margin-bottom: 0px;
  -webkit-perspective: 431px;
  perspective: 431px;
  -webkit-transform: perspective(706px);
  transform: perspective(706px);
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.heading-2.insetpanel {
  margin-top: 20px;
  font-size: 25px;
  text-align: center;
}

.heading-2.insetpanel.mobile {
  display: none;
}

.grid {
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.grid-2 {
  grid-auto-flow: row dense;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.rwym_block {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  color: #fff;
  font-size: 21px;
  line-height: 27px;
  font-weight: 400;
}

.rwym_block.small {
  margin-top: 0px;
  padding-left: 10px;
  font-size: 14px;
}

.rwym_block.medium {
  margin-right: 10px;
  padding: 10px;
  background-color: rgba(48, 63, 160, 0.75);
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.rwym_block.big {
  margin-top: 10px;
  margin-left: 20px;
  color: #c9c9c9;
  font-size: 14px;
  line-height: 18px;
}

.rwym_block.big.footer {
  margin-top: 16px;
}

.image-2 {
  margin-top: 10px;
}

.div-block-7 {
  position: relative;
  left: auto;
  top: 10%;
  right: 0%;
  bottom: auto;
}

.div-block-7.medium {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 80px;
  margin-top: 30%;
  margin-right: 20px;
}

.div-block-8 {
  width: 200px;
  height: 50px;
  float: right;
}

.div-block-9 {
  width: 500px;
  background-color: #17259e;
}

.section-2 {
  background-color: #17259e;
}

.div-block-10 {
  width: 300px;
  height: 70px;
  margin-right: 10px;
  float: right;
}

.div-block-11 {
  width: 60%;
  float: left;
}

.section-3 {
  height: 10px;
  background-color: #17259e;
}

.body {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(209, 232, 246, 0.66);
  font-family: Lato, sans-serif;
}

.navbar {
  display: none;
}

.nav-link {
  font-family: Lato, sans-serif;
  color: #fff;
}

.nav-link-2 {
  color: #fff;
}

.nav-link-3 {
  color: #fff;
}

.nav-link-4 {
  color: #fff;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.body-2 {
  font-family: Lato, sans-serif;
}

.body-3 {
  font-family: Lato, sans-serif;
}

@media screen and (max-width: 991px) {
  .section._1st {
    background-attachment: scroll;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .section._2nd {
    background-position: 95% 20%;
    background-size: 120%;
    background-repeat: no-repeat;
  }

  .link.header {
    padding-right: 0px;
    font-size: 14px;
    text-align: center;
  }

  .paneltext {
    margin-right: 15px;
    margin-left: 15px;
    font-size: 12px;
  }

  .div-block-4 {
    width: 350px;
  }

  .div-block-4._2ndrow {
    position: absolute;
    height: 285px;
    margin-top: 25%;
    margin-right: 100px;
    margin-left: 50%;
  }

  .div-block-2 {
    width: 450px;
    text-align: left;
  }

  .heading-2.insetpanel {
    font-size: 21px;
  }

  .rwym_block.big.footer {
    margin-top: 8px;
    font-size: 12px;
  }

  .div-block-7.medium {
    margin-top: 50%;
    margin-right: 20px;
  }

  .div-block-11 {
    width: 55%;
  }

  .column {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .section._1st {
    height: 450px;
  }

  .section._2nd {
    height: 450px;
  }

  .panelbutton {
    margin-top: 10px;
  }

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 280px;
    margin-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 14px;
  }

  .link.header {
    font-size: 12px;
  }

  .paneltext {
    margin-top: 10px;
  }

  .div-block-4 {
    width: 250px;
    height: 310px;
    margin-top: 20px;
    margin-left: 20px;
  }

  .div-block-4._2ndrow {
    position: relative;
    height: 320px;
    margin-top: 20%;
    margin-right: 20px;
  }

  .div-block-2 {
    width: 280px;
    float: left;
  }

  .div-block-3 {
    display: block;
    overflow: visible;
  }

  .div-block-3.footer {
    margin-left: 0px;
  }

  .heading-2.insetpanel {
    font-size: 18px;
  }

  .grid-2 {
    grid-template-areas: "Area"
      "Area";
  }

  .rwym_block {
    font-size: 16px;
  }

  .rwym_block.small {
    font-size: 12px;
  }

  .rwym_block.medium {
    width: 150px;
    height: 50px;
    font-size: 12px;
    line-height: 15px;
  }

  .image-2 {
    display: none;
  }

  .div-block-7.medium {
    top: 65%;
    width: auto;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
  }

  .div-block-8 {
    width: auto;
    height: auto;
  }

  .div-block-10 {
    width: 180px;
    margin-top: 0px;
    margin-right: 10px;
  }

  .div-block-11 {
    width: 365px;
  }
}

@media screen and (max-width: 479px) {
  .section._1st {
    height: 265px;
    background-size: 135%;
  }

  .section._2nd {
    height: 250px;
  }

  .panelbutton {
    width: 120px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
  }

  .div-block {
    display: none;
  }

  .paneltext {
    display: none;
  }

  .div-block-4 {
    width: 150px;
    height: 140px;
    margin-left: 10px;
  }

  .div-block-4._2ndrow {
    height: 120px;
  }

  .div-block-3 {
    height: 25px;
    margin-top: 12px;
  }

  .div-block-3.footer {
    width: 100%;
    margin-top: 0px;
  }

  .heading-2.insetpanel {
    display: none;
    margin-top: 5px;
    font-size: 15px;
    line-height: 21px;
  }

  .heading-2.insetpanel.mobile {
    display: block;
  }

  .grid-2 {
    height: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .rwym_block {
    text-align: center;
  }

  .rwym_block.small {
    display: none;
    line-height: 20px;
  }

  .rwym_block.medium {
    width: 135px;
  }

  .rwym_block.big.footer {
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .rwym_block.nav {
    margin-top: 0px;
    font-size: 15px;
  }

  .image-2 {
    margin-top: 0px;
  }

  .div-block-7.medium {
    top: 50%;
  }

  .section-2 {
    height: 150px;
  }

  .div-block-10 {
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-11 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .navbar {
    display: block;
    height: 50px;
    background-color: rgba(23, 37, 158, 0.8);
    color: #fff;
  }

  .brand {
    background-image: url('../images/logo1-1.jpg');
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .container {
    height: 50px;
    background-color: rgba(23, 37, 158, 0.8);
  }

  .icon {
    color: #fff;
  }

  .nav-link {
    background-color: #17259e;
  }

  .nav-link-2 {
    background-color: #17259e;
  }

  .nav-link-3 {
    background-color: #17259e;
  }

  .nav-link-4 {
    background-color: #17259e;
  }

  .nav-menu {
    display: block;
  }

  .menu-button {
    height: 50px;
    padding-top: 15px;
    background-color: #17259e;
  }

  .menu-button.w--open {
    background-color: #17259e;
  }
}

#w-node-c831c83c-1b78-17d2-464d-42aacfd6f03a-5f265f04 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_56b47286-5479-acc3-c2d6-fee8f5d785af-5f265f04 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_13eeead9-035b-2c64-946f-d63334d2b6e3-5f265f04 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}