/*!
 * Body content
 */
html, body {
  width: 100%;
}

body {
  font-family: "Hoves", sans-serif;
  font-size: 15px;
  box-sizing: border-box;
  color: #000000;
  font-weight: 400;
  opacity: 0;
}
body.load {
  opacity: 1;
}
::-webkit-scrollbar {
  width: 0;
}
#custom-scroll {
  overflow: scroll;
}
#custom-scroll #custom-scroll {
  padding: 25px 30px 30px 20px;
  /* margin-top: calc(40px + 58px + 76px); */
  border-left: 1px solid #f7f8fa;
  border-right: 1px solid #f7f8fa;
  position: relative;
}
.ssb_st:after {
  content: '';
  position: absolute;
  right: -12px;
  bottom: -25px;
  z-index: 5;
  width: 25px;
  height: 25px;
  background-color: #ffffff;
}
.ssb_st:before {
  content: '';
  position: absolute;
  right: -12px;
  top: -25px;
  z-index: 5;
  width: 25px;
  height: 25px;
  background-color: #ffffff;
}
.ssb_down {
  display: none;
}
.ssb_up {
  display: none;
}
.ssb_sb {
  background-color: #000000;
  cursor:pointer;
  position:absolute;
  /* margin-top: 25px; */
  right:14px;
  /* height: 36px !important; */
  width: 3px !important;
  z-index: 4;
}
.ssb_st {
  background-color: #F7F8FA;
  width: 1px;
  cursor:pointer;
  height: calc(100vh - 40px - 58px - 76px - 25px - 25px - 40px);
  position:absolute;
  right:15px;
  top: 25px
}



@font-face {
  font-family: "Hoves";
  font-weight: 400;
  src: url(../fonts/TT-Hoves-Regular.otf);
}
@font-face {
  font-family: "Hoves";
  font-weight: 500;
  src: url(../fonts/TT-Hoves-Medium.otf);
}
@font-face {
  font-family: "Hoves";
  font-weight: 600;
  src: url(../fonts/TT-Hoves-Semi-Bold.otf);
}

