@import url("https://kunversion-frontend-custom.s3.amazonaws.com/components/listings/new/ps.css");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:wght@100;300;400;500;700;900&family=Spectral:wght@300;400;500;600;700&display=swap");
@import url("https://kunversion-frontend-custom.s3.amazonaws.com/overwrites/template/agent/3/ps.css");
@import url("https://kunversion-frontend-custom.s3.amazonaws.com/templates/help/ps.css");
@import url("https://kunversion-frontend-custom.s3.amazonaws.com/overwrites/template/ps.css");
@import url("https://kunversion-frontend-custom.s3.amazonaws.com/components/listings/new/ps.css");
:root {
  --page-border: 1rem;
  --drop-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.3);
  --primary-color: #19469d; /* Brand Blue */
  --secondary-color: #f5821f; /* Brand Orange */
  --dark-blue: #1b1e2a;
  --light-blue: #699abd;
  --dark-gray: #58595a;
  --light-gray: #e2e3e4;

  /* Fonts */
  --heading-font: "Spectral", serif;
  --text-font: "Roboto", sans-serif;
  --alt-font: "Bebas Neue", sans-serif;

  /* Fonts */
  --headings: var(--heading-font);
  --text: var(--text-font);

  /* Cover Animations */
  --fadeDown: lpfadedown 1s ease forwards;
  --fadeLeft: lpfadeleft 1s ease forwards;
  --animation-initial-opacity: 0;
  --delayNext: 0.2s;
  --delayLast: 0.4s;
  --pulse: pulse 1.5s ease infinite;

  /* Cover */
  --cover-image: url("https://dtzulyujzhqiu.cloudfront.net/expcorporate377/images/1691711357_HnxtR1e6LrvI9xhYl7YulhXIisPFMdZVNpE1fz47.jpeg");
  --cover-gradient-direction: to bottom right;
  --cover-gradient-color-1: rgba(27, 30, 42, 1);
  --cover-gradient-color-2: rgba(27, 30, 42, 0.3);
  --cover-height-desktop: 750px;
  --cover-height-mobile: 550px;

  --cover-heading-color: #fff;
  --cover-heading-font-case: uppercase;
  --cover-heading-font-weight: bold;
  --cover-heading-size: 3rem;
  --cover-heading-size-767: 3rem;
  --cover-heading-size-544: 2rem;
  --cover-heading-font: "DM Serif Display", serif;
  --cover-heading-shadow: none;

  --cover-subheading-color: #f5f5f5;
  --cover-subheading-font-case: normal;
  --cover-subheading-font-weight: normal;
  --cover-subheading-size: 1.3rem;
  --cover-subheading-size-767: 1.3rem;
  --cover-subheading-size-544: 1rem;

  --cover-button-bg-color: #fff;
  --cover-button-text-color: #000;

  /* Sections Styles */
  --section-background-color: #1b1e2a;
  --section-font-color: #fff;
  --section-heading-font-case: uppercase;
  --section-heading-font-weight: bold;
  --section-heading-size: 2.3rem;
  --section-heading-size-767: 2rem;
  --section-heading-size-544: 1.7rem;

  --section-subheading-font-case: normal;
  --section-subheading-font-weight: bold;
  --section-subheading-size: 1.3rem;
  --section-subheading-size-767: 1.3rem;
  --section-subheading-size-544: 1.3rem;

  --text-size: 1.1rem;
  --text-size-544: 1rem;

  --section-slant-height: 80px;
  --section-slant-top-white: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0, 100 0, 0 100, 0' fill='%231b1e2a'/%3E%3C/svg%3E");
  --section-slant-bottom-white: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0, 100 100, 0 100, 100' fill='%231b1e2a'/%3E%3C/svg%3E");
  --section-border: none;

  /* Buttons */

  --button-font-case: capitalize;
  --button-font-weight: normal;
  --button-border-radius: 3px;
  --button-shadow: 0px 10px 40px -15px rgba(0, 0, 0, 0.1);

  /* Misc */
  --border-radius: 7px;
  --shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.2);

  /* Why Join Section */
  --card-background-color: rgba(255, 255, 255, 0.1);
  --card-font-color: #fff;
  --card-icon-invert: brightness(0) invert(1);

  /* Banners */
  --banner-image: url("https://dtzulyujzhqiu.cloudfront.net/kvcoredemo14/images/1666460982_twb68Pc3CF218eVx3N1ec8amxyS0c71p7uBCO7wT.png");
  --banner-gradient-direction: to bottom right;
  --banner-gradient-color-1: rgba(0, 0, 0, 0.8);
  --banner-gradient-color-2: rgba(0, 0, 0, 0.8);
  --banner-parallax: fixed;

  /* Compare Section */
  --compare-card-bg-color: rgba(255, 255, 255, 0.1);
  --compare-card-text-color: #fff;
  --compare-card-logo-filter: brightness(0) invert(1);
  --compare-card-price-size: 3rem;
  --compare-card-price-size-mobile: 2rem;
  --compare-card-price-font-weight: bold;
  --compare-card-title-size: 1.5rem;
  --compare-card-title-size-mobile: 1.6rem;
  --compare-card-title-font-weight: normal;

  /* Stats Section */
  --stat-heading-size: 4rem;
  --stat-heading-size-mobile: 3rem;

  /* Testimonials Section */
  --testimonials-text-size: 1.5rem;
  --testimonials-text-size-mobile: 1rem;
  --testimonials-carousel-button-background-color: #ffffff;
  --testimonials-carousel-button-text-color: #000000;
}

