.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;
  font-family: Oswald, sans-serif;
  color: #000;
}

.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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  width: 30%;
  max-width: 30%;
}

.heading {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Oswald, sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
}

.field-label {
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
}

.text-field {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.submit-button {
  background-color: #000;
  text-transform: uppercase;
}

.heading-2 {
  font-weight: 500;
  text-transform: uppercase;
}

.div-block {
  font-weight: 400;
  text-transform: uppercase;
}

.image-2 {
  width: 60%;
  max-width: 60%;
  text-align: center;
}

.link-block {
  display: inline-block;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.section {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #fff;
  box-shadow: 1px 1px 25px -17px #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  overflow: auto;
  width: 20vw;
  height: 100%;
  padding-top: 100px;
  background-color: #f5f5f5;
  color: #fff;
}

.heading-3 {
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
}

.link {
  display: inline;
  font-family: Oswald, sans-serif;
  font-size: 20px;
}

.div-block-2 {
  margin-left: 20px;
}

.div-block-3 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.link-block-2 {
  display: inline;
  color: #000;
  text-decoration: none;
}

.text-block {
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
}

.mainsection {
  position: fixed;
  left: 20vw;
  top: 10%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  overflow: auto;
  padding-top: 40px;
}

.button {
  width: 100%;
  max-width: 100%;
  padding: 20px 0px 20px 20px;
  background-color: #f5f5f5;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 22px;
}

.button:hover {
  background-color: #000;
  color: #fff;
}

.button.w--current {
  background-color: #000;
  color: #fff;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cards {
  margin-right: 40px;
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f5f5f5;
}

.cards.cardright {
  margin-right: 0px;
}

.cardtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
}

.columns {
  margin-right: 0px;
  margin-left: 0px;
}

.div-block-4 {
  background-color: #f5f5f5;
}

.buttonsec {
  margin-top: 20px;
  background-color: #000;
  font-family: Oswald, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.buttonsec.floatright {
  float: right;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-block-2 {
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-weight: 400;
  text-decoration: none;
}

.link-2 {
  font-family: 'Open Sans', sans-serif;
  text-decoration: underline;
}

.image-3 {
  display: block;
  width: 20%;
  max-width: 20%;
  margin-top: 20px;
}

.table {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tabletitle {
  padding-left: 20px;
  background-color: #f5f5f5;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.tableheader {
  display: -ms-grid;
  display: grid;
  margin-top: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tablecontent {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 16px auto 16px auto 16px auto 16px auto;
  grid-template-rows: auto auto auto auto auto;
}

.contenttext {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.button-2 {
  float: right;
  background-color: #000;
}

.text-block-3 {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.totaltext {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 22px;
  text-transform: uppercase;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -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;
}

.pagination {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(56, 152, 236, 0);
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 600;
}

.pagination:hover {
  background-color: #000;
  color: #fff;
}

.pagination.lastpag {
  border-right-style: solid;
  border-right-width: 0.1px;
}

.section-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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-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;
  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;
  -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;
}

.label {
  font-family: Oswald, sans-serif;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.container-5 {
  max-width: 17vw;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.passwordfield {
  border: 1px solid #000;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.submit-button-2 {
  background-color: #000;
  font-family: Oswald, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .heading-3 {
    font-size: 20px;
  }

  .mainsection {
    padding-right: 20px;
    padding-left: 20px;
  }

  .button {
    font-size: 18px;
  }

  .container-2 {
    display: block;
  }

  .cards {
    margin-right: 0px;
    margin-left: 0px;
  }

  .cards.cardright {
    margin-right: 0px;
  }
}

#w-node-_419a976e-c758-52aa-25c8-7ab3f944850f-9525d23d {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_710df68c-ae4e-edec-2505-9b09fabaf7e5-9525d23d {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.tablecontent>#w-node-_710df68c-ae4e-edec-2505-9b09fabaf7e5-9525d23d {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-d3f9d7d4-edb0-d66f-a8c0-08018954b97a-9525d23d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8998df33-fdf6-4dbe-f9aa-d559d7b37bbf-9525d23d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a99903a9-9983-a330-f963-ef246bad9343-9525d23d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_849fdca2-d121-c522-a639-80932acb528f-9525d23d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}