h1, h2, h3, h4, h5, h6 {
  font-family: "adobe-caslon-pro", "Times New Roman", serif;
  font-weight: 400;
  line-height: 110%;
  margin-top: 0.1em;
  margin-bottom: 0.5em;
}

.cta-banner__title, h1 {
  font-size: 1.625em;
}
@media (min-width: 75em) {
  .cta-banner__title, h1 {
    font-size: calc(-1.75em + 4.5vw);
  }
}
@media (min-width: 100em) {
  .cta-banner__title, h1 {
    font-size: 2.75em;
  }
}

h2 {
  font-size: 1.3125em;
}
@media (min-width: 75em) {
  h2 {
    font-size: calc(-2.1705em + 4.644vw);
  }
}
@media (min-width: 100em) {
  h2 {
    font-size: 2.4735em;
  }
}

form input:not([type=submit]):not([type=checkbox]), form textarea, form select, .modal__next-slide, .modal__back, h3 {
  font-size: 1.0625em;
}
@media (min-width: 75em) {
  form input:not([type=submit]):not([type=checkbox]), form textarea, form select, .modal__next-slide, .modal__back, h3 {
    font-size: calc(-1.375em + 3.25vw);
  }
}
@media (min-width: 100em) {
  form input:not([type=submit]):not([type=checkbox]), form textarea, form select, .modal__next-slide, .modal__back, h3 {
    font-size: 1.875em;
  }
}

h4 {
  font-size: 1.125em;
}
@media (min-width: 75em) {
  h4 {
    font-size: calc(0.375em + 1vw);
  }
}
@media (min-width: 100em) {
  h4 {
    font-size: 1.375em;
  }
}

h5 {
  font-size: 1.125em;
}
@media (min-width: 75em) {
  h5 {
    font-size: calc(0.375em + 1vw);
  }
}
@media (min-width: 100em) {
  h5 {
    font-size: 1.375em;
  }
}

h6 {
  font-size: 1.125em;
}
@media (min-width: 75em) {
  h6 {
    font-size: calc(0.375em + 1vw);
  }
}
@media (min-width: 100em) {
  h6 {
    font-size: 1.375em;
  }
}

p, li, a {
  font-family: "adobe-caslon-pro", "Times New Roman", serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 130%;
}
@media (min-width: 75em) {
  p, li, a {
    font-size: calc(0.4375em + 0.75vw);
  }
}
@media (min-width: 100em) {
  p, li, a {
    font-size: 1.1875em;
  }
}
p a, li a, a a {
  font-size: 1em;
}

