@import "../../assets/css/modules/bootstrap.min.css";
@import "../../assets/css/modules/swiper-bundle.min.css";
@import "../../assets/css/modules/iziModal.min.css";
/* Colors */
/* font colors */
/* transition */
html {
  scroll-behavior: smooth;
}

#contact-form {
  scroll-margin-top: 220px;
}

body {
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}

@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1500px;
  }
}
img {
  max-width: 100%;
  height: auto;
}

h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: 0%;
  color: #333333;
  position: relative;
  margin-bottom: 25px;
}
h2.title-line-top::before {
  content: "";
  display: block;
  width: 190px;
  height: 12px;
  margin-bottom: 20px;
  background-color: #dfb967;
}
h2.title-line-bottom::after {
  content: "";
  display: block;
  width: 190px;
  height: 12px;
  margin-top: 20px;
  background-color: #dfb967;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 36px;
  }
  h2.title-line-top::before {
    width: 160px;
    height: 8px;
    margin-bottom: 15px;
  }
  h2.title-line-bottom::after {
    width: 160px;
    height: 8px;
    margin-top: 15px;
  }
}

h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 36px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #22275B;
  margin-bottom: 22px;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 30px;
  }
}

p {
  margin-bottom: 22px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 32px;
  letter-spacing: 0%;
}
p strong {
  font-weight: 700;
}
@media (max-width: 1199px) {
  p {
    font-size: 18px;
  }
}

