.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 1;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 36px;
  line-height: 130%;
  font-weight: 600;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
}

p {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 140%;
}

.navbar-container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  max-width: 2200px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu.menu-type-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.logo-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-container.w--current {
  width: 320px;
}

.logo {
  position: absolute;
  width: auto;
  height: auto;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
}

.logo.dark {
  width: auto;
  height: auto;
  opacity: 0;
}

.nav-link {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
}

.nav-link:hover {
  opacity: 0.7;
}

.nav-link.w--current {
  font-family: Generalsans, sans-serif;
  color: #fff;
}

.nav-link.contact {
  border-radius: 12px;
  background-color: #fff200;
  color: #282461;
}

.nav-link.dropdown:hover {
  opacity: 1;
}

.nav-link.in-dropdown {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  text-decoration: none;
}

.nav-link.black {
  color: #000;
}

.hero-homepage {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-image-container {
  position: absolute;
  z-index: -1;
  display: block;
  overflow: hidden;
  height: 100vh;
  background-color: #000;
}

.hero-image {
  width: 100%;
  height: 100vh;
  opacity: 0.6;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-image.position-left {
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 80% 50%;
  object-position: 80% 50%;
}

.hero-content {
  position: relative;
  left: 0px;
}

.title-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-left: 6px none #ed1c24;
}

.heading-1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Generalsans, sans-serif;
  font-weight: 600;
}

