body {
  font-family: Barlow, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #132433;
  font-size: 55px;
  line-height: 1.1;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #132433;
  font-size: 44px;
  line-height: 1.1;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #001632;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #001632;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #001632;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 700;
}

h6 {
  width: 75%;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #001632;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  text-align: right;
}

p {
  margin-bottom: 15px;
  color: #546681;
  font-size: 18px;
  line-height: 1.4;
  text-align: left;
}

a {
  color: #003760;
  text-decoration: none;
}

ul {
  margin-top: 30px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 15px;
  color: #546681;
  font-size: 18px;
  line-height: 1.5;
}

img {
  display: inline-block;
  max-width: 100%;
}

blockquote {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
  border-left: 5px solid #ffb607;
  font-size: 18px;
  line-height: 22px;
}

.container {
  position: static;
  z-index: 10;
  width: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.space-below {
  width: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-bottom: 160px;
  margin-left: auto;
}

.container.csr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-bottom: 100px;
  padding-left: 20px;
  -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;
}

.hero-heading {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 75px;
  line-height: 1;
  letter-spacing: -0.5px;
}

.hero-heading.hero-heading-inner {
  font-size: 70px;
}

.hero-heading.hero-heading-inner.hero-heading-centre {
  font-size: 60px;
  text-align: center;
}

.text-blo {
  max-width: 490px;
  font-style: normal;
}

.text-blo.paragraph-centre-white {
  max-width: 570px;
  color: #fff;
  text-align: center;
}

.text-blo.paragraph-centre-dark {
  max-width: none;
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.52);
  font-size: 18px;
  line-height: 1.5;
}

.text-blo.paragraph-centre-dark.full {
  line-height: 1.5;
}

.button {
  height: 40px;
  padding-right: 40px;
  padding-left: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #ffbe00;
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
  color: #ffbe00;
  font-size: 17px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background-color: #002360;
  color: rgba(255, 255, 255, 0.5);
}

.service-card-wrap {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
}

.service-card-wrap.right {
  margin-bottom: 100px;
}

.service-card-wrap.end {
  margin-bottom: 0px;
}

.footer-title {
  display: inline-block;
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #ffbe00;
  font-size: 15px;
  font-weight: 400;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
  padding-right: 0px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-column-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 30px 15px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 140px;
  background-color: #002360;
}

.footer-link {
  margin-bottom: 15px;
  margin-left: 1px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #72829b;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  text-decoration: none;
}

.column {
  width: 33%;
  padding: 10px;
}

.column.ourcore {
  width: 100%;
}

.service-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 14px 14px 200px 0 rgba(0, 22, 50, 0.06);
  text-decoration: none;
}

.section-content {
  position: relative;
  padding: 20px 5%;
  -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;
  background-color: #002360;
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
}

.capital-heading {
  max-width: 500px;
  margin-bottom: 14px;
  color: #ffb607;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.capital-heading.title-centre {
  margin-bottom: 8px;
  text-align: center;
}

.heading-primary {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #fff;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.5px;
}

.heading-primary.h3-centre-white {
  max-width: 700px;
  color: #fff;
  text-align: center;
}

.heading-primary.companies {
  font-size: 30px;
}

.button-wrap-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -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;
}

.navigation-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 12px;
  padding-left: 12px;
  -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;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  text-decoration: none;
}

.navigation-link:hover {
  color: #ffb607;
}

.navigation-link:focus {
  color: #002360;
}

.navigation-block-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-block-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-mobile {
  display: none;
}

.navigation-text {
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: rgba(109, 109, 109, 0.88);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

.navigation-text:hover {
  color: #003760;
  font-weight: 400;
}

.navigation-text:focus {
  color: #003760;
  font-weight: 500;
}

.container-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mobile-button-link {
  display: none;
}

.logo-link.w--current {
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  min-height: 60px;
  padding: 10px 5%;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
  background-color: #fff;
}

.title-wrap-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -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;
  text-align: left;
}

.title-wrap-left.home {
  margin-bottom: 140px;
}

.slider-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 45px;
  margin-right: 15px;
  padding: 15px 36px;
  -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;
  border-radius: 45px 0px 45px 45px;
  background-color: #fff;
  box-shadow: 1px 1px 45px 0 rgba(0, 22, 50, 0.1);
}

.slider-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  padding: 20px 36px;
  -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;
  border-radius: 45px 0px 45px 45px;
  background-color: #fff;
  box-shadow: 1px 1px 55px 0 rgba(0, 22, 50, 0.08);
}

.text-span {
  color: #484dff;
}

.hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.paragraph-hero {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}

