@charset "UTF-8";

#tw-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #a7aaa9;
  padding: 45px 0px 75px 0px;
  @media (min-width: 992px) {
    padding: 68px 0px 95px 0px;
  }
}

#tw-contact .polygon-top {
  background: url(../../images/telebooth-wire/contact-us-top-polygon.svg);
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100%;
  height: 203px;
  margin-top: -1px;
}

#tw-contact h4.pre-title {
  color: var(--0A0A0A, #0a0a0a);
  text-align: center;
  font-family: Barlow;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-variant: all-small-caps;
  letter-spacing: 8px;
  margin-bottom: 7.5px;
  @media (min-width: 992px) {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
#tw-contact h4.pre-title.tw-font-family-vi {
  font-variant: inherit;
}

#tw-contact h4.title {
  color: var(--0A0A0A, #0a0a0a);
  text-align: center;
  font-family: IBM Plex Sans JP;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 40px;
  @media (min-width: 992px) {
    font-size: 40px;
    margin-bottom: 60px;
  }
}

#tw-contact .content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  padding: 0 35px;
  @media (min-width: 992px) {
    width: auto;
    padding: 0;
  }
}

#tw-contact .contact-info .company-name {
  color: var(--0A0A0A, #0a0a0a);
  font-family: Barlow;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  @media (min-width: 992px) {
    font-size: 32px;
  }
}

#tw-contact .contact-info .company-sub {
  color: var(--0A0A0A, #0a0a0a);
  font-family: IBM Plex Sans JP;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 22px;
}

#tw-contact .contact-info .contact-person {
  display: flex;
  flex-direction: column;
  align-items: center;
  @media (min-width: 992px) {
    align-items: flex-end;
    width: fit-content;
  }
}

#tw-contact .contact-info .contact-person-name {
  color: var(--0A0A0A, #0a0a0a);
  font-family: 'Barlow';
  font-weight: 500;
  font-size: 18px;
  @media (min-width: 992px) {
    font-size: 24px;
  }
}

#tw-contact .contact-info .contact-person-phone {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  @media (min-width: 992px) {
    justify-content: flex-start;
  }
}
#tw-contact .contact-info .contact-person-social {
  gap: 22px;
  margin-bottom: 40px;
  @media (min-width: 992px) {
    margin-bottom: 0;
    gap: 30px;
  }
}

#tw-contact .contact-info .qr-code-img {
  width: 48px;
  height: 48px;
  @media (min-width: 992px) {
    width: 64px;
    height: 64px;
  }
}

#tw-contact .contact-info .contact-person-social-item {
  gap: 10px;
}

#tw-contact .contact-info .company-address {
  color: var(--0A0A0A, #0a0a0a);
  font-family: Barlow;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 160% */
  letter-spacing: 0.75px;
  margin-bottom: 37px;
  @media (min-width: 992px) {
    margin-bottom: 127px;
  }
}

/* #tw-contact .contact-person {
  margin-top: 70px;
} */
/* #tw-contact .contact-person div {
  margin: 21px 0px;
  display: flex;
  align-items: center;
} */
#tw-contact .contact-person a {
  color: var(--0A0A0A, #0a0a0a);
  font-family: Barlow;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  @media (min-width: 992px) {
    font-size: 32px;
  }
}
#tw-contact .contact-person .phone-icon {
  content: url(../../images/telebooth-wire/phone-icon.svg);
  margin-right: 7px;
  width: 21px;
  @media (min-width: 992px) {
    margin-right: 10px;
    width: 28px;
  }
}

#tw-contact .contact-person .in-charge-icon {
  content: url(../../images/telebooth-wire/in-charge.svg);
  margin-right: 10px;
}

#tw-contact .contact-person .in-charge-name {
  color: var(--0A0A0A, #0a0a0a);
  font-family: IBM Plex Sans JP;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#tw-contact .contact-person .in-charge-desc {
  color: var(--0A0A0A, #0a0a0a);
  font-family: IBM Plex Sans JP;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#tw-contact .form-contact .form-control {
  height: 51px;
}

#tw-contact .form-contact .textarea-contact {
  height: 193px;
}
#tw-contact .separator {
  content: url(../../images/telebooth-wire/separator-symbol.svg);
  /* margin: 0px 60px; */
}

#tw-contact .contact-info {
  width: 100%;
  @media (min-width: 992px) {
    margin-right: 48px;
    max-width: 390px;
    min-width: 390px;
  }
}

#tw-contact .form-contact {
  background: none;
  width: 100%;
  padding: 0;
  padding-top: 40px;
  border-top: 2px solid #c1c3c3;
  @media (min-width: 992px) {
    border-top: none;
    padding-top: 0;
    padding-left: 78px;
    border-left: 2px solid #c1c3c3;
    max-width: 488px;
    min-width: 488px;
  }
}
#tw-contact #error-message {
  margin: 0;
}
#tw-contact .row {
  margin: 0 0px 24px 0px;
}

#tw-contact .textarea-contact {
  height: 193px;
}

#tw-contact .tw-btn-submit-form-contact {
  width: 100%;
  line-height: 50px;
  text-align: center;
  background: #000;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  font-family: barlow;
  letter-spacing: 3.2px;
}

#tw-contact .form-contact .policy-agree,
#tw-contact .form-contact a {
  color: #000;
  font-family: barlow-thin;
  font-size: 16px;
  margin: 0px;
}

#tw-contact .form-contact .form-check-input {
  border-radius: 0;
  border: 1px solid #898787;
  margin-right: 6px;
  outline: none;
}

#tw-contact .form-check-input:checked[type='checkbox'] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

#tw-contact .form-contact .form-check-input:checked {
  background-color: #0a58ca;
  border-color: #0a58ca;
}

#tw-contact .form-contact .agreement-box {
  display: flex;
  align-items: center;
}

#tw-contact .bg-white {
  background: #fff;
  padding: 0px;
}

#tw-contact .captcha-area {
  display: flex;
}

#tw-contact #modalConfirm .modal-dialog {
  position: absolute;
}

/* -----------------------------------992---------------
DESKTOP SMALLAND LARGE SCREENS
--------------------------------------------------*/

/*===============================================================
min-width: 992px
===============================================================*/
@media (min-width: 992px) {
  #tw-contact .tw-btn-submit-form-contact {
    font-size: 14px;
  }
  #tw-contact .form-contact .policy-agree,
  #tw-contact .form-contact a {
    font-size: 12px;
  }
}
/*===============================================================
min-width: 1100px
===============================================================*/
@media (min-width: 1100px) {
}
/*===============================================================
min-width: 1200px
===============================================================*/
@media (min-width: 1200px) {
}

/*===============================================================

===============================================================*/
@media (min-width: 1400px) {
}
/*===============================================================
1920px
===============================================================*/
@media (min-width: 1920px) {
}

/*===============================================================
2133px
===============================================================*/
@media (min-width: 2133px) {
}

/*===============================================================
2400px
===============================================================*/
@media (min-width: 2400px) {
}

/*===============================================================
2560px
===============================================================*/
@media (min-width: 2560px) {
}

/*===============================================================
3440px
===============================================================*/
@media (min-width: 3440px) {
}

/*===============================================================
3840px
===============================================================*/
@media (min-width: 3840px) {
}

/*===============================================================
5120px
===============================================================*/
@media (min-width: 5120px) {
}
