:root {
  --sidebar: 300px;
  --cardhight: 128px;
  --a1: #01203f;
  --btnbg: #193131;
  --btnover: #daf0e3;
  --cardgrey: var(--bgform);
  --btntxt: #ebebeb;
  --bgform: #daf0e3;
  --cardy: #edd55b;
  --cardg: #c4f1b0;
}

.div-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 300px 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  display: grid;
}

.div-block-2 {
  background-color: #fff;
  border-radius: 22px;
  padding: 20px 20px 100px;
}

.sb {
  width: var(--sidebar);
  height: 100vh;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.text-block {
  color: #f6f8ed;
}

.nav-logo {
  justify-content: center;
  align-items: center;
  height: 80px;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
  position: relative;
}

.div-block-5 {
  color: #d9e74c;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-6 {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.sb-tool {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  display: flex;
}

.sb-t-btn {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #d9e74c;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.ce {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  color: #fff;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 2fr;
  grid-auto-columns: 1fr;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 12px;
  display: grid;
  overflow: hidden;
}

.div-block-9 {
  text-align: center;
  background-color: #01203f;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.div-block-10 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tmn {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #5654c2;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.tmn-btn {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #01203f;
  white-space: nowrap;
  border-radius: 31px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 20px 12px 20px 10px;
  text-decoration: none;
  display: flex;
}

.tmn-btn:hover {
  text-decoration: underline;
}

.tmn-btn.w--current {
  font-weight: 700;
  text-decoration: underline;
}

.tmn-btn.disabled {
  color: #9b9b9b;
}

.tmn-btn.disabled:hover {
  background-color: #fff;
}

.an {
  color: #01203f;
  background-color: #f6f8ed;
  border: 1px solid #01203f40;
  border-radius: 8px;
  max-height: 400px;
  padding: 0 0 10px;
  overflow: auto;
}

.div-block-14 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #01203f;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.text-block-3 {
  color: #01203f;
  font-size: 22px;
  line-height: 22px;
}

