:root {
  --gold: #ab8f40;
  --white: white;
  --black: black;
  --right-image-height: 0px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  height: 100%;
  font-family: Roboto Condensed, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 5vh;
  font-weight: 700;
  line-height: 7vh;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

.nav-bar {
  z-index: 40;
  color: #fff;
  background-color: #002349;
  border-bottom: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  height: 22vh;
  display: flex;
  position: fixed;
}

.image {
  height: 50px;
}

.hero {
  z-index: 20;
  height: 90vh;
  padding-top: 140px;
  position: relative;
}

.nav-items {
  align-items: center;
  display: flex;
}

.nav-item {
  z-index: 30;
  color: #fff;
  letter-spacing: 2px;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-end;
  margin-right: 20px;
  padding-top: 40px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.nav-item.first {
  align-items: flex-start;
}

.gold-nav-border {
  opacity: 0;
  background-color: #ad8e47;
  width: 100%;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.text-block {
  color: #f3f3f3;
  text-transform: uppercase;
  background-image: url('../images/nav-arrow.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  text-decoration: none;
}

.nav-item-inner {
  color: #fff;
  letter-spacing: 1.75px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.nav-arrow {
  margin-left: 5px;
}

.gold-button {
  background-color: var(--gold);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 38px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.background-video {
  z-index: 20;
  height: 100%;
  margin-top: 20px;
  overflow: visible;
}

.hero-h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 133px;
  font-weight: 400;
  line-height: 160px;
}

.ital {
  font-style: italic;
}

.hero-subhead {
  letter-spacing: 8px;
  margin-top: 24px;
  font-size: 20px;
  font-weight: 200;
}

.hero-group {
  position: absolute;
  inset: auto auto 15% 5%;
}

.footer-wrapper {
  background-color: #002349;
}

.nav-dropdown {
  z-index: 40;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  width: 190px;
  padding: 4px 10px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0000004d;
}

.nav-dropdown.right {
  z-index: 30;
  position: absolute;
}

.nav-drop-link {
  color: gray;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  text-decoration: none;
}

.nav-drop-link:hover {
  color: var(--black);
}

.text-block-2 {
  color: silver;
  text-decoration: none;
}

.nav-dropdown-wrapper {
  z-index: 40;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 50px;
  padding: 2px;
  display: none;
  position: absolute;
  overflow: hidden;
}

.nav-dropdown-wrapper.right {
  z-index: 30;
}

.link-block {
  text-decoration: none;
}

.footer-nav {
  border-bottom: 1px solid #4c6580;
  justify-content: space-between;
  padding: 40px 100px;
  display: flex;
}

.footer-nav-items {
  align-items: center;
  display: flex;
}

.footer-nav-link {
  color: #4c6580;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 16px;
  text-decoration: none;
}

.footer-nav-link:hover {
  color: #ab8f40;
}

.footer-mid {
  color: #fff;
  border-bottom: 1px solid #4c6580;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 100px;
  font-size: 15px;
  display: flex;
}

.quick-stack {
  flex: 1;
  align-self: stretch;
}

.cell {
  align-items: flex-end;
}

.footer-header {
  color: #ab8f40;
  margin-bottom: 10px;
}

.footer-text {
  margin-bottom: 20px;
}

.footer-legal {
  color: #4c6580;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 20px 100px 40px;
  display: flex;
}

.footer-legal-nav {
  margin-top: 20px;
}

.legalese {
  color: #fff;
  letter-spacing: .7px;
  padding-top: 40px;
  font-size: 13px;
  display: none;
}

.link, .legalese-link {
  color: #fff;
}

.footer-bottom {
  background-color: #002349;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.video-button {
  z-index: 30;
  background-image: url('../images/more-to-see-1n.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid #ab8f40;
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.agents {
  background-color: #002349;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
  padding-right: 8vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-2 {
  align-self: flex-end;
  padding-right: 20px;
}

.link-block-2 {
  color: #fff;
  padding-top: 10px;
  text-decoration: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.nav-dropdown-copy, .nav-dropdown-right {
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  padding: 4px 10px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.subnav {
  background-color: #001530;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  display: flex;
}

.sub-nav-item {
  color: #fff;
  border-radius: 3px;
  align-items: center;
  height: 100%;
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 2px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.sub-nav-item:hover {
  background-color: #ffffff1c;
}

.blue-hero-back {
  background-color: #051328;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40vw;
  display: flex;
}

.culture {
  height: 80vh;
  display: flex;
  overflow: hidden;
}

.quick-stack-2 {
  width: 100%;
  padding-right: 0;
  position: relative;
}

.cell-2 {
  justify-content: center;
  padding-left: 60px;
  padding-right: 60px;
}

.text-span {
  font-style: italic;
}

.quick-stack-3 {
  grid-row-gap: 0px;
  width: 25vw;
  height: 100%;
  padding-right: 0;
}

.cell-3 {
  align-items: flex-end;
  padding-top: 40px;
  padding-bottom: 40px;
}

.cell-4 {
  background-color: #001530;
}

.cell-5 {
  background-image: url('../images/nice-bkg-v3.png');
  background-position: 50%;
  background-size: auto;
  background-attachment: fixed;
}

.image-2 {
  z-index: 20;
  width: 20rem;
  height: 15rem;
  margin-right: 5rem;
  position: absolute;
  inset: 8rem 0% auto auto;
}

.left-50-l-align {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  width: 50vw;
  display: flex;
  position: relative;
}

.left-50-l-align.left {
  justify-content: center;
  align-items: flex-end;
  width: auto;
  padding-right: 4rem;
}

.right-50-r-align {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  display: flex;
  overflow: hidden;
}

.text-span-2 {
  font-style: italic;
}

.blue-50 {
  background-color: #001530;
  background-image: url('../images/nice-bkg-v3.png');
  background-position: 100% 0;
  background-repeat: repeat;
  background-size: auto 30%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 80%;
  padding-left: 5vh;
  padding-right: 5vh;
  display: flex;
  position: relative;
}

.image-3 {
  z-index: 20;
  max-width: 40vw;
  position: relative;
}

.training {
  background-color: #001530;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
  overflow: hidden;
}

.text-span-3 {
  font-style: italic;
}

.right-50-left {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
}

.stat-grid {
  color: #fff;
  text-align: center;
  background-image: url('../images/pool-stats.jpg');
  background-position: 50%;
  background-size: cover;
  height: 80vh;
  overflow: hidden;
}

.div-block-4 {
  background-color: #00000080;
  width: 100%;
  height: 100%;
  display: flex;
}

.stat1 {
  flex-direction: column;
  width: 30%;
  display: flex;
}

.stat2 {
  border-left: 1px solid #ffffff80;
  border-right: 1px solid #ffffff80;
  flex-direction: column;
  width: 40%;
  display: flex;
}

.stat3 {
  flex-direction: column;
  width: 30%;
  display: flex;
}

.stat_1_1 {
  border-bottom: 1px solid #ffffff80;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40%;
  display: flex;
}

.stat_1_2 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.stat_2_1 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 30%;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.stat_2-2 {
  border-top: 1px solid #f5f5f580;
  border-bottom: 1px solid #ffffff80;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40%;
  display: flex;
}

.stat_3_1 {
  justify-content: center;
  align-items: center;
  height: 33%;
  display: flex;
}

.stat_3_2 {
  border-top: 1px solid #ffffff80;
  border-bottom: 1px solid #ffffff80;
  justify-content: center;
  align-items: center;
  height: 34%;
  display: flex;
}

.stat-horiz {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.stat-horiz.stat-legal {
  justify-content: flex-start;
  align-items: center;
}

.stat-p {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 2vh;
  line-height: 2.5vh;
  transform: rotate(0);
}

.stat-p.rotated {
  margin-left: 0;
  padding-right: 0;
  transform: rotate(-90deg);
}

.stat-p.centered {
  text-align: center;
}

.stat-p.stat-left {
  text-align: left;
}

.stat_2_3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 30%;
  display: flex;
}

.stat-h2 {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 7vh;
  font-weight: 400;
  line-height: 71px;
}

.stat_3_3 {
  justify-content: center;
  align-items: center;
  height: 33%;
  display: flex;
}

.hero-video {
  z-index: 40;
  background-color: #000c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0 10px 10px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-5 {
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  height: 5vh;
  padding-right: 20px;
  display: flex;
}

.closer {
  background-color: #0000;
  background-image: url('../images/closer.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 15px;
  padding-right: 15px;
  font-family: Roboto Condensed, sans-serif;
}

.link-block-3 {
  z-index: 140;
  position: absolute;
  inset: auto 5rem -3.1rem auto;
}

.video-embed {
  height: 95vh;
  margin-bottom: 0;
  position: relative;
}

.hero-h2 {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
}

.hero-h2.white {
  color: #f5f5f5;
  line-height: 58px;
}

.floater {
  height: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-6 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 55vw;
  margin-top: 11vh;
  margin-bottom: 11vh;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.floater-p {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 30px;
  font-weight: 300;
}

.white-button {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 20px;
  font-size: 16px;
  text-decoration: none;
}

.div-block-7 {
  width: auto;
}

.mdeia-container {
  filter: saturate(130%);
  flex-direction: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
}

.right-shadow {
  background-image: linear-gradient(270deg, #000000b3, #31313100);
  align-self: center;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0% 0% 0% auto;
}

.hero-p {
  width: 31rem;
  margin-top: 20px;
  margin-bottom: 0;
}

.left-50-inner {
  text-align: right;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 3vh;
  display: flex;
}

.left-50-hero {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  padding-left: 5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.left-50-hero.left {
  align-items: flex-start;
}

.hero-piic {
  object-fit: contain;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  padding-top: 40px;
  display: flex;
  overflow: hidden;
}

.image-4 {
  max-width: 70%;
}

.video-hero {
  z-index: 20;
  padding: 90px;
  position: relative;
  overflow: hidden;
}

.video-hero-inner {
  background-image: url('../images/frontage.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 60vh;
  display: flex;
}

.gold-separator {
  background-color: #ab8f40;
  flex: 1;
  height: 4px;
}

.video-button-wrapper {
  position: relative;
}

.div-block-8 {
  -webkit-backdrop-filter: brightness(40%);
  backdrop-filter: brightness(40%);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.div-block-9 {
  background-color: #ab8f40;
  width: 4rem;
  height: 2px;
  margin-bottom: 10px;
}

.footer-p {
  font-size: 15px;
  line-height: 21px;
}

.local-knowledge {
  padding-top: 5vh;
  padding-bottom: 5vh;
  padding-right: 8vw;
  display: flex;
  overflow: hidden;
}

.div-block-10 {
  z-index: 10;
  background-color: #001530;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.global {
  background-image: url('../images/nice-bkg-v3.png');
  background-position: 0 0;
  background-size: auto 170px;
  flex-direction: column;
  justify-content: center;
  padding: 5vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-5 {
  height: 80vh;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.counters {
  z-index: 12;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  position: relative;
}

.counter {
  color: #fff;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: stretch;
  margin-bottom: 20px;
  font-family: Prata, sans-serif;
  font-size: 16vh;
  font-weight: 400;
  line-height: 150px;
  display: flex;
  position: relative;
}

.k-box {
  align-items: center;
  font-size: 33px;
  line-height: 30px;
  display: flex;
  position: absolute;
  inset: 10% -10% auto auto;
}

.counter-bottom {
  text-align: center;
  letter-spacing: 9px;
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}

.text-block-3 {
  line-height: 40px;
}

.were-global {
  color: #fff;
  text-align: right;
  letter-spacing: 13px;
  text-transform: uppercase;
  padding-bottom: 2rem;
  font-size: 50px;
  font-weight: 200;
  line-height: 50px;
  position: relative;
}

.small {
  font-size: 16px;
  display: inline-block;
}

.small-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.small-seperator {
  background-color: #ab8f40;
  width: 4rem;
  height: 2px;
  margin-right: 40px;
}

.global-bottom {
  align-self: flex-end;
}

.html-embed {
  display: none;
}

.join {
  color: #fff;
  text-align: center;
  background-color: #002349;
  background-image: linear-gradient(#002349b8, #002349b8), url('../images/knocker.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20vh;
  padding-bottom: 20vh;
  display: flex;
  overflow: hidden;
}

.hero-par-50 {
  width: 40vw;
}

.white-divider {
  background-image: linear-gradient(to right, #ab8f40, #ffefc1 49%, #ab8f40);
  width: 80px;
  height: 2px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.love {
  background-color: #002349;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
  overflow: hidden;
}

.left-50-below {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 50vw;
  height: 100%;
  padding-left: 5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.left-50-below.left {
  align-items: flex-start;
}

.div-block-13 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 7rem;
  display: flex;
}

.paragraph {
  margin-top: 10px;
  margin-bottom: 20px;
}

.blue-50-left {
  background-color: #001530;
  background-image: url('../images/nice-bkg-v3.png');
  background-position: 100% 0;
  background-repeat: repeat;
  background-size: auto 30%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  height: 80%;
  padding-left: 5vh;
  padding-right: 5vh;
  display: flex;
  position: relative;
}

.leaders {
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
  overflow: hidden;
}

.support {
  flex-flow: row;
  height: 90vh;
  display: flex;
  overflow: hidden;
}

.marketing {
  background-color: #001530;
  height: 80vh;
  display: flex;
  overflow: hidden;
}

.contact {
  justify-content: center;
  padding-top: 10vh;
  display: flex;
  overflow: hidden;
}

.submit-button {
  color: #0a0a0a;
  letter-spacing: 3px;
  background-color: #fff;
  border: 3px solid #fff;
  padding: 20px 60px;
  font-size: 18px;
}

.submit-button:hover {
  color: #fff;
  background-color: #ab8f40;
  border-color: #ab8f40;
  margin: 0;
}

.contact-inner {
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  width: 50vw;
  display: flex;
}

.field {
  color: #000;
  border: 1px solid #fff;
  border-bottom: 2px solid #ccc;
  height: 70px;
  margin-bottom: 20px;
  font-size: 18px;
}

.field.indent {
  margin-right: 20px;
}

.field.ques {
  height: 60px;
}

.form-block {
  margin-top: 60px;
}

.div-block-14 {
  align-items: center;
  display: flex;
}

.hello {
  letter-spacing: 7px;
  margin-bottom: 10px;
  margin-right: 10px;
  font-size: 20px;
}

.div-block-15 {
  align-self: stretch;
  display: flex;
}

.div-block-16 {
  opacity: .68;
  background-image: radial-gradient(circle closest-corner at 50% 100%, #000, #ab8f40);
  margin-bottom: 20px;
  padding: 3px;
  display: block;
}

.form {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.div-block-17 {
  flex: 1;
  margin-right: 40px;
}

.link-block-4 {
  text-decoration: none;
}

.the-brand {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-spacer {
  height: 22vh;
}

.slide3, .the-brand-copy {
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-item {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.left-image {
  justify-content: center;
  align-items: center;
  min-height: 40%;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
}

.right-image {
  justify-content: center;
  align-items: center;
  height: 60vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.center-image {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 60vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.slide-subhead {
  color: #ab8f40;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 22px;
}

.left-align {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-right: 2rem;
  display: flex;
}

.photo-wrapper {
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.right-align {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  height: 100%;
  padding-left: 3rem;
  display: flex;
}

.center-align {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 70%;
  padding-right: 3rem;
  display: flex;
  position: relative;
}

.center-photo {
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
  overflow: hidden;
}

.sub-image {
  flex: none;
  align-self: flex-start;
  height: 70px;
}

.heading-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 24vh;
  padding-bottom: 30px;
  display: flex;
  overflow: hidden;
}

.heading-inner {
  width: 75%;
}

.slide-heading {
  -webkit-text-stroke-width: 0px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 40px;
}

.slide-heading.white-text {
  color: #fff;
  margin-bottom: 10px;
}

.center-text {
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 50vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.centered-text {
  color: #002349;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 40px;
  line-height: 40px;
  display: flex;
}

.video-layout {
  color: #fff;
  background-color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-html {
  height: 70%;
  margin-top: 10px;
}

.collection-item {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._2-up-images-layout {
  justify-content: center;
  align-items: center;
  height: 60vh;
  display: flex;
}

._2-up-image {
  height: 100%;
}

.dark-text-layout {
  color: #fff;
  background-color: #002349;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 60vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 4rem;
  display: flex;
}

.left-align-copy {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-right: 3rem;
  display: flex;
}

.sub-image-dark-layout {
  height: 30px;
  margin-top: 10px;
  padding-left: 20px;
}

.left-align-full {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-right: 3rem;
  display: flex;
}

.full-image-layout {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  padding-top: 3vh;
  padding-bottom: 3vh;
  font-family: Playfair Display, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-inner {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.white-cover {
  background-color: #fff;
  flex: 1;
  align-self: stretch;
}

.image-bkg-left-text {
  justify-content: center;
  align-items: center;
  height: 60vh;
  display: flex;
  overflow: hidden;
}

.image-7 {
  object-fit: cover;
}

.inner-full-image {
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: relative;
}

.image-8 {
  z-index: 10;
  position: relative;
}

.inner-full-image-text {
  z-index: 20;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 75%;
  height: 30%;
  display: flex;
  position: absolute;
}

.video-center {
  background-color: var(--black);
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 80vh;
  height: 100%;
  display: flex;
}

.rich-text-block-2 {
  column-count: 1;
}

.full-image-no-bleed {
  object-fit: cover;
}

.subhead-slide {
  color: #ab8f40;
  margin-bottom: 10px;
}

.video-right {
  background-color: var(--black);
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding-top: 6px;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
}

.video-left {
  background-color: var(--black);
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
}

.slide-copy-white {
  color: #fff;
}

.video-2 {
  flex: 1;
}

.common-left-align-content {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.common-rich-text {
  display: block;
}

.common-rich-text._2col {
  column-count: 2;
}

.right-image-2-col {
  justify-content: center;
  align-items: center;
  height: 60vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.common-rich-text-2-col {
  column-count: 2;
  display: block;
}

.common-rich-text-2-col._2col {
  column-count: 2;
}

.bottom-strip-layout {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 60vh;
  display: flex;
  overflow: hidden;
}

.bottom-strip-top {
  width: 80vw;
}

.bottom-strip-bottom {
  align-self: center;
  width: 80vw;
  height: 30%;
}

.common-wrapper {
  text-align: right;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.video-content-wrapper {
  flex: none;
  align-self: center;
  width: 50%;
}

.image-9 {
  height: 100%;
}

.photo-inner {
  object-fit: contain;
  height: 100%;
}

.section {
  height: 60vh;
  display: block;
}

.div-block-19 {
  width: 100%;
  height: 80%;
  position: relative;
}

.section-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.vldeo-left-side {
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  display: flex;
}

.container {
  padding-top: 26vh;
  padding-bottom: 40px;
}

.youtube-lite {
  background-color: #f767d5;
  height: 40vh;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.crap {
  text-indent: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.common-right-align-content {
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-end;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.common-wrapper-ra {
  text-align: right;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.culture-section, .heritage-section, .marketing-section, .network-section {
  overflow: hidden;
}

.slider {
  height: 50vh;
}

.slider-2 {
  background-color: #fff;
  height: 100%;
}

.slider-div {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 70%;
  font-family: Playfair Display, sans-serif;
  display: flex;
}

.press-stats {
  padding: 4vh 5vw;
  overflow: hidden;
}

.press-stats-top {
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 4vh;
}

.gold-text {
  color: var(--gold);
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
}

.quick-stack-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #6b6b6b;
  font-size: 22px;
}

.stat-bottom {
  color: var(--gold);
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
}

.stat-big {
  color: #002349;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 2vh;
  padding-bottom: 8vh;
  font-family: Playfair Display, sans-serif;
  font-size: 50px;
}

.stat-big.center {
  border-right: 1px solid var(--gold);
  border-left: 1px solid var(--gold);
  justify-content: center;
  align-items: center;
  padding-right: 2vw;
}

.stat-big.left {
  justify-content: center;
  align-items: center;
  padding-right: 2vw;
}

.stat-small-cell {
  justify-content: center;
  align-items: center;
  padding-top: 2vh;
  padding-bottom: 2vh;
}

.stat-small-cell.center {
  border-right: 1px solid var(--gold);
  border-left: 1px solid var(--gold);
  justify-content: center;
  align-items: center;
  padding-right: 2vw;
}

.stat-small-cell.left {
  justify-content: center;
  align-items: center;
  padding-right: 2vw;
}

.arrow-outer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 10vh;
  padding-right: 2vw;
  display: flex;
}

.arrow-tip {
  border-bottom: 20px solid #000;
  border-left: 20px solid #0000;
  border-right: 20px solid #0000;
  width: 0;
  height: 0;
}

.arrow-shaft {
  background-color: #002349;
  flex: 1;
  width: 9px;
  height: 100%;
}

.div-block-20 {
  text-align: center;
}

.mobile-nav, .mobi-menu, .mobi-gap {
  display: none;
}

.box {
  align-items: center;
  font-size: 33px;
  line-height: 30px;
  display: flex;
  position: absolute;
  inset: 10% auto auto -10%;
}

.stat-legal {
  text-align: left;
  flex: 1;
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  .nav-bar {
    display: none;
  }

  .hero {
    width: 100vw;
    height: 80vw;
    margin-top: 10vh;
    padding-top: 0;
  }

  .gold-button {
    color: var(--white);
    justify-content: center;
    align-items: center;
    font-size: 20px;
  }

  .background-video {
    margin-top: 0;
  }

  .hero-h1 {
    font-size: 120px;
    line-height: 130px;
  }

  .hero-subhead {
    font-size: 18px;
  }

  .footer-nav {
    flex-flow: column;
    align-items: center;
    padding: 20px 10px;
  }

  .footer-nav-items {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 80%;
    padding-top: 10px;
  }

  .footer-mid, .footer-legal {
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .video-button {
    width: 8em;
    height: 8em;
  }

  .agents {
    flex-flow: column;
    height: auto;
    padding-right: 0;
  }

  .culture {
    flex-flow: column;
    height: auto;
  }

  .left-50-l-align {
    align-self: center;
    padding-top: 3vh;
  }

  .right-50-r-align {
    width: 100%;
    padding-bottom: 2vh;
  }

  .blue-50 {
    align-self: center;
    width: 50%;
    padding-top: 3vh;
    padding-bottom: 3vh;
    padding-left: 0;
  }

  .training {
    flex-flow: column;
    height: auto;
    padding-top: 3vh;
  }

  .right-50-left {
    width: auto;
  }

  .stat-horiz {
    flex-flow: row;
  }

  .stat-p {
    text-align: center;
  }

  .stat-h2 {
    font-size: 5vh;
    line-height: 5vw;
  }

  .closer {
    width: 4vh;
    height: 4vh;
  }

  .link-block-3 {
    bottom: -4rem;
    right: 3rem;
  }

  .hero-h2 {
    margin-top: 0;
  }

  .floater-p {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .mdeia-container {
    padding-top: 3vh;
    padding-bottom: 3vh;
  }

  .left-50-inner {
    padding-top: 3vh;
    padding-bottom: 3vh;
    padding-right: 3vh;
  }

  .left-50-hero {
    width: 100%;
  }

  .hero-piic {
    flex-flow: column;
    display: flex;
  }

  .local-knowledge {
    flex-flow: column;
    height: auto;
    padding-right: 0;
  }

  .global {
    height: auto;
  }

  .image-5 {
    height: 100%;
  }

  .counters {
    flex-flow: column;
    justify-content: center;
    align-self: center;
  }

  .white-divider {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .love {
    flex-flow: column;
    height: auto;
    padding-top: 3vh;
    padding-bottom: 3vh;
  }

  .left-50-below {
    width: auto;
  }

  .blue-50-left {
    height: 90%;
    padding-top: 3vh;
    padding-bottom: 3vh;
    padding-right: 3vh;
  }

  .leaders, .support {
    flex-flow: column;
    height: auto;
  }

  .marketing {
    flex-flow: column;
    height: auto;
    padding-top: 3vh;
  }

  .contact-inner {
    width: 90vw;
  }

  .form {
    flex-flow: column;
  }

  .div-block-17 {
    align-self: stretch;
    margin-right: 0;
  }

  .left-image {
    flex-flow: column;
    height: auto;
  }

  .right-image {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    height: auto;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .photo-wrapper {
    flex: none;
    justify-content: center;
    align-self: flex-end;
    align-items: flex-end;
    width: 60vw;
    height: auto;
    min-height: 60vw;
    padding-top: 3vh;
    padding-left: 0;
    padding-right: 5vh;
  }

  .heading-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  ._2-up-images-layout {
    flex-flow: column;
    height: auto;
  }

  ._2-up-image {
    width: 80%;
    height: auto;
  }

  .dark-text-layout {
    color: #fff;
    background-color: #002349;
    flex-flow: column;
    width: 100vw;
    height: auto;
    padding-top: 5vh;
    padding-bottom: 5vh;
    display: flex;
  }

  .image-bkg-left-text {
    height: auto;
  }

  .common-left-align-content {
    padding: 3vh;
  }

  .common-wrapper {
    width: 90%;
  }

  .photo-inner {
    flex: 1;
    width: 100%;
    height: auto;
  }

  .vldeo-left-side {
    flex-flow: column;
    height: auto;
  }

  .common-right-align-content {
    padding-left: 0;
    padding-right: 0;
  }

  .common-wrapper-ra {
    width: 90%;
  }

  .slider {
    width: 90%;
    height: 40vh;
  }

  .slider-div {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .mobile-nav {
    z-index: 30;
    background-color: #002349;
    justify-content: space-between;
    align-items: center;
    height: 10vh;
    padding: 4vh 4vw;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .burger {
    flex-flow: column;
    justify-content: space-around;
    width: 9vh;
    height: 6vh;
    padding: 1vh 2vh;
    display: flex;
    overflow: hidden;
  }

  .patty {
    background-color: #fff;
    height: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .mobile-logo {
    height: 4vh;
  }

  .image-10 {
    height: 100%;
  }

  .mobi-menu {
    z-index: 30;
    background-color: var(--white);
    text-transform: none;
    width: 100vw;
    height: 100vh;
    padding-top: 2vh;
    padding-bottom: 2vh;
    padding-left: 2vh;
    display: none;
    position: fixed;
    top: 10vh;
  }

  .mobile-menu-item {
    color: #080808;
    padding: 2vh;
    font-size: 20px;
    text-decoration: none;
  }

  .div-block-21 {
    flex-flow: column;
    display: flex;
  }

  .mobi-gap {
    background-color: var(--gold);
    height: 10vh;
    margin-top: -10vh;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .port-test {
    display: none;
  }

  .closer-outer {
    padding: 10px 20px;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .nav-bar {
    display: none;
  }

  .hero-h1 {
    font-size: 90px;
    line-height: 100px;
  }

  .footer-nav, .footer-mid {
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .footer-legal {
    padding-bottom: 20px;
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .div-block {
    flex-flow: column;
  }

  .right-50-r-align {
    width: 100vw;
  }

  .right-50-left {
    width: auto;
  }

  .stat_1_1, .stat_1_2 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .stat_2-2 {
    justify-content: center;
  }

  .stat-horiz {
    flex-flow: column;
    justify-content: space-around;
  }

  .stat-p {
    font-size: 1.5vh;
    line-height: 4vw;
  }

  .stat_2_3 {
    justify-content: space-around;
  }

  .stat-h2 {
    line-height: 9vw;
  }

  .closer {
    width: 4vh;
    height: 4vh;
    padding-left: 0;
  }

  .counter {
    font-size: 12vh;
    line-height: 120px;
  }

  .left-50-below {
    width: auto;
    height: auto;
  }

  .marketing {
    flex-flow: column;
    height: auto;
  }

  .photo-wrapper {
    flex: none;
    padding-right: 5vw;
  }

  .common-wrapper-ra {
    width: 90vw;
  }

  .slider {
    width: 90%;
  }

  .tablet-test {
    display: none;
  }

  .port-test {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .nav-bar {
    display: none;
  }

  .hero-h1 {
    font-size: 50px;
    line-height: 70px;
  }

  .footer-nav {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-nav-items {
    flex-flow: column;
  }

  .video-button {
    width: 6em;
    height: 6em;
  }

  .link-block-3 {
    right: 2rem;
  }

  .mobile-nav {
    background-color: #002349;
  }
}

#w-node-bb7fadc4-6da8-d299-9b40-227d755871cd-7df32e9d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2798f87b-9771-110d-1485-22344276ce5a-4276ce3e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}


