/**
 * 颜色
 */
/**
尺寸
 */
/**
*形状
 */
.fj-page-main {
  position: relative;
  margin-top: 80px;
}
.fj-page-banner {
  width: 100%;
  background: url("../svg/banner_bge67d.svg?v=1.3") no-repeat center;
  background-size: cover;
}
.fj-page-banner .banner_container {
  margin: auto;
  padding-top: 114px;
  padding-bottom: 85px;
  position: relative;
  width: 1250px;
}
.fj-page-banner .banner_container .banner_text {
  width: 52%;
  float: left;
}
.fj-page-banner .banner_container .banner_text .banner_title {
  width: 100%;
  font-size: 51px;
  font-weight: bold;
  color: #1e1e1e;
  line-height: 70px;
  -webkit-background-clip: text;
}
.fj-page-banner .banner_container .banner_text .banner_description {
  width: 100%;
  height: 68px;
  margin-top: 28px;
  font-size: 20px;
  font-weight: 400;
  color: #1e1e1e;
  line-height: 34px;
  -webkit-background-clip: text;
}
.fj-page-banner .banner_container .banner_text .banner_btn {
  margin-top: 40px;
}
.fj-page-banner .banner_container .banner_img {
  position: absolute;
  right: 0;
  top: 93px;
  border-radius: 6px;
  background: #FFFFFF;
  box-shadow: 0 10px 40px 0 rgba(58, 94, 161, 0.15);
}
.fj-page-banner .banner_container .banner_img img {
  margin: 10px;
  width: calc(100% - 20px);
}
.fj-page-usefor .fj-page-usefor_container {
  background: #fff;
}
.fj-page-usefor .fj-page-usefor_container .usefor_title {
  width: 100%;
  height: fit-content;
  font-size: 40px;
  font-weight: bold;
  color: #1e1e1e;
  line-height: 50px;
  text-align: center;
  -webkit-background-clip: text;
  margin-bottom: 60px;
}
.fj-page-usefor .fj-page-usefor_container .usefor_item {
  width: 530px;
  min-height: 250px;
  float: left;
  padding: 56px 65px;
  background: #ffffff;
  box-shadow: 0px 10px 50px 0px #dce1e8;
  border-radius: 12px;
  margin-right: 40px;
  margin-bottom: 40px;
}
.fj-page-usefor .fj-page-usefor_container .usefor_item:nth-child(2n) {
  margin-right: 0;
}
.fj-page-usefor .fj-page-usefor_container .usefor_item .item_icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
}
.fj-page-usefor .fj-page-usefor_container .usefor_item .item_icon.lg_free {
  background: linear-gradient(135deg, #d8ffa6 0%, #6cf08f 30%, #06d68f 100%);
}
.fj-page-usefor .fj-page-usefor_container .usefor_item .item_icon.lg_video {
  background: linear-gradient(135deg, #ffbbbb 0%, #fe6061 30%, #f53e6c 100%);
}
.fj-page-usefor .fj-page-usefor_container .usefor_item .item_icon.lg_record {
  background: linear-gradient(135deg, #fff388 0%, #febc58 30%, #ffa234 100%);
}
.fj-page-usefor .fj-page-usefor_container .usefor_item .item_icon.lg_download {
  background: linear-gradient(135deg, #a3ebfa 0%, #6fa6fe 30%, #375aff 100%);
}
.fj-page-usefor .fj-page-usefor_container .usefor_item .item_icon.lg_video_edit {
  background: linear-gradient(135deg, #a3ebfa 0%, #6fa6fe 30%, #375aff 100%);
}
.fj-page-usefor .fj-page-usefor_container .usefor_item .item_icon > img {
  width: 50px;
  height: 50px;
  position: relative;
  left: 15px;
  top: 15px;
}
.fj-page-usefor .fj-page-usefor_container .usefor_item .item_text {
  width: calc(100% - 100px);
  float: left;
}
.fj-page-usefor .fj-page-usefor_container .usefor_item .item_text .item_title {
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  color: #1e1e1e;
  line-height: 34px;
  -webkit-background-clip: text;
  margin-bottom: 8px;
}
.fj-page-usefor .fj-page-usefor_container .usefor_item .item_text .item_desc {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #1e1e1e;
  line-height: 25px;
  -webkit-background-clip: text;
  opacity: 0.7;
}
.fj-page-help {
  width: 100%;
  background: #f8faff;
}
.fj-page-help .fj-page-help_container {
  width: 1300px;
  margin: auto;
}
.fj-page-help .fj-page-help_container .help_title {
  width: 100%;
  height: fit-content;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  color: #1e1e1e;
  line-height: 50px;
  -webkit-background-clip: text;
  margin-bottom: 60px;
}
.fj-page-help .fj-page-help_container .help_items {
  max-width: 1300px;
  margin: auto;
}
.fj-page-help .fj-page-help_container .help_item {
  width: 250px;
  margin-right: 90px;
  float: left;
  margin-bottom: 60px;
}
.fj-page-help .fj-page-help_container .help_item:nth-child(4n) {
  margin-right: 0;
}
.fj-page-help .fj-page-help_container .help_item .help_item_icon {
  width: 86px;
  height: 86px;
}
.fj-page-help .fj-page-help_container .help_item .help_item_icon img {
  width: 100%;
  height: 100%;
}
.fj-page-help .fj-page-help_container .help_item .help_item_title {
  width: 100%;
  height: 50px;
  font-size: 22px;
  font-weight: 500;
  color: #1e1e1e;
  line-height: 30px;
  -webkit-background-clip: text;
  margin-top: 35px;
  margin-bottom: 22px;
}
.fj-page-help .fj-page-help_container .help_item .help_item_desc {
  width: 100%;
  height: 100px;
  font-size: 16px;
  font-weight: 400;
  color: #1e1e1e;
  line-height: 25px;
  -webkit-background-clip: text;
  opacity: 0.7;
}
.fj-page-step {
  width: 100%;
}
.fj-page-step .fj-page-step_container .step_title {
  width: 100%;
  height: fit-content;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  color: #1e1e1e;
  line-height: 50px;
  -webkit-background-clip: text;
  margin-bottom: 46px;
}
.fj-page-step .fj-page-step_container .step_img {
  width: 640px;
  background: #FFFFFF;
  float: left;
  margin-right: 80px;
  box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
}
.fj-page-step .fj-page-step_container .step_img img {
  width: calc(100% - 10px);
  margin: 4px 5px;
  display: none;
}
.fj-page-step .fj-page-step_container .step_img img.active {
  display: block;
}
.fj-page-step .fj-page-step_container .step_items {
  float: left;
  height: 435px;
  padding-top: 25px;
}
.fj-page-step .fj-page-step_container .step_items .step_item {
  height: 145px;
  position: relative;
}
.fj-page-step .fj-page-step_container .step_items .step_item.active .step_item_info .step_item_icon {
  background: #ff446b;
}
.fj-page-step .fj-page-step_container .step_items .step_item.active .step_item_info .step_item_icon svg path,
.fj-page-step .fj-page-step_container .step_items .step_item.active .step_item_info .step_item_icon svg circle {
  fill: #fff;
}
.fj-page-step .fj-page-step_container .step_items .step_item .step_item_info {
  position: absolute;
  width: 380px;
}
.fj-page-step .fj-page-step_container .step_items .step_item .step_item_info .step_item_icon {
  width: 70px;
  height: 70px;
  background: #FEEDEF;
  border-radius: 50%;
  margin-right: 30px;
  float: left;
}
.fj-page-step .fj-page-step_container .step_items .step_item .step_item_info .step_item_icon svg {
  width: 30px;
  height: 30px;
  position: relative;
  left: 20px;
  top: 20px;
}
.fj-page-step .fj-page-step_container .step_items .step_item .step_item_info .step_item_icon svg .st0 {
  fill: #ff446b;
}
.fj-page-step .fj-page-step_container .step_items .step_item .step_item_info .step_item_icon:hover {
  background: #ff446b;
}
.fj-page-step .fj-page-step_container .step_items .step_item .step_item_info .step_item_icon:hover svg path,
.fj-page-step .fj-page-step_container .step_items .step_item .step_item_info .step_item_icon:hover svg circle {
  fill: #fff;
}
.fj-page-step .fj-page-step_container .step_items .step_item .step_item_info .step_item_text {
  width: 280px;
  float: left;
}
.fj-page-step .fj-page-step_container .step_items .step_item .step_item_info .step_item_text .step_item_title {
  width: 100%;
  height: 34px;
  font-size: 22px;
  font-weight: bold;
  color: #303133;
  line-height: 34px;
}
.fj-page-step .fj-page-step_container .step_items .step_item .step_item_info .step_item_text .step_item_desc {
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #1e1e1e;
  line-height: 25px;
  position: relative;
  top: 12px;
}
.fj-page-step .fj-page-step_container .step_items .step_item .step_item_link {
  position: absolute;
  width: 2px;
  height: 56px;
  background: #FEEDEF;
  margin-left: 35px;
  bottom: 9px;
}
.fj-page-start {
  width: 100%;
  background: url("../svg/start_bgf9e3.svg?v=1.1") no-repeat center;
  background-size: cover;
}
.fj-page-start .fj-page-start_container {
  height: 100%;
  text-align: center;
}
.fj-page-start .fj-page-start_container .start_title {
  width: 100%;
  height: fit-content;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  color: #303133;
  line-height: 50px;
  -webkit-background-clip: text;
  margin-bottom: 42px;
}
.fj-page-start .fj-page-start_container .start_btn {
  display: inline-block;
}
@media screen and (max-width: 1350px) {
  .fj-page-banner .banner_container {
    width: 90%;
  }
  .fj-page-banner .banner_container .banner_text {
    width: 45%;
  }
  .fj-page-banner .banner_container .banner_img {
    width: 55%;
  }
  .fj-page-help .fj-page-help_container {
    margin: auto;
  }
}
@media screen and (max-width: 1200px) {
  .fj-page-help .fj-page-help_container {
    width: 72%;
  }
  .fj-page-help .fj-page-help_container .help_items {
    width: 100%;
  }
  .fj-page-help .fj-page-help_container .help_item {
    margin-right: 60px;
  }
}
@media screen and (max-width: 1100px) {
  .fj-page-banner .banner_container .banner_text .banner_title {
    font-size: 34px;
    line-height: 50px;
  }
  .fj-page-usefor .fj-page-usefor_container {
    padding-bottom: 80px;
  }
  .fj-page-usefor .fj-page-usefor_container .usefor_item {
    width: 80%;
    margin-left: 10%;
    min-height: 200px;
  }
  .fj-page-help .fj-page-help_container {
    width: 100%;
  }
  .fj-page-help .fj-page-help_container .help_item {
    width: 60%;
    margin-left: 20%;
    margin-top: 8%;
    margin-bottom: 6%;
  }
  .fj-page-step .fj-page-step_container .step_img {
    margin: 0;
    width: 70%;
    position: relative;
    left: 15%;
  }
  .fj-page-step .fj-page-step_container .step_items {
    width: 500px;
    position: relative;
    left: calc(50% - 250px);
    margin-top: 5%;
  }
  .fj-page-step .fj-page-step_container .step_items .step_item .step_item_info {
    width: 100%;
  }
  .fj-page-step .fj-page-step_container .step_items .step_item .step_item_info .step_item_text {
    width: 400px;
  }
  .fj-page-step .fj-page-step_container .step_items .step_item .step_item_info .step_item_text .step_item_title {
    height: fit-content;
  }
}
@media screen and (max-width: 992px) {
  .fj-page-banner .banner_container {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .fj-page-banner .banner_container .banner_text {
    width: 100%;
    text-align: center;
    margin-top: 6%;
    padding-top: 60px;
    float: none;
  }
  .fj-page-banner .banner_container .banner_text .banner_title {
    height: fit-content;
    font-size: 38px;
    line-height: 38px;
  }
  .fj-page-banner .banner_container .banner_text .banner_description {
    font-size: 20px;
    line-height: 30px;
    height: fit-content;
    margin-bottom: 20px;
  }
  .fj-page-banner .banner_container .banner_text .banner_btn {
    margin: 10px 0;
  }
  .fj-page-banner .banner_container .banner_img {
    width: 80%;
    left: 0;
    margin: 4% auto;
    position: relative;
    top: 40px;
  }
  .fj-page-usefor .fj-page-usefor_container .usefor_item {
    width: 100%;
    margin-left: 0;
    min-height: fit-content;
  }
}
@media screen and (max-width: 640px) {
  .fj-page-banner .banner_container .banner_text {
    margin-top: 12%;
  }
  .fj-page-banner .banner_container .banner_img {
    width: 100%;
    left: 0%;
    overflow: hidden;
  }
  .fj-page-banner .banner_container .banner_img img {
    position: relative;
  }
  .fj-page-usefor .fj-page-usefor_container {
    padding-bottom: 30px;
    padding-top: 40px;
  }
  .fj-page-usefor .fj-page-usefor_container .usefor_title {
    margin-bottom: 30px;
  }
  .fj-page-usefor .fj-page-usefor_container .usefor_item {
    width: 100%;
    margin-left: 0;
    padding: 5%;
    min-height: fit-content;
  }
  .fj-page-usefor .fj-page-usefor_container .usefor_item .item_icon {
    width: 60px;
    height: 60px;
    margin-top: 3%;
  }
  .fj-page-usefor .fj-page-usefor_container .usefor_item .item_icon > img {
    width: 32px;
    height: 32px;
    left: 14px;
    top: 14px;
  }
  .fj-page-help .fj-page-help_container .help_item {
    height: fit-content;
  }
  .fj-page-help .fj-page-help_container .help_item .help_item_title {
    height: fit-content;
  }
  .fj-page-help .fj-page-help_container .help_item .help_item_desc {
    height: fit-content;
  }
  .fj-page-step .fj-page-step_container .step_items {
    width: 90%;
    left: 5%;
  }
  .fj-page-step .fj-page-step_container .step_items .step_item {
    width: 100%;
  }
  .fj-page-step .fj-page-step_container .step_items .step_item .step_item_info .step_item_icon {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }
  .fj-page-step .fj-page-step_container .step_items .step_item .step_item_info .step_item_icon svg {
    width: 26px;
    height: 26px;
    left: 17px;
    top: 17px;
  }
  .fj-page-step .fj-page-step_container .step_items .step_item .step_item_info .step_item_text {
    width: calc(100% - 100px);
    float: right;
  }
  .fj-page-step .fj-page-step_container .step_items .step_item .step_item_info .step_item_text .step_item_title {
    font-size: 16px;
  }
  .fj-page-step .fj-page-step_container .step_items .step_item .step_item_info .step_item_text .step_item_desc {
    height: fit-content;
  }
  .fj-page-step .fj-page-step_container .step_items .step_item .step_item_link {
    margin-left: 30px;
  }
}
@media screen and (max-width: 414px) {
  .u-primary-btn {
    height: 50px;
    line-height: 50px;
  }
  .fj-page-usefor .fj-page-usefor_container .usefor_item {
    width: 100%;
  }
  .fj-page-usefor .fj-page-usefor_container .usefor_item .item_icon {
    margin-left: calc(50% - 30px);
    margin-top: 0;
  }
  .fj-page-usefor .fj-page-usefor_container .usefor_item .item_text {
    width: 100%;
    text-align: center;
  }
  .fj-page-usefor .fj-page-usefor_container .usefor_title {
    font-size: 28px;
    line-height: 36px;
  }
  .fj-page-help .fj-page-help_container .help_title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 0px;
  }
  .fj-page-help .fj-page-help_container .help_item {
    width: 90%;
    margin-left: 5%;
  }
  .fj-page-help .fj-page-help_container .help_item .help_item_title {
    margin-top: 20px;
    margin-bottom: 12px;
  }
  .fj-page-step .fj-page-step_container .step_title {
    font-size: 28px;
    line-height: 36px;
  }
  .fj-page-step .fj-page-step_container .step_img {
    margin: 0;
    width: 100%;
    position: relative;
    left: 0;
  }
  .fj-page-step .fj-page-step_container .step_items .step_item .step_item_info .step_item_icon {
    margin-right: 0;
  }
  .fj-page-step .fj-page-step_container .step_items .step_item .step_item_info .step_item_text {
    width: calc(100% - 80px);
  }
  .fj-page-step .fj-page-step_container .step_items .step_item .step_item_info .step_item_text .step_item_desc {
    top: 0;
  }
  .fj-page-start .fj-page-start_container .start_title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
  }
}
/*# sourceMappingURL=public.css.map */
/**
 * 颜色
 */
/**
尺寸
 */
/**
*形状
 */
.feedback-container {
  padding: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}
.feedback-container .feedback-content {
  text-align: center;
}
.feedback-container .feedback-content .feedback-image {
  margin: 120px auto auto auto;
  display: block;
}
.feedback-container .feedback-content .feedback-title,
.feedback-container .feedback-content .feedback-desc {
  color: #000;
  line-height: 22px;
  text-align: center;
  font-family: Roboto;
}
.feedback-container .feedback-content .feedback-title {
  font-size: 30px;
  font-weight: 500;
  margin-top: 46px;
  margin-bottom: 26px;
}
.feedback-container .feedback-content .feedback-desc {
  font-size: 16px;
}
.freecontactform {
  width: 800px;
  border: 1px solid #ccc;
  margin: 75px 0 0 100px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 0 15px;
}
.freecontactform td input {
  border: 1px solid #ccc;
}
.freecontactform td textarea {
  border: 1px solid #ccc;
  width: 530px;
  height: 210px;
  resize: none;
}
.freecontactform input[type=submit] {
  width: 200px;
  font-size: 19px;
  height: 40px;
  margin: 20px 0 42px 280px;
  display: block;
  cursor: pointer;
  border: 1px solid #4fc5b2;
  background: #4fc5b2;
  color: #fff;
}
.freecontactform input::-webkit-input-placeholder,
.freecontactform textarea::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 1em;
  color: #9c9c9c !important;
}
.freecontactform input:-moz-placeholder,
.freecontactform textarea:-moz-placeholder {
  font-weight: 400;
  font-size: 1em;
  color: #9c9c9c !important;
}
.freecontactform input::-moz-placeholder,
.freecontactform textarea::-moz-placeholder {
  font-weight: 400;
  font-size: 1em;
  color: #9c9c9c !important;
}
.freecontactform input:-ms-input-placeholder,
.freecontactform textarea:-ms-input-placeholder {
  font-weight: 400;
  font-size: 1em;
  color: #9c9c9c !important;
}
.freecontactform input[type=text] {
  width: 230px;
  height: 21px;
}
.freecontactformheader {
  font-size: 41px;
  font-weight: lighter;
  text-align: center;
  padding: 20px 0 0;
}
.freecontactformmessage {
  text-align: center;
  padding: 15px 0 42px;
}
.freecontactform td {
  padding: 15px;
  font-size: 15px;
}
.freecontactform td select {
  padding: 12px 0 12px 8px;
  border: 1px solid #ccc;
  width: 700px;
  margin: 0 auto;
  font-size: 15px;
  font-family: poppins, Helvetica, Arial, sans-serif;
}
.freecontactform td select option {
  padding: 15px 0;
  display: block;
}
.freecontactform label {
  padding: 4px 10px 4px 4px;
}
.feedback_ctn {
  width: 62.5em;
  margin: 0 auto;
  padding: 7.5em 0;
}
.feedback_ctn h1 {
  margin: 2.083em 0 1.166em;
  font-size: 2.25em;
}
.feedback_ctn p {
  font-size: 1.125em;
  line-height: 1.7em;
}
.captcha {
  width: 18.742em;
  height: 12.498em;
  margin: 4.995em auto 2.25em;
  position: relative;
}
.contact-container {
  background-color: #F7F8FA;
}
.contact-container * {
  color: #1E1E1E;
  font-family: Roboto;
}
.contact-container h1,
.contact-container h2,
.contact-container h3,
.contact-container h4 {
  font-weight: normal;
}
.contact-from {
  text-align: center;
  font-family: poppins, Helvetica, Arial, sans-serif;
}
textarea {
  font-family: poppins, Helvetica, Arial, sans-serif;
}
.contact-from select {
  width: 628px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #D2D2D2;
  padding: 5px 0.9%;
  margin-top: 20px;
  font-size: 0.9375em;
  color: #404040;
  background: url(../fd_arrow.html) 99% 50% no-repeat;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  background-color: #fff;
}
input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #1a1b1d;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #1a1b1d;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #1a1b1d;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #1a1b1d;
}
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(26, 27, 29, 0.4);
}
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(26, 27, 29, 0.4);
}
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(26, 27, 29, 0.4);
}
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(26, 27, 29, 0.4);
}
.full-name,
.email-address {
  width: 308px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #D2D2D2;
  background: #fff;
  margin-top: 30px;
  padding: 15px 0.9%;
  font-size: 15px;
  font-weight: 400;
  color: #1A1B1D;
  line-height: 18px;
}
.f_rgt {
  float: none !important;
}
.f_lft {
  float: none !important;
  margin-right: 12px;
}
.your-message {
  font-size: 15px;
  width: 628px;
  height: 254px;
  border-radius: 4px;
  border: 1px solid #D2D2D2;
  background: #fff;
  resize: none;
  margin-top: 20px;
  padding: 15px 0.9%;
  color: #1A1B1D;
}
.contact-submit {
  font-size: 1.0575em;
  background: #ff446b;
  color: #fff;
  margin-top: 12px;
  margin-bottom: 12px;
  min-width: 180px;
  min-height: 42px;
  border-radius: 80px;
}
.tishi {
  font-size: 14px;
  font-weight: normal;
  color: #1A1B1D;
  line-height: 16px;
  display: block;
  color: rgba(26, 27, 29, 0.4);
  font-style: italic;
}
.padding_btm_120 {
  padding-bottom: 76px !important;
}
.contact-submit:hover {
  background: #E6375C;
  cursor: pointer;
}
.contact-from select:focus,
.full-name:focus,
.email-address:focus,
.your-message:focus {
  outline: none;
  border: 1px solid #E6375C;
}
.contact-submit:focus {
  outline: none !important;
}
.g-recaptcha {
  width: 18.75em;
  margin: 1em auto;
}
.g-recaptcha_ptn {
  position: relative;
  left: -25px;
}
.contact__msg {
  margin-top: 0.5em;
}
.contact__msg p {
  font-size: 1em;
  color: red;
}
.feedback {
  padding: 1px;
  margin-top: 80px;
}
.feedback h1 {
  font-size: 36px;
  font-family: Roboto-Bold, Roboto;
  font-weight: bold;
  color: #1A1B1D;
  line-height: 42px;
  margin: 150px 0 16px;
}
.feedback p {
  font-size: 1.1875em;
  text-align: center;
  line-height: 1.5em;
  margin-bottom: 1em;
  color: #000;
}
.feedback p:nth-child(3) {
  color: #ff446b;
}
.contact-banner {
  position: relative;
  top: 80px;
  width: 100%;
  text-align: center;
  padding-top: 99px;
  padding-bottom: 119px;
  background-image: url("../png/new-banner.png");
}
.contact-title {
  font-size: 55px;
  font-family: Roboto-Bold, Roboto;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 64px;
  margin-bottom: 20px;
}
.contact-desc {
  font-size: 22px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 25px;
}
.contact-footer {
  width: 100%;
  padding: 90px 0;
  background: #5B4FC6;
  text-align: center;
}
.contact-footer div {
  font-size: 36px;
  font-family: Roboto-Bold, Roboto;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 42px;
  margin-bottom: 15px;
}
.contact-footer span {
  font-size: 19px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 23px;
  margin-bottom: 26px;
  display: block;
}
.contact-footer a {
  display: block;
  margin: 0 auto;
  width: 180px;
  height: 42px;
  background: #FFFFFF;
  border-radius: 21px;
  font-size: 15px;
  font-family: Roboto-Medium, Roboto;
  font-weight: 500;
  color: #1A1B1D;
  line-height: 41px;
}
.contact-footer a:hover {
  color: #FF446B;
}
@media screen and (max-width: 600px) {
  .full-name,
  .email-address {
    width: 100%;
  }
  .contact-from select {
    width: 100%;
  }
  .your-message {
    width: 100%;
  }
}
/*# sourceMappingURL=feedback.css.map */
