.renewed-faq {
  font-family: Arial, sans-serif;
  width: 100%;
  min-height: 100%;
  background-color: white;
  color: #494949;
}

.renewed-faq,
.renewed-faq * {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: inherit;
  font-family: Arial, sans-serif;
  line-height: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.renewed-faq {
  /* padding-bottom: 50px; */
}

.renewed-faq-head {
  padding-bottom: 50px;
  max-width: 1170px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.renewed-faq-head h1 {
  color: #000;
  font-size: 48px;
  line-height: 53px;
  margin-bottom: 20px;
}

.renewed-faq-head .renewed-faq-subtitle {
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 700px) {
  .renewed-faq-head {
    padding-bottom: 20px;
  }

  .renewed-faq-head h1 {
    font-size: 30px;
    line-height: normal;
  }
}

.renewed-faq-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 2px solid #284679;
  /* max-width: 1210px; */
  /* padding-left: 20px;
  padding-right: 20px; */
  /* margin-left: auto;
    margin-right: auto */
}

.renewed-faq-sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  width: 320px;
  background-image: url('../images/mission-bg.jpg');
  background-color: #28415d;
}

@media (max-width: 850px) {
  .renewed-faq-sidebar {
    width: 100%;
  }
}

@media (max-width: 700px) {
    .renewed-faq-sidebar {
        height: 522px !important;
    }
}

.renewed-faq-content,
.renewed-faq-card__content {
  /* background-color: #fff; */
  padding-left: 40px;
  width: 100%;
  border-radius: 4px;
}

@media (max-width: 700px) {

  .renewed-faq-content,
  .renewed-faq-card__content {
    padding: 20px;
    /*margin-left: -20px;
    margin-right: -20px;*/
    width: auto;
    border-radius: 0;
  }

    .renewed-faq-container {
     display:block !important;
    }
}

.renewed-faq-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.renewed-faq-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.renewed-faq-section {
  padding-top: 1px;
}

.renewed-faq-section>h1:first-child {
  margin-bottom: -5px;
}

.renewed-faq-block {
  border-bottom: 1px dashed #b7b7b7;
  padding-top: 1px;
  padding-bottom: 20px;
}

.renewed-faq-block:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.renewed-faq-section:first-child h1 {
  margin-top: 40px;
}

.renewed-faq-content,
.renewed-faq-card__content {}

.renewed-faq-content h1,
.renewed-faq-card__content h1,
.renewed-faq-content h2,
.renewed-faq-card__content h2,
.renewed-faq-content h3,
.renewed-faq-card__content h3 {
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #000;
}