/* Custom CSS */
#header .logo.primary {
  display: none;
}
.footer-logo {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

#about-agent,
#about {
  display: none !important;
}
#home-bodycontent #kv-cover-title-inner h1 {
  font-size: 2.5rem;
}

@media only screen and (max-width: 992px) {
}
@media only screen and (max-width: 767px) {
  #kv-cover-title-inner h1 {
    font-size: 2rem !important;
  }
  #footer .footer-top-left {
    text-align: center;
  }
  #footer .footer-top-right img {
    display: block;
  }
}
@media only screen and (max-width: 544px) {
  #kv-cover-title-inner h1 {
    font-size: 1.5rem !important;
    line-height: normal !important;
    margin-bottom: 2rem !important;
  }
  #custom-testimonials header h2 {
    font-size: 1.5rem !important;
  }
  #header.home .logo {
    max-width: 120px;
  }
}

/* Recruit Page */
#recruit-bodycontent {
  scroll-behavior: smooth;
}
#ps-custom-landing-page .slant-white:after,
#ps-custom-landing-page .slant-white:before {
  content: "";
  height: var(--section-slant-height);
  background-size: 100%;
  left: 0;
  position: absolute;
}
#recruit-bodycontent #fixed-header-spacer,
#recruit-bodycontent #footer .footer-top-left > p[style="margin-top: -1rem"] ~ p,
#recruit-bodycontent #footer .footer-top-right,
#recruit-bodycontent #header,
#recruit-bodycontent .content-title,
#recruit-bodycontent .inner-main-content > .container,
#recruit-bodycontent .inner-main-content > section.m-t-3.p-b-3:not(.p-t-3),
#recruit-bodycontent .page-wrapper > .background-white,
#recruit-bodycontent fb_messenger_div {
  display: none;
}
#recruit-bodycontent .inner-main-content,
#recruit-bodycontent .main {
  padding-top: 0 !important;
}
#recruit-bodycontent .inner-main-content > section.m-t-3.p-b-3.p-t-3 {
  margin: 0 !important;
  padding: 0 !important;
}
#recruit-bodycontent .inner-main-content > section.m-t-3.p-b-3.p-t-3 > .container {
  width: 100%;
  max-width: 100%;
  padding: 0 !important;
}
#recruit-bodycontent #footer {
  border-top: 1px solid #eee;
}
#recruit-bodycontent .footer-logo {
  margin: 0 auto 2rem;
}
#recruit-bodycontent #footer .footer-top {
  float: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
