<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container {
  max-width: 1240px;
  padding: 0px 22px;
}

/* Agent container */
.container.agent-container {
  margin: 50px auto;
}

@media screen and (min-width: 1024px) {
  .container.agent-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 100px auto 130px auto;
  }
}

/* Breadcrumb links */
.container .agent-breadcrumbs,
.container .agent-breadcrumbs a {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #68348C;
  margin-top: 32px;
}

@media screen and (min-width: 1024px) {
  .container .agent-breadcrumbs,
  .container .agent-breadcrumbs a {
    margin-top: 100px;
  }
}

/* Agent content wrapper */
@media screen and (min-width: 1024px) {
  .agent-content {
    margin-right: 70px;
  }
}

/* Agent header section */
.agent-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

.agent-info {
  max-width: 460px;
}

.agent-profile-pic {
  min-width: 100px;
  width: 15%;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  margin-bottom: 8px;
}

/* Sometimes wp does weird things and this is needed */
picture.agent-profile-pic img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

h1.agent-name {
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  color: #45457F;
  margin-bottom: 15px;
}

h2.agent-subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.43) !important;
  margin-bottom: 20px;
}

a.agent-link {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #FFFFFF !important;
  padding: 10px 20px;
  background-color: #68348C;
  border-radius: 6px;
}

a.agent-link i.fa-solid.fa-angle-right {
  margin-left: 10px;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .agent-header {
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 80px;
  }

  .agent-profile-pic {
    margin-right: 38px;
    margin-bottom: 0px;
    width: 180px;
  }

  h1.agent-name {
    font-size: 40px;
    line-height: 48px;
  }

  h2.agent-subtitle {
    font-size: 24px;
    font-weight: 26px;
  }

  a.agent-link {
    font-size: 20px;
    line-height: 24px;
    padding: 10px 40px;
    display: inline-flex;
    align-items: center;
  }

  a.agent-link i.fa-solid.fa-angle-right {
    margin-left: 20px;
    font-size: 16px;
  }
}

/* Agent contact info */
.agent-contact-info {
  border: 1px solid #C4C4C4;
  padding: 39px 36px 40px 38px;
  border-radius: 20px;
  margin-bottom: 50px;
}

.agent-contact-data {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.agent-contact-data a {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #68348C !important;
}

.agent-contact-data i {
  min-height: 29px;
  max-height: 29px;
  min-width: 29px;
  max-width: 29px;
  margin-right: 15px;
  font-size: 20px;
  line-height: 24px;
  color: #68348C;
}

@media screen and (min-width: 768px) {
  .agent-contact-info {
    padding: 30px 60px 15px 30px;
    margin-bottom: 40px;
  }
}

/* Agent text section */
.agent-text-section {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 50px;
  color: #3F3E43;
}

.agent-text-section.contact-info {
  margin-bottom: 34px;
}

h2.agent-text-section-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  color: #45457F;
  margin-bottom: 15px;
}

.agent-text-section-content {
	font-weight: normal !important; 
    font-style: normal !important;
}

@media screen and (min-width: 768px) {
  .agent-text-section {
    /* font-size: 24px;
    line-height: 26px; */
    margin-bottom: 40px;
  }

  h2.agent-text-section-title {
    font-size: 36px;
    line-height: 43px;
  }
}

/* Agent sidebar */
.agent-sidebar {
  min-width: 287px;
  max-width: 287px;
  margin: 0 auto;
}

.singleSidebar .singleSidebarInner .quoteCon {
  display: block !important;
}

.singleSidebar .singleSidebarInner .quoteCon .quoteSubTitle {
  font-weight: 400;
}

.quoteCon input[type=text] {
  text-align: center !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  min-height: 40px !important;
  margin-bottom: 15px !important;
  padding: 8px 0px !important;
  background-color: transparent;
}

.quoteCon input[type=text]::placeholder {
  color: #C4C4C4 !important;
}

.quoteCon button {
  background-image: none !important;
  background-color: #AEC79C !important;
  color: #3F3E43 !important;
}</pre></body></html>