@charset "UTF-8";
/*
* Theme Name: Wilson LLP
* Version: 1.0
*/
/**************************************
* Margin, Padding, Gaps, Border Radius Classes
***************************************/
.mb-16 {
  margin-bottom: 16px; }

/**************************************
* Padding Classes
***************************************/
.pad-tb-16 {
  padding: 16px 0px; }

.sec-ptb {
  padding: 48px 0px; }
  @media (min-width: 768px) {
    .sec-ptb {
      padding: 88px 0px; } }

/**************************************
* Gap Classes
***************************************/
.gap-6 {
  gap: 6px; }

.gap-8 {
  gap: 8px; }

.gap-16 {
  gap: 16px; }

.gap-20 {
  gap: 20px; }

.gap-24 {
  gap: 24px; }

.gap-26 {
  gap: 26px; }

.gap-32 {
  gap: 32px; }

.gap-48 {
  gap: 24px; }
  @media (min-width: 768px) {
    .gap-48 {
      gap: 48px; } }

@media (max-width: 991.98px) {
  .m-gap-48 {
    row-gap: 48px; } }

/**************************************
* Cursor Pointer
***************************************/
@media (max-width: 767.98px) {
  .cursor-pointer-mobile {
    cursor: pointer; } }

/**************************************
* Background
***************************************/
.bg-blue {
  background-color: #1d3f62; }

.bg-alice-blue {
  background-color: #f5faff; }

.bg-link-water {
  background-color: #e6f0fa; }

.bg-mariner {
  background-color: #2a66c9; }

/**************************************
* Mixings
***************************************/
/* Restrict number of lines */
/***********************************************************
* Transition Effect
************************************************************/
/***********************************************************
* All Element Padding margin set to Zero
************************************************************/
body > .wrapper {
  overflow: hidden; }
body .main {
  margin: 0 auto; }

@media (min-width: 768px) {
  main.main [id] {
    scroll-margin-top: var(--wilson-header-scroll-offset, 0px); } }
@media (max-width: 1199.98px) {
  .container {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px; } }

/*********************************
*   Typography Settings 
*   Heading, font-weight,
*   Text Colors, Letter spacing
**********************************/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "museo", serif;
  font-weight: 400;
  color: #1d3f62; }

h1.h1-xl,
.h1-xl {
  font-family: "museo", serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.176px;
  color: #1d3f62; }
  @media (min-width: 768px) {
    h1.h1-xl,
    .h1-xl {
      font-size: 86px;
      letter-spacing: -1.72px; } }

h1,
.h1 {
  font-family: "museo", serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.798px; }
  @media (min-width: 768px) {
    h1,
    .h1 {
      font-size: 56px;
      letter-spacing: -1.176px; } }

h2,
.h2 {
  font-family: "museo", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.546px; }
  @media (min-width: 768px) {
    h2,
    .h2 {
      font-size: 38px;
      letter-spacing: -0.798px; } }

h3,
.h3 {
  font-family: "museo", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 32.5px */
  letter-spacing: -0.462px; }
  @media (min-width: 768px) {
    h3,
    .h3 {
      font-size: 26px;
      letter-spacing: -0.546px;
      line-height: normal; } }

h4,
.h4 {
  font-family: "museo", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.378px; }
  @media (min-width: 768px) {
    h4,
    .h4 {
      font-size: 22px;
      letter-spacing: -0.462px; } }

h5,
.h5 {
  font-family: "museo", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.378px; }

.body-text-large {
  font-family: "museo", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.024px; }
  @media (min-width: 768px) {
    .body-text-large {
      font-size: 24px; } }

p,
.body-regular,
ul li {
  font-family: "museo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.018px; }
  @media (min-width: 768px) {
    p,
    .body-regular,
    ul li {
      font-size: 18px; } }

.body-small {
  font-family: "museo", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.016px; }
  @media (min-width: 768px) {
    .body-small {
      font-size: 16px; } }

.body-extra-small {
  font-family: "museo", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.016px; }
  @media (min-width: 768px) {
    .body-extra-small {
      font-size: 14px; } }

a {
  color: #2a66c9;
  font-family: "museo", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  letter-spacing: -0.018px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  transition: all 0.3s linear; }
  a:hover {
    color: #212529; }
  a.dark-link {
    color: #ffffff; }
    a.dark-link:hover {
      color: #ffffff; }

.text-blue {
  color: #1d3f62; }

/* Font awesome icon size */
[class^="fa-"] {
  font-size: 14px; }

.wysiwyg {
  font-family: "museo", serif;
  display: flex;
  flex-direction: column;
  gap: 24px; }
  .wysiwyg > * {
    padding: 0px;
    margin: 0px; }
  .wysiwyg > ul {
    padding: 0px 0px 0px 20px; }

.fw-300 {
  font-weight: 300; }

/*********************************
*   Buttons
**********************************/
.btn {
  display: inline-flex;
  padding: 9.5px 12px 9.5px 12px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #1d3f62;
  font-family: "museo", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */ }
  @media (min-width: 992px) {
    .btn {
      padding: 13px 24px 13px 22px; } }
  .btn:hover {
    border-radius: 4px;
    border: 1px solid #1d3f62;
    background: #042649;
    color: #ffffff; }
  .btn [class^="fa-"] {
    line-height: 19px; }

.btn-solid {
  color: #ffffff;
  background: #2a66c9;
  border: 1px solid #2a66c9; }
  .btn-solid:hover {
    background: #042649; }

.btn-solid-dark-blue {
  border: 1px solid #042649;
  border-radius: 4px;
  background: #042649;
  color: #ffffff; }
  .btn-solid-dark-blue:hover {
    border: 1px solid #ffffff;
    background-color: transparent; }

.btn-solid-white {
  border: 1px solid #ffffff;
  border-radius: 4px;
  background: #ffffff;
  color: #042649; }
  .btn-solid-white:hover {
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: transparent; }

.text-btn {
  display: inline-flex;
  height: 32px;
  padding: 8px 0;
  justify-content: center;
  align-items: center;
  gap: 6px;
  text-decoration: none; }
  .text-btn span {
    text-decoration: underline; }
  .text-btn:hover {
    color: #042649; }

.btn-burger {
  padding: 8px;
  border-radius: 4px;
  background-color: #2a66c9;
  width: 40px;
  height: 40px;
  color: #ffffff;
  text-decoration: none; }
  .btn-burger:hover {
    color: #ffffff; }

.chip-small {
  border-radius: 60px;
  background: #e6f0fa;
  display: inline-flex;
  padding: 7px 14px;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  color: #1d3f62;
  margin: 0; }

.chip-large {
  border-radius: 60px;
  border: 1px solid #e6f0fa;
  background: #e6f0fa;
  text-decoration: none;
  display: inline-flex;
  padding: 11px 24px;
  color: #1d3f62;
  margin: 0;
  transition: all 0.3s ease-out; }
  .chip-large:hover {
    border: 1px solid #0f788a; }
  @media (min-width: 768px) {
    .chip-large {
      padding: 15px 24px; } }
  .chip-large.active {
    background-color: #1d3f62;
    color: #ffffff; }

.buttons.alignleft {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 16px; }
.buttons.aligncenter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px; }
.buttons.alignright {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 16px; }
.buttons.alignwide, .buttons.alignfull {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 100%;
  justify-content: center; }

/****************************************************
* Header
****************************************************/
.header {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  transition: box-shadow 0.3s ease; }
  @media (min-width: 768px) {
    .header.sticky-header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12); }
    .header.sticky-header-shrink .header__top {
      padding-top: 14px;
      padding-bottom: 14px; }
    .header.sticky-header-shrink .header-menu .menu-item a {
      padding-top: 14px;
      padding-bottom: 14px; }
    .header.sticky-header-shrink .header-menu .sub-menu {
      top: 45px; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .header.sticky-header-shrink .header-menu .sub-menu {
      top: 51px; } }

  .header .google-translate-bar {
    position: relative;
    z-index: 11; }
    .header .google-translate-bar .goog-te-gadget {
      display: flex;
      flex-direction: row-reverse;
      align-items: center;
      gap: 8px; }
      @media (max-width: 767.98px) {
        .header .google-translate-bar .goog-te-gadget {
          padding: 0px 24px; } }
  .header .container {
    max-width: 1616px; }
    @media (max-width: 767.98px) {
      .header .container {
        padding: 0px; } }
  .header__top-wrapper {
    position: relative;
    z-index: 11; }
  @media (min-width: 768px) {
    .header__nav-wrapper {
      position: relative;
      z-index: 11; } }
  .header__top {
    display: flex;
    padding: 24px 24px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    background: #1d3f62;
    position: relative;
    z-index: 3;
    transition: padding 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease; }
    @media (min-width: 768px) {
      .header__top {
        background: #f5faff; } }
    @media (min-width: 992px) {
      .header__top {
        padding: 24px 56px; } }
    @media (max-width: 767.98px) {
      .header__top .btn-outline {
        color: #ffffff;
        border: 1px solid #ffffff; } }
    .header__top-right {
      display: flex;
      align-items: center;
      gap: 16px; }
      @media (min-width: 992px) {
        .header__top-right {
          gap: 32px; } }
      .header__top-right-mobile .display-buttons {
        display: flex;
        flex-direction: column;
        gap: 16px; }
        .header__top-right-mobile .display-buttons .btn {
          display: flex; }
  .header-menu {
    list-style: none;
    padding: 0px;
    display: flex;
    flex-direction: column;
    margin: 0px; }
    @media (min-width: 768px) {
      .header-menu {
        flex-direction: row;
        align-items: center;
        justify-content: center; } }
    .header-menu .sub-menu {
      list-style: none;
      padding: 0px;
      background: #042649; }
      @media (max-width: 767.98px) {
        .header-menu .sub-menu {
          background: #042649;
          max-height: 0;
          overflow: hidden;
          visibility: hidden;
          opacity: 0;
          transition: all 0.3s ease-out; } }
      @media (min-width: 768px) {
        .header-menu .sub-menu {
          min-width: 290px;
          position: absolute;
          left: 0px;
          top: 59px;
          visibility: hidden;
          opacity: 0;
          transform: translateY(-5px);
          transition: top 0.3s ease, visibility 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
          z-index: 3; } }
      @media (min-width: 992px) {
        .header-menu .sub-menu {
          top: 65px; } }
      .header-menu .sub-menu .menu-item {
        border-bottom: 3px solid transparent; }
        @media (min-width: 768px) {
          .header-menu .sub-menu .menu-item.active-item {
            background-color: #1d3f62;
            border-bottom: 3px solid transparent; } }
        .header-menu .sub-menu .menu-item:hover {
          background-color: #1d3f62;
          border-bottom: 3px solid transparent; }
    .header-menu .menu-item {
      text-decoration: none;
      transition: all 0.3s linear; }
      @media (min-width: 768px) {
        .header-menu .menu-item.active-item {
          border-bottom: 3px solid #ffffff;
          background-color: #042649; } }
      @media (min-width: 768px) {
        .header-menu .menu-item {
          border-bottom: 3px solid transparent; } }
      .header-menu .menu-item.has-submenu {
        position: relative; }
        .header-menu .menu-item.has-submenu .fa-chevron-down {
          transition: transform 0.3s ease; }
        @media (min-width: 768px) {
          .header-menu .menu-item.has-submenu.active {
            background-color: #042649;
            border-bottom: 3px solid #ffffff; } }
        .header-menu .menu-item.has-submenu.active .fa-chevron-down {
          transform: rotate(180deg); }
        @media (max-width: 767.98px) {
          .header-menu .menu-item.has-submenu.active .sub-menu {
            max-height: 500px;
            visibility: visible;
            opacity: 1; } }
        @media (min-width: 768px) {
          .header-menu .menu-item.has-submenu.active .sub-menu {
            visibility: visible;
            opacity: 1;
            transform: translateY(0); } }
      .header-menu .menu-item a {
        padding: 18px 16px;
        color: #ffffff;
        text-decoration: none;
        display: flex;
        margin: 0px;
        transition: padding 0.3s ease; }
        @media (min-width: 992px) {
          .header-menu .menu-item a {
            padding: 21px 24px; } }
      @media (min-width: 768px) {
        .header-menu .menu-item:hover {
          background-color: #042649;
          border-bottom: 3px solid #ffffff; } }
    .header-menu .menu-link {
      display: flex;
      align-items: center;
      gap: 6px; }
      .header-menu .menu-link .fa-chevron-down {
        font-size: 12px; }
      @media (max-width: 767.98px) {
        .header-menu .menu-link {
          justify-content: space-between; } }
  .header-nav {
    background: #1d3f62;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease; }
    @media (max-width: 767.98px) {
      .header-nav {
        position: absolute;
        width: 100%;
        z-index: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-16px); }
        .header-nav.open {
          height: calc(100vh - 85px);
          overflow-y: scroll;
          padding-bottom: 40px;
          z-index: 1;
          opacity: 1;
          visibility: visible;
          pointer-events: auto;
          transform: translateY(0); } }
    .header-nav-activated {
      overflow: hidden; }

/****************************************************
* Footer
****************************************************/
.footer-top {
  padding: 48px 0px; }
  @media (min-width: 768px) {
    .footer-top {
      padding: 88px 0px; } }
  @media (max-width: 767.98px) {
    .footer-top .h3 {
      border-bottom: 1px solid #ffffff; } }
.footer-nav {
  display: none; }
  @media (min-width: 768px) {
    .footer-nav {
      display: block; } }
  .footer-nav > ul {
    list-style: none;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 0px; }
    .footer-nav > ul .menu-item a {
      padding: 8px 0px;
      color: #ffffff;
      display: block;
      text-decoration: underline; }

.social-icon {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 8px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #ffffff;
  text-decoration: none; }
  .social-icon [class^="fa-"] {
    color: #ffffff; }
  .social-icon:hover {
    background-color: #ffffff; }
    .social-icon:hover [class^="fa-"] {
      color: #1d3f62; }
  .social-icon.blue {
    border: 1px solid #1d3f62;
    transition: all 0.3s ease-out; }
    .social-icon.blue [class^="fa-"] {
      color: #1d3f62; }
    .social-icon.blue:hover {
      background-color: #1d3f62; }
      .social-icon.blue:hover [class^="fa-"] {
        color: #ffffff; }

.footer-bottom {
  padding: 16px 0px; }
  @media (min-width: 768px) {
    .footer-bottom {
      padding: 0px 0px; } }
  .footer-bottom .footer-menu-bottom {
    display: flex;
    justify-content: center;
    gap: 16px;
    list-style-type: none;
    margin: 0px; }
    @media (min-width: 768px) {
      .footer-bottom .footer-menu-bottom {
        padding: 12px 0px;
        justify-content: flex-start; } }
    .footer-bottom .footer-menu-bottom a {
      color: #1d3f62; }
  .footer-bottom .body-extra-small {
    color: #1d3f62; }
    .footer-bottom .body-extra-small a {
      font-weight: bold;
      color: #1d3f62; }

/***********************************************************
* Pagination
************************************************************/
.pagination {
  padding: 48px 0px;
  display: flex;
  gap: 32px; }
  @media (min-width: 768px) {
    .pagination {
      padding: 64px 0px 64px 0px; } }
  .pagination__link {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.4;
    color: #2a66c9;
    transition: all 0.3s ease-out; }
    .pagination__link [class^="fa-"],
    .pagination__link [class*=" fa-"] {
      width: 11px; }
      .pagination__link [class^="fa-"]::before,
      .pagination__link [class*=" fa-"]::before {
        color: inherit; }
    .pagination__link:hover {
      color: #1d3f62; }
  .pagination__button {
    width: 48px;
    height: 48px;
    display: inline-flex;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    color: #2a66c9;
    font-weight: 400;
    transition: all 0.3s ease-out; }
    .pagination__button-wrapper {
      display: flex;
      gap: 16px; }
    .pagination__button:hover {
      background-color: #042649;
      color: #ffffff; }
    .pagination__button.dots {
      border: none; }
      .pagination__button.dots:hover {
        background-color: transparent; }
    .pagination__button.active {
      background-color: #042649;
      border: 1px solid #042649;
      color: #ffffff; }

/***********************************************************
* Forms
************************************************************/
input,
select {
  height: 56px;
  outline: none;
  border: 1px solid #b7cce1;
  border-radius: 4px;
  background-color: #f5faff;
  padding: 16px;
  color: #1d3f62;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; }
  input::placeholder,
  select::placeholder {
    color: #1d3f62;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
    letter-spacing: -0.016px; }
  input:focus,
  select:focus {
    outline: none !important;
    box-shadow: none !important; }

select {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.52344 6.42578L0.273438 1.17578C0 0.929688 0 0.519531 0.273438 0.246094C0.519531 0 0.929688 0 1.20312 0.246094L5.98828 5.05859L10.7734 0.273438C11.0195 0 11.4297 0 11.7031 0.273438C11.9492 0.519531 11.9492 0.929688 11.7031 1.17578L6.42578 6.42578C6.17969 6.69922 5.76953 6.69922 5.52344 6.42578Z' fill='%232A66C9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 7px;
  padding: 14px 40px 14px 16px;
  cursor: pointer;
  width: 100%; }

textarea {
  border: 1px solid #b7cce1;
  border-radius: 4px;
  background-color: #f5faff;
  padding: 16px;
  color: #1d3f62;
  width: 100%; }
  textarea::placeholder {
    color: #1d3f62;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
    letter-spacing: -0.016px; }
  textarea:focus {
    outline: none !important;
    border-color: #b7cce1;
    box-shadow: none !important; }

input[type="text"]:focus,
textarea:focus {
  outline: none; }

input[type="file"] {
  width: 100%;
  height: auto;
  border: 0;
  background: transparent;
  padding: 0;
  color: #1d3f62;
  font-size: 16px;
  line-height: 2.5; }
  input[type="file"]::file-selector-button {
    margin-right: 16px;
    border: 0;
    border-radius: 4px;
    background-color: #1d3f62;
    color: #ffffff;
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s ease-out; }
  input[type="file"]::-webkit-file-upload-button {
    margin-right: 16px;
    border: 0;
    border-radius: 4px;
    background-color: #1d3f62;
    color: #ffffff;
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s ease-out; }
  input[type="file"]:hover::file-selector-button, input[type="file"]:focus::file-selector-button, input[type="file"]:hover::-webkit-file-upload-button, input[type="file"]:focus::-webkit-file-upload-button {
    background-color: #142b43; }

.custom-checkbox {
  position: relative;
  /* Hover – neutral tick */
  /* CF7: input inside label — use :has() */
  /* Plain markup: input as preceding sibling of label */ }
  .custom-checkbox input[type="checkbox"] {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important; }
    .custom-checkbox input[type="checkbox"]:not(caption) {
      position: absolute !important; }
  .custom-checkbox label {
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    padding-left: 36px;
    line-height: 30px;
    display: inline-block;
    /* Checkbox box */
    /* Tick icon */ }
    @media (min-width: 768px) {
      .custom-checkbox label {
        font-size: 18px; } }
    .custom-checkbox label::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      height: 28px;
      width: 28px;
      border: 2px solid #617991;
      border-radius: 4px;
      background-color: #ffffff;
      pointer-events: none;
      transition: all 0.3s ease-out; }
    .custom-checkbox label::after {
      content: "";
      position: absolute;
      left: 7px;
      top: 9px;
      width: 14px;
      height: 10px;
      background-repeat: no-repeat;
      background-size: contain;
      opacity: 0;
      pointer-events: none;
      transition: all 0.3s ease-out; }
  .custom-checkbox .wpcf7-list-item-label {
    cursor: pointer; }
  .custom-checkbox label:hover::after {
    opacity: 0.6;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10' fill='none'%3E%3Cpath d='M13.6749 0.32265C13.2418 -0.107848 12.5385 -0.107577 12.1045 0.32265L5.03738 7.33847L1.89634 4.22048C1.46266 3.78998 0.759641 3.78998 0.325687 4.22048C-0.107993 4.65098 -0.107993 5.34884 0.325687 5.77961L4.25205 9.6769C4.46889 9.89215 4.753 9.99991 5.03711 9.99991C5.32121 9.99991 5.60587 9.89242 5.82244 9.6769L13.6749 1.88178C14.1086 1.45156 14.1086 0.75342 13.6749 0.322922Z' fill='%23d2d9e0'/%3E%3C/svg%3E"); }
  .custom-checkbox label:has(input[type="checkbox"]:checked)::before {
    background-color: #1d3f62;
    border-color: #1d3f62; }
  .custom-checkbox label:has(input[type="checkbox"]:checked)::after {
    opacity: 1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10' fill='none'%3E%3Cpath d='M13.6745 0.32265C13.2413 -0.107848 12.538 -0.107577 12.1041 0.32265L5.03695 7.33847L1.89592 4.22048C1.46224 3.78998 0.759214 3.78998 0.32526 4.22048C-0.10842 4.65098 -0.10842 5.34884 0.32526 5.77961L4.25163 9.6769C4.46847 9.89215 4.75257 9.99991 5.03668 9.99991C5.32079 9.99991 5.60544 9.89242 5.82201 9.6769L13.6745 1.88178C14.1081 1.45156 14.1081 0.75342 13.6745 0.322922Z' fill='white'/%3E%3C/svg%3E"); }
  .custom-checkbox input[type="checkbox"]:checked + label::before,
  .custom-checkbox input[type="checkbox"]:checked ~ label::before {
    background-color: #1d3f62;
    border-color: #1d3f62; }
  .custom-checkbox input[type="checkbox"]:checked + label::after,
  .custom-checkbox input[type="checkbox"]:checked ~ label::after {
    opacity: 1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10' fill='none'%3E%3Cpath d='M13.6745 0.32265C13.2413 -0.107848 12.538 -0.107577 12.1041 0.32265L5.03695 7.33847L1.89592 4.22048C1.46224 3.78998 0.759214 3.78998 0.32526 4.22048C-0.10842 4.65098 -0.10842 5.34884 0.32526 5.77961L4.25163 9.6769C4.46847 9.89215 4.75257 9.99991 5.03668 9.99991C5.32079 9.99991 5.60544 9.89242 5.82201 9.6769L13.6745 1.88178C14.1081 1.45156 14.1081 0.75342 13.6745 0.322922Z' fill='white'/%3E%3C/svg%3E"); }
  .custom-checkbox .wpcf7-list-item {
    margin: 0px; }
  .custom-checkbox span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
    letter-spacing: -0.016px; }

.custom-radio {
  position: relative;
  /* CF7: input inside label — use :has() */
  /* Plain markup: input as preceding sibling of label */ }
  .custom-radio .form-check-input {
    border: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 24px; }
  .custom-radio input[type="radio"] {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important; }
    .custom-radio input[type="radio"]:not(caption) {
      position: absolute !important; }
  .custom-radio label {
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    padding-left: 40px;
    line-height: 30px;
    display: inline-block; }
    @media (min-width: 768px) {
      .custom-radio label {
        font-size: 18px; } }
    .custom-radio label::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 28px;
      height: 28px;
      border-radius: 100px;
      border: 1px solid #b7cce1;
      background: var(--Neturals-White, #fff);
      pointer-events: none;
      transition: all 0.3s ease-out;
      box-sizing: border-box; }
    .custom-radio label::after {
      content: "";
      position: absolute;
      left: 8px;
      top: 8px;
      width: 12px;
      height: 12px;
      border-radius: 100px;
      background-color: #1d3f62;
      opacity: 0;
      pointer-events: none;
      transition: all 0.3s ease-out; }
  .custom-radio label:has(input[type="radio"]:checked)::after {
    opacity: 1; }
  .custom-radio input[type="radio"]:checked + label::after,
  .custom-radio input[type="radio"]:checked ~ label::after {
    opacity: 1; }
  .custom-radio .wpcf7-list-item {
    margin: 0px; }
  .custom-radio .wpcf7-list-item-label {
    cursor: pointer; }
  .custom-radio span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.016px; }

/****************************************************
* Breadcrumb
****************************************************/
.breadcrumbs {
  padding: 3px 0px; }
  .breadcrumbs__separator {
    margin: 0px 16px; }
  .breadcrumbs__link {
    color: #1d3f62;
    margin-bottom: -3px; }
  .breadcrumbs__current {
    color: #1d3f62;
    margin-bottom: -3px; }

.owl-theme .owl-dots {
  padding: 0px;
  background-color: transparent; }
  .owl-theme .owl-dots:hover {
    background-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    background-color: transparent;
    margin: 0; }
    .owl-theme .owl-dots .owl-dot span {
      border: 1px solid #1d3f62;
      background-color: transparent;
      margin: 0px 3px;
      height: 8px;
      width: 8px; }
    .owl-theme .owl-dots .owl-dot.active span {
      background-color: #1d3f62;
      width: 34px; }
    .owl-theme .owl-dots .owl-dot:hover {
      background-color: transparent; }
      .owl-theme .owl-dots .owl-dot:hover span {
        background-color: #1d3f62; }
.owl-theme .owl-nav {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px; }
  @media (min-width: 768px) {
    .owl-theme .owl-nav {
      margin-top: 48px; } }
  .owl-theme .owl-nav.disabled {
    display: none; }
  .owl-theme .owl-nav .owl-prev,
  .owl-theme .owl-nav .owl-next {
    flex: 0 0 auto;
    margin: 0;
    border: 1px solid #1d3f62;
    border-radius: 40px;
    width: 48px;
    height: 48px; }
    .owl-theme .owl-nav .owl-prev:hover,
    .owl-theme .owl-nav .owl-next:hover {
      background-color: #1d3f62; }
  .owl-theme .owl-nav [class*="owl-"] {
    background-color: transparent; }
    .owl-theme .owl-nav [class*="owl-"]:hover {
      background-color: transparent; }
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin: 0px; }

/****************************************************
* Search Popup
****************************************************/
.search-popup {
  padding: 48px 0px;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 5;
  top: 100%;
  transform: translate3d(0, -100%, 0);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease; }
  .search-popup.open {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    pointer-events: auto; }
  @media (min-width: 992px) {
    .search-popup {
      padding: 48px 0px; } }
  .search-popup__inner {
    max-width: 856px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px; }
    @media (min-width: 992px) {
      .search-popup__inner {
        gap: 48px; } }
  .search-popup__results {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    flex-direction: column; }
    @media (min-width: 992px) {
      .search-popup__results {
        flex-direction: row;
        gap: 48px; } }
    .search-popup__results-pages {
      flex: 1; }
      @media (min-width: 992px) {
        .search-popup__results-pages {
          flex: 0 1 384px; } }
      .search-popup__results-pages-list {
        display: flex;
        flex-direction: column;
        gap: 8px; }
    .search-popup__results-people {
      flex: 1; }
      @media (min-width: 992px) {
        .search-popup__results-people {
          flex: 0 1 384px; } }
  .search-popup .team-member-search__suggestion-item {
    background-color: #ffffff; }
  .search-popup .js-search-popup-input:focus {
    outline: none;
    box-shadow: none; }

/****************************************************
* Masthead
****************************************************/
.masthead {
  position: relative;
  min-height: 650px;
  height: 650px; }
  @media (min-width: 1400px) {
    .masthead {
      height: 100vh; } }
  .masthead .masthead-slides,
  .masthead .owl-stage-outer,
  .masthead .owl-stage,
  .masthead .owl-item,
  .masthead .masthead-slide {
    height: 100%; }
  .masthead-slide {
    position: relative; }
    .masthead-slide-image-wrapper {
      position: relative;
      overflow: hidden;
      height: 100%; }
      .masthead-slide-image-wrapper img,
      .masthead-slide-image-wrapper .masthead-slide-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        display: block; }
      .masthead-slide-image-wrapper::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgba(4, 38, 73, 0.5) 0%, rgba(4, 38, 73, 0.5) 100%);
        background-blend-mode: multiply;
        pointer-events: none;
        z-index: 1; }
      .masthead-slide-image-wrapper.glass-overlay::before {
        backdrop-filter: blur(3px);
        background-blend-mode: normal; }
  .masthead__frame-wrap {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    pointer-events: none; }
  .masthead__frame {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 48px;
    max-width: 460px;
    position: relative;
    z-index: 2;
    pointer-events: auto; }
    @media (min-width: 768px) {
      .masthead__frame {
        max-width: 610px; } }
    @media (min-width: 992px) {
      .masthead__frame {
        max-width: 632px; } }
    .masthead__frame .h1-xl {
      padding-left: 20px;
      position: relative; }
      @media (min-width: 768px) {
        .masthead__frame .h1-xl {
          padding-left: 35px; } }
      @media (max-width: 767.98px) {
        .masthead__frame .h1-xl {
          padding-top: 50px;
          padding-bottom: 50px; } }
      .masthead__frame .h1-xl::before {
        content: "";
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="233" viewBox="0 0 12 233" fill="none"><path d="M7.58842 227.701C7.58842 228.505 8.04757 228.963 8.85233 228.963L11.2666 228.963L11.2666 232.351L7.18357 232.351C4.71005 232.351 3.67818 231.315 3.67818 228.85L3.67818 4.64937C3.67818 3.78655 3.21901 3.38719 2.41426 3.38719L-1.52482e-05 3.38719L-1.55444e-05 9.84957e-07L4.08303 6.28006e-07C6.55654 4.11764e-07 7.5884 1.03539 7.5884 3.5006L7.58842 227.701Z" fill="white"/></svg>');
        width: 10px;
        height: 100%;
        position: absolute;
        background-size: cover;
        left: 0px;
        top: 0px;
        background-repeat: no-repeat; }
  .masthead__logos-wrap {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    pointer-events: none; }
  .masthead__logos {
    display: flex;
    align-items: center;
    gap: 32px;
    position: relative;
    z-index: 2;
    padding-bottom: 24px;
    pointer-events: auto; }
    @media (min-width: 768px) {
      .masthead__logos {
        padding-bottom: 61px; } }

/****************************************************
 * Internal hero
 ****************************************************/
.internal-hero {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  padding: 48px 0; }
  .internal-hero:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(29, 63, 98, 0.9) 0%, rgba(4, 38, 73, 0.5) 100%);
    pointer-events: none; }
  @media (min-width: 768px) {
    .internal-hero {
      min-height: 480px;
      padding: 64px 0; } }
  .internal-hero.surfie-green-gradient:before {
    background: linear-gradient(90deg, #0f788a 0%, rgba(1, 72, 85, 0.5) 100%); }
  .internal-hero.hot-cinnamon-gradient:before {
    background: linear-gradient(90deg, #be6518 0%, rgba(141, 73, 14, 0.5) 100%); }
  .internal-hero.disco-gradient:before {
    background: linear-gradient(90deg, #82134b 0%, rgba(143, 24, 84, 0.5) 100%); }
  .internal-hero__img {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    background-color: lightgray; }
  .internal-hero__inner {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    max-width: 1200px;
    width: 100%; }
    .internal-hero__inner-content {
      position: relative;
      padding-left: 24px;
      max-width: 610px; }
      .internal-hero__inner-content::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 12px;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="233" viewBox="0 0 12 233" fill="none"><path d="M7.58842 227.701C7.58842 228.505 8.04757 228.963 8.85233 228.963L11.2666 228.963L11.2666 232.351L7.18357 232.351C4.71005 232.351 3.67818 231.315 3.67818 228.85L3.67818 4.64937C3.67818 3.78655 3.21901 3.38719 2.41426 3.38719L-1.52482e-05 3.38719L-1.55444e-05 9.84957e-07L4.08303 6.28006e-07C6.55654 4.11764e-07 7.5884 1.03539 7.5884 3.5006L7.58842 227.701Z" fill="white"/></svg>');
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 100% 100%;
        pointer-events: none; }
    .internal-hero__inner .social-shares .h5 {
      color: #ffffff; }
  .internal-hero.no-image {
    background: linear-gradient(90deg, #042649 0%, #1d3f62 100%), #ffffff;
    background-blend-mode: multiply, normal;
    min-height: 382px; }
  @media (max-width: 767.98px) {
    .internal-hero.social-share-on {
      min-height: 328px; } }

/****************************************************
 * Internal hero — on-this navigation (sibling below section)
 ****************************************************/
.internal-hero__on-this {
  background: linear-gradient(90deg, rgba(29, 63, 98, 0.95) 0%, rgba(4, 38, 73, 0.85) 100%);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); }
  .internal-hero__on-this.surfie-green-gradient {
    background: linear-gradient(90deg, rgba(15, 120, 138, 0.95) 0%, rgba(1, 72, 85, 0.85) 100%); }
  .internal-hero__on-this.hot-cinnamon-gradient {
    background: linear-gradient(90deg, rgba(190, 101, 24, 0.95) 0%, rgba(141, 73, 14, 0.85) 100%); }
  .internal-hero__on-this.disco-gradient {
    background: linear-gradient(90deg, rgba(130, 19, 75, 0.95) 0%, rgba(143, 24, 84, 0.85) 100%); }
.internal-hero__on-this-item {
  border-bottom: 3px solid transparent; }
  .internal-hero__on-this-item:hover {
    border-bottom: 3px solid #ffffff; }
  .internal-hero__on-this-item.active {
    border-bottom: 3px solid #ffffff;
    background: rgba(0, 0, 0, 0.1); }
.internal-hero__on-this-link {
  padding: 24px 24px 21px 24px;
  display: inline-block;
  text-decoration: none; }
.internal-hero__on-this-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px; }

/****************************************************
 * Internal hero - archive page overwrites
 ****************************************************/
.post-type-archive .internal-hero {
  padding: 48px 0px;
  overflow: unset; }
  @media (min-width: 768px) {
    .post-type-archive .internal-hero {
      padding: 64px 0; } }
  .post-type-archive .internal-hero__wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px; }
    @media (min-width: 768px) {
      .post-type-archive .internal-hero__wrapper {
        gap: 48px; } }
  .post-type-archive .internal-hero__inner {
    max-width: 640px;
    position: relative;
    transform: unset; }
  .post-type-archive .internal-hero.no-image {
    min-height: unset; }

/***********************************************************
* Testimonial Slider
************************************************************/
.testimonial-block.with-bg {
  padding: 88px 0px;
  background: url("./../images/container-bg.png") 0 0 repeat;
  background-size: cover; }
.testimonial-block.without-bg .testimonial-quote {
  color: #1d3f62;
  font-size: 22px; }
  .testimonial-block.without-bg .testimonial-quote + .body-extra-small {
    color: #1d3f62; }
.testimonial-block.without-bg .owl-dots {
  display: none; }
.testimonial-block.without-bg .testimonial-item {
  min-height: unset;
  padding-left: 32px;
  padding-top: 32px;
  padding-bottom: 32px; }
  .testimonial-block.without-bg .testimonial-item::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="289" viewBox="0 0 12 289" fill="none"><path d="M3.67819 4.64938C3.67819 3.84573 3.21903 3.3872 2.41427 3.3872L0 3.3872L0 0L4.08303 0C6.55655 0 7.58842 1.03539 7.58842 3.5006L7.5884 283.701C7.5884 284.564 8.04757 284.963 8.85233 284.963H11.2666V288.351H7.18355C4.71003 288.351 3.67818 287.315 3.67818 284.85L3.67819 4.64938Z" fill="%232A66C9"/></svg>');
    background-size: contain; }

.testimonials {
  max-width: 796px;
  margin: 0 auto;
  /* Owl carousel */ }
  .testimonials .testimonial-item {
    display: flex;
    padding-left: 20px;
    position: relative;
    min-height: 240px; }
    @media (min-width: 768px) {
      .testimonials .testimonial-item {
        min-height: 400px;
        padding-left: 35px; } }
    .testimonials .testimonial-item::before {
      content: "";
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="233" viewBox="0 0 12 233" fill="none"><path d="M7.58842 227.701C7.58842 228.505 8.04757 228.963 8.85233 228.963L11.2666 228.963L11.2666 232.351L7.18357 232.351C4.71005 232.351 3.67818 231.315 3.67818 228.85L3.67818 4.64937C3.67818 3.78655 3.21901 3.38719 2.41426 3.38719L-1.52482e-05 3.38719L-1.55444e-05 9.84957e-07L4.08303 6.28006e-07C6.55654 4.11764e-07 7.5884 1.03539 7.5884 3.5006L7.58842 227.701Z" fill="white"/></svg>');
      width: 10px;
      height: 100%;
      position: absolute;
      background-size: cover;
      left: 0px;
      top: 0px;
      background-repeat: no-repeat; }
      @media (min-width: 768px) {
        .testimonials .testimonial-item::before {
          width: 20px; } }
  .testimonials .testimonial-quote {
    color: #ffffff;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.378px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    line-clamp: 6; }
    @media (min-width: 992px) {
      .testimonials .testimonial-quote {
        font-size: 30px;
        letter-spacing: -0.63px; } }
    .testimonials .testimonial-quote + .body-extra-small {
      color: #ffffff; }
  .testimonials .owl-carousel .owl-dots {
    text-align: left;
    padding-left: 15px;
    margin-top: -50px;
    position: relative;
    z-index: 2; }
    @media (min-width: 992px) {
      .testimonials .owl-carousel .owl-dots {
        padding-left: 35px; } }
    .testimonials .owl-carousel .owl-dots .owl-dot span {
      border: 1px solid #ffffff;
      background-color: transparent;
      margin: 0px 6px;
      height: 8px;
      width: 8px; }
    .testimonials .owl-carousel .owl-dots .owl-dot.active span {
      background-color: #ffffff;
      width: 34px; }
    .testimonials .owl-carousel .owl-dots .owl-dot:hover span {
      background-color: #ffffff; }
  .testimonials .owl-carousel .owl-nav.disabled + .owl-dots {
    margin-top: -50px; }

/****************************************************
* Logo block
****************************************************/
.logo-block {
  margin: 48px 0px; }
  @media (min-width: 768px) {
    .logo-block {
      margin: 88px 0px; } }
  .logo-block .wysiwyg {
    max-width: 760px; }
    .logo-block .wysiwyg p {
      margin: 0px; }
  .logo-block__inner {
    display: flex;
    flex-direction: column;
    gap: 24px; }
    @media (min-width: 768px) {
      .logo-block__inner {
        gap: 48px; } }

/****************************************************
* Call to action
****************************************************/
.cta {
  padding: 48px 0px;
  background-color: #2a66c9; }
  @media (min-width: 768px) {
    .cta {
      padding: 88px 0px; } }
  .cta__content .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 876px;
    color: #ffffff; }
    .cta__content .wp-block-group__inner-container .h1,
    .cta__content .wp-block-group__inner-container .h2,
    .cta__content .wp-block-group__inner-container .h3,
    .cta__content .wp-block-group__inner-container .h4,
    .cta__content .wp-block-group__inner-container .h5 {
      color: #ffffff; }
  .cta .nested-blocks {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 48px; }
    @media (min-width: 768px) {
      .cta .nested-blocks {
        align-items: center;
        flex-direction: row;
        gap: 88px; } }
  .cta .buttons {
    display: flex;
    gap: 16px;
    align-items: center; }
  .cta .wysiwyg p:last-child {
    margin: 0px; }

/****************************************************
* Featured CTA Block
****************************************************/
.featured-cta {
  padding: 24px 0px;
  background-color: #042649;
  border-radius: 4px; }
  @media (min-width: 768px) {
    .featured-cta {
      padding: 32px; } }
  .featured-cta .acf-innerblocks-container {
    display: flex;
    flex-direction: column;
    gap: 24px; }
  @media (max-width: 767.98px) {
    .featured-cta .team-member__card {
      display: flex;
      flex-direction: row; } }
  .featured-cta .team-member__card-img {
    height: 84px;
    width: 84px; }
    @media (min-width: 768px) {
      .featured-cta .team-member__card-img {
        height: 254px;
        width: 254px; } }
  .featured-cta .team-member__card-info {
    padding: 8px; }
    @media (min-width: 768px) {
      .featured-cta .team-member__card-info {
        padding: 16px; } }
    @media (max-width: 767.98px) {
      .featured-cta .team-member__card-info .practice-areas {
        display: none; } }

/****************************************************
* Form CTA Block
****************************************************/
.form-cta {
  padding: 48px 0; }
  @media (min-width: 768px) {
    .form-cta {
      padding: 64px 0px; } }
  .form-cta__content .acf-innerblocks-container {
    display: flex;
    flex-direction: column;
    gap: 24px; }
  .form-cta__content .h2, .form-cta__content .h3, .form-cta__content .h4, .form-cta__content .h5, .form-cta__content .h6 {
    margin: 0px; }
  .form-cta__form {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    padding: 32px;
    border-radius: 4px;
    gap: 16px; }
    .form-cta__form p {
      margin: 0px; }
    .form-cta__form label {
      width: 100%; }
      .form-cta__form label input, .form-cta__form label select {
        width: 100%; }
  .form-cta__form-heading {
    margin-bottom: 0; }
  .form-cta__cf7 .wpcf7 .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 16px; }
  .form-cta__cf7 .wpcf7 .wpcf7-response-output {
    margin: 0; }
  .form-cta.bg-mariner .form-cta__content h1,
  .form-cta.bg-mariner .form-cta__content h2,
  .form-cta.bg-mariner .form-cta__content h3,
  .form-cta.bg-mariner .form-cta__content h4,
  .form-cta.bg-mariner .form-cta__content h5,
  .form-cta.bg-mariner .form-cta__content h6,
  .form-cta.bg-mariner .form-cta__content p,
  .form-cta.bg-mariner .form-cta__content li {
    color: #ffffff; }
  .form-cta.bg-mariner .form-cta__cf7 input[type="submit"] {
    color: #ffffff;
    background: #2a66c9;
    border: 1px solid #2a66c9;
    transition: all 0.3s ease-out;
    padding: 13px 24px 13px 22px;
    border-radius: 4px; }
    .form-cta.bg-mariner .form-cta__cf7 input[type="submit"]:hover {
      background: #042649;
      border: 1px solid #042649; }
  .form-cta__editor-hint {
    margin: 0;
    padding: 12px 16px;
    border-radius: 4px;
    background-color: #f5faff;
    color: #1d3f62;
    font-size: 14px; }

/****************************************************
* Contact Info Block
****************************************************/
.contact-info {
  padding: 48px 0px; }
  @media (min-width: 768px) {
    .contact-info {
      padding: 88px 0px; } }
  .contact-info__cf7 {
    max-width: 682px; }
    .contact-info__cf7 label {
      width: 100%; }
      .contact-info__cf7 label input, .contact-info__cf7 label textarea {
        width: 100%; }
    .contact-info__cf7 input[type="submit"] {
      color: #ffffff;
      background: #2a66c9;
      border: 1px solid #2a66c9;
      transition: all 0.3s ease-out;
      padding: 13px 24px 13px 22px;
      border-radius: 4px; }
      .contact-info__cf7 input[type="submit"]:hover {
        background: #042649;
        border: 1px solid #042649; }
  .contact-info__cards {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px;
    border-radius: 4px; }
  .contact-info__card-icon {
    color: #2a66c9; }
    .contact-info__card-icon [class*="fa"] {
      font-size: 20px; }
  .contact-info__card-body > * {
    margin: 0px; }
  .contact-info__card a:link {
    color: #ffffff; }
  .contact-info__right {
    display: flex;
    flex-direction: column;
    gap: 24px; }
  .contact-info__social-card-media {
    width: 100%;
    height: 256px;
    border-radius: 4px; }
    @media (min-width: 768px) {
      .contact-info__social-card-media {
        width: 526px; } }
    .contact-info__social-card-media img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .contact-info__social-card-body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background-color: #f5faff; }
    @media (min-width: 768px) {
      .contact-info__social-card-body {
        gap: 24px;
        padding: 32px; } }
    .contact-info__social-card-body ul {
      list-style: none; }
      .contact-info__social-card-body ul li {
        position: relative; }
        .contact-info__social-card-body ul li::before {
          content: "";
          position: absolute;
          top: 5px;
          left: -27px;
          width: 17px;
          height: 16px;
          background-repeat: no-repeat;
          background-size: 17px 16px;
          background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2717%27%20height%3D%2716%27%20viewBox%3D%270%200%2017%2016%27%20fill%3D%27none%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M8.375%2016C5.5%2016%202.875%2014.5%201.4375%2012C0%209.53125%200%206.5%201.4375%204C2.875%201.53125%205.5%200%208.375%200C11.2188%200%2013.8438%201.53125%2015.2812%204C16.7188%206.5%2016.7188%209.53125%2015.2812%2012C13.8438%2014.5%2011.2188%2016%208.375%2016ZM11.9062%206.53125H11.875C12.1875%206.25%2012.1875%205.78125%2011.875%205.46875C11.5938%205.1875%2011.125%205.1875%2010.8438%205.46875L7.375%208.96875L5.90625%207.5C5.59375%207.1875%205.125%207.1875%204.84375%207.5C4.53125%207.78125%204.53125%208.25%204.84375%208.53125L6.84375%2010.5312C7.125%2010.8438%207.59375%2010.8438%207.90625%2010.5312L11.9062%206.53125Z%27%20fill%3D%27%232A66C9%27/%3E%3C/svg%3E"); }

/****************************************************
* Office Info Block
****************************************************/
.office-info {
  padding: 48px 0; }
  @media (min-width: 768px) {
    .office-info {
      padding: 88px 0; } }
  .office-info__intro {
    margin-bottom: 32px;
    max-width: 800px; }
    @media (min-width: 768px) {
      .office-info__intro {
        margin-bottom: 48px; } }
    .office-info__intro .acf-innerblocks-container {
      display: flex;
      flex-direction: column;
      gap: 16px; }
    .office-info__intro .h1,
    .office-info__intro .h2,
    .office-info__intro .h3,
    .office-info__intro .h4,
    .office-info__intro .h5 {
      margin: 0; }
  .office-info__card-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
    padding: 16px;
    background-color: #ffffff; }
    @media (min-width: 768px) {
      .office-info__card-body {
        padding: 32px;
        gap: 24px; } }
  .office-info__card-heading {
    margin: 0; }
  .office-info__card-text > *:last-child {
    margin-bottom: 0; }
  .office-info__directions {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    align-self: flex-start;
    font-weight: 600;
    text-decoration: none;
    color: #2a66c9;
    transition: all 0.3s ease-out;
    border: 0;
    padding: 0;
    background: transparent;
    font: inherit;
    text-align: left;
    cursor: pointer; }
    .office-info__directions [class*="fa"] {
      font-size: 1rem; }
    .office-info__directions:hover {
      color: #042649; }
  .office-info__modal .modal-header {
    border-bottom: 0;
    padding-bottom: 0; }
  .office-info__modal-close {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
    border: 0;
    padding: 0;
    background: transparent;
    font: inherit;
    font-weight: 600;
    color: #2a66c9;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease-out; }
    .office-info__modal-close [class*="fa"] {
      font-size: 1rem; }
    .office-info__modal-close:hover {
      color: #042649; }
  .office-info__modal .modal-content {
    border-radius: 4px;
    padding: 16px; }
    @media (min-width: 768px) {
      .office-info__modal .modal-content {
        padding: 32px; } }
    .office-info__modal .modal-content h1, .office-info__modal .modal-content h2, .office-info__modal .modal-content h3 {
      margin-bottom: 24px; }
      @media (min-width: 768px) {
        .office-info__modal .modal-content h1, .office-info__modal .modal-content h2, .office-info__modal .modal-content h3 {
          margin-bottom: 48px; } }
  .office-info__map {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    min-height: 200px;
    overflow: hidden;
    border-radius: 4px;
    background-color: #ffffff; }
    .office-info__map iframe {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      border: 0; }
  .office-info__editor-hint {
    margin: 0;
    padding: 16px;
    border-radius: 4px;
    background-color: #f5faff;
    color: #042649; }

.news-insight-block {
  margin: 48px 0; }
  @media (min-width: 768px) {
    .news-insight-block {
      margin: 88px 0; } }
  .news-insight-block .featured-article .news-insight-card {
    padding: 0px;
    transition: all 0.3s ease-out; }
    .news-insight-block .featured-article .news-insight-card:hover {
      background-color: #042649; }
    .news-insight-block .featured-article .news-insight-card__content {
      padding: 16px; }
      @media (min-width: 768px) {
        .news-insight-block .featured-article .news-insight-card__content {
          padding: 32px; } }
    .news-insight-block .featured-article .news-insight-card__img {
      height: 196px; }
      @media (min-width: 768px) {
        .news-insight-block .featured-article .news-insight-card__img {
          height: 367px; } }
  @media (min-width: 768px) {
    .news-insight-block .view-all-news-insights {
      position: absolute;
      bottom: 0; } }
  .news-insight-block .view-all-news-insights .btn {
    position: relative;
    z-index: 2; }
  .news-insight-block .news-insight__slider {
    display: flex;
    flex-wrap: wrap;
    gap: 8px; }
    .news-insight-block .news-insight__slider.owl-loaded {
      display: block; }
    .news-insight-block .news-insight__slider.owl-carousel .owl-stage {
      display: flex; }
    .news-insight-block .news-insight__slider.owl-carousel .owl-nav {
      margin-top: 16px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 16px; }
      @media (min-width: 768px) {
        .news-insight-block .news-insight__slider.owl-carousel .owl-nav {
          margin-top: 48px;
          justify-content: flex-end; } }
      .news-insight-block .news-insight__slider.owl-carousel .owl-nav .owl-prev,
      .news-insight-block .news-insight__slider.owl-carousel .owl-nav .owl-next {
        flex: 0 0 auto;
        margin: 0;
        border: 1px solid #1d3f62;
        border-radius: 40px;
        width: 48px;
        height: 48px; }
        .news-insight-block .news-insight__slider.owl-carousel .owl-nav .owl-prev:hover,
        .news-insight-block .news-insight__slider.owl-carousel .owl-nav .owl-next:hover {
          background-color: #1d3f62; }
    .news-insight-block .news-insight__slider.owl-carousel .owl-item {
      display: flex;
      height: auto; }
    .news-insight-block .news-insight__slider.owl-carousel .news-insight-card {
      width: 100%;
      height: 100%; }

/****************************************************
* Single Column 
****************************************************/
.single-column {
  margin: 48px auto; }
  @media (min-width: 768px) {
    .single-column {
      margin: 88px 0px; } }
  .single-column__block-wrapper {
    max-width: 856px;
    margin: 0 auto; }

/****************************************************
 * Single Content Block
 ****************************************************/
.single-content-block {
  padding: 48px 24px; }
  @media (min-width: 768px) {
    .single-content-block {
      padding: 88px 0px; } }
  .single-content-block__inner {
    max-width: 856px;
    margin-left: auto;
    margin-right: auto; }
  .single-content-block__blocks {
    display: flex;
    flex-direction: column;
    gap: 24px; }

/****************************************************
* Image
****************************************************/
.image-block {
  margin: 48px 0px; }
  @media (min-width: 768px) {
    .image-block {
      margin: 88px 0px; } }
  .image-block__inner {
    display: flex;
    flex-direction: column;
    gap: 24px; }
    @media (min-width: 768px) {
      .image-block__inner {
        gap: 48px; } }
  .image-block .nested-blocks > * {
    margin: 0px; }
  .image-block__img {
    width: 100%;
    height: 225px; }
    @media (min-width: 768px) {
      .image-block__img {
        height: 658px; } }
    .image-block__img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

/****************************************************
* Column
****************************************************/
.column__content {
  display: flex;
  flex-direction: column;
  gap: 16px; }
  @media (min-width: 768px) {
    .column__content {
      gap: 24px; } }
  .column__content > .hgroup > * {
    margin: 0px; }
  .column__content .buttons {
    display: flex;
    align-items: center;
    gap: 20px; }

/****************************************************
* Two Column 
****************************************************/
.two-column {
  margin: 48px 0px; }
  @media (min-width: 768px) {
    .two-column {
      margin: 88px 0px; } }
  .two-column__content {
    display: flex;
    flex-direction: column;
    gap: 48px; }
    @media (min-width: 768px) {
      .two-column__content {
        flex-direction: row;
        align-items: center; } }
    @media (min-width: 992px) {
      .two-column__content {
        gap: 88px; } }
    .two-column__content.content-content .column__content {
      flex: 1; }
    .two-column__content.content-accordion .column__content,
    .two-column__content.content-accordion .accordion {
      flex: 1; }
    .two-column__content.accordion-content .column__content,
    .two-column__content.accordion-content .accordion {
      flex: 1; }
    .two-column__content.content-testimonial .column__content {
      flex: 1; }
  .two-column .image {
    height: 222px; }
    @media (min-width: 768px) {
      .two-column .image {
        flex: 0 0 50%;
        height: 540px; } }
    @media (min-width: 1200px) {
      .two-column .image {
        flex: 0 0 604px;
        height: 540px; } }
    .two-column .image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

/****************************************************
* Accordion
****************************************************/
.accordion {
  display: flex;
  flex-direction: column;
  gap: 6px; }
  .accordion .fa-chevron-down {
    display: flex;
    align-items: center; }
    .accordion .fa-chevron-down:before {
      transition: all 0.3s ease-out; }
  .accordion.open .fa-chevron-down::before {
    transform: rotate(180deg); }
  .accordion.open .accordion__title {
    background-color: #1d3f62;
    color: #ffffff; }
    .accordion.open .accordion__title .h5 {
      color: #ffffff; }
  .accordion__title {
    padding: 24px;
    border-radius: 4px;
    background-color: #f5faff;
    transition: all 0.3s ease-out; }
    .accordion__title:hover {
      cursor: pointer;
      background-color: #e6f0fa; }
  .accordion__panel {
    display: none;
    background-color: #ffffff; }
  .accordion__content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px; }

/****************************************************
* Content testimonial slider
****************************************************/
.testimonial-card {
  border-radius: 4px;
  padding: 24px;
  max-width: 604px;
  /* Owl carousel */ }
  @media (min-width: 768px) {
    .testimonial-card {
      padding: 32px; } }
  @media (min-width: 992px) {
    .testimonial-card {
      width: 604px; } }
  .testimonial-card__item-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px; }
    @media (min-width: 768px) {
      .testimonial-card__item-inner {
        gap: 24px; } }
  .testimonial-card__image {
    width: 134px;
    height: 134px; }
    .testimonial-card__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .testimonial-card .owl-carousel .owl-dots {
    text-align: center; }
    .testimonial-card .owl-carousel .owl-dots .owl-dot span {
      border: 1px solid #1d3f62;
      background-color: transparent;
      margin: 0px 6px;
      height: 8px;
      width: 8px; }
    .testimonial-card .owl-carousel .owl-dots .owl-dot.active span {
      background-color: #1d3f62;
      width: 34px; }
    .testimonial-card .owl-carousel .owl-dots .owl-dot:hover span {
      background-color: #1d3f62; }

/****************************************************
* Video Block
****************************************************/
.video-block {
  margin: 48px 0px; }
  @media (min-width: 768px) {
    .video-block {
      margin: 88px 0px; } }
  .video-block__inner {
    display: flex;
    flex-direction: column;
    gap: 24px; }
    @media (min-width: 768px) {
      .video-block__inner {
        gap: 48px; } }
    .video-block__inner .h1,
    .video-block__inner .h2,
    .video-block__inner .h3,
    .video-block__inner .h4,
    .video-block__inner .h5 {
      margin: 0px; }
  .video-block__media {
    position: relative;
    width: 100%;
    height: 658px; }
    .video-block__media iframe {
      width: 100%;
      height: 100%;
      border: 0; }
    @media (max-width: 991.98px) {
      .video-block__media {
        height: 500px; } }
    @media (max-width: 767.98px) {
      .video-block__media {
        height: 350px; } }
    @media (max-width: 575.98px) {
      .video-block__media {
        height: 220px; } }

/****************************************************
* Features Block
****************************************************/
.features-block {
  padding: 48px 0px;
  margin: 48px 0px; }
  @media (min-width: 768px) {
    .features-block {
      padding: 88px 0px;
      margin: 88px 0px; } }
  .features-block__inner {
    display: flex;
    flex-direction: column;
    gap: 48px; }
  .features-block__top .h2,
  .features-block__top .h3,
  .features-block__top .h4,
  .features-block__top .h5 {
    margin: 0; }
  .features-block__bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px; }
    .features-block__bottom p {
      margin: 0px; }
  .features-block .feature-item {
    padding: 24px;
    background: #e6f0fa; }
  .features-block .features-list {
    display: flex; }
    .features-block .features-list .feature-item {
      flex: 1 1 100%; }
      @media (min-width: 576px) {
        .features-block .features-list .feature-item {
          flex: 1 1 calc(50% - 16px); } }
      @media (min-width: 768px) {
        .features-block .features-list .feature-item {
          flex: 1 1 calc(25% - 16px); } }
      .features-block .features-list .feature-item i {
        font-size: 38px;
        padding: 14px 0px;
        height: 62px; }

/****************************************************
* Featured Block
****************************************************/
.featured-block {
  padding: 48px 0; }
  @media (min-width: 768px) {
    .featured-block {
      padding: 88px 0; } }
  .featured-block__columns {
    align-items: flex-start;
    flex-direction: column;
    gap: 48px; }
    @media (min-width: 992px) {
      .featured-block__columns {
        flex-direction: row;
        gap: 88px; } }
  @media (min-width: 992px) {
    .featured-block__column:first-child {
      flex: 0 0 430px; } }
  .featured-block__column:nth-child(2) {
    display: flex;
    flex-direction: column;
    gap: 16px; }
    @media (min-width: 768px) {
      .featured-block__column:nth-child(2) {
        gap: 24px;
        flex-direction: row; }
        .featured-block__column:nth-child(2) .wp-block-group {
          flex: 1; } }
  .featured-block__column .h2,
  .featured-block__column .h3,
  .featured-block__column .h4,
  .featured-block__column .h5 {
    margin-top: 0; }
  .featured-block__column .wysiwyg ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px; }
  .featured-block__column .wysiwyg li {
    position: relative;
    padding-left: 29px; }
    .featured-block__column .wysiwyg li::before {
      content: "";
      position: absolute;
      top: 5px;
      left: 0;
      width: 17px;
      height: 16px;
      background-repeat: no-repeat;
      background-size: 17px 16px;
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2717%27%20height%3D%2716%27%20viewBox%3D%270%200%2017%2016%27%20fill%3D%27none%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M8.375%2016C5.5%2016%202.875%2014.5%201.4375%2012C0%209.53125%200%206.5%201.4375%204C2.875%201.53125%205.5%200%208.375%200C11.2188%200%2013.8438%201.53125%2015.2812%204C16.7188%206.5%2016.7188%209.53125%2015.2812%2012C13.8438%2014.5%2011.2188%2016%208.375%2016ZM11.9062%206.53125H11.875C12.1875%206.25%2012.1875%205.78125%2011.875%205.46875C11.5938%205.1875%2011.125%205.1875%2010.8438%205.46875L7.375%208.96875L5.90625%207.5C5.59375%207.1875%205.125%207.1875%204.84375%207.5C4.53125%207.78125%204.53125%208.25%204.84375%208.53125L6.84375%2010.5312C7.125%2010.8438%207.59375%2010.8438%207.90625%2010.5312L11.9062%206.53125Z%27%20fill%3D%27%232A66C9%27/%3E%3C/svg%3E"); }

/***********************************************************
* Accordion Block
************************************************************/
.accordion-block {
  margin: 48px 0px;
  /* Single Column */
  /* Two column */
  /* Accordion block */ }
  @media (min-width: 768px) {
    .accordion-block {
      margin: 88px 0px; } }
  .accordion-block .accordion-content .body p:last-child {
    margin-bottom: 0; }
  .accordion-block .accordion-content .body a {
    color: #ffffff;
    text-decoration: underline; }
  .accordion-block .accordion-wrapper .wp-block-group__inner-container {
    gap: 16px; }
  .accordion-block .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    gap: 16px; }
  .accordion-block .accordion-single-column {
    max-width: 856px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px; }
    @media (min-width: 768px) {
      .accordion-block .accordion-single-column {
        gap: 48px; } }
  .accordion-block .accordion-two-column {
    display: flex;
    gap: 24px;
    flex-direction: column;
    flex-direction: column;
    align-items: flex-start; }
    @media (min-width: 768px) {
      .accordion-block .accordion-two-column {
        gap: 48px; } }
    .accordion-block .accordion-two-column .wp-block-group {
      flex: 1; }
  .accordion-block__top .accordion-heading-col .h2,
  .accordion-block__top .accordion-heading-col .h3,
  .accordion-block__top .accordion-heading-col .h4,
  .accordion-block__top .accordion-heading-col .h5 {
    margin: 0px; }
  .accordion-block__bottom > .wp-block-group__inner-container {
    flex-direction: column; }
    @media (min-width: 768px) {
      .accordion-block__bottom > .wp-block-group__inner-container {
        flex-direction: row; } }
    .accordion-block__bottom > .wp-block-group__inner-container .h2,
    .accordion-block__bottom > .wp-block-group__inner-container .h3,
    .accordion-block__bottom > .wp-block-group__inner-container .h4,
    .accordion-block__bottom > .wp-block-group__inner-container .h5 {
      margin: 0px; }

/***********************************************************
* Page Links
************************************************************/
.page-links {
  padding: 48px 0; }
  @media (min-width: 768px) {
    .page-links {
      padding: 88px 0; } }
  .page-links__inner {
    display: flex;
    flex-direction: column;
    gap: 24px; }
    @media (min-width: 768px) {
      .page-links__inner {
        gap: 48px; } }
    .page-links__inner .h2,
    .page-links__inner .h3,
    .page-links__inner .h4,
    .page-links__inner .h5 {
      margin: 0px; }
  .page-links__listing {
    display: flex;
    gap: 8px;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      .page-links__listing {
        gap: 16px; } }
  .page-links .page-link__card {
    flex: 0 1 100%; }
    @media (min-width: 576px) {
      .page-links .page-link__card {
        flex: 0 1 calc(50% - 8px); } }
    @media (min-width: 768px) {
      .page-links .page-link__card {
        flex: 1 1 calc(33.33% - 12px); } }

/* Page Link Card */
.page-link__card {
  display: block;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.3s ease-out; }
  .page-link__card:hover {
    background-color: #042649; }
    .page-link__card:hover .h3::before {
      height: 100%; }
  .page-link__card-img {
    height: 197px; }
    @media (min-width: 768px) {
      .page-link__card-img {
        height: 237px; } }
    .page-link__card-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .page-link__card-content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px; }
    @media (min-width: 768px) {
      .page-link__card-content {
        gap: 24px;
        padding: 32px; } }
    .page-link__card-content .body-small {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;
      line-clamp: 2; }
  .page-link__card .h3 {
    position: relative;
    padding: 4px 0px 4px 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2; }
    .page-link__card .h3::before {
      content: "";
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="" viewBox="0 0 12 41" fill="none"><path d="M3.67819 4.64938C3.67819 3.84573 3.21903 3.3872 2.41427 3.3872L0 3.3872L0 0L4.08303 0C6.55655 0 7.58842 1.03539 7.58842 3.5006L7.5884 35.7012C7.5884 36.564 8.04757 36.9633 8.85233 36.9633H11.2666L11.2666 40.3505H7.18355C4.71003 40.3505 3.67818 39.3151 3.67818 36.8499L3.67819 4.64938Z" fill="%232A66C9"/></svg>');
      width: 12px;
      height: 95%;
      position: absolute;
      background-size: contain;
      left: 0px;
      top: 0px;
      background-repeat: no-repeat;
      transition: all 0.3s ease-out; }

/***********************************************************
* Service Links (mirrors Page Links layout)
************************************************************/
.service-links {
  padding: 48px 0; }
  @media (min-width: 768px) {
    .service-links {
      padding: 88px 0; } }
  .service-links__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    position: relative; }
    @media (min-width: 768px) {
      .service-links__inner {
        gap: 48px; } }
    .service-links__inner .h2,
    .service-links__inner .h3,
    .service-links__inner .h4,
    .service-links__inner .h5 {
      margin: 0px; }
    @media (min-width: 768px) {
      .service-links__inner .btn {
        position: absolute;
        bottom: 0px;
        z-index: 2; } }
  .service-links__listing.service-links__slider {
    display: flex;
    flex-wrap: wrap;
    gap: 8px; }
    .service-links__listing.service-links__slider > .service-link__card {
      width: calc(50% - 4px); }
    @media (max-width: 575.98px) {
      .service-links__listing.service-links__slider > .service-link__card {
        width: 100%; } }
    .service-links__listing.service-links__slider.owl-loaded {
      display: block; }
  .service-links__listing.owl-carousel .owl-stage {
    display: flex; }
  .service-links__listing.owl-carousel .owl-dots {
    padding: 0px;
    margin: 0px;
    background-color: transparent; }
    .service-links__listing.owl-carousel .owl-dots:hover {
      background-color: transparent; }
    .service-links__listing.owl-carousel .owl-dots .owl-dot {
      background-color: transparent;
      margin: 0; }
      .service-links__listing.owl-carousel .owl-dots .owl-dot span {
        border: 1px solid #1d3f62;
        background-color: transparent;
        margin: 0px 3px;
        height: 8px;
        width: 8px; }
      .service-links__listing.owl-carousel .owl-dots .owl-dot.active span {
        background-color: #1d3f62;
        width: 34px; }
      .service-links__listing.owl-carousel .owl-dots .owl-dot:hover {
        background-color: transparent; }
        .service-links__listing.owl-carousel .owl-dots .owl-dot:hover span {
          background-color: #1d3f62; }
  .service-links__listing.owl-carousel .owl-nav {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px; }
    .service-links__listing.owl-carousel .owl-nav.disabled {
      display: none; }
    @media (min-width: 768px) {
      .service-links__listing.owl-carousel .owl-nav {
        margin-top: 48px; } }
    .service-links__listing.owl-carousel .owl-nav .owl-prev,
    .service-links__listing.owl-carousel .owl-nav .owl-next {
      flex: 0 0 auto;
      margin: 0;
      border: 1px solid #1d3f62;
      border-radius: 40px;
      width: 48px;
      height: 48px; }
      .service-links__listing.owl-carousel .owl-nav .owl-prev:hover,
      .service-links__listing.owl-carousel .owl-nav .owl-next:hover {
        background-color: #1d3f62; }
  .service-links__listing.owl-carousel .owl-item {
    display: flex;
    height: auto; }
  .service-links__listing.owl-carousel .service-link__card {
    width: 100%;
    height: 100%; }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .service-links__listing.owl-carousel .service-link__card {
        flex: 1 1 calc(50% - 16px); } }

/* Service Link Card */
.service-link__card {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.3s ease-out;
  background-color: #ffffff; }
  .service-link__card:hover {
    background-color: #e6f0fa; }
    .service-link__card:hover .h3::before {
      height: 100%;
      transition: all 0.3s ease-out; }
  .service-link__card.card-overlay-surfie-green .service-link__card-img:before {
    background: linear-gradient(0deg, rgba(15, 120, 138, 0.6) 0%, rgba(15, 120, 138, 0.6) 100%); }
  .service-link__card.card-overlay-surfie-green .h3:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="41" viewBox="0 0 12 41" fill="none"><path d="M3.67819 4.64938C3.67819 3.84573 3.21903 3.3872 2.41427 3.3872L0 3.3872L0 0L4.08303 0C6.55655 0 7.58842 1.03539 7.58842 3.5006L7.5884 35.7012C7.5884 36.564 8.04757 36.9633 8.85233 36.9633H11.2666L11.2666 40.3505H7.18355C4.71003 40.3505 3.67818 39.3151 3.67818 36.8499L3.67819 4.64938Z" fill="%230F788A"/></svg>'); }
  .service-link__card.card-overlay-hot-cinnamon .service-link__card-img:before {
    background: linear-gradient(0deg, rgba(206, 110, 28, 0.6) 0%, rgba(206, 110, 28, 0.6) 100%); }
  .service-link__card.card-overlay-hot-cinnamon .h3:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="41" viewBox="0 0 12 41" fill="none"><path d="M3.67819 4.64938C3.67819 3.84573 3.21903 3.3872 2.41427 3.3872L0 3.3872L0 0L4.08303 0C6.55655 0 7.58842 1.03539 7.58842 3.5006L7.5884 35.7012C7.5884 36.564 8.04757 36.9633 8.85233 36.9633H11.2666L11.2666 40.3505H7.18355C4.71003 40.3505 3.67818 39.3151 3.67818 36.8499L3.67819 4.64938Z" fill="%23CE6E1C"/></svg>'); }
  .service-link__card.card-overlay-disco .service-link__card-img:before {
    background: linear-gradient(0deg, rgba(154, 24, 89, 0.6) 0%, rgba(154, 24, 89, 0.6) 100%); }
  .service-link__card.card-overlay-disco .h3::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="41" viewBox="0 0 12 41" fill="none"><path d="M3.67819 4.64938C3.67819 3.84573 3.21903 3.3872 2.41427 3.3872L0 3.3872L0 0L4.08303 0C6.55655 0 7.58842 1.03539 7.58842 3.5006L7.5884 35.7012C7.5884 36.564 8.04757 36.9633 8.85233 36.9633H11.2666L11.2666 40.3505H7.18355C4.71003 40.3505 3.67818 39.3151 3.67818 36.8499L3.67819 4.64938Z" fill="%239A1859"/></svg>'); }
  .service-link__card-img {
    height: 197px;
    position: relative; }
    .service-link__card-img:before {
      content: "";
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      inset: 0;
      z-index: 1;
      background: linear-gradient(90deg, rgba(29, 63, 98, 0.9) 0%, rgba(4, 38, 73, 0.5) 100%);
      pointer-events: none; }
    @media (min-width: 768px) {
      .service-link__card-img {
        height: 237px; } }
    .service-link__card-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .service-link__card-content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 1 auto; }
    @media (min-width: 768px) {
      .service-link__card-content {
        gap: 24px;
        padding: 32px; } }
    .service-link__card-content .body-small {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 4;
      line-clamp: 4;
      color: #1d3f62; }
    .service-link__card-content .text-btn {
      margin-top: auto !important; }
  .service-link__card .h3 {
    position: relative;
    padding: 4px 0px 4px 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2; }
    .service-link__card .h3::before {
      content: "";
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="" viewBox="0 0 12 41" fill="none"><path d="M3.67819 4.64938C3.67819 3.84573 3.21903 3.3872 2.41427 3.3872L0 3.3872L0 0L4.08303 0C6.55655 0 7.58842 1.03539 7.58842 3.5006L7.5884 35.7012C7.5884 36.564 8.04757 36.9633 8.85233 36.9633H11.2666L11.2666 40.3505H7.18355C4.71003 40.3505 3.67818 39.3151 3.67818 36.8499L3.67819 4.64938Z" fill="%232A66C9"/></svg>');
      width: 12px;
      height: 95%;
      position: absolute;
      background-size: contain;
      left: 0px;
      top: 0px;
      background-repeat: no-repeat;
      transition: all 0.3s ease-out; }

/****************************************************
* Team Member Block and Listing page
****************************************************/
.team-block {
  margin: 48px 0; }
  @media (min-width: 768px) {
    .team-block {
      margin: 88px 0; } }
  .team-block__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    position: relative; }
    @media (min-width: 768px) {
      .team-block__inner {
        gap: 48px; } }
    .team-block__inner .h2,
    .team-block__inner .h3,
    .team-block__inner .h4,
    .team-block__inner .h5 {
      margin: 0px; }
    .team-block__inner .btn {
      position: absolute;
      bottom: 0px;
      z-index: 2; }

.team-members__slider {
  display: flex;
  flex-wrap: wrap;
  gap: 8px; }
  .team-members__slider > .team-member__card {
    width: calc(50% - 4px); }
  @media (max-width: 575.98px) {
    .team-members__slider > .team-member__card {
      width: 100%; } }
  .team-members__slider.owl-loaded {
    display: block; }
  .team-members__slider.owl-carousel .owl-stage {
    display: flex; }
  .team-members__slider.owl-carousel .owl-nav {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px; }
    @media (min-width: 768px) {
      .team-members__slider.owl-carousel .owl-nav {
        margin-top: 48px; } }
    .team-members__slider.owl-carousel .owl-nav .owl-prev,
    .team-members__slider.owl-carousel .owl-nav .owl-next {
      flex: 0 0 auto;
      margin: 0;
      border: 1px solid #1d3f62;
      border-radius: 40px;
      width: 48px;
      height: 48px; }
      .team-members__slider.owl-carousel .owl-nav .owl-prev:hover,
      .team-members__slider.owl-carousel .owl-nav .owl-next:hover {
        background-color: #1d3f62; }
  .team-members__slider.owl-carousel .owl-item {
    display: flex;
    height: auto; }
  .team-members__slider.owl-carousel .team-member__card {
    width: 100%;
    height: 100%; }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .team-members__slider.owl-carousel .team-member__card {
        flex: 1 1 calc(50% - 16px); } }

.team-member__card {
  text-decoration: none;
  background-color: #f5faff;
  display: inline-flex;
  flex-direction: column; }
  .team-member__card-img {
    height: 312px; }
    @media (min-width: 768px) {
      .team-member__card-img {
        height: 421px; } }
    .team-member__card-img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .team-member__card-info {
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px; }
  .team-member__card:hover {
    background-color: #e6f0fa; }
    .team-member__card:hover .h4::before {
      height: 100%;
      transition: all 0.3s ease-out; }
  .team-member__card .h4 {
    position: relative;
    padding: 4px 0px 4px 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2; }
    .team-member__card .h4::before {
      content: "";
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="" viewBox="0 0 12 41" fill="none"><path d="M3.67819 4.64938C3.67819 3.84573 3.21903 3.3872 2.41427 3.3872L0 3.3872L0 0L4.08303 0C6.55655 0 7.58842 1.03539 7.58842 3.5006L7.5884 35.7012C7.5884 36.564 8.04757 36.9633 8.85233 36.9633H11.2666L11.2666 40.3505H7.18355C4.71003 40.3505 3.67818 39.3151 3.67818 36.8499L3.67819 4.64938Z" fill="%232A66C9"/></svg>');
      width: 12px;
      height: 95%;
      position: absolute;
      background-size: contain;
      left: 0px;
      top: 0px;
      background-repeat: no-repeat;
      transition: all 0.3s ease-out; }
  .team-member__card .body-regular {
    color: #1d3f62; }

.practice-areas {
  display: flex;
  flex-wrap: wrap;
  gap: 8px; }

.practice-area {
  display: flex;
  height: 32px;
  padding: 4px 14px;
  align-items: center;
  gap: 142px;
  align-self: stretch;
  border-radius: 60px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap; }

.team-members__listing {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 32px;
  padding: 48px 0px 0px 0px;
  margin: 0px 0px 48px 0px; }
  @media (min-width: 768px) {
    .team-members__listing {
      padding: 88px 0px 0px 0px;
      margin: 0px 0px 88px 0px; } }
  .team-members__listing .team-member__card {
    flex: 1 1 100%; }
    @media (min-width: 576px) {
      .team-members__listing .team-member__card {
        flex: 1 1 calc(50% - 16px);
        max-width: calc(50%); } }
    @media (min-width: 768px) {
      .team-members__listing .team-member__card {
        flex: 0 1 calc(33.33% - 16px);
        max-width: calc(33.33%); } }

.team-member-search {
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 2; }
  .team-member-search__suggestions {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px; }
    @media (min-width: 768px) {
      .team-member-search__suggestions {
        padding: 24px; } }
    .team-member-search__suggestions--visible {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: #ffffff;
      border: 1px solid #e4e4e4;
      box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
      z-index: 1000;
      max-height: 360px;
      overflow-y: auto;
      margin-top: 6px; }
  .team-member-search__suggestion-item {
    border-radius: 4px;
    background-color: #f5faff;
    display: flex;
    text-decoration: none;
    transition: all 0.3s ease-out;
    cursor: pointer;
    overflow: hidden; }
    .team-member-search__suggestion-item:hover {
      background-color: #e6f0fa; }
  .team-member-search__suggestion-view {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    padding: 8px 8px 0px 8px; }
    @media (min-width: 768px) {
      .team-member-search__suggestion-view {
        padding: 16px;
        justify-content: space-between;
        align-items: center;
        flex-direction: row; } }
    .team-member-search__suggestion-view .text-btn {
      font-size: 14px; }
  .team-member-search__suggestion-thumb-placeholder {
    width: 84px;
    height: 84px; }
  .team-member-search .fa-magnifying-glass {
    margin-left: 16px;
    color: #2a66c9; }
  @media (min-width: 768px) {
    .team-member-search__field-wrap {
      width: 50%; } }
  .team-member-search__name-input {
    padding: 1px 2px 1px 38px;
    width: 100%; }
  @media (min-width: 768px) {
    .team-member-search__practice-select {
      width: 50%; } }

.js-team-archive-results {
  position: relative; }
  .js-team-archive-results.is-loading {
    pointer-events: none; }
  .js-team-archive-results.is-loading::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 10; }
  .js-team-archive-results.is-loading::after {
    content: "";
    position: absolute;
    top: 64px;
    left: 50%;
    width: 42px;
    height: 42px;
    margin-left: -21px;
    border: 3px solid rgba(42, 102, 201, 0.2);
    border-top-color: #1d3f62;
    border-radius: 50%;
    animation: team-archive-spin 0.75s linear infinite;
    z-index: 11; }
  .js-team-archive-results:has(.pagination) .team-members__listing {
    margin: 0; }

@keyframes team-archive-spin {
  to {
    transform: rotate(360deg); } }
@media (min-width: 576px) {
  .single-team-member__left {
    max-width: 292px; } }
.single-team-member__right {
  gap: 48px; }
  @media (min-width: 576px) {
    .single-team-member__right {
      gap: 64px; } }
.single-team-member .team-profile {
  padding: 40px;
  background-color: #f5faff;
  gap: 16px; }
  @media (min-width: 768px) {
    .single-team-member .team-profile {
      gap: 24px; } }
  .single-team-member .team-profile article p {
    margin: 0; }
.single-team-member__img {
  margin-bottom: 40px;
  height: 342px; }
  @media (min-width: 768px) {
    .single-team-member__img {
      margin-bottom: 48px;
      height: 292px; } }
  .single-team-member__img img {
    object-fit: cover;
    width: 100%;
    height: 100%; }
.single-team-member__logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px; }
.single-team-member__logos {
  margin-top: 24px;
  width: 100%; }
.single-team-member__logo-img {
  max-height: 127px;
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain; }
.single-team-member .testimonials {
  margin: unset; }

.secondary-info {
  padding: 48px 0; }
  @media (min-width: 768px) {
    .secondary-info {
      padding: 88px 0; } }

/***********************************************************
* 404 Page
************************************************************/
.page-not-found {
  padding: 48px 0px; }
  @media (min-width: 992px) {
    .page-not-found {
      padding: 88px 0px; } }
  .page-not-found__inner {
    display: flex;
    flex-direction: column;
    gap: 48px;
    max-width: 856px; }

/****************************************************
* Secondary Accordion
****************************************************/
.secondary-accordion {
  display: flex;
  flex-direction: column;
  gap: 6px; }
  .secondary-accordion.open .secondary-accordion__title {
    background-color: #1d3f62;
    color: #ffffff; }
    .secondary-accordion.open .secondary-accordion__title .h3 {
      color: #ffffff; }
  .secondary-accordion__title {
    padding: 16px;
    border-radius: 4px;
    background-color: #ffffff;
    transition: all 0.3s ease-out; }
    @media (min-width: 992px) {
      .secondary-accordion__title {
        padding: 24px; } }
    .secondary-accordion__title:hover {
      cursor: pointer;
      background-color: #e6f0fa; }
  .secondary-accordion__panel {
    display: none;
    background-color: #f5faff; }
  .secondary-accordion__content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px; }
  .secondary-accordion .fa-plus,
  .secondary-accordion .fa-minus {
    border: 1px solid #2a66c9;
    border-radius: 50%;
    padding: 16px;
    background: #2a66c9;
    color: #ffffff; }

/****************************************************
* Intro Block
****************************************************/
.intro-block {
  padding: 64px 0px;
  height: 285px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: normal;
  display: flex;
  align-items: center; }
  @media (min-width: 768px) {
    .intro-block {
      height: 506px; } }
  .intro-block__inner {
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 630px;
    position: relative; }
    .intro-block__inner .h1, .intro-block__inner .h2, .intro-block__inner .h3, .intro-block__inner .h4, .intro-block__inner .h5 {
      margin: 0px;
      color: #ffffff; }
  .intro-block::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(29, 63, 98, 0.3) 0%, rgba(4, 38, 73, 0.8) 55.27%); }
    @media (min-width: 768px) {
      .intro-block::before {
        background: linear-gradient(90deg, rgba(29, 63, 98, 0) 0%, rgba(4, 38, 73, 0.85) 55.27%); } }

/****************************************************
* Vacancies Block
****************************************************/
.vacancies-block {
  padding: 48px 0px; }
  @media (min-width: 768px) {
    .vacancies-block {
      padding: 88px 0px; } }
  .vacancies-block__inner {
    max-width: 958px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px; }
    @media (min-width: 768px) {
      .vacancies-block__inner {
        gap: 48px; } }
  .vacancies-block__list {
    display: flex;
    flex-direction: column;
    gap: 8px; }
  .vacancies-block__item {
    padding: 16px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px; }
    @media (min-width: 768px) {
      .vacancies-block__item {
        padding: 24px;
        align-items: center;
        flex-direction: row; } }
    .vacancies-block__item-list {
      display: flex;
      gap: 8px;
      list-style: none;
      padding: 0px; }
      @media (min-width: 768px) {
        .vacancies-block__item-list {
          gap: 16px; } }
      .vacancies-block__item-list li {
        position: relative;
        padding-left: 18px; }
        .vacancies-block__item-list li:first-child {
          padding-left: 0px; }
          .vacancies-block__item-list li:first-child::before {
            display: none; }
        .vacancies-block__item-list li::before {
          content: "";
          position: absolute;
          left: 0;
          top: 50%;
          background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="6" viewBox="0 0 6 6" fill="none"><circle cx="3" cy="3" r="3" fill="%232A66C9"/></svg>');
          background-size: contain;
          background-repeat: no-repeat;
          width: 6px;
          height: 6px;
          transform: translateY(-50%); }
    .vacancies-block__item .btn {
      min-width: fit-content; }
  .vacancies-block__no-vacancy {
    max-width: 760px;
    margin: 0 auto; }

/***********************************************************
* WP Block Quote
************************************************************/
.wp-block-quote {
  padding: 24px 24px;
  position: relative; }
  .wp-block-quote::before {
    content: "";
    background-image: url('data:image/svg+xml;utf8,<svg width="12" height="228" viewBox="0 0 12 228" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.09024 4.65V6.53H8.00024V3.5C8.00024 1.03 6.97024 0 4.49024 0H0.410244V3.39H2.82024C3.62024 3.39 4.08024 3.85 4.08024 4.65H4.09024Z" fill="%232A66C9"/><path d="M7.95492 6.53003H4.04492V221.47H7.95492V6.53003Z" fill="%232A66C9"/><path d="M7.99969 223.349L7.99969 221.469L4.08969 221.469L4.08969 224.499C4.08969 226.969 5.11969 227.999 7.59969 227.999L11.6797 227.999L11.6797 224.609L9.26969 224.609C8.46969 224.609 8.00969 224.149 8.00969 223.349L7.99969 223.349Z" fill="%232A66C9"/></svg>');
    width: 10px;
    height: 100%;
    position: absolute;
    background-size: contain;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat; }
    @media (min-width: 768px) {
      .wp-block-quote::before {
        width: 20px; } }
  .wp-block-quote p {
    margin: 0;
    color: #2E3646;
    font-size: 24px;
    font-style: italic;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: -0.024px; }

.wp-block-table th {
  background-color: #042649;
  color: #ffffff;
  font-size: 16;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.016px;
  border: 0.5px solid #1d3f62; }
.wp-block-table td {
  border: 0.5px solid #1d3f62;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.018px;
  background-color: #f5faff;
  padding: 12px; }

/***********************************************************
* News Insights Detail page (Single page)
************************************************************/
.news-insight-single {
  max-width: 880px; }
  .news-insight-single__image {
    height: 210px; }
    @media (min-width: 768px) {
      .news-insight-single__image {
        height: 533px; } }
    .news-insight-single__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .news-insight-single__content {
    display: flex;
    flex-direction: column;
    gap: 24px; }
    @media (min-width: 768px) {
      .news-insight-single__content {
        gap: 48px; } }
    .news-insight-single__content .image-block {
      margin: 0px; }
      .news-insight-single__content .image-block__img {
        height: 210px; }
        @media (min-width: 768px) {
          .news-insight-single__content .image-block__img {
            height: 533px; } }
      .news-insight-single__content .image-block .container {
        padding: 0px; }
    .news-insight-single__content .testimonial-block.without-bg {
      border: 2px solid red; }
      .news-insight-single__content .testimonial-block.without-bg .container {
        padding: 0; }
      .news-insight-single__content .testimonial-block.without-bg .testimonials {
        margin: unset;
        max-width: 100%; }
  .news-insight-single__sidebar {
    display: flex;
    flex-direction: column;
    gap: 48px; }
    .news-insight-single__sidebar .featured-lawyers .team-member__card-img {
      height: 328px; }

/***********************************************************
* News Insights 
************************************************************/
.news-insight-archive__filter {
  padding: 48px 0px 48px 0px; }
  @media (min-width: 768px) {
    .news-insight-archive__filter {
      padding: 88px 0px 64px 0px; } }
  .news-insight-archive__filter .practice-area-select {
    width: 100%; }
    @media (min-width: 768px) {
      .news-insight-archive__filter .practice-area-select {
        width: 332px; } }
.news-insight-archive .row {
  margin-bottom: 48px; }
  @media (min-width: 768px) {
    .news-insight-archive .row {
      margin-bottom: 88px; } }
.news-insight-archive .row:has(+ .pagination) {
  margin-bottom: 0; }

.post-type-archive.post-type-archive-news_insight .internal-hero {
  padding: 48px 0; }
  @media (min-width: 768px) {
    .post-type-archive.post-type-archive-news_insight .internal-hero {
      padding: 88px 0; } }

.js-news-insight-archive-results {
  position: relative; }
  .js-news-insight-archive-results.is-loading {
    pointer-events: none; }
  .js-news-insight-archive-results.is-loading::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 10; }
  .js-news-insight-archive-results.is-loading::after {
    content: "";
    position: absolute;
    top: 64px;
    left: 50%;
    width: 42px;
    height: 42px;
    margin-left: -21px;
    border: 3px solid rgba(42, 102, 201, 0.2);
    border-top-color: #1d3f62;
    border-radius: 50%;
    animation: news-insight-archive-spin 0.75s linear infinite;
    z-index: 11; }

@keyframes news-insight-archive-spin {
  to {
    transform: rotate(360deg); } }
/***********************************************************
* News Insight card
************************************************************/
.news-insight-card {
  padding: 16px;
  text-decoration: none;
  border-radius: 4px;
  color: #1d3f62; }
  @media (min-width: 768px) {
    .news-insight-card {
      padding: 32px; } }
  .news-insight-card .h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    line-clamp: 4; }
  .news-insight-card:hover {
    color: #1d3f62;
    background-color: #e6f0fa; }
    .news-insight-card:hover .text-btn {
      color: #1d3f62; }
  .news-insight-card__img {
    width: 65px;
    height: 65px;
    flex: 0 0 65px; }
    @media (min-width: 768px) {
      .news-insight-card__img {
        height: 132px;
        flex: 0 0 132px; } }
    .news-insight-card__img img {
      border-radius: 4px;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .news-insight-card .featuredlawyers {
    display: flex; }
    .news-insight-card .featuredlawyers .lawyer:not(:first-child) {
      margin-left: -10px; }
    .news-insight-card .featuredlawyers .lawyer img {
      width: 42px;
      height: 42px; }
  .news-insight-card .text-btn {
    color: #2a66c9; }

/***********************************************************
* Career Detail page (Single Career)
************************************************************/
.single-career .internal-hero__inner-content {
  width: 100%; }
  @media (min-width: 992px) {
    .single-career .internal-hero__inner-content {
      max-width: 720px; } }

.career-detail__blocks {
  max-width: 800px;
  padding: 48px 0px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 4px; }
  @media (min-width: 768px) {
    .career-detail__blocks {
      gap: 48px;
      padding: 88px 0px; } }
  .career-detail__blocks > * {
    margin: 0px;
    padding: 0px; }
    .career-detail__blocks > * .container {
      padding: 0px; }
  .career-detail__blocks .accordion-block .accordion-single-column {
    max-width: 100%;
    width: 100%; }
.career-detail__sidebar {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0px 0px; }
  @media (min-width: 768px) {
    .career-detail__sidebar {
      gap: 24px;
      margin: 88px 0px; } }

.career-vacancy-form {
  padding: 48px 0px; }
  @media (min-width: 768px) {
    .career-vacancy-form {
      padding: 88px 0px; } }
  .career-vacancy-form__inner {
    max-width: 856px;
    margin: 0 auto; }

/***********************************************************
* Search results
************************************************************/
.search-results .js-search-results-results {
  position: relative; }
  .search-results .js-search-results-results > .search-results__listing {
    margin-bottom: 48px; }
  .search-results .js-search-results-results > .search-results__listing + .pagination {
    margin-top: -48px; }
  .search-results .js-search-results-results.is-loading {
    pointer-events: none; }
  .search-results .js-search-results-results.is-loading::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 10; }
  .search-results .js-search-results-results.is-loading::after {
    content: "";
    position: absolute;
    top: 64px;
    left: 50%;
    width: 42px;
    height: 42px;
    margin-left: -21px;
    border: 3px solid rgba(42, 102, 201, 0.2);
    border-top-color: #1d3f62;
    border-radius: 50%;
    animation: search-results-spin 0.75s linear infinite;
    z-index: 11; }
.search-results__form {
  width: 100%; }
.search-results__input {
  width: 100%; }
.search-results__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0px;
  padding: 24px 0px; }
  @media (min-width: 768px) {
    .search-results__filters {
      padding: 48px 0px; } }
.search-results__header {
  background: linear-gradient(90deg, #042649 0%, #1D3F62 100%), #FFF;
  padding: 56px 0px; }
.search-results__inner {
  max-width: 688px;
  width: 100%;
  margin: 0 auto; }
.search-results__listing {
  display: flex;
  flex-direction: column;
  gap: 24px; }
.search-results__item {
  display: flex;
  padding: 4px 0 4px 16px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-left: 2px solid #1d3f62;
  transition: all 0.3s ease-out; }
  .search-results__item .team-member-search__suggestion-item {
    width: 100%; }
.search-results__item--team {
  padding: 0;
  border-left: 0; }
.search-results__link {
  color: #2a66c9; }
.search-results .h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-clamp: 3; }
.search-results .text-btn {
  color: #2a66c9; }

@keyframes search-results-spin {
  to {
    transform: rotate(360deg); } }

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