#recruit-bodycontent #footer .footer-top-left {
  padding-top: 2rem;
}
#recruit-bodycontent #footer .footer-top-left a,
#recruit-bodycontent #footer .footer-top-left address,
#recruit-bodycontent #footer .footer-top-left h2,
#recruit-bodycontent #footer .footer-top-left p {
  text-align: center !important;
}
#recruit-bodycontent #footer .footer-bottom {
  font-size: 0.7rem;
}
body#recruit-bodycontent {
  font-size: 16px !important;
}
#recruit-bodycontent h1,
#recruit-bodycontent h2,
#recruit-bodycontent h3,
#recruit-bodycontent h4,
#recruit-bodycontent h5,
#recruit-bodycontent h6 {
  font-family: var(--headings) !important;
}
#recruit-bodycontent button {
  outline: 0 !important;
  border: none;
  font-family: var(--text) !important;
}
#recruit-bodycontent a,
#recruit-bodycontent label,
#recruit-bodycontent li,
#recruit-bodycontent p,
#recruit-bodycontent small,
#recruit-bodycontent span {
  font-family: var(--text) !important;
  outline: 0 !important;
  border: none;
}
#recruit-bodycontent #no-1-wrapper span {
  font-family: var(--alt-font) !important;
  font-size: 1.6rem;
  letter-spacing: 2px;
}
#recruit-bodycontent input,
#recruit-bodycontent select,
#recruit-bodycontent textarea {
  font-family: var(--text) !important;
}
#recruit-bodycontent .modal-dialog {
  margin: 0 auto !important;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
}
#recruit-bodycontent .modal-dialog button.close {
  color: #000;
  opacity: 1;
  text-shadow: none !important;
  top: 5px;
  right: 5px;
  position: absolute;
  z-index: 2;
  font-size: 1.6rem;
  width: 30px;
  height: 30px;
  float: none;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: normal;
}
#ps-custom-landing-page .primary-bg {
  background-color: var(--primary-color) !important;
  color: #fff;
}
#ps-custom-landing-page .secondary-bg {
  background-color: var(--secondary-color) !important;
  color: #fff;
}
#ps-custom-landing-page .alt-bg {
  background-color: var(--alt-color);
  color: #fff;
}
[data-recruit-form] {
  cursor: pointer;
}
#ps-custom-landing-page .pslp-button,
#recruit-bodycontent form button {
  padding: 0.9rem 1.5rem;
  text-decoration: none !important;
  border-radius: var(--button-border-radius) !important;
  text-transform: var(--button-font-case) !important;
}
#ps-custom-landing-page .pslp-button.arrow:after {
  content: "\f178";
  margin-left: 15px;
  transition: all 0.25s ease;
  display: inline;
  position: relative;
  font-family: "FontAwesome";
  left: 0;
}
#ps-custom-landing-page .pslp-button.primary,
#recruit-bodycontent a.btn.btn-primary,
#recruit-bodycontent button.btn.btn-primary {
  background-color: var(--primary-color);
  color: #fff;
}
#ps-custom-landing-page .pslp-button.secondary {
  background-color: var(--dark-blue);
  color: #fff;
}
#ps-custom-landing-page .pslp-button.lightgray {
  background-color: var(--light-gray);
  color: #000;
}
#ps-custom-landing-page .pslp-button.darkgray {
  background-color: var(--dark-gray);
  color: #fff;
}
#ps-custom-landing-page .pslp-button.lightblue {
  background-color: var(--light-blue);
  color: #fff;
}
#ps-custom-landing-page .pslp-button.orange {
  background-color: var(--secondary-color);
  color: #000;
}
#ps-custom-landing-page .pslp-button.primary.outline {
  border: 1px solid;
  background-color: transparent !important;
  border-color: var(--primary-color);
  color: #000;
}
#ps-custom-landing-page .pslp-button.secondary.outline {
  border: 1px solid;
  background-color: transparent !important;
  border-color: var(--secondary-color);
  color: #000;
}
#ps-custom-landing-page .shadow {
  box-shadow: var(--shadow);
}
#ps-custom-landing-page .pulse {
  animation: var(--pulse);
  will-change: box-shadow;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