.renewed-faq-content h1 a,
.renewed-faq-card__content h1 a,
.renewed-faq-content h2 a,
.renewed-faq-card__content h2 a,
.renewed-faq-content h3 a,
.renewed-faq-card__content h3 a {
  word-break: normal;
  color: #000;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.renewed-faq-content h1 a:hover,
.renewed-faq-card__content h1 a:hover,
.renewed-faq-content h2 a:hover,
.renewed-faq-card__content h2 a:hover,
.renewed-faq-content h3 a:hover,
.renewed-faq-card__content h3 a:hover {
  color: #4285f4;
}

.renewed-faq-content h1,
.renewed-faq-card__content h1 {
  font-weight: 700;
  color: #284679;
  /* border-bottom: 5px solid #284679; */
  padding-bottom: 4px;
}

.renewed-faq-content h1,
.renewed-faq-card__content h1,
.renewed-faq-content .h1,
.renewed-faq-card__content .h1 {
  font-size: 36px;
}

.renewed-faq-content h2,
.renewed-faq-card__content h2,
.renewed-faq-content .h2,
.renewed-faq-card__content .h2 {
  font-size: 32px;
}

.renewed-faq-content h3,
.renewed-faq-card__content h3,
.renewed-faq-content .h3,
.renewed-faq-card__content .h3 {
  font-size: 28px;
}

.renewed-faq-content h4,
.renewed-faq-card__content h4,
.renewed-faq-content .h4,
.renewed-faq-card__content .h4 {
  font-size: 21px;
}

.renewed-faq-content h5,
.renewed-faq-card__content h5,
.renewed-faq-content .h5,
.renewed-faq-card__content .h5 {
  font-size: 14px;
}

.renewed-faq-content h6,
.renewed-faq-card__content h6,
.renewed-faq-content .h6,
.renewed-faq-card__content .h6 {
  font-size: 12px;
}

@media (max-width: 700px) {

  .renewed-faq-content h1,
  .renewed-faq-card__content h1,
  .renewed-faq-content .h1,
  .renewed-faq-card__content .h1 {
    font-size: 30px;
  }

  .renewed-faq-content h2,
  .renewed-faq-card__content h2,
  .renewed-faq-content .h2,
  .renewed-faq-card__content .h2 {
    font-size: 26px;
  }

  .renewed-faq-content h3,
  .renewed-faq-card__content h3,
  .renewed-faq-content .h3,
  .renewed-faq-card__content .h3 {
    font-size: 22px;
  }

  .renewed-faq-content h4,
  .renewed-faq-card__content h4,
  .renewed-faq-content .h4,
  .renewed-faq-card__content .h4 {
    font-size: 18px;
  }
}

.renewed-faq-content p,
.renewed-faq-card__content p {
  font-size: 16px;
  line-height: 22px;
  margin: 10px 0 20px;
}

.renewed-faq-content b,
.renewed-faq-card__content b {
  font-weight: 700;
}

.renewed-faq-content a,
.renewed-faq-card__content a {
  display: inline-block;
  color: #4285f4;
  text-decoration: none;
  word-break: break-all;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.renewed-faq-content a:hover,
.renewed-faq-card__content a:hover {
  color: #f7931a;
}

.renewed-faq-content ul,
.renewed-faq-card__content ul {
  list-style: disc;
}

.renewed-faq-content ol,
.renewed-faq-card__content ol {
  list-style: decimal;
}

.renewed-faq-content ul,
.renewed-faq-card__content ul,
.renewed-faq-content ol,
.renewed-faq-card__content ol {
  margin-top: 0;
  margin-bottom: 20px;
  list-style-position: inside;
}

.renewed-faq-content ul li,
.renewed-faq-card__content ul li,
.renewed-faq-content ol li,
.renewed-faq-card__content ol li {
  font-size: 14px;
  line-height: 1.42857143;
  margin-bottom: 5px;
}

.renewed-faq-content ul ul,
.renewed-faq-card__content ul ul,
.renewed-faq-content ul ol,
.renewed-faq-card__content ul ol,
.renewed-faq-content ol ul,
.renewed-faq-card__content ol ul,
.renewed-faq-content ol ol,
.renewed-faq-card__content ol ol {
  margin-top: 10px;
  margin-bottom: 15px;
  padding-left: 20px;
}

.renewed-faq-content .renewed-faq-referral-levels tr,
.renewed-faq-card__content .renewed-faq-referral-levels tr {
  margin: 0;
}

.renewed-faq-content .renewed-faq-referral-levels tr th,
.renewed-faq-card__content .renewed-faq-referral-levels tr th {
  font-weight: 700;
  color: #000;
  padding: 10px 0;
  font-size: 14px;
}

.renewed-faq-content .renewed-faq-referral-levels tr th:first-child,
.renewed-faq-card__content .renewed-faq-referral-levels tr th:first-child {
  text-align: left;
}

.renewed-faq-content .renewed-faq-referral-levels tr td,
.renewed-faq-card__content .renewed-faq-referral-levels tr td {
  vertical-align: middle;
  font-size: 16px;
  line-height: 22px;
  min-width: 100px;
}

.renewed-faq-content .renewed-faq-referral-levels tr td:first-child,
.renewed-faq-card__content .renewed-faq-referral-levels tr td:first-child {
  padding-right: 15px;
}

.renewed-faq-content .renewed-faq-referral-levels tr td:last-child,
.renewed-faq-card__content .renewed-faq-referral-levels tr td:last-child {
  font-weight: 700;
  color: #f7931a;
  text-align: center;
}

.renewed-faq-navigation {
  top: 0;
  width: 320px;
  height: auto;
  max-height: 100vh;
  overflow: auto;
  padding-right: 15px;
  background-color: #284679;
}

@media (max-width: 850px) {
  .renewed-faq-navigation {
    width: 260px;
  }
}

.renewed-faq-navigation.renewed-faq-navigation-normal {
  position: relative;
}

.renewed-faq-navigation.renewed-faq-navigation-fixed {
  position: fixed;
  z-index: 2;
}

.renewed-faq-navigation .renewed-faq-sidenavigation {
  /* border-top: 5px solid #f7931a; */
  padding-top: 22px;
  padding-bottom: 20px;
}

.renewed-faq-navigation ul {
  list-style: none;
}

.renewed-faq-navigation ul li {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.renewed-faq-navigation ul li ul {
  height: 0;
  overflow: hidden;
}

.renewed-faq-navigation ul li ul a {
  padding: 8px 15px;
  font-size: 78%;
  color: #494949;
  font-weight: 400;
}

.renewed-faq-navigation ul li ul a:hover {
  background-color: #4285f4;
  color: #fff;
}

.renewed-faq-navigation ul li.active>a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 4px;
  background-color: #f7931a;
}

.renewed-faq-navigation ul li.active ul {
  height: auto;
  overflow: visible;
}

.renewed-faq-navigation ul a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 8px 0;
  color: inherit;
  border-radius: 2px;
  -webkit-transition: color 0.15s, background-color 0.15s;
  -o-transition: color 0.15s, background-color 0.15s;
  transition: color 0.15s, background-color 0.15s;
}

.renewed-faq-navigation ul a:hover {
  color: #f7931a;
}

.renewed-faq-overlay {
  font-family: Arial, sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99;
  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;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s 0s;
  -o-transition: visibility 0s 0.3s, opacity 0.3s 0s;
  transition: visibility 0s 0.3s, opacity 0.3s 0s;
}

.renewed-faq-overlay.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility 0s 0s, opacity 0.3s 0s;
  -o-transition: visibility 0s 0s, opacity 0.3s 0s;
  transition: visibility 0s 0s, opacity 0.3s 0s;
}

