ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-left: 40px;
}

li {
  margin-top: 38px;
  padding-top: 0px;
  font-size: 24px;
}

strong {
  font-weight: bold;
}

.list-item {
  padding-top: 2px;
  color: #18027a;
  font-size: 24px;
  list-style-type: disc;
}

.image {
  overflow: visible;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-left: 0px;
  text-align: left;
}

.bold-text {
  color: #18027a;
  font-weight: 400;
  text-align: justify;
}

.section {
  display: block;
  height: 591px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #e0eaf3;
  background-image: url('../images/2MicrosoftTeams-image.jpg');
  background-position: 20% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -o-object-fit: fill;
  object-fit: fill;
}

.section.d-none.d-md-block.d-lg-block {
  height: 100%;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url('../images/2MicrosoftTeams-image.jpg');
  background-position: 0% 0%;
  background-repeat: repeat-x;
}

.section.d-none.d-sm-block.d-xs-block {
  display: block;
  background-image: url('../images/2MicrosoftTeams-image.jpg');
}

.section.mobile {
  display: none;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  background-color: #fff;
  text-align: center;
}

.section-3 {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #000;
  text-align: center;
}

.image-2 {
  display: block;
  overflow: visible;
  width: 60px;
  height: 60px;
  max-width: none;
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 2px solid #000;
  border-radius: 30px;
  outline-color: #00e;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  font-size: 20px;
  -o-object-fit: fill;
  object-fit: fill;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: transparent;
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.text-block {
  display: block;
  overflow: visible;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 1px none #000;
  border-radius: 0px;
  background-color: #fff;
  outline-color: #000;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 1px;
  font-size: 20px;
}

.link-block {
  display: block;
  overflow: visible;
  width: auto;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: none;
  border-width: 1px;
  border-color: #000;
  border-radius: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.container {
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 0px;
  text-align: center;
  text-decoration: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block {
  width: 200px;
  height: 200px;
  padding-left: 0px;
  text-align: center;
}

.column-2 {
  display: inline;
  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 {
  grid-auto-flow: row;
  grid-row-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 200px;
  grid-template-rows: 200px;
}

.button {
  border-radius: 0px;
}

.button-2 {
  border: 2px solid #000;
  border-radius: 20px;
  background-color: #fff;
  color: #000;
  text-align: left;
}

.div-block-2 {
  overflow: visible;
  width: 300px;
  height: 320px;
  margin: 10px auto;
  padding-left: 0px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 13px 20px -9px #000;
  font-weight: 400;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-4 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 30px;
  background-color: #e0eaf3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e0eaf3), to(#fff));
  background-image: linear-gradient(180deg, #e0eaf3, #fff);
  text-align: center;
}

.column-3 {
  position: relative;
  border-radius: 0px;
  text-align: center;
}

.div-block-3 {
  position: relative;
  top: 10px;
  overflow: visible;
  width: 280px;
  height: 300px;
  margin: 0px 10px 10px;
  padding: 0px;
  float: none;
  border-style: solid;
  border-width: 1px;
  border-color: #18027a;
  border-radius: 20px;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -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;
}

.list {
  font-family: Helvetica, sans-serif;
  font-size: 24px;
  text-align: left;
  white-space: normal;
}

.list-2 {
  direction: ltr;
  text-align: justify;
  white-space: pre-line;
}

.button-3 {
  margin-top: 20px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 3px;
  border-color: #e12f35;
  border-radius: 20px;
  background-color: #e12f35;
  color: #fff;
  font-weight: 700;
}

.heading {
  display: block;
  margin-bottom: 10px;
  color: #18027a;
}

.columns {
  padding-top: 0px;
  padding-bottom: 20px;
}

.paragraph {
  float: none;
  clear: none;
  font-family: Helvetica, sans-serif;
  color: #18027a;
  font-size: 20px;
  font-weight: 400;
}

.heading-2 {
  display: block;
  width: 300px;
  -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;
  font-family: Helvetica, sans-serif;
  color: #18027a;
  text-align: center;
}

.submit-button {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  background-color: #0cae5e;
  background-image: url('../images/right-arrow.png');
  background-position: 95% 50%;
  background-size: auto 50%;
  background-repeat: no-repeat;
  box-shadow: none;
  font-size: 24px;
  font-weight: 400;
}

.heading-3 {
  width: 233px;
  margin: 10px auto 0px;
  -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;
  border-radius: 14px;
  background-color: #18027a;
  color: #fff;
  text-align: center;
}

.heading-4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #18027a;
  text-align: center;
}

.italic-text {
  text-align: left;
}

.paragraph-2 {
  text-align: center;
}

.list-item-2 {
  padding-top: 2px;
  color: #18027a;
}

.list-item-3 {
  padding-top: 2px;
  color: #18027a;
}

.list-item-4 {
  padding-top: 2px;
  color: #18027a;
}

.list-item-5 {
  padding-top: 2px;
  font-family: Helvetica, sans-serif;
  color: #18027a;
  font-weight: 400;
}

.list-item-6 {
  padding-top: 2px;
  color: #18027a;
  font-weight: 400;
}

.list-item-7 {
  padding-top: 2px;
  color: #18027a;
  font-weight: 400;
}

.list-item-8 {
  padding-top: 2px;
  color: #18027a;
  font-weight: 400;
}

.body {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Helvetica, sans-serif;
}

.text-block-2 {
  margin-top: 21px;
  font-size: 10px;
}

.text-block-3 {
  font-size: 10px;
}

.text-block-4 {
  margin-bottom: 0px;
  font-size: 10px;
}

.bold-text-2 {
  text-align: center;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  text-align: center;
}

.paragraph-3 {
  color: #7d8396;
}

.paragraph-4 {
  color: #7d8396;
  text-align: center;
}

.paragraph-5 {
  display: block;
  width: 252px;
  color: #7d8396;
}

.heading-5 {
  display: inline-block;
  width: 126px;
}

.image-3 {
  display: inline-block;
}

.div-block-4 {
  text-align: center;
}

.bold-text-3 {
  display: block;
  width: 252px;
  text-align: center;
}

.heading-6 {
  margin-bottom: 20px;
  color: #18027a;
}

.bold-text-4 {
  color: #18027a;
  font-weight: 400;
}

.bold-text-5 {
  color: #18027a;
  font-weight: 400;
}

.bold-text-6 {
  color: #18027a;
  font-weight: 400;
}

.bold-text-7 {
  color: #18027a;
  font-weight: 400;
}

.text-block-5 {
  padding-top: 20px;
  padding-bottom: 10px;
  color: #fff;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  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-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;
}

.bold-text-8 {
  text-align: center;
}

.text-field {
  margin-top: 0px;
  padding-top: 0px;
  border-radius: 10px;
}

.text-field-2 {
  margin-top: 0px;
  border-radius: 10px;
}

.text-field-3 {
  margin-top: 0px;
  border-radius: 10px;
}

.text-field-4 {
  margin-top: 0px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.form {
  margin-top: 0px;
}

.div-block-5 {
  position: static;
  display: block;
  overflow: auto;
  width: 350px;
  height: 400px;
  margin-top: 10px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 10px;
  background-color: #fff;
}

.div-block-5.mobile {
  width: 200px;
}

.paragraph-6 {
  color: #fff;
  font-size: 12px;
  text-align: left;
}

.paragraph-7 {
  color: #fff;
  text-align: right;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.columns-2 {
  height: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.section-6 {
  height: 100%;
  margin-bottom: 10px;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  text-align: center;
}

.section-7 {
  background-image: url('../images/form-bg-mobile.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.section-7.hidden-md {
  background-repeat: no-repeat;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}

.heading-7 {
  background-color: #166199;
  color: #fff;
}

.columns-3 {
  height: 100%;
}

.column-7 {
  height: 100%;
}

.column-8 {
  position: relative;
  display: block;
  overflow: visible;
  height: 100%;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.column-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.heading-8 {
  text-align: left;
}

.paragraph-8 {
  margin-bottom: 0px;
  text-align: left;
}

.bold-text-9 {
  text-align: left;
}

.paragraph-9 {
  text-align: right;
}

.columns-4 {
  height: 100%;
}

.container-3 {
  height: 100%;
}

.div-block-7 {
  text-align: center;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text-10 {
  overflow: visible;
  color: #18027a;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-9 {
  width: auto;
  height: auto;
}

.div-block-8 {
  display: block;
  width: auto;
  height: auto;
  max-height: 370px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.paragraph-10 {
  color: #fff;
  font-size: 12px;
  text-align: left;
}

.heading-10 {
  color: #18027a;
}

.bold-text-11 {
  color: #18027a;
}

.bold-text-12 {
  color: #18027a;
}

.bold-text-13 {
  color: #18027a;
}

.div-block-9 {
  padding-top: 0px;
  padding-bottom: 5px;
  text-align: right;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.heading-11 {
  overflow: hidden;
  padding-top: 30px;
  padding-right: 10px;
}

.field-label {
  display: none;
  color: red;
}

.field-label-2 {
  display: none;
  color: red;
}

.field-label-3 {
  display: none;
  color: red;
}

.field-label-4 {
  display: none;
  color: red;
}

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

.link {
  color: #fff;
  text-decoration: none;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.paragraph-11 {
  font-size: 12px;
}

.heading-12 {
  padding: 5px 10px 0px 0px;
  color: #18027a;
}

.heading-13 {
  color: #18027a;
}

.bold-text-14 {
  color: #18027a;
}

.heading-14 {
  color: #18027a;
}

.heading-15 {
  color: #18027a;
}

.heading-16 {
  color: #18027a;
}

.heading-17 {
  color: #18027a;
}

.heading-18 {
  color: #18027a;
}

.heading-19 {
  color: #18027a;
}

.heading-20 {
  color: #18027a;
}

.heading-21 {
  color: #fff;
  text-decoration: none;
}

.heading-22 {
  min-width: 300px;
  color: #fff;
  text-decoration: none;
}

.div-block-11 {
  display: block;
  width: 350px;
  min-height: 100px;
  min-width: 300px;
  margin: 10px auto;
  border-radius: 20px;
  background-color: #18027a;
  text-decoration: none;
}

.div-block-11.debt-help {
  margin-right: auto;
  margin-left: auto;
}

.column-10 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-11 {
  padding-right: 0px;
  padding-left: 0px;
}

.bold-text-15 {
  text-decoration: none;
}

.bold-text-16 {
  text-decoration: none;
}

.div-block-12 {
  margin-right: auto;
  margin-left: 140px;
}

.list-3 {
  margin-right: 20px;
  float: right;
  text-align: left;
}

.column-12 {
  position: static;
}

.list-4 {
  margin-left: 20px;
  float: left;
  text-align: left;
}

.link-block-2 {
  text-decoration: none;
}

.link-block-3 {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .section.d-none.d-sm-block.d-xs-block {
    display: none;
  }

  .section.mobile {
    display: none;
  }

  .div-block-2 {
    width: 250px;
  }

  .div-block-3 {
    width: 230px;
  }

  .div-block-5 {
    width: 200px;
  }

  .column-10 {
    padding-left: 91px;
  }

  .column-11 {
    padding-left: 40px;
  }

  .div-block-12 {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .section {
    display: none;
  }

  .section.d-none.d-md-block.d-lg-block {
    display: none;
  }

  .section.d-none.d-sm-block.d-xs-block {
    display: block;
  }

  .section.mobile {
    display: block;
  }

  .section-5 {
    display: block;
  }

  .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: left;
  }

  .list-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .form {
    display: block;
  }

  .div-block-5 {
    overflow: scroll;
  }

  .heading-8 {
    text-align: left;
  }

  .field-label {
    text-align: left;
  }

  .div-block-11 {
    position: static;
    left: 4px;
  }

  .div-block-11.debt-help {
    position: static;
    left: 138px;
    text-align: center;
  }

  .column-10 {
    padding-left: 0px;
    text-align: center;
  }

  .column-11 {
    padding-left: 0px;
  }

  .list-3 {
    margin-right: 0px;
    float: left;
  }

  .list-4 {
    margin-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    display: none;
  }

  .section.d-none.d-md-block.d-lg-block {
    display: none;
  }

  .section-5 {
    position: static;
    display: block;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .list {
    white-space: pre-line;
  }

  .list-2 {
    display: block;
    margin-left: 40px;
    padding-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-align: left;
  }

  .submit-button {
    background-image: url('../images/right-arrow.png');
    background-size: auto 50%;
    background-repeat: no-repeat;
  }

  .heading-3 {
    min-width: 1px;
  }

  .section-7 {
    background-repeat: no-repeat;
  }

  .field-label {
    display: none;
  }

  .div-block-11 {
    position: relative;
    left: auto;
    display: block;
    width: auto;
    max-width: 300px;
    min-width: 200px;
    margin-right: auto;
    padding-left: 0px;
  }

  .div-block-11.debt-help {
    width: 200px;
    min-height: 0px;
    min-width: 300px;
    margin-left: auto;
    padding-left: 0px;
  }

  .column-11 {
    padding-left: 0px;
  }

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

  .list-3 {
    float: left;
  }
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}