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 {
  margin-top: 0 !important;
  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: 280px;
  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;
  display: flex;
  justify-content: center;
  align-items: center;
}
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: 13px;
  line-height: 1.2;
  font-weight: 700;
}
@media (min-width: 1100px) {
  header nav ul li a {
    font-size: 16px;
  }
}
header nav ul li:last-of-type a {
  border-right: 0;
}
header .phone-cta {
  order: 2;
}
header .phone-cta .btn {
  display: none;
  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;
}
@media (min-width: 1100px) {
  header .phone-cta .btn {
    display: inline-block;
  }
}
header .phone-cta .btn.mobile {
  display: inline-block;
}
@media (min-width: 1100px) {
  header .phone-cta .btn.mobile {
    display: none;
  }
}
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(var(--primaryColorRGB), 0) 30%, var(--primaryColor) 90%);
}
@media (min-width: 1100px) {
  .hero picture::after {
    background: none;
  }
}
.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 li {
  margin: 0;
}
.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: 60px;
  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);
}
.hero .inner.v2 .content .text .title {
  text-transform: inherit;
}
.hero .inner.v2 .content .logos {
  margin-bottom: 20px;
}
.hero .inner.v2 .content .logos .item img {
  width: 230px;
}
.hero .inner.v2 .hero-settlements {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #fff;
  padding-top: 20px;
}
.hero .inner.v2 .hero-settlements .settlement {
  margin: 0 20px 0 0;
}
.hero .inner.v2 .hero-settlements .settlement .number {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 2%;
  text-transform: uppercase;
  color: var(--buttonColor);
  margin-bottom: 20px;
}
.hero .inner.v2 .hero-settlements .settlement .case-type {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #fff;
}
.hero .inner.v2 .form .gform_wrapper .gform_footer {
  margin-top: 0;
}
@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;
  }
}
@media (min-width: 1100px) and (min-width: 1100px) {
  .hero .inner.v2 .text .logos {
    margin: 0 auto 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;
  color: var(--primaryColor);
}
.block-title.big {
  font-size: 40px;
  color: #fff;
}
@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:has(.button) {
  display: flex;
  align-items: center;
  gap: 35px;
}
.content-callout .callout:has(.button)::after, .content-callout .callout:has(.button)::before {
  content: "";
  height: 2px;
  background-color: rgba(0, 0, 0, 0.2);
  flex: 1;
}
.content-callout .callout:has(.button) .button {
  padding: 16px 40px;
  background-color: var(--secondaryColor);
  border-radius: 100px;
}
.content-callout .callout a {
  color: var(--secondaryColor);
}
.content-callout .logos {
  max-width: 100%;
  margin: 60px 0;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 60px;
}
.content-callout .logos .logo {
  width: 170px;
  height: 58px;
  margin: 0 20px;
  object-fit: contain;
}
.content-callout.light {
  background-color: var(--secondaryColor);
}
.content-callout.light .callout a {
  color: #fff;
}
.content-callout.logos {
  background-color: var(--lightGrey);
}
.content-callout.logos p,
.content-callout.logos span,
.content-callout.logos li,
.content-callout.logos strong {
  color: var(--text);
  text-align: center !important;
}
.content-callout.logos .callout a {
  color: #fff;
}
@media (min-width: 768px) {
  .content-callout .callout {
    font-size: 30px;
  }
  .content-callout .title {
    font-size: 49px;
    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: auto;
  height: 300px;
}
.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;
    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 40%;
  }
}

.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;
}
.attorneys-slider .items .slick-arrow {
  position: absolute;
  top: 168px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10;
}
.attorneys-slider .items .slick-arrow:first-of-type {
  left: -50px;
}
.attorneys-slider .items .slick-arrow:last-of-type {
  right: -50px;
}

.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);
  margin-bottom: 0;
}
.why-choose-us .columns .reasons .item .heading .title {
  color: var(--primaryColor);
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 0;
  align-self: center;
}
.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: rgb(243, 243, 243);
}
.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;
  margin-bottom: 0;
}
.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;
}
.faq .items .item.open .answer p {
  margin-bottom: 0;
}
@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(var(--primaryColorRGB), 0.8);
    padding: 60px 60px 30px 170px;
    width: 45%;
  }
}

.manual-reviews {
  max-width: 100%;
  background-color: var(--lightGrey);
  display: flex;
  justify-content: center;
  align-items: center;
}
.manual-reviews .block-inner {
  width: 90%;
  position: relative;
}
.manual-reviews .block-inner .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.manual-reviews .block-inner .slick-arrow:first-child {
  left: 10px;
}
.manual-reviews .block-inner .slick-arrow:last-child {
  right: 10px;
}
.manual-reviews .block-inner .slick-dots {
  max-width: 100%;
  position: static;
}
.manual-reviews .block-inner .review {
  max-width: 100%;
  padding: 20px;
}
.manual-reviews .block-inner .review-inner {
  max-width: 100%;
  padding: 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 5px;
  background-color: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2509803922);
}
.manual-reviews .block-inner .review .heading {
  width: fit-content;
  flex: 1;
  display: flex;
  font-family: var(--font2);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  color: var(--primaryColor);
}
.manual-reviews .block-inner .review .stars {
  width: fit-content;
  flex: 1;
  display: flex;
  align-self: stretch;
  flex-wrap: nowrap;
  gap: 8px;
}
.manual-reviews .block-inner .review .stars svg {
  width: 16px;
  height: 16px;
  align-self: center;
  display: block;
}
.manual-reviews .block-inner .review .content {
  height: 140px;
  overflow-y: scroll;
  flex: 0 0 100%;
}

.banner-block {
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.banner-block:has(.text-banner) {
  position: relative;
  padding: 80px 20px;
}
.banner-block:has(.text-banner) picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner-block:has(.text-banner) picture::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--secondaryColorRGB), 0.6);
}
.banner-block picture {
  width: 100%;
  height: 100%;
}
.banner-block picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.banner-block .logo {
  width: 180px;
  height: 130px;
  z-index: 1;
}
.banner-block .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.banner-block .text-banner {
  font-family: var(--font2);
  font-size: 35px;
  font-weight: 700;
  line-height: 41.02px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
  z-index: 1;
  text-transform: uppercase;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .banner-block {
    flex-direction: column;
  }
  .banner-block .logo {
    width: 155px !important;
    margin-bottom: 20px;
  }
  .banner-block .text-banner {
    font-size: 24px !important;
    line-height: 34px !important;
    text-align: center !important;
  }
}

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,
footer .columns .office .map img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
footer .columns .office .map img {
  object-fit: cover;
  object-position: center center;
}
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;
  }
}

.form-title {
  font-size: 28px;
  text-align: center;
  letter-spacing: 1px;
  color: var(--primaryColor);
  font-weight: 700;
  font-family: "Lato", sans-serif;
  text-transform: capitalize;
  margin: 0;
}
@media (max-width: 767px) {
  .form-title {
    margin-bottom: 20px;
    font-size: 26px;
    text-align: center;
    line-height: 52px;
  }
}

.bg-title {
  background-color: var(--lightGrey);
  padding: 30px 30px 0;
  margin-bottom: -30px;
}

.rplg div {
  max-width: 100% !important;
}