.container {
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.welcome .main {
  min-height: 100vh;
  position: relative;
}
.welcome .main .main-content {
  display: flex;
  min-height: 100vh;
} 
.welcome .main .main-content .left-side {
  width: 490px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  padding-left: 80px;
}
.welcome .main .main-content .right-side {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 490px);
  min-height: 100vh;  
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
}
.welcome .main .main-content .right-side.webp {
  background-image: url(../img/bg-welcome.webp);
}
.welcome .main .main-content .right-side.jpg {
  background-image: url(../img/bg-welcome.jpg);
}
.welcome .main .main-content .right-side .logo {
  display: flex;
  align-items: center;
}
.welcome .main .main-content .right-side .reserved {
  position: absolute;
  right: 35px;
  bottom: 35px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.26px;
  opacity: 0.7;
  color: #ffffff;
}
.welcome .main .main-content .left-side .logo {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
}
.welcome .main .main-content .left-side h2 {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -1.44px;
  margin-bottom: 65px;
}
.welcome .main .main-content .left-side h4 {
  letter-spacing: -0.34px;
  line-height: 25px;
  font-size: 17px;
  font-weight: 400;
  padding-bottom: 35px;
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 20px;
  width: 355px;
}
.welcome .main .main-content .left-side h5 {
  letter-spacing: -0.22px;
  line-height: 24px;
  font-size: 11px;
  font-weight: 500;
  color: #a0a4aa;
  margin-bottom: 20px;
}
.welcome .main .main-content .left-side ul {
  width: 360px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 35px;
}
.welcome .main .main-content .left-side ul li {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.welcome .main .main-content .left-side ul li:last-child {
  margin-bottom: 0px;
}
.welcome .main .main-content .left-side ul li h3 {
  width: 70px;
  letter-spacing: -0.14px;
  font-size: 14px;
  font-weight: 400;
  color: #a0a4aa;
}
.welcome .main .main-content .left-side ul li p,
.welcome .main .main-content .left-side ul li a {
  letter-spacing: -0.14px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.welcome .main .main-content .left-side ul li a:hover {
  text-decoration: underline;
}
.welcome .main .main-content .left-side .btn {
  width: 230px;
  min-height: 48px;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  padding: 0px 20px;
  box-sizing: border-box;
  margin-bottom: 50px;
  transition: background-color 0.2s;
}
.welcome .main .main-content .left-side .btn img {
  position: relative;
  left: 0px;
  transition: left 0.2s;
}
.welcome .main .main-content .left-side .btn:hover {
  background-color: #2E2E2E;
}
.welcome .main .main-content .left-side .btn:hover img {
  left: 5px;
}

.welcome .main .main-content .left-side .transferred {
  letter-spacing: -0.26px;
  line-height: 18px;
  font-size: 13px;
  font-weight: 400;
  color: #a0a4aa;
  width: 310px;
}
.welcome .main .main-content .left-side .transferred span {
  text-decoration: underline;
  color: #a0a4aa;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
  transition: color 0.2s;
}
.welcome .main .main-content .left-side .transferred span:hover {
  color: #000000;
}
.mobile {
  display: none;
}




.thank .main {
  width: 100%;
  min-height: 100vh;
  background-image: url(../img/bg-thank.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0px 50px 00px;
}
.thank .main .main-content {
  width: 840px;
  background-color: rgba(255,255,255,0.3);
  backdrop-filter: blur(50px);
  padding: 50px 95px 45px 50px;
  margin: 0px 15px;
}
.thank .main .main-content .logo {
  display: flex;
  align-items: center;
  margin-bottom: 170px;
}
.thank .main .main-content h2 {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -1.44px;
  margin-bottom: 65px;
  color: #ffffff;
}
.thank .main .main-content h4 {
  letter-spacing: -0.34px;
  line-height: 24px;
  font-size: 17px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 170px;
}
.thank .main .main-content p {
  letter-spacing: -0.26px;
  line-height: 19px;
  font-size: 13px;
  font-weight: 400;
  opacity: 0.7;
  color: #ffffff;
  position: relative;
}
.thank .main .main-content p:before {
  content: '*';
  position: absolute;
  left: -10px;
}
.thank .main .reserved {
  position: fixed;
  right: 35px;
  bottom: 25px;
  letter-spacing: -0.26px;
  line-height: 18px;
  font-size: 13px;
  font-weight: 400;
  opacity: 0.7;
  color: #ffffff;
}
.thank .main .reserved a {
  color: #ffffff;
  text-decoration: underline;
}




.form {
}
.form .main .logo {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
}
.form .main .logo .fixed {
  position: fixed;
  top: 40px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}
.simplebar-track.simplebar-horizontal {
  display: none;
}
.simplebar-track.simplebar-vertical {
  top: 200px;
  right: 15px;
  bottom: 25px;
  background-color: #f7f8fa !important;
  width: 1px !important;
  z-index: 10;
}
.simplebar-scrollbar {
  background-color: #000000;
  width: 3px !important;
  left: -1px;
}
.simplebar-track {
  overflow: initial;
}

.form .main .main-content {
  width: 840px;
  height: calc(100vh - 25px  - 58px - 76px - 40px);
  /* border: 1px solid #f7f8fa; */
  background-color: #ffffff;
  margin: 0px auto;
  box-sizing: border-box;
  border-top: 0px;
  position: relative;
  margin-top: calc(40px + 58px + 76px);
}
.form .main .main-content:after {
  content: "";
  position: fixed;
  bottom: 40px;
  width: calc(840px);
  height: 48px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  z-index: 1;
  border-left: 1px solid #f7f8fa;
  border-right: 1px solid #f7f8fa;
  border-bottom: 1px solid #f7f8fa;
}
.form .main .main-content .fixed-block-top {
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  position: fixed;
  z-index: 3;
  top: 0px;
  left: 0px;
}
.form .main .main-content .fixed-block-bottom {
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  position: fixed;
  z-index: 5;
  bottom: 0px;
  left: 0px;
}
.form .main .main-content .breadcrumbs-all {
  border: 1px solid #F7F8FA;
  height: 58px;
  display: flex;
  align-items: center;
  padding: 0px 20px;
  position: fixed;
  z-index: 4;
  top: 40px;
  width: calc(840px);
  background-color: #ffffff;
}
.form .main .main-content .breadcrumbs-all .progressBar {
  height: 1px;
  width: 0%;
  position: absolute;
  bottom: -1px;
  left: 0%;
  background-color: #000000;
  transition: width 0.2s cubic-bezier(.81,.04,.34,.99);
}
.form .main .main-content .breadcrumbs-all h4 {
  font-size: 14px;
  font-weight: 500;
  color: #777e8d;
  margin-right: 7px;
}
.form .main .main-content .breadcrumbs-all li {
  position: relative;
  margin-right: 24px;
  display: flex;
  align-items: center;
}

.form .main .main-content .breadcrumbs-all li a:after {
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(../img/arrow-silver.svg);
  background-size: cover;
  position: absolute;
  right: -20px;
  top: 0%;
  transition: background-image 1.0s cubic-bezier(.81,.04,.34,.99);
  pointer-events: none;
}
.form .main .main-content .breadcrumbs-all li a {
  display: flex;
  align-items: center;
  color: #777e8d;
  font-size: 14px;
  font-weight: 500;
  transition: color 1.0s cubic-bezier(.81,.04,.34,.99);
  pointer-events: none;
}
.form .main .main-content .breadcrumbs-all li.active a{
  color: #000000;
}
.form .main .main-content .breadcrumbs-all li.active a:after {
  background-image: url(../img/arrow-black.svg);
}
.form .main .main-content .breadcrumbs-all li:last-child {
  margin-right: 0px;
}
.form .main .main-content .breadcrumbs-all li:last-child a:after {
  display: none;
}
.form .main .main-content .header {
  border-bottom: 1px solid #F7F8FA;
  border-left: 1px solid #F7F8FA;
  border-right: 1px solid #F7F8FA;
  height: 76px;
  display: flex;
  align-items: center;
  padding: 0px 20px;
  position: fixed;
  z-index: 5;
  top: 98px;
  background-color: #ffffff;
  width: calc(840px);
  overflow: hidden;
  justify-content: space-between;
}
.form .main .main-content .header .breadcrumbs-single {
  display: flex;
  align-items: center;
  max-width: 620px;
}
.form .main .main-content .header .breadcrumbs-single li {
  position: relative;
  margin-right: 37px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  transition: transform 1.0s cubic-bezier(.81,.04,.34,.99);
}
.form .main .main-content .header .breadcrumbs-single li:last-child {
  margin-right: 0px;
}
.form .main .main-content .header .saveForm {
  z-index: 5;
  position: relative;
  height: 47px;
  width: 47px;
  background-color: #F7F8FA;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s;
}
.form .main .main-content .header .saveForm .icoSilver {
  background-image: url(../img/save-silver.svg);
  background-size: contain;
  position: absolute;
  width: 11px;
  height: 16px;
  opacity: 1;
  transition: all 0.2s;
}
.form .main .main-content .header .saveForm .icoGreen {
  background-image: url(../img/save-green.svg);
  background-size: contain;
  position: absolute;
  width: 11px;
  height: 16px;
  opacity: 0;
  transition: all 0.2s;
}
.form .main .main-content .header .saveForm .icoGreenFill {
  background-image: url(../img/save-greenFill.svg);
  background-size: contain;
  position: absolute;
  width: 11px;
  height: 16px;
  opacity: 0;
  transition: all 0.2s;
}
.form .main .main-content .header .saveForm:hover {
  background-color: #E2F8DD;
}
.form .main .main-content .header .saveForm:hover .icoSilver {
  opacity: 0;
}
.form .main .main-content .header .saveForm:hover .icoGreen {
  opacity: 1;
}
.form .main .main-content .header #sendAnimation {
  z-index: 5;
  position: relative;
  height: 47px;
  width: 120px;
}
.form .main .main-content .header #sendAnimation input:disabled {
  cursor: default;
}
.form .main .main-content .header #sendAnimation input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  border: 0px;
  background-color: transparent;
  color: transparent;
  padding: 0px;
  z-index: 5;
  cursor: pointer;
  outline: none;
}
.form .main .main-content .header #sendAnimation svg>g>g:nth-child(1) path {
  fill: #F7F8FA;
  transition: all 0.5s;
}
.form .main .main-content .header #sendAnimation svg>g>g:nth-child(3) path {

  fill: #777E8D;
  transition: all 0.5s;
}
.form .main .main-content .header #sendAnimation svg>g>g:nth-child(4) path {
  fill: #777E8D;
  transition: all 0.5s;
}
.form .main .main-content .header .breadcrumbs-single li a {
  color: #777e8d;
  font-size: 28px;
  font-weight: 500;
  display: flex;
  align-items: center;
  pointer-events: none;
  transition: color 1.0s cubic-bezier(.81,.04,.34,.99);
}
.form .main .main-content .header .breadcrumbs-single li a:after {
  content: '';
  width: 25px;
  height: 25px;
  background-image: url(../img/arrow-silver.svg);
  background-size: cover;
  position: absolute;
  right: -31px;
  top: 15%;
  transition: background-image 1.0s cubic-bezier(.81,.04,.34,.99);
  pointer-events: none;
}
.form .main .main-content .header .breadcrumbs-single li.active a:after {
  content: '';
  width: 25px;
  height: 25px;
  background-image: url(../img/arrow-black.svg);
  background-size: cover;
  position: absolute;
  right: -31px;
  top: 15%;
  pointer-events: none;
}
.form .main .main-content .header .breadcrumbs-single li:last-child a:after {
  display: none;
}
.form .main .main-content .header .breadcrumbs-single li.active a{
  color: #000000;
}
.form .main .main-content .header .breadcrumbs-single:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 100%;
  background-image: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