#ps-custom-landing-page header {
  margin-bottom: 3rem;
}
#ps-custom-landing-page header h2 {
  font-size: var(--section-heading-size);
  text-transform: var(--section-heading-font-case);
  font-weight: var(--section-heading-font-weight);
}
#ps-custom-landing-page header h2 em {
  font-style: normal !important;
  color: var(--secondary-color);
}
#ps-custom-landing-page .pslp-section {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-bottom: var(--section-border);
  background-color: #fff;
}
#ps-custom-landing-page .pslp-section.section-bg-color {
  background-color: var(--section-background-color, #fff);
  color: var(--section-font-color, #000);
}
#ps-custom-landing-page .pslp-section.white-x-left {
  background-image: url(https://dtzulyujzhqiu.cloudfront.net/kvcoredemo14/images/1666454383_BPXPQMf5ld38tDqrlOittygQXbOECFl4aS1729IU.png);
  background-size: contain;
  background-position: -15% 50%;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
}
#ps-custom-landing-page .pslp-section.black-x-right {
  background-image: url(https://dtzulyujzhqiu.cloudfront.net/kvcoredemo14/images/1666455330_IOBfgmM15KXEL6zLPJBOIWkYetdqC5yMkVfsgTsN.png);
  background-size: contain;
  background-position: 115% 50%;
  background-repeat: no-repeat;
}
#ps-custom-landing-page #pslp-banner {
  background-image: linear-gradient(var(--banner-gradient-direction), var(--banner-gradient-color-1), var(--banner-gradient-color-2)), var(--banner-image) !important;
  background-position: center;
  background-size: cover;
  background-attachment: var(--banner-parallax);
}
#ps-custom-landing-page .pslp-section.primary-bg,
#ps-custom-landing-page .pslp-section.secondary-bg {
  border: none;
}
#ps-custom-landing-page .slant-white:before {
  top: 0;
  width: 100%;
  background-image: var(--section-slant-top-white);
}
#ps-custom-landing-page .slant-white:after {
  bottom: 0;
  width: 100%;
  background-image: var(--section-slant-bottom-white);
}
#ps-custom-landing-page .slant-padding-md {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
#ps-custom-landing-page .slant-padding-lg {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
#ps-custom-landing-page .slant-padding-xl {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
#ps-custom-landing-page .pslp-flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  margin-bottom: 4rem;
}
#ps-custom-landing-page .pslp-flex.flex-center {
  justify-content: center;
}
#ps-custom-landing-page .pslp-flex header h2 {
  font-size: calc(var(--section-heading-size) - 0.5rem);
  text-transform: var(--section-heading-font-case);
}
#ps-custom-landing-page .pslp-flex:last-of-type {
  margin-bottom: 0 !important;
}
#ps-custom-landing-page .pslp-flex.reverse {
  flex-direction: row-reverse;
}
#ps-custom-landing-page .pslp-flex > div {
  width: 50%;
  padding: 1rem;
}
#ps-custom-landing-page .pslp-flex > img {
  width: 45%;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
}
#ps-custom-landing-page .pslp-flex:nth-child(odd) img {
  margin-left: auto !important;
}
#ps-custom-landing-page .pslp-flex:nth-child(2n) img {
  margin-right: auto !important;
}
#ps-custom-landing-page .pslp-section ul {
  list-style: circle;
  padding-left: 1rem;
}
#ps-custom-landing-page #pslp-header-banner {
  position: relative;
  overflow: hidden;
  max-height: 0;
  animation: headerBanner 1s ease 1.5s forwards;
  background-color: var(--dark-blue);
  color: #fff;
  margin-bottom: 0;
}
#ps-custom-landing-page #pslp-header-banner .container,
#ps-custom-landing-page #pslp-sticky-banner .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#ps-custom-landing-page #pslp-header-banner span,
#ps-custom-landing-page #pslp-header-banner a,
#ps-custom-landing-page #pslp-sticky-banner span,
#ps-custom-landing-page #pslp-sticky-banner a {
  color: #fff;
  margin: 0.5rem 0;
}
#ps-custom-landing-page #pslp-header-banner a,
#ps-custom-landing-page #pslp-sticky-banner a {
  background-color: var(--primary-color);
  padding: 0.5rem 1rem;
  margin: 1rem;
}
#ps-custom-landing-page #pslp-sticky-banner {
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  overflow: hidden;
  max-height: 0;
  background-color: var(--dark-blue);
  color: #fff;
  z-index: 999;
  transition: all 1s ease;
  padding: 0;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