.renewed-faq-overlay__close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  border: none;
  background: 0 0;
  outline: none;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  z-index: 3;
}

@media (max-width: 720px) {
  .renewed-faq-overlay__close {
    top: 10px;
    color: #494949;
  }
}

.renewed-faq-popup {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 700px;
  background-color: #fff;
  color: #494949;
  border-radius: 4px;
}

@media (max-width: 720px) {
  .renewed-faq-popup {
    padding-top: 50px;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}

.renewed-faq-popup__head {
  padding: 0 20px;
  margin-bottom: 20px;
}

.renewed-faq-popup__title {
  font-size: 24px;
  font-weight: 700;
}

.renewed-faq-popup__content {
  padding: 0 20px;
}

.renewed-faq-popup__text {
  font-size: 14px;
  line-height: 21px;
}

.renewed-faq-popup__popular-question {
  padding-top: 20px;
  padding-left: 40px;
  padding-bottom: 20px;
  list-style: none;
}

.renewed-faq-popup__popular-question li {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 3px;
}

.renewed-faq-popup__popular-question li:last-child {
  margin-bottom: 0;
}

.renewed-faq-popup__popular-question li.last {
  padding-top: 7px;
}

.renewed-faq-popup__popular-question li.last span {
  cursor: pointer;
  text-decoration: underline;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.renewed-faq-popup__popular-question li.last span:hover {
  color: #f7931a;
}

.renewed-faq-popup__popular-question a {
  color: #f7931a;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.renewed-faq-popup__popular-question a:hover {
  color: #494949;
}

.renewed-faq-popup__contact {
  margin-top: 20px;
  display: inline-block;
  color: #4285f4;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.renewed-faq-popup__contact:hover {
  color: #f7931a;
}

.renewed-faq-popup__actions {
  padding: 40px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 600px) {
  .renewed-faq-popup__actions {
    display: block;
    text-align: center;
  }
}

.renewed-faq-popup__action {
  cursor: pointer;
  outline: none;
  padding: 7px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 34px;
  font-size: 14px;
  color: inherit;
  border-radius: 4px;
  border: 1px solid #494949;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.renewed-faq-popup__action:hover {
  background-color: #f7931a;
  color: #fff;
  border-color: #f7931a;
}

.renewed-faq-popup__action:active {
  opacity: 0.7;
}

@media (max-width: 600px) {
  .renewed-faq-popup__action {
    margin-bottom: 20px;
  }
}

.renewed-faq-one {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 60px;
}

.renewed-faq-one .renewed-faq-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 700;
  list-style: none;
  margin-bottom: 10px;
}

.renewed-faq-one .renewed-faq-breadcrumbs li {
  margin-bottom: 10px;
}

.renewed-faq-one .renewed-faq-breadcrumbs .separator {
  margin: 0 15px;
  width: 4px;
  height: 18px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAUCAYAAAC58NwRAAAAAXNSR0IArs4c6QAAAKhJREFUKBWlkw0KhCAQhXfsFB5pO0YEepgOoBDdIjqezYuSdDUndkD8e9/4ZJRCCOS9/344jDEbEQWMa6EgZmhFc87NSFATY11lm0MLUrDB0HIDH6HjeNhAZoaGG7hYa8f8TtGvFIoAMkugBJBAP0ATgqAUNXt5HUpssva/pZqVqybJCS0xvEVAIo6AVHwAb8QAOq11z/2EyRnFR3dt5nV4FAMiWHrzRXf3Spv/DBCPbwAAAABJRU5ErkJggg==);
  background-size: 4px 8px;
  background-repeat: no-repeat;
  background-position: center center;
}