.content-block-hero {
  position: relative;
  max-width: 680px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-text {
  display: block;
  margin-bottom: 0px;
  color: #72829b;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

.legal-wrap {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  -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: #005392;
}

.section-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.container-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-link-secondary {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.text-link-secondary:hover {
  color: hsla(0, 0%, 100%, 0.58);
}

.service-card-link {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 25px;
  background-color: #ffb607;
}

.arrow-card {
  width: 40%;
}

.image {
  width: 50px;
  margin-right: 15px;
}

.vision_mission_value {
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-align: left;
}

.vision_mission_value.medium {
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 1px;
}

.yellow-block {
  position: static;
  top: -78px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-right: auto;
  margin-left: auto;
  padding-top: 105px;
  padding-right: 55px;
  padding-bottom: 105px;
  -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: #ffb607;
}

.button-dark {
  margin-right: 15px;
  padding: 18px 35px;
  border-radius: 100px;
  background-color: #132433;
  color: #fff;
  font-size: 17px;
}

.line-background {
  width: 14.285714285714286%;
  border-right: 1px solid hsla(0, 0%, 100%, 0.22);
}

.line-box-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cta-content-top {
  position: relative;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.section-content-white {
  position: static;
  padding: 60px 5% 20px;
  -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;
  background-color: #d2d7d9;
  background-image: url('../images/bg_shade.svg');
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-title {
  margin-bottom: 4px;
  color: #fff;
  letter-spacing: 2px;
}

.thumbnail-small {
  width: 85px;
  border-radius: 8px;
}

.featured-article-block {
  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;
}

.div-block-163 {
  width: 1px;
  height: 35px;
  margin-right: 25px;
  margin-left: 25px;
  background-color: hsla(0, 0%, 100%, 0.13);
}

.cta-yellow-shape {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.return-top {
  position: fixed;
  left: auto;
  top: auto;
  right: 25px;
  bottom: 35px;
  z-index: 999;
  display: none;
  width: 45px;
  height: 45px;
  -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;
  border-radius: 1000px;
  background-color: #ffb607;
}

.lightbox-link {
  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;
}

.play-icon {
  position: absolute;
  width: 24px;
}

.section-featured {
  display: none;
  min-height: 140px;
  padding: 15px 5%;
  -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;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.09);
  background-color: #0a1b2b;
}

.yellow-cta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #8b8b8b;
}

.featured-wrap {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.standard-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
  padding: 120px 3% 80px;
  -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(10, 27, 43, 0.47)), color-stop(70%, rgba(10, 27, 43, 0.98)), to(#0a1b2b)), url('../images/2.jpeg');
  background-image: linear-gradient(180deg, rgba(10, 27, 43, 0.47), rgba(10, 27, 43, 0.98) 70%, #0a1b2b), url('../images/2.jpeg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.standard-header.header-search {
  min-height: 600px;
  padding-top: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 27, 43, 0.47)), color-stop(70%, rgba(10, 27, 43, 0.98)), to(#0a1b2b)), url('../images/blog_hero_04.jpg');
  background-image: linear-gradient(180deg, rgba(10, 27, 43, 0.47), rgba(10, 27, 43, 0.98) 70%, #0a1b2b), url('../images/blog_hero_04.jpg');
  background-position: 0px 0px, 50% 50%;
}

.dropdown-list {
  background-color: transparent;
}

.dropdown-list.w--open {
  z-index: 7;
  width: 100%;
  min-width: 260px;
  padding-top: 0px;
  padding-bottom: 35px;
  border-radius: 15px;
  font-family: Montserrat, sans-serif;
}

.feature-content-wrap {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feature-icon {
  width: 40px;
  max-width: none;
  margin-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.dropdown-list-wrap {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding: 20px 0px 0px;
  background-color: #fff;
  box-shadow: 6px 6px 10px 4px rgba(44, 62, 80, 0.3);
}

.feature-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

.feature-wrap:hover {
  background-color: rgba(19, 36, 51, 0.05);
}

.primary-navigation-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -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;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: hsla(0, 0%, 100%, 0.88);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.primary-navigation-link:hover {
  color: #ffb607;
}

.dropdown-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.arrow-down {
  margin-left: 5px;
  color: rgba(241, 4, 4, 0.88);
}

.short-title {
  margin-bottom: 2px;
  font-family: Montserrat, sans-serif;
  color: #2e3642;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0px;
}

.home-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 65vh;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 5%;
  -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: #003760;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 113, 216, 0.5)), color-stop(62%, rgba(0, 49, 114, 0.9)), to(#002360)), url('../images/hero_port2x.jpg');
  background-image: linear-gradient(180deg, rgba(22, 113, 216, 0.5), rgba(0, 49, 114, 0.9) 62%, #002360), url('../images/hero_port2x.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
}

.home-hero.about {
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 113, 216, 0.5)), color-stop(62%, rgba(0, 49, 114, 0.9)), to(#002360)), url('../images/Building-DSCF0658.jpg');
  background-image: linear-gradient(180deg, rgba(22, 113, 216, 0.5), rgba(0, 49, 114, 0.9) 62%, #002360), url('../images/Building-DSCF0658.jpg');
}

.home-hero.service {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 113, 216, 0.5)), color-stop(62%, rgba(0, 49, 114, 0.9)), to(#002360)), url('../images/section_hero_base2x.jpg');
  background-image: linear-gradient(180deg, rgba(22, 113, 216, 0.5), rgba(0, 49, 114, 0.9) 62%, #002360), url('../images/section_hero_base2x.jpg');
  background-position: 0px 0px, 50% 75%;
}

.home-hero.project {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 113, 216, 0.5)), color-stop(62%, rgba(0, 49, 114, 0.9)), to(#002360)), url('../images/project_bg.jpg');
  background-image: linear-gradient(180deg, rgba(22, 113, 216, 0.5), rgba(0, 49, 114, 0.9) 62%, #002360), url('../images/project_bg.jpg');
  background-position: 0px 0px, 50% 50%;
}

.home-hero.csr {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 113, 216, 0.5)), color-stop(62%, rgba(0, 49, 114, 0.9)), to(#002360)), url('../images/BAKSOS-NATAL-2019---2.jpeg');
  background-image: linear-gradient(180deg, rgba(22, 113, 216, 0.5), rgba(0, 49, 114, 0.9) 62%, #002360), url('../images/BAKSOS-NATAL-2019---2.jpeg');
  background-position: 0px 0px, 50% 70%;
}

.section-breadcrumb {
  overflow: hidden;
  height: 100px;
  background-color: #0a1b2b;
}

.section-breadcrumb.breadcrumb-white-bg {
  background-color: #fff;
}

.breadcrumb-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  height: 100%;
  padding-right: 50px;
  padding-left: 50px;
  -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;
  background-color: #ffb607;
}

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

.breadcrumb_link {
  opacity: 0.5;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #132433;
  font-size: 16px;
  text-decoration: none;
}

.breadcrumb_link:hover {
  opacity: 1;
}

.breadcrumb_link.w--current {
  opacity: 1;
  color: #132433;
}

.breadcrumb_arrow {
  width: 15px;
  margin-right: 15px;
  margin-left: 15px;
  opacity: 0.5;
}

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

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

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.featured-article {
  margin-top: 0px;
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.standard-title {
  margin-bottom: 12px;
  color: #ffb607;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.time-icon {
  width: 15px;
  margin-right: 8px;
  margin-bottom: 4px;
}

.author-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.blog-paragraph {
  color: hsla(0, 0%, 100%, 0.49);
  font-size: 15px;
}

.author-image {
  width: 35px;
  height: 35px;
  margin-right: 8px;
  margin-bottom: 4px;
  border-radius: 100px;
  background-color: #ffb607;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.author-image.author-image-large {
  width: 45px;
  height: 45px;
}

.category {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 240px;
  min-height: 40px;
  padding: 8px 16px;
  -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;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 50px;
  background-color: rgba(255, 182, 7, 0.15);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #627792;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

.category.w--current:hover {
  background-color: rgba(255, 182, 7, 0.05);
}

.category.category-space {
  margin-bottom: 25px;
}

.author-name-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.category-text {
  margin-bottom: 0px;
  color: #ffb607;
  font-size: 16px;
  font-weight: 400;
}

.time-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.author-detail-text {
  color: #8a94a6;
  font-size: 16px;
}

.blog-post-wrap {
  min-height: 200px;
}

.blog-image {
  position: relative;
  min-height: 310px;
  background-image: url('../images/brookerage.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-posted-date {
  color: rgba(98, 119, 146, 0.49);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.category-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  -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;
}

.blog-content {
  padding: 20px;
  background-color: #132433;
}

.blog-post {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.blog-post:hover {
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.paragraph-3 {
  display: none;
  color: #627792;
  font-size: 15px;
}

.blog-h3 {
  display: block;
  margin-top: 0px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.3px;
  text-decoration: none;
}

.blog-item {
  padding-right: 12px;
  padding-left: 12px;
}

.gradient-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 27, 43, 0.98)), color-stop(41%, rgba(10, 27, 43, 0.92)), color-stop(70%, rgba(10, 27, 43, 0.84)), to(#0a1b2b));
  background-image: linear-gradient(180deg, rgba(10, 27, 43, 0.98), rgba(10, 27, 43, 0.92) 41%, rgba(10, 27, 43, 0.84) 70%, #0a1b2b);
}

.hero-block-centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 800px;
  min-height: 350px;
  margin-right: auto;
  margin-left: 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;
}

.header-blog-page {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60vh;
  padding: 120px 3% 80px;
  -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: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-tight {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.section-blog-post {
  padding: 60px 5% 160px;
  -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;
  background-color: #fff;
  background-image: url('../images/bg_shade.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.sg-menu-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: hsla(0, 0%, 100%, 0.55);
  font-size: 15px;
  text-decoration: none;
}

.sg-menu-link.w--current {
  border-left: 5px solid #ffb607;
  background-color: #132433;
}

.column-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px none #546681;
}

.faq-question-wrap {
  margin-bottom: 35px;
}

._404-h4 {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 55px;
  line-height: 1.1;
}

._404-paragraph {
  color: #fff;
  text-align: center;
}

.link-4 {
  color: #fff;
}

._404-heading {
  margin-bottom: 20px;
  color: #ffb607;
  font-size: 55px;
  line-height: 1.1;
}

.span-link {
  color: #ffb607;
  text-decoration: none;
}

.image-17 {
  width: 80px;
  margin-right: auto;
  margin-bottom: 8px;
  margin-left: auto;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 42px;
  line-height: 1.2;
}

.text-field {
  min-height: 55px;
}

.submit-button {
  min-height: 55px;
  background-color: #ffb607;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.blog-line {
  height: 5px;
  max-width: 100%;
  margin-top: 25px;
  margin-bottom: 15px;
  background-color: #ffb607;
}

.section-category {
  position: relative;
  padding: 45px 3% 140px;
  -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;
  background-color: #0a1b2b;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 670px;
  margin-top: 35px;
}

.search-input {
  min-height: 55px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-left: 25px;
  border-radius: 50px;
}

.search-result-item {
  margin-bottom: 35px;
}

.header-author {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60vh;
  padding: 120px 3% 80px;
  -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: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section-search-results {
  position: relative;
  padding: 140px 3%;
  -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;
  background-color: #0a1b2b;
}

.link-5 {
  color: #ffb607;
  font-size: 18px;
  text-decoration: none;
}

.text-block {
  margin-top: 4px;
  margin-bottom: 4px;
  color: hsla(0, 0%, 100%, 0.51);
  font-size: 16px;
}

.paragraph-5 {
  margin-top: 8px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.8);
}

.divider {
  width: 100%;
  height: 1px;
  margin-top: 35px;
  margin-bottom: 35px;
  background-color: hsla(0, 0%, 100%, 0.22);
}

.bold-text {
  font-size: 18px;
  font-weight: 600;
}

.bold-text-2 {
  font-size: 60px;
  line-height: 0.5em;
  font-weight: 600;
}

.bold-text-3 {
  font-size: 24px;
  font-weight: 400;
}

.body {
  border-style: solid;
  border-width: 1px;
  border-color: #003760;
}

.ourservicecard_row {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: visible;
  width: 100%;
  height: auto;
  min-height: 320px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-image: url('../images/ourserviceCard_image_inland.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.ourservicecard_row.right {
  grid-auto-flow: row;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.5fr 0.75fr;
  grid-template-columns: 0.5fr 0.75fr;
}

.ourservicecard_row.right._2 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 35, 96, 0.8)), to(rgba(0, 35, 96, 0.8))), url('../images/map.jpg');
  background-image: linear-gradient(180deg, rgba(0, 35, 96, 0.8), rgba(0, 35, 96, 0.8)), url('../images/map.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.ourservicecard_row.right._2.services {
  -ms-grid-columns: 0.75fr 0.75fr;
  grid-template-columns: 0.75fr 0.75fr;
  background-image: none;
}

.ourservicecard_row.right._4 {
  background-image: url('../images/brookerage.jpg');
}

.ourservicecard_row._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 35, 96, 0.8)), to(rgba(0, 35, 96, 0.8))), url('../images/hero_port2x.jpg');
  background-image: linear-gradient(180deg, rgba(0, 35, 96, 0.8), rgba(0, 35, 96, 0.8)), url('../images/hero_port2x.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.ourservicecard_row.center.services {
  -ms-grid-columns: 0.75fr 0.75fr;
  grid-template-columns: 0.75fr 0.75fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.ourservicecard_row.services {
  -ms-grid-columns: 0.75fr 0.75fr;
  grid-template-columns: 0.75fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.service-card-header-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  padding-top: 20px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -o-object-fit: fill;
  object-fit: fill;
}

.service-card-header-wrapper.right {
  position: relative;
  overflow: visible;
  height: 100%;
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.card-header-fleet-section {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 35px;
  font-weight: 500;
}

.yellow {
  width: 100%;
  height: 4px;
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #ffbe00;
}

.yellow.right {
  width: 100%;
  margin-bottom: 20px;
}

.truck_inland {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -44%;
  z-index: 3;
  display: block;
  width: auto;
  max-width: none;
}

.link-block {
  display: none;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #003760;
  text-decoration: none;
}

.bold-text-4 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.section_header_white {
  font-family: Barlow, sans-serif;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.section_header_white.services {
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
}

.section_header_white.csr {
  color: #ffb607;
  font-size: 50px;
}

.text-block-3 {
  display: block;
  width: auto;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
}

.text-block-3.right {
  width: auto;
  padding-left: 140px;
  line-height: 1.5;
  text-align: right;
}

.text-block-3.inland-services {
  width: auto;
}

._3-bullet-items-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

._3-bullet-items-wrapper.right {
  margin-top: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.ourseervicecard_image_inland_l_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ourseervicecard_image_inland_r_wrapper {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}

.image-20 {
  margin-right: 5px;
}

.ourseervicecard_image_inland_right_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -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;
}

.card-header-left {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 35px;
  font-weight: 500;
  text-align: right;
}

.ourseervicecard_image_inland_left_wrapper-l {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blue_dimmer_cut {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: block;
  height: 100%;
  max-width: none;
}

.blue_dimmer_cut_right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 100%;
  max-width: none;
}

.heading-9 {
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.heading-9.left {
  display: block;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
}

.fleet_section_header_wrapper {
  display: -ms-grid;
  display: grid;
  width: auto;
  max-width: 1024px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fleet_header_img {
  max-height: 200px;
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
}

.section_header_blue {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  color: #002360;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.5px;
}

.section_header_subheader {
  color: #696969;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}

.section_spacer {
  display: block;
  height: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0e3e92;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 82, 156, 0.69)), to(#002360)), url('../images/hero_port2x.jpg');
  background-image: linear-gradient(180deg, rgba(0, 82, 156, 0.69), #002360), url('../images/hero_port2x.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section_spacer_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-10-parallax-section {
  width: 70%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}

.button-center {
  width: 170px;
  height: 40px;
  padding-right: 40px;
  padding-left: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #ffbe00;
  border-radius: 100px;
  background-color: transparent;
  color: #ffbe00;
  font-size: 17px;
  text-align: center;
  text-decoration: none;
}

.office_section_base {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 5%;
  -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;
  border-bottom: 10px solid #ffc907;
  background-color: #002360;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 35, 96, 0.77)), to(rgba(0, 35, 96, 0.77))), url('../images/map.jpg');
  background-image: linear-gradient(180deg, rgba(0, 35, 96, 0.77), rgba(0, 35, 96, 0.77)), url('../images/map.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.container-projects-card-wrapper {
  position: static;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 5%;
  padding-left: 5%;
  -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-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section_spacer-projects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 340px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0e3e92;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 82, 156, 0.69)), to(#002360)), url('../images/project_bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 82, 156, 0.69), #002360), url('../images/project_bg.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.project_card_wrapper {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project_card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 12px;
  background-color: #fff;
  background-image: url('../images/SHT_1113416405-MRT-BW.jpg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}

.project_card:hover {
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.4);
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.project_card._2 {
  background-image: url('../images/Soetta-Flyover-DSCF0282-BW.jpg');
  background-position: 50% 50%;
  box-shadow: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.project_card._2:hover {
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.4);
}

.project_card._3 {
  background-image: url('../images/SHT_1188701869-Cikampek-BW.jpg');
  background-position: 50% 100%;
}

.project_card._3:hover {
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.4);
}

.project_card_heeader {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-right: 14px;
  padding-left: 14px;
  background-color: rgba(0, 55, 96, 0.75);
}

.bold-text-8 {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
}

.header_project-card {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 0.5;
}

.header_project-card.card {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  font-size: 30px;
  text-align: left;
}

.section {
  background-color: #002360;
  background-image: url('../images/ABOUTUS_BG.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.ship_ff {
  position: absolute;
  left: auto;
  top: auto;
  right: 7%;
  bottom: -49%;
  z-index: 3;
  display: block;
  width: 150%;
  max-width: 150%;
}

.blue_dimmer_solid {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  max-width: none;
  opacity: 0.89;
}

.fleets-card-header-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -o-object-fit: fill;
  object-fit: fill;
}

.truck_fleet {
  position: absolute;
  left: auto;
  top: auto;
  right: -5%;
  bottom: -53%;
  z-index: 3;
  display: block;
  width: 150%;
  max-width: 150%;
}

.fleet-card-wrap {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
}

.fleet_card {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: visible;
  height: auto;
  min-height: 320px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(82, 95, 114, 0.53)), to(rgba(82, 95, 114, 0.53))), url('../images/industrial-hall-1630740.jpg');
  background-image: linear-gradient(180deg, rgba(82, 95, 114, 0.53), rgba(82, 95, 114, 0.53)), url('../images/industrial-hall-1630740.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.helmet {
  position: absolute;
  left: auto;
  top: auto;
  right: -15%;
  bottom: -24%;
  z-index: 3;
  width: 450px;
  max-width: none;
}

.fleet-card-header-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  padding-top: 20px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -o-object-fit: fill;
  object-fit: fill;
}

.fleet-card-header-wrapper.right {
  position: relative;
  overflow: visible;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

.address_column_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.address_column_wrapper._3-col {
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 33.333333333333336%;
  -ms-flex: 0 33.333333333333336%;
  flex: 0 33.333333333333336%;
}

.heading-14 {
  margin-bottom: 10px;
  color: #6d6d6d;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}

.logo-tangguh-offices {
  margin-top: 40px;
  margin-bottom: 100px;
}

.parapgraph-address {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 33.333333333333336%;
  -ms-flex: 0 33.333333333333336%;
  flex: 0 33.333333333333336%;
  color: #7c7c7c;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.parapgraph-address._2col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

._3-bullet-items-wrapper-fleet-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

._3-bullet-items-wrapper-fleet-section.right {
  margin-top: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.yellow-line-fleet-section {
  width: 100%;
  height: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #ffbe00;
}

.text-block-3-fleet-section {
  width: 70%;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 1px;
}

.yellow-line-copy {
  width: 100%;
  height: 4px;
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #ffbe00;
}

.yellow-line-copy.right {
  width: 100%;
  margin-bottom: 10px;
}

.text-block-3-flex-section {
  width: auto;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 1px;
}

.text-block-3-flex-section.right {
  width: 70%;
  line-height: 1.5;
  text-align: right;
}

.image-27 {
  width: auto;
}

.about-us_wrapper {
  display: -ms-grid;
  display: grid;
  max-width: 1024px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.aboutus_img_wrapper {
  position: static;
}

.yellow_square {
  position: relative;
  left: 0%;
  top: 0%;
  right: -101%;
  bottom: 0%;
  width: 350px;
  height: 350px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 8px;
  border-color: #ffbe00;
  border-radius: 0px;
  color: transparent;
}

.yellow_square.service {
  width: 320px;
  height: 320px;
}

.heading-16 {
  margin-bottom: 20px;
  color: #ffb607;
  font-size: 30px;
  font-weight: 500;
  text-align: left;
}

.bold-text-9 {
  font-size: 26px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.image-28 {
  position: absolute;
  left: -23%;
  top: auto;
  right: 0%;
  bottom: -12%;
  width: 140%;
  max-width: none;
}

.aboutus_story {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 5% 100px;
  background-color: #002461;
}

.services_section_bg {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  display: block;
  max-width: none;
  background-color: #8f5858;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 22, 50, 0.72)), to(rgba(0, 22, 50, 0.72))), url('../images/map.jpg');
  background-image: linear-gradient(180deg, rgba(0, 22, 50, 0.72), rgba(0, 22, 50, 0.72)), url('../images/map.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-content-slanted {
  position: relative;
  overflow: visible;
  margin-top: 0px;
  padding: 40px 5% 10px;
  -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;
  background-color: #002461;
  background-image: linear-gradient(187deg, #002360, #002461 32%, rgba(0, 37, 98, 0.75) 66%, rgba(0, 25, 67, 0.99) 87%, #001333 102%), url('../images/map.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-content-slanted.tunnel {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), -webkit-gradient(linear, left top, left bottom, from(#002360), color-stop(66%, rgba(0, 37, 98, 0.75)), color-stop(102%, #002461)), url('../images/tunnel.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), linear-gradient(180deg, #002360, rgba(0, 37, 98, 0.75) 66%, #002461 102%), url('../images/tunnel.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.truck_gps-tracking {
  position: absolute;
  left: 2%;
  top: auto;
  right: 0%;
  bottom: -9%;
  z-index: 3;
  width: auto;
  max-width: none;
}

.title-wrap-left-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  padding-right: 40px;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.title-wrap-left-services.csr {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.title-wrap-left-services.project {
  margin-bottom: 0px;
  padding-right: 0px;
}

.truck-inland-1 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: block;
  width: auto;
  max-width: none;
}

.text-span-2 {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
}

.truck_ptm_2_services-big {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -22%;
  z-index: 3;
  width: auto;
  max-width: none;
}

.truck_ptm_2_services-2nd {
  position: absolute;
  left: 16%;
  top: auto;
  right: auto;
  bottom: -14%;
  z-index: 3;
  width: 150%;
  max-width: none;
}

.service_paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.text-span-3 {
  text-align: left;
}

.truck_ptm_home {
  position: absolute;
  left: auto;
  top: auto;
  right: -29%;
  bottom: -16%;
  z-index: 3;
  width: 140%;
  max-width: none;
}

.service_inland_header_wrapper {
  width: auto;
}

.service_ship {
  position: absolute;
  left: auto;
  top: auto;
  right: 35%;
  bottom: -17%;
  z-index: 3;
  display: block;
  width: auto;
  max-width: none;
}

.section-content-slanted-copy {
  position: relative;
  overflow: visible;
  margin-top: 0px;
  padding: 40px 5% 10px;
  -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;
  background-color: #002461;
  background-image: linear-gradient(187deg, #002360, #002461 32%, rgba(0, 37, 98, 0.75) 66%, rgba(0, 25, 67, 0.99) 87%, #001333 102%), url('../images/map.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-content-slanted-customs {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 0px;
  padding: 40px 5% 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #002461;
  background-image: linear-gradient(187deg, #002360, #002461 32%, rgba(0, 37, 98, 0.75) 66%, rgba(0, 25, 67, 0.99) 87%, #001333 102%);
}

.service_cutoms_fullwidth {
  width: 100vw;
  height: 50%;
  padding-top: 80px;
  padding-right: 0px;
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 49, 114, 0.68)), to(rgba(0, 49, 114, 0.68))), url('../images/brookerage.jpg');
  background-image: linear-gradient(180deg, rgba(0, 49, 114, 0.68), rgba(0, 49, 114, 0.68)), url('../images/brookerage.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.yellow_square_customs {
  position: relative;
  left: 0%;
  top: 0%;
  right: -101%;
  bottom: 0%;
  width: 350px;
  height: 350px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 8px;
  border-color: #ffbe00;
  border-radius: 0px;
  color: transparent;
}

.slider {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.section-content-slider {
  position: static;
  overflow: visible;
  margin-top: 0px;
  padding: 40px 5% 10px;
  -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;
  background-color: #002461;
  background-image: linear-gradient(187deg, #002360, #002461 32%, rgba(0, 37, 98, 0.75) 66%, rgba(0, 25, 67, 0.99) 87%, #001333 102%), url('../images/map.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-content-slider.bg2 {
  background-image: linear-gradient(187deg, #00163a, #002461 32%, rgba(0, 37, 98, 0.75) 66%, rgba(0, 25, 67, 0.99) 87%, #001333 102%), url('../images/ABOUTUS_BG.jpg');
}

.section-content-slider.abouus {
  background-image: linear-gradient(187deg, #002360, #002461 32%, rgba(0, 37, 98, 0.75) 66%, rgba(0, 25, 67, 0.99) 87%, #001333 102%), url('../images/ABOUTUS_BG.jpg');
  background-position: 0px 0px, 50% 50%;
}

.section-content-slider.bg3 {
  background-image: linear-gradient(187deg, #002360, #002461 32%, rgba(0, 37, 98, 0.75) 66%, rgba(0, 25, 67, 0.99) 87%, #001333 102%), url('../images/SHT_575758879-Mining-HR-BW.jpg');
  background-position: 0px 0px, 50% 100%;
}

.address-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.address-wrapper._2 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.city-names {
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.address_column_wrapper-2-col {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.heading-company-name {
  margin-bottom: 20px;
  color: #005392;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}

.heading-line {
  margin-bottom: 20px;
  color: #005392;
  font-size: 20px;
  line-height: 1.5;
  justify-content: center;
  display:flex;
}

.heading-project-name {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #fff;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.5px;
}

.paragraph-project {
  color: #c2c9d3;
  font-size: 15px;
  line-height: 1.5;
}

.flex-project {
  display: -ms-grid;
  display: grid;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "." "Area";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: minmax(auto, 1fr) 16px minmax(auto, 0.25fr);
  grid-template-rows: minmax(auto, 1fr) minmax(auto, 0.25fr);
}

.lighbox-wrapper {
  display: -ms-grid;
  display: grid;
  height: 100%;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.lighbox-wrapper._3thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lighbox-wrapper._2thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.lightbox-link-3 {
  margin-right: 10px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.25);
}

.lightbox-link-3._1thumb {
  width: 30%;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.image-29 {
  border-radius: 4px;
}

.image-30 {
  border-radius: 4px;
}

.image-31 {
  border-radius: 4px;
}

.image-33 {
  border-radius: 4px;
}

.container-project-card {
  position: static;
  z-index: 10;
  width: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 80px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.grid-csr {
  display: -ms-grid;
  display: grid;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 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 auto;
  grid-template-rows: auto auto;
}

.flex-slider {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20%;
  padding-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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
}

.flex-slider.vihara {
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mask-csr {
  height: auto;
}

.slide-csr {
  margin-right: auto;
  margin-left: auto;
}

.csr-header {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.heading-csr {
  text-align: center;
}

.image-34 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slide-nav {
  display: none;
}

.card-header-service {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 35px;
  font-weight: 500;
}

.footer-services-list-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footer-services-list-flex.company {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-services-list-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-services-right {
  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;
}

.vert-seps {
  width: 1px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #546681;
  color: #fff;
}

.project-main-img {
  height: 100%;
  background-image: url('../images/SHT_1113416405-MRT-BW.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-main-img._2 {
  background-image: url('../images/Soetta-Flyover-DSCF0282-BW.jpg');
}

.project-main-img._3 {
  background-image: url('../images/SHT_1188701869-Cikampek-BW.jpg');
}

.project-main-img._4 {
  background-image: url('../images/LRT-MKG-DSCF0235-BW.jpg');
}

.project-main-img._5 {
  background-image: url('../images/Drum-Pulper-Fajar_hero.jpg');
}

.project-main-img._6 {
  background-image: url('../images/6-hero2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.project-main-img._7 {
  background-image: url('../images/geotermal1.jpg') !important;
  background-position: 30% 70%;
  height: 70%;
  background-size: cover;
}

.project-main-img._8 {
  background-image: url('../images/power1.png') !important;
  background-position: 50% 50%;
  background-size: cover;
}

.legal {
  color: #fff;
  font-size: 12px;
  line-height: 1;
}

.our_companies_story {
  max-width: 1024px;
  margin: 40px auto 100px;
}

.our_companies_story.vision_mission_value {
  margin-bottom: 0px;
  padding: 10px;
}

.ourcompanies_wrapper {
  margin-top: 40px;
  margin-bottom: 60px;
}

.ourcore-card-wrap {
  position: static;
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  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;
}

.ourcore-square-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 35px;
  padding-top: 25px;
  padding-right: 0px;
  padding-bottom: 25px;
}

.bullet-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bullet-dot-white {
  margin-right: 10px;
  color: #fff;
  font-size: 20px;
}

.services-linkblock {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

@media screen and (max-width: 991px) {
  .container.space-below {
    width: 90%;
    margin-bottom: 80px;
  }
  .hero-heading {
    line-height: 0.8;
    text-align: left;
  }
  .hero-heading.hero-heading-inner.hero-heading-centre {
    font-size: 45px;
  }
  .text-blo.paragraph-centre-dark {
    max-width: none;
    font-size: 18px;
    text-align: justify;
  }
  .button {
    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;
  }
  .service-card-wrap {
    margin-bottom: 100px;
  }
  .footer-column {
    margin-right: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .footer-column-large {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .footer-link {
    margin-left: 0px;
  }
  .column {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .section-content {
    padding-top: 20px;
    padding-bottom: 100px;
  }
  .heading-primary {
    font-size: 30px;
  }
  .dropdown-link {
    width: 100%;
    min-width: 170px;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #3b4c5b;
    font-size: 16px;
  }
  .dropdown-link:hover {
    background-color: rgba(115, 167, 213, 0.09);
  }
  .dropdown-link.w--current {
    color: #ffb607;
  }
  .dropdown-mobile {
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 15px;
  }
  .dropdown-toggle {
    padding: 0px;
  }
  .container-navigation {
    position: relative;
    z-index: 99;
  }
  .mobile-button-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 55px;
    height: 55px;
    padding: 17px;
    border-radius: 50px;
    background-color: #fff;
  }
  .mobile-dropdown {
    right: 10%;
  }
  .mobile-dropdown.w--open {
    min-width: 270px;
    margin-top: 74px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 rgba(84, 102, 129, 0.13);
  }
  .title-wrap-left {
    padding-right: 30px;
    padding-left: 30px;
  }
  .hero-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .paragraph-hero {
    text-align: left;
  }
  .content-block-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
    -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;
  }
  .footer-text {
    max-width: none;
    text-align: center;
  }
  .container-flex {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .service-card-link {
    width: 50px;
    height: auto;
  }
  .vision_mission_value.medium {
    line-height: 1.5;
  }
  .section-content-white {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .return-top {
    right: 3%;
  }
  .navigation-link-wrap {
    display: none;
  }
  .featured-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .standard-header {
    padding-top: 160px;
  }
  .feature-icon {
    margin-bottom: 15px;
  }
  .feature-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-hero {
    padding-top: 160px;
  }
  .breadcrumb-block {
    width: 90%;
  }
  .author-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .category-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .blog-item {
    width: 50%;
    margin-bottom: 35px;
  }
  .hero-block-centre {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header-blog-page {
    padding-top: 160px;
  }
  .section-blog-post {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .column-right {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .section-category {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .header-author {
    padding-top: 160px;
    background-position: 100% 100%;
  }
  .section-search-results {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .bold-text-2 {
    font-size: 50px;
    text-align: center;
  }
  .bold-text-3 {
    text-align: left;
  }
  .ourservicecard_row {
    min-height: 250px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  .ourservicecard_row.right._2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .ourservicecard_row.right._4 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  .ourservicecard_row.center.services {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .ourservicecard_row.services {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }
  .service-card-header-wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }
  .service-card-header-wrapper.right {
    padding-right: 20px;
  }
  .service-card-header-wrapper.home {
    padding-left: 20px;
  }
  .card-header-fleet-section {
    margin-bottom: 10px;
    font-size: 26px;
  }
  .yellow {
    margin-bottom: 20px;
  }
  .truck_inland {
    left: auto;
    top: auto;
    right: 0%;
    bottom: -51%;
    width: 60%;
  }
  .section_header_white.csr {
    font-size: 40px;
  }
  .text-block-3 {
    font-size: 10px;
  }
  .text-block-3.right {
    padding-left: 0px;
    font-size: 15px;
  }
  .ourseervicecard_image_inland_r_wrapper {
    display: block;
    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;
  }
  .ourseervicecard_image_inland_right_wrapper {
    height: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .card-header-left {
    margin-bottom: 10px;
    font-size: 26px;
  }
  .blue_dimmer_cut {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    height: 100%;
    max-width: none;
  }
  .blue_dimmer_cut_right {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 100%;
    max-width: none;
  }
  .heading-9 {
    text-align: center;
  }
  .fleet_section_header_wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }
  .fleet_header_img {
    margin-right: auto;
    margin-left: auto;
  }
  .section_header_blue {
    font-size: 40px;
  }
  .section_header_subheader {
    font-size: 15px;
  }
  .section_spacer {
    height: auto;
  }
  .section_spacer_header {
    padding-bottom: 40px;
  }
  .button-center {
    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;
  }
  .container-projects-card-wrapper {
    margin-right: auto;
    margin-left: auto;
  }
  .project_card_wrapper {
    margin-right: auto;
    margin-left: auto;
    padding: 0px 0%;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .ship_ff {
    width: 400px;
  }
  .blue_dimmer_solid {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    height: auto;
    max-width: none;
  }
  .truck_fleet {
    left: auto;
    top: auto;
    right: 0%;
    bottom: -49%;
    width: 130%;
  }
  .fleet-card-wrap {
    margin-bottom: 100px;
  }
  .fleet_card {
    min-height: 250px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .helmet {
    width: 100%;
  }
  .fleet-card-header-wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }
  .contactus_wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }
  .heading-14 {
    font-size: 22px;
  }
  .parapgraph-address {
    font-size: 13px;
    line-height: 19px;
  }
  .yellow-line-fleet-section {
    margin-bottom: 0px;
  }
  .text-block-3-fleet-section {
    font-size: 10px;
  }
  .yellow-line-copy {
    margin-bottom: 0px;
  }
  .text-block-3-flex-section {
    font-size: 10px;
  }
  .about-us_wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .yellow_square {
    width: 300px;
    height: 300px;
    border-width: 8px;
  }
  .yellow_square.service {
    width: 240px;
    height: 240px;
  }
  .image-28 {
    left: -18%;
    width: 130%;
  }
  .section-content-slanted {
    padding-top: 20px;
    padding-bottom: 100px;
  }
  .truck_gps-tracking {
    bottom: -10%;
    width: 100%;
  }
  .title-wrap-left-services {
    margin-bottom: 100px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .truck-inland-1 {
    left: auto;
    top: auto;
    right: -1%;
    bottom: 6%;
    width: 110%;
  }
  .text-span-2 {
    font-size: 8px;
  }
  .truck_ptm_2_services-big {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -19%;
    width: 80%;
  }
  .truck_ptm_2_services-2nd {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -19%;
    width: 80%;
  }
  .text-span-3 {
    font-size: 15px;
  }
  .truck_ptm_home {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -19%;
    width: 80%;
  }
  .service_ship {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    width: 90%;
  }
  .section-content-slanted-copy {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section-content-slanted-customs {
    padding-top: 20px;
    padding-bottom: 100px;
  }
  .yellow_square_customs {
    width: 300px;
    height: 300px;
    border-width: 8px;
  }
  .text-span-4 {
    font-size: 15px;
  }
  .section-content-slider {
    padding-top: 20px;
    padding-bottom: 100px;
  }
  .heading-company-name {
    font-size: 20px;
  }
  .heading-project-name {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .flex-project {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .lighbox-wrapper {
    padding-top: 0px;
    justify-items: center;
    grid-row-gap: 10px;
    -ms-grid-rows: 50% 50%;
    grid-template-rows: 50% 50%;
  }
  .lighbox-wrapper._3thumb {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .lighbox-wrapper._2thumb {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .lightbox-link-3._1thumb {
    width: 30%;
  }
  .container-project-card.end {
    margin-bottom: 0px;
  }
  .grid-csr {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .mask-csr {
    height: auto;
  }
  .card-header-service {
    margin-bottom: 10px;
    font-size: 26px;
  }
  .ourcore-card-wrap {
    margin-bottom: 100px;
  }
  .ourcore-square-wrap {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading {
    font-size: 50px;
    line-height: 1;
  }
  .hero-heading.hero-heading-inner {
    font-size: 55px;
  }
  .text-blo.paragraph-centre-dark {
    font-size: 15px;
    text-align: left;
  }
  .service-card-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }
  .service-card-wrap.right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-column {
    width: 50%;
  }
  .footer-column-large {
    width: 100%;
    margin-bottom: 25px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-content {
    padding-right: 3%;
    padding-left: 3%;
  }
  .heading-primary {
    font-size: 30px;
  }
  .heading-primary.services {
    font-size: 30px;
  }
  .logo-link.w--current {
    width: 120px;
  }
  .footer-text {
    text-align: left;
  }
  .legal-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .service-card-link {
    width: 50px;
    height: auto;
  }
  .vision_mission_value.medium {
    font-size: 18px;
    line-height: 1.5;
  }
  .section-content-white {
    padding: 80px 3%;
  }
  .section-featured {
    display: none;
    padding-top: 20px;
  }
  .home-hero {
    min-height: 50vh;
  }
  .section-breadcrumb {
    display: none;
  }
  .standard-title {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .category {
    margin-bottom: 10px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .category-wrap {
    margin-bottom: 0px;
  }
  .blog-item {
    width: 100%;
    margin-bottom: 35px;
  }
  .section-blog-post {
    padding: 80px 3%;
  }
  .column-right {
    width: 100%;
  }
  .section-category {
    padding: 80px 3%;
  }
  .section-search-results {
    padding: 80px 3%;
  }
  .bold-text-2 {
    font-size: 46px;
    font-weight: 500;
  }
  .bold-text-3 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
  }
  .ourservicecard_row {
    width: 90%;
    max-height: 460px;
    min-height: 280px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-row-gap: 0px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
    background-size: cover;
  }
  .ourservicecard_row.right._2 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .ourservicecard_row.right._2.services {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .ourservicecard_row.services {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .service-card-header-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .service-card-header-wrapper.right {
    padding-right: 10px;
  }
  .service-card-header-wrapper.home {
    padding-left: 10px;
  }
  .card-header-fleet-section {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .yellow {
    height: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .truck_inland {
    left: auto;
    top: auto;
    right: 0%;
    bottom: -36%;
    width: 65%;
  }
  .link-block {
    width: auto;
    font-size: 14px;
    line-height: 1;
  }
  .bold-text-4 {
    display: none;
    font-size: 12px;
  }
  .section_header_white {
    font-size: 30px;
  }
  .section_header_white.services {
    font-size: 40px;
  }
  .section_header_white.csr {
    font-size: 30px;
  }
  .text-block-3 {
    width: auto;
    font-size: 12px;
    letter-spacing: 0px;
  }
  .text-block-4 {
    font-size: 14px;
  }
  .ourseervicecard_image_inland_right_wrapper {
    width: auto;
  }
  .card-header-left {
    font-size: 22px;
  }
  .ourseervicecard_image_inland_left_wrapper-l {
    display: block;
  }
  .blue_dimmer_cut {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
  }
  .blue_dimmer_cut_right {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
  }
  .fleet_section_header_wrapper {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .fleet_header_text {
    margin-bottom: 0px;
    padding-top: 10px;
  }
  .fleet_header_img {
    margin-right: auto;
    margin-left: auto;
  }
  .section_header_blue {
    font-size: 29px;
  }
  .section_header_subheader {
    font-size: 13px;
  }
  .section_spacer {
    height: auto;
  }
  .section_spacer_header {
    padding-bottom: 40px;
  }
  .container-projects-card-wrapper {
    margin-right: auto;
    margin-left: auto;
  }
  .project_card_wrapper {
    width: 100%;
    padding-right: 0%;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    grid-auto-columns: 0.25fr;
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .ship_ff {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 80%;
  }
  .blue_dimmer_solid {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
  }
  .fleets-card-header-wrapper {
    padding-right: 0px;
  }
  .truck_fleet {
    left: auto;
    top: auto;
    right: 0%;
    bottom: -54%;
    width: 90%;
    padding-bottom: 0px;
  }
  .fleet_card {
    width: 90%;
    max-height: 460px;
    min-height: 280px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-row-gap: 0px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
    background-size: cover;
  }
  .helmet {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -9%;
    width: 60%;
  }
  .address_column_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .address_column_wrapper._3-col {
    -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;
  }
  .heading-14 {
    font-size: 18px;
  }
  .parapgraph-address {
    margin-bottom: 20px;
  }
  .parapgraph-address._2col {
    margin-bottom: 20px;
  }
  ._3-bullet-items-wrapper-fleet-section.right {
    width: 60%;
  }
  .yellow-line-fleet-section {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .text-block-3-fleet-section {
    width: 70%;
    font-size: 10px;
    letter-spacing: 0px;
  }
  .yellow-line-copy {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .text-block-3-flex-section {
    width: auto;
    font-size: 10px;
    letter-spacing: 0px;
  }
  .image-27 {
    width: auto;
    max-width: 100%;
  }
  .about-us_wrapper {
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .aboutus_img_wrapper {
    margin-bottom: 40px;
  }
  .heading-16 {
    text-align: center;
  }
  .section-content-slanted {
    padding-right: 3%;
    padding-left: 3%;
  }
  .truck_gps-tracking {
    left: auto;
    top: auto;
    right: 10%;
    bottom: 0%;
    width: 70%;
  }
  .title-wrap-left-services.project {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .truck-inland-1 {
    left: 15%;
    top: auto;
    right: auto;
    bottom: 0%;
    width: 75%;
  }
  .truck_ptm_2_services-big {
    left: -4%;
    top: auto;
    right: 0%;
    bottom: -10%;
    width: 90%;
  }
  .truck_ptm_2_services-2nd {
    left: -4%;
    top: auto;
    right: 0%;
    bottom: -10%;
    width: 90%;
  }
  .truck_ptm_home {
    left: -4%;
    top: auto;
    right: 0%;
    bottom: -10%;
    width: 90%;
  }
  .service_ship {
    left: auto;
    top: auto;
    right: 0%;
    bottom: -7%;
    width: 65%;
  }
  .section-content-slanted-copy {
    padding-right: 3%;
    padding-left: 3%;
  }
  .section-content-slanted-customs {
    padding-right: 3%;
    padding-left: 3%;
  }
  .section-content-slider {
    padding-right: 3%;
    padding-left: 3%;
  }
  .address-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .address_column_wrapper-2-col {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .heading-project-name {
    display: block;
    margin-right: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 30px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .paragraph-project {
    font-size: 15px;
  }
  .flex-project {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .grid-csr {
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .mask-csr {
    height: auto;
  }
  .csr-header {
    font-size: 15px;
  }
  .left-arrow-2 {
    display: none;
  }
  .right-arrow {
    display: none;
  }
  .span-left {
    font-size: 12px;
  }
  .card-header-service {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .project-main-img {
    width: 100%;
    height: 200px;
  }
  .legal {
    color: #fff;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 1px;
  }
  .ourcore-card-wrap {
    padding-right: 0px;
    padding-left: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
}

@media screen and (max-width: 479px) {
  .container.space-below {
    margin-bottom: 80px;
  }
  .container.csr {
    padding-bottom: 80px;
  }
  .hero-heading {
    font-size: 30px;
    text-align: center;
  }
  .hero-heading.hero-heading-inner {
    font-size: 42px;
  }
  .text-blo.paragraph-centre-dark {
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
  }
  .text-blo.paragraph-centre-dark.full {
    line-height: 1.5;
  }
  .button {
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .service-card-wrap {
    margin-bottom: 80px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .service-card-wrap.right {
    margin-bottom: 80px;
  }
  .footer-title {
    font-size: 14px;
  }
  .footer-column {
    width: 100%;
    margin-right: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-column-large {
    width: 100%;
  }
  .section-content.home-service {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .capital-heading {
    text-align: center;
  }
  .heading-primary {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1px;
  }
  .heading-primary.services {
    font-size: 24px;
  }
  .button-wrap-hero {
    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;
  }
  .navigation-block-left {
    width: auto;
  }
  .navigation-block-right {
    width: auto;
  }
  .logo-link {
    width: 100px;
  }
  .logo-link.w--current {
    width: 100px;
  }
  .mobile-dropdown.w--open {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .navigation {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-wrap-left {
    margin-bottom: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .title-wrap-left.home {
    margin-bottom: 80px;
    padding-top: 0px;
  }
  .paragraph-hero {
    font-size: 15px;
    text-align: center;
  }
  .content-block-hero {
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-text {
    font-size: 12px;
  }
  .container-flex {
    padding-right: 15px;
    padding-left: 15px;
  }
  .service-card-link {
    width: 30px;
  }
  .image {
    width: 40px;
  }
  .vision_mission_value {
    line-height: 1;
  }
  .vision_mission_value.medium {
    font-size: 18px;
  }
  .vision_mission_value.center {
    font-size: 16px;
    text-align: center;
    letter-spacing: 1px;
  }
  .button-dark {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .section-content-white {
    padding-bottom: 10px;
    background-image: url('../images/bg_shade.svg');
    background-position: 5% 0%;
    background-size: auto;
    background-repeat: no-repeat;
  }
  .home-hero {
    min-height: 50vh;
    padding-bottom: 100px;
  }
  .standard-title {
    font-size: 12px;
  }
  .column-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .search-input {
    margin-bottom: 4px;
  }
  .bold-text {
    font-size: 12px;
  }
  .bold-text-2 {
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 1px;
  }
  .bold-text-3 {
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
  }
  .ourservicecard_row {
    overflow: visible;
    margin-right: auto;
    margin-left: auto;
  }
  .service-card-header-wrapper {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .service-card-header-wrapper.right {
    padding-right: 10px;
    padding-left: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .service-card-header-wrapper.home {
    padding-left: 10px;
  }
  .card-header-fleet-section {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
  }
  .yellow {
    height: 2px;
  }
  .yellow.right {
    height: 2px;
  }
  .truck_inland {
    left: auto;
    top: auto;
    right: 0%;
    bottom: -32%;
    width: 80%;
  }
  .link-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section_header_white {
    font-size: 25px;
    line-height: 1;
    text-align: left;
    letter-spacing: 1px;
  }
  .section_header_white.services {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .section_header_white.csr {
    font-size: 17px;
  }
  .text-block-3 {
    font-size: 12px;
    text-align: center;
  }
  .text-block-3.right {
    font-size: 12px;
    text-align: right;
  }
  ._3-bullet-items-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .ourseervicecard_image_inland_l_wrapper {
    width: 100%;
  }
  .ourseervicecard_image_inland_r_wrapper.margin_bottom {
    margin-bottom: 20px;
  }
  .text-block-4 {
    text-align: center;
  }
  .card-header-left {
    font-size: 20px;
    line-height: 1;
  }
  .blue_dimmer_cut {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
  }
  .blue_dimmer_cut_right {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
  }
  .service_header_wrapper {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
  }
  .service_header_wrapper.right {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .heading-9 {
    font-size: 14px;
    text-align: center;
  }
  .fleet_section_header_wrapper {
    margin-bottom: 80px;
    padding-right: 3%;
    padding-left: 3%;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .fleet_header_text {
    margin-bottom: 0px;
  }
  .fleet_header_img {
    margin-right: auto;
    margin-left: auto;
  }
  .section_header_blue {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 1px;
  }
  .section_header_subheader {
    font-size: 12px;
    font-weight: 500;
  }
  .section_spacer {
    height: auto;
    padding-bottom: 0px;
  }
  .section_spacer_header {
    padding-bottom: 40px;
  }
  .heading-10-parallax-section {
    line-height: 1;
    letter-spacing: 1px;
  }
  .button-center {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .container-projects-card-wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .project_card_wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .ship_ff {
    width: 90%;
  }
  .blue_dimmer_solid {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    width: auto;
    height: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .truck_fleet {
    left: auto;
    top: auto;
    right: 0%;
    bottom: -43%;
    width: 90%;
  }
  .fleet-card-wrap {
    margin-bottom: 80px;
  }
  .fleet_card {
    overflow: visible;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .helmet {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -24%;
    width: 70%;
  }
  .contactus_wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .address_column_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .address_column_wrapper._3-col {
    margin-bottom: 0px;
  }
  .heading-14 {
    font-size: 16px;
  }
  .parapgraph-address {
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 12px;
    line-height: 1.5;
  }
  .yellow-line-fleet-section {
    height: 2px;
  }
  .text-block-3-fleet-section {
    width: 50%;
    font-size: 10px;
  }
  .yellow-line-copy.right {
    height: 2px;
  }
  .text-block-3-flex-section {
    font-size: 10px;
  }
  .text-block-3-flex-section.right {
    width: 60%;
  }
  .yellow_square {
    width: 250px;
    height: 250px;
    border-width: 6px;
  }
  .yellow_square.service {
    width: 200px;
    height: 200px;
  }
  .heading-16 {
    line-height: 1;
    letter-spacing: 1px;
  }
  .bold-text-9 {
    font-size: 22px;
  }
  .image-28 {
    left: -11%;
    width: 120%;
  }
  .section-content-slanted {
    padding-top: 0px;
  }
  .section-content-slanted.services {
    padding-bottom: 10px;
  }
  .truck_gps-tracking {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -9%;
    width: 90%;
  }
  .title-wrap-left-services {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .truck-inland-1 {
    left: auto;
    top: auto;
    right: 0%;
    bottom: -7%;
    width: 90%;
  }
  .text-span-2 {
    font-size: 8px;
  }
  .truck_ptm_2_services-big {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -2%;
    width: 100%;
  }
  .truck_ptm_2_services-2nd {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -3%;
    width: 90%;
  }
  .text-span-3 {
    font-size: 12px;
    text-align: center;
  }
  .truck_ptm_home {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 10%;
    width: 90%;
  }
  .service_ship {
    left: auto;
    top: auto;
    right: 0%;
    bottom: -7%;
    width: 100%;
  }
  .section-content-slanted-customs {
    padding-bottom: 0px;
  }
  .yellow_square_customs {
    width: 200px;
    height: 200px;
    border-width: 6px;
  }
  .text-span-4 {
    font-size: 13px;
  }
  .slider {
    margin-bottom: 0px;
  }
  .section-content-slider {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section-content-slider.abouus {
    padding-bottom: 10px;
  }
  .address_column_wrapper-2-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-company-name {
    width: 100%;
    font-size: 16px;
  }
  .heading-line {
    font-size: 16px !important;
    flex-direction: column;
  }
  .heading-project-name {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 30px;
    line-height: 1;
    -o-object-fit: none;
    object-fit: none;
  }
  .paragraph-project {
    font-size: 14px;
  }
  .paragraph-project.csr {
    margin-bottom: 0px;
  }
  .flex-project {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lighbox-wrapper._3thumb {
    padding-right: 10px;
    padding-left: 10px;
    grid-row-gap: 20px;
  }
  .lighbox-wrapper._2thumb {
    -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;
  }
  .lightbox-link-3._1thumb {
    width: 30%;
  }
  .container-project-card {
    margin-bottom: 0px;
    padding-top: 0px;
  }
  .grid-csr {
    margin-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .csr-header {
    font-size: 12px;
  }
  .left-arrow-2 {
    display: none;
  }
  .right-arrow {
    display: none;
  }
  .text-span-6 {
    font-size: 12px;
  }
  .span-left {
    text-align: left;
  }
  .card-header-service {
    font-size: 20px;
    line-height: 1.1;
    text-align: center;
  }
  .ourcore-card-wrap {
    margin-bottom: 80px;
    padding-right: 0px;
    padding-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .ourcore-square-wrap {
    -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;
  }
}

#w-node-92bcf2b17312-542dd6bc {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-92bcf2b17314-542dd6bc {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-5450de6c07fa-542dd6bc {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-5450de6c07fc-542dd6bc {
  -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-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-977e425193df-542dd6bc {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-977e425193e1-542dd6bc {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-8d8c1248a4b2-542dd6bc {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-8d8c1248a4b4-542dd6bc {
  -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-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-fb77ba711a34-542dd6bc {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-bcad856ee8fa-542dd6bc {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-bcad856ee8fc-542dd6bc {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-1042736b9fd7-542dd6bc {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-6301de24ae03-542dd6bc {
  -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-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-989b022decf6-282dd6c0 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
}

#w-node-201a327c9b75-282dd6c0 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-92bcf2b17312-542dd6c7 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-92bcf2b17316-542dd6c7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-5450de6c07fa-542dd6c7 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-5450de6c07fc-542dd6c7 {
  -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-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-0f0da72db2af-542dd6c7 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-0f0da72db2ac-542dd6c7 {
  -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;
}

#w-node-6c3392557601-542dd6c7 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-6c339255760d-542dd6c7 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-41dc4c2e3926-542dd6c7 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-0984b2c6bd4f-542dd6c7 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-49ee9bed021a-cb2dd6c8 {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-1cedd1f621a8-cb2dd6c8 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-9755837adb3e-cb2dd6c8 {
  -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: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-6fcf5bf25450-cb2dd6c8 {
  -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-ff8e3dba2992-cb2dd6c8 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 0;
  grid-row-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-b016ccafc169-cb2dd6c8 {
  -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-f1deadc74df1-cb2dd6c8 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 0;
  grid-row-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-d2769f664a1e-cb2dd6c8 {
  -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-e2d549224baf-cb2dd6c8 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 0;
  grid-row-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-cb9fc3f0c501-cb2dd6c8 {
  -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-cb9fc3f0c502-cb2dd6c8 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 0;
  grid-row-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-cb9fc3f0c515-cb2dd6c8 {
  -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-cb9fc3f0c516-cb2dd6c8 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 0;
  grid-row-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-1cedd1f621a8-0b2dd6c9 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-1cedd1f621ae-0b2dd6c9 {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
}

@media screen and (max-width: 991px) {
  #w-node-92bcf2b17312-542dd6bc {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-5450de6c07fa-542dd6bc {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-5450de6c07fc-542dd6bc {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
  #w-node-8d8c1248a4b4-542dd6bc {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
  #w-node-bcad856ee8fa-542dd6bc {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-bcad856ee8fc-542dd6bc {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-1042736b9fd7-542dd6bc {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-6301de24ae03-542dd6bc {
    -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-row-align: center;
    align-self: center;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
  #w-node-29edb6c405ef-542dd6bc {
    -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;
  }
  #w-node-989b022decf6-282dd6c0 {
    -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;
  }
  #w-node-0702f68c5c13-282dd6c0 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-df81b59ab1d9-282dd6c0 {
    -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: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
  #w-node-201a327c9b75-282dd6c0 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-92bcf2b17312-542dd6c7 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-5450de6c07fa-542dd6c7 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-5450de6c07fc-542dd6c7 {
    -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-row-align: center;
    align-self: center;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
  #w-node-0f0da72db2ac-542dd6c7 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-6c339255760d-542dd6c7 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-6c339255760e-542dd6c7 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-6c339255760f-542dd6c7 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-0984b2c6bd4f-542dd6c7 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-5935e9987ef3-cb2dd6c8 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-ff8e3dba2993-cb2dd6c8 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-e2d549224bb0-cb2dd6c8 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-cb9fc3f0c503-cb2dd6c8 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  
  #w-node-cb9fc3f0c517-cb2dd6c8 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-92bcf2b17312-542dd6bc {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-5450de6c07fa-542dd6bc {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-5450de6c07fc-542dd6bc {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
  #w-node-977e425193df-542dd6bc {
    -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;
  }
  #w-node-8d8c1248a4b4-542dd6bc {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
  #w-node-fb77ba711a34-542dd6bc {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-bcad856ee8fa-542dd6bc {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-1042736b9fd7-542dd6bc {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-6301de24ae03-542dd6bc {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
  #w-node-989b022decf6-282dd6c0 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
  #w-node-df81b59ab1d9-282dd6c0 {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }
  #w-node-201a327c9b75-282dd6c0 {
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
  #w-node-f012b4bca4b0-282dd6c0 {
    -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;
  }
  #w-node-f012b4bca4ba-282dd6c0 {
    -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: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
  #w-node-f012b4bca4c4-282dd6c0 {
    -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: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }
  #w-node-f012b4bca4ce-282dd6c0 {
    -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: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }
  #w-node-92bcf2b17312-542dd6c7 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-92bcf2b17316-542dd6c7 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-5450de6c07fa-542dd6c7 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-5450de6c07fc-542dd6c7 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
  #w-node-0f0da72db2ac-542dd6c7 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-6c3392557601-542dd6c7 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
  #w-node-6c339255760d-542dd6c7 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-0984b2c6bd4f-542dd6c7 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-49ee9bed021a-cb2dd6c8 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-1cedd1f621a8-cb2dd6c8 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -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: start;
    justify-self: start;
  }
  #w-node-9755837adb3e-cb2dd6c8 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }
  #w-node-ff8e3dba298a-cb2dd6c8 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -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;
  }
  #w-node-6fcf5bf25450-cb2dd6c8 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-ff8e3dba2992-cb2dd6c8 {
    -ms-grid-column-span: 4;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-f1deadc74de9-cb2dd6c8 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -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;
  }
  #w-node-b016ccafc169-cb2dd6c8 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-f1deadc74df1-cb2dd6c8 {
    -ms-grid-column-span: 4;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-e2d549224ba7-cb2dd6c8 {
    -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: start;
    justify-self: start;
  }
  #w-node-d2769f664a1e-cb2dd6c8 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-e2d549224baf-cb2dd6c8 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-cb9fc3f0c4f7-cb2dd6c8 {
    -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: start;
    justify-self: start;
  }
  #w-node-cb9fc3f0c501-cb2dd6c8 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-cb9fc3f0c502-cb2dd6c8 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }
  
  #w-node-cb9fc3f0c50b-cb2dd6c8 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -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;
  }
  #w-node-cb9fc3f0c515-cb2dd6c8 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-cb9fc3f0c516-cb2dd6c8 {
    -ms-grid-column-span: 4;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-1cedd1f621a8-0b2dd6c9 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-1cedd1f621ae-0b2dd6c9 {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-5450de6c07fc-542dd6bc {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
  #w-node-fb77ba711a34-542dd6bc {
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-a4451967e10a-542dd6bc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-6301de24ae03-542dd6bc {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
  #w-node-e7bbf6df8c1e-542dd6bc {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-886686e8b9c6-542dd6bc {
    -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;
  }
  #w-node-29edb6c405ef-542dd6bc {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-201a327c9b75-282dd6c0 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }
  #w-node-f012b4bca4a6-282dd6c0 {
    -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;
  }
  #w-node-f012b4bca4b0-282dd6c0 {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-f012b4bca4ba-282dd6c0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-f012b4bca4c4-282dd6c0 {
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
  #w-node-f012b4bca4ce-282dd6c0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }
  #w-node-92bcf2b17312-542dd6c7 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-92bcf2b17316-542dd6c7 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
  #w-node-5450de6c07fa-542dd6c7 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-5450de6c07fc-542dd6c7 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
  #w-node-49ee9bed021a-cb2dd6c8 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }
  #w-node-1cedd1f621a8-cb2dd6c8 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }
  #w-node-9755837adb3e-cb2dd6c8 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }
  #w-node-ff8e3dba298a-cb2dd6c8 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }
  #w-node-6fcf5bf25450-cb2dd6c8 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }
  #w-node-ff8e3dba2992-cb2dd6c8 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }
  #w-node-f1deadc74de9-cb2dd6c8 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }
  #w-node-b016ccafc169-cb2dd6c8 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }
  #w-node-f1deadc74df1-cb2dd6c8 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
  #w-node-e2d549224baf-cb2dd6c8 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-cb9fc3f0c4f7-cb2dd6c8 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
  #w-node-cb9fc3f0c50b-cb2dd6c8 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }
  #w-node-cb9fc3f0c515-cb2dd6c8 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }
  #w-node-cb9fc3f0c516-cb2dd6c8 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }
  #w-node-1cedd1f621a8-0b2dd6c9 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-1cedd1f621ae-0b2dd6c9 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@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;
}