.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-size: 38px;
  line-height: 44px;
  font-weight: 900;
  text-transform: none;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 900;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 900;
  text-transform: none;
}

a {
  color: #272a3e;
  text-decoration: none;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 900px;
  -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;
}

.side-panel {
  position: fixed;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 100vh;
  padding: 75px 35px 35px;
  -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;
  background-color: #f8f8f8;
}

.image-2 {
  margin-top: 50px;
  margin-bottom: 45px;
}

.text-link {
  margin-bottom: 35px;
  color: #121621;
  font-size: 16px;
  text-decoration: none;
}

.text-link.w--current {
  color: #4d18ff;
}

.semi-bold {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1em;
  font-weight: 500;
  text-align: center;
}

.gray-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.66666667%;
  height: 100%;
  padding: 10px;
  border-radius: 0px 4px 4px 0px;
  background-color: #7d7f8b;
}

.h3 {
  font-weight: 900;
  text-transform: none;
}

.gray-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.66666667%;
  height: 100%;
  padding: 10px;
  border-radius: 0px;
  background-color: #686a78;
}

.light-block {
  width: 100%;
  padding: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #f8f8f8;
}

.paragraph-container {
  width: 100%;
  padding: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #f2f2f2;
}

.paragraph-container.bottom {
  border-radius: 0px 0px 10px 10px;
  background-color: #f8f8f8;
}

.text-description {
  color: grey;
  font-size: 12px;
}

.color-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 85px;
  padding: 10px;
  border-radius: 4px;
  background-color: #006cb6;
}

.color-block.primary-light {
  background-color: #95b604;
}

.color-block.alert {
  background-color: #73ec99;
}

.color-block.warning {
  background-color: #f6d87c;
}

.color-block.error {
  background-color: #f84568;
}

.color-block.secondary {
  background-color: #12152b;
}

.color-block.light {
  background-color: #e9e9eb;
}

.type-row {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.dark-block {
  width: 100%;
  padding: 20px;
  background-color: #f2f2f2;
}

.small {
  font-size: 14px;
  text-transform: none;
}

.light-section {
  position: relative;
  overflow: auto;
  width: 80%;
  float: right;
}

.regular-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
}

.container {
  padding: 75px 15px;
}

.heading-row {
  position: relative;
  width: 100%;
  margin-top: 25px;
  clear: left;
}

.light-gray-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.66666667%;
  height: 100%;
  padding: 10px;
  border-radius: 0px;
  background-color: #bebfc5;
}

.gray-scale-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.66666667%;
  height: 100%;
  padding: 10px;
  border-radius: 4px 0px 0px 4px;
  background-color: #000;
}

.caption {
  font-size: 12px;
  text-transform: uppercase;
}

.caption.margined {
  margin-top: 20px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1em;
  text-align: center;
}

.content-row {
  position: relative;
  width: 100%;
  margin-top: 45px;
  clear: left;
}

.gradient-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 85px;
  padding: 10px;
  border-radius: 4px;
  background-image: linear-gradient(135deg, #4d18ff, #a185ff);
}

.color-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0px 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.color-row.grey {
  margin-bottom: 25px;
  padding-bottom: 0px;
}

.heading-description {
  padding-top: 10px;
  padding-bottom: 0px;
  color: grey;
  font-size: 12px;
}

.h2 {
  font-weight: 900;
}

.h55 {
  font-weight: 900;
}

.gray-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.66666667%;
  height: 100%;
  padding: 10px;
  border-radius: 0px;
  background-color: #272a3e;
}

.very-small {
  font-size: 11px;
  line-height: 1.6em;
}

.grayscale-parent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 85px;
  margin-right: 0px;
  clear: left;
  border-radius: 4px;
  box-shadow: 2px 2px 20px 0 #f2f2f2;
}

.light-gray-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.66666667%;
  height: 100%;
  padding: 10px;
  border-radius: 0px 4px 4px 0px;
  background-color: #e9e9eb;
}

.gray-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.66666667%;
  height: 100%;
  padding: 10px;
  border-radius: 0px;
  background-color: #525464;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 58%;
  padding-right: 25px;
  padding-left: 25px;
  -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;
}

.light-block-flat {
  width: 100%;
  padding: 20px;
  background-color: #f8f8f8;
}

.light-block-flat.rounded-bottom {
  margin-bottom: 45px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.label {
  font-size: 16px;
  text-transform: none;
}

.gray-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.66666667%;
  height: 100%;
  padding: 10px;
  border-radius: 0px;
  background-color: #3d3f51;
}

