html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*:focus {
  outline: none; }

a {
  text-decoration: none; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

.gform_validation_container {
  display: none; }

input {
  border-radius: 0;
  appearance: none; }

body {
  font-family: "Lato", sans-serif; }

p, li {
  font-size: 18px;
  line-height: 1.6; }

ul {
  list-style-type: disc; }

a {
  color: var(--secondaryColor);
  font-family: "Lato", sans-serif;
  text-decoration: none; }

header {
  background-color: var(--primaryColor);
  position: sticky;
  top: 0;
  z-index: 10; }
  header .inner {
    display: flex;
    flex-flow: column;
    max-width: 1100px;
    margin: 0 auto; }
  header .logo {
    display: flex;
    justify-content: center;
    padding: 10px;
    order: 1; }
    header .logo img {
      max-width: 200px;
      height: auto; }
  header nav {
    order: 3; }
    header nav ul {
      display: flex;
      justify-content: center;
      list-style: none;
      margin: 0;
      padding: 0; }
      header nav ul li {
        padding: 10px 0; }
        header nav ul li a {
          border-right: solid 1px #fff;
          display: block;
          padding: 0 10px;
          color: #fff;
          text-transform: uppercase;
		  text-align: center;
          font-size: 14px;
          line-height: 1.2;
          font-weight: 700; }
        header nav ul li:last-of-type a {
          border-right: 0; }
  header .phone-cta {
    order: 2; }
    header .phone-cta .btn {
      display: inline-block;
      width: 100%;
      text-align: center;
      padding: 10px 20px;
      background-color: var(--buttonColor);
      color: #fff;
      order: 2;
      font-size: 20px;
      line-height: 1.2;
      font-weight: 700; }
      header .phone-cta .btn a {
        color: #fff; }
  header .header-phone {
    display: none; }
  @media (min-width: 1100px) {
    header {
      transition: background-color 0.2s ease;
      background-color: transparent;
      height: 0; }
      header .logo {
        padding: 0; }
      header .inner {
        justify-content: space-between;
        align-items: center;
        flex-flow: row nowrap;
        padding: 20px 30px 10px; }
      header .header-phone {
        display: block;
        transition: background-color 0.2s ease; }
        header .header-phone p {
          display: flex;
          justify-content: flex-end;
          padding: 10px 30px;
          max-width: 1100px;
          margin: 0 auto;
          margin-bottom: 0;
          font-size: 32px;
          line-height: 1;
          color: #fff;
          font-weight: bold; }
          header .header-phone p a {
            color: #fff; }
      header.bg {
        height: auto;
        background-color: var(--primaryColor); }
        header.bg .header-phone {
          background-color: var(--buttonColor); }
      header nav {
        order: 2; }
        header nav ul li a {
          border-right: 0;
          padding: 0 20px; }
      header .phone-cta {
        order: 3; }
        header .phone-cta .btn {
          border-radius: 100px; } }
.hero {
  position: relative; }
  .hero picture {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .hero picture img {
      object-fit: cover;
      object-position: center top;
      width: 100%;
      height: 100%; }
    .hero picture::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(12, 40, 73, 0) 30%, #0d0d4c 90%); }
  .hero .bg-desk {
    display: none; }
  .hero .inner {
    position: relative;
    max-width: 1100px;
    margin: 0 auto; }
    .hero .inner .content {
      padding: 250px 20px 20px;
      position: relative; }
      .hero .inner .content .bg-mobile {
        display: block; }
      .hero .inner .content .text {
        position: relative;
        text-align: center; }
        .hero .inner .content .text .byline {
          font-weight: 700;
          font-size: 18px;
          line-height: 1.4;
          color: #fff;
          text-transform: uppercase;
          margin-bottom: 20px; }
        .hero .inner .content .text .title {
          font-weight: 900;
          font-size: 34px;
          line-height: 1.1;
          color: #fff;
          margin-bottom: 30px; }
        .hero .inner .content .text .logos {
          display: flex;
          justify-content: center;
          align-items: center;
          margin: 0 auto; }
          .hero .inner .content .text .logos .item {
            flex: 1;
            max-width: 65%;
            margin-right: 30px; }
            .hero .inner .content .text .logos .item:last-child {
              margin-right: 0; }
            .hero .inner .content .text .logos .item img {
              display: block;
              width: 100%;
              height: auto; }
    .hero .inner .form {
      padding: 30px 20px;
      background-color: #fff; }
      .hero .inner .form .gform_wrapper .gfield_description {
        display: none; }
      .hero .inner .form .gform_wrapper .gform_heading {
        margin-bottom: 30px; }
        .hero .inner .form .gform_wrapper .gform_heading .gform_description {
          text-transform: uppercase;
          font-weight: bold;
          text-align: center;
          font-size: 20px; }
      .hero .inner .form .gform_wrapper .gform_fields {
        margin: 0;
        padding: 0;
        list-style: none; }
        .hero .inner .form .gform_wrapper .gform_fields .gfield:not(.gfield--type-consent):not(.gfield--type-html) .gfield_,
        .hero .inner .form .gform_wrapper .gform_fields .gfield:not(.gfield--type-consent):not(.gfield--type-html) .gform-field-label {
          display: none; }
        .hero .inner .form .gform_wrapper .gform_fields .gfield:not(.gfield--type-consent):not(.gfield--type-html) input,
        .hero .inner .form .gform_wrapper .gform_fields .gfield:not(.gfield--type-consent):not(.gfield--type-html) textarea {
          width: 100%;
          border: 2px solid #d7d7d7;
          margin-bottom: 10px;
          padding: 0px 15px;
          font-weight: bold;
          font-size: 15px;
          color: #242424; }
        .hero .inner .form .gform_wrapper .gform_fields .gfield:not(.gfield--type-consent):not(.gfield--type-html) input {
          height: 50px; }
        .hero .inner .form .gform_wrapper .gform_fields .gfield:not(.gfield--type-consent):not(.gfield--type-html) textarea {
          height: 95px;
          padding-top: 13px;
          font-family: "Lato", sans-serif;
          font-size: 16px; }
        .hero .inner .form .gform_wrapper .gform_fields .gfield--type-consent {
          flex: 0 0 100%;
          cursor: pointer; }
          .hero .inner .form .gform_wrapper .gform_fields .gfield--type-consent .gfield_label {
            display: none; }
          .hero .inner .form .gform_wrapper .gform_fields .gfield--type-consent .ginput_container {
            display: flex;
            flex-flow: row nowrap;
            align-items: center; }
            .hero .inner .form .gform_wrapper .gform_fields .gfield--type-consent .ginput_container input[type="checkbox"] {
              appearance: none;
              background-color: var(--lightGrey);
              margin: 0;
              font: inherit;
              color: transparent;
              width: 16px;
              height: 16px;
              border: 0;
              transform: translateY(-0.075em);
              display: grid;
              place-content: center; }
              .hero .inner .form .gform_wrapper .gform_fields .gfield--type-consent .ginput_container input[type="checkbox"]::before {
                content: "";
                width: 16px;
                height: 16px;
                transform: scale(0);
                transition: 120ms transform ease-in-out;
                box-shadow: inset 1em 1em var(--tertiaryColor);
                /* stupid Windows High Contrast Mode */
                background-color: CanvasText;
                /* Checkmark style */
                transform-origin: bottom left;
                clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%); }
              .hero .inner .form .gform_wrapper .gform_fields .gfield--type-consent .ginput_container input[type="checkbox"]:checked::before {
                transform: scale(1); }
            .hero .inner .form .gform_wrapper .gform_fields .gfield--type-consent .ginput_container .gform-field-label {
              cursor: pointer;
              position: relative;
              display: inline-block;
              margin-left: 10px;
              font-family: var(--font1);
              font-size: 14px;
              line-height: 1;
              color: #c0c0c0;
              font-weight: var(--bold); }
        .hero .inner .form .gform_wrapper .gform_fields .gfield--type-html {
          margin-top: -16px;
          flex: 0 0 100%; }
          .hero .inner .form .gform_wrapper .gform_fields .gfield--type-html .disclaimer {
            line-height: 1; }
            .hero .inner .form .gform_wrapper .gform_fields .gfield--type-html .disclaimer a.toggle {
              text-decoration: underline;
              display: block;
              font-family: var(--font1);
              line-height: 1;
              font-size: 14px;
              border: 0;
              padding-bottom: 0;
              text-align: right; }
            .hero .inner .form .gform_wrapper .gform_fields .gfield--type-html .disclaimer .content {
              display: none;
              margin-top: 10px;
              /* .toggle {
									display: none;
								} */ }
              .hero .inner .form .gform_wrapper .gform_fields .gfield--type-html .disclaimer .content p {
                font-size: 14px; }
        .hero .inner .form .gform_wrapper .gform_fields.open .gfield--type-html {
          margin-top: -26px; }
          .hero .inner .form .gform_wrapper .gform_fields.open .gfield--type-html .disclaimer a.toggle.on {
            display: none; }
          .hero .inner .form .gform_wrapper .gform_fields.open .gfield--type-html .disclaimer .content {
            display: block; }
            .hero .inner .form .gform_wrapper .gform_fields.open .gfield--type-html .disclaimer .content .toggle {
              margin-bottom: 20px; }
      .hero .inner .form .gform_wrapper .gform_footer {
        margin-top: 30px; }
        .hero .inner .form .gform_wrapper .gform_footer .button {
          height: 56px;
          width: 100%;
          font-weight: bold;
          color: #fff;
          background-color: var(--buttonColor);
          text-transform: uppercase;
          font-size: 18px;
          border: none;
          cursor: pointer;
          -webkit-transition: all 0.5s cubic-bezier(0.17, 0.66, 0.34, 0.98);
          transition: all 0.5s cubic-bezier(0.17, 0.66, 0.34, 0.98); }
  @media (min-width: 768px) {
    .hero .inner .content {
      padding: 500px 20px 20px; }
      .hero .inner .content .byline {
        font-size: 20px; }
      .hero .inner .content .title {
        font-size: 47px; } }
  @media (min-width: 1100px) {
    .hero .bg-desk {
      display: block; }
    .hero .inner {
      display: flex;
      justify-content: space-between;
      flex-flow: row nowrap;
      align-items: flex-end;
      padding: 170px 40px 40px; }
      .hero .inner .content {
        padding: 0; }
        .hero .inner .content .bg-mobile {
          display: none; }
        .hero .inner .content .text {
          text-align: left; }
          .hero .inner .content .text .byline {
            font-size: 20px; }
          .hero .inner .content .text .title {
            font-size: 45px; }
          .hero .inner .content .text .logos {
            justify-content: space-between;
            margin: 0; }
      .hero .inner .form {
        flex: 0 0 416px;
        margin-left: 50px;
        padding: 30px; } }
.block-inner {
  padding: 50px 20px;
  max-width: 1100px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .block-inner {
      padding: 50px 30px; } }
  @media (min-width: 1100px) {
    .block-inner {
      padding: 70px 30px; } }
.block-title {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.2; }
  .block-title.big {
    font-size: 40px; }
  @media (min-width: 768px) {
    .block-title {
      font-size: 40px;
      margin-bottom: 60px; }
      .block-title.big {
        font-size: 55px; } }
.button {
  background-color: var(--buttonColor);
  color: #fff;
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  padding: 15px 20px;
  text-transform: uppercase; }
  .button.round {
    border-radius: 100px; }

.google-reviews {
  background-color: var(--lightGrey); }
  .google-reviews .block-inner {
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 1600px; }

.selling-points .items .item {
  text-align: center;
  margin-bottom: 50px;
  padding: 0 20px; }
  .selling-points .items .item:last-child {
    margin-bottom: 0; }
  .selling-points .items .item .icon {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px; }
    .selling-points .items .item .icon img {
      display: block; }
  .selling-points .items .item .title {
    font-weight: bold;
    color: var(--primaryColor);
    margin-bottom: 20px; }
  .selling-points .items .item p {
    font-size: 24px;
    color: var(--primaryColor);
    line-height: 1.2; }

@media (min-width: 768px) {
  .selling-points .items {
    display: flex;
    justify-content: space-between;
    flex-flow: row nowrap; }
    .selling-points .items .item {
      padding: 0 30px;
      border-right: solid 2px rgba(0, 0, 0, 0.2);
      margin-bottom: 0;
      flex: 0 0 33.33%;
      display: flex;
      flex-flow: column;
      justify-content: flex-start; }
      .selling-points .items .item p {
        font-size: 30px; }
      .selling-points .items .item:last-child {
        border-right: 0; } }

.content-callout {
  background-color: var(--primaryColor);
  color: #fff;
  text-align: center; }
  .content-callout .block-inner {
    max-width: 1240px; }
  .content-callout .title {
    font-weight: bold;
    color: #FFF;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 1.2; }
  .content-callout .callout {
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;
    letter-spacing: 2px; }
    .content-callout .callout a {
      color: var(--buttonColor); }
  .content-callout.light {
    background-color: var(--secondaryColor); }
    .content-callout.light .callout a {
      color: #fff; }
  @media (min-width: 768px) {
    .content-callout .callout {
      font-size: 30px; }
    .content-callout .title {
      font-size: 50px;
      margin-bottom: 40px; } }
.case-results .block-inner {
  max-width: 1240px; }

.case-results .items .slick-slide {
  margin: 0 20px; }

.case-results .items .slick-list {
  margin: 0 -20px; }

.case-results .items .slick-dots li button::before {
  color: var(--secondaryColor); }

.case-results .items .slick-dots li.slick-active button::before {
  color: var(--buttonColor); }

.case-results .items .item {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 40px 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25); }
  .case-results .items .item .heading .amount {
    color: var(--secondaryColor);
    margin-bottom: 10px;
    font-size: 45px;
    line-height: 1.2; }
  .case-results .items .item .heading .type {
    color: var(--primaryColor);
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
    text-align: center; }
  .case-results .items .item .content {
    display: none; }
    .case-results .items .item .content p {
      text-align: center;
      font-size: 20px; }

.case-results .cta {
  display: flex;
  justify-content: center;
  margin-top: 50px; }

@media (min-width: 768px) {
  .case-results .items {
    position: relative; }
    .case-results .items .slick-arrow {
      position: absolute;
      top: 50%;
      cursor: pointer;
      right: -40px; }
      .case-results .items .slick-arrow:first-of-type {
        left: -40px; } }

.title-left-content-right {
  position: relative;
  color: #fff;
  text-align: center; }
  .title-left-content-right picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .title-left-content-right picture img {
      width: 100%;
      height: 100%;
      object-position: center;
      object-fit: cover; }
    .title-left-content-right picture .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: var(--primaryColor); }
  .title-left-content-right .block-inner {
    position: relative;
    max-width: 1240px; }
    .title-left-content-right .block-inner .heading .block-title {
      text-transform: none; }
    .title-left-content-right .block-inner .content .button {
      margin-top: 30px; }
  @media (min-width: 1100px) {
    .title-left-content-right {
      text-align: left; }
      .title-left-content-right .block-inner {
        display: flex;
        justify-content: space-between;
        flex-flow: row nowrap; }
        .title-left-content-right .block-inner .heading {
          flex: 0 0 380px;
          margin-right: 50px; }
          .title-left-content-right .block-inner .heading .block-title {
            text-align: left;
            margin-bottom: 0; } }
.image-left-content-right-cta {
  background-color: var(--lightGrey); }
  .image-left-content-right-cta .block-inner {
    max-width: 1240px; }
    .image-left-content-right-cta .block-inner .columns .image {
      display: flex;
      justify-content: center;
      padding-bottom: 50px;
      margin-bottom: 50px;
      border-bottom: solid 6px var(--secondaryColor); }
      .image-left-content-right-cta .block-inner .columns .image img {
        display: block;
        width: 100%;
        height: auto; }
    .image-left-content-right-cta .block-inner .columns .content p {
      margin-bottom: 30px; }
      .image-left-content-right-cta .block-inner .columns .content p:last-child {
        margin-bottom: 0; }
    .image-left-content-right-cta .block-inner .cta {
      margin-top: 30px;
      display: flex;
      justify-content: center;
      position: relative; }
      .image-left-content-right-cta .block-inner .cta::before {
        content: "";
        background-color: rgba(0, 0, 0, 0.2);
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 2px;
        top: calc(50% - 1px); }
      .image-left-content-right-cta .block-inner .cta p {
        display: inline-block;
        background-color: var(--lightGrey);
        padding: 0 30px;
        position: relative; }
  @media (min-width: 768px) {
    .image-left-content-right-cta .block-inner .columns {
      display: flex;
      justify-content: space-between;
      flex-flow: row nowrap; }
      .image-left-content-right-cta .block-inner .columns .image {
        border-right: solid 6px var(--tertiaryColor);
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        padding-right: 70px;
        margin-right: 30px;
        flex: 0 0 50%; }
      .image-left-content-right-cta .block-inner .columns .content {
        flex: 1; }
    .image-left-content-right-cta .block-inner .cta {
      margin-top: 60px; } }
  @media (min-width: 1100px) {
    .image-left-content-right-cta .block-inner .columns .image {
      flex: 0 0 32%; } }
.attorneys-slider .block-inner {
  max-width: 1240px; }

.attorneys-slider .items .slick-slide {
  margin: 0 15px; }

.attorneys-slider .items .slick-list {
  margin: 0 -15px; }

.attorneys-slider .items .item .image {
  height: 375px;
  position: relative;
  margin-bottom: 30px; }
  .attorneys-slider .items .item .image picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .attorneys-slider .items .item .image picture img {
      width: 100%;
      height: 100%;
      object-position: center top;
      object-fit: cover; }

.attorneys-slider .items .item .name {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1.2;
  color: var(--secondaryColor);
  letter-spacing: 2px;
  min-height: 53px; }

.why-choose-us .columns .reasons .item {
  margin-bottom: 50px; }
  .why-choose-us .columns .reasons .item .heading {
    display: flex;
    margin-bottom: 20px; }
    .why-choose-us .columns .reasons .item .heading .number {
      flex: 0 0 60px;
      height: 60px;
      margin-right: 20px;
      border-radius: 30px;
      color: #fff;
      font-size: 35px;
      line-height: 1;
      font-weight: bold;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: var(--buttonColor); }
    .why-choose-us .columns .reasons .item .heading .title {
      color: var(--primaryColor);
      font-weight: bold;
      font-size: 24px;
      line-height: 1.2;
      text-transform: uppercase; }

.why-choose-us .columns .form .gform_wrapper {
  background-color: var(--lightGrey);
  padding: 20px 30px; }
  .why-choose-us .columns .form .gform_wrapper .gfield_description {
    display: none; }
  .why-choose-us .columns .form .gform_wrapper .gform_heading {
    margin-bottom: 30px; }
    .why-choose-us .columns .form .gform_wrapper .gform_heading .gform_description {
      text-transform: uppercase;
      font-weight: bold;
      text-align: center;
      font-size: 20px; }
  .why-choose-us .columns .form .gform_wrapper .gform_fields {
    margin: 0;
    padding: 0;
    list-style: none; }
    .why-choose-us .columns .form .gform_wrapper .gform_fields .gfield.gfield--type-consent label::after {
      background-color: #f3f3f3; }
    .why-choose-us .columns .form .gform_wrapper .gform_fields .gfield .gfield_label, .why-choose-us .columns .form .gform_wrapper .gform_fields .gfield .gform-field-label--type-sub {
      display: none; }
    .why-choose-us .columns .form .gform_wrapper .gform_fields .gfield input,
    .why-choose-us .columns .form .gform_wrapper .gform_fields .gfield textarea {
      width: 100%;
      border: 2px solid #d7d7d7;
      margin-bottom: 10px;
      padding: 0px 15px;
      font-weight: bold;
      font-size: 15px;
      color: #242424; }
    .why-choose-us .columns .form .gform_wrapper .gform_fields .gfield input {
      height: 50px; }
    .why-choose-us .columns .form .gform_wrapper .gform_fields .gfield textarea {
      height: 95px;
      padding-top: 13px;
      font-family: "Lato", sans-serif;
      font-size: 16px; }
    .why-choose-us .columns .form .gform_wrapper .gform_fields .gfield--type-consent {
      flex: 0 0 100%;
      cursor: pointer; }
      .why-choose-us .columns .form .gform_wrapper .gform_fields .gfield--type-consent .gfield_label {
        display: none; }
      .why-choose-us .columns .form .gform_wrapper .gform_fields .gfield--type-consent .ginput_container {
        display: flex;
        flex-flow: row nowrap;
        align-items: center; }
        .why-choose-us .columns .form .gform_wrapper .gform_fields .gfield--type-consent .ginput_container input[type="checkbox"] {
          appearance: none;
          background-color: #fff;
          margin: 0;
          font: inherit;
          color: transparent;
          width: 16px;
          height: 16px;
          border: 0;
          transform: translateY(-0.075em);
          display: grid;
          place-content: center; }
          .why-choose-us .columns .form .gform_wrapper .gform_fields .gfield--type-consent .ginput_container input[type="checkbox"]::before {
            content: "";
            width: 16px;
            height: 16px;
            transform: scale(0);
            transition: 120ms transform ease-in-out;
            box-shadow: inset 1em 1em var(--tertiaryColor);
            /* stupid Windows High Contrast Mode */
            background-color: CanvasText;
            /* Checkmark style */
            transform-origin: bottom left;
            clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%); }
          .why-choose-us .columns .form .gform_wrapper .gform_fields .gfield--type-consent .ginput_container input[type="checkbox"]:checked::before {
            transform: scale(1); }
        .why-choose-us .columns .form .gform_wrapper .gform_fields .gfield--type-consent .ginput_container .gform-field-label {
          cursor: pointer;
          position: relative;
          display: inline-block;
          margin-left: 10px;
          font-family: var(--font1);
          font-size: 14px;
          line-height: 1;
          color: #c0c0c0;
          font-weight: var(--bold); }
  .why-choose-us .columns .form .gform_wrapper .gform_footer {
    margin-top: 30px; }
    .why-choose-us .columns .form .gform_wrapper .gform_footer .button {
      height: 56px;
      width: 100%;
      font-weight: bold;
      color: #fff;
      background-color: var(--buttonColor);
      text-transform: uppercase;
      font-size: 18px;
      border: none;
      cursor: pointer;
      -webkit-transition: all 0.5s cubic-bezier(0.17, 0.66, 0.34, 0.98);
      transition: all 0.5s cubic-bezier(0.17, 0.66, 0.34, 0.98); }

@media (min-width: 1100px) {
  .why-choose-us .columns {
    display: flex;
    justify-content: space-between;
    flex-flow: row nowrap; }
    .why-choose-us .columns .reasons {
      flex: 0 0 55%; }
    .why-choose-us .columns .form {
      flex: 0 0 40%; } }

.faq::before {
  content: "";
  display: block;
  height: 30px;
  background-color: #fff;
  box-shadow: inset 0px -5px 5px 0px rgba(0, 0, 0, 0.1); }

.faq .block-title {
  color: var(--primaryColor);
  text-align: left; }

.faq .items .item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 2px #d7d7d7; }
  .faq .items .item:last-child {
    margin-bottom: 0; }
  .faq .items .item .heading {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    cursor: pointer; }
    .faq .items .item .heading .question {
      font-weight: bold;
      font-size: 24px;
      line-height: 1.2;
      text-transform: uppercase;
      color: var(--buttonColor);
      margin-right: 10px; }
      .faq .items .item .heading .question .icon svg line {
        stroke: var(--buttonColor); }
  .faq .items .item .answer {
    display: none;
    margin-top: 30px; }
  .faq .items .item.open .answer {
    display: block; }

@media (min-width: 1100px) {
  .faq .block-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: row nowrap; }
  .faq .block-title {
    font-size: 56px; }
  .faq .items {
    flex: 0 0 60%;
    margin-left: 10%; }
    .faq .items .item .heading {
      flex: 0 0 35%; }
      .faq .items .item .heading .question {
        margin-right: 30px; }
      .faq .items .item .heading .block-title {
        text-align: left;
        font-size: 60px; } }

.about-us {
  background-color: var(--primaryColor); }
  .about-us .block-inner {
    max-width: 1440px; }
  .about-us .center-block picture {
    display: block;
    margin-bottom: 30px; }
    .about-us .center-block picture img {
      display: block;
      width: 100%;
      height: auto; }
  .about-us .center-block .content {
    position: relative;
    color: #fff; }
    .about-us .center-block .content p {
      margin-bottom: 30px; }
    .about-us .center-block .content .block-title {
      text-align: left;
      color: var(--buttonColor); }
  @media (min-width: 1100px) {
    .about-us .center-block {
      position: relative; }
      .about-us .center-block picture {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        .about-us .center-block picture img {
          object-fit: cover;
          object-position: right top;
          width: 100%;
          height: 100%; }
    .about-us .content {
      background-color: rgba(13, 13, 76, 0.8);
      padding: 60px 60px 30px 170px;
      width: 45%; } }
footer {
  background-color: var(--lightGrey); }
  footer .block-title {
    color: var(--primaryColor); }
  footer .columns .office {
    margin-bottom: 50px; }
    footer .columns .office .info-box {
      margin-bottom: 30px; }
      footer .columns .office .info-box .label {
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 0;
        line-height: 1.2; }
      footer .columns .office .info-box a {
        color: var(--buttonColor);
        font-weight: bold; }
    footer .columns .office .map {
      position: relative;
      height: 350px; }
      footer .columns .office .map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  footer .columns .form {
    background-color: #fff;
    padding: 30px; }
    footer .columns .form .gform_wrapper .gfield_description {
      display: none; }
    footer .columns .form .gform_wrapper .gform_heading {
      margin-bottom: 30px; }
      footer .columns .form .gform_wrapper .gform_heading .gform_description {
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        font-size: 20px; }
    footer .columns .form .gform_wrapper .gform_fields {
      margin: 0;
      padding: 0;
      list-style: none; }
      footer .columns .form .gform_wrapper .gform_fields .gfield:not(.gfield--type-consent):not(.gfield--type-html) .gfield_label, footer .columns .form .gform_wrapper .gform_fields .gfield:not(.gfield--type-consent):not(.gfield--type-html) .gform-field-label {
        display: none; }
      footer .columns .form .gform_wrapper .gform_fields .gfield:not(.gfield--type-consent):not(.gfield--type-html) input,
      footer .columns .form .gform_wrapper .gform_fields .gfield:not(.gfield--type-consent):not(.gfield--type-html) textarea {
        width: 100%;
        border: 2px solid #d7d7d7;
        margin-bottom: 10px;
        padding: 0px 15px;
        font-weight: bold;
        font-size: 15px;
        color: #242424; }
      footer .columns .form .gform_wrapper .gform_fields .gfield:not(.gfield--type-consent):not(.gfield--type-html) input {
        height: 50px; }
      footer .columns .form .gform_wrapper .gform_fields .gfield:not(.gfield--type-consent):not(.gfield--type-html) textarea {
        height: 95px;
        padding-top: 13px;
        font-family: "Lato", sans-serif;
        font-size: 16px; }
      footer .columns .form .gform_wrapper .gform_fields .gfield--type-consent {
        flex: 0 0 100%;
        cursor: pointer; }
        footer .columns .form .gform_wrapper .gform_fields .gfield--type-consent .gfield_label {
          display: none; }
        footer .columns .form .gform_wrapper .gform_fields .gfield--type-consent .ginput_container {
          display: flex;
          flex-flow: row nowrap;
          align-items: center; }
          footer .columns .form .gform_wrapper .gform_fields .gfield--type-consent .ginput_container input[type="checkbox"] {
            appearance: none;
            background-color: var(--lightGrey);
            margin: 0;
            font: inherit;
            color: transparent;
            width: 16px;
            height: 16px;
            border: 0;
            transform: translateY(-0.075em);
            display: grid;
            place-content: center; }
            footer .columns .form .gform_wrapper .gform_fields .gfield--type-consent .ginput_container input[type="checkbox"]::before {
              content: "";
              width: 16px;
              height: 16px;
              transform: scale(0);
              transition: 120ms transform ease-in-out;
              box-shadow: inset 1em 1em var(--tertiaryColor);
              /* stupid Windows High Contrast Mode */
              background-color: CanvasText;
              /* Checkmark style */
              transform-origin: bottom left;
              clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%); }
            footer .columns .form .gform_wrapper .gform_fields .gfield--type-consent .ginput_container input[type="checkbox"]:checked::before {
              transform: scale(1); }
          footer .columns .form .gform_wrapper .gform_fields .gfield--type-consent .ginput_container .gform-field-label {
            cursor: pointer;
            position: relative;
            display: inline-block;
            margin-left: 10px;
            font-family: var(--font1);
            font-size: 14px;
            line-height: 1;
            color: #c0c0c0;
            font-weight: var(--bold); }
      footer .columns .form .gform_wrapper .gform_fields .gfield--type-html {
        margin-top: -16px;
        flex: 0 0 100%; }
        footer .columns .form .gform_wrapper .gform_fields .gfield--type-html .disclaimer {
          line-height: 1; }
          footer .columns .form .gform_wrapper .gform_fields .gfield--type-html .disclaimer a.toggle {
            text-decoration: underline;
            display: block;
            font-family: var(--font1);
            line-height: 1;
            font-size: 14px;
            border: 0;
            padding-bottom: 0;
            text-align: right; }
          footer .columns .form .gform_wrapper .gform_fields .gfield--type-html .disclaimer .content {
            display: none;
            margin-top: 10px;
            /* .toggle {
									display: none;
								} */ }
            footer .columns .form .gform_wrapper .gform_fields .gfield--type-html .disclaimer .content p {
              font-size: 14px; }
      footer .columns .form .gform_wrapper .gform_fields.open .gfield--type-html {
        margin-top: -26px; }
        footer .columns .form .gform_wrapper .gform_fields.open .gfield--type-html .disclaimer a.toggle.on {
          display: none; }
        footer .columns .form .gform_wrapper .gform_fields.open .gfield--type-html .disclaimer .content {
          display: block; }
          footer .columns .form .gform_wrapper .gform_fields.open .gfield--type-html .disclaimer .content .toggle {
            margin-bottom: 20px; }
    footer .columns .form .gform_wrapper .gform_footer {
      margin-top: 30px; }
      footer .columns .form .gform_wrapper .gform_footer .button {
        height: 56px;
        width: 100%;
        font-weight: bold;
        color: #fff;
        background-color: var(--buttonColor);
        text-transform: uppercase;
        font-size: 18px;
        border: none;
        cursor: pointer;
        transition: all 0.5s cubic-bezier(0.17, 0.66, 0.34, 0.98); }
  @media (min-width: 1100px) {
    footer .columns {
      display: flex;
      justify-content: space-between;
      flex-flow: row nowrap; }
      footer .columns .office {
        flex: 0 0 430px;
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
        margin-bottom: 0; }
      footer .columns .form {
        flex: 0 0 415px; } }
