/* line 5, ../../sass/app/contact.scss */
.alert {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

/* line 12, ../../sass/app/contact.scss */
.info .s1 {
  padding: 96px 32px 192px;
  background-color: #F2F4F7;
}
/* line 15, ../../sass/app/contact.scss */
.info .s1 .sect {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
/* line 20, ../../sass/app/contact.scss */
.info .s1 .left .sec-title,
.info .s1 .right .sec-title {
  margin-bottom: 50px;
}
/* line 25, ../../sass/app/contact.scss */
.info .s1 .left .sec-title .l,
.info .s1 .right .sec-title .l {
  background-color: #45B035;
}
/* line 30, ../../sass/app/contact.scss */
.info .s1 .left {
  width: 55%;
}
/* line 33, ../../sass/app/contact.scss */
.info .s1 .left .feedback-container .form-group {
  margin-bottom: 12px;
  padding-bottom: 20px;
  position: relative;
}
/* line 38, ../../sass/app/contact.scss */
.info .s1 .left .feedback-container .form-group.has-error .label {
  color: red;
}
/* line 41, ../../sass/app/contact.scss */
.info .s1 .left .feedback-container .form-group.has-error .form-control {
  border-color: red;
}
/* line 46, ../../sass/app/contact.scss */
.info .s1 .left .feedback-container .form-group.has-success .label {
  color: green;
}
/* line 49, ../../sass/app/contact.scss */
.info .s1 .left .feedback-container .form-group.has-success .form-control {
  border-color: green;
}
/* line 53, ../../sass/app/contact.scss */
.info .s1 .left .feedback-container .form-group > .label {
  color: #98A2B3;
  font-size: 16px;
  font-weight: 500;
}
/* line 58, ../../sass/app/contact.scss */
.info .s1 .left .feedback-container .form-group .form-control {
  height: 38px;
  margin-top: 10px;
  border-radius: 6px;
  font-size: 16px;
}
/* line 64, ../../sass/app/contact.scss */
.info .s1 .left .feedback-container .form-group textarea.form-control {
  height: unset;
}
/* line 67, ../../sass/app/contact.scss */
.info .s1 .left .feedback-container .form-group .err {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: red;
  font-size: 12px;
  font-style: italic;
}
/* line 75, ../../sass/app/contact.scss */
.info .s1 .left .feedback-container .form-group .err .help-block {
  margin: 0;
}
/* line 80, ../../sass/app/contact.scss */
.info .s1 .left .feedback-container .form-group.field-feedbackform-verify .input {
  background-color: transparent;
  width: 100%;
  max-width: 650px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
/* line 90, ../../sass/app/contact.scss */
.info .s1 .right {
  width: 36%;
  margin-left: 9%;
}
/* line 94, ../../sass/app/contact.scss */
.info .s1 .right .list .item {
  margin-bottom: 24px;
  overflow: hidden;
  position: relative;
  font-family: HarmonyOS_Sans;
}
/* line 99, ../../sass/app/contact.scss */
.info .s1 .right .list .item .bg {
  width: 100%;
  height: auto;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 104, ../../sass/app/contact.scss */
.info .s1 .right .list .item .bg2 {
  position: absolute;
  inset: 0;
  mix-blend-mode: overlay;
}
/* line 109, ../../sass/app/contact.scss */
.info .s1 .right .list .item .bg-mobi {
  display: none;
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/* line 117, ../../sass/app/contact.scss */
.info .s1 .right .list .item > .c {
  position: absolute;
  inset: 0;
  padding: 32px;
}
/* line 123, ../../sass/app/contact.scss */
.info .s1 .right .list .item:hover .bg {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 128, ../../sass/app/contact.scss */
.info .s1 .right .list .type1 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
/* line 132, ../../sass/app/contact.scss */
.info .s1 .right .list .type1 .icon {
  font-size: 24px;
  color: #45B035;
}
/* line 136, ../../sass/app/contact.scss */
.info .s1 .right .list .type1 .loc {
  font-size: 16px;
  line-height: 1.5;
}
/* line 139, ../../sass/app/contact.scss */
.info .s1 .right .list .type1 .loc .str1 {
  color: #1D2939;
  font-weight: 700;
}
/* line 143, ../../sass/app/contact.scss */
.info .s1 .right .list .type1 .loc .str2 {
  color: #667085;
}
/* line 148, ../../sass/app/contact.scss */
.info .s1 .right .list .type2 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
/* line 152, ../../sass/app/contact.scss */
.info .s1 .right .list .type2 .item {
  width: 47%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
/* line 157, ../../sass/app/contact.scss */
.info .s1 .right .list .type2 .item .icon {
  font-size: 24px;
  color: #45B035;
}
/* line 161, ../../sass/app/contact.scss */
.info .s1 .right .list .type2 .item .la {
  margin-top: 32px;
  font-size: 16px;
  font-weight: 700;
  color: #FCFCFD;
}
/* line 167, ../../sass/app/contact.scss */
.info .s1 .right .list .type2 .item .p {
  font-size: 16px;
  color: #98A2B3;
  margin-top: 5px;
}
/* line 174, ../../sass/app/contact.scss */
.info .s1 .right .list .type3 {
  color: #FCFCFD;
  font-size: 16px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
/* line 180, ../../sass/app/contact.scss */
.info .s1 .right .list .type3 .icon {
  font-size: 24px;
  margin-right: 24px;
}
/* line 184, ../../sass/app/contact.scss */
.info .s1 .right .list .type3 .info {
  line-height: 1.3;
}
/* line 187, ../../sass/app/contact.scss */
.info .s1 .right .list .type3 .str1 {
  font-weight: 700;
}
/* line 190, ../../sass/app/contact.scss */
.info .s1 .right .list .type3 .str2 {
  margin-top: 5px;
}

/* line 201, ../../sass/app/contact.scss */
.join .s1 .sec-title, .join .s2 .sec-title {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
/* line 208, ../../sass/app/contact.scss */
.join .s1 .sec-title .l, .join .s2 .sec-title .l {
  background-image: linear-gradient(96deg, #004aae, #45b035 57%, #ffea00);
  margin-top: 16px;
}
/* line 212, ../../sass/app/contact.scss */
.join .s1 .sec-title .abst, .join .s2 .sec-title .abst {
  max-width: 650px;
  margin-top: 48px;
  text-align: center;
  color: #1D2939;
}
/* line 219, ../../sass/app/contact.scss */
.join .s1 .sec-title:hover .l, .join .s2 .sec-title:hover .l {
  width: 64px;
}
/* line 225, ../../sass/app/contact.scss */
.join .s1 {
  background-color: #F2F4F7;
  padding: 96px 0 192px;
}
/* line 229, ../../sass/app/contact.scss */
.join .s1 .list {
  margin-top: 64px;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-auto-columns: 1fr;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  display: grid;
}
/* line 238, ../../sass/app/contact.scss */
.join .s1 .list .item {
  grid-area: span 1 / span 4 / span 1 / span 4;
  height: 360px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}
/* line 244, ../../sass/app/contact.scss */
.join .s1 .list .item .bg {
  position: absolute;
  inset: 0;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
/* line 249, ../../sass/app/contact.scss */
.join .s1 .list .item .co {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
/* line 258, ../../sass/app/contact.scss */
.join .s1 .list .item .icon {
  font-size: 24px;
  color: white;
}
/* line 262, ../../sass/app/contact.scss */
.join .s1 .list .item .t {
  margin-top: 32px;
  color: white;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
/* line 270, ../../sass/app/contact.scss */
.join .s1 .list .item .ab {
  margin-top: 16px;
  color: #EAECF0;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  max-width: 300px;
  width: 100%;
}
/* line 280, ../../sass/app/contact.scss */
.join .s1 .list .item:hover .bg {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 285, ../../sass/app/contact.scss */
.join .s1 .list .item-1 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}
/* line 288, ../../sass/app/contact.scss */
.join .s1 .list .item-2 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}
/* line 292, ../../sass/app/contact.scss */
.join .s1 .list .item-3 .icon {
  color: #004AAE;
}
/* line 295, ../../sass/app/contact.scss */
.join .s1 .list .item-3 .t {
  color: #1D2939;
}
/* line 298, ../../sass/app/contact.scss */
.join .s1 .list .item-3 .ab {
  color: #667085;
}
/* line 303, ../../sass/app/contact.scss */
.join .s1 .list .item-5 .icon {
  color: #45B035;
}
/* line 306, ../../sass/app/contact.scss */
.join .s1 .list .item-5 .t {
  color: #1D2939;
}
/* line 309, ../../sass/app/contact.scss */
.join .s1 .list .item-5 .ab {
  color: #667085;
}
/* line 316, ../../sass/app/contact.scss */
.join .s2 {
  padding-top: 100px;
}
/* line 318, ../../sass/app/contact.scss */
.join .s2 .list {
  margin-top: 64px;
  grid-template-rows: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}
/* line 328, ../../sass/app/contact.scss */
.join .s2 .list .item {
  grid-area: span 1 / span 1 / span 1 / span 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  border-top: #D0D5DD 1px solid;
  position: relative;
  height: 180px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 23px;
}
/* line 338, ../../sass/app/contact.scss */
.join .s2 .list .item:before {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #45B035;
  position: absolute;
  left: 0;
  top: -1px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 349, ../../sass/app/contact.scss */
.join .s2 .list .item .icon {
  background-color: #D0D5DD;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  position: absolute;
  top: 16px;
  right: 16px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 74, ../../sass/construct/_mixin.scss */
.join .s2 .list .item .icon:after {
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  position: absolute;
  left: 0;
  top: 0;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: currentColor;
}
/* line 87, ../../sass/construct/_mixin.scss */
.join .s2 .list .item .icon i {
  font-size: 24px;
  line-height: 36px;
  color: white;
  position: relative;
  z-index: 2;
}
/* line 94, ../../sass/construct/_mixin.scss */
.join .s2 .list .item .icon.scale {
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
}
/* line 96, ../../sass/construct/_mixin.scss */
.join .s2 .list .item .icon.scale i {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 355, ../../sass/app/contact.scss */
.join .s2 .list .item .icon:after {
  background-color: #45B035;
}
/* line 359, ../../sass/app/contact.scss */
.join .s2 .list .item .name {
  color: #1D2939;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
/* line 365, ../../sass/app/contact.scss */
.join .s2 .list .item .tags {
  margin-top: 16px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
/* line 372, ../../sass/app/contact.scss */
.join .s2 .list .item .tags .tag {
  color: #667085;
  border: 1px solid #45B035;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  font-size: 14px;
}
/* line 382, ../../sass/app/contact.scss */
.join .s2 .list .item .addr {
  font-size: 16px;
  color: #98A2B3;
}
/* line 386, ../../sass/app/contact.scss */
.join .s2 .list .item:hover {
  background-color: #F2F4F7;
  box-shadow: 0 15px 20px -3px rgba(0, 0, 0, 0.2);
}
/* line 390, ../../sass/app/contact.scss */
.join .s2 .list .item:hover .icon:after {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 393, ../../sass/app/contact.scss */
.join .s2 .list .item:hover .icon i {
  animation: btnAnimate .8s linear infinite;
}
/* line 397, ../../sass/app/contact.scss */
.join .s2 .list .item:hover:before {
  width: 100%;
}
/* line 403, ../../sass/app/contact.scss */
.join .s2 .tool {
  margin-top: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 410, ../../sass/app/contact.scss */
.join .s3 {
  padding: 128px 0 192px;
}
/* line 412, ../../sass/app/contact.scss */
.join .s3 .link {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
/* line 416, ../../sass/app/contact.scss */
.join .s3 .link .item {
  width: 32%;
  height: 115px;
  background-color: #EAECF0;
  padding: 24px 32px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 425, ../../sass/app/contact.scss */
.join .s3 .link .item .logo {
  width: 64px;
  height: 64px;
}
/* line 429, ../../sass/app/contact.scss */
.join .s3 .link .item .info {
  padding: 0 15px;
}
/* line 431, ../../sass/app/contact.scss */
.join .s3 .link .item .info .na {
  color: #1D2939;
  font-size: 20px;
  font-weight: 600;
}
/* line 436, ../../sass/app/contact.scss */
.join .s3 .link .item .info .ab {
  font-size: 14px;
  color: #667085;
}
/* line 441, ../../sass/app/contact.scss */
.join .s3 .link .item .icon {
  background-color: #D0D5DD;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  -webkit-flex: none;
  flex: none;
}
/* line 74, ../../sass/construct/_mixin.scss */
.join .s3 .link .item .icon:after {
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  position: absolute;
  left: 0;
  top: 0;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: currentColor;
}
/* line 87, ../../sass/construct/_mixin.scss */
.join .s3 .link .item .icon i {
  font-size: 24px;
  line-height: 36px;
  color: white;
  position: relative;
  z-index: 2;
}
/* line 94, ../../sass/construct/_mixin.scss */
.join .s3 .link .item .icon.scale {
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
}
/* line 96, ../../sass/construct/_mixin.scss */
.join .s3 .link .item .icon.scale i {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 444, ../../sass/app/contact.scss */
.join .s3 .link .item .icon:after {
  background-color: #45B035;
}
/* line 448, ../../sass/app/contact.scss */
.join .s3 .link .item:hover {
  background-color: white;
  box-shadow: 0 0 20px -3px rgba(0, 0, 0, 0.2);
}
/* line 452, ../../sass/app/contact.scss */
.join .s3 .link .item:hover .icon:after {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 455, ../../sass/app/contact.scss */
.join .s3 .link .item:hover .icon i {
  animation: btnAnimate .8s linear infinite;
}
/* line 462, ../../sass/app/contact.scss */
.join .s3 .conta {
  margin-top: 128px;
  padding: 80px 200px;
  position: relative;
  color: white;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
/* line 470, ../../sass/app/contact.scss */
.join .s3 .conta .bg {
  position: absolute;
  inset: 0;
}
/* line 473, ../../sass/app/contact.scss */
.join .s3 .conta .bg .norm,
.join .s3 .conta .bg .mobi {
  position: absolute;
  inset: 0;
}
/* line 478, ../../sass/app/contact.scss */
.join .s3 .conta .bg .norm {
  display: block;
}
/* line 481, ../../sass/app/contact.scss */
.join .s3 .conta .bg .mobi {
  display: none;
}
/* line 485, ../../sass/app/contact.scss */
.join .s3 .conta .t {
  font-size: 28px;
  color: white;
}
/* line 489, ../../sass/app/contact.scss */
.join .s3 .conta .l {
  margin-top: 16px;
  width: 120px;
  height: 1px;
  background-color: #F2F4F7;
}
/* line 495, ../../sass/app/contact.scss */
.join .s3 .conta .abst {
  font-size: 16px;
  margin-top: 16px;
}
/* line 499, ../../sass/app/contact.scss */
.join .s3 .conta .c {
  margin-top: 32px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
}
/* line 506, ../../sass/app/contact.scss */
.join .s3 .conta .item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 511, ../../sass/app/contact.scss */
.join .s3 .conta .item .icon {
  font-size: 24px;
}
/* line 514, ../../sass/app/contact.scss */
.join .s3 .conta .item .str {
  font-size: 16px;
  color: #F9FAFB;
  margin-top: 12px;
}
/* line 522, ../../sass/app/contact.scss */
.join .s3 .conta:hover .c .item {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 992px) {
  /* line 533, ../../sass/app/contact.scss */
  .info .s1 {
    padding: 64px 0;
  }
  /* line 535, ../../sass/app/contact.scss */
  .info .s1 .sect {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 538, ../../sass/app/contact.scss */
  .info .s1 .left,
  .info .s1 .right {
    width: 100%;
    margin: 0;
  }
  /* line 542, ../../sass/app/contact.scss */
  .info .s1 .left .sec-title,
  .info .s1 .right .sec-title {
    margin-bottom: 32px;
  }
  /* line 547, ../../sass/app/contact.scss */
  .info .s1 .left .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 552, ../../sass/app/contact.scss */
  .info .s1 .right {
    margin-top: 64px;
  }
  /* line 556, ../../sass/app/contact.scss */
  .info .s1 .right .list .item .bg,
  .info .s1 .right .list .item .bg2 {
    display: none;
  }
  /* line 560, ../../sass/app/contact.scss */
  .info .s1 .right .list .item .bg-mobi {
    display: block;
  }
  /* line 563, ../../sass/app/contact.scss */
  .info .s1 .right .list .item .c {
    padding: 32px 24px;
    position: relative;
    inset: unset;
  }
  /* line 571, ../../sass/app/contact.scss */
  .info .s1 .right .list .type1 .loc .str2 {
    font-size: 14px;
  }
  /* line 575, ../../sass/app/contact.scss */
  .info .s1 .right .list .type1 ._btn {
    margin-top: 50px;
    height: 32px;
    background: #45B035;
    color: white;
    padding: 0 4px 0 18px;
  }
  /* line 582, ../../sass/app/contact.scss */
  .info .s1 .right .list .type1 ._btn ._icon {
    width: 24px;
    height: 24px;
    margin-left: 20px;
    background-color: white;
  }
  /* line 587, ../../sass/app/contact.scss */
  .info .s1 .right .list .type1 ._btn ._icon i {
    font-size: 16px;
    color: #45B035;
  }
  /* line 592, ../../sass/app/contact.scss */
  .info .s1 .right .list .type1 ._btn ._label {
    font-size: 12px;
    color: inherit;
  }
  /* line 598, ../../sass/app/contact.scss */
  .info .s1 .right .list .type2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 600, ../../sass/app/contact.scss */
  .info .s1 .right .list .type2 .item {
    width: 100%;
    display: block;
  }
  /* line 604, ../../sass/app/contact.scss */
  .info .s1 .right .list .type2 .item .icon {
    display: block;
  }
  /* line 607, ../../sass/app/contact.scss */
  .info .s1 .right .list .type2 .item .la {
    float: left;
    margin-top: 12px;
  }
  /* line 611, ../../sass/app/contact.scss */
  .info .s1 .right .list .type2 .item .bo {
    float: left;
    margin: 6px 0 0 6px;
    font-size: 14px;
  }
  /* line 615, ../../sass/app/contact.scss */
  .info .s1 .right .list .type2 .item .bo .p {
    font-size: inherit;
  }
  /* line 622, ../../sass/app/contact.scss */
  .info .s1 .right .list .type3 .str2 {
    font-size: 14px;
  }

  /* line 635, ../../sass/app/contact.scss */
  .join .s1 .sec-title .l,
  .join .s2 .sec-title .l {
    margin-top: 8px;
    background: #45B035;
  }
  /* line 639, ../../sass/app/contact.scss */
  .join .s1 .sec-title .abst,
  .join .s2 .sec-title .abst {
    margin-top: 16px;
    color: #667085;
  }
  /* line 646, ../../sass/app/contact.scss */
  .join .s1 {
    padding: 64px 0;
  }
  /* line 648, ../../sass/app/contact.scss */
  .join .s1 .list {
    margin-top: 24px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    grid-row-gap: 24px;
  }
  /* line 652, ../../sass/app/contact.scss */
  .join .s1 .list .item {
    width: 100%;
    height: 240px;
    padding: 32px 32px 0;
  }
  /* line 656, ../../sass/app/contact.scss */
  .join .s1 .list .item .co {
    grid-row-gap: 12px;
  }
  /* line 659, ../../sass/app/contact.scss */
  .join .s1 .list .item .icon {
    line-height: 1;
  }
  /* line 662, ../../sass/app/contact.scss */
  .join .s1 .list .item .t {
    margin-top: 0;
    font-size: 16px;
  }
  /* line 666, ../../sass/app/contact.scss */
  .join .s1 .list .item .ab {
    margin-top: 0;
    font-size: 14px;
  }
  /* line 673, ../../sass/app/contact.scss */
  .join .s2 {
    padding: 64px 0;
  }
  /* line 675, ../../sass/app/contact.scss */
  .join .s2 .list {
    margin-top: 32px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    grid-row-gap: 32px;
  }
  /* line 679, ../../sass/app/contact.scss */
  .join .s2 .list .item {
    padding: 24px 16px;
    border-top: unset;
    border-bottom: #D0D5DD 1px solid;
  }
  /* line 683, ../../sass/app/contact.scss */
  .join .s2 .list .item .icon {
    top: 24px;
    right: 16px;
  }
  /* line 687, ../../sass/app/contact.scss */
  .join .s2 .list .item .name {
    font-size: 16px;
  }
  /* line 690, ../../sass/app/contact.scss */
  .join .s2 .list .item .tags {
    margin-top: 16px;
  }
  /* line 692, ../../sass/app/contact.scss */
  .join .s2 .list .item .tags .tag {
    font-size: 12px;
    line-height: 1;
  }
  /* line 700, ../../sass/app/contact.scss */
  .join .s2 .tool ._btn {
    background: #45B035;
    color: white;
  }
  /* line 703, ../../sass/app/contact.scss */
  .join .s2 .tool ._btn ._icon {
    color: inherit;
    background: #45B035;
  }
  /* line 710, ../../sass/app/contact.scss */
  .join .s3 {
    padding: 64px 0;
  }
  /* line 715, ../../sass/app/contact.scss */
  .join .s3 .link {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    grid-row-gap: 24px;
  }
  /* line 719, ../../sass/app/contact.scss */
  .join .s3 .link .item {
    width: 100%;
    height: 96px;
    padding: 16px;
  }
  /* line 724, ../../sass/app/contact.scss */
  .join .s3 .link .item .info .na {
    font-size: 16px;
    color: #1D2939;
  }
  /* line 728, ../../sass/app/contact.scss */
  .join .s3 .link .item .info .ab {
    color: #667085;
  }
  /* line 735, ../../sass/app/contact.scss */
  .join .s3 .conta {
    margin: 64px -32px 0;
    padding: 64px 0;
  }
  /* line 739, ../../sass/app/contact.scss */
  .join .s3 .conta .bg .norm {
    display: none;
  }
  /* line 742, ../../sass/app/contact.scss */
  .join .s3 .conta .bg .mobi {
    display: block;
  }
  /* line 746, ../../sass/app/contact.scss */
  .join .s3 .conta .t {
    font-size: 20px;
  }
  /* line 749, ../../sass/app/contact.scss */
  .join .s3 .conta .l {
    margin-top: 8px;
  }
  /* line 752, ../../sass/app/contact.scss */
  .join .s3 .conta .c {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    grid-row-gap: 16px;
  }
  /* line 757, ../../sass/app/contact.scss */
  .join .s3 .conta .c .item .icon {
    font-size: 20px;
    line-height: 1;
  }
  /* line 761, ../../sass/app/contact.scss */
  .join .s3 .conta .c .item .str {
    font-size: 14px;
    line-height: 1;
  }
}
<!--0.00014710426330566-->