.form .main .main-content .header .breadcrumbs-single:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 615px;
  height: 100%;
  background-image: linear-gradient(270deg, #ffffff 65%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
.form .main .main-content form {
  height: calc(100vh - 40px - 58px - 76px - 40px);
  /* padding: 25px 30px 40px 20px; */
  /* margin-top: calc(40px + 58px + 76px); */
  /* border-left: 1px solid #f7f8fa;
  border-right: 1px solid #f7f8fa; */
}
.form .main .main-content form .input-wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.form .main .main-content form .breakpoint:last-child .input-wrap:last-child {
  margin-bottom: 0px;
}
.form .main .main-content form label {
  letter-spacing: -0.3px;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
}
.form .main .main-content form .input-wrap input {
  width: 100%;
  height: 49px;
  background-color: #f7f8fa;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.3px;
  color: #000000;
  margin-top: 8px;
  font-family: "Hoves", sans-serif;
  border: 0px;
  outline: none;
  padding: 0px 15px;
}
.form .main .main-content form .input-wrap input::placeholder {
  letter-spacing: -0.3px;
  font-size: 15px;
  font-weight: 400;
  color: #777e8d;
  font-family: "Hoves", sans-serif;
}
.form .main .main-content form .input-wrap .prompt {
  letter-spacing: -0.26px;
  line-height: 19px;
  font-size: 13px;
  font-weight: 400;
  color: #a0a4aa;
}
.form .main .main-content form .input-wrap textarea {
  width: 100%;
  height: 295px;
  background-color: #f7f8fa;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: -0.3px;
  color: #000000;
  margin-top: 8px;
  font-family: "Hoves", sans-serif;
  border: 0px;
  outline: none;
  padding: 15px;
  resize: none;
}
.form .main .main-content form .input-wrap textarea::placeholder {
  letter-spacing: -0.3px;
  font-size: 15px;
  font-weight: 400;
  color: #777e8d;
  font-family: "Hoves", sans-serif;
}

.form .main .main-content form .tableNum1 {
  display: flex;
  flex-direction: column;
  border: 1px solid #EDEDED;
  margin-bottom: 20px;
}
.form .main .main-content form .tableNum1 .row {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #EDEDED;
}
.form .main .main-content form .tableNum1 .row:last-child {
  border-bottom: 0px;
}
.form .main .main-content form .tableNum1 .row.table-name {
  border-bottom: 1px solid #EDEDED;
}
.form .main .main-content form .tableNum1 .row.table-name .column {
  width: 200px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form .main .main-content form .tableNum1 .row.table-name .column:nth-child(1) {
  width: 190px;
  height: 30px;
}
.form .main .main-content form .tableNum1 .row.table-name .column h4 {
  letter-spacing: -0.28px;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}
.form .main .main-content form .tableNum1 .row .column {
  width: 200px;
  height: 95px;
  border-right: 1px solid #EDEDED;
}
.form .main .main-content form .tableNum1 .row .column:nth-child(1) {
  width: 190px;
  height: 95px;
  padding: 10px 11px 10px 15px;
}
.form .main .main-content form .tableNum1 .row .column:nth-child(1) h4 {
  letter-spacing: -0.28px;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 5px;
}
.form .main .main-content form .tableNum1 .row .column:nth-child(1) p {
  letter-spacing: -0.24px;
  font-size: 12px;
  font-weight: 400;
  color: #777e8d;
}
.form .main .main-content form .tableNum1 .row .column:last-child {
  border-right: 0px;
}
.form .main .main-content form .tableNum1 .row .column textarea {
  outline: none;
  letter-spacing: -0.26px;
  padding: 9px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #000000;
  font-family: "Hoves", sans-serif;
  width: 100%;
  height: 100%;
  resize: none;
  border: 1px solid transparent;
  transition: border 0.2s;
}
.form .main .main-content form .tableNum1 .row .column textarea::placeholder {
  letter-spacing: -0.26px;
  font-size: 13px;
  font-weight: 400;
  color: transparent;
  font-family: "Hoves", sans-serif;
  transition: color 0.2s;
}
.form .main .main-content form .tableNum1 .row .column textarea:hover::placeholder {
  color: #777e8d;
}
.form .main .main-content form .tableNum1 .row .column textarea:focus::placeholder {
  color: #777e8d;
}
.form .main .main-content form .tableNum1 .row .column textarea:hover {
  border: 1px solid #000000;
  cursor: pointer;
}
.form .main .main-content form .tableNum1 .row .column textarea:focus {
  border: 1px solid #000000;
  cursor:text
}




.form .main .main-content form .tableNum2 {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.form .main .main-content form .tableNum2 .row {
  display: flex;
  align-items: center;
}
.form .main .main-content form .tableNum2 .row:last-child {
  border-bottom: 0px;
}
.form .main .main-content form .tableNum2 .row.table-name {
  margin-top: 50px;
  margin-bottom: 35px;
}
.form .main .main-content form .tableNum2 .row.table-name .column {
  width: 200px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0px;
}
.form .main .main-content form .tableNum2 .row.table-name .column:nth-child(1) {
  width: 190px;
  height: 100px;
}
.form .main .main-content form .tableNum2 .row.table-name .column h4 {
  letter-spacing: -0.28px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  width: 98px;
  height: 98px;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.form .main .main-content form .tableNum2 .row.table-subname {
  margin-bottom: 5px;
}
.form .main .main-content form .tableNum2 .row.table-subname .column {
  width: 200px;
  height: auto;
  border-right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0px;
}
.form .main .main-content form .tableNum2 .row.table-subname .column h4 {
  letter-spacing: -0.28px;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}
.form .main .main-content form .tableNum2 .row.table-subname .column:nth-child(1) {
  width: 190px;
  height: auto;
  padding: 0px;
  border: 0px;
}
.form .main .main-content form .tableNum2 .row .column {
  width: 200px;
  height: 95px;
  border-right: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  border-top: 1px solid #EDEDED;
}
.form .main .main-content form .tableNum2 .row .column:nth-child(1) {
  width: 190px;
  height: 95px;
  padding: 10px 11px 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 0px;
  border-bottom: 0px;
}
.form .main .main-content form .tableNum2 .row .column:nth-child(1) h4 {
  letter-spacing: -0.28px;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}
.form .main .main-content form .tableNum2 .row .column textarea {
  outline: none;
  letter-spacing: -0.26px;
  padding: 9px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #000000;
  font-family: "Hoves", sans-serif;
  width: 100%;
  height: 100%;
  resize: none;
  border: 1px solid transparent;
  transition: border 0.2s;
}
.form .main .main-content form .tableNum2 .row .column textarea::placeholder {
  letter-spacing: -0.26px;
  font-size: 13px;
  font-weight: 400;
  color: transparent;
  font-family: "Hoves", sans-serif;
  transition: color 0.2s;
}
.form .main .main-content form .tableNum2 .row .column textarea:hover::placeholder {
  color: #777e8d;
}
.form .main .main-content form .tableNum2 .row .column textarea:focus::placeholder {
  color: #777e8d;
}
.form .main .main-content form .tableNum2 .row .column textarea:hover {
  border: 1px solid #000000;
  cursor: pointer;
}
.form .main .main-content form .tableNum2 .row .column textarea:focus {
  border: 1px solid #000000;
  cursor:text
}
.form .main .main-content form .tableNum2 .prompt {
  letter-spacing: -0.26px;
  line-height: 19px;
  font-size: 13px;
  font-weight: 400;
  color: #a0a4aa;
  padding-left: 190px;
  padding-top: 5px;
}













.form .main .main-content form .tableNum3 {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.form .main .main-content form .tableNum3 .row {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.form .main .main-content form .tableNum3 .row:nth-child(3) .column:nth-child(1):after {
  content: '';
  position: absolute;
  right: 13px;
  width: 22px;
  height: 150px;
  border: 1px solid #e0e0e0;
  border-right: 0px;
}
.form .main .main-content form .tableNum3 .row:nth-child(4) {
  margin-bottom: 0px;
}
.form .main .main-content form .tableNum3 .row.table-name {
  margin-bottom: 8px;
}
.form .main .main-content form .tableNum3 .row.table-name .column {
  width: 200px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0px;
}
.form .main .main-content form .tableNum3 .row.table-name .column:nth-child(1) {
  width: 190px;
}
.form .main .main-content form .tableNum3 .row.table-name .column h4 {
  letter-spacing: -0.28px;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.form .main .main-content form .tableNum3 .row .column {
  width: 200px;
  border: 0px;
  height: 60px;
  border-right: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  border-top: 1px solid #EDEDED;
  position: relative;
}
.form .main .main-content form .tableNum3 .row .column:nth-child(1) {
  width: 190px;
  border-top: 0px;
  border-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form .main .main-content form .tableNum3 .row .column textarea {
  outline: none;
  letter-spacing: -0.26px;
  padding: 9px;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
  font-family: "Hoves", sans-serif;
  width: 100%;
  height: 100%;
  resize: none;
  border: 1px solid transparent;
  transition: border 0.2s;
}
.form .main .main-content form .tableNum3 .row .column textarea::placeholder {
  letter-spacing: -0.26px;
  font-size: 13px;
  font-weight: 400;
  color: transparent;
  font-family: "Hoves", sans-serif;
  transition: color 0.2s;
}
.form .main .main-content form .tableNum3 .row .column textarea:hover::placeholder {
  color: #777e8d;
}
.form .main .main-content form .tableNum3 .row .column textarea:focus::placeholder {
  color: #777e8d;
}
.form .main .main-content form .tableNum3 .row .column textarea:hover {
  border: 1px solid #000000;
  cursor: pointer;
}
.form .main .main-content form .tableNum3 .row .column textarea:focus {
  border: 1px solid #000000;
  cursor:text
}
.form .main .main-content form .tableNum3 .prompt {
  letter-spacing: -0.26px;
  line-height: 19px;
  font-size: 13px;
  font-weight: 400;
  color: #a0a4aa;
  padding-left: 190px;
  padding-top: 5px;
}
.form .main .main-content form .ajax-loader,
.wpcf7 form .wpcf7-response-output {
  display: none !important;
}

.form .noti-welcome {
  position: fixed;
  right: 40px;
  bottom: 0px;
  width: 540px;
  opacity: 0;
  box-shadow: 0 8px 9px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  background-color: #000000;
  padding: 12px 15px;
  z-index: 5;
  transition: all 0.7s cubic-bezier(.37,0,.08,1);
}
.form .noti-welcome.show {
  opacity: 1;
  bottom: 40px;
}
.form .noti-welcome.hide {
  opacity: 0 !important;
  bottom: 0px !important;
  visibility: hidden !important;
}
.form .noti-welcome p {
  font-size: 14px;
  font-weight: 400;
  color: #dbdbdb;
  line-height: 19px;
  width: 455px;
}
.form .noti-welcome p span {
  font-weight: 500;
  color: #ffffff;
}
.form .noti-welcome .close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form .noti-welcome .close img {
  transition: all 0.5s cubic-bezier(.81,.04,.34,.99);
}
.form .noti-welcome .close:hover img{
  transform: rotate(90deg);
}

.form .noti-redirect {
  position: fixed;
  right: 40px;
  bottom: 0px;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 8px 9px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  background-color: #000000;
  padding: 12px 20px;
  z-index: 5;
  transition: all 0.7s cubic-bezier(.37,0,.08,1);
}
.form .noti-redirect.show {
  visibility: visible;
  opacity: 1;
  bottom: 40px;
}
.form .noti-redirect p {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 19px;
  margin-bottom: 10px;
}
.form .noti-redirect .line {
  background-color: #333333;
  height: 2px;
  width: 100%;
  margin-bottom: 5px;
  position: relative;
}
.form .noti-redirect .line .progress {
  height: 2px;
  width: 0px;
  background-color: #FFFFFF;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: width 2s cubic-bezier(.73,.01,.08,1);
}
.form .noti-redirect .line .progress.send {
  width: 100%;
}




.form .noti-save {
  position: fixed;
  right: 40px;
  bottom: 0px;
  width: 230px;
  height: 43px;
  opacity: 0;
  box-shadow: 0 8px 9px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  background-color: #000000;
  padding: 12px 15px;
  z-index: 5;
  transition: all 0.7s cubic-bezier(.37,0,.08,1);
}
.form .noti-save.show {
  opacity: 1;
  bottom: 40px;
}
.form .noti-save.hide {
  opacity: 0 !important;
  bottom: 0px !important;
  visibility: hidden !important;
}
.form .noti-save p {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 19px;
}
.form .noti-save .close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form .noti-save .close img {
  transition: all 0.5s cubic-bezier(.81,.04,.34,.99);
}
.form .noti-save .close:hover img{
  transform: rotate(90deg);
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
}
.welcome .modal__container.transferred-content {
  max-width: 540px;
  height: 412px;
  background-color: #ffffff;
  position: relative;
}
.welcome .modal__container.transferred-content .header {
  background-color: #000000;
  height: 100px;
  display: flex;
  align-items: center;
  padding: 0px 35px;
  position: relative;
}
.welcome .modal__container.transferred-content .header h3 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.84px;
  color: #ffffff;
}
.welcome .modal__container.transferred-content .header .close {
  position: absolute;
  right: 18px;
  top: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.welcome .modal__container.transferred-content .header .close img {
  transition: all 0.5s cubic-bezier(.81,.04,.34,.99);
}
.welcome .modal__container.transferred-content .header .close:hover img {
  transform: rotate(90deg);
}
.welcome .modal__container.transferred-content .text {
  padding: 55px 34px 25px 34px;
}
.welcome .modal__container.transferred-content .text p {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.34px;
  line-height: 26px;
  color: #000000;
}
.welcome .modal__container.transferred-content .text p a {
  font-weight: 500;
  color: #000000;
  text-decoration: underline;
  outline: none;
}


@-webkit-keyframes mmfadeIn {
  from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes mmfadeIn {
  from { opacity: 0; }
    to { opacity: 1; }
}

@-webkit-keyframes mmfadeOut {
  from { opacity: 1; }
    to { opacity: 0; }
}

@keyframes mmfadeOut {
  from { opacity: 1; }
    to { opacity: 0; }
}

@-webkit-keyframes mmslideIn {
from { -webkit-transform: translateY(15%); transform: translateY(15%); }
  to { -webkit-transform: translateY(0); transform: translateY(0); }
}

@keyframes mmslideIn {
from { -webkit-transform: translateY(15%); transform: translateY(15%); }
  to { -webkit-transform: translateY(0); transform: translateY(0); }
}

@-webkit-keyframes mmslideOut {
  from { -webkit-transform: translateY(0); transform: translateY(0); }
  to { -webkit-transform: translateY(15%); transform: translateY(15%); }
}

@keyframes mmslideOut {
  from { -webkit-transform: translateY(0); transform: translateY(0); }
  to { -webkit-transform: translateY(15%); transform: translateY(15%); }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
-webkit-animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
        animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
-webkit-animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
        animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
-webkit-animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
        animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
-webkit-animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
        animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}












/*Responsive*/

/* Medium Layout: 1200px. */

@media only screen and (max-width: 1200px) {
  .form .main .logo .fixed {
    z-index: 5;
    top: 15px;
    left: 15px;
  }
}


/* Tablet Layout: 992px. */

@media only screen and (max-width: 900px) {
  .welcome .main .main-content .left-side {
    padding-left: 40px;
  }
  .welcome .main .main-content .left-side {
    width: 420px;
  }
  .welcome .main .main-content .right-side {
    width: calc(100% - 420px);
  }
  .form .main .main-content,
  .form .main .main-content .header,
  .form .main .main-content .breadcrumbs-all {
    width: 722px;
  }
  .form .noti-welcome,
  .form .noti-redirect {
    right: 20px;
  }
  .form .main .main-content .breadcrumbs-all li a,
  .form .main .main-content .breadcrumbs-all h4 {
    font-size: 13px;
  }
  .form .main .main-content .breadcrumbs-all li a:after {
    top: -2px;
  }
  .form .main .main-content .header .breadcrumbs-single:after {
    width: 560px;
  }
  .form .main .main-content .header .breadcrumbs-single {
    max-width: 500px;
  }
}


/* Mobile Layout: 768px. */

@media only screen and (max-width: 768px) {
  .main, .noti-welcome, .noti-redirect, .noti-save{
    display: none !important;
  }
  .mobile {
    display: block;
    width: 100%;
    height: 100vh;
    background-image: url(../img/bg-mob.jpg);
    background-position: center;
    background-size: cover;
  }
  .mobile .mobile-content {
    width: 100%;
    height: 100vh;
    padding: 60px 0px 50px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(255,255,255,.05);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px)
  }
  .mobile .mobile-content .mid {
    width: 200px;
  }
  .mobile .mobile-content .mid img {
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
  }
  .mobile .mobile-content .mid h3 {
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    line-height: 24px;
    letter-spacing: -0.20px;
    text-align: center;
  }
  .mobile .mobile-content .bottom h3 {
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    position: relative;
  }
  .mobile .mobile-content .bottom h3:before {
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%, 0px);
    height: 1px;
    width: 30px;
    background-color: #ffffff;
  }
}
@media only screen and (max-height: 870px) {
  .welcome .main .main-content .left-side .logo {
    margin-bottom: 45px;
  }
  .welcome .main .main-content .left-side h2 {
    margin-bottom: 30px;
  }
  .welcome .main .main-content .left-side .btn {
    margin-bottom: 35px;
  }
}