/********************
  BACK TO TOP
*********************/
.back-to-top {
  position: fixed;
  bottom: 6.51vw;
  right: 0;
  background-color: #DFB967;
  text-decoration: none;
  background-image: url("/assets/images/back-to-top-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  background-size: 0.9vw;
  width: 2.083vw;
  height: 2.083vw;
  z-index: 11;
  transition: transform 0.3s linear;
  border-radius: 0.26vw 0 0 0.26vw;
  cursor: pointer;
}
.back-to-top:hover {
  background-color: #DFB967;
}
@media only screen and (max-width: 1440px) {
  .back-to-top {
    background-size: 1vw;
    width: 2.857vw;
    height: 2.857vw;
    border-radius: 0.347vw 0 0 0.347vw;
  }
}
@media only screen and (max-width: 1100px) {
  .back-to-top {
    background-size: 1.2vw;
    width: 3.636vw;
    height: 3.636vw;
    border-radius: 0.455vw 0 0 0.455vw;
  }
}
@media only screen and (max-width: 768px) {
  .back-to-top {
    background-size: 1.8vw;
    width: 5.208vw;
    height: 5.208vw;
    border-radius: 0.651vw 0 0 0.651vw;
  }
}
@media only screen and (max-width: 480px) {
  .back-to-top {
    background-size: 3.2vw;
    width: 8.333vw;
    height: 8.333vw;
    border-radius: 1.042vw 0 0 1.042vw;
  }
}

.btn-border {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  min-width: 200px;
  height: 62px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  text-decoration: none;
  letter-spacing: normal;
  text-transform: uppercase;
  border: 2px solid #DFB967;
  border-radius: 31px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.btn-border.white {
  color: #ffffff;
}
.btn-border.white:hover {
  color: #ffffff;
  border-color: #DFB967;
}

.btn-border, .btn-global {
  width: max-content;
  padding: 0 32px;
}
.btn-border img, .btn-global img {
  margin-left: 12px;
}

.btn-global, .lead-form form .submit input, body.error404 .entry .search-form .search-form-submit {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.15;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  height: 62px;
  text-align: center;
  text-decoration: none;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #333;
  border: 2px solid #DFB967;
  border-radius: 31px;
  background-color: #DFB967;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.btn-global, .lead-form form .submit input {
  min-width: 200px;
}

body.error404 .entry .search-form .search-form-submit {
  padding: 0 40px;
}

.btn-global:hover, .lead-form form .submit input:hover, body.error404 .entry .search-form .search-form-submit:hover {
  color: #333;
  background-color: #ffffff;
}

@media (max-width: 1199px) {
  .btn-border, .btn-global, .lead-form form .submit input, body.error404 .entry .search-form .search-form-submit {
    font-size: 16px;
    height: 54px;
  }
}

.btn-border:active, .btn-global:active, .lead-form form .submit input:active, body.error404 .entry .search-form .search-form-submit:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: none;
}

.btn-border svg, .btn-global svg, .lead-form form .submit input svg, body.error404 .entry .search-form .search-form-submit svg {
  position: relative;
  z-index: 2;
  width: 15px;
  height: 15px;
  margin-left: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}

.btn-global svg, .lead-form form .submit input svg, body.error404 .entry .search-form .search-form-submit svg {
  fill: #333;
}

.btn-border {
  color: #032965;
  background-color: transparent;
}

.btn-border:hover {
  color: #032965;
  border: 2px solid #032965;
  background-color: #DFB967;
}

.btn-border::before {
  content: none;
}

.btn-border svg {
  fill: #032965;
}

.form .form-control {
  margin-bottom: 20px;
}
.form .form-control:focus {
  outline: none;
  box-shadow: none;
}
.form input, .form textarea, .form select {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  display: block;
  width: 100%;
  height: 45px;
  padding: 10px 15px;
  outline: 0;
  border: none;
  color: #333;
  border-radius: 5px;
  background-color: #fff;
}
.form input::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder, .form select::-webkit-input-placeholder {
  color: #333;
}
.form textarea {
  min-height: 120px;
}
.form select {
  padding: 10px 30px 10px 10px;
  color: #333;
  cursor: pointer;
  border-radius: 4px;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="none" stroke="%23999" stroke-width="1" d="M0 0l2 2 2-2"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
  appearance: none;
}

.label-hide {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

/* Default visible content for no-JS browsers */
.animate-scroll {
  opacity: 1;
  transform: none;
}

.animate-scroll {
  will-change: transform, opacity;
}

/* Only hide when JS is enabled */
.js .animate-scroll {
  opacity: 0;
}

.thank-you-wrap {
  padding: 120px 0 150px;
  background-color: #ffffff;
}
.thank-you-wrap h1 {
  font-size: 64px;
  font-weight: 700;
  color: #032965;
  margin-bottom: 20px;
}
.thank-you-wrap h2 {
  font-size: 32px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 30px;
}
.thank-you-wrap p {
  font-size: 18px;
  line-height: 1.6;
  color: #555555;
  margin-bottom: 40px;
}
.thank-you-wrap p a {
  color: #032965;
  font-weight: 600;
  text-decoration: none;
}
.thank-you-wrap p a:hover {
  text-decoration: underline;
}
.thank-you-wrap .thank-you-cta {
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .thank-you-wrap {
    padding: 80px 0 100px;
  }
  .thank-you-wrap h1 {
    font-size: 44px;
  }
  .thank-you-wrap h2 {
    font-size: 24px;
  }
  .thank-you-wrap p {
    font-size: 16px;
  }
}
.landing-header {
  position: -webkit-sticky;
  position: sticky;
  z-index: 996;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.landing-header .landing-header-main-wrap {
  position: relative;
  z-index: 996;
  width: 100%;
  background-color: #ffffff;
}
.landing-header .landing-header-main-wrap .landing-header-main {
  width: 100%;
  padding: 24px 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.landing-header .landing-header-main-wrap .landing-header-main .landing-top-header .header-logotype {
  display: block;
  width: 276px;
  height: auto;
}
.landing-header .landing-header-main-wrap .landing-header-main .landing-header-meta {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
}
.landing-header .landing-header-main-wrap .landing-header-main .landing-header-meta .header-cta {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none;
}
.landing-header .landing-header-main-wrap .landing-header-main .landing-header-meta .header-cta a {
  text-decoration: none;
}
.landing-header .landing-header-main-wrap .landing-header-main .landing-header-meta .header-cta a.phone {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
  display: -webkit-box;
  display: flex;
  margin-bottom: 4px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #032965;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.landing-header .landing-header-main-wrap .landing-header-main .landing-header-meta .header-cta a.phone:hover {
  color: #DFB967;
}
.landing-header .landing-header-main-wrap .landing-header-main .landing-header-meta .header-cta > span:first-child .en-es {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
  display: block;
  margin-bottom: 5px;
  letter-spacing: 0.04em;
  color: #000;
}
.landing-header .landing-header-main-wrap .landing-header-main .landing-header-meta .header-cta > span:last-child {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #051c3f;
}
@media (max-width: 991px) {
  .landing-header .landing-header-main-wrap {
    background-color: #ffffff;
  }
  .landing-header .landing-header-main-wrap .container {
    max-width: 100%;
    padding: 0;
  }
  .landing-header .landing-header-main-wrap .landing-header-main {
    padding: 0;
    background: #ffffff;
  }
  .landing-header .landing-header-main-wrap .landing-header-main .landing-top-header {
    z-index: 30;
    display: flex;
    width: 100%;
    padding: 10px;
    background: #ffffff;
    justify-content: center;
    align-items: center;
  }
  .landing-header .landing-header-main-wrap .landing-header-main .landing-header-meta.mobile-cta {
    display: none;
  }
  .landing-header .landing-header-main-wrap .landing-header-main .landing-header-meta {
    z-index: 10;
    width: 100%;
  }
  .landing-header .landing-header-main-wrap .landing-header-main .landing-header-meta .header-cta {
    top: 120px;
    left: 0;
    width: 100%;
    height: 85px;
    padding: 0 15px;
    transition: all 0.3s ease-in-out;
    background-color: #DFB967;
  }
  .landing-header .landing-header-main-wrap .landing-header-main .landing-header-meta .header-cta a.phone {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.09em;
    color: #032965;
  }
  .landing-header .landing-header-main-wrap .landing-header-main .landing-header-meta .header-cta span:last-child {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.09em;
    color: #032965;
  }
}
@media (max-width: 575px) {
  .landing-header .landing-header-main-wrap .landing-header-main .landing-top-header .header-logotype {
    width: 240px;
  }
}

.home-hero {
  flex-direction: column;
  padding: 0 50px 0;
  justify-content: flex-start;
  display: flex;
  align-items: center;
}
.home-hero h1 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
  display: inline-block;
  margin: 0;
  text-align: center;
  letter-spacing: 0.345em;
  text-transform: uppercase;
  color: #ffffff;
}
.home-hero h2 {
  font-size: 54px;
  font-weight: 700;
  line-height: 1.2;
  margin: 10px 0 15px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.home-hero p {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 25px;
  padding-top: 10px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
  border-top: 1px #ffffff solid;
}
.home-hero p * {
  display: inline-block;
}
@media (max-width: 1440px) {
  .home-hero {
    padding: 0 20px 0;
  }
  .home-hero h1 {
    font-size: 18px;
  }
  .home-hero h2 {
    font-size: 46px;
  }
}
@media (max-width: 1199px) {
  .home-hero {
    padding: 0;
  }
  .home-hero h1 {
    max-width: 60%;
  }
  .home-hero h2 {
    font-size: 42px;
    line-height: 1.25;
    margin: 10px auto 20px;
    max-width: 60%;
  }
  .home-hero p {
    font-size: 20px;
    -webkit-box-ordinal-group: 4;
  }
  .home-hero p * {
    -webkit-box-ordinal-group: 5;
  }
  .home-hero .btn-global, .home-hero .lead-form form .submit input, .home-hero .lead-form form .submit input {
    -webkit-box-ordinal-group: 6;
  }
}
@media (max-width: 991px) {
  .home-hero h1 {
    max-width: 91%;
  }
  .home-hero h2 {
    max-width: 86%;
  }
}
@media (max-width: 767px) {
  .home-hero h1 {
    max-width: 100%;
  }
  .home-hero h2 {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .home-hero h2 {
    font-size: 32px;
  }
}

.home-hero-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #032965;
  background-image: url(/assets/images/landing-hero.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 90px;
}
.home-hero-wrap .container {
  position: relative;
  z-index: 3;
}
.home-hero-wrap video {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 120%;
  height: 120%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% -150px;
  object-position: 50% -150px;
}
.home-hero-wrap .video-button {
  position: relative;
  width: 400px;
  margin-left: auto;
  margin-right: -82px;
  margin-top: 44px;
}
.home-hero-wrap .video-button .btn-video {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 25px;
  padding: 7px 20px 7px 20px;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  background: linear-gradient(90deg, #032965 0.93%, rgba(3, 41, 101, 0) 130%, rgba(3, 41, 101, 0) 100%);
}
.home-hero-wrap .video-button .btn-video svg {
  display: block;
  width: 100px;
  height: 100px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  transition: 0.5s;
}
.home-hero-wrap .video-button .btn-video span {
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
  color: #ffffff;
  transition: 0.3s;
}
.home-hero-wrap .video-button .btn-video:hover svg {
  transform: rotate(360deg);
}
.home-hero-wrap .video-button .btn-video:hover span {
  color: #DFB967;
}
@media (max-width: 1440px) {
  .home-hero-wrap {
    background-position: 50% 0;
  }
  .home-hero-wrap .video-button {
    margin-right: -44px;
  }
}
@media (max-width: 1199px) {
  .home-hero-wrap {
    padding-top: 65px;
  }
  .home-hero-wrap video {
    display: none;
  }
  .home-hero-wrap .video-button {
    width: auto;
    margin: 44px 0 0;
  }
  .home-hero-wrap .video-button .btn-video {
    border-radius: 60px;
    padding: 15px 25px 15px 15px;
  }
  .home-hero-wrap .video-button .btn-video svg {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 576px) {
  .home-hero-wrap .video-button .btn-video svg {
    width: 60px;
    height: 60px;
  }
  .home-hero-wrap .video-button .btn-video span {
    font-size: 20px;
  }
}

.home-hero-product {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 45px 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}
.home-hero-product ul {
  width: 100%;
  margin: 0;
  padding: 15px 0 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.home-hero-product ul li {
  width: auto;
  padding: 0;
  list-style-type: none;
}
.home-hero-product ul a {
  display: inline-block;
}
.home-hero-product ul picture {
  display: inline-block;
  width: auto;
}
.home-hero-product span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 1400px) {
  .home-hero-product {
    padding: 30px 0 0;
  }
}
@media (max-width: 1199px) {
  .home-hero-product ul {
    max-width: 540px;
  }
  .home-hero-product ul picture img {
    width: auto;
    height: 26px;
  }
}
@media (max-width: 576px) {
  .home-hero-product ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px;
  }
  .home-hero-product span {
    display: block;
    margin-bottom: 10px;
  }
}

.badge-row .swiper-backface-hidden .swiper-slide, .home-hero-product ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.contact-hero-main {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  max-width: 709px;
}
@media (max-width: 1199px) {
  .contact-hero-main {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }
}
@media (max-width: 1199px) {
  .contact-hero-main {
    padding: 20px;
  }
}

.contact-hero-quote {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 42px;
  border-radius: 5px;
  background-color: #032965;
  justify-content: center;
  align-items: flex-start;
}
.contact-hero-quote p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px;
  color: #ffffff;
}
.contact-hero-quote p a {
  color: #ffffff;
}
.contact-hero-quote p a:hover {
  color: #DFB967;
}
.contact-hero-quote span {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  position: relative;
  display: block;
  color: #ffffff;
}
@media (max-width: 1400px) {
  .contact-hero-quote {
    padding: 32px;
  }
}
@media (max-width: 1199px) {
  .contact-hero-quote {
    padding: 30px;
  }
  .contact-hero-quote p {
    text-align: center;
  }
  .contact-hero-quote span {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .contact-hero-quote {
    padding: 24px;
  }
}

.contact-hero-form {
  width: 100%;
}
.contact-hero-form h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 30px;
  text-align: center;
  color: #ffffff;
}
.contact-hero-form .submit {
  max-width: 100%;
  padding: 0 18px;
  margin: 38px auto 0;
}
.contact-hero-form .submit input, .contact-hero-form .submit button {
  width: 100%;
}
@media (max-width: 767px) {
  .contact-hero-form h2 {
    font-size: 22px;
  }
  .contact-hero-form .submit input {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .contact-hero-form .submit {
    padding: 0;
  }
}

.our-services {
  width: 100%;
  padding-bottom: 125px;
  background-color: white;
  background-image: url(/assets/images/our-services.webp);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  margin-top: -175px;
  min-height: 1086px;
  display: flex;
  align-items: center;
  position: relative;
  clip-path: polygon(0 0, 100% 16%, 100% 100%, 0 100%);
}
.our-services .container .quote-text {
  position: absolute;
  bottom: 120px;
  max-width: 324px;
}
.our-services .container .quote-text h3 {
  position: relative;
  margin-bottom: 15px;
  font-weight: 600;
  font-style: italic;
}
.our-services .container .quote-text h3::after {
  content: "";
  width: 50px;
  height: 1px;
  display: block;
  margin: 15px 0 0;
  background-color: #000000;
}
.our-services .container .quote-text p {
  font-size: 18px;
}
.our-services .container .content {
  margin-right: 78px;
  margin-left: auto;
  max-width: 786px;
}
@media (max-width: 1440px) {
  .our-services {
    clip-path: polygon(0 0, 100% 11%, 100% 100%, 0 100%);
  }
  .our-services .container .content {
    margin-right: 0;
    max-width: 715px;
  }
}
@media (max-width: 1199px) {
  .our-services {
    clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 100%);
    margin-top: -126px;
    min-height: inherit;
    padding-top: 190px;
    background-position: 7% 0;
  }
  .our-services::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .our-services .container {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
  }
  .our-services .container .content {
    max-width: 100%;
  }
  .our-services .container .quote-text {
    position: static;
  }
}
@media (max-width: 767px) {
  .our-services {
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 100%);
    margin-top: -115px;
  }
}
@media (max-width: 575px) {
  .our-services {
    clip-path: polygon(0 0, 100% 3%, 100% 100%, 0 100%);
    margin-top: -90px;
    padding-top: 150px;
  }
}

.media-coverage {
  width: 100%;
  padding: 0 0 80px;
  background: #032965;
  overflow: hidden;
  margin-top: -115px;
  clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 100%);
  position: relative;
}
.media-coverage .content {
  position: relative;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 600px;
  padding-top: 240px;
}
.media-coverage .content h2, .media-coverage .content span {
  color: #ffffff;
}
.media-coverage .content h2 span {
  font-weight: normal;
}
.media-coverage .content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  color: #ffffff;
}
.media-coverage .content p:last-child {
  margin-bottom: 0;
}
.media-coverage .content-channel-thumb {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
}
.media-coverage .content-channel-thumb .imgTag {
  display: block;
  top: -50px;
  right: 0;
  width: 76vw;
  height: 950px;
  position: absolute;
  z-index: -1;
  max-width: 1197px;
}
.media-coverage .content-channel-thumb .imgTag img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 30px;
}
.media-coverage .content-channel-thumb .imgTag::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -1px;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(-269.17deg, #032965 0.85%, rgba(5, 28, 63, 0) 99.31%);
}
.media-coverage .content-channel-thumb .badge-awards .badge-row {
  display: -webkit-box;
  display: flex;
  width: 100%;
  gap: 1rem;
  align-items: center;
}
.media-coverage .content-channel-thumb .badge-awards .badge-row img {
  max-width: 127px;
  height: auto;
}
.media-coverage .content-channel-thumb .badge-awards .badge-row .award-badge-container {
  width: 60%;
  align-items: center;
}
.media-coverage .content-channel-thumb .badge-awards .badge-row .award-badge-container .badge-award-title {
  padding-right: 10px;
  border-right: 2px solid #ffffff;
  padding-top: 16px;
  padding-bottom: 16px;
}
.media-coverage .content-channel-thumb .badge-awards .badge-row .award-badge-container .badge-award-title strong {
  color: #DFB967;
}
.media-coverage .content-channel-thumb .badge-awards .badge-row .award-badge-container p {
  font-size: 40px;
  margin: 0;
  color: #ffffff;
}
.media-coverage .content-channel-thumb .badge-awards .badge-row .award-badge-container p.category-award {
  font-size: 24px;
  padding-left: 10px;
}
.media-coverage .content-channel-thumb .badge-awards .badge-row .award-badge-container .award-cat-swiper {
  overflow: hidden;
  max-width: 700px;
  height: 70px;
  min-width: 280px;
}
.media-coverage .content-channel-thumb .badge-awards .badge-row .award-badge-container .swiper-backface-hidden .swiper-slide, .media-coverage .content-channel-thumb .badge-awards .badge-row .award-badge-container body .home-hero-product ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
@media (max-width: 1400px) {
  .media-coverage {
    clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 100%);
  }
  .media-coverage .content {
    padding-top: 200px;
  }
  .media-coverage .content-channel-thumb .badge-awards .badge-row .award-badge-container {
    width: 72%;
  }
  .media-coverage .content-channel-thumb .badge-awards .badge-row .award-badge-container p {
    font-size: 34px;
  }
}
@media (max-width: 1199px) {
  .media-coverage {
    clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 100%);
  }
  .media-coverage .content {
    padding-top: 308px;
    min-height: inherit;
  }
  .media-coverage .content-channel-thumb {
    height: 358px;
    justify-content: flex-start;
  }
  .media-coverage .content-channel-thumb .badge-awards {
    position: absolute;
    margin-bottom: 150px;
  }
  .media-coverage .content-channel-thumb .imgTag {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .media-coverage .content-channel-thumb {
    height: 358px;
  }
  .media-coverage .content-channel-thumb .badge-awards {
    position: absolute;
    margin-bottom: 150px;
  }
  .media-coverage .content-channel-thumb .imgTag {
    height: 1048px;
  }
  .media-coverage .content-channel-thumb .imgTag::after {
    background: linear-gradient(-269.17deg, #032965 25.85%, rgba(5, 28, 63, 0) 99.31%);
  }
  .media-coverage .content-channel-thumb .imgTag img {
    object-position: -23% 30px;
  }
}
@media (max-width: 767px) {
  .media-coverage {
    padding: 0 0 70px;
    clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 100%);
  }
  .media-coverage .content {
    padding-top: 130px;
  }
  .media-coverage .content-channel-thumb .badge-awards .badge-row img {
    max-width: 105px;
  }
  .media-coverage .content-channel-thumb .badge-awards .badge-row .award-badge-container {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .media-coverage .content-channel-thumb .badge-awards .badge-row .award-badge-container .badge-award-title {
    font-size: 28px;
    border-right: none;
    border-bottom: 2px solid #ffffff;
  }
  .media-coverage .content-channel-thumb .badge-awards .badge-row .award-badge-container .award-cat-swiper {
    height: 60px;
    margin-top: 10px;
  }
  .media-coverage .content-channel-thumb .badge-awards .badge-row .award-badge-container p.category-award {
    font-size: 20px;
  }
  .media-coverage .content-channel-thumb .imgTag img {
    object-position: 20% 30px;
  }
}
@media (max-width: 767px) {
  .media-coverage .content {
    padding-top: 200px;
  }
  .media-coverage .content-channel-thumb .imgTag img {
    object-position: 20% 0;
  }
}
@media (max-width: 575px) {
  .media-coverage .content {
    padding-top: 200px;
  }
  .media-coverage .content-channel-thumb .imgTag img {
    object-position: 35% 0;
  }
}

.home-media-cases {
  width: 100%;
  padding-top: 150px;
}
.home-media-cases > h3 {
  font-size: 130px;
  font-weight: 400;
  line-height: 1;
  position: relative;
  margin: 0 0 -15px;
  color: rgba(217, 217, 217, 0.25);
}
.home-media-cases .home-media-slider .home-media-thumb {
  position: relative;
  height: 230px;
  display: block;
}
.home-media-cases .home-media-slider .home-media-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.home-media-cases .home-media-slider .home-media-thumb .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 60px;
  height: 60px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home-media-cases .home-media-slider a {
  text-decoration: none;
}
.home-media-cases .home-media-slider a:hover {
  color: #DFB967;
}
.home-media-cases .home-media-slider h4 {
  margin: 20px 0 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 28.8px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-decoration: none;
}
.home-media-cases .home-media-slider h4:hover {
  color: #DFB967;
}
.home-media-cases .home-media-slider span {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  display: inline-block;
  padding-top: 20px;
  position: relative;
  color: #ffffff;
}
.home-media-cases .home-media-slider span::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 183px;
  height: 1px;
  background-color: #ffffff;
}
.home-media-cases .home-media-slider .home-media-nav {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
  padding: 80px 0 0;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.home-media-cases .home-media-nav {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
  padding: 80px 0 0;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.home-media-cases .home-media-nav .swiper-pagination {
  position: relative !important;
  bottom: initial !important;
  left: initial !important;
  width: 100%;
}
.home-media-cases .home-media-nav .swiper-pagination-bullet {
  display: inline-block;
  width: 58px;
  height: 5px;
  margin: 0 !important;
  opacity: 1;
  border-radius: 0;
  background-color: #d9d9d9;
}
@media (max-width: 767px) {
  .home-media-cases .home-media-nav .swiper-pagination-bullet {
    width: 50px;
    height: 4px;
  }
}
.home-media-cases .home-media-nav .swiper-pagination-bullet:hover {
  background-color: #DFB967;
}
.home-media-cases .home-media-nav .swiper-pagination-bullet-active {
  background-color: #567eb9;
}
.home-media-cases .home-media-nav .btn-nav svg, .home-media-cases .home-media-nav body .swiper-pagination-bullet {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.home-media-cases .home-media-nav .btn-nav svg {
  width: 30%;
  height: 30%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  fill: #051c3f;
}
.home-media-cases .home-media-nav .btn-nav.swiper-button-disabled {
  opacity: 0;
}
.home-media-cases .home-media-nav .btn-nav {
  position: relative;
  z-index: 1;
  top: initial;
  left: initial;
  right: initial;
  width: 59px;
  height: 59px;
  margin: 30px 15px 0;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #ffffff;
  border-radius: 50%;
  outline: 0;
  background: transparent;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.home-media-cases .home-media-nav .btn-nav.btn-next {
  left: initial;
}
@media (max-width: 1400px) {
  .home-media-cases .home-media-nav .btn-nav {
    left: -30px;
  }
}
@media (max-width: 1199px) {
  .home-media-cases .home-media-nav .btn-nav {
    border: 1px solid #051c3f;
  }
}
@media (max-width: 1199px) {
  .home-media-cases {
    padding-top: 20px;
  }
  .home-media-cases .home-media-nav {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  .home-media-cases > h3 {
    font-size: 90px;
    margin: 0 0 -10px;
  }
}
@media (max-width: 767px) {
  .home-media-cases > h3 {
    font-size: 80px;
    margin: 0 0 -7px;
  }
  .home-media-cases .home-media-nav {
    padding-top: 30px;
  }
}
@media (max-width: 575px) {
  .home-media-cases > h3 {
    font-size: 15vw;
    margin: 0 0 -7px;
  }
  .home-media-cases .home-media-nav {
    padding-top: 30px;
  }
}

.home-media-more {
  display: -webkit-box;
  display: flex;
  width: 100%;
  padding-top: 30px;
  -webkit-box-pack: center;
  justify-content: center;
}

.landing-why {
  width: 100%;
  padding: 120px 0 0;
  background: white;
}
.landing-why .titleTag {
  font-size: 36px;
  text-align: center;
  font-weight: 400;
  color: #051C3F;
}
.landing-why h2 {
  position: relative;
  margin: 20px 0 100px 0;
  font-size: 85px;
  font-weight: 700;
  line-height: 1.15;
  color: #032965;
  text-align: center;
}
.landing-why h2::before {
  display: none;
}
.landing-why h2:after {
  content: "";
  display: block;
  width: 308px;
  height: 12px;
  margin: 30px auto 0;
  background-color: #DFB967;
}
.landing-why .home-why-item {
  position: relative;
}
.landing-why .home-why-item h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
  position: relative;
  margin: 0 0 24px;
  letter-spacing: -0.01em;
  color: #051c3f;
}
.landing-why .home-why-item h3::after {
  content: "";
  width: 144px;
  height: 1px;
  background: #051c3f;
  display: block;
  margin: 24px 0 0;
}
.landing-why .home-why-item p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
  margin: 0;
  color: #051c3f;
}
.landing-why .imgTag {
  display: block;
  width: 100%;
  margin-top: -100px;
}
.landing-why .imgTag img {
  width: 100%;
  height: auto;
}
@media (min-width: 1400px) {
  .landing-why .row > div:not(:first-child) .home-why-item {
    padding-left: 50px;
  }
  .landing-why .row > div:not(:last-child) .home-why-item {
    position: relative;
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .landing-why .row > div:not(:first-child) .home-why-item {
    padding-left: 30px;
  }
  .landing-why .row > div:not(:last-child) .home-why-item {
    position: relative;
    padding-right: 30px;
  }
  .landing-why .row > div:not(:last-child) .home-why-item::after {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    display: block;
    width: 1px;
    height: 206px;
    content: "";
    background-color: #051c3f;
  }
}
@media (max-width: 1400px) {
  .landing-why h2 {
    font-size: 68px;
  }
  .landing-why h2::after {
    width: 260px;
  }
}
@media (max-width: 1199px) {
  .landing-why {
    padding: 60px 0 0;
  }
  .landing-why .titleTag {
    font-size: 32px;
    text-align: left;
  }
  .landing-why h2 {
    font-size: 48px;
    margin: 10px 0 50px 0;
    text-align: left;
  }
  .landing-why h2::after {
    width: 200px;
    height: 8px;
    margin: 30px 0 0;
  }
  .landing-why .imgTag {
    margin-top: -50px;
  }
}
@media (max-width: 991px) {
  .landing-why .home-why-item {
    margin-bottom: 34px;
  }
  .landing-why .home-why-item h3::after {
    margin: 20px 0 0;
  }
}
@media (max-width: 767px) {
  .landing-why .titleTag {
    font-size: 28px;
    text-align: left;
  }
  .landing-why h2 {
    font-size: 36px;
    margin: 10px 0 40px 0;
  }
  .landing-why h2::after {
    width: 180px;
  }
}

.landing-our-attorney {
  background: #032965;
  padding-bottom: 220px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 93%);
  width: 100%;
}
.landing-our-attorney .imgTag {
  display: block;
  width: 100%;
  margin-bottom: -180px;
}
.landing-our-attorney .imgTag img {
  width: 100%;
  height: auto;
}
.landing-our-attorney > * {
  color: #ffffff;
}
.landing-our-attorney h2 {
  color: #ffffff;
  font-size: 46px;
  margin-bottom: 16px;
}
.landing-our-attorney h2::before {
  position: static;
  margin-bottom: 40px;
}
.landing-our-attorney h2 span {
  font-weight: normal;
}
.landing-our-attorney .titleTag {
  font-size: 36px;
  font-weight: 400;
}
.landing-our-attorney p {
  font-size: 18px;
}
.landing-our-attorney p a {
  color: #DFB967;
  font-weight: 600;
}
.landing-our-attorney p a:hover {
  color: #ffffff;
}
@media (max-width: 1400px) {
  .landing-our-attorney {
    padding-bottom: 170px;
  }
  .landing-our-attorney .imgTag {
    margin-bottom: -120px;
  }
  .landing-our-attorney h2 {
    font-size: 40px;
  }
  .landing-our-attorney .titleTag {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .landing-our-attorney {
    padding-bottom: 120px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 96%);
  }
  .landing-our-attorney h2 {
    font-size: 36px;
    margin-bottom: 16px;
  }
  .landing-our-attorney h2::before {
    margin-bottom: 30px;
  }
  .landing-our-attorney .titleTag {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .landing-our-attorney .imgTag {
    margin-bottom: -60px;
  }
}
@media (max-width: 767px) {
  .landing-our-attorney {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 97%);
    padding-bottom: 90px;
  }
  .landing-our-attorney .imgTag {
    margin-bottom: 0px;
  }
}

.landing-clients-Testimonial {
  width: 100%;
  padding: 72px 0 150px;
  background: white;
}
.landing-clients-Testimonial .titleTag {
  font-size: 36px;
  text-align: center;
  font-weight: 400;
  color: #051C3F;
}
.landing-clients-Testimonial h2 {
  position: relative;
  margin: 20px 0 55px 0;
  font-size: 85px;
  font-weight: 700;
  line-height: 1.15;
  color: #032965;
  text-align: center;
}
.landing-clients-Testimonial h2::before {
  display: none;
}
.landing-clients-Testimonial h2:after {
  content: "";
  display: block;
  width: 308px;
  height: 12px;
  margin: 40px auto 0;
  background-color: #DFB967;
}
@media (max-width: 1400px) {
  .landing-clients-Testimonial {
    padding: 70px 0 120px;
  }
  .landing-clients-Testimonial h2 {
    font-size: 68px;
  }
  .landing-clients-Testimonial h2::after {
    width: 260px;
  }
}
@media (max-width: 1199px) {
  .landing-clients-Testimonial {
    padding: 60px 0;
  }
  .landing-clients-Testimonial .titleTag {
    font-size: 32px;
  }
  .landing-clients-Testimonial h2 {
    font-size: 48px;
    margin: 10px 0 45px 0;
  }
  .landing-clients-Testimonial h2::after {
    width: 200px;
    height: 8px;
    margin: 30px auto 0;
  }
}
@media (max-width: 767px) {
  .landing-clients-Testimonial .titleTag {
    font-size: 28px;
  }
  .landing-clients-Testimonial h2 {
    font-size: 36px;
    margin: 10px 0 45px 0;
  }
  .landing-clients-Testimonial h2::after {
    width: 180px;
  }
}

footer {
  background: #032965;
  padding: 52px 0;
}
footer .footer-top {
  display: flex;
  justify-content: space-between;
}
footer .footer-cta {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  width: max-content;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
footer .footer-cta a {
  text-decoration: none;
}
footer .footer-cta a.phone {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
  display: flex;
  margin-bottom: 4px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
footer .footer-cta a.phone:hover {
  color: #DFB967;
}
footer .footer-cta > span:first-child .en-es {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
  display: block;
  margin-bottom: 5px;
  letter-spacing: 0.04em;
  color: #ffffff;
}
footer .footer-cta > span:last-child {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #ffffff;
}
footer .copyright {
  border-top: 1px solid #ffffff;
  margin-top: 60px;
  padding-top: 30px;
}
footer .copyright p {
  color: #ffffff;
  margin: 0;
  font-size: 14px;
}
footer .copyright p a {
  color: #ffffff;
  text-decoration: none;
}
footer .copyright p a:hover {
  color: #DFB967;
}
footer .copyright .siteBy {
  display: inline-block;
  margin-top: 26px;
}
footer .copyright img{width: 80px;margin-top: -10px;}
@media (max-width: 1400px) {
  footer .footer-logo {
    max-width: 380px;
  }
  footer .footer-cta a.phone {
    font-size: 42px;
  }
  footer .footer-cta span:last-child {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  footer {
    padding: 40px 0;
  }
  footer .container {
    max-width: 100% !important;
  }
  footer .footer-logo {
    max-width: 280px;
  }
  footer .footer-cta a.phone {
    font-size: 32px;
    margin: 7px 0;
  }
  footer .footer-cta span:first-child a {
    font-size: 16px;
  }
  footer .footer-cta span:last-child {
    font-size: 14px;
  }
  footer .copyright {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  footer .footer-top {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}

.googleReviewWidget {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .googleReviewWidget .ti-widget-container {
    display: flex !important;
    align-items: center;
  }
  .googleReviewWidget .ti-widget.ti-goog .ti-review-item {
    flex: 0 0 33.33% !important;
    max-width: 33.33% !important;
    padding: 0 15px;
  }
  .googleReviewWidget .ti-widget.ti-goog .ti-header {
    width: 25%;
  }
  .googleReviewWidget .ti-widget.ti-goog .ti-reviews-container {
    width: 75%;
  }
}
@media (max-width: 1199px) {
  .googleReviewWidget {
    margin-top: 20px;
  }
}

@media (min-width: 1200px) {
  .iziModal {
    max-width: 1000px !important;
  }
  .iziModal iframe {
    height: 560px !important;
  }
}
@media (max-width: 576px) {
  .iziModal iframe {
    height: 280px !important;
  }
}

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