.wide-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 40px;
  padding-bottom: 0px;
  padding-left: 115px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wide-container.horizontal-to-vertical {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wide-container.horizontal-to-reverse-vertical {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wide-container.style-guide {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.orange-span {
  color: #fff200;
}

.above-title-text {
  font-family: Generalsans, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 1;
}

.paragraph {
  max-width: 460px;
  font-family: Generalsans, sans-serif;
  color: #fff;
}

.paragraph.wide {
  max-width: 550px;
  color: #000;
}

.paragraph.feature {
  max-width: 290px;
  padding-top: 10px;
  opacity: 0.6;
  color: #000;
}

.paragraph.feature.career {
  width: 100%;
  max-width: 340px;
  padding-top: 20px;
}

.paragraph.narrow {
  max-width: 370px;
  opacity: 0.8;
}

.paragraph.narrow.black {
  opacity: 1;
  color: #000;
}

.paragraph.narrow.footer-credit-row {
  margin-bottom: 10px;
  font-size: 15px;
}

.paragraph.narrow.with-margin {
  margin-bottom: 20px;
  opacity: 0.8;
}

.paragraph.footer-bold {
  margin-bottom: 30px;
  font-weight: 700;
  text-align: left;
}

.paragraph.wide-white {
  opacity: 0.8;
}

.paragraph.wide-white.with-margin {
  margin-bottom: 20px;
  opacity: 0.8;
}

.paragraph.black {
  color: #000;
}

.paragraph.black.bold {
  font-weight: 700;
}

.paragraph.black.with-margin {
  margin-bottom: 10px;
}

.paragraph.black.max-width {
  max-width: 100%;
}

.paragraph.black.license {
  width: 460px;
  margin-right: 60px;
  margin-left: 0px;
}

.paragraph.black-lower-opac {
  opacity: 0.6;
  color: #000;
  font-weight: 700;
}

.paragraph.contact {
  width: 200px;
  min-width: 200px;
  color: #000;
  font-weight: 700;
}

.paragraph.semi-wide {
  max-width: 430px;
  color: #000;
}

.paragraph.job {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  color: #000;
}

.paragraph.service {
  max-width: 550px;
  color: #000;
}

.paragraph.service.with-margin {
  margin-bottom: 20px;
}

.paragraph.blog {
  text-decoration: underline;
}

.button-type-1 {
  margin-top: 40px;
  padding: 15px 30px;
  border-radius: 90px;
  background-color: #2f583f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.button-type-1:hover {
  background-color: #a3a3a3;
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
  color: #fff;
}

.button-type-1.form {
  margin-top: 15px;
  padding: 10px 20px;
  border-radius: 10px;
}

.button-type-1.job {
  margin-top: 0px;
}

.button-type-1.password {
  margin-top: 10px;
  padding: 10px 20px;
}

.button-type-1._404 {
  margin-top: 25px;
}

.border {
  position: absolute;
  left: -72px;
  top: 0px;
  display: block;
  width: 6px;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 3px;
  border-color: #2f583f;
  border-radius: 90px;
  background-color: #2f583f;
}

.pattern-home-hero {
  position: absolute;
  left: 75%;
  top: 20%;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.round-bottom-left-corner {
  overflow: hidden;
  border-bottom-left-radius: 80px;
  background-color: transparent;
}

.section.round-top-left-corner {
  overflow: hidden;
  border-top-left-radius: 80px;
  background-color: #282461;
}

.section.round-top-left-corner.last-section {
  padding-bottom: 200px;
  background-color: #2f583f;
}

.section.both-round-corners {
  padding-bottom: 60px;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  background-color: #2f583f;
}

.section.both-round-corners.normal-padding {
  padding-bottom: 120px;
  background-color: transparent;
}

.section.both-round-corners.services {
  padding-bottom: 120px;
}

.section.small-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.top-no-margin-on-mobile {
  padding-top: 60px;
}

.section.last-section {
  padding-bottom: 200px;
}

.section.last-section.careers {
  padding-bottom: 300px;
}

.section.bottom-no-padding {
  padding-bottom: 0px;
}

.section.overflow-visible {
  overflow: visible;
}

.section.both-round-corners {
  padding-bottom: 60px;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  background-color: #2f4858;
}

.section.both-round-corners.normal-padding {
  padding-bottom: 120px;
  background-color: transparent;
}

.left-side-content {
  width: 60%;
  padding-right: 50px;
  padding-bottom: 30px;
}

.heading-wrapper {
  position: relative;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Generalsans, sans-serif;
}

.heading-2 {
  font-family: Generalsans, sans-serif;
}

.heading-2.white {
  color: #fff;
}

.heading-2.service {
  max-width: 410px;
}

.button-type-2 {
  display: inline-block;
  margin-top: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  text-decoration: none;
}

.button-type-2:hover {
  color: #000;
  text-decoration: underline;
}

.button-type-2.services {
  margin-top: 20px;
}

.button-type-2.white {
  cursor: pointer;
}

.button-type-2.white:hover {
  color: #fff;
}

.button-type-2-text {
  font-family: Generalsans, sans-serif;
  color: #000;
  line-height: 1;
  font-weight: 700;
}

.button-type-2-text.white {
  color: #fff;
}

.button-circle {
  position: static;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  background-color: #2f583f;
  opacity: 0.6;
}

.button-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 6px;
  opacity: 1;
  -webkit-transform: translate(-60%, -30%) rotate(90deg);
  -ms-transform: translate(-60%, -30%) rotate(90deg);
  transform: translate(-60%, -30%) rotate(90deg);
}

.button-circle-wrapper {
  position: relative;
  margin-left: 20px;
}

.homepage-about-image-wrapper {
  position: relative;
  left: -115px;
  overflow: hidden;
  width: 117%;
  margin-top: 30px;
}

.hero-contact-image {
  width: 90%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.right-side-content {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-left: 1px solid #000;
}

.right-side-content.mapa {
  width: 25%;
  border: 1px none #000;
}

.company-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feature-title-number {
  margin-bottom: 10px;
  opacity: 0.4;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 64px;
  line-height: 1;
  font-weight: 100;
}

.heading-3 {
  font-family: Generalsans, sans-serif;
  line-height: 1.2;
  font-weight: 600;
}

.heading-3.white {
  margin-bottom: 20px;
  font-family: Generalsans, sans-serif;
  color: #fff;
  font-weight: 700;
}

.heading-3.white.bold {
  font-weight: 600;
}

.heading-3.semibold {
  font-weight: 600;
}

.heading-3.semibold.newest-homepage-blog {
  max-width: 300px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.heading-3.semibold.other-blog {
  max-width: 100%;
  margin-top: 8px;
  margin-bottom: 8px;
}

.heading-3.semibold.other-services {
  margin-top: 20px;
  margin-bottom: 10px;
}

.heading-3.office {
  margin-top: 5px;
  margin-bottom: 60px;
  font-size: 32px;
  font-weight: 500;
}

.heading-3.medium {
  font-weight: 500;
}

.heading-3.lower-opac {
  opacity: 0.6;
}

.heading-3.white {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 500;
}

.about-us-pattern {
  position: absolute;
  top: 10%;
  right: 0px;
  z-index: 0;
  opacity: 0.5;
}

.image-background {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url('../images/Homepage_services_image.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-background.services {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #282461;
  background-image: none;
}

.image-background.contact-us {
  z-index: 0;
  background-image: none;
}

.image-background.careers {
  background-image: url('../images/Businessman-min.jpg');
}

.feature-row-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.feature-row-content.valores {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-column-gap: 5%;
  grid-row-gap: 5%;
}

.feature-row {
  position: relative;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #fff;
}

.feature-row.hire {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom-style: none;
}

.number-container {
  display: inline-block;
  width: 40%;
  max-width: 40%;
  padding-right: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.big-text {
  display: inline-block;
  opacity: 0.3;
  font-family: Generalsans, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
}

.big-text.dark {
  color: #000;
}

.feature-content-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  line-height: 1;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
  line-height: 1;
}

.feature-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.center-title-container {
  position: relative;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.lower-opac {
  z-index: 0;
  opacity: 0.4;
}

.image.slightly-lower-opac {
  opacity: 0.8;
}

.horizontal-border {
  position: absolute;
  left: 42%;
  top: auto;
  bottom: 0%;
  width: 19%;
  height: 6px;
  border-radius: 100px;
  background-color: #ed1c24;
}

.homepage-newest-blog-post-list {
  width: 100%;
  margin-top: 20px;
}

.homepage-newest-blog-image-wrapper {
  position: relative;
  overflow: hidden;
  width: 45vw;
  height: 60vh;
}

.collection-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-description-homepage {
  padding-left: 20px;
}

.blog-description-homepage.other-blog {
  padding-left: 0px;
}

.wrapper {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.wrapper.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: auto;
}

.wrapper.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.wrapper.horizontal-to-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper.blue-background {
  margin-top: 10px;
  background-color: #2f583f;
  line-height: 1;
}

.small-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1;
}

.small-text.lower-opac {
  opacity: 0.6;
}

.small-text.office {
  padding-left: 2px;
}

.blog-dot {
  margin-top: 2px;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.blog-category-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-category-wrapper.other-blog {
  margin-top: 15px;
}

.homepage-other-blogs-list {
  margin-bottom: 10px;
}

.homepage-other-blogs-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.other-blog-image-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 50vh;
}

.homepage-blogs-pattern {
  position: absolute;
  top: 3%;
  right: 0px;
  z-index: -1;
  overflow: hidden;
}

.hire-icon {
  width: 30px;
  height: 30px;
  margin-bottom: 20px;
}

.footer {
  position: relative;
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 70px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #282461;
  text-align: center;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  opacity: 0.8;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Generalsans, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 120%;
  text-align: left;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 1;
  text-decoration: underline;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2f583f;
}

.utility-page-wrap._404 {
  background-color: #fff;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.utility-page-form {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block {
  position: absolute;
  left: 0px;
  bottom: -100px;
  width: 100%;
  height: 100px;
  background-color: #2f583f;
}

.footer-top {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 80px;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  background-color: #282461;
}

.contact-link-block {
  border-bottom: 3px solid #fff;
  text-decoration: none;
}

.huge-text {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
}

.mouse-pointer-icon {
  position: absolute;
  right: 0px;
  bottom: -20px;
  width: 40px;
  height: 40px;
}

.footer-links-container {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 2fr 1fr;
  grid-template-columns: 1fr 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.social-link-block {
  margin-right: 15px;
  opacity: 0.8;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.social-link-block:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.social-icon {
  width: 25px;
  height: 25px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.credits-container {
  text-align: left;
}

.footer-credits-link {
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.footer-credits-link:hover {
  opacity: 1;
  text-decoration: underline;
}

.text-span-3 {
  opacity: 0.8;
}

.hero-type-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 85vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-type-1.template {
  height: 50vh;
}

.heroy-type-1-image-container {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  overflow: hidden;
  width: 80vw;
  height: 85vh;
  background-color: #000;
}

.heroy-type-1-image-container.template {
  height: 50vh;
}

.main-title-container.type-1 {
  margin-top: 25vh;
}

.hero-type-1-pattern {
  position: absolute;
  right: 15%;
  bottom: 62vh;
  -webkit-transform: translate(0px, 50%);
  -ms-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
}

.hero-type-1-pattern.template {
  bottom: 60vh;
}

.company-features-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature {
  margin-right: 40px;
}

.feature-image {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}

.feature-image.career {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  background-color: transparent;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #333;
}

.feature-image.career:hover {
  opacity: 1;
}

.special-image-wrapper {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 80vh;
  margin-top: 20px;
  background-color: #000;
}

.special-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.special-container.center {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.special-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 80vh;
  margin-top: 20px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.special-description.type-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 70vh;
}

.special-description.type-2.cavalry {
  height: 70vh;
}

.special-description.services {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.personnel-image-grid {
  display: block;
  width: 60%;
  height: 70vh;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.employee-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.employee {
  position: relative;
  overflow: hidden;
}

.special-pattern {
  position: absolute;
  top: 7%;
  right: 0px;
}

.part-blue-background {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  width: 60%;
  height: 100%;
  background-color: #2f583f;
}

.part-blue-background.rounded {
  border-bottom-left-radius: 80px;
}

.our-cavalry-image-container {
  position: relative;
  overflow: hidden;
  width: 60%;
  height: 70vh;
}

.testimonial-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-top: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-right: 1px solid #000;
}

.slide-nav {
  display: none;
}

.testimonial-image-container {
  overflow: hidden;
  width: 14vw;
  height: 40vh;
  border-radius: 20px;
}

.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14vw;
  height: 100%;
  min-width: 280px;
  margin-left: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.mask {
  height: 100%;
  min-width: 280px;
}

.top-arrow {
  position: static;
  left: 0%;
  top: -35vh;
  width: 12vw;
  height: 30px;
  margin-bottom: 20px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.bottom-arrow {
  position: static;
  width: 12vw;
  height: 30px;
  margin-top: 20px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.quote-text {
  max-width: 280px;
  color: #000;
  font-style: italic;
  font-weight: 400;
}

.testimonial-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.testimonial-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 280px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.companies-grid {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.companies-container {
  width: 60%;
}

.company-image {
  width: 100px;
  height: 100px;
  opacity: 0.6;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.company-image:hover {
  opacity: 1;
}

.hero-type-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 85vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-type-2-image-container {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.contact-information-container {
  width: 45%;
}

.contact-information {
  margin-top: 30px;
}

.contact-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.contact-link {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 140%;
}

.form-container {
  width: 35%;
  max-width: 500px;
  margin-left: 10%;
}

.form-blue-overlay {
  position: absolute;
  right: 0px;
  width: 50%;
  height: 80%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  background-color: #2f583f;
}

.form-blue-overlay.careers {
  height: 70%;
}

.form-label {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
}

.text-field {
  margin-bottom: 20px;
  border-radius: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 140%;
}

.text-field.password {
  margin-top: 30px;
  margin-bottom: 5px;
}

.textarea {
  width: 100%;
  max-height: 20px;
  max-width: 100%;
  min-height: 20vh;
  min-width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 140%;
}

.form-block {
  margin-bottom: 0px;
}

.form-blue-overlay-mobile {
  display: none;
}

.success-text {
  font-family: 'Open Sans', sans-serif;
  color: green;
  font-size: 18px;
  line-height: 140%;
}

.success-message {
  background-color: #fff;
}

.error-message {
  background-color: #fff;
}

.error-text {
  font-family: 'Open Sans', sans-serif;
  color: red;
  font-size: 18px;
  line-height: 140%;
}

.location-grid {
  display: -ms-grid;
  display: grid;
  padding-top: 50px;
  padding-bottom: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 15% 1fr 1fr;
  grid-template-columns: 15% 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #000;
}

.locations-list {
  width: 100%;
  margin-top: 20px;
}

.number-grid-cell {
  height: 210px;
}

.loaction-info-grid-cell {
  height: 210px;
}

.location-image-grid-cell {
  padding-left: 10%;
}

.location-image-container {
  position: relative;
  overflow: hidden;
  height: 80vh;
}

.feature-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.job-collection-list {
  width: 100%;
  max-width: 1500px;
  margin-top: -20px;
}

.job-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.job-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.job-item {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #000;
}

.careers-pattern {
  position: absolute;
  top: 0px;
  right: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.text-block {
  margin-right: 5px;
}

.dropdown-text {
  color: #000;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
}

.service-text-half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.service-features-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #000;
}

.service-features-rich-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 210%;
  font-weight: 700;
}

.service-second-section-rich-text {
  max-width: 460px;
  opacity: 0.8;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 140%;
}

.other-services-collection {
  width: 100%;
  margin-top: 20px;
}

.other-services-image-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 60vh;
  background-color: #000;
}

.other-service-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.other-services-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.narrow-container {
  width: 80%;
  max-width: 1288px;
  margin-left: 115px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.blog-rich-text {
  margin-top: 60px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 230%;
}

.stroke {
  position: absolute;
  left: 115px;
  bottom: 0px;
  width: 80%;
  height: 1px;
  padding-right: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000;
}

.lock-image {
  width: 200px;
  opacity: 1;
}

.pattern-utility-1 {
  position: absolute;
  top: 10%;
  right: 0px;
}

.pattern-utility-2 {
  position: absolute;
  left: 0px;
  bottom: 20%;
}

.page-not-found-image {
  width: 200px;
  margin-bottom: 25px;
}

.typography-content {
  padding-right: 150px;
}

.typography {
  margin-top: 65px;
}

.colors-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 80%;
  margin-top: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.color {
  height: 25vh;
}

.color.orange {
  background-color: #526b87;
}

.color.blue {
  background-color: #2f583f;
}

.color.dark-blue {
  background-color: #282461;
}

.color.black {
  background-color: #000;
}

.license-image-container {
  width: 100px;
  height: 100px;
  margin-right: 20px;
}

.license-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.license-content.last {
  margin-bottom: 0px;
}

.license-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-link {
  color: #000;
  font-weight: 700;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5555;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #282461;
}

.loader-logo-image {
  position: static;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
}

.loader-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rht-image {
  width: 50px;
  height: 100%;
}

.dropdown-list {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  box-shadow: 3px 3px 8px 1px rgba(0, 0, 0, 0.26);
}

.dropdown-list.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
}

.navbar-fill {
  position: absolute;
  right: 0px;
  display: none;
  width: 0%;
  height: 100%;
}

.blog-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 5;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  opacity: 0;
}

.blog-text-wrapper {
  overflow: hidden;
}

.overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 4;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.overlay.secondary-color {
  background-color: #5f788a;
}

.logo-loader-2 {
  position: absolute;
  width: 35vh;
  margin-top: 0vh;
}

.logo-loader-1 {
  position: absolute;
  width: 35vh;
  margin-top: 0vh;
}

.logo-2 {
  position: absolute;
  width: 100px;
  height: auto;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
}

.logo-2.dark {
  opacity: 0;
}

.logo-container-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-2 {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

.nav-link-2:hover {
  opacity: 0.7;
}

.nav-link-2.w--current {
  color: #fff;
}

.nav-link-2.dropdown:hover {
  opacity: 1;
}

.nav-link-2.contact {
  color: #fbb666;
}

.title-container-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-left: 6px none #fbb666;
}

.above-title-text-2 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 1;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.orange-span-2 {
  color: #fbb666;
}

.border-2 {
  position: absolute;
  left: -72px;
  top: 0px;
  display: block;
  width: 6px;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 3px;
  border-color: #fbb666;
  border-radius: 90px;
  background-color: #fbb666;
}

.paragraph-2 {
  max-width: 460px;
  color: #fff;
}

.paragraph-2.feature {
  max-width: 290px;
  padding-top: 10px;
  opacity: 0.6;
  color: #000;
}

.paragraph-2.feature.career {
  width: 100%;
  max-width: 340px;
  padding-top: 20px;
}

.paragraph-2.narrow {
  max-width: 370px;
  opacity: 0.8;
}

.paragraph-2.narrow.footer-credit-row {
  margin-bottom: 10px;
  font-size: 15px;
}

.paragraph-2.job {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  color: #000;
}

.paragraph-2.semi-wide {
  max-width: 430px;
  color: #000;
}

.paragraph-2.contact {
  width: 200px;
  min-width: 200px;
  color: #000;
  font-weight: 700;
}

.paragraph-2.black {
  color: #000;
}

.paragraph-2.black.with-margin {
  margin-bottom: 10px;
}

.paragraph-2.footer-bold {
  margin-bottom: 30px;
  font-weight: 700;
  text-align: left;
}

.heading-5.white {
  color: #fff;
}

.big-text-2 {
  display: inline-block;
  opacity: 0.3;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}

.image-background-2 {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url('../images/Homepage_services_image.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-background-2.careers {
  background-image: url('../images/Businessman-min.jpg');
}

.button-type-3 {
  margin-top: 40px;
  padding: 15px 30px;
  border-radius: 90px;
  background-color: #fbb666;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 18px;
}

.button-type-3:hover {
  background-color: #ffac4b;
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.button-type-3.job {
  margin-top: 0px;
}

.button-type-3.form {
  margin-top: 15px;
  padding: 10px 20px;
  border-radius: 10px;
}

.footer-top-2 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 80px;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  background-color: #1c2b34;
}

.form-blue-overlay-2 {
  position: absolute;
  right: 0px;
  width: 50%;
  height: 80%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  background-color: #2f4858;
}

.form-blue-overlay-2.careers {
  height: 70%;
}

.form-blue-overlay-mobile-2 {
  display: none;
}

.huge-text-2 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
}

.footer-2 {
  position: relative;
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 70px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #1c2b34;
  text-align: center;
}

.loader-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5555;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2f4858;
}

.loader-wrapper-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-3 {
  display: block;
  width: 100%;
  height: 100vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-color: rgba(40, 36, 97, 0.95);
}

.feature-row-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.feature-row-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.feature-row-image {
  width: 60%;
  margin-left: 5%;
}

.servicios-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.feature-row-collapse {
  display: none;
  height: 0%;
  margin-top: 20px;
}

.list {
  list-style-type: square;
}

.tag-position-div {
  position: absolute;
  left: 0%;
  top: -20vh;
  right: auto;
  bottom: auto;
  width: 20px;
  height: 20px;
  min-width: 1px;
}

.text-block-2 {
  margin-bottom: 10px;
  font-family: Generalsans, sans-serif;
}

.menu-text {
  margin-left: 15px;
  color: #282461;
  font-size: 17px;
  line-height: 1.25;
  text-decoration: none;
}

.mapa-wrap {
  overflow: hidden;
  width: 75%;
  height: 75vh;
  padding-right: 50px;
  border-radius: 90px 0px 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-4 {
  -o-object-fit: cover;
  object-fit: cover;
}

.mapa {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-text {
  display: block;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.8;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Generalsans, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 135%;
  text-align: left;
  text-decoration: none;
}

.footer-text:hover {
  opacity: 1;
}

.text-span-4 {
  color: #ed1c24;
  font-weight: 600;
}

.link-block {
  display: block;
  cursor: pointer;
}

@media screen and (min-width: 1280px) {
  .logo-container.w--current {
    width: 300px;
    margin-left: 40px;
  }

  .button-type-1 {
    background-color: #282461;
  }

  .pattern-home-hero {
    background-color: transparent;
  }

  .heading-2 {
    font-family: Generalsans, sans-serif;
  }

  .feature-title-number {
    font-family: Generalsans, sans-serif;
  }

  .heading-3.white {
    font-family: Generalsans, sans-serif;
  }

  .big-text {
    font-family: Generalsans, sans-serif;
  }

  .huge-text {
    font-family: Generalsans, sans-serif;
  }

  .service-text-half {
    padding-right: 100px;
  }

  .narrow-container {
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .stroke {
    left: 10%;
  }

  .typography-content {
    padding-right: 200px;
  }

  .loader {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .logo-container.w--current {
    width: 280px;
  }

  .heading-1 {
    font-size: 5vw;
  }

  .wide-container {
    overflow: visible;
    max-width: 85%;
  }

  .wide-container.for-footer {
    top: -40px;
  }

  .wide-container.blog {
    width: 85%;
    max-width: 1750px;
  }

  .paragraph.wide-white {
    max-width: 600px;
  }

  .paragraph.black.license {
    margin-right: 100px;
  }

  .section {
    overflow: hidden;
  }

  .section.round-bottom-left-corner {
    border-bottom-left-radius: 160px;
  }

  .section.round-top-left-corner {
    border-top-left-radius: 160px;
  }

  .section.round-top-left-corner.last-section {
    padding-bottom: 280px;
  }

  .section.both-round-corners {
    padding-bottom: 80px;
    border-top-left-radius: 160px;
    border-bottom-left-radius: 160px;
  }

  .section.top-no-margin-on-mobile {
    padding-top: 80px;
  }

  .section.last-section {
    padding-bottom: 280px;
  }

  .section.both-round-corners {
    padding-bottom: 80px;
    border-top-left-radius: 160px;
    border-bottom-left-radius: 160px;
  }

  .heading-2 {
    font-size: 2.5vw;
  }

  .heading-2.blog {
    font-size: 42px;
  }

  .homepage-about-image-wrapper {
    left: -16vw;
    width: 136%;
  }

  .hero-contact-image {
    width: 80%;
  }

  .feature-title-number {
    font-size: 8vw;
  }

  .heading-3.office {
    font-size: 2vw;
  }

  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-top {
    height: 160px;
    border-top-left-radius: 160px;
    border-top-right-radius: 160px;
  }

  .huge-text {
    font-size: 5vw;
  }

  .company-features-container {
    width: 87%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .feature {
    margin-right: 0px;
  }

  .special-image-wrapper {
    height: 75vh;
  }

  .special-container.center {
    width: 100%;
  }

  .special-description {
    height: 75vh;
  }

  .part-blue-background.rounded {
    border-bottom-left-radius: 160px;
  }

  .slider {
    margin-left: 3vw;
  }

  .top-arrow {
    margin-bottom: 30px;
  }

  .bottom-arrow {
    margin-top: 30px;
  }

  .narrow-container {
    width: 85%;
    margin-left: 0px;
    padding-right: 40px;
    padding-left: 115px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .typography-content {
    padding-right: 300px;
  }

  .license-image-container {
    width: 150px;
    height: 150px;
  }

  .license-content {
    margin-top: 20px;
    margin-bottom: 120px;
  }

  .heading-4 {
    font-size: 5vw;
  }

  .heading-5 {
    font-size: 2.5vw;
  }

  .footer-top-2 {
    height: 160px;
    border-top-left-radius: 160px;
    border-top-right-radius: 160px;
  }

  .huge-text-2 {
    font-size: 5vw;
  }

  .footer-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 1920px) {
  .navbar-container {
    position: relative;
    z-index: 5555;
  }

  .logo-container.w--current {
    width: 280px;
  }

  .logo {
    height: 100%;
  }

  .logo.dark {
    height: 100%;
  }

  .nav-link {
    font-size: 22px;
  }

  .wide-container {
    max-width: 80%;
  }

  .wide-container.horizontal-to-vertical {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .wide-container.blog {
    width: 80%;
  }

  .above-title-text {
    font-size: 32px;
  }

  .paragraph {
    max-width: 540px;
    font-size: 22px;
  }

  .paragraph.wide {
    max-width: 650px;
  }

  .paragraph.feature {
    max-width: 360px;
  }

  .paragraph.feature.career {
    max-width: 400px;
  }

  .paragraph.narrow {
    max-width: 450px;
  }

  .paragraph.narrow.footer-credit-row {
    font-size: 17px;
  }

  .paragraph.black.license {
    width: 540px;
    margin-right: 120px;
  }

  .paragraph.semi-wide {
    max-width: 530px;
  }

  .paragraph.job {
    max-width: 1000px;
  }

  .paragraph.service {
    max-width: 700px;
  }

  .paragraph.service.with-margin {
    max-width: 700px;
  }

  .button-type-1 {
    font-size: 22px;
  }

  .button-type-1.form {
    padding: 15px 25px;
  }

  .button-type-1.job {
    margin-top: auto;
  }

  .button-type-1.password {
    padding: 15px 30px;
  }

  .button-type-1._404 {
    margin-top: 35px;
  }

  .section.both-round-corners {
    padding-bottom: 100px;
  }

  .section.top-no-margin-on-mobile {
    padding-top: 100px;
  }

  .section.last-section.careers {
    padding-bottom: 400px;
  }

  .section.both-round-corners {
    padding-bottom: 100px;
  }

  .left-side-content {
    padding-right: 50px;
  }

  .heading-2.service {
    max-width: 28vw;
  }

  .button-type-2-text {
    font-size: 18px;
  }

  .homepage-about-image-wrapper {
    left: -16vw;
    margin-top: 60px;
  }

  .right-side-content {
    height: 100vh;
  }

  .company-feature {
    padding-left: 50px;
  }

  .feature-title-number {
    font-size: 5vw;
  }

  .heading-3 {
    font-size: 28px;
  }

  .heading-3.white {
    display: inline-block;
  }

  .heading-3.semibold.newest-homepage-blog {
    max-width: 340px;
  }

  .heading-3.semibold.other-services {
    margin-top: 30px;
  }

  .heading-3.office {
    margin-top: 10px;
    margin-bottom: 100px;
  }

  .heading-3.white {
    display: inline-block;
  }

  .feature-row-content {
    margin-top: 40px;
  }

  .feature-row {
    margin-top: 80px;
    padding-bottom: 80px;
  }

  .feature-row.hire {
    margin-top: 50px;
  }

  .big-text {
    font-size: 28px;
  }

  .horizontal-border {
    bottom: 5px;
  }

  .homepage-newest-blog-post-list {
    margin-top: 35px;
  }

  .blog-description-homepage {
    padding-left: 30px;
  }

  .small-text.office {
    padding-left: 3px;
    font-size: 18px;
  }

  .other-blogs-collection-item {
    width: 100%;
  }

  .homepage-other-blogs-list {
    margin-bottom: 20px;
  }

  .homepage-other-blogs-grid {
    margin-top: 50px;
    grid-column-gap: 30px;
    grid-row-gap: 50px;
  }

  .hire-icon {
    width: 40px;
    height: 40px;
  }

  .footer-link {
    font-size: 22px;
  }

  .utility-page-content {
    width: 25vw;
  }

  .footer-links-container {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .social-icon {
    width: 30px;
    height: 30px;
  }

  .hero-type-1-pattern {
    right: 16%;
  }

  .company-features-container {
    width: 90%;
  }

  .feature-image {
    width: 125px;
    height: 125px;
    margin-bottom: 20px;
  }

  .feature-image.career {
    width: 65px;
    height: 65px;
    margin-bottom: 15px;
  }

  .special-image-wrapper {
    margin-top: 35px;
  }

  .slider {
    margin-left: 4vw;
  }

  .company-image {
    width: 130px;
    height: 130px;
  }

  .contact-information {
    margin-top: 40px;
  }

  .contact-line {
    margin-top: 20px;
  }

  .contact-link {
    font-size: 22px;
  }

  .form-label {
    font-size: 22px;
  }

  .text-field {
    font-size: 22px;
  }

  .text-field.password {
    margin-top: 40px;
  }

  .textarea {
    font-size: 22px;
  }

  .success-text {
    font-size: 22px;
  }

  .error-text {
    font-size: 22px;
  }

  .locations-list {
    margin-top: 40px;
  }

  .feature-grid {
    margin-top: 70px;
    grid-row-gap: 75px;
  }

  .job-collection-list {
    margin-top: 0px;
  }

  .dropdown-text {
    font-size: 18px;
  }

  .service-features-container {
    margin-top: 20px;
  }

  .service-features-rich-text {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 100px;
    font-size: 22px;
    line-height: 250%;
  }

  .service-second-section-rich-text {
    max-width: 600px;
    font-size: 22px;
  }

  .other-services-collection {
    margin-top: 35px;
  }

  .other-services-grid {
    grid-column-gap: 30px;
  }

  .narrow-container {
    width: 67%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .page-not-found-image {
    width: 10vw;
    margin-bottom: 35px;
  }

  .loader-logo-image {
    width: 75px;
    height: 75px;
  }

  .rht-image {
    width: 75px;
  }

  .dropdown-list.w--open {
    width: 300px;
  }

  .navbar-fill {
    position: absolute;
    z-index: 5000;
    display: block;
    width: 20vw;
    background-color: #fff;
  }

  .logo-2 {
    width: 120px;
  }

  .nav-link-2 {
    font-size: 22px;
  }

  .above-title-text-2 {
    font-size: 32px;
  }

  .paragraph-2 {
    max-width: 540px;
    font-size: 22px;
  }

  .paragraph-2.feature {
    max-width: 360px;
  }

  .paragraph-2.feature.career {
    max-width: 400px;
  }

  .paragraph-2.narrow {
    max-width: 450px;
  }

  .paragraph-2.narrow.footer-credit-row {
    font-size: 17px;
  }

  .paragraph-2.job {
    max-width: 1000px;
  }

  .paragraph-2.semi-wide {
    max-width: 530px;
  }

  .big-text-2 {
    font-size: 28px;
  }

  .button-type-3 {
    font-size: 22px;
  }

  .button-type-3.job {
    margin-top: auto;
  }

  .button-type-3.form {
    padding: 15px 25px;
  }

  .mapa-wrap {
    padding-right: 50px;
  }

  .footer-text {
    font-size: 22px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-container {
    height: 60px;
  }

  .nav-menu {
    background-color: #fff;
  }

  .nav-menu.menu-type-2 {
    height: auto;
  }

  .logo-container.w--current {
    width: 220px;
  }

  .nav-link {
    padding-left: 40px;
    color: #000;
  }

  .nav-link.w--current {
    padding-left: 40px;
    color: #000;
  }

  .nav-link.dropdown {
    width: 100%;
  }

  .nav-link.in-dropdown {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 60px;
  }

  .hero-homepage {
    min-height: 100vh;
    min-width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .hero-image-container {
    height: 100vh;
    min-width: 100vw;
  }

  .hero-image.position-left {
    height: 100vh;
    -o-object-position: 70% 50%;
    object-position: 70% 50%;
  }

  .hero-content {
    left: 0px;
  }

  .title-container {
    margin-top: 12px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .heading-1 {
    font-size: 42px;
  }

  .wide-container {
    padding-left: 70px;
  }

  .wide-container.horizontal-to-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-row-gap: 30px;
  }

  .wide-container.horizontal-to-reverse-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .wide-container.style-guide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wide-container.hero {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-bottom: 10vh;
  }

  .above-title-text {
    font-size: 24px;
  }

  .paragraph.feature {
    text-align: left;
  }

  .paragraph.narrow {
    max-width: 600px;
  }

  .paragraph.narrow.black.newest-blog-post {
    max-width: 550px;
  }

  .paragraph.narrow.with-margin {
    max-width: 600px;
  }

  .paragraph.footer-bold {
    margin-bottom: 20px;
  }

  .paragraph.wide-white {
    max-width: 600px;
  }

  .paragraph.wide-white.with-margin {
    max-width: 600px;
  }

  .paragraph.black.license {
    width: 100%;
    margin-left: 0px;
  }

  .paragraph.job {
    width: 70%;
  }

  .paragraph.service {
    max-width: 700px;
  }

  .paragraph.service.with-margin {
    max-width: 700px;
  }

  .button-type-1 {
    margin-top: 10px;
    padding: 12px 24px;
  }

  .button-type-1.job {
    margin-top: auto;
  }

  .border {
    left: -27px;
  }

  .pattern-home-hero {
    width: 12vw;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.round-bottom-left-corner {
    border-bottom-left-radius: 40px;
  }

  .section.round-top-left-corner {
    border-top-left-radius: 40px;
  }

  .section.round-top-left-corner.last-section {
    padding-bottom: 100px;
  }

  .section.both-round-corners {
    padding-bottom: 0px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 0px;
  }

  .section.both-round-corners.normal-padding {
    padding-bottom: 60px;
    border-bottom-left-radius: 40px;
  }

  .section.both-round-corners.services {
    padding-bottom: 60px;
    border-bottom-left-radius: 40px;
  }

  .section.top-no-margin-on-mobile {
    padding-top: 0px;
  }

  .section.last-section {
    padding-bottom: 100px;
  }

  .section.last-section.careers {
    padding-top: 0px;
    padding-bottom: 100px;
  }

  .section.bottom-no-margin-on-mobile {
    padding-bottom: 0px;
  }

  .section.both-round-corners {
    padding-bottom: 0px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 0px;
  }

  .section.both-round-corners.normal-padding {
    padding-bottom: 60px;
    border-bottom-left-radius: 40px;
  }

  .left-side-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .button-type-2.services {
    margin-top: 20px;
  }

  .button-type-2.white:hover {
    color: #fff;
  }

  .button-type-2-text.white {
    color: #fff;
  }

  .homepage-about-image-wrapper {
    position: relative;
    left: 0px;
    width: 50%;
  }

  .hero-contact-image {
    width: 150%;
    max-width: 150%;
    -webkit-transform: translate(15%, 0px);
    -ms-transform: translate(15%, 0px);
    transform: translate(15%, 0px);
  }

  .right-side-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .right-side-content.mapa {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    grid-column-gap: 30px;
  }

  .company-feature {
    padding-left: 30px;
  }

  .heading-3.semibold.newest-homepage-blog {
    max-width: 550px;
  }

  .heading-3.office {
    margin-bottom: 0px;
  }

  .about-us-pattern {
    display: none;
  }

  .feature-row-content {
    width: 100%;
    margin-top: 0px;
  }

  .feature-row-content.valores {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .feature-row.hire {
    width: 80%;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .number-container.about-us {
    margin-bottom: 10px;
  }

  .big-text {
    font-size: 24px;
  }

  .big-text.smaller-on-mobile {
    font-size: 14px;
  }

  .image {
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .homepage-newest-blog-image-wrapper {
    width: 100%;
    height: 40vh;
  }

  .collection-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-description-homepage {
    padding-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .wrapper.horizontal-to-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .blog-category-wrapper {
    margin-top: 10px;
  }

  .blog-category-wrapper.other-blog {
    margin-top: 10px;
  }

  .homepage-other-blogs-grid {
    margin-top: 50px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .other-blog-image-wrapper {
    height: 40vh;
  }

  .homepage-blogs-pattern {
    display: none;
  }

  .footer {
    padding: 20px 20px 30px;
  }

  .footer-top {
    height: 40px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .huge-text {
    font-size: 56px;
  }

  .mouse-pointer-icon {
    bottom: -10px;
    width: 30px;
    height: 30px;
  }

  .footer-links-container {
    margin-top: 50px;
    margin-bottom: 65px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .hero-type-1 {
    height: 65vh;
  }

  .hero-type-1.template {
    height: 35vh;
  }

  .heroy-type-1-image-container {
    width: 100%;
    height: 65vh;
  }

  .heroy-type-1-image-container.template {
    height: 35vh;
  }

  .main-title-container.type-1 {
    margin-top: 25vh;
  }

  .main-title-container.type-1.template {
    margin-top: 15vh;
  }

  .hero-type-1-pattern {
    display: none;
  }

  .company-features-container {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .feature.last {
    margin-bottom: 0px;
  }

  .feature.career {
    margin-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .special-image-wrapper {
    width: 100%;
    height: 55vh;
  }

  .special-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .special-container.center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .special-description {
    width: 80%;
    height: auto;
    padding-left: 0px;
  }

  .special-description.type-2 {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .special-description.type-2.cavalry {
    height: auto;
    margin-bottom: 0px;
  }

  .personnel-image-grid {
    width: 100%;
  }

  .employee-grid {
    width: 100%;
  }

  .special-pattern {
    display: none;
  }

  .part-blue-background {
    width: 100%;
  }

  .part-blue-background.rounded {
    border-bottom-left-radius: 40px;
  }

  .our-cavalry-image-container {
    position: relative;
    left: 40px;
    width: 100vw;
    height: 55vh;
    max-width: 1200px;
  }

  .testimonial-container {
    width: 100%;
    border-right-style: none;
  }

  .testimonial-image-container {
    width: 100%;
  }

  .slider {
    width: 100%;
    margin-left: 0vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .mask {
    width: 80%;
  }

  .top-arrow {
    position: relative;
    top: -5vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 300px;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .arrow-up {
    width: 30px;
    height: 30px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .bottom-arrow {
    position: relative;
    top: -5vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 300px;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .arrow-down {
    width: 30px;
    height: 30px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .companies-grid {
    border-bottom: 1px solid #000;
  }

  .companies-container {
    width: 100%;
  }

  .hero-type-2 {
    height: 65vh;
  }

  .contact-information-container {
    width: 100%;
  }

  .contact-information {
    margin-bottom: 40px;
  }

  .contact-information.office {
    margin-bottom: 0px;
  }

  .form-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-left: 0%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .form-blue-overlay {
    display: none;
  }

  .form-block {
    max-width: 500px;
    margin-bottom: 0px;
  }

  .form-blue-overlay-mobile {
    position: absolute;
    left: -70px;
    top: 0px;
    z-index: -1;
    display: block;
    width: 100vw;
    height: 100%;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    background-color: #2f583f;
  }

  .location-grid {
    padding-top: 60px;
    padding-bottom: 0px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border-bottom-style: none;
  }

  .locations-list {
    margin-top: -30px;
  }

  .number-grid-cell {
    height: auto;
  }

  .loaction-info-grid-cell {
    height: auto;
  }

  .location-image-grid-cell {
    padding-left: 0%;
  }

  .location-image-container {
    position: relative;
    left: -70px;
    width: 100vw;
    height: 55vh;
  }

  .feature-grid {
    margin-top: 30px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .job-collection-list {
    margin-top: -20px;
  }

  .careers-pattern {
    display: none;
  }

  .dropdown-text {
    color: #000;
    font-size: 16px;
  }

  .service-text-half {
    padding-right: 0px;
  }

  .service-text-half.right {
    margin-top: 20px;
  }

  .service-features-rich-text {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .service-second-section-rich-text {
    max-width: 700px;
  }

  .other-services-image-container {
    height: 40vh;
  }

  .other-service-content {
    max-width: 700px;
  }

  .other-services-grid {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .narrow-container {
    width: 100%;
    margin-left: 0px;
    padding-right: 40px;
    padding-left: 70px;
  }

  .blog-rich-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .stroke {
    left: 5%;
    width: 90%;
  }

  .typography-content {
    padding-right: 0px;
  }

  .buttons-content {
    margin-top: 60px;
  }

  .typography {
    margin-top: 45px;
  }

  .colors-grid {
    margin-top: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .buttons {
    margin-top: -20px;
  }

  .license-content {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .license-images {
    margin-bottom: 10px;
  }

  .loader-wrapper {
    margin-bottom: 20vh;
  }

  .dropdown-list.w--open {
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 0px;
    background-color: #fff;
    box-shadow: none;
  }

  .menu-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 35px;
    height: 35px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .menu-icon.dark {
    opacity: 0;
  }

  .menu-icon.close {
    opacity: 0;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .nav-link-2 {
    padding-left: 40px;
    color: #000;
  }

  .nav-link-2.w--current {
    padding-left: 40px;
    color: #000;
  }

  .nav-link-2.dropdown {
    width: 100%;
  }

  .heading-4 {
    font-size: 68px;
  }

  .border-2 {
    left: -27px;
  }

  .paragraph-2.feature {
    text-align: left;
  }

  .paragraph-2.narrow {
    max-width: 600px;
  }

  .paragraph-2.job {
    width: 70%;
  }

  .paragraph-2.footer-bold {
    margin-bottom: 20px;
  }

  .big-text-2 {
    font-size: 24px;
  }

  .button-type-3.job {
    margin-top: auto;
  }

  .footer-top-2 {
    height: 40px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .form-blue-overlay-2 {
    display: none;
  }

  .form-blue-overlay-mobile-2 {
    position: absolute;
    left: -70px;
    top: 0px;
    z-index: -1;
    display: block;
    width: 100vw;
    height: 100%;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    background-color: #2f4858;
  }

  .huge-text-2 {
    font-size: 68px;
  }

  .footer-2 {
    padding: 20px 20px 30px;
  }

  .loader-wrapper-2 {
    margin-bottom: 20vh;
  }

  .feature-row-collapse {
    display: none;
  }

  .mapa-wrap {
    width: 100%;
    height: 100%;
    padding-right: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .div-block-3 {
    width: 40%;
  }

  .icono {
    width: 15%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .section-2 {
    font-family: Generalsans, sans-serif;
  }
}

@media screen and (max-width: 767px) {
  .navbar-container {
    height: 60px;
    padding-right: 0px;
    padding-left: 30px;
  }

  .logo-container.w--current {
    width: 150px;
  }

  .nav-link {
    padding-left: 20px;
  }

  .nav-link.w--current {
    padding-left: 20px;
  }

  .hero-homepage {
    min-height: 100vh;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .hero-image-container {
    height: 100vh;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .hero-image.position-left {
    height: 100%;
    -o-object-position: 100% 50%;
    object-position: 100% 50%;
  }

  .hero-content {
    left: 0px;
  }

  .title-container {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .heading-1 {
    font-size: 6vw;
  }

  .wide-container {
    padding-left: 35px;
  }

  .above-title-text {
    font-size: 16px;
  }

  .paragraph.feature {
    font-size: 17px;
  }

  .paragraph.feature.career {
    max-width: 500px;
    text-align: left;
  }

  .paragraph.narrow {
    font-size: 16px;
  }

  .paragraph.narrow.with-margin {
    margin-bottom: 10px;
  }

  .paragraph.wide-white.with-margin {
    margin-bottom: 10px;
  }

  .paragraph.job {
    width: 100%;
  }

  .paragraph.service.with-margin {
    margin-bottom: 10px;
  }

  .button-type-1 {
    margin-top: 15px;
    padding: 12px 24px;
    font-size: 16px;
  }

  .button-type-1.job {
    margin-top: 20px;
    margin-right: auto;
  }

  .border {
    left: -14px;
    width: 3px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-width: 1px;
  }

  .pattern-home-hero {
    display: none;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.round-bottom-left-corner {
    border-bottom-left-radius: 25px;
  }

  .section.round-top-left-corner {
    padding-top: 60px;
    border-top-left-radius: 25px;
  }

  .section.round-top-left-corner.last-section {
    padding-bottom: 65px;
  }

  .section.both-round-corners {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 0px;
  }

  .section.both-round-corners.normal-padding {
    padding-bottom: 40px;
    border-bottom-left-radius: 25px;
  }

  .section.both-round-corners.services {
    padding-bottom: 40px;
    border-bottom-left-radius: 25px;
  }

  .section.last-section {
    padding-bottom: 65px;
  }

  .section.last-section.careers {
    padding-bottom: 65px;
  }

  .section.both-round-corners {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 0px;
  }

  .section.both-round-corners.normal-padding {
    padding-bottom: 40px;
    border-bottom-left-radius: 25px;
  }

  .left-side-content {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .heading-2 {
    font-size: 4.5vw;
  }

  .button-type-2.services {
    margin-top: 15px;
  }

  .button-type-2.white:hover {
    color: #fff;
  }

  .homepage-about-image-wrapper {
    left: 0px;
    height: auto;
  }

  .hero-contact-image {
    width: 210%;
    max-width: 210%;
    -webkit-transform: translate(25%, 0px);
    -ms-transform: translate(25%, 0px);
    transform: translate(25%, 0px);
  }

  .right-side-content {
    height: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .feature-title-number {
    font-size: 42px;
    font-weight: 200;
  }

  .heading-3 {
    font-size: 20px;
  }

  .heading-3.semibold.other-services {
    margin-top: 15px;
  }

  .heading-3.office {
    font-size: 4.25vw;
  }

  .blue-background {
    width: 100%;
    height: 100%;
    background-color: #2f583f;
  }

  .image-background {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #2f583f;
    background-image: none;
    background-size: auto;
  }

  .image-background.careers {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }

  .feature-row-content {
    margin-top: -30px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .feature-row-content.valores {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .feature-row {
    margin-top: 40px;
    padding-bottom: 40px;
  }

  .feature-row.hire {
    width: 45%;
    padding-top: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .number-container {
    margin-bottom: 10px;
  }

  .big-text {
    font-size: 14px;
  }

  .feature-content-wrapper {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .horizontal-border {
    height: 3px;
  }

  .homepage-newest-blog-post-list {
    margin-top: 10px;
  }

  .homepage-other-blogs-grid {
    margin-top: 40px;
    grid-row-gap: 40px;
  }

  .hire-icon {
    width: 28px;
    margin-bottom: 20px;
  }

  .footer {
    padding: 25px 20px 30px;
  }

  .footer-top {
    height: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }

  .huge-text {
    font-size: 36px;
  }

  .mouse-pointer-icon {
    bottom: -5px;
    width: 20px;
    height: 20px;
  }

  .footer-links-container {
    margin-bottom: 0px;
    grid-column-gap: 25px;
  }

  .hero-type-1 {
    height: 60vh;
  }

  .heroy-type-1-image-container {
    height: 60vh;
  }

  .main-title-container.type-1 {
    margin-top: 25vh;
  }

  .feature.career {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .special-image-wrapper {
    height: 40vh;
    margin-top: 20px;
  }

  .special-description {
    width: 100%;
    padding-right: 40px;
    padding-left: 35px;
  }

  .special-description.type-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .personnel-image-grid {
    height: auto;
  }

  .employee-grid {
    height: auto;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .part-blue-background.rounded {
    border-bottom-left-radius: 25px;
  }

  .our-cavalry-image-container {
    left: 40px;
    height: 40vh;
  }

  .companies-grid {
    grid-row-gap: 0px;
  }

  .company-image {
    width: 80px;
    height: 80px;
  }

  .hero-type-2 {
    height: 60vh;
  }

  .form-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .form-block {
    margin-bottom: 0px;
  }

  .form-blue-overlay-mobile {
    left: -35px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }

  .location-grid {
    padding-top: 60px;
    -ms-grid-columns: 1fr 12%;
    grid-template-columns: 1fr 12%;
  }

  .locations-list {
    margin-top: -10px;
  }

  .location-image-container {
    left: -35px;
    height: 40vh;
  }

  .feature-grid {
    margin-top: 10px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .job-description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .job-item {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .service-text-half.right {
    margin-top: 10px;
  }

  .service-features-container {
    margin-top: 10px;
  }

  .service-features-rich-text {
    padding-right: 40px;
  }

  .other-services-collection {
    margin-top: 10px;
  }

  .other-services-grid {
    grid-row-gap: 50px;
  }

  .narrow-container {
    margin-top: -20px;
    padding-left: 35px;
  }

  .stroke {
    left: 3%;
    width: 94%;
  }

  .typography {
    margin-top: 15px;
  }

  .colors-grid {
    max-width: 100%;
    margin-top: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .buttons {
    margin-top: -30px;
  }

  .nav-link-2 {
    padding-left: 20px;
  }

  .nav-link-2.w--current {
    padding-left: 20px;
  }

  .title-container-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .above-title-text-2 {
    font-size: 16px;
  }

  .heading-4 {
    font-size: 7vw;
  }

  .border-2 {
    left: -14px;
    width: 3px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-width: 1px;
  }

  .paragraph-2.feature.career {
    max-width: 500px;
    text-align: left;
  }

  .paragraph-2.job {
    width: 100%;
  }

  .heading-5 {
    font-size: 5vw;
  }

  .big-text-2 {
    font-size: 14px;
  }

  .image-background-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #2f4858;
    background-image: none;
    background-size: auto;
  }

  .image-background-2.careers {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }

  .button-type-3 {
    margin-top: 30px;
  }

  .button-type-3.job {
    margin-top: 20px;
    margin-right: auto;
  }

  .footer-top-2 {
    height: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }

  .form-blue-overlay-mobile-2 {
    left: -35px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }

  .huge-text-2 {
    font-size: 36px;
  }

  .footer-2 {
    padding: 25px 20px 30px;
  }

  .feature-row-collapse {
    display: none;
  }

  .list {
    padding-left: 20px;
  }

  .mapa-wrap {
    height: auto;
    border-top-left-radius: 60px;
  }

  .mapa {
    display: block;
    height: auto;
  }

  .icono {
    width: 20%;
  }

  .div-block-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
}

@media screen and (max-width: 479px) {
  .navbar-container {
    height: 70px;
  }

  .logo-container {
    width: 150px;
    height: 100%;
  }

  .logo-container.w--current {
    width: 200px;
  }

  .hero-image.position-left {
    -o-object-position: 75% 50%;
    object-position: 75% 50%;
  }

  .hero-content {
    margin-bottom: 8%;
  }

  .heading-1 {
    font-size: 36px;
    line-height: 1.15;
  }

  .wide-container {
    padding-right: 20px;
    padding-left: 40px;
  }

  .wide-container.horizontal-to-vertical {
    padding-left: 40px;
  }

  .above-title-text {
    margin-bottom: 25px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 23px;
  }

  .paragraph.wide {
    font-size: 18px;
  }

  .paragraph.feature {
    font-size: 18px;
  }

  .paragraph.feature.career {
    max-width: 340px;
  }

  .paragraph.narrow {
    font-size: 18px;
  }

  .paragraph.narrow.with-margin {
    margin-bottom: 10px;
  }

  .paragraph.footer-bold {
    margin-bottom: 15px;
  }

  .paragraph.wide-white.with-margin {
    margin-bottom: 10px;
  }

  .paragraph.black.with-margin {
    margin-bottom: 0px;
  }

  .paragraph.contact {
    margin-bottom: 2px;
  }

  .button-type-1 {
    padding: 10px 24px;
  }

  .left-side-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-2 {
    font-size: 28px;
    line-height: 115%;
  }

  .button-type-2.white:hover {
    color: #fff;
  }

  .button-type-2-text.white {
    font-size: 15px;
  }

  .homepage-about-image-wrapper {
    left: 0px;
    width: 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .right-side-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .company-feature {
    margin-bottom: 0px;
    padding-left: 15px;
  }

  .feature-title-number {
    font-size: 48px;
    font-weight: 200;
  }

  .heading-3 {
    font-size: 22px;
  }

  .heading-3.white.bold {
    font-size: 22px;
  }

  .heading-3.office {
    font-size: 26px;
  }

  .feature-row-content {
    margin-top: 0px;
  }

  .feature-row-content.valores {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-row {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .feature-row.hire {
    width: 100%;
    margin-top: 30px;
  }

  .horizontal-border {
    display: none;
    overflow: visible;
  }

  .text-span-2 {
    color: #ed1c24;
    text-decoration: none;
    white-space: normal;
  }

  .wrapper {
    margin-top: 20px;
  }

  .small-text.office {
    font-size: 14px;
  }

  .hire-icon {
    width: 24px;
    margin-bottom: 15px;
  }

  .footer {
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    text-align: left;
  }

  .huge-text {
    font-size: 32px;
  }

  .footer-links-container {
    margin-top: 35px;
    margin-bottom: 0px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .feature {
    margin-bottom: 30px;
  }

  .feature-image {
    width: 75px;
    height: 75px;
    margin-bottom: 10px;
  }

  .special-description {
    padding-right: 20px;
    padding-left: 20px;
  }

  .our-cavalry-image-container {
    left: 20px;
  }

  .mask {
    min-width: 100px;
  }

  .top-arrow {
    top: -8vh;
  }

  .arrow-up {
    width: 20px;
    height: 20px;
  }

  .bottom-arrow {
    top: -8vh;
  }

  .arrow-down {
    width: 20px;
    height: 20px;
  }

  .testimonial-slide {
    min-width: 100px;
  }

  .companies-grid {
    grid-column-gap: 20px;
  }

  .contact-information {
    margin-top: 20px;
  }

  .contact-information.office {
    margin-top: 30px;
  }

  .contact-line {
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-blue-overlay-mobile {
    left: -20px;
  }

  .location-grid {
    -ms-grid-columns: 1fr 20%;
    grid-template-columns: 1fr 20%;
  }

  .locations-list {
    margin-top: -50px;
  }

  .location-image-container {
    left: -20px;
  }

  .service-features-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .service-features-rich-text {
    padding-right: 0px;
  }

  .narrow-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .license-image-container {
    width: 65px;
    height: 65px;
    margin-right: 10px;
  }

  .menu-icon {
    width: 30px;
    height: 30px;
  }

  .menu-button {
    width: 50px;
    height: 55px;
  }

  .heading-4 {
    font-size: 36px;
  }

  .paragraph-2.feature.career {
    max-width: 340px;
  }

  .paragraph-2.contact {
    margin-bottom: 2px;
  }

  .paragraph-2.black.with-margin {
    margin-bottom: 0px;
  }

  .paragraph-2.footer-bold {
    margin-bottom: 15px;
  }

  .heading-5 {
    font-size: 28px;
  }

  .button-type-3 {
    padding: 10px 24px;
  }

  .form-blue-overlay-mobile-2 {
    left: -20px;
  }

  .footer-2 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .feature-row-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-row-info {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .feature-row-image {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0%;
  }

  .feature-row-collapse {
    display: none;
  }

  .mapa-wrap {
    width: 100%;
    height: 50vh;
    border-top-left-radius: 40px;
    -o-object-position: 0% 0%;
    object-position: 0% 0%;
  }

  .mapa {
    width: auto;
    max-width: 200%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0% 0%;
    object-position: 0% 0%;
  }

  .div-block-3 {
    width: 100%;
  }

  .icono {
    width: 15%;
  }
}

#w-node-d0b5ef37-78d5-b43f-5eaa-7ebadeb3b2ed-deb3b2eb {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d0b5ef37-78d5-b43f-5eaa-7ebadeb3b2f5-deb3b2eb {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-d0b5ef37-78d5-b43f-5eaa-7ebadeb3b2ed-deb3b2eb {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-d0b5ef37-78d5-b43f-5eaa-7ebadeb3b2f5-deb3b2eb {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_9204e9d5-aef6-9975-cf2d-e4c427de300a-deb3b2eb {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
}

@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}


/* NUEVO DYV */