.renewed-faq-one .renewed-faq-breadcrumbs a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.renewed-faq-one .renewed-faq-breadcrumbs a:hover {
  color: #4285f4;
}

.renewed-faq-one .renewed-faq-breadcrumbs span {
  font-weight: 400;
}

@media (max-width: 1100px) {
  .renewed-faq-one .renewed-faq-breadcrumbs {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.renewed-faq-card {
  width: 100%;
  max-width: 1080px;
  background-color: #fff;
  border-radius: 4px;
  margin: 0 auto;
  border: 1px solid silver;
  border-top: none;
}

.renewed-faq-card__content {
  padding: 0 0 30px;
}

.renewed-faq-card__content h1 {
  margin: 0;
  padding: 50px 70px;
  background-color: #4285f4;
  color: #fff;
  font-size: 48px;
  line-height: 68px;
  font-weight: 700;
  border-radius: 4px 4px 0 0;
  margin-left: -1px;
  margin-right: -1px;
  border: none;
  margin-bottom: 50px;
}

.renewed-faq-card__content p {
  padding: 0 100px;
  font-size: 18px;
  line-height: 32px;
}

.renewed-faq-card__content table {
  margin-left: 100px;
  margin-right: 100px;
}

.renewed-faq-card__content ul,
.renewed-faq-card__content ol {
  padding: 0 100px;
}

.renewed-faq-card__content ul li,
.renewed-faq-card__content ol li {
  font-size: 18px;
  margin-bottom: 10px;
}

.renewed-faq-card__sharing {
  border-top: 1px solid #d6d6d6;
  padding: 50px 100px 60px;
  text-align: center;
}

.renewed-faq-card__sharing>p {
  font-size: 14px;
  line-height: 14px;
  color: #494949;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 20px;
  margin-bottom: 20px;
}

@media (max-width: 700px) {
  .renewed-faq-card__sharing {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .renewed-faq-card__content {
    margin-left: 0;
    margin-right: 0;
  }

  .renewed-faq-card__content h1 {
    font-size: 28px;
    line-height: 34px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .renewed-faq-card__content table {
    margin-left: 20px;
    margin-right: 20px;
  }

  .renewed-faq-card__content p,
  .renewed-faq-card__content ul,
  .renewed-faq-card__content ol {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.renewed-faq .gsc-results-wrapper-overlay {
  position: static !important;
  width: auto;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 0 30px;
}

.renewed-faq .gsc-results-close-btn,
.renewed-faq .gsc-results-close-btn-visible,
.renewed-faq .gsc-modal-background-image {
  display: none;
}

.renewed-faq .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0;
}

.renewed-faq .gsc-search-box-tools .gsc-search-box .gsc-input::-webkit-input-placeholder {
  color: transparent;
}

.renewed-faq .gsc-search-box-tools .gsc-search-box .gsc-input:-ms-input-placeholder {
  color: transparent;
}

.renewed-faq .gsc-search-box-tools .gsc-search-box .gsc-input::-ms-input-placeholder {
  color: transparent;
}

.renewed-faq .gsc-search-box-tools .gsc-search-box .gsc-input::placeholder {
  color: transparent;
}

.renewed-faq .gsc-input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  width: 100%;
  height: 40px;
  border: 1px solid #cecece;
  border-right: none;
  border-radius: 2px 0 0 2px;
  position: relative;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}

.renewed-faq .gsc-input-box-hover,
.renewed-faq .gsc-input-box-focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.renewed-faq .gsc-input-box-focus {
  border-color: #4285f4;
}

.renewed-faq form.gsc-search-box {
  margin-bottom: 8px;
}

.renewed-faq .gsst_a {
  padding-top: 5px;
}

.renewed-faq .gsst_b {
  width: 28px;
}

.renewed-faq td.gsc-search-button {
  margin-left: 0;
}

.renewed-faq .gsc-search-button-v2 {
  height: 40px;
  border-radius: 0;
  outline: 0;
  margin-left: 0;
  background-color: #4285f4;
  border-color: #4285f4;
  border-radius: 0 2px 2px 0;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}

.renewed-faq .gsc-search-button-v2:hover {
  background-color: #f7931a;
  border-color: #f7931a;
}

.renewed-faq .gsc-search-button-v2:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.renewed-faq .gsib_a {
  padding-left: 15px;
}

.renewed-faq .gsc-selected-option-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.renewed-faq .gsc-control-cse {
  padding: 0;
  border: none;
}

.renewed-faq .gs-snippet {
  padding-left: 8px;
}

.renewed-faq .si22,
.renewed-faq .si15 {
  color: #4285f4;
}

.renewed-faq a.styleable-title,
.renewed-faq a.gs-title {
  color: #4285f4;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 2px;
}

.renewed-faq a.styleable-title b,
.renewed-faq a.gs-title b {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
}

.renewed-faq a.styleable-title:visited,
.renewed-faq a.gs-title:visited {
  color: #1800ae;
}

.renewed-faq a.styleable-title:hover,
.renewed-faq a.gs-title:hover {
  color: #f7931a;
}

.renewed-faq.show-results .renewed-faq-section,
.renewed-faq.show-results .renewed-faq-video {
  display: none;
}

.renewed-faq.show-results .renewed-faq-search {
  display: block;
}

.renewed-faq-search-field {
  text-align: right;
  padding-bottom: 20px;
}

.renewed-faq-search {
  margin-top: -10px;
  display: none;
}

.renewed-faq-search h2 {
  margin: 0 0 25px;
  font-size: 36px;
  line-height: 40px;
}

.page_faq.gsc-overflow-hidden {
  overflow: auto;
}

.subtitle2 {
  display: block;
  font-weight: 600;
  font-family: monospace;
  font-size: x-large;
}

.input {
  display: block;
  margin-bottom: 25px;
  position: relative;
}

.input input {
  border: none;
  padding: 0;
  outline: none;
  border-radius: 0;
  font-size: 16px;
  color: #000;
  width: 100%;
  padding-bottom: 14px;
  border-bottom: 1px solid #c9c9d0;
  font-family: Arial, Helvetica, sans-serif;
}

.input select {
  cursor: pointer;
  width: 100%;
  border: none;
  border-bottom: 1px solid #cecece;
  background-color: #fff;
  padding-left: 0;
  padding-right: 25px;
  padding-bottom: 16px;
  font-size: 16px;
  border-radius: 0;
  -webkit-appearance: none;
  background-image: url(../images/triangle.png);
  background-size: 8px 4px;
  background-position: right top 9px;
  background-repeat: no-repeat;
}

.input textarea {
  font-size: 16px;
  color: #000;
  width: 100%;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  border: none;
  border: 1px solid #c9c9d0;
  font-family: Arial, Helvetica, sans-serif;
  outline: none;
}