.contact-us {
  padding: 0px;
}
.contact-us-wrapper {
  width: 100%;
  min-height: 569px;
  padding: 90px 3.75em;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-end;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 16px;
}
@media only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  .contact-us-wrapper {
    background-size: auto;
    flex-direction: column;
    min-height: auto;
    padding: 60px 40px 55px;
  }
}
@media only screen and (max-width: calc(768px - 1px)) {
  .contact-us-wrapper {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 100px 22px 40px 22px;
    background-size: inherit;
    background-repeat: inherit;
    min-height: auto;
  }
}
@media screen and (max-width: 375px) {
  .contact-us-wrapper {
    padding: 60px 2.5em;
    width: auto;
  }
}
.contact-us-left-container {
  width: calc(56.25%);
}
@media only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  .contact-us-left-container {
    width: 100%;
  }
}
@media only screen and (max-width: calc(768px - 1px)) {
  .contact-us-left-container {
    width: auto;
  }
}
.contact-us-left-container h2.contact-us-headline {
  margin-top: 20px;
  font-size: 56px;
}
@media only screen and (max-width: 375px) {
  .contact-us-left-container h2.contact-us-headline {
    font-size: 2.5rem;
  }
}
.contact-us-right-container {
  width: calc(36.25%);
  padding-left: 3.75em;
}
@media only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  .contact-us-right-container {
    padding-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: calc(768px - 1px)) {
  .contact-us-right-container {
    width: auto;
    padding-left: 0;
    margin-top: 23px;
  }
}
h2.contact-us-headline {
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  h2.contact-us-headline {
    font-size: 2rem;
    line-height: 1.25;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 375px) {
  h2.contact-us-headline {
    line-height: 1.1;
  }
}
.contact-us-logo-wrapper {
  width: 3em;
}
.contact-us-logo-wrapper__large {
  width: 8em;
}
.contact-us-logo-wrapper img {
  width: inherit;
}
@media only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  .contact-us-logo-wrapper {
    margin-bottom: 45px;
  }
}
p.contact-us-eyebrow,
.contact-us .large-text {
  margin-bottom: 16px;
  text-align: left;
  line-height: 1.77;
}
@media only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  p.contact-us-eyebrow,
  .contact-us .large-text {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: calc(768px - 1px)) {
  p.contact-us-eyebrow,
  .contact-us .large-text {
    margin-bottom: 10px;
    line-height: 1.5;
  }
}
.contact-us-cta-wrapper {
  margin-top: 1rem;
}
.contact-us-cta-wrapper a {
  padding: 0.9375rem;
  border-radius: 1.875rem;
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  .contact-us-cta-wrapper a {
    display: inline;
    padding: 0.9375rem 2.5rem;
  }
}
@media only screen and (max-width: calc(768px - 1px)) {
  .contact-us-cta-wrapper a {
    display: block;
  }
}
.contact-us-style--dark {
  color: #ffffff;
}
.contact-us-style--dark .contact-us-cta-wrapper a {
  height: 3.46rem;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.25) 0rem 0.25rem 0.25rem;
  color: #1d1e1f;
  transition: 0.3s;
}
.contact-us-style--dark .contact-us-cta-wrapper a:hover,
.contact-us-style--dark .contact-us-cta-wrapper a:active {
  background-color: #dee2e9;
  box-shadow: rgba(0, 0, 0, 0.25) 0rem 0.25rem 0.25rem 0px;
}
.contact-us-style--light {
  color: #1d1e1f;
}
.contact-us-style--light .contact-us-cta-wrapper a {
  background-color: #1d1e1f;
  box-shadow: rgba(0, 0, 0, 0.25) 0rem 0.25rem 0.25rem;
  color: #ffffff;
  transition: 0.3s;
}
.contact-us-style--light .contact-us-cta-wrapper a:hover,
.contact-us-style--light .contact-us-cta-wrapper a:active {
  background-color: #000000;
  box-shadow: rgba(0, 0, 0, 0.25) 0rem 0.25rem 0.25rem 0rem;
}
.contact-us-style--color {
  color: #ffffff;
}
.contact-us-style--color .contact-us-cta-wrapper a {
  background-color: #ffffff;
  color: #1d1e1f;
}
.contact-us-style--color .contact-us-cta-wrapper a:hover,
.contact-us-style--color .contact-us-cta-wrapper a:active {
  background-color: #dee2e9;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.text-align-right .contact-us-bg {
  align-items: flex-end;
}
.text-align-right .contact-us-bg .contact-us-head-container {
  display: flex;
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
}
.text-align-right .contact-us-bg .contact-us-desc-container {
  align-items: flex-end;
  text-align: right;
}
.cta-link .cta_ng {
  background: transparent;
  padding: 0.625rem 0;
  line-height: normal;
}
.cta-link .cta_ng:hover {
  background-color: #E2E6E9;
  color: #262626;
  padding: 0.625rem;
}
.cta-link .cta_ng:hover .cta-type-icon {
  transform: translateX(30%);
}
.cta-link .cta-type-icon {
  display: flex;
  transition: 0.3s ease-in;
  position: relative;
  top: 0.5rem;
  left: 0.25rem;
}
.cta-type-icon {
  display: none;
}
.contact_us_marketing_banner .contact-us-logo-wrapper {
  margin-bottom: 0;
}
.contact_us_marketing_banner .contact-us-desc-container .contact-us-cta-wrapper-new a.cta_ng {
  color: #ffffff;
}
.contact_us_marketing_banner .contact-us-style--dark {
  background-size: cover;
  background-position: top center;
}
.contact-us-wrapper.contact-us-bg.contact-us-style--dark {
  background-size: cover;
  background-position: top center;
}
