.main-container .col2 {
  -webkit-column-gap: 0px;
          column-gap: 0px;
}

.main-container .box .card-type-1 {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1200px;
  overflow: auto;
}

.main-container .box .card-type-1 h1 {
  font-size: 14px;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) {
  .main-container .box .card-type-1 h1 {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  .main-container .box .card-type-1 h1 {
    font-size: 1vw;
  }
}

.main-container .box .card-type-1 li {
  position: relative;
}

.main-container .box .card-type-1 li .radio_hidden {
  position: absolute;
  opacity: 0.001;
}

.main-container .box .card-type-1 li .card-label {
  border: 2px solid rgba(0, 0, 0, 0.096);
  margin: 0px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  border-radius: 5px;
  height: 100%;
  width: 120px !important;
}

.main-container .box .card-type-1 li .card-label h1 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 9px;
  margin: 10px 0px;
}

@media only screen and (min-width: 992px) {
  .main-container .box .card-type-1 li .card-label h1 {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1900px) {
  .main-container .box .card-type-1 li .card-label h1 {
    font-size: 0.7vw;
  }
}

.main-container .box .card-type-1 li .card-label .fas {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #E7B13D;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main-container .box .card-type-1 li .card-label:hover {
  border: 2px solid #E7B13D;
}

.main-container .box .card-type-1 li .card-label:hover h1 {
  color: #E7B13D;
}

.main-container .box .card-type-1 .radio_hidden:checked + label, .main-container .box .Checked + label {
  border: 3px solid #E7B13D;
  -webkit-box-shadow: 0px 2px 10px #E7B13D;
          box-shadow: 0px 2px 10px #E7B13D;
}

.main-container .box .card-type-1 .radio_hidden:checked + label .fas, .main-container .box .Checked + label .fas {
  opacity: 1;
}

.main-container .box .card-type-1 .radio_hidden:checked + label h1, .main-container .box .Checked + label h1 {
  color: #E7B13D;
}

.main-container .box .card-type-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-container .box .card-type-2 .flex-box {
  position: relative;
  width: 100px;
  height: 50px;
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-container .box .card-type-2 .flex-box input[type="text"] {
  width: 100%;
  height: 100%;
  text-align: center;
  border: 0px;
  border: 1px solid #000;
}

.main-container .box .card-type-2 .flex-box input[type="radio"] {
  position: absolute;
  opacity: 0.01;
}

.main-container .box .card-type-2 .color-box {
  position: relative;
  margin: 5px;
}

.main-container .box .card-type-2 .color-box input[type="radio"] {
  opacity: 0.01;
  position: absolute;
}

.main-container .box .card-type-2 .color-box label {
  margin: 0px;
  width: 35px;
  height: 35px;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.13);
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main-container .box .card-type-2 .color-box label:hover {
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.822);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.822);
}