#ps-custom-landing-page #pslp-sticky-banner.slideIn {
  top: 0%;
  max-height: 200px;
  padding: 1rem;
  box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.3);
}
#ps-custom-landing-page .pslp-header-logo-wrapper {
  display: flex;
}
#ps-custom-landing-page .pslp-header-logo {
  width: 100%;
  max-width: 300px;
  min-height: 75px;
  max-height: 75px;
  object-fit: contain;
}
#ps-custom-landing-page .pslp-header-logo.invert-color {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#ps-custom-landing-page .pslp-header {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  animation: var(--fadeDown);
  z-index: 1;
}
#ps-custom-landing-page .pslp-header .pslp-button {
  padding: 0.7rem 1rem;
}
#ps-custom-landing-page .pslp-header .pslp-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#ps-custom-landing-page .pslp-cover {
  background-image: linear-gradient(var(--cover-gradient-direction), var(--cover-gradient-color-1), var(--cover-gradient-color-2)), var(--cover-image) !important;
  height: var(--cover-height-mobile);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-position: top;
  background-size: cover;
  position: relative;
}
#ps-custom-landing-page .pslp-cover-title {
  width: 100%;
  position: relative;
  z-index: 1;
}
#ps-custom-landing-page .pslp-cover-title .container {
  height: 100%;
}
#ps-custom-landing-page .pslp-cover-title-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  max-width: 750px;
}
#ps-custom-landing-page .pslp-cover h1 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: var(--cover-heading-size);
  font-weight: var(--cover-heading-font-weight);
  text-transform: var(--cover-heading-font-case);
  text-shadow: var(--cover-heading-text-shadow);
  color: var(--cover-heading-color);
  line-height: var(--cover-heading-size);
  animation: var(--fadeDown);
}
#ps-custom-landing-page .pslp-cover h1 ~ p {
  margin-top: 0;
  color: var(--cover-subheading-color);
  text-transform: var(--cover-subheading-font-case);
  font-size: var(--cover-subheading-size);
  font-weight: var(--cover-subheading-font-weight);
  line-height: normal;
  opacity: var(--animation-initial-opacity);
  animation: var(--fadeLeft);
  animation-delay: var(--delayNext);
}
#ps-custom-landing-page .pslp-cover h1 em {
  font-style: normal;
  background-color: var(--alt-color);
  color: #fff;
  text-shadow: 3px 3px 0 orange;
  display: inline-block;
  line-height: calc(var(--cover-heading-size) - 55%);
  padding: 0.8rem 1rem;
}
#ps-custom-landing-page .pslp-cover h1 ~ button {
  opacity: var(--animation-initial-opacity);
  animation: var(--fadeLeft);
  animation-delay: var(--delayLast);
}
#ps-custom-landing-page #no-1-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  color: #fff;
  display: flex;
  justify-content: space-evenly;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.1);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  flex-wrap: wrap;
}
#ps-custom-landing-page #no-1-wrapper span {
  display: block;
  margin: 0.5rem;
}
#ps-custom-landing-page .card {
  position: relative;
  padding: 1.5rem;
  border: none;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  background-color: var(--card-background-color, #fff);
  color: var(--card-font-color, #000);
}
#ps-custom-landing-page .card img.card-icon {
  height: 60px;
  display: inline-block;
  margin-bottom: 1rem;
  filter: var(--card-icon-invert);
}
#ps-custom-landing-page .card img:not(.card-icon) {
  border-radius: var(--border-radius);
  margin-bottom: 1rem;
  width: 100%;
  max-height: 200px;
  object-fit: cover;
}
#ps-custom-landing-page .section-subheader {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: var(--section-subheading-size);
  font-weight: var(--section-subheading-font-weight);
  text-transform: var(--section-subheading-font-case);
}
#ps-custom-landing-page .card p {
  margin-bottom: 2rem;
}
#ps-custom-landing-page #pslp-compare .row {
  display: flex;
  align-items: center;
}
#ps-custom-landing-page #pslp-compare .row div:first-child {
  order: 1;
}
#ps-custom-landing-page #pslp-compare .row div:nth-child(2) {
  order: 2;
}
#ps-custom-landing-page #pslp-compare .row div:last-child {
  order: 3;
}
#ps-custom-landing-page #pslp-compare .pslp-compare-card {
  border: none;
  position: relative;
  z-index: 1;
  background-color: var(--compare-card-bg-color);
  color: var(--compare-card-text-color);
}
#ps-custom-landing-page #pslp-compare .pslp-compare-tag {
  position: absolute;
  top: -0.8rem;
  left: 0;
  right: 0;
  display: inline-block;
  max-width: 150px;
  margin: auto;
  text-align: center;
  background-color: var(--secondary-color);
  color: #fff;
  border-radius: var(--border-radius);
  padding: 0.3rem 1rem;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 2px;
}
#ps-custom-landing-page #pslp-compare .pslp-compare-card-header {
  padding-bottom: 1rem;
}
#ps-custom-landing-page #pslp-compare .pslp-compare-card-header img {
  max-width: 150px;
  margin: 0.5rem auto 1rem;
  display: block;
  border-radius: 0 !important;
  filter: var(--compare-card-logo-filter);
  -webkit-filter: var(--compare-card-logo-filter);
}
#ps-custom-landing-page #pslp-compare .pslp-compare-card-title {
  display: block;
  text-align: center;
  font-size: var(--compare-card-title-size);
  font-weight: var(--compare-card-title-font-weight);
  margin-top: 1rem;
}
#ps-custom-landing-page #pslp-compare .pslp-compare-card-price {
  display: block;
  text-align: center;
  font-size: var(--compare-card-price-size);
  font-weight: var(--compare-card-price-font-weight);
}
#ps-custom-landing-page #pslp-compare .pslp-compare-card-price:after {
  content: "/mo";
  font-size: calc(var(--compare-card-price-size) - 50%);
}
#ps-custom-landing-page #pslp-compare .pslp-compare-card-features {
  border-top: 1px solid #eee;
  padding-top: 1rem;
}
#ps-custom-landing-page #pslp-provide img {
  max-width: 100% !important;
}
#pslp-stats .stat-counter-inner {
  display: flex;
  justify-content: center;
  text-align: center;
}
#pslp-stats .stat-wrapper {
  margin: 1.5rem;
  flex: 1;
}
#pslp-stats span.counter-value {
  font-size: var(--stat-heading-size);
  font-weight: 600;
}
#pslp-stats span {
  font-size: calc(var(--stat-heading-size) - 2rem);
  display: inline-block;
}
#pslp-stats #counter p {
  font-size: 1.1rem;
}
#pslp-stats img {
  width: 100%;
  max-width: 450px;
  margin: auto;
}
#custom-testimonials-inner {
  background-position: center;
  background-size: cover;
}
#pslp-testimonials .pslp-testimonial {
  display: flex;
  align-items: center;
  flex-direction: column;
}
#pslp-testimonials .pslp-testimonial img {
  width: 100px;
  height: 100px;
  min-height: 100px;
  min-width: 100px;
  object-fit: cover;
  object-position: top;
  margin-bottom: 1rem;
  border-radius: 50%;
}
#custom-testimonials-inner[style*="0,0,0"] img {
  border: 3px solid #fff;
}
#pslp-testimonials .pslp-testimonial-content {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#pslp-testimonials .pslp-testimonial-text p {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  font-size: var(--testimonials-text-size);
  line-height: calc(var(--testimonials-text-size) + 0.5rem);
}
#pslp-testimonials .pslp-testimonial-content span {
  display: block;
}
#pslp-testimonials .owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
#pslp-testimonials .owl-carousel .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 5px;
}
#pslp-testimonials .owl-carousel .owl-dots .owl-dot.active {
  background-color: rgba(255, 255, 255, 0.8);
}
#ps-custom-landing-page .pslp-footer-agent-image {
  width: 100%;
  max-width: 250px;
  margin: 0 auto 2rem;
}

