@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600&display=swap");
:root {
  --border-color: #e5e5e5;
  --form-text: #697386;
  --form-placeholder: #cbcbcb;
  --form-error: #d2575c;
}

#divworkspacearea {
  max-width: 1320px;
}

#cnt-page .container {
  padding: 0;
  max-width: 1320px;
}
#cnt-page .container .row {
  margin: 0 !important;
}

#cnt-page .c7 {
  padding: 0;
}
#cnt-page .c7 > br {
  display: none;
}
#cnt-page.lang > .flex-container {
  justify-content: center;
}
#cnt-page.lang .wrapper-form section:first-child > .split-title .hd-sub {
  padding: 20px 0;
}
#cnt-page.lang .wrapper-form .cta.icon,
#cnt-page.lang .wrapper-form .btn-upload {
  min-width: 250px;
}
#cnt-page .wrapper-form {
  text-align: left;
  width: 100%;
  margin-bottom: 30px;
}
#cnt-page .wrapper-form section + section {
  margin-top: 60px;
}
#cnt-page .wrapper-form .btn-bar {
  margin-top: 60px;
}
#cnt-page .wrapper-form #UploadForm {
  max-width: 520px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#cnt-page .wrapper-form input[type=file] {
  width: 235px;
  margin: 10px 0 30px;
  display: block;
  color: grey;
  font-style: oblique;
}
#cnt-page .wrapper-form input[type=file]::file-selector-button {
  display: none;
}
#cnt-page .wrapper-form .btn-upload-wrapper {
  width: 100%;
}
#cnt-page .wrapper-form .btn-upload {
  font-family: "Acherus Grotesque", sans-serif;
  font-size: 0.88em;
  text-align: center;
  text-decoration: none;
  background-color: white;
  color: #231f20;
  width: 100%;
  height: 42px;
  min-width: 235px;
  margin: 0 auto;
  padding: 10px 25px;
  border: 1px solid #231f20;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
#cnt-page .wrapper-form .btn-upload:hover {
  color: white;
  background-color: black;
}
#cnt-page .wrapper-form .btn-upload.btn-select:hover {
  color: white;
  background-color: black;
}
#cnt-page .wrapper-form .btn-upload.disabled {
  background-color: rgb(200, 200, 200);
  opacity: 0.4;
}
#cnt-page .wrapper-form a {
  display: inline-flex;
  align-items: center;
}
#cnt-page .wrapper-form a.icon {
  padding: 11px 25px;
}
#cnt-page .wrapper-form a .btn-icon {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
#cnt-page .wrapper-form a:hover .btn-icon {
  filter: invert(1);
}
#cnt-page .wrapper-form a + a {
  margin-left: 20px;
}
#cnt-page .wrapper-form p {
  line-height: 1.5;
  color: #231f20;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}
#cnt-page .wrapper-form p + p {
  margin: 16px 0 0;
}
#cnt-page .wrapper-form p + h5 {
  margin: 32px 0 0;
}
#cnt-page .wrapper-form .hd-sub {
  font-size: 24px;
  font-weight: 300;
  text-align: left;
  line-height: 30px;
  color: #231f20;
  padding: 0 0 10px;
  margin: 0 0 40px;
  border-bottom: 1px solid var(--border-color);
}
#cnt-page .wrapper-form h3 {
  font-size: 24px;
  font-weight: 300;
  text-transform: none;
  margin: 0 0 20px;
}
#cnt-page .wrapper-form .title-flex {
  display: flex;
  align-items: end;
}
#cnt-page .wrapper-form .title-flex .option {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  margin: 10px 0 24px 10px;
}
#cnt-page .wrapper-form h4 {
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #231f20;
}
#cnt-page .wrapper-form .split-title {
  width: 100%;
  margin: 0 0 20px;
}
#cnt-page .wrapper-form .split-title h2,
#cnt-page .wrapper-form .split-title h3 {
  margin: 0;
}
#cnt-page .wrapper-form h5 {
  font-size: 1em;
  font-weight: 500;
  margin: 0;
}
#cnt-page .wrapper-form h5 + p {
  margin: 4px 0 0;
}
#cnt-page .wrapper-form .btn-lang {
  max-width: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #697386;
  background-color: white;
  border-radius: 3px;
  border: 1px solid var(--border-color, rgba(60, 66, 87, 0.12));
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04), 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
}
#cnt-page .wrapper-form .btn-lang .btn {
  font-size: 14px;
  margin: 0;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
}
#cnt-page .wrapper-form .btn-lang .btn:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
#cnt-page .wrapper-form .btn-lang .btn:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#cnt-page .wrapper-form .btn-lang .btn:hover {
  color: white;
  background-color: rgb(170.8024691358, 172.8395061728, 174.1975308642);
}
#cnt-page .wrapper-form .btn-lang .btn.active {
  color: white;
  background-color: #777a7c;
  cursor: default;
}
#cnt-page .wrapper-form .btn-lang input[type=file]::file-selector-button {
  border: 2px solid #6c5ce7;
  padding: 0.2em 0.4em;
  border-radius: 0.2em;
  background-color: #a29bfe;
  transition: 1s;
}
#cnt-page .wrapper-form .btn-lang input[type=file]::file-selector-button:hover {
  background-color: #81ecec;
  border: 2px solid #00cec9;
}
#cnt-page .wrapper-form #GeneralApplication {
  color: var(--form-text);
}
#cnt-page .wrapper-form #GeneralApplication .form-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 24px;
}
#cnt-page .wrapper-form #GeneralApplication .form-grid + h3,
#cnt-page .wrapper-form #GeneralApplication .form-grid + .title-flex {
  margin-top: 60px;
}
#cnt-page .wrapper-form #GeneralApplication .form-item {
  margin: 0 0 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