.main-container .box .card-type-2 label[for="monogram-text-italic"] {
  font-style: italic;
  border: 1px dashed #000;
  width: 100%;
  height: 100%;
  margin: 0px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.main-container .box .card-type-2 label[for="monogram-text-bold"] {
  font-weight: 600;
  border: 2px solid #000;
  width: 100%;
  height: 100%;
  margin: 0px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.main-container .box .card-type-2 .monogram-text-italic {
  font-style: italic;
  border: 1px dashed #000;
  width: 100%;
  height: 100%;
  margin: 0px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.main-container .box .card-type-2 .monogram-text-bold {
  font-weight: 600;
  border: 2px solid #000;
  width: 100%;
  height: 100%;
  margin: 0px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.main-container .box .card-type-2 .monogram-text-bold-italic {
  font-weight: 600;
  font-style: italic;
  border: 2px solid #000;
  width: 100%;
  height: 100%;
  margin: 0px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.main-container .box .card-type-2 .monogram-text-bold-underline {
  font-weight: 600;
  border: 2px solid #000;
  width: 100%;
  height: 100%;
  margin: 0px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  text-decoration: underline;
  text-underline-position: below;
}

.main-container .box .card-type-2 input[type="radio"]:checked + label, .main-container .box .Checked + label {
  border: 3px solid #E7B13D;
  -webkit-box-shadow: 0px 2px 10px #E7B13D;
          box-shadow: 0px 2px 10px #E7B13D;
}

.main-container .box .tab-section {
  width: 100%;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2em;
}

.main-container .box .tab-section .tab-list {
  background-color: #001141;
  color: #fefefe;
  height: 42px;
  padding: 10px 20px;
  cursor: pointer;
}

.main-container .box .tab-section .tab-list:first-child {
  border-radius: 0px 0px 0px 0px;
}

.main-container .box .tab-section .tab-list:last-child {
  border-radius: 0px 0px 0px 0px;
}

.main-container .box .tab-section .tab-list.active {
  background-color: #E7B13D;
}

.main-container .box .tab-box {
  display: none;
}

.main-container .box .tab-box.active {
  display: block;
}

.main-container .box .accordion {
  margin: 1em;
}

.main-container .box .accordion .accordion-item .accordion-header {
  width: 100%;
  background-color: rgba(51, 51, 51, 0.301);
  padding: 10px 20px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main-container .box .accordion .accordion-item .accordion-header:hover {
  background-color: rgba(51, 51, 51, 0.39);
}

.main-container .box .accordion .accordion-item .accordion-body {
  overflow: hidden;
  height: 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main-container .box .accordion .accordion-item .accordion-body.active {
  height: auto;
}

.main-container .target_data {
  display: none !important;
}

.main-container .target_data.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.main-container .main-content {
  background-color: #F6F6F6;
}

.main-container .main-content .main-nav {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 2px solid #E7B13D;
  max-width: 900px;
  width: 90%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 50%;
  margin-bottom: 1em;
}

.main-container .main-content .main-nav li {
  height: 40px;
  width: 80px;
  background-color: #001141;
  color: #fefefe;
  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;
  border: 0px;
  cursor: pointer;
}

.main-container .main-content .main-nav li.active {
  background-color: #E7B13D;
}

.main-container .main-content .top-section ul.nav {
  list-style-type: none;
  margin: 0.5em 0px 1em;
  padding: 0px;
}

.main-container .main-content .top-section ul.nav li {
  display: inline-block;
  margin: 0px;
  margin-right: 20px;
  font-size: 12px;
  position: relative;
  padding: 0.5em 0px;
}

@media only screen and (min-width: 992px) {
  .main-container .main-content .top-section ul.nav li {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1900px) {
  .main-container .main-content .top-section ul.nav li {
    font-size: 0.7vw;
  }
}

.main-container .main-content .top-section ul.nav li:after {
  content: " ";
  position: absolute;
  right: -15px;
  top: 50%;
  width: 10px;
  height: 10px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  border: 2px solid rgba(134, 134, 134, 0.185);
  border-left: 0px;
  border-bottom: 0px;
  -webkit-transform: rotate(45deg) translate(0%, -100%);
          transform: rotate(45deg) translate(0%, -100%);
  margin-right: 10px;
}

.main-container .main-content .top-section ul.nav li:last-child {
  margin-right: 0px;
}

.main-container .main-content .top-section ul.nav li:last-child:after {
  display: none;
}

.main-container .main-content .top-section ul.nav li.active {
  color: #E7B13D;
  font-weight: 600;
  border-bottom: 3px solid #E7B13D;
}

.main-container .main-content .slider {
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

.main-container .main-content .slider div .box {
  width: 100%;
  background-color: #fff;
  padding-bottom: 1em;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main-container .main-content .slider div .box h5 {
  text-transform: uppercase;
  padding: 1em 1em 0px;
  width: 100%;
  margin-bottom: 1em;
  font-size: 14px;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) {
  .main-container .main-content .slider div .box h5 {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  .main-container .main-content .slider div .box h5 {
    font-size: 1vw;
  }
}

.main-container .main-content .slider div .box .card {
  opacity: 0.5;
  padding: 0.5em;
  display: inline-block;
  cursor: pointer;
  width: 100%;
}

.main-container .main-content .slider div .box .card .img-data {
  border: 3px solid #949494;
  font-size: 0px;
  width: 100% !important;
  border-radius: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.5s,-webkit-box-shadow 1s,-webkit-transform 0.5s;
  transition: opacity 0.5s,-webkit-box-shadow 1s,-webkit-transform 0.5s;
  transition: box-shadow 1s,transform 0.5s,opacity 0.5s;
  transition: box-shadow 1s,transform 0.5s,opacity 0.5s,-webkit-box-shadow 1s,-webkit-transform 0.5s;
}

.main-container .main-content .slider div .box .card .img-data img {
  width: 120px;
}

.main-container .main-content .slider div .box .card h1 {
  font-size: 9px;
  margin: 1em;
  max-width: 120px;
}

@media only screen and (min-width: 992px) {
  .main-container .main-content .slider div .box .card h1 {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1900px) {
  .main-container .main-content .slider div .box .card h1 {
    font-size: 0.7vw;
  }
}

.main-container .main-content .slider div .box .card.selected {
  opacity: 1;
}

.main-container .main-content .slider div .box .card.selected .img-data {
  border-color: #E7B13D;
  -webkit-box-shadow: 0px 5px 10px #e7b13d6b;
          box-shadow: 0px 5px 10px #e7b13d6b;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.main-container .main-content .slider div .box .card.selected h1 {
  color: #E7B13D;
}

.main-container .main-content .slider div .btn {
  padding: 0.5em 1em;
  border-radius: 1em;
  background-color: #E7B13D;
  border: 0px;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.103);
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.103);
  margin: 2em 0px;
}

.main-container .main-content .slider div .btn i {
  margin-left: 2em;
}

.main-container .main-content .slider div .btn:hover {
  -webkit-transform: scale(0.95, 0.95);
          transform: scale(0.95, 0.95);
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.103);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.103);
}

.main-container .main-content .slider div .prev-btn i {
  margin-right: 2em;
  margin-left: 0em;
}

.main-container .main-content .slider div .submit-btn {
  background-color: #001141;
  color: #fefefe;
}

.main-container .main-content .slider div .submit-btn i {
  margin-left: 0.5em;
}

.main-container .main-content .slider-group .slider-content {
  overflow: hidden;
  height: 0px;
}

.main-container .main-content .slider-group .slider-content.active {
  height: auto;
}

@media (min-width: 768px) {
  .main-container .main-content .slider .col2 {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: auto auto auto !important;
        grid-template-columns: auto auto auto !important;
  }
}
/*# sourceMappingURL=customize_process.css.map */