.bold-text {
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.warnmsg {
  color: #f6f8ed;
  background-color: #1f4993;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.text-block-4 {
  color: #01203f;
  padding-bottom: 10px;
  font-size: 22px;
  line-height: 32px;
}

.div-block-15 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.div-block-16 {
  min-height: var(--cardhight);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #d9e74c;
  background-color: #01814e;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 80px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: grid;
}

.txt {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 12px;
  display: flex;
}

.div-block-18 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-19 {
  background-color: #8a8a8a;
  border-radius: 8px;
  width: 52px;
}

.text-block-5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.text-block-6 {
  color: #fff;
  font-weight: 700;
}

.stk-zone {
  background-color: #01203f;
  border: 0 solid #fff;
  border-radius: 0;
  height: 100vh;
  position: sticky;
  top: 0;
}

.card-close {
  min-height: var(--cardhight);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #01814e;
  background-color: #f6f8ed;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 80px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  display: grid;
}

.card-yellow {
  min-height: var(--cardhight);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #686868;
  background-color: #fde872;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 80px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  display: grid;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.redmsg {
  color: #01814e;
  background-color: #f6f8ed;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px;
  font-weight: 700;
  display: flex;
}

.text-block-7 {
  margin-top: 10px;
}

.text-block-8 {
  font-size: 24px;
  line-height: 32px;
}

.list {
  padding-left: 20px;
}

.div-block-17-copy {
  color: #f6f8ed;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-5-copy {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.txt-14 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 14px;
  display: flex;
}

.div-block-21 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.txt-copy {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 14px;
  display: flex;
}

.text-block-6-copy {
  font-weight: 700;
}

.text-block-9 {
  border-bottom: 1px solid #01203f40;
  padding-bottom: 10px;
  font-size: 12px;
}

.t-h {
  text-align: center;
  background-color: #01203f;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.an-ti {
  background-color: #f6f8ed;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 10px 20px;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-23 {
  color: #01203f;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.div-block-23:hover {
  color: #01814e;
}

.text-span {
  color: #f6f8ed;
}

.text-block-10 {
  color: #d9e74c;
}

.an-ct {
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-24 {
  padding-left: var(--sidebar);
}

.nav-back {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
  position: sticky;
  top: 0;
}

.heading {
  color: var(--a1);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 44px;
  font-weight: 400;
  line-height: 64px;
}

.paragraph {
  color: var(--a1);
  margin-bottom: 24px;
}

.div-block-27 {
  width: 570px;
}

.div-block-28 {
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.list-2 {
  color: #01203f;
  margin-bottom: 24px;
  padding-left: 20px;
}

.paragraph-copy {
  color: var(--a1);
  margin-bottom: 0;
}

.heading-2 {
  color: var(--a1);
  margin-top: 32px;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 20px;
}

.spr {
  color: #f10;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  display: flex;
}

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

.dmp {
  color: #01203f;
  background-color: #d9e74c;
  border: 0 solid #01203f;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  display: flex;
}

.div-block-30 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-31 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  display: flex;
}

.theader5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f6f8ed;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.hisbil {
  padding-left: 20px;
  padding-right: 0;
}

.hd {
  border-bottom: 1px solid #01203f40;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tecrow {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 5px;
  padding-bottom: 5px;
  display: grid;
}

.bilp {
  background-color: #d9e74c;
  border: 2px solid #01203f;
  border-radius: 8px;
  flex-flow: column;
}

.t2 {
  border: 1px solid #01203f40;
  border-radius: 8px;
  margin-top: 20px;
  overflow: hidden;
}

.div-block-34 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-35 {
  color: #01203f;
  background-color: #75c566;
  border: 1px solid #d9e74c;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.div-block-35.w--current {
  color: #fff;
  background-color: #01203f;
  border-width: 0;
}

.text-block-11 {
  font-size: 14px;
  line-height: 24px;
}

.text-field {
  color: #01203f;
  background-color: #d9e74c;
  border: 1px solid #01203f40;
  border-radius: 8px;
  height: 44px;
  font-size: 16px;
}

.text-field:focus {
  border-color: #01203f;
}

.div-block-36 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button {
  background-color: #01203f;
  border-radius: 8px;
}

.button-2 {
  color: #d9e74c;
  background-color: #01203f;
  border-radius: 8px;
}

.button-3 {
  color: #d9e74c;
  background-color: #1f4993;
  border-radius: 8px;
}

.div-block-37 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.div-block-38 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-39 {
  color: #3c454e;
  white-space: nowrap;
  background-color: #7ac765;
  border: 1px solid #01203f00;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.div-block-39.w--current {
  opacity: .95;
  color: #fff;
  background-color: #01203f;
  border-color: #01203f;
}

.div-block-40 {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
}

.div-block-41 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.button-4 {
  white-space: nowrap;
  background-color: #01203f;
  border-radius: 0 8px 8px 0;
  justify-content: center;
  align-items: center;
  height: 44px;
  display: flex;
}

.nb {
  color: #01203f;
  border: 0 solid #01203f40;
  border-radius: 8px 0 0 8px;
  height: 44px;
  margin-bottom: 0;
  font-size: 16px;
}

.nb:focus {
  border: 1px solid #01203f;
}

.div-block-42 {
  text-align: center;
  font-weight: 400;
}

.div-block-31-copy {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  display: flex;
}

.text-block-12 {
  line-height: 28px;
}

.field-label {
  color: #01203f;
}

.div-block-43 {
  background-color: #d9e74c;
  border: 1px dashed #01203f;
  border-radius: 16px;
  width: 100%;
  margin-top: 10px;
  padding: 10px;
}

.button-5 {
  color: #01203f;
  background-color: #75c566;
  border: 1px dashed #01203f;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.button-5:hover {
  color: #fff;
  background-color: #01203f;
}

.div-block-44 {
  color: #01203f;
  background-color: #d9e74c;
  border: 0 solid #01203f;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.div-block-44:hover {
  background-color: #d9e74c;
}

.div-block-45 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-46 {
  text-align: center;
  padding-bottom: 20px;
}

.text-block-14 {
  margin-bottom: 4px;
  font-size: 12px;
}

.div-block-47 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.bold-text-2 {
  color: #01203f;
  font-size: 24px;
  font-weight: 400;
}

.bold-text-3 {
  color: #01203f;
  font-size: 14px;
  font-weight: 400;
}

.text-block-15 {
  text-align: center;
  padding-top: 10px;
  line-height: 24px;
}

.text-block-14-copy {
  text-align: left;
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 28px;
}

.div-block-49 {
  border-bottom: 1px solid #01203f40;
  padding-top: 20px;
}

.dmp-copy {
  color: #01203f;
  background-color: #d9e74c;
  border: 0 solid #01203f;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px 10px;
  font-weight: 700;
  display: flex;
}

.div-block-50 {
  border-top: 1px solid #01203f40;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.spr-copy {
  color: #f10;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  font-weight: 400;
  display: flex;
}

.an-ti-2 {
  background-color: #f6f8ed;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 0 20px;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-51 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #01203f;
  background-color: #d9e74c;
  border: 1px dashed #01203f;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  text-decoration: none;
  display: flex;
}

.btn:hover {
  color: #fff;
  background-color: #01203f;
}

.div-block-52 {
  background-color: #d9e74c;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  display: flex;
}

.div-block-53 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: wrap;
  font-size: 20px;
  line-height: 22px;
  display: flex;
}

.div-block-54 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #01203f;
  border: 0 dashed #01203f;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.btn-copy:hover {
  color: #fff;
  background-color: #01203f;
}

.div-block-55 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #01203f40;
  border-radius: 8px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.text-block-16 {
  font-weight: 400;
  line-height: 14px;
}

.div-block-56 {
  border-bottom: 1px solid #01203f40;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.text-block-12-copy {
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
}

.div-block-46-copy {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
}

