:root {
  --heading: Arimo, sans-serif;
  --primary-red: #ed1c24;
  --paragraph-font: Arimo, sans-serif;
  --body: 16px;
  --secondary-darker-grey: dimgrey;
  --secondary-grey: #eee;
  --primary-black: #231f20;
  --white: #fff;
  --h1: 54px;
  --transparent: #fff0;
  --black: #000;
  --white-2: white;
  --black-2: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  font-family: var(--heading);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--primary-red);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Arimo, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 2em;
}

p {
  font-family: var(--paragraph-font);
  font-size: var(--body);
  margin-bottom: 10px;
  line-height: 32px;
}

a {
  color: var(--primary-red);
  font-family: Arimo, sans-serif;
  font-size: 16px;
  line-height: 32px;
  text-decoration: none;
}

ul {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 10px;
  display: flex;
}

li {
  font-family: var(--paragraph-font);
  background-image: url('../images/Red-Circle-Tricon.png');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 29px;
  font-size: 16px;
  line-height: 32px;
  list-style-type: none;
}

blockquote {
  border-left: 5px solid var(--primary-red);
  font-family: var(--paragraph-font);
  font-size: var(--body);
  margin-bottom: 10px;
  padding: 10px 20px;
  line-height: 32px;
}

.nav-link {
  color: #fafafa;
  border-bottom: 2px solid #f8f8f800;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px 0;
}

.nav-link:hover {
  border-bottom: 2px solid #fafafa;
}

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

.nav-link.dropdown {
  padding-right: 40px;
}