p {
  margin-bottom: 1.5rem;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.button {
  background-color: #000000;
  border: 0.0625em solid #000000;
  border-radius: 0;
  cursor: pointer;
  color: #ffffff;
  display: inline-block;
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 0.875em;
  outline: 0;
  padding: 0.5em 2em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s;
  z-index: 1;
}
@media (min-width: 36em) {
  .button {
    font-size: calc(0.875em + 0vw);
  }
}
@media (min-width: 100em) {
  .button {
    font-size: 0.875em;
  }
}
.button:before, .button:after {
  background-color: #ffffff;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  transition: height 0.3s 0.2s;
  width: 100%;
  z-index: -1;
}
.button:after {
  opacity: 0.5;
  transition: height 0.3s 0s;
}
.button:hover {
  color: #000000;
  text-decoration: none;
}
.button:hover:before, .button:hover:after {
  height: 100%;
}
.button--secondary {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
}
.button--secondary:before, .button--secondary:after {
  background-color: #000000;
}
.button--secondary:hover {
  color: #ffffff;
}
.button--tertiary {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.button--tertiary:before, .button--tertiary:after {
  background-color: #ffffff;
}
.button--tertiary:hover {
  color: #000000;
}

em {
  font-style: italic !important;
}

button {
  appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

.title-block__container {
  position: relative;
  padding-top: 4em;
}
@media (min-width: 75em) {
  .title-block__container {
    padding-top: 8.75em;
  }
}
.title-block__column {
  text-align: center;
}
.title-block__column h1 {
  margin: 0;
}
.title-block__column h1 em {
  font-size: 0.7727em;
  color: #272727;
}
.title-block .accent {
  background: #F6E275;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  position: absolute;
  width: 6px;
  height: 100%;
  left: 1em;
  top: 0;
}
@media (max-width: 74.9375em) {
  .title-block .accent {
    display: none;
  }
}

.two-col {
  padding: 4em 0;
}
@media (min-width: 75em) {
  .two-col {
    padding: 12.75em 0 14.375em 0;
  }
}
@media (min-width: 75em) {
  .two-col--image-left {
    padding-top: 8.75em;
  }
}
.two-col--image-left .two-col__column--image {
  position: relative;
}
.two-col--image-left .two-col__column--image:before {
  background: linear-gradient(to left, #deb334 5%, #f2cd62 10%, #d6ad36 33%, #faf087 66%, #b48919 100%);
  content: "";
  height: 100%;
  left: 0.5em;
  position: absolute;
  top: 0.5em;
  width: 100%;
  z-index: -1;
}
@media (min-width: 75em) {
  .two-col--image-left .two-col__column--image:before {
    left: 1.5em;
    top: 1.5em;
  }
}
.two-col--image-right .two-col__column--image {
  position: relative;
}
.two-col--image-right .two-col__column--image:before {
  background: linear-gradient(to left, #deb334 5%, #f2cd62 10%, #d6ad36 33%, #faf087 66%, #b48919 100%);
  content: "";
  height: 100%;
  right: 0.5em;
  position: absolute;
  top: 0.5em;
  width: 100%;
  z-index: -1;
}
@media (min-width: 75em) {
  .two-col--image-right .two-col__column--image:before {
    right: 1.5em;
    top: 1.5em;
  }
}
.two-col__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 4em 6em;
}
@media (min-width: 87.5em) {
  .two-col__inner {
    padding: 0 4em;
  }
}
@media (min-width: 100em) {
  .two-col__inner {
    gap: 4em 12.5em;
    padding: 0 6em;
  }
}
.two-col__column {
  width: 100%;
}
@media (min-width: 75em) and (max-width: 99.9375em) {
  .two-col__column {
    width: calc(50% - 3em);
  }
}
@media (min-width: 100em) {
  .two-col__column {
    width: calc(50% - 6.25em);
  }
}
.two-col__column--image {
  min-height: 100%;
}
.two-col__column--text {
  align-items: center;
  display: flex;
}
@media (min-width: 75em) {
  .two-col__column--text {
    padding: 2em 0;
  }
}
.two-col__column--text > div {
  width: 100%;
}
.two-col__column img, .two-col__column video {
  aspect-ratio: 4/3;
  display: block;
  object-fit: cover;
  min-height: 100%;
  width: 100%;
}
@media (min-width: 75em) {
  .two-col__column .button {
    min-width: 15rem;
  }
}

.image-swiper__container {
  padding: 0 !important;
  position: relative;
}
.image-swiper__column--text {
  padding-left: 1.875em;
  padding-right: 1.875em;
  margin: 0 auto;
  max-width: 75em;
  padding-bottom: 3em;
  text-align: center;
}
@media (min-width: 75em) {
  .image-swiper__column--text {
    padding-left: 3.875em;
    padding-right: 3.875em;
  }
}
.image-swiper--images {
  position: relative;
}
@media (min-width: 75em) {
  .image-swiper--images {
    height: 200vh;
  }
  .image-swiper--images .swiper-slide {
    transition: margin-left 1s ease;
  }
}
.image-swiper--images .image-swiper__container {
  left: 0;
  position: sticky;
  top: 30%;
  width: 100%;
}
.image-swiper--usps {
  padding-bottom: 5.25em;
}
.image-swiper--usps .image-swiper__slide {
  cursor: pointer;
}
.image-swiper--usps .image-swiper__slide img {
  transition: transform 0.8s;
}
.image-swiper--usps .image-swiper__slide:hover img {
  transform: scale(1.1);
}
.image-swiper__title {
  margin-bottom: 0.2em;
}
.image-swiper__title-large {
  padding-bottom: 3em;
  text-align: center;
}
.image-swiper__slide {
  overflow: hidden;
  position: relative;
}
.image-swiper__slide img {
  aspect-ratio: 8.5/5.7;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.image-swiper__slide-title {
  background-color: #ffffff;
  bottom: -2em;
  padding: 2em;
  position: absolute;
  text-align: center;
  right: 2em;
  z-index: 1;
}
@media (max-width: 44.9375em) {
  .image-swiper__slide-title {
    bottom: -0.5em;
    left: 0;
    margin: 0 auto;
    padding: 1em 3em;
    right: 0;
    width: calc(100% - 4em);
  }
}
.image-swiper__slide-title h3 {
  margin: 0;
}
.image-swiper__slide-title:before {
  border: 1px solid #ffffff;
  content: "";
  height: calc(100% + 2em);
  left: -1em;
  position: absolute;
  top: -1em;
  width: calc(100% + 2em);
}
.image-swiper__marker {
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.image-swiper__nav-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 1.5em;
}
.image-swiper .accent {
  background: #F6E275;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  position: absolute;
  width: 6px;
  height: 80%;
  right: 6.25em;
  top: -40%;
  z-index: 11;
}
@media (max-width: 74.9375em) {
  .image-swiper .accent {
    display: none;
  }
}

.swiper-pagination {
  padding-top: 2.5em;
  position: static;
}
@media (min-width: 45em) {
  .swiper-pagination {
    padding-top: 5.625em;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: #E6E6E6;
  border-radius: 0;
  height: 0.1875rem;
  opacity: 1;
  transition: background-color 0.3s;
  width: 3.75rem;
}
@media (min-width: 75em) {
  .swiper-pagination .swiper-pagination-bullet {
    height: 0.375rem;
    width: 10rem;
  }
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #004873;
}

.swiper-button-next, .swiper-button-prev {
  border: 0.0625em solid #000000;
  border-radius: 100%;
  cursor: pointer;
  height: 3rem;
  margin-top: 1em;
  outline: 0;
  position: static;
  transition: background-color 0.3s;
  width: 3rem;
}
@media (min-width: 45em) {
  .swiper-button-next, .swiper-button-prev {
    margin-top: 2.5em;
  }
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 1.5em;
  color: #000000;
  transition: color 0.3s;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  background-color: #000000;
}
.swiper-button-next:hover:after, .swiper-button-prev:hover:after {
  color: #ffffff;
}

.basicLightbox {
  background-color: #000000;
}
.basicLightbox__placeholder {
  width: 100%;
}

.modal {
  height: 100vh;
  overflow: auto;
  padding: 6vh 7vw;
  position: relative;
}
.modal__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 3em;
  min-height: 100%;
  position: relative;
}
.modal__column {
  color: #ffffff;
  width: 100%;
}
@media (min-width: 75em) {
  .modal__column {
    width: calc(50% - 1.5em);
  }
}
.modal__column--text {
  align-items: center;
  display: flex;
  padding-top: 4em;
}
@media (min-width: 75em) {
  .modal__column--text {
    padding: 4em 0;
  }
}
@media (min-width: 75em) {
  .modal__column--image img {
    height: 100%;
    object-fit: cover;
  }
}
.modal__column--image img {
  width: 100%;
}
.modal__back {
  color: #ffffff;
  font-style: italic;
  font-family: "adobe-caslon-pro", "Times New Roman", serif;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.modal__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 3.125rem;
  z-index: 2;
}
.modal__close svg {
  height: auto;
  width: 100%;
}
.modal__next-slide {
  font-family: "adobe-caslon-pro", "Times New Roman", serif;
  color: #ffffff;
}
@media (min-width: 75em) {
  .modal .swiper {
    height: 100%;
  }
}
.modal .swiper-slide {
  height: auto;
}
.modal .swiper-pagination {
  padding-top: 2em;
}
.modal .swiper-pagination-bullet {
  background-color: #E6E6E6;
}
.modal .swiper-pagination-bullet-active {
  background-color: #747474;
}
.modal .form {
  align-items: center;
  display: flex;
  min-height: 100%;
}
.modal .form__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 3em 0;
}
.modal .form__column {
  position: relative;
  width: 100%;
}
@media (min-width: 75em) {
  .modal .form__column {
    width: 50%;
  }
  .modal .form__column--form {
    border-right: 1px solid #ffffff;
    padding-right: 4em;
  }
  .modal .form__column--text {
    padding-left: 4em;
  }
}
.modal .form__column--text {
  align-items: center;
  display: flex;
  color: #ffffff;
}
.modal .form__title {
  color: #ffffff;
}
.modal .form__broker {
  align-items: center;
  display: flex;
  gap: 1em;
  margin-bottom: 2em;
  width: 100%;
}
.modal .form__broker-text {
  width: 100%;
}
@media (max-width: 44.9375em) {
  .modal .form__broker-text {
    width: calc(70% - 0.5em);
  }
}
.modal .form__broker-text h3 {
  margin: 0;
}
.modal .form__broker-text h4 {
  margin: 0;
}
.modal .form__broker-text .job-title {
  margin-bottom: 0.5em;
}
.modal .form__broker-image {
  width: calc(30% - 0.5em);
}
.modal .form__content {
  margin-top: 1em;
  margin-bottom: 3em;
}
.modal .lead-broker__image {
  aspect-ratio: 1/1;
  border: 1px solid #ffffff;
  border-radius: 100%;
  height: auto;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 44.9375em) {
  .modal .lead-broker__image {
    display: none;
  }
}

.image-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
}
.image-banner:before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.image-banner__container {
  padding: 7.6em 0 2.8em 0;
  position: relative;
}
@media (min-width: 75em) {
  .image-banner__container {
    padding: 10em 0;
  }
}
.image-banner__column {
  color: #ffffff;
  position: relative;
  text-align: center;
  z-index: 2;
}
.image-banner__title {
  margin-bottom: 0.2em;
}
.image-banner__subtitle {
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  max-width: 30em;
}
@media (min-width: 75em) {
  .image-banner .button {
    min-width: 15rem;
  }
}
.image-banner .accent {
  background: #F6E275;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  position: absolute;
  width: 6px;
  height: 100%;
  left: 7em;
  top: 50%;
  z-index: 2;
}
@media (max-width: 74.9375em) {
  .image-banner .accent {
    display: none;
  }
}

.cta-banner {
  padding: 3.125em 0;
  position: relative;
}
@media (min-width: 75em) {
  .cta-banner {
    padding: 6.25em 0;
  }
}
.cta-banner__column {
  text-align: center;
}
.cta-banner__title {
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
}
.cta-banner__text {
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
}
@media (min-width: 75em) {
  .cta-banner .button {
    min-width: 15rem;
  }
}

.brokers {
  background-color: #EBEBEB;
}
@media (min-width: 36em) {
  .brokers {
    padding: 4em 0;
  }
}
@media (min-width: 87.5em) {
  .brokers__container {
    padding-left: 8em !important;
    padding-right: 8em !important;
  }
}
.brokers__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2em;
}
@media (min-width: 36em) {
  .brokers__inner {
    gap: 1em 2em;
  }
}
.brokers__column {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 1em;
  margin: 0 auto;
  max-width: 40em;
  padding: 1.3em 0;
  width: 100%;
}
@media (min-width: 36em) {
  .brokers__column {
    padding: 1.3em;
  }
}
@media (min-width: 75em) {
  .brokers__column {
    width: calc(50% - 1.34em);
  }
}
.brokers__column:hover .brokers__image img {
  transform: scale(1.1);
}
.brokers__image {
  aspect-ratio: 1/1;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  width: calc(40% - 1em);
}
.brokers__image img {
  height: 100%;
  object-fit: cover;
  transition: transform 1s;
  width: 100%;
}
.brokers__text {
  padding: 1.5em 1em 1em 1em;
  width: 100%;
}
@media (min-width: 36em) {
  .brokers__text {
    width: 60%;
  }
}
@media (min-width: 45em) {
  .brokers__text {
    padding: 1.5em 1.5em 1em 1.5em;
  }
}
.brokers__header {
  align-items: center;
  display: flex;
  gap: 1em;
  justify-content: space-between;
}
.brokers__header span {
  font-size: 2rem;
  font-family: "adobe-caslon-pro", "Times New Roman", serif;
  line-height: 0;
}
.brokers__title {
  font-weight: 600;
  margin: 0;
}
.brokers__subtitle {
  font-size: 1.1em;
  margin: 0;
}
@media (min-width: 36em) {
  .brokers__subtitle {
    font-size: calc(0.875em + 0.625vw);
  }
}
@media (min-width: 100em) {
  .brokers__subtitle {
    font-size: 1.5em;
  }
}
.brokers__mobile {
  padding-left: 1.875em;
  padding-right: 1.875em;
  padding-bottom: 1.5em;
  text-align: center;
}
@media (min-width: 75em) {
  .brokers__mobile {
    padding-left: 3.875em;
    padding-right: 3.875em;
  }
}
@media (min-width: 36em) {
  .brokers__mobile {
    display: none;
  }
}
.brokers__mobile h2 {
  margin: 0;
}

.footer {
  background-color: #000000;
  color: #ffffff;
  padding-top: 2em;
  padding-bottom: 2em;
}
@media (min-width: 75em) {
  .footer {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
.footer__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 3em 1em;
}
.footer__column {
  width: 100%;
}
@media (min-width: 75em) {
  .footer__column {
    width: calc(50% - 0.5em);
  }
}
.footer__column--socials {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 2em 4em;
}
@media (min-width: 75em) {
  .footer__column--socials {
    justify-content: flex-end;
    padding-top: 4em;
  }
}
.footer__column--legal p {
  font-size: 1.125em;
}
@media (min-width: 36em) {
  .footer__column--legal p {
    font-size: calc(0.984375em + 0.390625vw);
  }
}
@media (min-width: 100em) {
  .footer__column--legal p {
    font-size: 1.375em;
  }
}
.footer__column--links {
  align-items: center;
  display: flex;
  gap: 1em;
  justify-content: space-between;
}
@media (min-width: 75em) {
  .footer__column--links {
    align-items: initial;
    align-content: flex-end;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .footer__column--links div {
    text-align: right;
    width: 100%;
  }
}
.footer__column--links a {
  color: #ffffff;
  font-family: "proxima-nova", Arial, sans-serif;
}
.footer__socials {
  align-items: center;
  display: flex;
  gap: 1em;
}
.footer__socials img {
  height: auto;
  transition: transform 0.3s;
  width: 1.75rem;
}
.footer__socials a {
  text-decoration: none;
}
.footer__socials a:hover img {
  transform: translateY(-0.5rem);
}
.footer__legal-text {
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 0.9375rem !important;
  margin: 0;
}
.footer__presented {
  height: auto;
  max-width: 8em;
  width: 100%;
}
@media (min-width: 75em) {
  .footer__presented {
    max-width: 10em;
  }
}
@media (max-width: 45em) {
  .footer__logo {
    display: block;
    margin: 0 auto;
    max-width: 12.5em;
  }
}
@media (min-width: 75em) {
  .footer__order-1 {
    order: 1;
  }
}
@media (min-width: 75em) {
  .footer__order-0 {
    order: 0;
  }
}

form {
  display: flex;
  flex-wrap: wrap;
  gap: 2em 1em;
}
form input:not([type=submit]):not([type=checkbox]), form textarea, form select {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-size: 1em;
  font-family: "adobe-caslon-pro", "Times New Roman", serif;
  outline: 0;
  width: 100%;
}
@media (min-width: 36em) {
  form input:not([type=submit]):not([type=checkbox]), form textarea, form select {
    font-size: calc(0.859375em + 0.390625vw);
  }
}
@media (min-width: 100em) {
  form input:not([type=submit]):not([type=checkbox]), form textarea, form select {
    font-size: 1.25em;
  }
}
form input:not([type=submit]):not([type=checkbox])::placeholder, form textarea::placeholder, form select::placeholder {
  opacity: 1;
}
form label[for=submit] {
  font-size: 1em;
}
@media (min-width: 36em) {
  form label[for=submit] {
    font-size: calc(0.859375em + 0.390625vw);
  }
}
@media (min-width: 100em) {
  form label[for=submit] {
    font-size: 1.25em;
  }
}
form input[type=submit] {
  height: 1px;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  width: 1px;
}
form select option {
  background-color: #000000;
}
form .input-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (min-width: 75em) {
  form .input-wrapper--half {
    width: calc(50% - 0.5em);
  }
}
form .input-wrapper--checkbox-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
}
form .input-wrapper--checkbox {
  color: #ffffff;
  display: flex;
  font-family: "proxima-nova", Arial, sans-serif;
  gap: 0.75em;
}
form .input-wrapper--checkbox input[type=checkbox] {
  height: 1em;
  width: 1em;
}
form .input-wrapper--checkbox a {
  color: #ffffff;
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 1em;
}

.error-message {
  color: #ffffff;
  display: none;
  width: 100%;
}
.error-message.message--show {
  display: block;
}

.success-message {
  align-items: center;
  background-color: #000000;
  color: #ffffff;
  display: flex;
  justify-content: center;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 0.5s;
  width: 100%;
  z-index: 2;
}
.success-message.message--show {
  opacity: 1;
  pointer-events: all;
}
.success-message div {
  max-width: 30em;
  text-align: center;
}
.success-message p {
  margin-top: 1em;
}
.success-message img {
  margin: 0 auto;
  max-width: 80%;
}

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