.text-block-17 {
  color: #f10;
}

.div-block-58 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  display: flex;
}

.text-block-18 {
  font-size: 20px;
}

.text-block-19 {
  line-height: 20px;
}

.nb-c {
  color: #01203f;
  border: 1px solid #0000;
  border-color: #d9e74c00 #0000 #0000 #d9e74c;
  border-radius: 0;
  height: 44px;
  margin-bottom: 0;
  font-size: 16px;
}

.nb-c:focus {
  border: 1px solid #01203f;
}

.text-block-20 {
  color: #f10;
}

.div-block-59 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.t5c {
  border: 1px solid #01203f40;
  border-radius: 8px;
  overflow: hidden;
}

.tabp {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
}

.ltab {
  color: #01203fc4;
  border-bottom: 2px solid #d9e74c;
  margin-bottom: 5px;
  padding-top: 30px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.ltab.w--current {
  color: #01203f;
  border-bottom-color: #01203f;
}

.image {
  height: 32px;
}

.text-block-21 {
  font-size: 20px;
}

.txt-red {
  color: #f10;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-61 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-62 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nbc1 {
  width: 100%;
  display: flex;
}

.t3c {
  border: 1px solid #01203f40;
  border-radius: 8px;
  margin-top: 20px;
  overflow: hidden;
}

.t3cheader {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f6f8ed;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.t3crow {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 5px;
  padding-bottom: 5px;
  display: grid;
}

.tlmenu {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 64px;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.btn-menu-pf {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.code-embed, .ce-btn, .ce-btn-fix-hide {
  width: 28px;
  height: 28px;
}

.trmenu {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 64px;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.btn-menu-r {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.skt-onm {
  display: none;
}

.tmn-mb {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #5654c2;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.tmn-btn-mb {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #01203f;
  white-space: nowrap;
  border-radius: 31px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 20px 12px 20px 10px;
  text-decoration: none;
  display: flex;
}

.tmn-btn-mb:hover {
  text-decoration: underline;
}

.tmn-btn-mb.w--current {
  font-weight: 700;
  text-decoration: underline;
}

.tmn-btn-mb.disabled {
  color: #9b9b9b;
}

.tmn-btn-mb.disabled:hover {
  background-color: #fff;
}

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

.text-block-22 {
  text-align: right;
}

.tmn-btn2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #01203f;
  white-space: nowrap;
  border-radius: 31px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 12px;
  text-decoration: none;
  display: flex;
}

.tmn-btn2:hover {
  text-decoration: underline;
}

.tmn-btn2.w--current {
  font-weight: 700;
  text-decoration: underline;
}

.tmn-btn2.disabled {
  color: #9b9b9b;
}

.tmn-btn2.disabled:hover {
  background-color: #fff;
}

.tabc {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #7ac765;
  border-radius: 26px;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  display: none;
}

.ltab2 {
  color: #01203fc4;
  background-color: #7ac765;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.ltab2.w--current {
  color: #01203f;
  background-color: #d9e74c;
  border-bottom-color: #01203f;
}

.div-block-64 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.ld {
  background-color: #f6f8ed;
  border: 1px solid #01203f40;
  border-radius: 8px;
  width: 512px;
  margin-bottom: 20px;
  padding: 0 20px 20px;
}

.button-6 {
  background-color: #01203f;
  border-radius: 8px;
}

.button-6:hover {
  background-color: #1f4993;
}

.div-block-66 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: flex;
}

.text-block-23 {
  color: #01203f;
}

.div-block-67 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #f6f8ed;
  border: 1px solid #01203f40;
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.text-block-24, .text-block-25, .text-block-26 {
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-27 {
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 28px;
  display: flex;
}

.ld-copy {
  color: #01203f;
  background-color: #f6f8ed;
  border: 1px solid #01203f40;
  border-radius: 8px;
  width: 512px;
  margin-bottom: 20px;
  padding: 20px;
}

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

.v2ctf {
  width: 1200px;
  max-width: 1600px;
  display: flex;
}

.v2ct {
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
}

.v2sb {
  color: var(--btnbg);
  min-width: 234px;
  max-width: 234px;
  font-family: Noto Sans Thai, sans-serif;
}

.v2m {
  color: var(--btnbg);
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
  padding: 0 20px 100px;
  font-family: Noto Sans Thai, sans-serif;
}

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

.btmsb {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--btnbg);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  height: 44px;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btmsb:hover {
  background-color: var(--btnover);
}

.btmsb.w--current {
  background-color: var(--cardgrey);
}

.v2header {
  background-color: var(--btnbg);
  color: var(--btntxt);
  justify-content: space-between;
  align-items: center;
  font-family: Noto Sans Thai, sans-serif;
  display: flex;
}

.ctfr {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tbtm {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--btntxt);
  white-space: nowrap;
  border-bottom: 2px solid #fff;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.tbtm:hover {
  color: var(--bgform);
}

.tbtm.w--current {
  border-bottom-width: 3px;
  border-bottom-color: var(--bgform);
  color: var(--bgform);
}

.tbtm.disable {
  opacity: .5;
}

.text-block-29 {
  font-family: Noto Sans Thai, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.logo {
  color: var(--btntxt);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 20px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.logo.w--current {
  color: var(--btntxt);
}

.v2hd {
  background-color: var(--btnbg);
  border-bottom: 0 solid #ddd;
  justify-content: center;
  align-items: center;
  display: flex;
}

.v2hdf {
  width: 1200px;
  max-width: 1600px;
}

.cem {
  width: 24px;
  height: 24px;
}

.sbct {
  padding-top: 20px;
  padding-bottom: 10px;
}

.div-block-81 {
  justify-content: space-between;
  align-items: center;
  height: 36px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.text-block-30 {
  font-size: 18px;
  font-weight: 700;
}

.div-block-82 {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.wny {
  background-color: var(--btnbg);
  color: var(--btntxt);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  min-height: 64px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 12px 12px 12px 20px;
  display: flex;
}

.link-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--cardgrey);
  color: var(--btnbg);
  white-space: nowrap;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
}

.z-ct-h {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 20px;
}

.z-ct {
  padding-bottom: 10px;
}

.cec {
  width: 20px;
  height: 24px;
}

.div-block-85 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #b9b9b9;
  border: 1px solid #ddd;
  border-radius: 8px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 12px;
  display: grid;
  overflow: hidden;
}

.text-block-33 {
  background-color: #fff;
  padding: 10px;
}

.text-block-34 {
  background-color: #fff;
}

.text-block-35 {
  margin-top: 10px;
}

.button-7 {
  background-color: var(--btnbg);
  color: var(--btntxt);
  border-radius: 8px;
}

.div-block-87 {
  padding-top: 10px;
}

.div-block-88 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.whr {
  border: 1px solid var(--cardgrey);
  color: #4b5f5f;
  background-color: #fffc;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 64px;
  padding: 12px 12px 12px 20px;
  display: flex;
}

.div-block-89 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  display: grid;
}

.div-block-90 {
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  display: flex;
}

.cardh {
  background-color: var(--cardgrey);
  color: #193131;
  border-radius: 8px;
  padding: 10px;
  text-decoration: none;
}

.image-2 {
  border-radius: 4px;
  height: 32px;
}

.div-block-91 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.cardh-y {
  background-color: var(--cardy);
  color: #193131;
  border-radius: 8px;
  padding: 10px;
  text-decoration: none;
}

.text-block-36 {
  text-align: right;
}

.mnbtn {
  color: var(--btntxt);
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  margin-right: 10px;
  text-decoration: none;
  display: none;
}

.code-embed-4 {
  width: 28px;
  height: 28px;
}

.hm {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hm2 {
  justify-content: center;
  align-items: center;
  padding-right: 10px;
  display: flex;
}

.cardhg {
  color: #f3f3f3;
  background-color: #acb3ac;
  border-radius: 8px;
  padding: 10px;
  text-decoration: none;
}

.text-block-37 {
  font-size: 12px;
}

.hdz {
  z-index: 8;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--btnbg);
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
  position: sticky;
  top: 0;
}

.tl {
  display: flex;
}

.zb {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: grid;
}

.div-block-95 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.bold-text-4, .bold-text-5 {
  font-size: 18px;
  font-weight: 400;
}

.ttt {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-85-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #b9b9b9;
  border: 1px solid #ddd;
  border-radius: 8px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 20px;
  display: grid;
  overflow: hidden;
}

.sdf {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #f1f1f1;
  border-radius: 8px;
  padding: 2px;
  display: flex;
}

.tbl {
  background-color: var(--bgform);
  color: #3f3f3f;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}

.tbl:hover {
  background-color: #fff;
}

.tbl.w--current {
  color: var(--btnbg);
  background-color: #fff;
  border-radius: 6px;
}

.div-block-99 {
  padding-bottom: 20px;
  display: flex;
}

.hsm {
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
}

.form-b {
  background-color: var(--bgform);
  border: 1px solid #ddd3;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 20px;
  font-family: Noto Sans Thai, sans-serif;
  display: flex;
}

.text-block-38 {
  font-size: 18px;
  font-weight: 400;
}

.link-c {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #3d3d3d;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
}

.link-c:hover {
  background-color: #f5f5f5;
}

.total {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.text-block-39 {
  font-size: 18px;
  line-height: 24px;
}

.inputc {
  color: #000;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 0;
  height: 40px;
  margin-bottom: 0;
  font-size: 16px;
}

.inputc:focus {
  border-color: #3a3a3a;
}

.form-block {
  z-index: 1;
  margin-bottom: 0;
}

.fi {
  width: 100%;
  position: relative;
}

.text-block-39-copy {
  text-align: center;
  font-size: 12px;
  line-height: 24px;
}

.inputp {
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 10px;
  display: flex;
}

.btn-f {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--btnbg);
  color: var(--btntxt);
  white-space: nowrap;
  border-radius: 0 8px 0 0;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
}

.btn-f:hover {
  background-color: #fff769;
}

.div-block-105 {
  padding-bottom: 10px;
}

.inputl {
  color: #000;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 8px 0 0;
  height: 40px;
  margin-bottom: 0;
  font-size: 16px;
}

.inputl:focus {
  border-color: #3a3a3a;
}

.input8 {
  background-color: var(--bgform);
  color: #000;
  border: 1px solid #ddd;
  border-radius: 8px;
  height: 40px;
  margin-bottom: 0;
  font-size: 16px;
}

.input8:focus {
  border-color: #3a3a3a;
}

.div-block-106 {
  color: var(--btnbg);
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-107 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.div-block-108 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-109 {
  color: #2b2b2b;
  background-color: #f1f1f1;
  border: 0 solid #ddd;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}

.div-block-109:hover {
  background-color: #fff769;
}

.div-block-109.w--current {
  background-color: var(--btnbg);
  color: var(--btntxt);
  border-color: #eee991;
}

.div-block-109.w--current:hover {
  background-color: #fff769;
}

.text-block-40 {
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-110 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 10px;
  display: flex;
}

.text-block-41 {
  color: #f44;
}

.hhm1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-96-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.link-c2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--btnbg);
  white-space: nowrap;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px 8px 4px;
  text-decoration: none;
  display: flex;
}

.link-c2:hover {
  background-color: var(--btnover);
}

.div-block-111 {
  text-align: right;
  width: 100%;
}

.hhm2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-112 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--bgform);
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
}

.div-block-113 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  white-space: nowrap;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 4px;
  line-height: 12px;
  display: flex;
}

.div-block-114 {
  width: 100%;
  margin-bottom: 10px;
}

.div-block-115 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.btnrm {
  color: #2b2b2b;
  background-color: #f1f1f1;
  border: 0 solid #ddd;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}

.btnrm:hover {
  background-color: #fff769;
}

.btnrm.w--current {
  background-color: #eee991;
  border-color: #eee991;
}

.btnrm.w--current:hover {
  background-color: #fff769;
}

.div-block-116 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-117 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #ddd;
  border: 1px solid #ddd;
  border-radius: 8px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.div-block-118 {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.menu-mini {
  color: #2b2b2b;
  background-color: #f1f1f1;
  border: 0 solid #ddd;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 96px;
  height: 32px;
  padding-left: 12px;
  padding-right: 12px;
  text-decoration: none;
  display: flex;
}

.menu-mini:hover {
  background-color: #fff769;
}

.menu-mini.w--current {
  background-color: #eee991;
  border-color: #eee991;
}

.menu-mini.w--current:hover {
  background-color: #fff769;
}

.carryzone {
  border: 1px solid #ddd;
  border-top-width: 0;
  border-radius: 0 0 8px 8px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.div-block-119 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #f1f1f1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 56px;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.inputform {
  color: #000;
  text-align: center;
  height: 44px;
  margin-bottom: 0;
  font-size: 16px;
}

.inputform:focus {
  border: 1px solid #000;
}

.div-block-120 {
  background-color: var(--btnbg);
  color: var(--btntxt);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.row-np {
  background-color: #f1f1f1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #ddd;
  border: 1px solid #ddd;
  border-radius: 0;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.tab-sp {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: var(--bgform);
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 2px;
  display: flex;
}

.btn-f-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--btnbg);
  color: var(--btntxt);
  white-space: nowrap;
  border-radius: 0 8px 8px 0;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
}

.btn-f-2:hover {
  background-color: #fff769;
}

.inputl2 {
  color: #000;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 8px 0 0 8px;
  height: 40px;
  margin-bottom: 0;
  font-size: 16px;
}

.inputl2:focus {
  border-color: #3a3a3a;
}

.textarea {
  color: #000;
  border-radius: 8px;
  min-height: 128px;
  font-size: 16px;
}

.textarea:focus {
  border: 1px solid #000;
}

.div-block-121 {
  padding-top: 0;
  padding-bottom: 10px;
}

.tb5 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: var(--btnover);
  border: 1px solid #ddd;
  flex-flow: column;
  margin-bottom: 20px;
  display: flex;
}

.tb5g {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 2fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.thd {
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 28px;
  display: flex;
}

.tb3 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: var(--btnover);
  border: 1px solid #ddd;
  flex-flow: column;
  margin-bottom: 20px;
  display: flex;
}

.tb3g {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tb7g {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 2fr 2fr 2fr 2fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.thdd {
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 28px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.div-block-122 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.roww {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tb7g-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 2fr 2fr 2fr 2fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-42 {
  font-weight: 700;
}

.hbtnmember {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.wnb {
  background-color: var(--cardg);
  color: var(--btnbg);
  border-radius: 0 0 8px 8px;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-family: Noto Sans Thai, sans-serif;
}

.anct {
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 22px;
}

.btnb {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #3d3d3d;
  white-space: nowrap;
  background-color: #cde1ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-top: 10px;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
}

.btnb:hover {
  background-color: #bcd6ff;
}

.btnb.hide {
  display: none;
}

.div-block-125 {
  font-weight: 400;
}

.list-3 {
  padding-left: 20px;
}

.anti {
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.spct {
  justify-content: center;
  align-items: center;
  display: flex;
}

.spct-c {
  color: var(--btnbg);
  max-width: 570px;
}

.title-h1 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 44px;
  font-weight: 400;
  line-height: 64px;
}

.antiti {
  z-index: 0;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.btncan {
  color: #333;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.prama {
  margin-bottom: 24px;
}

.lista {
  margin-bottom: 24px;
  padding-left: 20px;
}

.h2a {
  margin-top: 32px;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 20px;
}

.mnl {
  z-index: 10;
  flex-flow: column;
  display: none;
  position: fixed;
  inset: 60px 0% auto;
}

.hmm, .hmm2, .hm22 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hmember {
  padding-top: 20px;
  padding-bottom: 10px;
}

.linkrom {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #9c9c9c;
  white-space: nowrap;
  border-bottom: 2px solid #fff;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.linkrom:hover {
  color: #505050;
}

.linkrom.w--current {
  color: #505050;
  border-bottom-color: #000;
}

.linkromin {
  justify-content: space-between;
  align-items: center;
  height: 36px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.hlinkromin {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.hbtnmember2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.c3close {
  width: 28px;
  height: 28px;
}

.mnbtn-close {
  color: var(--btntxt);
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  margin-right: 10px;
  text-decoration: none;
  display: none;
}

.tttd {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  display: flex;
}

.div-block-131 {
  justify-content: center;
  align-items: center;
  height: 44px;
  display: flex;
}

.div-block-132 {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.ttotal {
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.tb5g2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 2fr 2fr 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tb5f {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #f1f1f1;
  border: 1px solid #ddd;
  flex-flow: column;
  margin-bottom: 10px;
  display: flex;
}

.btn-tool {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.ttotal2 {
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.titlebill {
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.tt-c {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ctmenu {
  max-height: 100vh;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.hds {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-bottom: 2px solid var(--btnbg);
  color: var(--btntxt);
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.hds:hover {
  color: var(--bgform);
}

.hds.w--current {
  border-bottom-width: 3px;
  border-bottom-color: var(--bgform);
  color: var(--bgform);
}

.hds.disable {
  opacity: .5;
}

.z-ct-h-p {
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 20px;
}

.inputp2 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.mclock {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-135 {
  color: #fff;
  background-color: #797979;
  border-radius: 44px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  margin-bottom: 10px;
  font-size: 18px;
  display: none;
}

.div-block-136 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  display: none;
}

.div-block-136-copy {
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  display: none;
}

.text-block-44 {
  font-size: 12px;
  line-height: 14px;
}

.text-block-45 {
  font-size: 28px;
  line-height: 32px;
}

.formsp {
  padding-top: 20px;
}

.inputf {
  color: var(--btnbg);
  background-color: #daf0e3e6;
  border: 1px solid #daf0e3cc;
  border-radius: 8px;
  height: 40px;
  margin-bottom: 0;
  font-size: 16px;
}

.inputf:focus {
  border-color: var(--cardy);
}

.bm {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.div-block-138 {
  z-index: -1;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.base {
  background-color: #0f7c5f;
  background-image: none;
  overflow-x: hidden;
}

.btnf {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--cardy);
  color: var(--btnbg);
  white-space: nowrap;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
}

.formbtn {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 20px;
}

.div-block-139 {
  z-index: -1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.youtube {
  width: 100vw;
  height: 100vh;
}

.form-b-m {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #1931314d;
  border: 0 solid #ddd3;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  margin-top: 0;
  padding: 20px;
  font-family: Noto Sans Thai, sans-serif;
  display: flex;
}

.div-block-140, .div-block-141 {
  width: 100%;
}

.tcr {
  color: var(--btnbg);
}

.btnbm {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--btnbg);
  color: var(--btntxt);
  white-space: nowrap;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
}

.tabform {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.tt2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--btntxt);
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.text-block-46 {
  color: var(--bgform);
}

.flg {
  z-index: 0;
  opacity: .4;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-144 {
  width: 160px;
}

.logo-login {
  color: var(--btntxt);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 20px 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.logo-login.w--current {
  color: var(--btntxt);
}

.text-block-47 {
  text-align: right;
}

.tt22 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--btntxt);
  margin-top: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.rabtn {
  justify-content: center;
  align-items: center;
  min-width: 44px;
  min-height: 44px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.btmsbhd {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--btnbg);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  height: 44px;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btmsbhd:hover {
  background-color: var(--btnover);
}

.btmsbhd.w--current {
  background-color: var(--cardgrey);
}

.btmsbis {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--btnbg);
  white-space: nowrap;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  padding: 10px 10px 10px 42px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btmsbis:hover {
  background-color: var(--btnover);
}

.btmsbis.w--current {
  background-color: var(--cardgrey);
}

.zm {
  height: 44px;
  overflow: hidden;
}

.zm-hed {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--btnbg);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  height: 44px;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.zm-hed:hover {
  background-color: var(--btnover);
}

.zm-hed.w--current {
  background-color: var(--cardgrey);
}

.cema {
  width: 24px;
  height: 24px;
  transition: transform .333s cubic-bezier(.645, .045, .355, 1);
  transform: rotate(0);
}

.btmsb-at {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--btnover);
  color: var(--btnbg);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  height: 44px;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btmsb-at:hover {
  background-color: var(--btnover);
}

.btmsb-at.w--current {
  background-color: var(--cardgrey);
}

.lgm {
  height: 188px;
  margin-top: 10px;
}

.txthid {
  overflow: hidden;
}

.sp44 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #19313100;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.sp44.w--current {
  background-color: var(--cardgrey);
}

.cescbar {
  display: none;
}

@media screen and (min-width: 1280px) {
  .div-block-15 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .div-block-48 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .ltab {
    color: #414613;
  }

  .ltab.w--current {
    color: #01203f;
  }

  .ltab2 {
    color: #414613;
  }

  .ltab2.w--current {
    color: #01203f;
  }

  .ld {
    background-color: #f6f8ed;
  }

  .wny {
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    display: flex;
  }

  .link-block {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-32 {
    display: flex;
  }

  .link-c {
    justify-content: center;
    align-items: center;
    height: 30px;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
  }

  .btn-f, .link-c2, .btn-f-2, .btnb, .btnf {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .btnbm {
    background-color: var(--btnbg);
    color: var(--btntxt);
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .div-block-15 {
    grid-template-columns: 1fr 1fr;
  }

  .heading {
    margin-top: 20px;
    font-size: 36px;
    line-height: 54px;
  }

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

  .hisbil {
    margin-top: 20px;
    padding-left: 0;
  }

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

  .mnbtn {
    display: flex;
  }

  .hm {
    display: none;
  }

  .hm2 {
    display: flex;
  }

  .zb {
    grid-template-columns: 1fr;
  }

  .wnb {
    margin-top: 0;
  }

  .anzone {
    padding-top: 0;
  }

  .title-h1 {
    margin-top: 20px;
    font-size: 36px;
    line-height: 54px;
  }

  .antiti {
    z-index: 1;
  }

  .btncan {
    z-index: 1;
    margin-right: -6px;
  }

  .mnl {
    color: var(--btnbg);
    background-color: #fff;
    height: 100vh;
    padding-bottom: 80px;
    top: 0;
    overflow: auto;
  }

  .hmm {
    border-top: 1px solid #000;
    flex-flow: column;
    display: flex;
  }

  .hmm2 {
    flex-flow: column;
  }

  .hm22, .hmember {
    display: none;
  }

  .linkrom {
    color: var(--btnbg);
    border-bottom-width: 1px;
    border-bottom-color: #dfdfdf;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 20px;
  }

  .linkrom.w--current {
    border-bottom-color: #dfdfdf;
  }

  .linkrom.disabled {
    opacity: .5;
  }

  .hbtnmember2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: none;
  }

  .hdclose {
    background-color: var(--btnbg);
    border-bottom: 1px solid #000;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    display: flex;
    position: sticky;
    top: 0;
  }

  .mnbtn-close {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .sb {
    z-index: 10;
    width: 100%;
    height: 80px;
    position: fixed;
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .ce {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tmn {
    flex-flow: row;
    display: none;
    overflow: auto;
  }

  .an {
    margin-bottom: 20px;
  }

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

  .div-block-16 {
    grid-template-columns: 1fr;
    padding-left: 15px;
  }

  .txt {
    flex-flow: column;
  }

  .stk-zone {
    z-index: 10;
  }

  .div-block-17-copy {
    flex-flow: column;
  }

  .div-block-24 {
    padding-top: 80px;
    padding-left: 0;
  }

  .div-block-25 {
    text-align: center;
    width: 100%;
  }

  .nav-back {
    z-index: 9;
    background-color: #fff;
    border-top: 0 solid #01203f40;
    margin-top: 0;
    margin-bottom: 10px;
    display: flex;
    top: 80px;
  }

  .heading {
    margin-top: 0;
  }

  .txt-red {
    line-height: 24px;
  }

  .div-block-61 {
    order: -1;
  }

  .div-block-62 {
    text-align: right;
  }

  .nbc1 {
    width: auto;
  }

  .tlmenu {
    display: flex;
  }

  .ce-btn-fix-hide {
    justify-content: center;
    align-items: center;
    margin-top: -8px;
  }

  .trmenu {
    display: flex;
  }

  .skt-onm {
    display: none;
    position: fixed;
    inset: 80px 0% auto;
    overflow: auto;
  }

  .tmn-mb {
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-height: calc(100vh - 112px);
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: auto;
  }

  .tmn-btn-mb {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 18px;
  }

  .div-block-63 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    padding-right: 0;
    display: flex;
  }

  .v2sb {
    z-index: 10;
    display: none;
    position: relative;
  }

  .v2header {
    z-index: 10;
  }

  .image-2 {
    width: 64px;
    height: auto;
  }

  .div-block-91 {
    flex-flow: column;
  }

  .mnbtn {
    display: flex;
  }

  .hm {
    display: none;
  }

  .hdz {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .zb {
    z-index: 5;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    position: relative;
  }

  .div-block-99, .tab-sp {
    justify-content: center;
    align-items: center;
  }

  .hbtnmember {
    display: block;
  }

  .wnb {
    margin-top: 0;
  }

  .anzone {
    padding-top: 0;
  }

  .title-h1 {
    margin-top: 10px;
  }

  .mnl {
    z-index: 99;
  }

  .hmember {
    border-top: 0 solid #000;
    border-bottom: 0 solid #000;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .linkromin {
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hlinkromin {
    height: 44px;
  }

  .tabs {
    z-index: 1;
  }

  .hbtnmember2 {
    display: block;
  }

  .mnbtn-close {
    display: flex;
  }

  .mclock {
    padding-top: 10px;
  }

  .bm {
    position: fixed;
    inset: 0%;
  }

  .base {
    background-image: none;
  }
}

@media screen and (max-width: 479px) {
  .div-block-15 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-16 {
    grid-template-columns: 1fr;
    padding-left: 15px;
  }

  .txt, .div-block-17-copy {
    flex-flow: column;
  }

  .nav-back {
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .div-block-31 {
    flex-flow: column;
  }

  .div-block-38 {
    flex-flow: wrap;
  }

  .div-block-47 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .div-block-61 {
    justify-content: flex-end;
    align-items: center;
  }

  .div-block-62 {
    justify-content: center;
    align-items: center;
  }

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

  .hm2 {
    display: none;
  }

  .hdz {
    grid-template-columns: 1fr 1fr;
  }

  .hsm {
    display: block;
  }

  .hhm1 {
    display: none;
  }

  .hhm2 {
    display: flex;
  }

  .hmm, .hmm2 {
    justify-content: center;
    align-items: flex-start;
  }

  .bm {
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 50vh;
    display: flex;
  }

  .base {
    background-color: var(--btnbg);
    background-image: none;
  }

  .form-b-m {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}

#w-node-_104216aa-3706-b511-40a8-fae39d2c3a55-bc11fbad, #w-node-_7f76ac3e-a911-bd21-792c-9d2ea2e129a1-bc11fbad, #w-node-_79bc76a4-ca16-907f-0bbd-27d78fbb8f6f-bc11fbad, #w-node-_8c88cb45-f798-56b4-3c16-8c0447a4ee4d-bc11fbad, #w-node-_70d5275c-ec79-763b-8d58-d9506f475af3-bc11fbad, #w-node-_5bdcd83e-a522-6bd0-262d-43133dd33aba-bc11fbad, #w-node-_90824195-4034-59dc-2bdb-89d561db8fe5-bc11fbad, #w-node-c2cf8066-d405-5810-85e7-ca5583bf90e7-bc11fbad, #w-node-_3340dd35-1146-0558-05ac-2ceb92c8ca6f-bc11fbad, #w-node-_388c7663-c092-0d10-bac7-202d6d14076a-bc11fbad, #w-node-a0794224-5eed-8f18-7731-30123777a0e0-bc11fbad, #w-node-_906527f7-6e85-439d-acb2-9bddc9713772-bc11fbad, #w-node-_6994b0ad-4e68-4f7a-b8d0-c341fb31cec3-bc11fbad, #w-node-_188147a1-2d63-efdc-d0b8-5720c16fd593-bc11fbad, #w-node-e016790c-8417-74ab-80c7-83c7660df41c-bc11fbad, #w-node-d6f402f1-a201-3549-1c55-f621e34cd7e7-bc11fbad, #w-node-_337df7c0-c994-d926-bbfd-be239eeddea7-bc11fbad, #w-node-_653440df-cb06-6a58-9caa-a96ba37937c7-bc11fbad, #w-node-_8af99f9f-9215-69e7-bb4d-b88fe8b09cc2-bc11fbad, #w-node-_8af99f9f-9215-69e7-bb4d-b88fe8b09ccf-bc11fbad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85195ede-8e03-182e-f8b9-2c1245e94305-6486f4f7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_91f4934b-f728-6171-c81f-dbaee5a65394-6486f4f7 {
  order: -9999;
}

#w-node-_988b6a81-d122-0134-6eb1-9e0f3f864804-3a08b2a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_85195ede-8e03-182e-f8b9-2c1245e94305-6486f4f7 {
    grid-column: span 1 / span 1;
  }

  #w-node-_32c4c1f1-9046-651d-e0a0-d5cd9a723578-6486f4f7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