#cnt-page .wrapper-form #GeneralApplication .form-item.select {
  position: relative;
}
#cnt-page .wrapper-form #GeneralApplication .form-item.select:after {
  content: url(../img/icon-carrot.svg);
  position: absolute;
  width: 14px;
  height: 9px;
  bottom: 18px;
  right: 10px;
  z-index: 10;
  pointer-events: none;
}
#cnt-page .wrapper-form #GeneralApplication .form-item select {
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 30px;
}
#cnt-page .wrapper-form #GeneralApplication .form-item select::-ms-expand {
  display: none;
}
#cnt-page .wrapper-form #GeneralApplication .form-item.blank {
  display: none;
}
#cnt-page .wrapper-form #GeneralApplication .form-item.error .form-control {
  border-color: var(--form-error);
}
#cnt-page .wrapper-form #GeneralApplication .form-inline {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cnt-page .wrapper-form #GeneralApplication .form-inline label {
  flex: 1;
  margin: 0;
}
#cnt-page .wrapper-form #GeneralApplication .form-inline .form-control {
  flex: 3;
  margin: 0 0 0 10px;
}
#cnt-page .wrapper-form #GeneralApplication .form-control {
  font-family: Karla, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  line-height: 22px;
  color: #231f20;
  width: 100%;
  padding: 9px 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  border-radius: 3px;
  border: 1px solid var(--border-color);
  background: var(--white, #fff);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04), 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
}
#cnt-page .wrapper-form #GeneralApplication .form-control.date {
  color: #231f20;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}