.text-highlight {
  width: 42%;
  padding-top: 35px;
  padding-bottom: 35px;
  border-radius: 3px;
  background-color: #fff;
}

.heading-2 {
  font-size: 36px;
  font-weight: 900;
}

.gradient-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 85px;
  padding: 10px;
  border-radius: 4px;
  background-image: linear-gradient(135deg, #a185ff, #fff);
}

.light-gray-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.66666667%;
  height: 100%;
  padding: 10px;
  border-radius: 0px;
  background-color: #a8a9b1;
}

.color-block-parent {
  width: 20%;
  margin-right: 20px;
}

.h4 {
  font-weight: 900;
  text-transform: none;
}

.light-gray {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.66666667%;
  height: 100%;
  padding: 10px;
  border-radius: 4px 0px 0px 4px;
  background-color: #93949e;
}

.type-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 20px;
  padding: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 4px;
  background-color: #f2f2f2;
}

.type-col.right {
  margin-right: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.body {
  font-family: Futurastd, sans-serif;
  font-weight: 500;
}

.heading-3 {
  font-weight: 900;
}

.heading-4 {
  font-weight: 900;
}

.heading-5 {
  font-weight: 900;
}

.heading-6 {
  font-weight: 900;
}

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

.image-3 {
  margin-bottom: 59px;
}

.navwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 15px;
  border-style: none dashed none none;
  border-width: 1px;
  border-color: #000 #006cb6 #000 #000;
  font-family: Futurastd, sans-serif;
  color: #006cb6;
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #95b604;
}

.nav-link.end {
  border-right-style: none;
}

.nav-link.vn {
  font-family: Montserrat, sans-serif;
}

.nav-link.chii {
  font-size: 20px;
}

.nav-link.chii.end {
  border-right-style: none;
}

.body-2 {
  font-family: Futurastd, sans-serif;
  font-weight: 500;
}

.image-4 {
  margin-left: 0px;
}

.navbar {
  background-color: #fff;
}

.nav-menu {
  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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.boton-ponglo {
  display: block;
  padding: 15px 20px;
  border-radius: 25px;
  background-color: #006cb6;
  font-size: 0.7vw;
  line-height: 0px;
  font-weight: 400;
  text-transform: none;
}

.boton-ponglo:hover {
  background-color: #95b604;
  color: #006cb6;
}

.boton-ponglo.ch {
  padding-right: 50px;
  padding-left: 50px;
  font-size: 14px;
}

.boton-ponglo.vta {
  padding-right: 40px;
  padding-left: 40px;
  font-size: 14px;
}

.boton-ponglo.englishhhh {
  padding-right: 29px;
  padding-left: 29px;
  font-size: 14px;
}

.boton-ponglo.es {
  padding-right: 31px;
  padding-left: 31px;
  font-size: 14px;
}

.fa-icon {
  margin-left: 10px;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  font-size: 0.7vw;
  line-height: 0px;
}

.fa-icon.down {
  font-size: 1vw;
}

.heroimage {
  height: 70vh;
}

.about-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}

.parrafo {
  margin-top: 30px;
  font-size: 1.2vw;
  line-height: 1.3em;
  font-weight: 300;
  text-align: center;
}

.parrafo.white {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #e9e9eb;
  line-height: 1.4em;
  text-align: left;
}

.parrafo.white.centerd {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  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;
}

.heading-8 {
  margin-top: 0px;
  color: #374064;
  font-weight: 700;
  text-transform: uppercase;
}

.heading-8.white {
  padding-top: 80px;
  color: #e9e9eb;
  font-size: 20px;
  line-height: 25px;
  text-decoration: none;
}

.heading-8.white:hover {
  color: #95b604;
}

.heading-8.title {
  margin-bottom: 0px;
  color: #e9e9eb;
  line-height: 100%;
}

