.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

.div-block {
  display: flex;
}

.div-block-2 {
  width: 50%;
}

.div-block-3 {
  width: 50%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  display: flex;
}

.link-block {
  border: 1px solid #d9d9d9;
  border-radius: 50px;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.text-block {
  color: #252a34;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.image {
  margin-right: 10px;
}

.dropdown-toggle {
  border: 1px solid #d9d9d9;
  border-radius: 50px;
  padding: 10px 25px;
  display: flex;
}

.text-block-2 {
  color: #252a34;
  margin-right: 10px;
  font-family: Inter, sans-serif;
}

.section {
  padding-top: 5px;
  padding-bottom: 0px;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: rgba(221, 221, 221, 0);
}

.dropdown-link {
  color: #252a34;
  font-family: Inter, sans-serif;
}

.section-2 {
  background-color: #fafaff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-4 {
  width: 100%;
  max-width: 700px;
  background-image: linear-gradient(#000, #3533cd);
  border-radius: 10px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.div-block-5 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-6 {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-7 {
  width: 50%;
  background-color: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 40px;
}

.heading {
  color: #252a34;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 1.2em;
}

.field-label {
  color: #252a34;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.text-field {
  color: #d9d9d9;
  background-color: #fafaff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.text-field._1 {
  margin-bottom: 20px;
}

.submit-button {
  width: 100%;
  background-color: #ff2e63;
  border-radius: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.div-block-8 {
  text-align: center;
  margin-bottom: 20px;
}

.link {
  color: #252a34;
  font-family: Inter, sans-serif;
}

.button {
  width: 100%;
  color: #252a34;
  text-align: center;
  background-color: rgba(56, 152, 236, 0);
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.section-3 {
  background-color: #efefef;
  padding-top: 60px ;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
}

.div-block-9 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.home {
  color: #252a34;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.text-block-3 {
  color: #252a34;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4em;
}

.link-block-2 {
  height: 110px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.image-2 {
  height: 2em;
  color: #000;
  margin-bottom: 10px;
}

.div-block-10 {
  display: flex;
}

.div-block-11 {
  width: 70%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-12 {
  width: 30%;
  padding-left: 20px;
}

.image-3 {
  cursor: pointer;
  margin-right: 20px;
}

.div-block-13 {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.container, .container-2, .container-3, .container-4 {
  max-width: 1200px;
}

.div-block-14 {
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.div-block-15 {
  width: 50%;
  justify-content: flex-start;
  display: flex;
}

.div-block-16 {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-17 {
  border: 1px solid #d9d9d9;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.text-block-4 {
  color: #252a34;
  font-family: Inter, sans-serif;
}

.image-4 {
  margin-right: 10px;
}

.div-block-18 {
  background-color: #f7f7f7;
  padding: 20px;
}

.div-block-19 {
  margin-bottom: 10px;
  display: flex;
}

.div-block-20 {
  width: 35%;
}

.div-block-21 {
  width: 65%;
}

.text-block-5 {
  color: #737373;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.text-block-6 {
  color: #000;
  font-family: Inter, sans-serif;
}

.div-block-22 {
  margin-bottom: 20px;
}

.div-block-23 {
  justify-content: flex-end;
  display: flex;
}

.div-block-24 {
  width: 42%;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 20px;
}

.text-block-7 {
  color: #252a34;
  font-family: Inter, sans-serif;
  line-height: 1.6em;
}

.div-block-25 {
  width: 55%;
  padding-left: 20px;
}

.link-block-3 {
  width: 100%;
  text-align: center;
  background-color: #d9d9d9;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 10px 20px;
  text-decoration: none;
}

.text-block-8 {
  color: #000;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.link-block-4 {
  width: 100%;
  text-align: center;
  background-color: #fafaff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 10px 20px;
  text-decoration: none;
}

.text-block-9 {
  color: #000;
  font-family: Inter, sans-serif;
}

.dropdown {
  z-index: 0;
}

.section-4 {
  background-color: #fafaff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-5 {
  max-width: 98%;
}

.div-block-26 {
  margin-bottom: 20px;
  display: flex;
  padding-left:3px;
}

.div-block-27 {
  width: 30%;
  padding-right: 20px;
}

.div-block-28 {
  width: 70%;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 20px;
}

.text-block-10 {
  color: #252a34;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.button-2 {
  width: 10 %;
  text-align: center;
  background-color: #252a34;
  border-radius: 8px;
  padding: 10px 25px;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.div-block-29 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-30 {
  width: 30%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-block-11 {
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-31 {
  display: flex;
}

.button-3 {
  width: 150px;
  text-align: center;
  background-color: #ff2e63;
  border-radius: 8px;
  padding: 10px 25px;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.menu {
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .7);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-6 {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-32 {
  height: 100%;
  max-width: 400px;
}

.div-block-33 {
  height: 100vh;
  min-width: 400px;
  background-color: #fff;
  padding: 40px;
  display: inline-block;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 1.2em;
}

.div-block-34 {
  border-bottom: 2px solid #d9d9d9;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-5 {
  cursor: pointer;
}

.heading-3 {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.div-block-35 {
  display: flex;
}

.text-block-12 {
  margin-right: 10px;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.text-block-13 {
  color: #252a34;
  font-family: Inter, sans-serif;
}

.div-block-36 {
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.div-block-37 {
  padding-left: 20px;
}

.text-block-14 {
  color: #000;
  font-family: Inter, sans-serif;
  line-height: 1.6em;
}

.div-block-38 {
  margin-bottom: 20px;
}

.div-block-39 {
  display: flex;
}

.div-block-40 {
  min-width: 100vw;
  cursor: pointer;
}

.div-block-41 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #d9d9d9;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-42 {
  width: 10%;
  border: 1px solid #bdbdbd;
  padding: 20px;
}

.div-block-43 {
  width: 10%;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  padding: 20px;
}

.div-block-44 {
  width: 20%;
  border: 1px solid #bdbdbd;
  padding: 20px;
}

.div-block-45 {
  width: 20%;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  padding: 20px;
}

.div-block-46 {
  width: 20%;
  border: 1px solid #bdbdbd;
  padding: 20px;
}

.div-block-47 {
  width: 20%;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
  padding: 20px;
}

.text-block-15 {
  color: #000;
  text-align: center;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.div-block-48 {
  display: flex;
}

.div-block-49, .div-block-50 {
  width: 10%;
}

.div-block-51, .div-block-52, .div-block-53 {
  width: 20%;
}

.div-block-54 {
  width: 20%;
  padding: 20px;
}

.text-block-16 {
  color: #000;
  font-family: Inter, sans-serif;
}

.div-block-55 {
  display: flex;
}

.div-block-56 {
  width: 10%;
  border-bottom: 1px solid #bdbdbd;
  border-left: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-57 {
  width: 10%;
  border-bottom: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-58, .div-block-59 {
  width: 20%;
  border-bottom: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.div-block-60 {
  width: 20%;
  border-bottom: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.div-block-61 {
  width: 20%;
  border-bottom: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.checkbox-label {
  display: none;
}

.checkbox-field {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.checkbox {
  background-color: #d9d9d9;
  border: 1px solid #252a34;
  margin-top: 0;
  margin-left: 0;
}

.form-block {
  margin-bottom: 0;
}

.div-block-62, .div-block-63, .div-block-64, .div-block-65, .div-block-66, .div-block-67 {
  display: none;
}

.section-5 {
  background-color: #fafaff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-7 {
  max-width: 1200px;
}

.div-block-68 {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 40px;
}

.div-block-69 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.div-block-70 {
  width: 25%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-71 {
  width: 25%;
}

.div-block-72 {
  width: 50%;
  flex-direction: column;
  justify-content: space-between;
}

.div-block-73 {
  width: 25%;
}

.field-label-2 {
  color: #252a34;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.text-field-2 {
  color: #00000;
  background-color: #fafaff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.text-field-3 {
  color: #00000;
  background-color: #ffde59;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.div-block-74 {
  margin-bottom: 20px;
}

.checkbox-2 {
  background-color: #d9d9d9;
  border: 1px solid #252a34;
}

.checkbox-label-2 {
  color: #000;
  font-family: Inter, sans-serif;
}

.div-block-75 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dropdown-toggle-2 {
  background-color: #fafaff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 20px;
  display: flex;
}

.text-block-17 {
  color: #252a34;
  font-family: Inter, sans-serif;
}

.dropdown-2, .div-block-76, .div-block-77 {
  width: 100%;
}

.div-block-78 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px solid #d9d9d9;
  flex-direction: row;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-79, .div-block-80 {
  width: 50%;
}

.textarea {
  background-color: #fafaff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
}

.div-block-81 {
  margin-bottom: 20px;
}

.text-block-17-copy {
  color: #fafaff;
  font-family: Inter, sans-serif;
}

.div-block-82, .div-block-83 {
  margin-bottom: 20px;
}

.div-block-78-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  margin-bottom: 0;
  padding-bottom: 20px;
  display: flex;
}

.section-6 {
  background-color: #fafaff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-8 {
  max-width: 1200px;
}

.button-4 {
  text-align: center;
  background-color: #252a34;
  border-radius: 8px;
  padding: 10px 25px;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.div-block-84 {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 40px;
}

.div-block-85 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 20px;
  display: flex;
}

.div-block-86 {
  width: 10%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-87 {
  width: 60%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-88 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.dropdown-toggle-3 {
  background-color: #fafaff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 20px;
  display: flex;
}

.text-block-18 {
  margin-right: 20px;
}

.text-field-2-copy {
  width: 250px;
  color: #d9d9d9;
  background-color: #fafaff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.field-label-2-copy {
  color: #252a34;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.form-block-2 {
  width: 100%;
  margin-bottom: 0;
}

.div-block-89 {
  width: 100%;
  background-color: #d9d9d9;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-90 {
  width: 7%;
  border: 1px solid #bdbdbd;
  padding: 20px 10px;
}

.div-block-91 {
  width: 7%;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  padding: 20px 10px;
}

.div-block-92 {
  width: 13.16%;
  border: 1px solid #bdbdbd;
  padding: 20px 10px;
}

.div-block-93 {
  width: 13.16%;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  padding: 20px 10px;
}

.div-block-94 {
  width: 7%;
  border: 1px solid #bdbdbd;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 10px;
}

.div-block-95 {
  width: 13.16%;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  padding: 20px 10px;
}

.div-block-96 {
  width: 13.16%;
  border: 1px solid #bdbdbd;
  padding: 20px 10px;
}

.div-block-97 {
  width: 13.16%;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  padding: 20px 10px;
}

.div-block-98 {
  width: 13.16%;
  border: 1px solid #bdbdbd;
  padding: 20px 10px;
}

.div-block-99 {
  width: 10.75%;
  padding: 20px 10px;
}

.div-block-100 {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-block-101 {
  width: 7%;
  border-bottom: 1px solid #bdbdbd;
  border-left: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  display: flex;
}

.div-block-102 {
  width: 7%;
  border-bottom: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-103, .div-block-104, .div-block-105 {
  width: 13.16%;
  border-bottom: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
  padding: 20px 10px;
}

.div-block-106 {
  width: 7%;
  border-bottom: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
  flex-direction: column;
  align-items: center;
  padding: 20px 10px;
  display: flex;
}

.div-block-107, .div-block-108, .div-block-109 {
  width: 13.16%;
  border-bottom: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
  padding: 20px 10px;
}

.div-block-110 {
  width: 100%;
}

.div-block-111 {
  width: 100%;
  height: 50px;
}

.text-block-16-copy {
  color: #ff2e63;
  font-family: Inter, sans-serif;
}

@media screen and (max-width: 991px) {
  .div-block-2 {
    width: 40%;
  }

  .div-block-3 {
    width: 60%;
  }

  .section, .section-2, .section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-11 {
    width: 60%;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-12 {
    width: 40%;
  }

  .div-block-23 {
    flex-direction: column;
  }

  .div-block-24 {
    width: 100%;
    margin-bottom: 20px;
  }

  .div-block-25 {
    width: 100%;
    padding-left: 0;
  }

  .section-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-27 {
    width: 40%;
  }

  .div-block-28 {
    width: 60%;
  }

  .div-block-30 {
    width: 100%;
  }

  .div-block-41 {
    display: none;
  }

  .text-block-16 {
    text-align: center;
  }

  .div-block-55 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-56, .div-block-57 {
    width: 100%;
    border-top: 1px solid #bdbdbd;
    justify-content: space-between;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-58 {
    width: 100%;
    border-left: 1px solid #bdbdbd;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-59 {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-60 {
    width: 100%;
    border-left: 1px solid #bdbdbd;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-61 {
    width: 100%;
    align-items: center;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-63 {
    width: 100%;
    background-color: #d9d9d9;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .section-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-69, .div-block-78, .div-block-78-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-84 {
    padding: 20px;
  }

  .div-block-85 {
    flex-direction: column;
  }

  .div-block-86, .div-block-87 {
    width: 100%;
  }

  .div-block-89 {
    display: none;
  }

  .div-block-100 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-101 {
    width: 100%;
    border-top: 1px solid #bdbdbd;
    justify-content: space-between;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-102 {
    width: 100%;
    border-top: 1px solid #bdbdbd;
    justify-content: space-between;
    padding-bottom: 20px;
  }

  .div-block-103, .div-block-104 {
    width: 100%;
    border-top: 1px solid #bdbdbd;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-105 {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-106 {
    width: 100%;
    border-left: 1px solid #bdbdbd;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-107, .div-block-108 {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-109 {
    width: 100%;
    border-left: 1px solid #bdbdbd;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-16-copy {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .div-block-2 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-end;
  }

  .div-block-6 {
    width: 40%;
  }

  .div-block-7 {
    width: 60%;
  }

  .div-block-10 {
    flex-direction: column;
  }

  .div-block-11 {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 20px;
  }

  .div-block-12 {
    width: 100%;
    padding-left: 0;
  }

  .div-block-23 {
    flex-direction: row;
  }

  .div-block-25 {
    padding-left: 20px;
  }

  .dropdown {
    width: 100%;
  }

  .div-block-26 {
    display: block;
  }

  .div-block-27 {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .div-block-28 {
    width: 100%;
  }

  .div-block-69 {
    flex-direction: column;
  }

  .div-block-70, .div-block-71, .div-block-72 {
    width: 100%;
  }

  .div-block-78 {
    flex-direction: column;
  }

  .div-block-79, .div-block-80 {
    width: 100%;
  }

  .div-block-78-copy {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    flex-direction: column;
  }

  .div-block-2 {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 20px;
  }

  .div-block-3 {
    width: 100%;
    align-items: flex-start;
  }

  .section, .section-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-4 {
    flex-direction: column;
  }

  .div-block-6 {
    width: 100%;
    padding: 40px;
  }

  .div-block-7 {
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    padding: 20px;
  }

  .section-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-9 {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-11 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-23 {
    flex-direction: column;
  }

  .div-block-25 {
    padding-left: 0;
  }

  .section-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-10 {
    margin-bottom: 20px;
  }

  .button-2 {
    width: 100%;
  }

  .div-block-29 {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-30 {
    width: 100%;
    flex-direction: column;
  }

  .div-block-31 {
    margin-bottom: 20px;
  }

  .div-block-33 {
    min-width: 300px;
    padding: 20px;
  }

  .text-block-16 {
    text-align: center;
  }

  .section-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-68 {
    padding: 20px;
  }

  .section-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-4 {
    width: 100%;
  }

  .div-block-85, .div-block-88 {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-100 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-103, .div-block-107 {
    border-left: 1px solid #bdbdbd;
  }

  .dropdown-3 {
    margin-left: 0;
  }

  .text-block-16-copy {
    text-align: center;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.ttf') format('truetype'), url('../fonts/Inter-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.message-panel {
	background-color: #00cc44!important;
    color: #671111 !important;
    min-height: 0px;
    line-height: 22px!important;
    font-weight: 900!important;
    text-align: left!important;
    border: none!important;
    font-size: 11pt!important;
    text-shadow: none!important;
	font-family: Inter, sans-serif;
	text-align:center !important;