#cnt-page .wrapper-form #GeneralApplication .form-control::-webkit-datetime-edit {
  color: #231f20;
  padding: 0;
  display: inline;
}
#cnt-page .wrapper-form #GeneralApplication .form-control::-webkit-datetime-edit-fields-wrapper {
  font-family: Karla, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #231f20;
}
#cnt-page .wrapper-form #GeneralApplication .check-group {
  grid-column: 1/span 2;
}
#cnt-page .wrapper-form #GeneralApplication .check-group .check-control {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
#cnt-page .wrapper-form #GeneralApplication .check-group .check-control .form-check-input {
  margin: 0 12px 0 0;
}
#cnt-page .wrapper-form #GeneralApplication .check-group .check-control .form-check-label {
  margin: 0;
  line-height: 0.8;
}
#cnt-page .wrapper-form #GeneralApplication .checkbox-item .grid-checkbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  margin-top: 30px;
}
#cnt-page .wrapper-form #GeneralApplication .checkbox-item .check-control {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#cnt-page .wrapper-form #GeneralApplication .checkbox-item .check-control input {
  width: 14px;
  height: 14px;
  margin: 0;
}
#cnt-page .wrapper-form #GeneralApplication .checkbox-item .check-control label {
  font-size: 14px;
  margin: 0 0 0 8px;
  line-height: 1;
}
#cnt-page .wrapper-form #GeneralApplication .checkbox-item.legal {
  margin-top: 40px;
}
#cnt-page .wrapper-form #GeneralApplication .radio-item {
  text-align: left;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-gap: 60px;
}
#cnt-page .wrapper-form #GeneralApplication .radio-item .grid-radio {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  grid-gap: 20px;
}
#cnt-page .wrapper-form #GeneralApplication .radio-item .radio-control {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#cnt-page .wrapper-form #GeneralApplication .radio-item .radio-control .form-radio-input {
  margin: 0;
}
#cnt-page .wrapper-form #GeneralApplication .radio-item .radio-control .form-radio-label {
  margin: 0 6px 0 6px;
}
#cnt-page .wrapper-form #GeneralApplication .radio-row .form-item {
  margin-top: 20px;
}
#cnt-page .wrapper-form #GeneralApplication label,
#cnt-page .wrapper-form #GeneralApplication .text-muted,
#cnt-page .wrapper-form #GeneralApplication .checkbox-label,
#cnt-page .wrapper-form #GeneralApplication .radio-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 4px;
}
#cnt-page .wrapper-form #GeneralApplication label .option,
#cnt-page .wrapper-form #GeneralApplication .text-muted .option,
#cnt-page .wrapper-form #GeneralApplication .checkbox-label .option,
#cnt-page .wrapper-form #GeneralApplication .radio-label .option {
  font-size: 13px;
  font-style: italic;
  margin-left: 4px;
}
#cnt-page .wrapper-form #GeneralApplication .text-muted {
  color: var(--form-error);
  opacity: 0;
}
#cnt-page .wrapper-form #GeneralApplication .btn-submit {
  grid-column: 1/span 2;
  margin-top: 40px;
  display: block;
  background: #231f20;
  color: #fff;
  border: 1px solid #231f20;
  padding: 11px 25px 12px;
  text-align: center;
  cursor: pointer;
  transition: opacity 200ms;
}
#cnt-page .wrapper-form #GeneralApplication .btn-submit:hover {
  background: #fff;
  color: #231f20;
  border: 1px solid #231f20;
}
#cnt-page .wrapper-form #GeneralApplication .btn-submit.disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: not-allowed;
}
#cnt-page .item-toggle {
  margin: 0 !important;
}
@media (max-width: 650px) {
  #cnt-page .wrapper-form .cta {
    width: 100%;
  }
  #cnt-page .wrapper-form .cta .btn-icon {
    display: none;
  }
  #cnt-page .wrapper-form .cta + .cta {
    margin: 20px 0 0;
  }
  #cnt-page .wrapper-form .btn-bar .cta {
    display: block;
  }
  #cnt-page .wrapper-form #GeneralApplication .form-inline label {
    flex: 2;
  }
  #cnt-page .wrapper-form #GeneralApplication .radio-item {
    grid-template-columns: 2fr 1fr;
    grid-gap: 30px;
  }
  #cnt-page .wrapper-form #GeneralApplication .radio-item .grid-radio {
    grid-gap: 10px;
    grid-template-columns: 1fr;
  }
  #cnt-page .wrapper-form #GeneralApplication .radio-item .grid-radio .radio-control:nth-child(2) {
    flex-flow: row-reverse;
    justify-content: flex-end;
  }
  #cnt-page .wrapper-form #GeneralApplication .legal input {
    min-width: 24px;
  }
}
@media (max-width: 850px) {
  #cnt-page .wrapper-form .btn-lang {
    max-width: 200px;
    margin: 20px auto 60px;
  }
}
@media (min-width: 767px) {
  #cnt-page .wrapper-form #UploadForm {
    max-width: 520px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #cnt-page .wrapper-form .btn-upload-wrapper {
    width: auto;
  }
  #cnt-page .wrapper-form .btn-upload-wrapper + button {
    margin-left: 24px;
    min-width: 262px;
  }
  #cnt-page .wrapper-form input[type=file] {
    margin: 10px 0 0 0;
  }
  #cnt-page .wrapper-form .btn-upload {
    width: auto;
  }
  #cnt-page .wrapper-form .split-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #cnt-page .wrapper-form .split-title.rule {
    border-bottom: 1px solid var(--border-color);
  }
  #cnt-page .wrapper-form .split-title.rule .hd-sub {
    border: none;
  }
  #cnt-page .wrapper-form .split-title.rule .btn-lang {
    margin: 0 0 5px;
  }
  #cnt-page .wrapper-form #GeneralApplication .form-grid + h3 {
    margin-top: 80px;
  }
  #cnt-page .wrapper-form #GeneralApplication .form-grid .btn-submit {
    margin-top: 60px;
  }
  #cnt-page .wrapper-form #GeneralApplication .check-group.col-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 900px) {
  #cnt-page .container {
    padding: 0;
  }
  #cnt-page .wrapper-form {
    margin-bottom: 60px;
  }
  #cnt-page .wrapper-form section + section {
    margin-top: 120px;
  }
  #cnt-page .wrapper-form .btn-bar + .btn-bar {
    margin-top: 60px;
  }
  #cnt-page .wrapper-form #GeneralApplication .form-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #cnt-page .wrapper-form #GeneralApplication .form-grid .col-2 {
    grid-column: 1/span 2;
  }
  #cnt-page .wrapper-form #GeneralApplication .form-item.blank {
    display: block;
  }
  #cnt-page .wrapper-form #GeneralApplication .form-inline label {
    flex: 1;
    padding-left: 0;
  }
  #cnt-page .wrapper-form #GeneralApplication .checkbox-item {
    grid-column: 1/span 1;
  }
  #cnt-page .wrapper-form #GeneralApplication .checkbox-item .grid-checkbox {
    grid-template-columns: repeat(2, 1fr);
  }
}

.col-2,
.col-3 {
  width: auto;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.dimensionTxtBox {
  width: 20% !important;
  margin-left: 3px;
  margin-right: 3px;
}