.image-5 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.what-we-do {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(#12152b), to(#12152b));
  background-image: linear-gradient(180deg, #12152b, #12152b);
}

.wrapper-sections {
  display: -ms-grid;
  display: grid;
  width: 80%;
  height: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.what {
  width: auto;
  height: auto;
  margin-top: 21px;
  padding: 90px 50px 90px 0px;
  border-right: 1px solid #e9e9eb;
  border-radius: 0px;
}

.heading-9 {
  margin-top: 0px;
  margin-bottom: 80px;
  color: #e9e9eb;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.paragraph-2 {
  overflow: hidden;
  width: 80%;
  color: #e9e9eb;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.services {
  width: auto;
}

.grid {
  margin-left: 50px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.icons {
  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: 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;
}

.text-block {
  color: #e9e9eb;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.image-6 {
  display: inline-block;
  margin-bottom: 15px;
}

.heading-10 {
  margin-bottom: 50px;
  color: #e9e9eb;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.supplies {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(0, #006cb6));
  background-image: linear-gradient(90deg, #fff 50%, #006cb6 0);
}

.icon-supply {
  display: block;
}

.suplly-div {
  width: 50%;
}

.supply {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin: 100px 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  width: 50%;
}

.supply-div-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  -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;
}

.what-we-do-div {
  width: 70%;
  margin-right: 40px;
}

.image-7 {
  padding-right: 75px;
  padding-left: 75px;
}

.p2 {
  overflow: hidden;
  width: 91%;
  color: #e9e9eb;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.joint-venture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -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: #12152b;
}

.paragraph-white {
  margin-top: 150px;
  margin-bottom: 150px;
  color: #e9e9eb;
  font-size: 30px;
  line-height: 44px;
  font-weight: 300;
  text-align: center;
}

.contact {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 120px;
  margin-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;
}

.locations-div {
  position: absolute;
  left: auto;
  top: auto;
  right: 10%;
  bottom: auto;
  width: 550px;
  height: auto;
  margin-bottom: 50px;
  padding: 60px 60px 30px;
  background-color: rgba(0, 108, 182, 0.92);
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.33);
}

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

.heading-11 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.paragraph-3 {
  margin-bottom: 0px;
  color: #e9e9eb;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  text-transform: none;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-8 {
  margin-right: 40px;
}

.bold-loc {
  font-weight: 400;
}

.div-block-5 {
  overflow: visible;
  min-height: auto;
  margin-top: 0px;
  clear: none;
}

.map {
  display: block;
  height: 500px;
}

.map.usa {
  display: block;
}

.map.chhhhhh {
  display: none;
}

.contactform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-bottom: 110px;
  -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;
}

.cf-wraper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
}

.form-block {
  width: 70%;
}

.div-block-6 {
  width: 70%;
}

.div-block-7 {
  width: 80%;
  margin-top: 0px;
}

.grid-2 {
  margin-top: 0%;
  grid-column-gap: 15px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2.chine {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.p3-white {
  margin: 20px 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #272a3e;
  font-size: 21px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.img8-b {
  margin-right: 40px;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.fa-icon-big {
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  font-size: 27px;
  text-align: left;
}

.fa-icon-big.wa {
  width: 50px;
  margin-right: 0px;
  margin-left: 0px;
  font-family: 'Font awesome 5 brands 400', sans-serif;
}

.div-block-8 {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.phonediv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.filed-form {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #374064 #e9e9eb #000;
}

.disclaimer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: #12152b;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  margin-bottom: 0px;
  padding-top: 43px;
  padding-bottom: 43px;
  -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;
}

.image-9 {
  margin-right: 50px;
}

.paragraph-4 {
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 1.4em;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
}

.heading-12 {
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
}

.background-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.24)), to(rgba(0, 0, 0, 0.24)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24));
}

.heading-13 {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 3.2vw;
  line-height: 102%;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.heading-13.vt {
  font-weight: 700;
  text-align: center;
}

.heading-13.ch9 {
  width: 70%;
  font-size: 4vw;
}

.div-block-10 {
  display: none;
  height: 100%;
  background-image: url('../images/heroship-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 20px 0px 0px;
  -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;
  background-color: rgba(0, 108, 182, 0);
}

.text-block-2 {
  margin-right: 0px;
  margin-left: 5px;
  -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;
  font-family: 'Futurastd book', sans-serif;
  color: #272a3e;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-block-2.vn {
  font-family: Montserrat, sans-serif;
}

.text-block-2.chinnnn {
  font-size: 20px;
}

.icon {
  position: static;
  margin-top: auto;
  margin-right: 0px;
  margin-bottom: auto;
  font-size: 19px;
}

.image-10 {
  display: block;
  max-width: none;
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.div-block-12 {
  width: 25px;
  height: 15px;
  background-image: url('../images/gb.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.language-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.flag {
  width: 25px;
  height: 15px;
  margin-right: 0px;
  background-image: url('../images/es.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.flag.viet {
  background-image: url('../images/vn.svg');
}

.flag.chi {
  background-image: url('../images/cn.svg');
}

.flag.en {
  background-image: url('../images/gb.svg');
}

.idioma {
  margin-top: 10px;
  margin-bottom: 10px;
}

.dropdown-list {
  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;
}

.dropdown-list.w--open {
  -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;
}

.dropdown-list-2 {
  padding: 0px;
}

.dropdown-list-2.w--open {
  left: -142%;
  top: 154%;
  right: auto;
  bottom: auto;
  width: 220px;
  padding: 20px;
  background-color: #fafafa;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.07);
}

.dropdown-list-2.ch.w--open {
  left: -121%;
}

.dropdown-list-2.englishh {
  left: -73%;
}

.dropdown-list-2.espain.w--open {
  left: -56%;
}

.dropdown-list-2.vietnam {
  left: -42%;
}

.asd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 20px 0px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.asd.w--open {
  padding-left: 0px;
}

.div-block-13 {
  width: 25px;
  height: 13px;
  margin-right: 0px;
  background-image: url('../images/gb.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-13.es {
  background-image: url('../images/es.svg');
}

.div-block-13.vn {
  background-image: url('../images/vn.svg');
}

.div-block-13.ch {
  background-image: url('../images/cn.svg');
}

.link-flag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 15px;
  -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;
  text-decoration: none;
}

.link-flag:hover {
  background-color: rgba(0, 108, 182, 0.04);
  color: #e9e9eb;
}

.icon-2 {
  margin-right: 0px;
  font-size: 16px;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-block-2 {
  display: none;
}

.body-3 {
  background-color: #272a3e;
  background-image: radial-gradient(circle farthest-side at 50% 50%, #006cb6, #0b5993 0%, #272a3e);
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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-block-5 {
  margin-top: 90px;
  font-family: Futurastd, sans-serif;
  color: #e9e9eb;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.div-block-17 {
  text-align: right;
}

.body-vn {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.div-block-18 {
  display: none;
  overflow: auto;
  width: 100%;
  height: 440px;
  background-image: url('../images/map.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block-18.chhhh {
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: #888;
  box-shadow: 0 0 15px 13px rgba(0, 0, 0, 0.08);
}

.image-11 {
  margin-right: 50px;
  margin-left: 50px;
  padding-right: 10px;
  padding-left: 10px;
}

.italic-text {
  font-style: normal;
}

.div-block-19 {
  position: static;
  display: block;
  overflow: visible;
  height: auto;
}

.image-12 {
  margin-top: 0px;
  margin-left: 0px;
}

.heading-14 {
  margin-left: 91px;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  font-size: 4vw;
}

.bold-text {
  text-transform: none;
}

.bold-text-2 {
  text-transform: none;
}

.columns {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.link {
  font-family: 'Font awesome 5 brands 400', sans-serif;
}

.phonediv-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin: 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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -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;
}

.columns-2 {
  width: 100%;
  margin: 14px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.fa-icon-big-2 {
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  font-size: 27px;
  line-height: 100%;
  text-align: left;
}

.fa-icon-big-2.wa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  -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: 'Font awesome 5 brands 400', sans-serif;
  line-height: 100%;
}

.fa-icon-big-2.mail {
  font-size: 24px;
}

.column-5 {
  padding: 0px;
}

.link-4 {
  font-size: 18px;
  line-height: 100%;
  font-weight: 400;
}

.link-2 {
  display: block;
  font-family: 'Font awesome 5 brands 400', sans-serif;
}

@media (max-width: 991px) {
  .side-panel {
    position: relative;
    width: 100%;
    height: auto;
    padding: 25px 10px;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-2 {
    margin-right: 10px;
    margin-bottom: 30px;
  }
  .text-link {
    margin-right: 50px;
  }
  .light-section {
    overflow: visible;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    float: none;
    clear: left;
  }
  .text-highlight {
    padding: 20px;
  }
  .image-3 {
    margin-top: 37px;
  }
  .navwrapper {
    margin-right: 20px;
    margin-left: 20px;
  }
  .nav-link {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 14px;
    padding-bottom: 14px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-right-style: none;
    color: #e9e9eb;
    font-size: 15px;
  }
  .nav-link:hover {
    color: #272a3e;
  }
  .nav-link.end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-link.chii {
    padding-right: 0px;
  }
  .nav-menu {
    display: block;
    padding: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #2c8ccd;
  }
  .boton-ponglo {
    display: none;
  }
  .boton-ponglo.ch {
    display: block;
  }
  .boton-ponglo.vta {
    display: block;
  }
  .boton-ponglo.englishhhh {
    display: block;
  }
  .boton-ponglo.es {
    display: block;
  }
  .heroimage {
    height: 40vh;
  }
  .about-us {
    height: auto;
  }
  .parrafo {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5em;
  }
  .parrafo.white {
    width: 100%;
    text-align: center;
  }
  .container-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .wrapper-sections {
    width: 90%;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 0px;
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .what {
    margin: 0px;
    padding: 0px;
    border-right-style: none;
  }
  .heading-9 {
    text-align: center;
  }
  .grid {
    margin-left: 0px;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .icons {
    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-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;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .supply {
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .supply-div-50 {
    height: auto;
  }
  .supply-div-50.logos {
    height: auto;
  }
  .what-we-do-div {
    width: 90%;
    margin-right: 0px;
  }
  .image-7 {
    padding-right: 100px;
    padding-left: 100px;
  }
  .joint-venture {
    height: auto;
  }
  .contact {
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .locations-div {
    position: static;
    width: 90%;
  }
  .map {
    display: none;
  }
  .map.usa {
    display: none;
  }
  .contactform {
    margin-bottom: 55px;
  }
  .div-block-7 {
    width: 90%;
  }
  .grid-2 {
    grid-row-gap: 49px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .p3-white {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .div-block-8 {
    width: 100%;
  }
  .phonediv {
    width: 100%;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-9 {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-9 {
    margin-right: 0px;
  }
  .paragraph-4 {
    margin-top: 24px;
    text-align: justify;
  }
  .heading-12 {
    font-size: 25px;
  }
  .heading-13 {
    width: 80%;
    font-size: 8vw;
  }
  .text-block-2 {
    display: inline-block;
  }
  .flag.chi {
    height: 10px;
    background-image: none;
  }
  .flag.ch {
    background-image: url('../images/cn.svg');
  }
  .asd {
    position: -webkit-sticky;
    position: sticky;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    -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-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;
  }
  .link-flag {
    display: none;
  }
  .language-bar {
    position: static;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: auto;
    display: none;
    overflow: visible;
    margin-right: 0px;
    margin-left: 0px;
    -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;
  }
  .div-block-14 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-15 {
    display: none;
  }
  .link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 25px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .text-block-3 {
    display: block;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .link-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 5px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #e9e9eb;
  }
  .link-block-2:hover {
    color: #272a3e;
  }
  .div-block-16 {
    width: 25px;
    height: 15px;
  }
  .text-block-4 {
    margin-right: 15px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
  }
  .text-block-4:hover {
    color: #e9e9eb;
  }
  .menu-button {
    color: #006cb6;
  }
  .menu-button.w--open {
    background-color: rgba(233, 233, 235, 0);
    color: #272a3e;
  }
  .icon-3 {
    color: #2c8ccd;
    text-align: center;
  }
  .div-block-18 {
    display: none;
  }
  .div-block-18.chhhh {
    display: none;
  }
  .menustylt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div-block-20 {
    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;
  }
  .phonediv-2 {
    width: 100%;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link-4 {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .side-panel {
    overflow: auto;
    padding-right: 35px;
    padding-bottom: 0px;
  }
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .text-highlight {
    padding: 9px;
  }
  .heroimage {
    height: 200px;
  }
  .about-us {
    height: auto;
  }
  .parrafo.white.centerd {
    text-align: center;
  }
  .container-2 {
    padding: 40px 30px;
  }
  .heading-8 {
    font-weight: 400;
  }
  .heading-8.white {
    padding-top: 20px;
    text-align: center;
  }
  .heading-8.title {
    text-align: center;
  }
  .what {
    margin-top: 32px;
  }
  .heading-9 {
    font-weight: 400;
  }
  .supplies {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#006cb6), to(#006cb6)), -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0%, #006cb6));
    background-image: linear-gradient(180deg, #006cb6, #006cb6), linear-gradient(180deg, #fff, #006cb6 0%);
  }
  .supply {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .supply-div-50 {
    width: 90%;
    height: auto;
  }
  .supply-div-50.logos {
    display: none;
    height: auto;
  }
  .image-7 {
    display: none;
  }
  .joint-venture {
    height: auto;
  }
  .contact {
    margin-top: 60px;
    margin-bottom: 0px;
  }
  .locations-div {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-5 {
    margin-top: 20px;
  }
  .map.usa {
    display: none;
  }
  .grid-2.chine {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .background-video {
    display: none;
  }
  .heading-13 {
    width: 90%;
    font-size: 7vw;
  }
  .heading-13.ch9 {
    width: 90%;
    font-size: 8vw;
  }
  .div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.68)), to(rgba(0, 0, 0, 0.68))), url('../images/heroship-min.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.68)), url('../images/heroship-min.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    font-size: 12px;
  }
  .phonediv-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .link-4 {
    font-size: 3vw;
  }
}

@media (max-width: 479px) {
  .side-panel {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-2 {
    margin-right: auto;
    margin-left: auto;
  }
  .text-link {
    margin-right: auto;
    margin-left: auto;
  }
  .gray-6 {
    width: 100%;
    height: 55px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .gray-5 {
    width: 100%;
    height: 55px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .color-block {
    width: 100%;
    height: 55px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .type-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .light-gray-3 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .gray-scale-block {
    width: 100%;
    height: 55px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .gradient-1 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .color-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .gray-2 {
    width: 100%;
    height: 55px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .grayscale-parent {
    height: 55px;
  }
  .light-gray-4 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .gray-4 {
    width: 100%;
    height: 55px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .div-block {
    width: 68%;
  }
  .gray-3 {
    width: 100%;
    height: 55px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .text-highlight {
    width: 32%;
    padding: 20px 10px;
  }
  .gradient-2 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .light-gray-2 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .color-block-parent {
    width: 30%;
    margin-right: 3%;
  }
  .color-block-parent.gradient {
    width: 48%;
    margin-right: 2%;
  }
  .light-gray {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .type-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .image-3 {
    margin-right: auto;
    margin-left: auto;
  }
  .navwrapper {
    margin: 20px 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .nav-link {
    text-align: right;
  }
  .nav-menu {
    position: absolute;
  }
  .boton-ponglo {
    font-size: 12px;
  }
  .boton-ponglo.ch {
    display: block;
  }
  .boton-ponglo.englishhhh {
    display: block;
  }
  .fa-icon.down {
    font-size: 20px;
  }
  .heroimage {
    height: auto;
    min-height: auto;
  }
  .about-us {
    height: auto;
    -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;
  }
  .parrafo {
    margin: 0px auto;
  }
  .parrafo.white {
    display: inline-block;
    width: auto;
    -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;
  }
  .container-2 {
    margin-right: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading-8 {
    font-size: 30px;
    text-align: center;
  }
  .heading-8.white {
    margin-top: 20px;
    padding-top: 20px;
  }
  .wrapper-sections {
    width: auto;
    margin: 60px 20px;
    grid-column-gap: 0px;
  }
  .heading-9 {
    width: 100%;
    margin-bottom: 10px;
    font-size: 30px;
  }
  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .text-block {
    font-size: 11px;
    line-height: 15px;
  }
  .image-6 {
    margin-bottom: 0px;
  }
  .heading-10 {
    margin-bottom: 20px;
  }
  .supplies {
    height: auto;
  }
  .supply {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .supply-div-50 {
    height: auto;
  }
  .supply-div-50.logos {
    display: none;
  }
  .what-we-do-div {
    width: 100%;
  }
  .joint-venture {
    height: auto;
  }
  .contact {
    margin-top: 50px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .locations-div {
    padding: 40px 20px 20px;
  }
  .paragraph-3 {
    font-size: 14px;
    line-height: 20px;
  }
  .image-8 {
    margin-right: 10px;
  }
  .div-block-5 {
    margin-top: 20px;
  }
  .map.usa {
    display: none;
  }
  .grid-2.chine {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .p3-white {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 4vw;
  }
  .fa-icon-big {
    display: inline-block;
    width: 50px;
    margin-right: 10px;
    padding-right: 0px;
    font-size: 22px;
    text-align: center;
  }
  .fa-icon-big.wa {
    font-size: 25px;
  }
  .phonediv {
    -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;
  }
  .paragraph-4 {
    text-align: justify;
  }
  .heading-12 {
    font-size: 28px;
    line-height: 35px;
  }
  .heading-13 {
    width: 90%;
    font-size: 8vw;
    font-weight: 400;
  }
  .heading-13.ch9 {
    width: 90%;
    font-size: 10vw;
  }
  .div-block-10 {
    width: 100%;
    height: 200px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/heroship-min.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/heroship-min.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .dropdown-list-2 {
    display: none;
  }
  .asd {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .div-block-13 {
    position: static;
  }
  .icon-2 {
    position: static;
  }
  .language-bar {
    display: none;
    -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;
  }
  .link-block-2 {
    margin-right: 0px;
    padding: 10px 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .menu-button {
    padding-bottom: 10px;
  }
  .icon-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .menustylt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .brand {
    padding-right: 10px;
    padding-left: 0px;
  }
  .div-block-20 {
    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;
  }
  .phonediv-2 {
    -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;
  }
  .fa-icon-big-2 {
    display: inline-block;
    width: 50px;
    margin-right: 0px;
    padding-right: 0px;
    font-size: 22px;
    text-align: center;
  }
  .fa-icon-big-2.wa {
    font-size: 25px;
  }
  .fa-icon-big-2.mail {
    margin-right: 0px;
  }
  .link-4 {
    font-size: 13px;
  }
}

#w-node-4531c3fd5d25-328ec86b {
  -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-4531c3fd5d25-328ec86b {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-4531c3fd5d25-328ec86b {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

#w-node-234592f8824c-328ec86b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-ab0bcb204e05-328ec86b {
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-ab0bcb204e05-328ec86b {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ab0bcb204e05-328ec86b {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

#w-node-cd42afd51666-328ec86b {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-cd42afd51666-328ec86b {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cd42afd51666-328ec86b {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

#w-node-0ba2f006919d-328ec86b {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-0ba2f006919d-328ec86b {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-0ba2f006919d-328ec86b {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-0ba2f006919d-328ec86b {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

#w-node-a28bd22d5335-328ec86b {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a28bd22d5335-328ec86b {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a28bd22d5335-328ec86b {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

#w-node-7146e66077f3-328ec86b {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-7146e66077f3-328ec86b {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-7146e66077f3-328ec86b {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

#w-node-10c0dda23fbc-328ec86b {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-10c0dda23fbc-328ec86b {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-10c0dda23fbc-328ec86b {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-10c0dda23fbc-328ec86b {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

#w-node-62c9b8a6f37b-328ec86b {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-62c9b8a6f37b-328ec86b {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-62c9b8a6f37b-328ec86b {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

#w-node-39b977bca73e-328ec86b {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-39b977bca73e-328ec86b {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-39b977bca73e-328ec86b {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-39b977bca73e-328ec86b {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

#w-node-2c09c70773a7-328ec86b {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-2c09c70773a7-328ec86b {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-2c09c70773a7-328ec86b {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-2c09c70773a7-328ec86b {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

#w-node-20fff308f756-328ec86b {
  -ms-grid-column-align: end;
  justify-self: end;
}

#que.w-node-4531c3fd5d25-b18a6410 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #que.w-node-4531c3fd5d25-b18a6410 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #que.w-node-4531c3fd5d25-b18a6410 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

#w-node-234592f8824c-b18a6410 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-b0aeec9f44fc-b18a6410 {
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-b0aeec9f44fc-b18a6410 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b0aeec9f44fc-b18a6410 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

#w-node-b0aeec9f4500-b18a6410 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-b0aeec9f4500-b18a6410 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b0aeec9f4500-b18a6410 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

#w-node-b0aeec9f4504-b18a6410 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-b0aeec9f4504-b18a6410 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b0aeec9f4504-b18a6410 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b0aeec9f4504-b18a6410 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

#w-node-b0aeec9f4508-b18a6410 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-b0aeec9f4508-b18a6410 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b0aeec9f4508-b18a6410 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

#w-node-b0aeec9f450c-b18a6410 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-b0aeec9f450c-b18a6410 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b0aeec9f450c-b18a6410 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

#w-node-b0aeec9f4510-b18a6410 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-b0aeec9f4510-b18a6410 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b0aeec9f4510-b18a6410 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b0aeec9f4510-b18a6410 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

#w-node-b0aeec9f4514-b18a6410 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-b0aeec9f4514-b18a6410 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b0aeec9f4514-b18a6410 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

#w-node-b0aeec9f4518-b18a6410 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-b0aeec9f4518-b18a6410 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b0aeec9f4518-b18a6410 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b0aeec9f4518-b18a6410 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

#w-node-b0aeec9f451c-b18a6410 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-b0aeec9f451c-b18a6410 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b0aeec9f451c-b18a6410 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b0aeec9f451c-b18a6410 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

#w-node-d62e60c61f30-b18a6410 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-4531c3fd5d25-3e5b0f2a {
  -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-4531c3fd5d25-3e5b0f2a {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-4531c3fd5d25-3e5b0f2a {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

#w-node-234592f8824c-3e5b0f2a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-8627b9d1f4eb-3e5b0f2a {
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-8627b9d1f4eb-3e5b0f2a {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-8627b9d1f4eb-3e5b0f2a {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

#w-node-8627b9d1f4ef-3e5b0f2a {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-8627b9d1f4ef-3e5b0f2a {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-8627b9d1f4ef-3e5b0f2a {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

#w-node-8627b9d1f4f3-3e5b0f2a {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-8627b9d1f4f3-3e5b0f2a {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-8627b9d1f4f3-3e5b0f2a {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-8627b9d1f4f3-3e5b0f2a {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

#w-node-8627b9d1f4f7-3e5b0f2a {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-8627b9d1f4f7-3e5b0f2a {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-8627b9d1f4f7-3e5b0f2a {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

#w-node-8627b9d1f4fb-3e5b0f2a {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-8627b9d1f4fb-3e5b0f2a {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-8627b9d1f4fb-3e5b0f2a {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

#w-node-8627b9d1f4ff-3e5b0f2a {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-8627b9d1f4ff-3e5b0f2a {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-8627b9d1f4ff-3e5b0f2a {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-8627b9d1f4ff-3e5b0f2a {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

#w-node-8627b9d1f503-3e5b0f2a {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-8627b9d1f503-3e5b0f2a {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-8627b9d1f503-3e5b0f2a {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

#w-node-8627b9d1f507-3e5b0f2a {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-8627b9d1f507-3e5b0f2a {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-8627b9d1f507-3e5b0f2a {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-8627b9d1f507-3e5b0f2a {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

#w-node-8627b9d1f50b-3e5b0f2a {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-8627b9d1f50b-3e5b0f2a {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-8627b9d1f50b-3e5b0f2a {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-8627b9d1f50b-3e5b0f2a {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

#w-node-908fcbfc955c-3e5b0f2a {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-4531c3fd5d25-368b003d {
  -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-4531c3fd5d25-368b003d {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-4531c3fd5d25-368b003d {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

#w-node-234592f8824c-368b003d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-c1e3fca83e60-368b003d {
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-c1e3fca83e60-368b003d {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c1e3fca83e60-368b003d {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

#w-node-c1e3fca83e64-368b003d {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c1e3fca83e64-368b003d {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c1e3fca83e64-368b003d {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

#w-node-c1e3fca83e68-368b003d {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c1e3fca83e68-368b003d {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c1e3fca83e68-368b003d {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c1e3fca83e68-368b003d {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

#w-node-c1e3fca83e6c-368b003d {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c1e3fca83e6c-368b003d {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c1e3fca83e6c-368b003d {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

#w-node-c1e3fca83e70-368b003d {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c1e3fca83e70-368b003d {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c1e3fca83e70-368b003d {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

#w-node-c1e3fca83e74-368b003d {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c1e3fca83e74-368b003d {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c1e3fca83e74-368b003d {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c1e3fca83e74-368b003d {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

#w-node-c1e3fca83e78-368b003d {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c1e3fca83e78-368b003d {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c1e3fca83e78-368b003d {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

#w-node-c1e3fca83e7c-368b003d {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c1e3fca83e7c-368b003d {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c1e3fca83e7c-368b003d {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c1e3fca83e7c-368b003d {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

#w-node-c1e3fca83e80-368b003d {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c1e3fca83e80-368b003d {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c1e3fca83e80-368b003d {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c1e3fca83e80-368b003d {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

#4ch.w-node-c6b57c2c28aa-368b003d {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-c51c21f40ac2-368b003d {
  -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;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-c51c21f40ac2-368b003d {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c51c21f40ac2-368b003d {
    -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: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

#w-node-c97694215981-368b003d {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

@media screen and (max-width: 767px) {
  #w-node-c97694215981-368b003d {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c97694215981-368b003d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Futurastd';
  src: url('../fonts/FuturaStd-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Futurastd';
  src: url('../fonts/FuturaStd-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Futurastd';
  src: url('../fonts/FuturaStd-Bold.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Futurastd';
  src: url('../fonts/FuturaStd-MediumOblique.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Futurastd';
  src: url('../fonts/FuturaStd-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Futurastd';
  src: url('../fonts/FuturaStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Futurastd condensed';
  src: url('../fonts/FuturaStd-Condensed.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Futurastd book';
  src: url('../fonts/FuturaStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Font awesome 5 free 400';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Font awesome 5 brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}