.column {
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  min-height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column.desk-9 {
  width: 75%;
}

.column.desk-4 {
  width: 100%;
}

.ds-colour-grid {
  flex-wrap: wrap;
  margin-top: 24px;
  display: flex;
}

.sg-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.block-quote {
  font-family: var(--paragraph-font);
  border-left-color: #d89293;
  font-size: 16px;
  line-height: 1.4em;
}

.form-error {
  color: #444;
  background-color: #ece7e0;
  border-radius: 6px;
  padding: 16px;
}

.sg-label {
  color: var(--secondary-darker-grey);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 32px;
  font-family: Arimo, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.2em;
}

.dropdown-list {
  width: 400px;
  display: none;
  top: 51.3906px;
  right: -100px;
}

.dropdown-list.w--open {
  z-index: 2;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1000px;
  display: flex;
  top: auto;
  right: -243px;
  box-shadow: 0 0 20px 5px #353535;
}

.sg-section {
  z-index: 0;
  text-align: left;
  padding: 60px 80px 60px 60px;
  position: relative;
}

.sg-section.header {
  background-color: var(--primary-red);
  color: #fafafa;
  -webkit-text-stroke-width: 0px;
  padding-top: 60px;
}

.dp_image_wrap {
  background-image: linear-gradient(to right, #000, #353535);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.menu-divider-line {
  background-color: #fafafa99;
  width: 1px;
  height: 20px;
}

.text-box {
  max-width: 750px;
}

.text-box._500px {
  max-width: none;
  min-height: 64px;
}

.text-box._600px {
  max-width: 600px;
  min-height: 64px;
}

.sg-block {
  margin-bottom: 32px;
}

.nav-menu {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.color-block {
  background-color: var(--primary-red);
  border-radius: 5px;
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.color-block.dark-blue {
  background-color: var(--primary-red);
}

.color-block.hard-blue {
  background-color: #882426;
}

.color-block.light-blue {
  background-color: #882324;
  border-style: none;
}

.color-block.blue {
  background-color: #cb2b31;
}

.color-block.white {
  background-color: #fff;
  border: 1px solid #fafafa;
}

.color-block.soft-blue {
  background-color: #d89293;
}

.color-block.light-grey {
  background-color: var(--secondary-grey);
}

.color-block.soft-grey {
  background-color: silver;
}

.color-block.dark-grey {
  background-color: var(--primary-black);
}

.color-block.grey {
  background-color: var(--secondary-darker-grey);
}

.logo-link {
  width: 300px;
}

.text-input {
  color: #353535;
  border: 1px solid #882324;
  border-radius: 5px;
  margin-bottom: 16px;
  padding: 24px 16px;
  font-size: 15px;
  line-height: 1.4px;
  box-shadow: 0 0 10px #00000003;
}

.text-input:focus {
  border-color: #882324;
}

.text-input::placeholder {
  color: #353535;
}

.text-input.form {
  min-height: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1.4em;
}

.dividers-section {
  margin-top: 24px;
}

.menu-wrapper {
  z-index: 9999;
  position: fixed;
  inset: 0% 0% auto;
}

._12-columns {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

._12-columns.align-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: grid;
}

.menu-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.paragraph {
  font-size: var(--body);
  max-width: 900px;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 32px;
}

.paragraph.small {
  opacity: .75;
  max-width: 900px;
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
}

.paragraph.large {
  font-size: 18px;
  font-weight: 300;
}

.form-checkbox {
  margin-bottom: 16px;
  padding-left: 24px;
}

.rich-text {
  text-align: left;
  font-weight: 300;
}

.navbar {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.menu-container {
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.form-success {
  color: #444;
  background-color: #d4e9ff;
  border-radius: 6px;
  padding: 32px;
  font-size: 16px;
  line-height: 1.4em;
}

.spacer {
  background-color: #ece7e0;
  height: 48px;
}

.spacer._24 {
  text-transform: uppercase;
  background-color: #0000;
  width: 24px;
  height: 24px;
}

.icon {
  color: #fff;
  width: 5px;
  height: 55px;
  margin-bottom: 20px;
  font-size: 24px;
}

.ds-colour-block {
  width: 25%;
  padding-right: 16px;
  display: inline-block;
}

.dropdown_text {
  z-index: 2;
  position: relative;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #cb2b31;
  border-radius: 6px;
  flex: none;
  margin-bottom: 8px;
  padding: 8px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: 0 2px 8px #00000008;
}

.button:hover {
  background-color: #5d181b;
  box-shadow: 0 7px 20px -10px #0003;
}

.button:active {
  background-color: #882426;
}

.form-dropdown {
  color: #882324;
  background-color: #fafafa;
  border: 1px solid #882324;
  border-radius: 5px;
  width: 100%;
  height: 48px;
  margin-bottom: 16px;
  padding: 8px 16px;
  font-size: 15px;
  position: relative;
}

.form-dropdown:hover, .form-dropdown:focus {
  color: #37474e;
}

.form-dropdown::placeholder {
  color: #999;
  font-size: 15px;
}

.menu-dropdown-link {
  z-index: 2;
  color: #fafafa;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 150px;
  margin-left: 0;
  margin-right: 0;
  transition-property: none;
  display: flex;
  position: relative;
}

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

.logo-image {
  width: 100%;
}

.ds-section-header {
  margin-bottom: 50px;
}

.dp_icon {
  margin-left: 10px;
}

.dropdown_image {
  filter: brightness(80%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.form {
  margin-bottom: 8px;
}

.dp_text_wrap {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.dropdown-icon {
  margin-right: 10px;
}

.radio-button {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 10px;
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: #2b95ff;
}

.dp_overlay {
  background-color: #000c;
  display: block;
  position: absolute;
  inset: 0%;
}

.button-icon {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 20px;
  display: flex;
}

.field-label {
  color: #5d181b;
  font-size: 14px;
  font-weight: 500;
}

.check-box {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 10px;
}

.check-box.w--redirected-checked {
  background-color: #2b95ff;
  background-position: 50%;
  background-size: 16px;
  border-color: #2b95ff;
}

.primary-button {
  border: 2px solid var(--primary-red);
  background-color: var(--secondary-darker-grey);
  box-shadow: 6px 4px 0 -1px var(--primary-red);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 5px 40px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.primary-button:hover {
  background-color: var(--primary-red);
  box-shadow: none;
  border-width: 0;
}

.primary-button.outline {
  color: #5d181b;
  background-color: #fff;
  border: 3px solid #5d181b;
}

.primary-button.outline:hover {
  color: #f8f8f8;
  background-color: #5d181b;
}

.primary-button.menu {
  height: auto;
  margin-left: 20px;
}

.primary-button.light {
  background-color: var(--secondary-grey);
  color: #000;
  text-transform: uppercase;
  padding-left: 40px;
  padding-right: 40px;
}

.primary-button.light:hover {
  background-color: var(--secondary-darker-grey);
  color: var(--white);
}

.primary-button.light.mobile {
  display: none;
}

.sg-title {
  font-family: var(--heading);
  color: #3f3b35;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.4em;
}

.heading.h2 {
  color: #353535;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.3em;
}

.heading.h4 {
  font-family: var(--heading);
  color: var(--primary-black);
  margin-bottom: 12px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4em;
}

.heading.h3 {
  font-family: var(--heading);
  color: var(--primary-red);
  font-size: 30px;
  line-height: 1.4em;
}

.heading.h5 {
  font-family: var(--heading);
  color: #5c5c5c;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
}

.heading.h1 {
  color: var(--primary-red);
  font-size: var(--h1);
  margin-bottom: 18px;
  line-height: 1.25em;
}

.form-radio-button {
  margin-bottom: 16px;
  padding-left: 24px;
}

.sg-description {
  color: #5c5c5c;
  max-width: 400px;
  font-weight: 400;
}

.nav-wrapper {
  background-color: #35353599;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.horizontal-line {
  opacity: .2;
  background-color: #1d1916;
  width: 100%;
  height: 1px;
  margin-bottom: 36px;
}

.horizontal-line.design-system {
  position: relative;
  bottom: -80px;
}

.ds-icon {
  margin-bottom: 4px;
  margin-right: 24px;
  display: inline-block;
}

.dp_divider {
  background-color: #fafafa;
  width: 50%;
  height: 150px;
  display: none;
}

.sg-body {
  background-color: #fff;
}

.field-block {
  z-index: 1;
  border: 1px solid #0000;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  min-width: 50px;
  min-height: 20px;
  margin-bottom: 8px;
  display: flex;
}

.ds-icon-grid {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  display: flex;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
}

.divider {
  margin-bottom: 10px;
}

.divider.alt {
  transform-style: preserve-3d;
  margin-top: -64px;
  transform: rotateX(-180deg)rotateY(0)rotateZ(0);
}

.heading-2 {
  font-family: var(--heading);
}

.heading-3 {
  font-size: var(--h1);
}

.paragraph-2 {
  margin-top: 31px;
}

.list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  padding-left: 10px;
  display: flex;
}

.nav1_menu {
  align-items: center;
  width: 100%;
  display: flex;
}

.nav1_link-list {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav1_link {
  align-items: center;
  padding: 1rem 1.25rem;
  font-weight: 600;
  transition: background-color .1s;
  display: flex;
}

.nav1_link:hover {
  background-color: #161616;
}

.nav1_logo {
  max-height: 2rem;
}

.button-icon-2 {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .75rem;
  display: flex;
}

.nav1_container {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 12rem minmax(auto, 1fr);
  grid-auto-columns: auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.nav1_component {
  z-index: 1;
  background-color: #000;
  padding: .5rem 2.5rem;
}

.nav1_logo-link {
  align-items: center;
}

.text-button {
  margin-right: .75rem;
}

.nav1_main-button {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #0f62fe;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .1s;
  display: flex;
  position: relative;
}

.nav1_main-button:hover {
  background-color: #0353e9;
}

.nav1_main-button:active {
  background-color: #002d9c;
}

.nav1_button-wrapper {
  flex: 0 auto;
  justify-content: flex-end;
  width: 12rem;
  display: flex;
}

.lottie-animation {
  width: 15%;
}

.lottie-animation.alt {
  width: 25%;
}

.phone-in-nav {
  text-align: left;
  border: 1px solid #0000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.brand-link {
  align-items: center;
  font-size: 23px;
  font-weight: 700;
  display: flex;
}

.email-in-nav {
  border-right: 1px solid #0000;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.social-link-nav {
  color: #3b2ae5;
  align-items: center;
  margin-left: 20px;
  margin-right: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

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

.button-2 {
  text-transform: none;
  background-color: #3b2ae5;
  border-radius: 0;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.button-2:hover {
  opacity: .8;
}

.button-2.nav {
  text-transform: none;
  background-color: #14324a;
  border-radius: 0;
  font-size: 18px;
  transition: all .2s;
}

.button-2.nav:hover {
  opacity: .95;
  background-color: #0f283c;
}

.button-2.nav:active {
  opacity: 1;
  border-radius: 5px;
}

.socials-in-nav {
  border-left: 1px solid #dbdbdb;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 17px;
  display: flex;
}

.dropdown {
  color: #14324a;
}

.dropdown:hover {
  color: #24619d;
}

.navbar-top-banner-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 75%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 75%;
  padding: 10px;
  display: flex;
}

.navbar-top-banner {
  background-color: var(--secondary-darker-grey);
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact-methods-nav {
  align-items: center;
  display: flex;
}

.dropdown-toggle {
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all .2s;
}

.dropdown-toggle:hover {
  color: #0a1a27;
}

.dropdown-toggle.w--open:hover {
  color: #24619d;
}

.services {
  color: #14324a;
  font-size: 18px;
}

.services:hover {
  color: #24619d;
}

.nav-wrapper-03 {
  z-index: 99999;
  background-color: #fff;
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: 0;
}

.globe {
  width: 50%;
  max-width: none;
  margin-right: 10px;
}

.contact-text {
  color: var(--white);
  margin-bottom: 1px;
  font-size: 15px;
}

.contact-text:hover {
  color: var(--white);
}

.contact-text.non-menu {
  font-weight: 400;
}

.contact-text.non-menu.alt {
  margin-top: -5px;
}

.platform-icon {
  color: #170f49;
  background-color: #14324a;
  justify-content: center;
  align-items: center;
  width: 22px;
  max-width: 22px;
  height: 22px;
  max-height: 22px;
  margin-right: 0;
  padding: 4px;
  display: flex;
}

.platform-icon:hover {
  background-color: #24619d;
}

.nav-link-2 {
  color: #14324a;
  text-transform: none;
  border: 1px #000;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
}

.nav-link-2:hover {
  color: #24619d;
  border-style: none;
  border-color: #000;
  border-radius: 0;
}

.nav-link-2.dropdown {
  padding-top: 0;
  padding-bottom: 0;
}

.nav-link-2.top {
  color: var(--primary-black);
  font-size: 18px;
  font-weight: 500;
}

.nav-link-2.top:hover {
  color: var(--primary-red);
}

.nav-link-2.top.w--current {
  font-size: 18px;
}

.nav-menu-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.contact-icon {
  background-color: var(--transparent);
  color: #14324a;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  padding: 4px;
  display: flex;
}

.contact-icon:hover {
  color: #24619d;
}

.contact-icon.social {
  width: 40px;
  height: 40px;
}

.contact-icon.social.linkedin {
  width: 45px;
  height: 45px;
}

.contact-method {
  color: #14324a;
  flex-flow: row;
  align-items: flex-start;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.contact-method:hover {
  opacity: 1;
}

.contact-method.alt {
  margin-right: 0;
}

.contact-method.diff {
  align-items: center;
}

.contact-method.social {
  max-width: 30%;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  border: 1px solid #dbdbdb;
}

.image, .image-2 {
  width: 100%;
  max-width: none;
}

.icon-embed-xxsmall {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.track-vertical-2 {
  flex-direction: column;
  margin-top: 0;
  display: flex;
  position: absolute;
}

.heading-large-2 {
  color: #f8f8ff;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.25;
}

.heading-large-2.rotate-text {
  color: #dcdfea;
  white-space: nowrap;
  font-weight: 600;
}

.heading-large-2.rotate-text._16, .heading-large-2.rotate-text._14, .heading-large-2.rotate-text._2, .heading-large-2.rotate-text._5, .heading-large-2.rotate-text._9, .heading-large-2.rotate-text._17, .heading-large-2.rotate-text._3, .heading-large-2.rotate-text._11, .heading-large-2.rotate-text._4, .heading-large-2.rotate-text._7, .heading-large-2.rotate-text._10, .heading-large-2.rotate-text._18, .heading-large-2.rotate-text._15 {
  color: #f8f8ff;
}

.heading-large-2.rotate-text._1 {
  color: #f8f8ff;
  margin-top: -5px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
}

.heading-large-2.rotate-text._12, .heading-large-2.rotate-text._13, .heading-large-2.rotate-text._8, .heading-large-2.rotate-text._6 {
  color: #f8f8ff;
}

.nuestros-servicios-animated {
  flex-direction: column;
  flex: 0 auto;
  width: 100vw;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.vertical-scroll-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 43ch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 20px;
  position: relative;
}

.infinite-rotation-holder-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 180px;
  margin-left: -6rem;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section-aconisa {
  background-image: radial-gradient(circle, #0000, #14314a66), linear-gradient(#00000080, #00000080), url('../images/Aconisa-camiones---hero-2-.jpeg');
  background-position: 0 0, 0 0, 50% 70%;
  background-size: auto, auto, cover;
  align-items: center;
  max-width: 100vw;
  height: 100vh;
  max-height: 100vh;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.hero-section-aconisa.servicios {
  background-image: radial-gradient(circle, #0000, #14314a66), linear-gradient(#00000080, #00000080), url('../images/Aconisa-Contenedorees-Aereo-comp.jpeg');
  background-size: auto, auto, cover;
  height: 100vh;
}

.heading-15 {
  color: #f8f8ff;
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Arimo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 4.5rem;
  display: block;
}

.text-rotation-wrapper {
  padding-top: 0;
  display: flex;
}

.track-overlay {
  z-index: 1;
  background-image: linear-gradient(#f9f5ff, #0000 50%, #f9f5ff);
  position: absolute;
  inset: 0%;
}

.track-overlay.unclickable {
  background-image: linear-gradient(#02020a0d, #02020a80 50%, #02020a0d);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  overflow: visible;
}

.hero-banner {
  background-image: radial-gradient(circle, #0000, #14314a66), linear-gradient(#00000080, #00000080), url('../images/Aconisa-camiones---hero-2-.jpeg');
  background-position: 0 0, 0 0, 50% 70%;
  background-size: auto, auto, cover;
  align-items: center;
  max-width: 100vw;
  height: 100vh;
  max-height: 100vh;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.hero-banner.servicios {
  background-image: linear-gradient(#000000a8, #000000a8);
  justify-content: center;
  height: 100vh;
  position: relative;
}

.hero-banner._404 {
  background-image: linear-gradient(#0000004a, #0000004a), url('../images/Tricon-Image-19.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  height: 40vh;
  position: relative;
}

.hero-banner.legal {
  background-image: linear-gradient(#0000004a, #0000004a), url('../images/Tricon-Image-13.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  height: 40vh;
  position: relative;
}

.hero-wrapper {
  z-index: 22;
  flex-direction: column;
  flex: 0 auto;
  width: 75%;
  margin-bottom: 96px;
  padding-left: 0;
  padding-right: 146px;
  display: block;
  position: relative;
}

.hero-wrapper._404 {
  margin-bottom: 0;
}

.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.subtitle-heading {
  color: #f8f8ff;
  text-align: left;
  text-transform: uppercase;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 8px;
  padding-top: 40px;
  padding-bottom: 0;
  font-family: Arimo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  display: block;
}

.h1-heading {
  color: #f8f8ff;
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Arimo, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 4.5rem;
  display: block;
}

.paragraph-3 {
  color: var(--white);
  width: 80%;
  margin-bottom: 39px;
  font-family: Arimo, sans-serif;
  font-size: 20px;
}

.heading-12 {
  color: var(--primary-black);
  text-align: left;
  font-family: Arimo, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.heading-12.white {
  color: var(--white);
}

.card-01-button {
  text-align: center;
  text-transform: none;
  background-color: #14324a;
  border-radius: 0;
  width: 100%;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.card-01-button:hover {
  opacity: .9;
}

.services-section-aconisa {
  background-color: #f8f8ff;
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 100px;
  display: flex;
}

.margin-bottom-24px-3 {
  color: var(--white);
  text-align: left;
  border: 1px solid #0000;
  margin-top: 45px;
  margin-bottom: 47px;
  padding-top: 0;
  padding-left: 0;
  font-family: Arimo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.margin-bottom-24px-3.darker {
  color: var(--black);
}

.margin-bottom-24px-3.darker.no-padding, .margin-bottom-24px-3.diff {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-4 {
  opacity: .75;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-4.no-bottom-pad {
  color: var(--black);
  margin-bottom: 0;
  font-family: Arimo, sans-serif;
  line-height: 32px;
}

.cards-01-inner-wrap {
  width: 100%;
  max-width: none;
}

.card-image {
  background-image: url('../images/Values.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px #dbdbdb;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
}

.card-image.card-one {
  background-image: url('../images/Vision.jpg');
  background-position: 50%;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 300px;
}

.card-image.card-two {
  background-image: url('../images/Mission.jpg');
  background-position: 50%;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 300px;
}

.card-01-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 30px;
}

.inner-card-content-01 {
  padding: 20px;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card-01 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-3 {
  color: var(--primary-red);
  margin-top: 0;
  font-family: Arimo, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.heading-3.other {
  color: var(--white);
  margin-bottom: 19px;
}

.card-content-01 {
  border: 1px solid var(--secondary-darker-grey);
  background-color: #fff;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 90%;
  height: 100%;
  margin-top: -75px;
  padding: 0;
}

.about-us {
  background-color: var(--white);
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.image-3 {
  z-index: 333;
  width: 100%;
  position: absolute;
  inset: -44px 0% auto;
}

.image-4 {
  z-index: 333;
  width: 300px;
  position: absolute;
  inset: -11% 1% auto auto;
}

.image-4.bottom {
  inset: auto auto -7% 1%;
}

.image-4.top {
  top: -7%;
}

.container {
  z-index: 4444;
  max-width: 75%;
  position: relative;
}

.heading-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.paragraph-5 {
  font-family: Arimo, sans-serif;
  font-size: 16px;
}

.list-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-top: 19px;
}

.list-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.stats-container {
  background-color: #f7f7fb;
  background-image: radial-gradient(circle, #0000, #14314a99), linear-gradient(#00000080, #00000080), url('../images/Aconisa-foto-almacen--comp.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 400px;
  padding: 80px 24px;
  display: flex;
  transform: translate(0);
}

.title.stats-v3-main-title---brix {
  color: #f5f5f5;
  text-align: center;
  margin-bottom: 58px;
  font-family: Merriweather, serif;
  font-weight: 900;
  line-height: 42px;
}

.container-default {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.stats-grid {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: start center;
  width: 100%;
  display: grid;
}

.counterup {
  color: #ffcb21;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 52px;
  font-weight: 900;
  line-height: 1.3;
}

.component-wrapper.stats {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph-6.stats-v3-paragraph---brix {
  color: #f5f5f5;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.card-number {
  background-color: #fff;
  border: 1px solid #f7f7fb;
  border-radius: 20px;
  overflow: hidden;
}

.card-number.stats-card-v {
  text-align: center;
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  max-width: 270px;
  display: flex;
}

.affiliations {
  background-image: linear-gradient(#00000094, #00000094), url('../images/Affiliates-final.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 80px;
  padding-bottom: 80px;
}

.grid {
  background-image: linear-gradient(#fffffff7, #fffffff7);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.grid-2 {
  grid-column-gap: 65px;
  grid-row-gap: 77px;
  grid-template-rows: auto;
  width: 100%;
  margin-top: 73px;
  margin-bottom: 35px;
}

.service-copy {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.heading-16 {
  margin-top: 0;
}

.paragraph-7 {
  margin-top: 17px;
  margin-bottom: 29px;
}

.div-block-2 {
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 100%;
  height: 100%;
}

.div-block-2.air {
  background-image: url('../images/Air-Freight.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-2.sea {
  background-image: url('../images/Sea-Freight.jpg');
  background-position: 50%;
  background-size: cover;
}

.grid-3 {
  grid-column-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  height: 300px;
}

.gallery-image {
  aspect-ratio: auto;
  filter: grayscale();
  object-fit: cover;
  height: 100%;
  transition: all .45s;
}

.gallery-image:hover {
  filter: none;
}

.social-link-full {
  color: #1e2833;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  font-size: 15px;
  text-decoration: none;
  display: flex;
}

.footer-grid-02 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.text-rights {
  color: #1e283380;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.text-rights.margin {
  color: #ffffff8a;
  margin-right: 5px;
  font-size: 17px;
  font-style: normal;
  display: flex;
}

.text-rights.legal {
  color: #ffffff8a;
  text-align: right;
  justify-content: flex-end;
  margin-right: 5px;
  font-size: 17px;
  font-style: normal;
  display: flex;
}

.footer-bottom {
  border-top: 1px solid #ffffff1a;
  border-bottom: 0 solid #ffffff1a;
  justify-content: space-between;
  margin-top: 92px;
  padding-top: 5px;
  display: flex;
}

.footer-wrapper {
  color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  font-family: Arimo, sans-serif;
  font-size: 17px;
  display: flex;
}

.kairig-wrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.footer-title {
  color: #14324a;
  margin-bottom: 22px;
  font-family: Merriweather, serif;
  font-size: 17px;
}

.social-text {
  color: #1e2833bf;
  padding-left: 5px;
  font-family: Open Sans, sans-serif;
}

.paragraph-8 {
  color: #1e2833bf;
  max-width: 360px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.link {
  color: #daa520;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.container-2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.social-square {
  background-color: #14324a;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 4px;
  display: flex;
}

.footer-02 {
  background-color: var(--secondary-darker-grey);
  padding: 109px 3% 24px;
}

.footer-link-dark {
  color: #1e2833bf;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.image-wrapper {
  max-width: 24px;
  max-height: 24px;
  margin-right: 6px;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.footer-column.social-media {
  flex-direction: column;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.logo {
  width: 100%;
  max-width: 65%;
  margin-bottom: 32px;
}

.service-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.email-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

.call-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  margin-top: 39px;
  display: flex;
}

.call-wrapper.social {
  flex-flow: row;
}

.location-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 39px;
  display: flex;
}

.paragraph-9 {
  color: var(--white);
  font-size: 20px;
}

.html-embed {
  width: 100%;
  margin-top: 29px;
}

.grid-4 {
  grid-column-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  width: 100%;
  margin-top: 45px;
  margin-bottom: 44px;
}

.div-block-3 {
  background-image: url('../images/Tricon-Image-19.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.grid-5 {
  grid-column-gap: 33px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  width: 100%;
  margin-top: 45px;
  margin-bottom: 45px;
}

.div-block-4 {
  background-image: linear-gradient(249deg, var(--secondary-darker-grey), var(--secondary-grey));
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 38px;
}

.div-block-4.mobile {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-button-animated {
  z-index: 900;
  background-color: #0000;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-right: 20px;
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
}

.nav-button-animated.w--open {
  background-color: #0000;
}

.top-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
}

.middle-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
}

.bottom-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
}

.image-5, .image-6, .image-7 {
  width: 70%;
}

.global-footer {
  background-color: var(--secondary-darker-grey);
  background-image: linear-gradient(#696969fa, #696969fa), url('../images/Footer-pattern.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 10px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: auto;
  display: flex;
}

.heading-17 {
  color: var(--primary-red);
}

.text-block {
  margin-top: 23px;
  font-family: Arimo, sans-serif;
  font-size: 22px;
}

.div-block-5 {
  margin-top: 34px;
}

.rich-text-block {
  font-family: Arimo, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.link-2 {
  color: #ffffff8a;
  margin-top: -6px;
  padding-right: 12px;
  font-size: 17px;
}

.link-3, .link-3.w--current {
  color: #ffffff8a;
  margin-top: -6px;
  padding-left: 12px;
  font-size: 17px;
}

.image-9 {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1280px) {
  .track-vertical-2 {
    overflow: hidden;
  }

  .heading-large-2.rotate-text._1 {
    overflow: visible;
  }

  .vertical-scroll-wrapper {
    padding-top: 0;
  }

  .infinite-rotation-holder-3 {
    height: 160px;
    margin-left: -3rem;
  }

  .heading-15 {
    display: block;
  }

  .hero-banner.servicios {
    background-image: linear-gradient(#000000a8, #000000a8);
  }

  .hero-banner._404 {
    background-image: linear-gradient(#00000069, #00000069), url('../images/Tricon-Image-19.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .hero-banner.legal {
    background-image: linear-gradient(#00000069, #00000069), url('../images/Tricon-Image-13.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .subtitle-heading, .h1-heading {
    display: block;
  }

  .cards-01-inner-wrap {
    max-width: none;
  }

  .nav-button-animated {
    position: static;
  }

  .global-footer {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .infinite-rotation-holder-3 {
    height: 160px;
  }

  .hero-banner.servicios {
    background-image: linear-gradient(#000000a8, #000000a8);
  }

  .hero-banner._404 {
    background-image: linear-gradient(#00000047, #00000047), url('../images/Tricon-Image-19.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .hero-banner.legal {
    background-image: linear-gradient(#00000047, #00000047), url('../images/Tricon-Image-13.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .cards-01-inner-wrap {
    max-width: none;
  }

  .grid {
    background-color: #fff;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .image-7.set {
    width: 100px;
  }

  .global-footer {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-8 {
    display: block;
  }
}

@media screen and (min-width: 1920px) {
  .primary-button {
    padding-left: 40px;
    padding-right: 40px;
  }

  .infinite-rotation-holder-3 {
    height: 5.8vh;
  }

  .hero-banner.servicios {
    background-image: linear-gradient(#000000a8, #000000a8);
    height: 100vh;
  }

  .hero-banner._404 {
    background-image: linear-gradient(#00000054, #00000054), url('../images/Tricon-Image-19.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 40vh;
  }

  .hero-banner.legal {
    background-image: linear-gradient(#00000054, #00000054), url('../images/Tricon-Image-13.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 40vh;
  }

  .subtitle-heading {
    font-size: 26px;
  }

  .h1-heading {
    font-size: 54px;
  }

  .paragraph-3 {
    font-size: 30px;
    line-height: 44px;
  }

  .margin-bottom-24px-3, .margin-bottom-24px-3.darker {
    width: 100%;
  }

  .cards-01-inner-wrap {
    max-width: none;
  }

  .card-image, .card-image.card-one, .card-image.card-two {
    height: 325px;
  }

  .card-01-grid {
    width: 100%;
  }

  .inner-card-content-01, .card-content-01 {
    height: 100%;
  }

  .grid-3 {
    height: auto;
  }

  .grid-4 {
    grid-column-gap: 60px;
  }

  .div-block-4 {
    background-image: linear-gradient(249deg, var(--white), var(--secondary-darker-grey));
  }

  .global-footer {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .link-3 {
    color: #ffffff8a;
    margin-top: -6px;
    padding-left: 12px;
    font-size: 17px;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding: 15px 20px;
  }

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

  .column {
    width: 50%;
  }

  .sg-content {
    border-left-style: none;
    width: 100%;
    margin-left: 0;
    position: static;
  }

  .dropdown-list.w--open {
    flex-wrap: wrap;
    width: 100%;
    right: auto;
  }

  .sg-section.header {
    padding-top: 140px;
  }

  .menu-divider-line {
    width: 100%;
    height: 1px;
  }

  .sg-block {
    margin-bottom: 40px;
  }

  .nav-menu {
    background-color: #5d181b;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    flex: 0 auto;
    width: 100%;
    margin-top: 10px;
  }

  ._12-columns {
    flex-flow: wrap;
  }

  .menu-button {
    color: #5d181b;
    background-color: #fafafa;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 15px;
    font-size: 30px;
  }

  .menu-button.w--open {
    background-color: #5d181b;
  }

  .menu-dropdown {
    width: 100%;
  }

  .navbar {
    justify-content: flex-end;
  }

  .button {
    position: relative;
  }

  .menu-dropdown-link {
    width: 50%;
  }

  .primary-button.menu {
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .primary-button.light {
    display: none;
  }

  .primary-button.light.mobile {
    width: 50%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .nav1_menu {
    background-color: #161616;
    padding-bottom: 1.25rem;
  }

  .nav1_link-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav1_link {
    background-color: #161616;
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    transition: background-color .2s, color .2s;
  }

  .nav1_link:hover {
    color: #f4f4f4;
    background-color: #262626;
  }

  .nav1_menu_mobile-button {
    justify-content: center;
    align-items: center;
    padding: .5rem 0 .5rem 1.25rem;
    display: flex;
  }

  .nav1_menu_mobile-button.w--open {
    background-color: #0000;
  }

  .nav1_container {
    grid-template-columns: 12rem auto;
  }

  .nav1_menu_button-icon {
    height: 1rem;
  }

  .nav1_main-button {
    margin-left: 2.5rem;
  }

  .nav1_button-wrapper {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .button-2.nav {
    display: none;
  }

  .nav-inner {
    padding: 10px 20px;
  }

  .navbar-top-banner {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    background-color: #fff;
  }

  .hamburger {
    width: 40px;
    padding-top: 3px;
  }

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

  .nav-menu-2 {
    border-top: 4px solid var(--primary-red);
    background-color: #fff;
    width: 80%;
    padding: 22px;
    left: 63px;
    box-shadow: 0 14px 13px -3px #0000001c;
  }

  .heading-large-2 {
    font-size: 2.25rem;
  }

  .nuestros-servicios-animated {
    text-align: left;
    align-items: center;
  }

  .vertical-scroll-wrapper {
    width: 32em;
    height: 2.8125rem;
    padding-top: 0;
    overflow: hidden;
  }

  .infinite-rotation-holder-3 {
    text-align: left;
    height: 25vh;
    margin-left: 0;
  }

  .heading-15 {
    margin-bottom: 0;
    padding-bottom: 1px;
    font-size: 2.25rem;
  }

  .text-rotation-wrapper {
    flex-direction: column;
  }

  .hero-banner.servicios {
    background-image: linear-gradient(#000000a8, #000000a8);
  }

  .hero-wrapper {
    text-align: left;
    align-items: center;
  }

  .subtitle-heading, .h1-heading {
    margin-bottom: 0;
    padding-bottom: 1px;
    font-size: 2.25rem;
  }

  .services-section-aconisa {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cards-01-inner-wrap {
    flex-direction: row;
    display: block;
  }

  .card-01-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .about-us {
    padding-left: 20px;
    padding-right: 20px;
  }

  .stats-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-column {
    padding-right: 20px;
  }

  .nav_main_menu-mobile-button {
    justify-content: center;
    align-items: center;
    padding: .75rem 0 .75rem 1.25rem;
    display: flex;
  }

  .nav_main_menu-mobile-button.w--open {
    background-color: #0000;
  }

  .nav_main_menu-mobile-icon {
    height: 1rem;
  }

  .nav-button-animated {
    display: block;
    position: relative;
  }

  .top-line, .middle-line {
    background-color: var(--secondary-darker-grey);
    position: absolute;
  }

  .bottom-line {
    background-color: var(--secondary-darker-grey);
  }
}

@media screen and (max-width: 767px) {
  .column.desk-4 {
    width: 100%;
  }

  .sg-content {
    margin-left: 0;
  }

  .sg-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-menu {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  ._12-columns {
    flex-wrap: wrap;
  }

  .paragraph {
    font-size: 15px;
  }

  .navbar {
    position: static;
  }

  .spacer {
    height: 32px;
  }

  .ds-colour-block {
    width: 25%;
  }

  .primary-button.menu {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

  .heading.h1 {
    font-size: 35px;
  }

  .field-block {
    min-height: auto;
  }

  .nav1_link {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .nav1_component {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav1_main-button {
    margin-left: 2rem;
  }

  .navbar-top-banner {
    display: none;
  }

  .track-vertical-2 {
    margin-left: 0;
  }

  .heading-large-2 {
    font-size: 1.875rem;
  }

  .vertical-scroll-wrapper {
    align-items: center;
    height: 2.34375rem;
    display: flex;
    overflow: hidden;
  }

  .infinite-rotation-holder-3 {
    align-items: center;
    height: 10vh;
    margin-left: 0;
  }

  .text-rotation-wrapper {
    align-items: center;
    margin-left: 0%;
  }

  .hero-banner.servicios {
    background-image: linear-gradient(#000000a8, #000000a8);
  }

  .card-01-grid {
    grid-template-columns: 1fr;
  }

  .title.stats-v3-main-title---brix {
    font-size: 32px;
  }

  .stats-grid {
    grid-row-gap: 56px;
  }

  .paragraph-6.stats-v3-paragraph---brix {
    line-height: 1.5;
  }

  .footer-grid-02 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-bottom {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .social-square {
    margin-right: 4px;
  }

  .footer-column {
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .column {
    margin-bottom: 0;
  }

  .sg-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .dp_image_wrap {
    padding: 10px;
  }

  .color-block {
    margin-bottom: 20px;
  }

  .text-input {
    width: 100%;
  }

  .button {
    width: 100%;
    font-size: 16px;
  }

  .dp_text_wrap {
    flex-direction: row;
    font-size: 14px;
  }

  .button-icon {
    margin-left: 12px;
  }

  .primary-button {
    height: 50px;
    font-size: 14px;
  }

  .primary-button.menu {
    font-weight: 400;
  }

  .primary-button.light.mobile {
    width: 70%;
  }

  .primary-button.light.mobile._404 {
    width: 100%;
  }

  .phone-in-nav {
    text-align: left;
    border-right-width: 0;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .brand-link {
    padding-left: 0;
  }

  .email-in-nav {
    border-right-color: #0000;
    margin-left: 0;
    margin-right: 10px;
    padding-left: 0;
  }

  .social-link-nav {
    margin-bottom: 10px;
    margin-left: 30px;
  }

  .navbar-top-banner-inner {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
  }

  .nav-inner {
    z-index: 9999999;
    max-width: 90%;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    top: 0;
  }

  .navbar-top-banner {
    align-self: auto;
    padding: 0 15px;
    display: none;
  }

  .nav-wrapper-03 {
    z-index: 999999;
    position: sticky;
    top: 0;
  }

  .globe {
    max-width: 76px;
  }

  .contact-text {
    display: none;
  }

  .contact-text.non-menu.alt {
    margin-top: -3px;
    display: block;
  }

  .platform-icon {
    min-width: 22px;
    min-height: 22px;
  }

  .nav-menu-2 {
    width: 90%;
    left: 14px;
  }

  .contact-icon {
    min-width: 22px;
    min-height: 22px;
  }

  .contact-method {
    color: var(--white);
    text-align: left;
    flex-wrap: nowrap;
    place-content: flex-end flex-start;
    margin-bottom: 10px;
  }

  .track-vertical-2 {
    text-align: left;
    align-items: flex-start;
    margin-left: 0%;
    left: 8%;
  }

  .heading-large-2 {
    margin-left: 0%;
    font-size: 1.8rem;
  }

  .heading-large-2.rotate-text._1 {
    margin-left: 0%;
  }

  .nuestros-servicios-animated {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .vertical-scroll-wrapper {
    text-align: left;
    width: 23rem;
  }

  .infinite-rotation-holder-3 {
    height: 10vh;
    margin-left: 0;
  }

  .hero-section-aconisa {
    height: 80vh;
    max-height: 80vh;
  }

  .hero-section-aconisa.servicios {
    height: 70vh;
    max-height: 70vh;
  }

  .heading-15 {
    color: #f8f8ff;
    text-align: center;
    align-items: center;
    margin-bottom: 0;
    padding: 15px 5px 15px 0;
    font-size: 2rem;
    line-height: 2.25rem;
  }

  .text-rotation-wrapper {
    margin-left: 5%;
  }

  .hero-banner {
    height: 80vh;
    max-height: 80vh;
  }

  .hero-banner.servicios {
    background-image: linear-gradient(#000000a8, #000000a8);
    height: auto;
    max-height: none;
    padding-top: 3px;
  }

  .hero-banner._404, .hero-banner.legal {
    height: 20vh;
    max-height: none;
    padding-top: 3px;
  }

  .hero-wrapper {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .subtitle-heading {
    color: #f8f8ff;
    text-align: left;
    align-items: center;
    margin-top: 4.6rem;
    margin-bottom: 0;
    padding: 15px 5px 15px 0;
    font-size: 2rem;
    line-height: 2.25rem;
  }

  .h1-heading {
    color: #f8f8ff;
    text-align: left;
    align-items: center;
    margin-bottom: 0;
    padding: 15px 5px 15px 0;
    font-size: 2rem;
    line-height: 2.25rem;
  }

  .paragraph-3 {
    text-align: justify;
    width: 100%;
    margin-top: 23px;
  }

  .heading-12 {
    font-size: 24px;
    line-height: 30px;
  }

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

  .margin-bottom-24px-3 {
    font-size: 16px;
  }

  .margin-bottom-24px-3.darker.no-padding {
    text-align: justify;
    margin-bottom: 59px;
  }

  .margin-bottom-24px-3.diff {
    text-align: justify;
  }

  .paragraph-4.no-bottom-pad {
    color: #102536;
    text-align: justify;
  }

  .card-01-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    display: flex;
  }

  .about-us {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .container {
    max-width: 90%;
  }

  .heading-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
  }

  .stats-container {
    background-image: radial-gradient(circle, #0000, #14314a99), linear-gradient(#0000004d, #0000004d), url('../images/Warehouse-Aconisa-.jpeg');
    background-position: 0 0, 0 0, 40%;
    background-size: auto, auto, cover;
    padding-top: 60px;
  }

  .title.stats-v3-main-title---brix {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 30px;
  }

  .container-default {
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .stats-grid {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-areas: "."
                         "Area"
                         "Area-2"
                         "Area-3";
    grid-auto-flow: row;
  }

  .paragraph-6.stats-v3-paragraph---brix {
    padding-top: 5px;
    font-size: 16px;
    font-weight: 700;
  }

  .card-number.stats-card-v {
    max-width: 280px;
  }

  .grid {
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
  }

  .grid-2 {
    flex-direction: column;
    display: flex;
  }

  .grid-2.alt {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .service-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-7 {
    text-align: justify;
  }

  .div-block-2.air, .div-block-2.sea {
    height: 200px;
    display: none;
  }

  .gallery {
    height: auto;
  }

  .grid-3 {
    flex-direction: column;
    height: auto;
    display: flex;
  }

  .social-link-full {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-grid-02 {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    place-content: start;
    justify-items: start;
    display: flex;
  }

  .text-rights {
    text-align: left;
    margin-right: 0;
    font-family: Merriweather, serif;
    font-weight: 300;
  }

  .text-rights.margin, .text-rights.legal {
    text-align: center;
    font-family: Arimo, sans-serif;
    font-size: 15px;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-title {
    text-align: left;
    flex-direction: row;
    flex: 0 auto;
    align-self: center;
    align-items: center;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 600;
    display: block;
  }

  .image-wrapper-logo {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .social-text {
    display: none;
  }

  .paragraph-8 {
    color: #1e2833b3;
    text-align: center;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
  }

  .container-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .footer-02 {
    height: auto;
    padding: 60px 0% 40px;
    position: static;
  }

  .footer-link-dark {
    color: #1e2833b3;
    text-align: center;
    align-self: center;
    margin-left: 0;
    margin-right: 0;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
  }

  .footer-column {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    padding-bottom: 15px;
  }

  .footer-column.social-media {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .logo {
    align-self: center;
    max-width: 60%;
  }

  .grid-4 {
    flex-direction: column;
    display: flex;
  }

  .div-block-3 {
    height: 200px;
  }

  .grid-5 {
    flex-direction: column;
    display: flex;
  }

  .div-block-4.mobile {
    display: none;
  }

  .image-5, .image-6, .image-7 {
    width: 70%;
  }

  .section {
    background-color: var(--secondary-darker-grey);
  }

  .global-footer {
    background-color: var(--secondary-darker-grey);
    padding-top: 80px;
    padding-bottom: 6px;
  }

  .heading-17 {
    line-height: 48px;
  }

  .text-block {
    line-height: 35px;
  }
}

#w-node-a8af590e-b937-71c6-7d2b-d7b3b26e5ada-5d98376a, #w-node-_3da095cc-e934-2698-2ffa-39df84cad715-5d98376a, #w-node-da0a69ad-b6f8-05c1-7198-a2addce799e1-5d98376a, #w-node-_837e6991-6f49-d95b-0360-479841e337e7-5d98376a, #w-node-c1f09a47-b4fc-2f93-a21a-2e4861c211aa-5d98376a, #w-node-c31cb848-8660-1123-439f-35c70130d9e2-5d98376a, #w-node-d839da6d-e9e7-7cdd-b066-8c2d106d03c8-5d98376a, #air-freight.w-node-_293aea49-c734-e3ad-17cc-5d3daa28e594-5d98376a, #w-node-b6f2e7ef-627e-2160-a317-e2b725ee73d9-5d98376a, #w-node-_3f6203f2-81f2-7b23-3959-737dab258138-5d98376a, #sea-freight.w-node-_9a2069f0-3ad8-6af9-26ff-5f5c35e19d91-5d98376a, #w-node-_0e96831a-b89c-8e42-b6dd-2cb1fdeb2527-5d98376a, #w-node-bb55c066-0732-7fd4-ad35-b65078ced179-5d98376a, #w-node-d383ced5-ca17-6d92-8ca7-6e20b0129420-5d98376a, #w-node-_432552d5-388d-658d-4807-a6e60504c853-5d98376a, #w-node-_0774269a-908f-9947-6d9f-39a747a98bcc-5d98376a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-d839da6d-e9e7-7cdd-b066-8c2d106d03c8-5d98376a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ad6f59ea-bf3a-0bca-533a-7b24c6c71ecc-c6c71ec9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ad6f59ea-bf3a-0bca-533a-7b24c6c71ecc-c6c71ec9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-ad6f59ea-bf3a-0bca-533a-7b24c6c71ef1-c6c71ec9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center stretch;
  }
}


