body {
  overscroll-behavior-y: none;
}

.mt-35 {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .mt-100 {
    margin-top: 75px;
  }
}
.mt-150 {
  margin-top: 150px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-75 {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .mb-100 {
    margin-bottom: 75px;
  }
}
.mb-150 {
  margin-bottom: 150px;
}

.pt-50 {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .pt-100 {
    padding-top: 75px;
  }
}
.pt-150 {
  padding-top: 150px;
}
.pb-50 {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .pb-100 {
    padding-bottom: 75px;
  }
}
.pb-150 {
  padding-bottom: 150px;
}

.cursor-pointer {
  cursor: pointer;
}

.form-check-input {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  cursor: pointer;
}

.absolute-top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.link-primary {
  color: #0000FF;
  transition: color 0.4s;
}
.link-primary:hover, .link-primary:focus, .link-primary:active {
  color: #000051;
}
.link-dark {
  color: #333333;
  transition: color 0.4s;
}
.link-dark:hover, .link-dark:focus, .link-dark:active {
  color: #000051;
}

.text-decoration-underline {
  text-decoration: underline;
}

.pxp-header {
  transition: all 0.4s;
  transition-property: transform;
  transition-duration: 0.3s;
}
@media screen and (max-width: 991px) {
  .pxp-header {
    background-color: #000051;
    padding: 15px 0;
  }
}
@media screen and (min-width: 992px) {
  .pxp-header.in-dashboard {
    display: none !important;
  }
}
.pxp-header.in-dashboard > .container {
  max-width: 100%;
  padding: 0 32px;
}
.pxp-header.in-dashboard .pxp-logo {
  left: 32px !important;
}
.pxp-header .pxp-logo {
  position: relative !important;
  opacity: 1 !important;
  /*@media screen and (max-width: 399px){
      top: calc(1vw + 19px);
      max-width: 70vw;
  }*/
}
@media screen and (max-width: 575px) {
  .pxp-header .pxp-logo {
    /*position: fixed;
    top: 19px;
    left: 15px;*/
  }
}
@media screen and (max-width: 767px) {
  .pxp-header .pxp-logo > img {
    max-height: 18px;
  }
}
.pxp-header .pxp-logo > .logo {
  display: none;
}
@media screen and (max-width: 991px) {
  .pxp-header .pxp-nav {
    position: absolute;
    bottom: unset;
    border-bottom: 1px solid #979797;
    background-color: #f4f4f4;
    padding: 100px calc((100% - 720px) / 2 + 15px) 0;
  }
}
@media screen and (max-width: 767px) {
  .pxp-header .pxp-nav {
    padding: 80px calc((100% - 540px) / 2 + 15px) 12px;
  }
}
@media screen and (max-width: 575px) {
  .pxp-header .pxp-nav {
    padding: 72px 0 4px;
  }
}
@media screen and (max-width: 991px) {
  .pxp-header .pxp-nav > li {
    padding: 0;
  }
}
.pxp-header .pxp-nav > li:last-child {
  margin-right: 0;
}
.pxp-header .pxp-nav > li > span {
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}
.pxp-header .pxp-nav > li > span:after {
  content: none;
}
.pxp-header .pxp-nav > li > a {
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .pxp-header .pxp-nav > li > a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 15px;
    padding: 12px 0;
    border-top: 1px solid #979797;
  }
}
@media screen and (max-width: 575px) {
  .pxp-header .pxp-nav > li > a {
    padding: 12px 15px;
  }
}
.pxp-header .pxp-nav > li > a:after {
  content: none;
}
@media screen and (max-width: 991px) {
  .pxp-header .pxp-nav > li > a > img {
    height: auto;
    max-width: 24px;
    width: 100%;
  }
}
.pxp-header .pxp-nav > li > a.nav-btn {
  background-color: #FF574E;
  border: 1px solid #FF574E;
  padding: 8px 20px;
  font-weight: 500;
  border-radius: 16px;
  color: #ffffff;
  transition: background-color 0.4s;
}
.pxp-header .pxp-nav > li > a.nav-btn > span + img {
  margin-left: 4px;
}
.pxp-header .pxp-nav > li > a.nav-btn > img {
  max-width: 20px;
  width: 100%;
  height: auto;
}
.pxp-header .pxp-nav > li > a.nav-btn:hover {
  background-color: #ff766f;
}
.pxp-header .pxp-nav > li > a.nav-btn.alt {
  background-color: transparent;
  border-color: #ffffff;
}
.pxp-header .pxp-nav > li > a.nav-btn.alt:hover {
  background-color: #ff766f;
  border-color: #ff766f;
}
@media screen and (max-width: 991px) {
  .pxp-header .pxp-nav > li > span {
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    padding: 12px 0;
    border-top: 1px solid #979797;
  }
}
@media screen and (max-width: 575px) {
  .pxp-header .pxp-nav > li > span {
    padding: 12px 15px;
  }
}
@media screen and (max-width: 991px) {
  .pxp-header .pxp-nav > li.with-dropdown > a.show {
    border-bottom: 1px solid #979797;
  }
}
@media screen and (max-width: 991px) {
  .pxp-header .pxp-nav > li.with-dropdown > ul.pxp-nav-sub {
    display: none;
    padding: 0 15px;
  }
  .pxp-header .pxp-nav > li.with-dropdown > ul.pxp-nav-sub.show {
    display: block !important;
  }
}
@media screen and (max-width: 575px) {
  .pxp-header .pxp-nav > li.with-dropdown > ul.pxp-nav-sub {
    padding: 0 30px;
  }
}
@media screen and (max-width: 991px) {
  .pxp-header .pxp-nav > li.with-dropdown > ul.pxp-nav-sub > li > a {
    font-size: 15px;
    font-weight: 500;
    padding: 12px 0;
    border-bottom: 1px solid #979797;
  }
}
@media screen and (max-width: 991px) {
  .pxp-header .pxp-nav > li.with-dropdown > ul.pxp-nav-sub > li:last-child > a {
    border: none;
  }
}
.pxp-header .pxp-nav > li.show-sticky {
  display: none !important;
}
.pxp-header .pxp-nav .pxp-header-user:hover, .pxp-header .pxp-nav .pxp-header-user:focus, .pxp-header .pxp-nav .pxp-header-user:active {
  color: #333333;
}
.pxp-header .pxp-header-nav-trigger {
  position: relative;
  top: 0 !important;
  right: 0;
  border: none;
  background-color: transparent !important;
  color: #ffffff !important;
  font-size: 16px;
  padding: 2.5px 5px;
}
.pxp-header.pxp-is-sticky {
  background-color: #000051;
}
.pxp-header.pxp-is-sticky .pxp-logo {
  /*@media screen and (max-width: 575px){
      top: 28px;
  }*/
  /*> .logo{
      display: block;
  }

  > .logo-light{
      display: none;
  }*/
}
.pxp-header.pxp-is-sticky .pxp-nav > li.hide-sticky {
  display: none !important;
}
@media screen and (min-width: 992px) {
  .pxp-header.pxp-is-sticky .pxp-nav > li.show-sticky {
    display: inline-block !important;
  }
}
@media screen and (min-width: 992px) {
  .pxp-header.pxp-is-sticky .pxp-nav > li > a {
    color: #ffffff;
  }
}
.pxp-header.pxp-is-sticky .pxp-nav > li > span {
  color: #333333;
}
.pxp-header.pxp-is-sticky .pxp-nav .pxp-header-user {
  border-color: #333333;
}
.pxp-header.pxp-is-sticky .pxp-nav .pxp-header-user:hover, .pxp-header.pxp-is-sticky .pxp-nav .pxp-header-user:focus, .pxp-header.pxp-is-sticky .pxp-nav .pxp-header-user:active {
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .pxp-header.pxp-mobile .pxp-logo {
    max-width: 240px;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 991px) {
  .pxp-header.pxp-mobile .pxp-logo > .logo {
    display: inline;
  }
}
@media screen and (max-width: 991px) {
  .pxp-header.pxp-mobile .pxp-logo > .logo-light {
    display: none;
  }
}
.pxp-header.pxp-mobile .pxp-nav {
  /*.pxp-header-user{
      border: none;
      padding: 0;
  }*/
}
.pxp-header.pxp-mobile .pxp-nav > li > span {
  color: #333333;
}
.pxp-header.pxp-mobile:after {
  content: none;
}
.pxp-header.pxp-mobile .pxp-header-nav-trigger {
  color: #333333 !important;
}
.pxp-header-user {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .pxp-header-user {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
}
.pxp-header-user span {
  width: auto;
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .pxp-header-user span {
    font-size: 15px;
  }
}
.pxp-header-user span.fa {
  margin-left: 6px;
}

.pxp-hero {
  overflow: unset;
  min-height: unset !important;
  height: auto !important;
}
.pxp-hero-caption {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  transform: none;
  min-height: 100vh;
  padding: 136px 0;
  display: flex;
  align-items: center;
  z-index: 2;
}
@media screen and (max-width: 575px) {
  .pxp-hero-caption {
    min-height: unset;
    padding: 136px 0 64px 0;
  }
}
.pxp-hero-caption h1 {
  font-size: 2.6rem;
}
@media screen and (max-width: 991px) {
  .pxp-hero-caption h1 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 575px) {
  .pxp-hero-caption h1 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 399px) {
  .pxp-hero-caption h1 {
    font-size: 1.5rem;
  }
}
.pxp-hero-contact-form-caption-subtitle {
  opacity: 1;
  font-size: 18px;
}
.pxp-hero-contact-form-caption-list {
  color: #ffffff;
  list-style: none;
  font-size: 16px;
  padding: 0;
  margin: 32px 0;
}
.pxp-hero-contact-form-caption-list > li {
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 399px) {
  .pxp-hero-contact-form-caption-list > li {
    font-size: 15px;
  }
}
.pxp-hero-contact-form-caption-list > li:not(:last-child) {
  margin-bottom: 6px;
}
.pxp-hero-contact-form-caption-list > li:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #FF574E;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
  transform: translateY(-50%);
}
.pxp-hero-contact-form-caption-list > li > span {
  font-weight: 600;
}
.pxp-hero > .pxp-hero-bg {
  background-color: #0000FF;
}
.pxp-hero > .pxp-hero-bg:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 60%;
  box-shadow: inset -40px 0 200px 40px #0000FF;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .pxp-hero > .pxp-hero-bg:before {
    content: none;
  }
}
.pxp-hero > .pxp-hero-bg:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 60%;
  background: url(../images/hero.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  box-shadow: inset 272px 140px 200px 40px #0000FF;
}
@media screen and (max-width: 991px) {
  .pxp-hero > .pxp-hero-bg:after {
    content: none;
  }
}
.pxp-hero .hero-form-input-wrapper {
  position: relative;
  /*.step-field{
      &.error{
          border-color: #FF574E;
      }
  }*/
}
.pxp-hero .hero-form-input-wrapper .error-alert {
  background: #FF574E;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 14px;
  display: inline;
  position: absolute;
  top: -4px;
  left: 4px;
  transform: translateY(-100%);
  max-width: calc(100vw - 30px);
}
.pxp-hero .hero-form-input-wrapper .error-alert i {
  margin-right: 4px;
}
.pxp-hero .hero-form-submit-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}
@media screen and (max-width: 399px) {
  .pxp-hero .hero-form-submit-wrapper {
    display: block;
  }
}
.pxp-hero .hero-form-submit-wrapper .step-back {
  color: #ffffff;
  display: block;
}
@media screen and (max-width: 399px) {
  .pxp-hero .hero-form-submit-wrapper .step-back {
    margin: 12px 0 0 0;
    text-align: right;
  }
}
.pxp-hero .hero-form-text-input {
  width: 100%;
  display: block;
  background: transparent;
  border: none;
  border-bottom: 1px solid #818181;
  font-size: 26px;
  outline: none;
  color: #ffffff;
  padding: 8px 2px;
  transition: border-color 0.4s, background 0.4s, color 0.4s, padding 0.4s;
}
@media screen and (max-width: 575px) {
  .pxp-hero .hero-form-text-input {
    font-size: 20px;
  }
}
.pxp-hero .hero-form-text-input:focus {
  border-color: #ffffff;
}
.pxp-hero .hero-form-text-input.highlighted {
  background: rgba(255, 255, 255, 0.9);
  padding: 8px 12px;
  border-radius: 4px;
  color: #000051;
}
.pxp-hero .hero-form-submit-btn {
  border: none;
  background-color: #FF574E;
  padding: 8px 20px;
  font-weight: 700;
  font-size: 16px;
  border-radius: 16px;
  color: #ffffff;
  outline: none;
  transition: background-color 0.4s;
}
.pxp-hero .hero-form-submit-btn:hover {
  background-color: #ff766f;
}
.pxp-hero .hero-form-submit-btn:disabled {
  opacity: 0.75;
  background-color: #FF574E;
}
.pxp-hero .hero-form-custom-radio-input {
  position: relative;
  background: transparent;
  border: 1px solid #cccccc;
  border-radius: 999px;
  padding: 8px 16px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  color: #cccccc;
  cursor: pointer;
}
.pxp-hero .hero-form-custom-radio-input > div:first-child {
  background-color: #000085;
  border: 1px solid #cccccc;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  line-height: normal;
  margin-right: 12px;
}
.pxp-hero .hero-form-custom-radio-input:hover {
  border-color: #ffffff;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
}
.pxp-hero .hero-form-custom-radio-input:hover > div:first-child {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0000FF;
}
.pxp-hero .hero-form-custom-radio-input.active {
  border-color: #ffffff;
  color: #ffffff;
}
.pxp-hero .hero-form-custom-radio-input.active > div:first-child {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0000FF;
}
.pxp-hero .hero-form-custom-radio-input.active:after {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #ffffff;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
}
.pxp-hero .hero-form-error-alert {
  background-color: #FF574E;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
}
.pxp-hero .agents-wrapper {
  position: relative;
  margin-right: 64px;
}
@media screen and (max-width: 991px) {
  .pxp-hero .agents-wrapper {
    margin-top: 80px;
    margin-right: 0;
  }
}
.pxp-hero .agents-wrapper > .main-agent {
  position: relative;
  padding-bottom: 50px;
}
@media screen and (max-width: 399px) {
  .pxp-hero .agents-wrapper > .main-agent {
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 299px) {
  .pxp-hero .agents-wrapper > .main-agent {
    padding-bottom: 30px;
  }
}
.pxp-hero .agents-wrapper > .main-agent > img:first-child {
  width: 100%;
  max-width: 280px;
}
@media screen and (max-width: 399px) {
  .pxp-hero .agents-wrapper > .main-agent > img:first-child {
    max-width: 180px;
  }
}
@media screen and (max-width: 299px) {
  .pxp-hero .agents-wrapper > .main-agent > img:first-child {
    max-width: 140px;
  }
}
.pxp-hero .agents-wrapper > .main-agent > img:nth-child(2) {
  position: absolute;
  max-width: 360px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 399px) {
  .pxp-hero .agents-wrapper > .main-agent > img:nth-child(2) {
    max-width: 260px;
  }
}
@media screen and (max-width: 299px) {
  .pxp-hero .agents-wrapper > .main-agent > img:nth-child(2) {
    max-width: 220px;
  }
}
.pxp-hero .agents-wrapper > .main-agent > img:nth-child(3) {
  position: absolute;
  width: 100%;
  max-width: 160px;
  top: 64px;
  right: 32px;
}
@media screen and (max-width: 1199px) {
  .pxp-hero .agents-wrapper > .main-agent > img:nth-child(3) {
    right: -16px;
  }
}
@media screen and (max-width: 991px) {
  .pxp-hero .agents-wrapper > .main-agent > img:nth-child(3) {
    right: 140px;
  }
}
@media screen and (max-width: 767px) {
  .pxp-hero .agents-wrapper > .main-agent > img:nth-child(3) {
    right: 48px;
  }
}
@media screen and (max-width: 575px) {
  .pxp-hero .agents-wrapper > .main-agent > img:nth-child(3) {
    right: 50%;
    transform: translateX(130%);
  }
}
@media screen and (max-width: 399px) {
  .pxp-hero .agents-wrapper > .main-agent > img:nth-child(3) {
    max-width: 100px;
    top: 44px;
  }
}
@media screen and (max-width: 299px) {
  .pxp-hero .agents-wrapper > .main-agent > img:nth-child(3) {
    max-width: 80px;
    top: 32px;
  }
}
.pxp-hero .agents-wrapper > .main-agent > .agent-name {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 100%;
  font-size: 14px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .pxp-hero .agents-wrapper > .main-agent > .agent-name {
    left: 72px;
  }
}
@media screen and (max-width: 399px) {
  .pxp-hero .agents-wrapper > .main-agent > .agent-name {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 299px) {
  .pxp-hero .agents-wrapper > .main-agent > .agent-name {
    max-width: 100px;
    top: 36%;
    font-size: 13px;
  }
}
.pxp-hero .agents-wrapper > .main-agent > .agent-name > span {
  padding: 4px 16px;
  border-radius: 99px;
}
.pxp-hero .agents-wrapper > .main-agent > .agent-name > span:first-child {
  background-color: #000051;
  color: #ffffff;
}
.pxp-hero .agents-wrapper > .main-agent > .agent-name > span:last-child {
  background-color: #ffffff;
  color: #0000FF;
}
.pxp-hero .agents-wrapper > .agent {
  position: absolute;
  max-width: 88px;
}
@media screen and (max-width: 399px) {
  .pxp-hero .agents-wrapper > .agent {
    max-width: 56px;
  }
}
.pxp-hero .agents-wrapper > .agent.first {
  bottom: -116px;
  left: 32px;
}
@media screen and (max-width: 1199px) {
  .pxp-hero .agents-wrapper > .agent.first {
    left: 0;
  }
}
@media screen and (max-width: 991px) {
  .pxp-hero .agents-wrapper > .agent.first {
    left: 80px;
  }
}
@media screen and (max-width: 767px) {
  .pxp-hero .agents-wrapper > .agent.first {
    left: 16px;
  }
}
.pxp-hero .agents-wrapper > .agent.second {
  top: -40px;
  right: -64px;
}
@media screen and (max-width: 991px) {
  .pxp-hero .agents-wrapper > .agent.second {
    right: 0;
  }
}
.pxp-hero .agents-wrapper > .agent.third {
  bottom: -80px;
  right: -16px;
}
@media screen and (max-width: 991px) {
  .pxp-hero .agents-wrapper > .agent.third {
    right: 40px;
  }
}
.pxp-hero .agents-wrapper > .agent > img:first-child {
  border-radius: 16px;
}
.pxp-hero .agents-wrapper > .agent > img:last-child {
  position: absolute;
  left: 0;
  z-index: 1;
}

.pxp-nav-background {
  height: 120px;
  background-color: #0000FF;
}
.pxp-section-h2 {
  color: #000051;
  font-weight: 700;
}
.pxp-section-h2.smaller {
  font-size: 24px;
}
.pxp-section-h2 span {
  color: #0000FF;
}
.pxp-services-item-text-title {
  color: #000051;
  line-height: 1.3;
  font-size: 22px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .pxp-services-item-text-title {
    font-size: 18px;
  }
}
.pxp-services-item-text-sub {
  color: #40407C;
  opacity: 1;
  font-size: 15px;
  line-height: 1.3;
}
@media screen and (max-width: 1199px) {
  .pxp-services-item-text-sub br {
    display: none;
  }
}
.pxp-services-tabs-carousel .pxp-cover {
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .pxp-services-tabs-carousel .pxp-cover {
    border-radius: 16px 16px 0 0;
  }
}
.pxp-services-tabs-items-content {
  border-radius: 16px;
}
.pxp-services-tabs-content-item {
  border-radius: 16px;
  background-color: #000051;
}
@media screen and (max-width: 767px) {
  .pxp-services-tabs-content-item {
    border-radius: 0 0 16px 16px;
  }
}
.pxp-services-tabs-content-item-fig.camera img {
  padding: 8px 0;
}
.pxp-services-tabs-content-item-text {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.3;
  opacity: 1;
}
.pxp-services-tabs-content-item-cta {
  transform: none;
  text-decoration: none !important;
  color: #FF574E;
  transition: color 0s;
}
.pxp-services-tabs-content-item-cta span {
  font-weight: 600;
  font-size: 15px;
  margin-right: 4px;
}
.pxp-services-tabs-content-item-cta svg {
  filter: invert(45%) sepia(22%) saturate(1701%) hue-rotate(315deg) brightness(102%) contrast(105%);
  transition: filter 0s;
}
.pxp-services-tabs-content-item-cta:hover {
  color: #ff766f;
}
.pxp-services-tabs-content-item-cta:hover svg {
  filter: invert(48%) sepia(4%) saturate(6943%) hue-rotate(314deg) brightness(122%) contrast(111%);
}
.pxp-services-tabs .carousel-indicators li {
  color: #000051;
}
.pxp-services-accordion-fig {
  background-position: 0 50%;
  height: 500px;
}
@media screen and (max-width: 991px) {
  .pxp-services-accordion-fig {
    margin: 0;
    background-position: 80% 50%;
  }
}
@media screen and (max-width: 575px) {
  .pxp-services-accordion-fig {
    height: 240px;
  }
}
.pxp-services-accordion-right {
  background-color: #000051;
  border-radius: 16px 0 0 16px;
}
@media screen and (max-width: 991px) {
  .pxp-services-accordion-right {
    border-radius: 0;
  }
}
.pxp-services-accordion-right-container {
  padding: 80px 100px;
}
@media screen and (min-width: 1440px) {
  .pxp-services-accordion-right-container {
    padding: 80px 100px 80px 150px;
  }
}
@media screen and (max-width: 575px) {
  .pxp-services-accordion-right-container {
    padding: 75px 40px;
  }
}
.pxp-services-accordion-title {
  color: #ffffff;
  font-weight: 600 !important;
  margin-bottom: 16px;
  font-size: 28px !important;
}
.pxp-services-accordion-title span {
  color: #FF574E;
}
.pxp-services-accordion-desc {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.3;
}
.pxp-services-accordion-item {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 20px;
}
.pxp-services-accordion-item-header button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  font-size: 22px;
}
.pxp-services-accordion-item-header button:hover, .pxp-services-accordion-item-header button:active, .pxp-services-accordion-item-header button:focus {
  color: #ffffff;
}
.pxp-services-accordion-item-header button i {
  font-size: 30px;
}
.pxp-services-accordion-item-header button i.fa-angle-up {
  display: block;
}
.pxp-services-accordion-item-header button i.fa-angle-down {
  display: none;
}
.pxp-services-accordion-item-header button.collapsed i.fa-angle-up {
  display: none;
}
.pxp-services-accordion-item-header button.collapsed i.fa-angle-down {
  display: block;
}
.pxp-services-accordion-item-body {
  opacity: 1;
  color: #ffffff;
  font-size: 15px;
  padding: 0;
}
.pxp-services-accordion-item-body > p {
  margin-bottom: 8px;
}
.pxp-services-accordion-item-body > p:last-child {
  margin: 0;
}
.pxp-services-accordion-item-body > p a {
  color: #FF574E;
  text-decoration: underline;
}
.pxp-services-accordion-item-body > p a:hover {
  color: #ff766f;
}
.pxp-services-accordion-item > p {
  margin: 8px 0 0 0;
}
.pxp-services-accordion-item > p a {
  color: #FF574E;
  text-decoration: underline;
}
.pxp-services-accordion-item > p a:hover {
  color: #ff766f;
}
.pxp-numbers {
  margin: 150px 0;
}
@media screen and (max-width: 575px) {
  .pxp-numbers {
    margin: 75px 0;
  }
}
.pxp-numbers-item-number {
  color: #0000FF;
  margin-bottom: 8px;
}
.pxp-numbers-item-title {
  color: #40407C;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}
.pxp-numbers-agents {
  padding: 150px 0;
  margin-top: -3.5vw;
  margin-bottom: 0;
  background-color: #FF574E;
}
@media screen and (min-width: 1440px) and (max-width: 1799px) {
  .pxp-numbers-agents {
    margin-top: -6vw;
  }
}
@media screen and (max-width: 1299px) {
  .pxp-numbers-agents {
    margin-top: -3.7vw;
  }
}
@media screen and (max-width: 1099px) {
  .pxp-numbers-agents {
    margin-top: -7vw;
    padding: 178px 0 150px;
  }
}
@media screen and (max-width: 991px) {
  .pxp-numbers-agents {
    margin: 0;
    padding: 150px 0;
  }
}
@media screen and (max-width: 575px) {
  .pxp-numbers-agents {
    margin: 0;
    padding: 60px 0;
  }
}
.pxp-cta-1 {
  position: relative;
  padding-top: 220px;
}
.pxp-cta-1-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(0, 0, 0);
  opacity: 0.5;
}
.pxp-cta-1-caption {
  max-width: 312px;
  padding: 24px;
  border-radius: 16px 16px 0 0;
  background-color: #FFFFFF;
}
.pxp-cta-1-caption * {
  opacity: 1 !important;
}
.pxp-cta-1-caption p {
  opacity: 0.7 !important;
}
.pxp-cta-1-caption .pxp-primary-cta {
  color: #0000FF;
  text-transform: none !important;
  font-size: 15px;
  transition: opacity 0.6s ease-in-out;
}
.pxp-cta-1-caption .pxp-primary-cta span {
  margin-right: 4px;
}
.pxp-cta-1-caption .pxp-primary-cta svg {
  filter: invert(8%) sepia(100%) saturate(7129%) hue-rotate(248deg) brightness(98%) contrast(143%);
  transition: filter 0.4s;
}
.pxp-cta-1-caption .pxp-primary-cta:hover {
  color: #000051;
}
.pxp-cta-1-caption .pxp-primary-cta:hover svg {
  filter: invert(6%) sepia(72%) saturate(5146%) hue-rotate(241deg) brightness(89%) contrast(122%);
}
.pxp-cta-1-caption .pxp-primary-cta:after {
  content: none;
}
.pxp-cta-2 {
  background-color: #0000FF;
  padding: 140px 0;
}
@media screen and (max-width: 575px) {
  .pxp-cta-2 {
    padding: 75px 0;
  }
}
.pxp-cta-2-link {
  color: #FF574E;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  transition: color 0.4s;
}
.pxp-cta-2-link span {
  margin-right: 8px;
}
.pxp-cta-2-link svg {
  filter: invert(41%) sepia(61%) saturate(670%) hue-rotate(314deg) brightness(105%) contrast(106%);
  transition: filter 0.4s;
}
.pxp-cta-2-link:hover {
  color: #ff766f;
}
.pxp-cta-2-link:hover svg {
  filter: invert(55%) sepia(31%) saturate(942%) hue-rotate(314deg) brightness(101%) contrast(102%);
}
.pxp-cta-3 img {
  border-radius: 24px;
}
.pxp-cta-form {
  position: relative;
  padding: 120px 0;
}
.pxp-cta-form-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  opacity: 0.45;
}
.pxp-logos {
  padding: 100px 0 52px;
  background-color: #D0CFFF;
}
.pxp-logos img {
  height: 28px;
  filter: invert(9%) sepia(56%) saturate(5350%) hue-rotate(239deg) brightness(70%) contrast(124%);
}
.pxp-footer {
  background-color: #ffffff;
}
.pxp-footer-logo {
  width: 100%;
  max-width: 200px;
}
.pxp-footer-social a {
  color: #0000FF;
  opacity: 1 !important;
}
.pxp-footer-social a:hover {
  color: #000051;
}
.pxp-footer-header {
  color: #0000FF;
}
.pxp-footer-links li a {
  color: #0000FF;
  opacity: 1 !important;
}
.pxp-footer-links li a:hover {
  color: #000051;
}
.pxp-footer-bottom {
  color: #333333;
}
.pxp-footer-bottom a {
  opacity: 1 !important;
}
.pxp-footer-bottom a:hover {
  color: #0000FF;
}
.pxp-page-header {
  font-size: 2.2rem !important;
}
.pxp-agents {
  background-color: #0000ff;
  padding: 140px 0 60px 0;
}
.pxp-tokens-header {
  background-color: #000051;
  padding: 140px 0 100px 0;
}
.pxp-tokens-header .pxp-page-header {
  font-size: 3rem !important;
  line-height: normal;
  margin: 32px 0 0;
}
@media screen and (max-width: 1199px) {
  .pxp-tokens-header .pxp-page-header {
    font-size: 2.6rem !important;
  }
}
@media screen and (max-width: 991px) {
  .pxp-tokens-header .pxp-page-header {
    font-size: 2.2rem !important;
    margin: 0;
  }
}
@media screen and (max-width: 575px) {
  .pxp-tokens-header .pxp-page-header {
    font-size: 2rem !important;
  }
}
.pxp-tokens-header .pxp-page-header span {
  color: #FF574E;
}
.pxp-tokens-header img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .pxp-tokens-header img {
    max-width: 200px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 575px) {
  .pxp-tokens-header img {
    max-width: 100px;
  }
}
.pxp-button {
  display: inline-block;
  background-color: #FF574E;
  padding: 12px 24px;
  font-weight: 500;
  border-radius: 9999px;
  color: #ffffff !important;
  text-decoration: none !important;
  transition: background-color 0.4s;
}
.pxp-button:hover {
  background-color: #ff766f;
}
@media screen and (max-width: 349px) {
  .pxp-button {
    display: block;
    text-align: center;
  }
}
.pxp-tokens .pxp-cover {
  background-position: 100% 50%;
  margin: 0;
}
@media screen and (max-width: 479px) {
  .pxp-tokens .pxp-cover {
    background-position: 70% 50%;
  }
}
.pxp-tokens img {
  max-width: 64px;
  width: 100%;
}
.pxp-tokens .pxp-services-accordion-right {
  background-color: #0000FF;
}
.pxp-tokens .pxp-services-accordion-right-container {
  padding: 100px 100px;
}
@media screen and (max-width: 575px) {
  .pxp-tokens .pxp-services-accordion-right-container {
    padding: 60px 100px;
  }
}
@media screen and (max-width: 479px) {
  .pxp-tokens .pxp-services-accordion-right-container {
    padding: 60px 40px;
  }
}
.pxp-plans {
  background-color: #000051;
  color: #ffffff;
}
.pxp-plans-item {
  max-width: 350px;
  padding: 24px 36px;
  margin: 0 auto;
  background-color: #ffffff;
  text-align: center;
  border-radius: 20px;
}
.pxp-plans-item-name {
  color: #000051;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 600;
}
.pxp-plans-item-icon {
  max-width: 100px;
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}
.pxp-plans-item-contents {
  color: #000051;
  border-top: 2px solid #000051;
  border-bottom: 2px solid #000051;
  padding: 24px 0;
  margin-bottom: 36px;
  font-size: 1.8rem;
  line-height: normal;
}
.pxp-plans-item-contents span {
  display: block;
  font-size: 2.6rem;
  font-weight: 700;
}
.pxp-plans-item-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
}
.pxp-plans-item-price-main {
  color: #000051;
  line-height: normal;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.pxp-plans-item-price-old {
  background-color: #D0CFFF;
  color: #000051;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: normal;
  padding: 6px 20px;
  margin-bottom: 8px;
}
.pxp-plans-item-price-savings {
  color: #D0CFFF;
  font-size: 0.9rem;
  line-height: normal;
}
.pxp-plans-item-button {
  display: block;
  width: 100%;
  border: none;
  border-radius: 999px;
  background-color: #0000FF;
  color: #ffffff !important;
  font-weight: 500;
  text-decoration: none !important;
  padding: 12px;
  transition: background-color 0.4s;
}
.pxp-plans-item-button:hover, .pxp-plans-item-button:focus, .pxp-plans-item-button:active {
  background-color: #000051;
}
.pxp-plans-item-button.disabled, .pxp-plans-item-button:disabled {
  background-color: #000051 !important;
  opacity: 0.8;
}
.pxp-plans-item-best {
  max-width: 350px;
  background-color: #D0CFFF;
  color: #000051;
  text-transform: uppercase;
  text-align: center;
  padding: 16px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: normal;
  border-radius: 20px 20px 0 0;
}
.pxp-plans-item-best + .pxp-plans-item {
  border-radius: 0 0 20px 20px;
}
.pxp-agent .pxp-page-header {
  color: #000051;
}
@media screen and (max-width: 575px) {
  .pxp-agent .pxp-page-header {
    font-size: 1.8rem !important;
  }
}
.pxp-agent-rating {
  color: #0000FF;
  margin: 0;
}
.pxp-agent-title {
  color: #40407C;
  margin: 0;
  padding-bottom: 12px;
  /*@media screen and (max-width: 575px){
      margin-bottom: 8px;
  }*/
}
.pxp-agent-button {
  display: inline-block;
  color: #333333;
  background-color: #E6E8ED;
  font-weight: 700;
  border-radius: 999px;
  border: none;
  outline: none !important;
  padding: 12px 28px;
  text-decoration: none !important;
  transition: background-color 0.4s, color 0.4s;
}
@media screen and (max-width: 575px) {
  .pxp-agent-button {
    font-size: 0.9rem;
    padding: 8px 16px;
  }
}
.pxp-agent-button:not(:disabled):hover {
  background-color: #333333;
  color: #ffffff;
}
.pxp-agent-button:disabled {
  opacity: 0.7;
}
.pxp-agent-edit-1 {
  margin-top: 24px;
  padding-bottom: 36px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .pxp-agent-edit-1 {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 575px) {
  .pxp-agent-edit-1 {
    margin-top: 8px;
  }
}
.pxp-agent-edit-1 > button {
  /*@media screen and (max-width: 991px){
      display: inline-block;
  }*/
}
.pxp-agent-edit-1 > button:not(:last-child) {
  margin-right: 16px;
}
@media screen and (max-width: 991px) {
  .pxp-agent-edit-1 > button:not(:last-child) {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.pxp-agent-photo {
  position: relative;
  background-color: #bcb9bd;
  border-radius: 20px;
  height: auto;
  overflow: visible;
  max-width: 300px;
}
@media screen and (max-width: 575px) {
  .pxp-agent-photo {
    max-width: 180px;
  }
}
.pxp-agent-photo-image {
  border-radius: 20px;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.pxp-agent-photo-edit {
  position: absolute;
  border-radius: 50%;
  border: none;
  background-color: #E6E8ED;
  padding: 10px;
  cursor: pointer;
  left: 0;
  transform: translateX(-50%);
  bottom: 16px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none !important;
  transition: background-color 0.4s, color 0.4s;
}
.pxp-agent-photo-edit:hover {
  background-color: #333333;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .pxp-agent-photo-edit {
    left: unset;
    right: 0;
    transform: translateX(50%);
  }
}
@media screen and (max-width: 349px) {
  .pxp-agent-photo-edit {
    transform: none;
    right: 16px;
  }
}
.pxp-agent-subscription {
  color: #40407C;
  margin-top: 12px;
}
.pxp-agent-subscription span {
  display: block;
  font-weight: 700;
}
.pxp-agent-section img.icon {
  width: 20px;
  height: 19px;
}
.pxp-agent-section h3 {
  color: #000051;
}
.pxp-agent-section p {
  color: #40407C;
}
.pxp-agent-section ul {
  color: #0000FF;
}
.pxp-agent-section ul span {
  color: #40407C;
}
.pxp-agent-section-about > p:not(:last-child) {
  margin-bottom: 0;
}
.pxp-agent-offer {
  border-radius: 16px;
}
.pxp-agent-offer .pxp-cover img {
  width: 64px;
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.pxp-reviews {
  padding: 120px 0;
  background-color: #D0CFFF;
}
@media screen and (max-width: 575px) {
  .pxp-reviews {
    padding: 60px 0;
  }
}
.pxp-reviews-review {
  display: flex;
}
@media screen and (max-width: 379px) {
  .pxp-reviews-review {
    display: block;
  }
}
.pxp-reviews-review-photo {
  margin-right: 12px;
}
@media screen and (max-width: 379px) {
  .pxp-reviews-review-photo {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.pxp-reviews-review-photo-placeholder {
  font-size: 2.5rem;
  text-align: center;
  line-height: 4.4rem;
  width: 64px;
  height: 64px;
  background-color: #FF574E;
  color: #ffffff;
  border-radius: 50%;
}
.pxp-reviews-review-content-name {
  color: #000051;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: normal;
  margin-bottom: 4px;
}
.pxp-reviews-review-content-time {
  color: #787884;
  line-height: normal;
  font-size: 0.9rem;
}
.pxp-reviews-review-content-stars .pxp-agent-rating {
  line-height: 2.5rem;
}
.pxp-reviews-review-content-text {
  color: #34337c;
  font-size: 0.85rem;
  line-height: 1.2rem;
  font-weight: 500;
}

.procedure-step-img {
  height: 116px;
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .procedure-step-img {
    height: 80px;
  }
}

.agent-benefits-img {
  height: 52px;
  margin-bottom: 32px;
}

.cmvc-agent-form {
  background-color: #000051;
  padding: 48px 32px;
  border-radius: 16px;
}
.cmvc-agent-form-title {
  font-size: 2rem;
  color: #ffffff;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}
.cmvc-agent-form-desc {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 20px;
}
.cmvc-agent-form-input {
  display: block;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  margin-bottom: 28px;
  padding: 8px;
  outline: none;
}
.cmvc-agent-form-submit {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #FF574E;
  color: #ffffff;
  border: none;
  border-radius: 999px;
  padding: 12px;
  line-height: normal;
  outline: none;
  transition: background-color 0.4s;
}
.cmvc-agent-form-submit:hover, .cmvc-agent-form-submit:active, .cmvc-agent-form-submit:focus {
  background-color: #ff766f;
}
.cmvc-agent-form-submit > span + img {
  margin-left: 4px;
}
.cmvc-agent-form-submit > img {
  max-width: 20px;
  width: 100%;
  height: auto;
}

#pxp-signin-modal .form-group,
#pxp-recover-modal .form-group,
#pxp-signup-modal .form-group,
#pxp-agent-profile-data-modal .form-group,
#pxp-agent-profile-photo-modal .form-group,
#pxp-agent-account-edit-modal .form-group,
#pxp-agent-work-area-modal .form-group {
  position: relative;
}
#pxp-signin-modal .modal-title,
#pxp-recover-modal .modal-title,
#pxp-signup-modal .modal-title,
#pxp-agent-profile-data-modal .modal-title,
#pxp-agent-profile-photo-modal .modal-title,
#pxp-agent-account-edit-modal .modal-title,
#pxp-agent-work-area-modal .modal-title {
  color: #000051;
}
#pxp-signin-modal label,
#pxp-recover-modal label,
#pxp-signup-modal label,
#pxp-agent-profile-data-modal label,
#pxp-agent-profile-photo-modal label,
#pxp-agent-account-edit-modal label,
#pxp-agent-work-area-modal label {
  color: #000051;
}
#pxp-signin-modal input,
#pxp-recover-modal input,
#pxp-signup-modal input,
#pxp-agent-profile-data-modal input,
#pxp-agent-profile-photo-modal input,
#pxp-agent-account-edit-modal input,
#pxp-agent-work-area-modal input {
  border: none;
  border-bottom: 1px solid #E2E2E2;
  padding: 6px 0;
  color: #333333;
}
#pxp-signin-modal input:focus,
#pxp-recover-modal input:focus,
#pxp-signup-modal input:focus,
#pxp-agent-profile-data-modal input:focus,
#pxp-agent-profile-photo-modal input:focus,
#pxp-agent-account-edit-modal input:focus,
#pxp-agent-work-area-modal input:focus {
  border-color: #000051;
}
#pxp-signin-modal .pxp-agent-contact-modal-btn,
#pxp-recover-modal .pxp-agent-contact-modal-btn,
#pxp-signup-modal .pxp-agent-contact-modal-btn,
#pxp-agent-profile-data-modal .pxp-agent-contact-modal-btn,
#pxp-agent-profile-photo-modal .pxp-agent-contact-modal-btn,
#pxp-agent-account-edit-modal .pxp-agent-contact-modal-btn,
#pxp-agent-work-area-modal .pxp-agent-contact-modal-btn {
  background-color: #FF574E;
  border-radius: 999px;
  border: none;
  color: #ffffff !important;
}
#pxp-signin-modal .pxp-agent-contact-modal-btn:hover,
#pxp-recover-modal .pxp-agent-contact-modal-btn:hover,
#pxp-signup-modal .pxp-agent-contact-modal-btn:hover,
#pxp-agent-profile-data-modal .pxp-agent-contact-modal-btn:hover,
#pxp-agent-profile-photo-modal .pxp-agent-contact-modal-btn:hover,
#pxp-agent-account-edit-modal .pxp-agent-contact-modal-btn:hover,
#pxp-agent-work-area-modal .pxp-agent-contact-modal-btn:hover {
  background-color: #ff766f;
}
#pxp-signin-modal .pxp-agent-contact-modal-btn:disabled,
#pxp-recover-modal .pxp-agent-contact-modal-btn:disabled,
#pxp-signup-modal .pxp-agent-contact-modal-btn:disabled,
#pxp-agent-profile-data-modal .pxp-agent-contact-modal-btn:disabled,
#pxp-agent-profile-photo-modal .pxp-agent-contact-modal-btn:disabled,
#pxp-agent-account-edit-modal .pxp-agent-contact-modal-btn:disabled,
#pxp-agent-work-area-modal .pxp-agent-contact-modal-btn:disabled {
  opacity: 0.7;
}
#pxp-signin-modal .pxp-modal-link,
#pxp-recover-modal .pxp-modal-link,
#pxp-signup-modal .pxp-modal-link,
#pxp-agent-profile-data-modal .pxp-modal-link,
#pxp-agent-profile-photo-modal .pxp-modal-link,
#pxp-agent-account-edit-modal .pxp-modal-link,
#pxp-agent-work-area-modal .pxp-modal-link {
  text-decoration: none;
  color: #0000FF;
  opacity: 1;
}
#pxp-signin-modal .pxp-modal-link:hover,
#pxp-recover-modal .pxp-modal-link:hover,
#pxp-signup-modal .pxp-modal-link:hover,
#pxp-agent-profile-data-modal .pxp-modal-link:hover,
#pxp-agent-profile-photo-modal .pxp-modal-link:hover,
#pxp-agent-account-edit-modal .pxp-modal-link:hover,
#pxp-agent-work-area-modal .pxp-modal-link:hover {
  color: #000051;
}
#pxp-signin-modal .modal-field-error,
#pxp-recover-modal .modal-field-error,
#pxp-signup-modal .modal-field-error,
#pxp-agent-profile-data-modal .modal-field-error,
#pxp-agent-profile-photo-modal .modal-field-error,
#pxp-agent-account-edit-modal .modal-field-error,
#pxp-agent-work-area-modal .modal-field-error {
  position: absolute;
  top: 3px;
  right: 0;
  background-color: #FF574E;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  padding: 2px 6px;
  border-radius: 4px;
}
#pxp-signin-modal .file-input .file-preview .kv-fileinput-error,
#pxp-recover-modal .file-input .file-preview .kv-fileinput-error,
#pxp-signup-modal .file-input .file-preview .kv-fileinput-error,
#pxp-agent-profile-data-modal .file-input .file-preview .kv-fileinput-error,
#pxp-agent-profile-photo-modal .file-input .file-preview .kv-fileinput-error,
#pxp-agent-account-edit-modal .file-input .file-preview .kv-fileinput-error,
#pxp-agent-work-area-modal .file-input .file-preview .kv-fileinput-error {
  display: none !important;
}
#pxp-signin-modal .file-input .file-caption .input-group .file-caption-name,
#pxp-recover-modal .file-input .file-caption .input-group .file-caption-name,
#pxp-signup-modal .file-input .file-caption .input-group .file-caption-name,
#pxp-agent-profile-data-modal .file-input .file-caption .input-group .file-caption-name,
#pxp-agent-profile-photo-modal .file-input .file-caption .input-group .file-caption-name,
#pxp-agent-account-edit-modal .file-input .file-caption .input-group .file-caption-name,
#pxp-agent-work-area-modal .file-input .file-caption .input-group .file-caption-name {
  padding: 6px 32px;
  border-radius: 0;
}
#pxp-signin-modal .file-input .file-caption .input-group .file-caption-name:focus,
#pxp-recover-modal .file-input .file-caption .input-group .file-caption-name:focus,
#pxp-signup-modal .file-input .file-caption .input-group .file-caption-name:focus,
#pxp-agent-profile-data-modal .file-input .file-caption .input-group .file-caption-name:focus,
#pxp-agent-profile-photo-modal .file-input .file-caption .input-group .file-caption-name:focus,
#pxp-agent-account-edit-modal .file-input .file-caption .input-group .file-caption-name:focus,
#pxp-agent-work-area-modal .file-input .file-caption .input-group .file-caption-name:focus {
  border-color: #E2E2E2;
}
#pxp-signin-modal .file-input .file-caption .input-group .input-group-btn > .btn,
#pxp-recover-modal .file-input .file-caption .input-group .input-group-btn > .btn,
#pxp-signup-modal .file-input .file-caption .input-group .input-group-btn > .btn,
#pxp-agent-profile-data-modal .file-input .file-caption .input-group .input-group-btn > .btn,
#pxp-agent-profile-photo-modal .file-input .file-caption .input-group .input-group-btn > .btn,
#pxp-agent-account-edit-modal .file-input .file-caption .input-group .input-group-btn > .btn,
#pxp-agent-work-area-modal .file-input .file-caption .input-group .input-group-btn > .btn {
  padding: 10px 15px;
}

.modal-form-status {
  font-size: 14px;
}
.modal-form-status.error {
  color: #d30000;
  font-weight: 600;
}
.modal-form-status.success {
  color: #00c700;
  font-weight: 600;
}

/*# sourceMappingURL=custom.css.map */
