.br-header {
  position: sticky;
  top: 0; }
  .br-header .br-header__top {
    margin: 0; }

.br-footer {
  float: none; }

.c-container {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center; }

/* New Contact us page 2026 */
.contact-intro {
  padding: 30px 20px;
  text-align: center; }
  .contact-intro h1 {
    width: 100%;
    margin-bottom: 20px;
    color: var(--br-navy); }
  .contact-intro p {
    width: 100%; }
    @media (min-width: 768px) {
      .contact-intro p {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto; } }

.contact-form {
  background-color: var(--br-navy);
  padding: 60px 20px; }
  .contact-form .gform_wrapper {
    float: none;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto; }
  .contact-form form {
    float: none; }
  .contact-form .gform_footer {
    float: none !important; }
  .contact-form .gform_button {
    float: none !important; }
  .contact-form label {
    color: var(--br-white); }
  .contact-form .gfield_description a {
    color: var(--br-white); }

.review-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }
  .review-strip > div {
    width: 100%; }

.why-choose {
  background: var(--br-light);
  padding: 60px 0;
  width: 100%; }
  .why-choose h2 {
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: var(--br-black);
    margin-top: 0;
    margin-bottom: 60px; }
  .why-choose ul {
    width: 100%;
    max-width: 1366px;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 0 10px;
    margin: 0 auto; }
  .why-choose li {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 auto;
    padding: 0 10px;
    text-align: center; }
    @media (min-width: 768px) {
      .why-choose li {
        width: 24%; } }
    .why-choose li img {
      width: 60px;
      height: auto;
      display: block; }
    .why-choose li h5 {
      min-height: 50px;
      font-size: 20px;
      line-height: 24px;
      color: var(--br-black);
      margin: 20px 0 10px; }
      @media (min-width: 768px) {
        .why-choose li h5 {
          font-size: 16px;
          line-height: 20px; } }
      @media (min-width: 1152px) {
        .why-choose li h5 {
          font-size: 20px;
          line-height: 24px; } }
    .why-choose li p {
      font-size: 16px;
      line-height: 22px;
      color: var(--br-black);
      max-width: 90%;
      margin: 0 auto;
      text-align: center; }
      @media (min-width: 768px) {
        .why-choose li p {
          max-width: 240px;
          font-size: 13px;
          line-height: 18px; } }
      @media (min-width: 1152px) {
        .why-choose li p {
          font-size: 16px;
          line-height: 22px; } }

.our-offices {
  padding: 60px 0 0 0; }
  .our-offices h3 {
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: var(--br-navy);
    margin-top: 0;
    margin-bottom: 60px; }

.offices-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .offices-wrapper .office {
    border: 1px solid var(--br-navy);
    border-radius: 26px;
    padding: 2rem;
    text-align: left;
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 640px) {
      .offices-wrapper .office {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%; }
        .offices-wrapper .office:nth-of-type(2n) {
          margin-right: 0; } }
  .offices-wrapper h5 {
    color: var(--br-navy);
    margin: 0 0 20px 0;
    font-size: 26px;
    line-height: 32px; }
  .offices-wrapper p {
    margin-bottom: 20px; }
  .offices-wrapper a[href^="tel:"] {
    display: inline-block;
    margin-bottom: 10px;
    text-decoration: none;
    font-size: 16px;
    line-height: 25px;
    padding-left: 35px;
    color: var(--br-black);
    background-image: url("assets/images/phone-icon.png");
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: left; }
    .offices-wrapper a[href^="tel:"]:hover {
      text-decoration: underline; }
    @media (min-width: 768px) {
      .offices-wrapper a[href^="tel:"] {
        pointer-events: none; } }
  .offices-wrapper address {
    font-style: normal;
    color: var(--br-black);
    font-size: 16px;
    line-height: 20px;
    padding-left: 35px;
    background-image: url("assets/images/location-icon.png");
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: top 0 left 0; }

.carousel-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px; }
  @media (min-width: 768px) {
    .carousel-navigation {
      display: none;
      visibility: hidden;
      text-indent: -9999px; } }
  .carousel-navigation button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid var(--br-orange);
    background: var(--br-orange);
    cursor: pointer;
    appearance: none;
    background-repeat: no-repeat;
    background-position: center;
    color: var(--br-white);
    font-size: 6px;
    margin: 0 5px; }

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