@media only screen and (min-width: 1200px) {
  #ps-custom-landing-page .pslp-cover {
    height: var(--cover-height-desktop);
  }
}
@media only screen and (min-width: 992px) {
  #ps-custom-landing-page .pslp-button.arrow:hover:after {
    margin-left: 25px;
    left: 5px;
  }
}
@media only screen and (max-width: 992px) {
  #pslp-testimonials #custom-testimonials-inner,
  #ps-custom-landing-page #pslp-banner {
    background-attachment: scroll !important;
  }
  #ps-custom-landing-page .pslp-flex,
  #ps-custom-landing-page .pslp-flex.reverse {
    flex-direction: column-reverse;
  }
  #ps-custom-landing-page .pslp-flex > div,
  #ps-custom-landing-page .pslp-flex > img {
    width: 100%;
    max-width: 100%;
    max-height: 300px;
    object-fit: cover;
    padding: 0;
  }
  #ps-custom-landing-page .pslp-flex > div {
    max-height: unset !important;
  }
  #ps-custom-landing-page .pslp-flex > img {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  #ps-custom-landing-page .pslp-header .pslp-header-inner,
  #ps-custom-landing-page .pslp-cover-title-inner {
    justify-content: center;
  }
  #recruit-bodycontent .footer-top-left {
    margin-bottom: 0 !important;
  }
  #ps-custom-landing-page .pslp-cover h1 {
    font-size: var(--cover-heading-size-767);
    line-height: var(--cover-heading-size-767);
  }
  #ps-custom-landing-page .pslp-cover h1 ~ p {
    font-size: var(--cover-subheading-size-767);
  }
  #ps-custom-landing-page .pslp-flex header h2,
  #ps-custom-landing-page header h2 {
    font-size: var(--section-heading-size-767);
  }
  #ps-custom-landing-page .section-subheader {
    font-size: var(--section-subheading-size-767);
  }
  #pslp-stats .stat-counter-inner,
  #pslp-testimonials .pslp-testimonial {
    flex-direction: column;
  }
  #pslp-testimonials .owl-carousel .owl-next {
    top: 20px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
  }
  #pslp-testimonials .pslp-testimonial-content {
    margin: 0 0 2rem;
  }
  #pslp-testimonials .pslp-testimonial-text {
    text-align: center;
  }
  #ps-custom-landing-page #pslp-compare .row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #ps-custom-landing-page #pslp-compare .pslp-compare-card {
    transform: unset;
    min-width: 300px;
  }
  #ps-custom-landing-page #pslp-compare .row div:nth-child(2) {
    order: 3;
    margin-top: 1rem;
  }
  #ps-custom-landing-page #pslp-compare .row div:first-child {
    order: 1;
  }
  #ps-custom-landing-page #pslp-compare .row div:last-child {
    order: 2;
  }
  #ps-custom-landing-page .pslp-header-inner button {
    display: none;
  }
  #ps-custom-landing-page .pslp-header-logo {
    max-width: 200px;
  }
}
@media only screen and (max-width: 544px) {
  #ps-custom-landing-page .pslp-cover h1 {
    font-size: var(--cover-heading-size-544);
    line-height: var(--cover-heading-size-544);
  }
  #ps-custom-landing-page .pslp-cover h1 ~ p {
    font-size: var(--cover-subheading-size-544);
  }
  #ps-custom-landing-page .pslp-flex header h2,
  #ps-custom-landing-page header h2 {
    font-size: var(--section-heading-size-544);
  }
  #ps-custom-landing-page .section-subheader {
    font-size: var(--section-subheading-size-544);
  }
  #pslp-stats span.counter-value {
    font-size: var(--stat-heading-size-mobile);
    font-weight: 600;
  }
  #pslp-stats span:not(.counter-value) {
    font-size: calc(var(--stat-heading-size-mobile) - 1.5rem);
  }
  #pslp-testimonials .pslp-testimonial-text p {
    font-size: var(--testimonials-text-size-mobile);
    line-height: var(--testimonials-text-size-mobile) + 0.5rem;
  }
  #ps-custom-landing-page #pslp-compare .pslp-compare-card-price {
    font-size: var(--compare-card-price-size-mobile);
  }
  #ps-custom-landing-page #pslp-compare .pslp-compare-card-title {
    font-size: var(--compare-card-title-size-mobile);
  }
  #ps-custom-landing-page .pslp-cover h1 ~ button {
    margin-bottom: 0.5rem;
  }
  #ps-custom-landing-page .pslp-header-logo {
    max-width: 100px;
  }
}
@keyframes lpfadedown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    transform: translatey(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translatey(0);
  }
}
@keyframes lpfadeleft {
  0% {
    opacity: 0;
    -webkit-transform: translatex(-100px);
    -moz-transform: translatex(-100px);
    transform: translatex(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    transform: translatex(0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
    transform: scale(1);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.01);
    transform: scale(1.05);
  }
  100% {
    box-shadow: 0 0 0 0 transparent;
    transform: scale(1);
  }
}
@keyframes headerBanner {
  from {
    max-height: 0;
    padding: 0rem;
  }
  to {
    max-height: 200px;
    padding: 1rem;
  }
}
#pslp-header-banner,
#pslp-sticky-banner {
  display: none !important;
}

div#agent-guide-banner {
  background-color: rgba(255, 255, 255, 0.1);
}
div#agent-guide-banner span {
  display: block;
  margin-bottom: 1rem;
  letter-spacing: 3px;
  text-transform: uppercase;
}
div#agent-guide-banner h2 {
  font-weight: bold;
}
div#agent-guide-banner h2 em {
  font-style: normal !important;
  color: var(--secondary-color);
}

#cta-modal .modal-body.has-image {
  display: flex;
  flex-direction: row-reverse;
}
#cta-modal .modal-body.has-image img[src] {
  width: 50% !important;
  max-height: unset;
}
#cta-modal .modal-body h2 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
#recruit-bodycontent #cta-modal .modal-dialog {
  max-width: 850px;
}
#cta-modal .modal-body.has-image .cta-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  #cta-modal .modal-body.has-image {
    flex-direction: column;
  }
  #cta-modal .modal-body.has-image img[src] {
    width: 100%;
    max-height: 300px;
    object-position: bottom;
  }
}
