* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
.gjs-grid-column {
  flex: 1 1 0%;
  padding: 5px 0;
}
.gjs-grid-row {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  min-height: auto;
  padding: 10px 0;
}
#ipzq {
  min-height: 118px;
  background-color: rgb(20, 17, 60);
}
#inyk {
  color: black;
  max-width: 300px;
  padding-left: 30px;
}
#iau9 {
  background-color: rgb(249, 248, 255);
}
.gjs-container {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}
.gjs-section {
  display: flex;
  padding: 50px 0;
}
#ipsaw {
  color: black;
  max-width: 120px;
}
#i5h3o {
  padding: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
#irddn {
  padding: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
}
#iz2ed {
  padding: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.gjs-heading {
  margin: 0;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
}
#i97r6 {
  padding: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
#itxsy {
  padding: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
#ixb04 {
  padding: 10px;
}
#i1wty {
  padding: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
#ipe4d {
  padding: 10px;
}
#i6j9j {
  padding: 10px;
}
#iirtp {
  padding: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
#igumn {
  padding: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.gjs-subheading {
  padding: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#inc58 {
  color: black;
  max-width: 600px;
}
@media (max-width: 992px) {
  .gjs-grid-row {
      flex-direction: column;
  }
}

.dm-serif display-regular {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
}

.dm-serif display-regular-italic {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: italic;
}
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

