@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Sharp Solid 900";
  src: url('../fonts/fa-sharp-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Sharp 400";
  src: url('../fonts/fa-sharp-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 300";
  src: url('../fonts/fa-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Sharp 300";
  src: url('../fonts/fa-sharp-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Duotone 900";
  src: url('../fonts/fa-duotone-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 100";
  src: url('../fonts/fa-thin-100.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fa6;
  src: url('../fonts/FA6-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fa6 solid;
  src: url('../fonts/FA6-Solid.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fa6 brands;
  src: url('../fonts/FA6-Brands.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Arrow right solid;
  src: url('../fonts/arrow-right-solid.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #931a29;
  --white: #fff;
  --third: #1a1a1d;
  --transparent: #fff0;
  --silver: #b7b5b5;
  --primary: #ee0606;
  --secondary: #750002;
  --pale-grey: #ddd;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.body {
  background-color: var(--black);
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.banner-header {
  color: var(--white);
  letter-spacing: -2px;
  text-transform: uppercase;
  flex-direction: row;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 52px;
  display: block;
}

.banner-header.service {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 55px;
  line-height: 55px;
}

.p {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 6px 14px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 28px;
}

.p.h {
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 36px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.container {
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-bg-grad {
  background-image: linear-gradient(#0000001f, #0000001f), linear-gradient(90deg, #1a1a1da6, #fff0), url('../images/Main-Ban.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 0;
  position: sticky;
}

.hero-bg-grad.service {
  background-image: linear-gradient(#0000, #0000), linear-gradient(90deg, #1a1a1da6, #fff0), url('../images/Main-Ban.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  height: 85vh;
}

.left-section {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 60px;
  transition: all .2s ease-in-out;
  display: flex;
}

.service-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.service-div {
  border-bottom: 1.5px solid var(--third);
  height: auto;
  padding-bottom: 28px;
  text-decoration: none;
}

.service-top-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 350px;
  display: flex;
  position: relative;
}

.service-top-image._2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.service-top-image._3 {
  cursor: pointer;
  background-image: url('../images/Lorry6.webp');
  background-position: 50%;
  background-size: cover;
  height: 380px;
}

.service-top-image._4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.service-top-image.news2 {
  cursor: pointer;
  background-image: url('../images/News2.webp');
  background-position: 50%;
  background-size: cover;
}

.service-top-image.news1 {
  cursor: pointer;
  background-image: url('../images/News-New.webp');
  background-position: 50% 90%;
  background-size: cover;
}

.service-top-image._4 {
  cursor: pointer;
  background-image: url('../images/BR14.webp');
  background-position: 50% 100%;
  background-size: cover;
  height: 380px;
}

.service-top-image._2 {
  cursor: pointer;
  background-image: url('../images/br3.webp');
  background-position: 50%;
  background-size: cover;
  height: 380px;
}

.service-top-image._1 {
  cursor: pointer;
  background-image: url('../images/BR1.webp');
  background-position: 50%;
  background-size: cover;
  height: 380px;
}

.service-number {
  color: var(--black);
  letter-spacing: -2px;
  cursor: default;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 58px;
  font-weight: 500;
  line-height: 58px;
}

.service-box-wrapper {
  cursor: default;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: auto;
  display: flex;
}

.service-header {
  color: var(--third);
  letter-spacing: -2px;
  text-transform: uppercase;
  cursor: default;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 0;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 46px;
}

.service-text {
  color: var(--third);
  cursor: default;
  margin-top: 10px;
  font-size: 16px;
  line-height: 26px;
}

.service-paragraph {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  margin-left: 40px;
  display: flex;
}

.full-width-image-section {
  background-image: linear-gradient(to right, #000000cf, #fff0), url('../images/ionut-vlad-idXQEOxhmvU-unsplash.jpeg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.full-width-image-section.para-img {
  background-image: linear-gradient(#00000059, #00000059), linear-gradient(90deg, #0009, #fff0), url('../images/News1.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.full-width-image-section.about-ban {
  background-image: linear-gradient(#00000059, #00000059), linear-gradient(90deg, #0009, #fff0), url('../images/About-15.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.full-width-image-section.lorry9 {
  background-image: linear-gradient(#00000059, #00000059), linear-gradient(90deg, #0009, #fff0), url('../images/Lorry8.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.full-width-image-section.haulage {
  background-image: linear-gradient(#00000059, #00000059), linear-gradient(90deg, #0009, #fff0), url('../images/Haulage-Banner.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.full-width-image-section.portable {
  background-image: linear-gradient(#00000059, #00000059), linear-gradient(90deg, #0009, #fff0), url('../images/Portable-Banner.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.full-width-image-section.hiab, .full-width-image-section.hiab-copy {
  background-image: linear-gradient(#00000059, #00000059), linear-gradient(90deg, #0009, #fff0), url('../images/br3.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.full-width-image-section.hiab-copy.rigid {
  background-image: linear-gradient(#0000, #0000), linear-gradient(90deg, #0009, #fff0), url('../images/Rigid2.webp');
  background-position: 0 0, 0 0, 50% 20%;
}

.full-width-image-section.hiab-copy.con {
  background-image: linear-gradient(#0000, #0000), linear-gradient(90deg, #0009, #fff0), url('../images/Contract5.webp');
  background-position: 0 0, 0 0, 50% 20%;
}

.full-width-image-section.hiab-copy.project {
  background-image: linear-gradient(#0000, #0000), linear-gradient(90deg, #0009, #fff0), url('../images/Haulage-Banner.webp');
  background-position: 0 0, 0 0, 50% 20%;
}

.div-full-width {
  flex: 0 auto;
  width: 100%;
}

.image {
  width: 200px;
}

.top-container-black {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.hyperlink {
  box-shadow: inset 0 -2px 0 0 var(--white);
  color: var(--white);
  padding-left: 2.5px;
  padding-right: 2.5px;
  font-weight: 600;
  text-decoration: none;
  transition: all .45s ease-in-out;
}

.hyperlink:hover {
  box-shadow: inset 0 -100px 0 0 var(--white);
  color: var(--black);
}

.hyperlink.brown {
  box-shadow: inset 0 -2px 0 0 var(--black);
  color: var(--black);
}

.hyperlink.brown:hover {
  box-shadow: inset 0 -100px 0 0 var(--black);
  color: var(--white);
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 16px;
  height: 16px;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_submit-hide, .fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-banner_close-icon {
  color: var(--third);
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.nav-bar-dark {
  z-index: 3;
  -webkit-backdrop-filter: blur(2em);
  backdrop-filter: blur(2em);
  width: 100%;
  padding: 10px 60px;
  position: fixed;
}

.nav-hamburger-menu {
  z-index: 999;
  grid-row-gap: 10px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.nav-left-div {
  grid-column-gap: 40px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 50%;
  display: flex;
}

.nav-left-div.mobile {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: flex-start;
  height: auto;
}

.menu-line-1 {
  background-color: #fff;
  border-radius: 100px;
  width: 60px;
  height: 2px;
}

.nav-menu-link {
  text-decoration: none;
}

.nav-menu-link.top {
  margin-top: 12px;
}

.nav-bar-container {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.nav-right-div {
  border-left: 3.5px none var(--white);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  height: 100%;
  padding-left: 50px;
  display: flex;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 72px;
}

.heading.h1-regular {
  letter-spacing: -.02em;
  font-weight: 400;
  line-height: 83px;
}

.heading.h1-regular.align {
  color: var(--black);
  letter-spacing: -2px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-weight: 700;
}

.heading.h1-regular.align-middle {
  letter-spacing: -2px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 54px;
}

.nav-menu-div {
  z-index: 997;
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.social-icon {
  background-color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.social-icon.red {
  border: 2px solid var(--black);
  background-color: var(--black);
  transition: all .45s ease-in-out;
}

.social-icon.red:hover {
  border-color: var(--white);
  background-color: var(--transparent);
}

.logo {
  width: 80px;
  height: 80px;
}

.nav-left-block {
  border-right: 4px solid var(--white);
  background-image: url('../images/News1.webp');
  background-position: 50%;
  background-size: cover;
  border-left: 1px #ccede9;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.animation-line {
  background-color: var(--white);
  width: 100%;
  height: 2px;
}

.nav-mail-box.top {
  margin-top: 40px;
}

.paragraph {
  margin-bottom: 0;
  text-decoration: none;
}

.paragraph.p2-regular {
  color: #fff;
  text-align: left;
  letter-spacing: -.02em;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.paragraph.p2-regular._w-view-text-color {
  color: #fff;
  letter-spacing: -1px;
  font-family: Oswald, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
}

.paragraph.p3-bold {
  color: #001412;
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}

.paragraph.p3-bold.btn-text-color {
  z-index: 1;
  color: var(--black);
  font-size: 17px;
  position: relative;
}

.paragraph.p3-bold.white {
  z-index: 1;
  color: var(--white);
  font-size: 16px;
  position: relative;
}

.paragraph.p3-regular {
  color: #fff;
  text-align: left;
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

.paragraph.p3-regular.intro {
  color: var(--white);
  text-transform: none;
  font-family: Montserrat, sans-serif;
}

.paragraph.p3-regular.sw-text-color {
  color: #1a1a1d;
}

.paragraph.p3-regular.w {
  color: var(--white);
  margin-bottom: 10px;
}

.paragraph.p3-regular.b {
  color: var(--third);
  text-transform: capitalize;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.paragraph.p1-regular {
  color: #001412;
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
}

.nm-icon-block {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  display: flex;
}

.nm-icon-block.top-pad {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-top: 20px;
}

.nav-main-div {
  justify-content: space-between;
  display: flex;
}

.nav-menu-containe {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-logo {
  align-items: center;
  width: auto;
  display: flex;
}

.nav-menu-block {
  min-width: 300px;
  min-height: 38px;
  overflow: hidden;
}

.ban-light {
  letter-spacing: -1.5px;
  font-size: 40px;
  font-weight: 300;
}

.image-2 {
  height: 55px;
  margin-left: 10px;
}

.nav-link-main {
  color: var(--white);
  letter-spacing: -1.5px;
  font-size: 23px;
  font-weight: 500;
  line-height: 34px;
}

.btn-shadow-div {
  background-color: var(--black);
  border-top-left-radius: 40%;
  border-top-right-radius: 40%;
  height: 120px;
  display: none;
  position: absolute;
  inset: 0%;
}

.btn-shadow-div.w {
  background-color: var(--white);
}

.works-main-div {
  grid-row-gap: 60px;
  flex-direction: column;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.btn-view-all {
  border: 2px solid var(--black);
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 60px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-view-all.top-container-black {
  cursor: pointer;
  width: 180px;
  height: 60px;
  margin-top: 20px;
}

.btn-view-all.white {
  border-color: var(--white);
  color: var(--white);
  margin-top: 32px;
}

.btn-view-all.mid {
  border-color: var(--white);
  color: var(--white);
  cursor: pointer;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
}

.section-2 {
  background-color: #001412;
  padding: 100px 80px;
  overflow: hidden;
}

.section-2.shades-black {
  background-color: var(--white);
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.sw-tilte-and-btn-div {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.work-view-btn {
  background-color: var(--black);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: absolute;
}

.hero-service-cta-text {
  color: #0c1100;
  letter-spacing: -.5px;
  font-size: 14px;
  line-height: 1.2;
}

.hero-image-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  padding-top: 0;
  padding-bottom: .5rem;
  padding-left: 0;
  position: relative;
}

.container-large {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-hero {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.padding-section-hero.about {
  padding-bottom: 140px;
}

.hero-service-cta-number {
  color: #0c1100;
  font-size: 1.5rem;
  font-weight: 700;
}

.hero-service-cta-icon-wrapper {
  background-color: var(--black);
  color: #0c1100;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.padding-global.top {
  padding-top: 60px;
}

.hero-sub-text {
  font-size: 16px;
  line-height: 28px;
}

.hero-title {
  letter-spacing: -1.5px;
  text-transform: uppercase;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 64px;
}

.hero-title._0 {
  margin-top: 0;
  font-size: 46px;
  line-height: 55px;
}

.hero-title.contact {
  color: var(--third);
  margin-top: 0;
  font-size: 46px;
  line-height: 55px;
}

.hero-image {
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
}

.hero-chart-image {
  background-color: var(--white);
  border-radius: 10px;
  width: 220px;
  padding: 8px;
  box-shadow: 0 7.692px 38.462px #0000001a;
}

.hero-sub-text-wrapper {
  width: 100%;
  margin-top: 1.5rem;
}

.hero-content-left-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-trusted-logo-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  margin-top: 2rem;
  display: flex;
}

.hero-service-cta-link {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  background-color: #fff;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
  grid-auto-columns: 1fr;
  width: 175px;
  padding: 16px 24px;
  text-decoration: none;
  display: grid;
  position: absolute;
  inset: -10px -10px auto auto;
  box-shadow: 0 7.692px 38.462px #0000001a;
}

.hero-service-cta-icon {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  transform: rotate(-20deg);
}

.hero-service-cta-left {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.home-hero-contents-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-service-cta-right {
  flex: none;
}

.hero-chart-image-wrapper {
  position: absolute;
  inset: auto auto 0% 0%;
}

.text-mark {
  border-bottom: 4.5px solid var(--white);
}

.container-default-2 {
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
}

.op-partner-logo-div {
  grid-column-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
}

.op-main-div {
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.section-3 {
  background-color: #001412;
  padding: 100px 80px;
  overflow: hidden;
}

.section-3.pd-off {
  background-color: var(--black);
  padding-left: 0;
  padding-right: 0;
}

.op-logo {
  text-align: left;
  align-self: center;
  width: 100vw;
}

.op-image {
  width: 105px;
}

.op-image.wide {
  width: 160px;
}

.op-image.pm {
  width: 145px;
}

.op-image.widdee {
  width: 150px;
}

.op-title-div {
  margin-bottom: 60px;
  padding-left: 80px;
  padding-right: 80px;
}

.op-partmer-logo {
  grid-row-gap: 100px;
  flex-direction: column;
  width: auto;
  display: flex;
  overflow: visible;
}

.op-partmer-logo.margin {
  grid-row-gap: 60px;
  flex-direction: row;
  width: auto;
  margin-bottom: 60px;
  overflow: hidden;
}

.op-partmer-logo.margin._2 {
  grid-row-gap: 60px;
  margin-bottom: 0;
}

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

.news-boz {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  margin-bottom: 10px;
  display: flex;
}

.news-circles {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.circle-1 {
  background-color: var(--black);
  color: var(--white);
  border-radius: 22px;
  padding: 6px 14px;
  font-size: 15px;
  font-weight: 600;
}

.circle-2 {
  background-color: var(--black);
  color: var(--white);
  border-radius: 22px;
  margin-left: 14px;
  padding: 6px 14px;
  font-size: 15px;
  font-weight: 600;
}

.news-header {
  color: var(--third);
  letter-spacing: -2px;
  text-transform: uppercase;
  cursor: default;
  margin-top: 20px;
  margin-right: 0;
  font-family: Oswald, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
}

.news-div {
  border-bottom: 1.5px solid var(--third);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.para-2 {
  color: #fff;
  width: 60%;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

.container-3 {
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h2-banner {
  color: var(--white);
  letter-spacing: -2px;
  text-transform: uppercase;
  flex-direction: row;
  width: 65%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 58px;
  display: block;
}

.h2-banner.small {
  width: 100%;
  font-size: 48px;
  line-height: 54px;
}

.h2-banner.haulage {
  width: 90%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
}

.h2-banner._100 {
  width: 100%;
  font-size: 48px;
  line-height: 54px;
}

.h2-banner.top {
  width: 100%;
  margin-top: 20px;
  font-size: 48px;
  line-height: 54px;
}

.footer-top {
  flex-flow: column;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.footer-col-title {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: -1px;
  text-transform: capitalize;
  border-radius: 450px;
  margin-bottom: 20px;
  padding: 10px 18px;
  font-size: 18px;
  font-weight: 600;
}

.fs-cc-prefs_label-2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-banner_close-2 {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.footer-lists {
  padding-left: 0;
  list-style-type: none;
}

.fs-cc-banner_button-2 {
  border: 2px solid var(--black);
  background-color: var(--black);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
}

.fs-cc-banner_button-2.fs-cc-button-alt {
  border-color: var(--third);
  color: var(--third);
  background-color: #f5f5f5;
}

.fs-cc-banner_text-link-2 {
  border-bottom: 2px solid var(--black);
  color: var(--black);
  font-weight: 500;
  text-decoration: none;
}

.footer-logo-2 {
  margin-left: auto;
  margin-right: auto;
}

.fs-cc-banner_component-2 {
  z-index: 1000;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-manager_component-2 {
  z-index: 1000;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.footer {
  background-color: var(--third);
  border-top: 1px solid #0000001a;
  padding-top: 100px;
  padding-bottom: 20px;
}

.footer-list-item {
  margin-bottom: 10px;
  padding-top: 1.6px;
  font-size: 16px;
  line-height: 1.5;
}

.fs-cc-prefs_title-2 {
  color: var(--third);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.btn-underline-2 {
  object-fit: fill;
  background-color: #fff;
  height: 2px;
  position: relative;
  box-shadow: inset 0 0 #c7a675;
}

.btn-underline-2.footer-link-underline {
  background-color: var(--silver);
}

.fs-cc-prefs_text-2 {
  color: var(--third);
  font-size: 13px;
}

.fs-cc-prefs_component-2 {
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.footer-nav-link {
  color: var(--white);
  letter-spacing: -.5px;
  padding-top: 1.6px;
  padding-bottom: 1.6px;
  font-size: 16px;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.footer-nav-link:hover {
  color: var(--silver);
}

.footer-bottom-lists {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 30px;
  padding-bottom: 20px;
  display: grid;
}

.image-4 {
  width: 90px;
}

.fs-cc-prefs_button-2 {
  border: 2px solid var(--black);
  background-color: var(--black);
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button-2.fs-cc-button-alt {
  border-color: var(--third);
  color: var(--third);
  background-color: #fff;
}

.container-4 {
  z-index: 1;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.foot-logo-2 {
  width: 650px;
  margin-left: 10px;
}

.footer-copyright {
  background-color: var(--third);
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-5 {
  z-index: 1;
  width: 90%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.footer-copy-links {
  text-align: center;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 26px;
}

.foot-social {
  width: 25px;
  height: 22px;
}

.socials {
  z-index: 9999999;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 50px;
  display: flex;
  position: static;
  left: 45%;
  right: auto;
}

.menu-line {
  background-color: var(--white);
  width: 16px;
  height: 2px;
  margin-bottom: 23px;
}

.social-links {
  opacity: .65;
  color: var(--white);
  letter-spacing: .2px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 130%;
  text-decoration: none;
  transition: opacity .2s;
}

.social-links:hover {
  opacity: 1;
}

.social-links.w--current {
  opacity: 100;
  padding-bottom: 0;
  font-weight: 600;
}

.social-links.w--current:hover {
  opacity: 1;
}

.section-2-image {
  background-image: url('../images/BR2.webp');
  background-position: 75%;
  background-size: cover;
  width: 47.5%;
  max-width: 50%;
}

.section-2-image.home1 {
  background-image: url('../images/br10.webp');
}

.section-2-image.about3 {
  background-image: url('../images/About9.webp');
}

.section-2-image.haulage6 {
  background-image: url('../images/Haulage6.webp');
}

.section-2-image.haulage5 {
  background-image: url('../images/_65tm.webp');
}

.section-2-image.portable {
  background-image: url('../images/Hiab1.webp');
}

.section-2-image.rigid {
  background-image: url('../images/Haulage-New.webp');
}

.section-2-image.con {
  background-image: url('../images/Contract1.webp');
}

.section-2-image.project {
  background-image: url('../images/Project2.webp');
}

.section-2-image.hiab {
  background-image: url('../images/Lorry-mounted-cranes-new.webp');
}

.bottom-30 {
  margin-bottom: 20px;
}

.a-h1-heading {
  color: var(--third);
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 56px;
}

.a-h1-heading.top {
  margin-top: 40px;
}

.default-list {
  width: 100%;
  margin-top: 10px;
  padding-left: 0;
  list-style-type: none;
}

.default-list.list-grid-x2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 10px;
  padding-left: 0;
  display: grid;
}

.default-list.list-grid-x2.ban {
  width: 65%;
}

.default-list._60 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  margin-top: 10px;
  padding-left: 0;
  display: grid;
}

.default-list.areas {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 0;
  display: grid;
}

.section-2-content {
  color: #383942;
  padding-left: 10px;
}

.section-2-content._0 {
  padding-left: 0;
}

.section-1-container {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-1-container.flex {
  width: 90%;
  max-width: 1400px;
  display: flex;
}

.section-1-container.reverse {
  width: 90%;
  max-width: 1400px;
  margin-top: 60px;
  display: flex;
}

.h2-bullet-text {
  color: var(--third);
  text-transform: capitalize;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.h2-bullet-text.white {
  color: var(--white);
  font-size: 15px;
  line-height: 26px;
}

.list-item-2 {
  border-bottom: 1px solid var(--transparent);
  align-items: center;
  margin-top: 3px;
  margin-bottom: 3px;
  transition: background-color .3s ease-in-out, padding .3s ease-in-out;
  display: flex;
}

.list-item-2:hover {
  background-color: #971b2b47;
  padding-left: 15px;
}

.heading-underline {
  color: var(--black);
}

.a-paragraph-regular {
  color: var(--third);
  letter-spacing: -.02em;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.btn-2 {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: auto;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.fa-icon {
  background-color: var(--black);
  color: #fff;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa Sharp Solid 900", sans-serif;
  display: flex;
}

.fa-icon.w {
  background-color: var(--white);
  color: var(--black);
}

.a-header-section {
  background-color: var(--white);
  flex-flow: column;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-1-block {
  flex-direction: column;
  justify-content: space-between;
  max-width: 52%;
  display: flex;
}

.section-1-block.full-width {
  max-width: 50%;
  margin-left: auto;
}

.section-1-block.reverse {
  max-width: 50%;
  margin-right: auto;
}

.section-1-block._100 {
  max-width: 100%;
  margin-left: auto;
}

.map-section {
  margin-bottom: -10px;
}

.area-map {
  filter: grayscale(60%);
  width: 100%;
}

.area-map.top {
  margin-top: 30px;
}

.h3-2 {
  color: #fff;
  text-align: left;
  letter-spacing: -2px;
  text-transform: none;
  font-size: 34px;
  font-weight: 400;
  line-height: 46px;
}

.horizontal-line {
  background-color: #d8dddc;
  width: 100%;
  height: 1.5px;
}

.pricing-cta-info-link {
  color: #f0f5f4;
  letter-spacing: -1px;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.pricing-cta-section {
  background-image: linear-gradient(#0a5320, #0a5320);
}

.pricing-cta-section.bts {
  background-image: linear-gradient(#00000080, #00000080), url('../images/H3-CTA.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.pricing-cta-info-label {
  color: #fdfdfd;
  letter-spacing: -1.5px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.pricing-cta-info-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.pricing-cta-left-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container-large-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.pricing-info-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.pricing-cta-content-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr .25fr;
  grid-auto-columns: 1fr;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  display: grid;
}

.icon-block {
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.get-in-touch-div {
  z-index: 2;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h2-title {
  color: var(--black);
  letter-spacing: -1.5px;
  text-transform: capitalize;
  margin: 0 10px;
  font-family: Oswald, sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 55px;
}

.contact-info-text {
  flex-direction: column;
  display: flex;
}

.h2-div {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
}

.left-contact {
  flex-direction: column;
  justify-content: flex-start;
  width: 38%;
  display: flex;
}

.left-contact.right {
  border-radius: 6px;
  width: 50%;
  padding: 20px;
  box-shadow: -7px 7px 12px #21212124;
}

.left-contact.w {
  background-color: var(--white);
  border-radius: 6px;
  width: 50%;
  padding: 20px;
  box-shadow: -7px 7px 12px #21212124;
}

.icon-2 {
  background-color: var(--black);
  color: #fff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  font-family: "Fa 400", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  transition: all .45s ease-in-out;
  display: flex;
}

.icon-2:hover {
  border: 1.5px solid var(--black);
  color: var(--black);
  background-color: #fff;
}

.icon-2.brand {
  font-family: Fa6 brands, sans-serif;
}

.icon-2.brand.re, .icon-2.reverse {
  background-color: var(--white);
  color: var(--black);
}

.cta-link {
  color: var(--third);
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.cta-link.re {
  color: var(--white);
}

.cta-text-contact {
  color: var(--black);
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

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

.contact-info-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: grid;
}

.contact-info-block.m-bottom-20 {
  border-bottom: 1px solid #15162314;
  border-radius: 0;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 0 0 10px;
  transition-property: none;
}

.contact-info-block.m-bottom-20.m-top-60 {
  border-bottom: 1px solid #1516230f;
  border-radius: 0;
  margin-top: 20px;
  padding-bottom: 10px;
}

.contact-section-2 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-section-2.brown {
  background-color: var(--black);
}

.h2-wrapper {
  align-items: center;
  display: flex;
}

.section-wrapper.flex {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.scroll-up {
  z-index: 1000;
  border: 2px solid var(--white);
  background-color: var(--black);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: "Fa Sharp Solid 900", sans-serif;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 12px 12px auto;
}

.scroll-arrow-up {
  color: #fdfdfd;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  font-style: normal;
  line-height: 1;
  text-decoration: none;
}

.circle-div-side {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.social-link {
  color: #fff;
  background-color: #ff5050;
  border: 1px solid #ff5050;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.social-link:hover {
  color: #ff5050;
  background-color: #fff;
  border: 1px solid #ff5050;
}

.social-link.side {
  border-radius: 40px;
  width: 50px;
  height: 50px;
  margin-top: 4px;
  margin-bottom: 2px;
  margin-right: 20px;
  font-size: 18px;
}

.social-link.side._4 {
  border-width: 2.5px;
  border-color: var(--white);
  background-color: var(--black);
  margin-right: 12px;
  font-family: Fa6 brands, sans-serif;
  font-size: 20px;
  font-weight: 400;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.social-link.side._4:hover {
  color: var(--black);
  background-color: #fff;
}

.social-link.side._5 {
  border-width: 2.5px;
  border-color: var(--white);
  background-color: var(--black);
  margin-right: 12px;
  font-family: Fa6 brands, sans-serif;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.social-link.side._5:hover {
  color: var(--black);
  background-color: #fff;
}

.social-link.side._2 {
  border-width: 2.5px;
  border-color: var(--white);
  background-color: var(--black);
  margin-right: 12px;
  font-family: "Fa Sharp Solid 900", sans-serif;
  font-size: 19px;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.social-link.side._2:hover {
  color: var(--black);
  background-color: #fff;
}

.social-link.side._1 {
  border-width: 2.5px;
  border-color: var(--white);
  background-color: var(--black);
  margin-right: 12px;
  font-family: "Fa Sharp Solid 900", sans-serif;
  font-size: 19px;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.social-link.side._1:hover {
  color: var(--black);
  background-color: #fff;
}

.social-link.side._3 {
  border-width: 2.5px;
  border-color: var(--white);
  background-color: var(--black);
  margin-right: 12px;
  font-family: Fa6 brands, sans-serif;
  font-size: 20px;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.social-link.side._3:hover {
  background-color: var(--white);
  color: var(--black);
}

.side-socials {
  z-index: 999;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 75px;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.side-socials.top {
  z-index: 1;
  justify-content: center;
  height: 1%;
  top: 50%;
}

.h1-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 35px;
  font-weight: 300;
  line-height: 42px;
}

.h1-2.h1-margin-30 {
  text-transform: uppercase;
  max-width: 920px;
  margin-bottom: 40px;
  font-size: 34px;
  font-weight: 400;
  line-height: 34px;
}

.h1-2.h1-margin-30._w-60 {
  letter-spacing: -1px;
  max-width: 1100%;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 48px;
}

.h1-2.h1-margin-30.big {
  letter-spacing: -1px;
  max-width: 1100%;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 54px;
}

._2-col-left-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  min-height: 500px;
  padding: 60px;
  display: flex;
}

._2-col-left-2.cener {
  background-color: var(--third);
  align-items: stretch;
  padding-left: 60px;
  padding-right: 60px;
}

.p-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.p-2.button-show {
  display: none;
}

.red-highlight {
  color: #952634;
}

._2-col-right {
  background-image: url('../images/_179582067_1_179582067.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

._2-col-right.image {
  background-image: url('../images/_353395216.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
}

._2-col-right.image.h-2 {
  background-image: url('../images/Farnborough-fcv.webp');
  background-position: 50%;
  background-size: cover;
}

._2-col-right.image.nat-x {
  background-image: url('../images/Hersham-Women.webp');
  background-position: 50%;
  background-size: cover;
}

._2-col-right.image.lorry-1 {
  background-image: url('../images/lorry-mounted-cranes-page---38tm---use-to-replace-existing-image_1.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 600px;
}

._2-col-right.image._50tm {
  background-image: url('../images/50tm.webp');
  background-position: 50% 106%;
  background-size: cover;
}

._2-col-right.image._65tm {
  background-image: url('../images/lorry-mounted-cranes-page---65tm---use-to-replace-existing-image_1.webp');
  background-position: 50%;
  background-size: cover;
}

._2-col-right.image._68tm-fly-jib {
  background-image: url('../images/68TM--Fly-Jib.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 550px;
}

._2-col-right.image._85tm {
  background-image: url('../images/lorry-mounted-cranes-page---85tm---use-to-replacing-existing-images_1.webp');
  background-position: 50% 79%;
  background-size: cover;
}

._2-col-right.image._85tm-front {
  background-image: url('../images/lorry-mounted-cranes-page---85tm-and-front-loader---use-to-replace-existing-image_1.webp');
  background-position: 100% 87%;
  background-size: cover;
}

._2-col-right.image._95tm {
  background-image: url('../images/About16.webp');
  background-position: 50%;
  background-size: cover;
}

._2-col-right.image._105 {
  background-image: url('../images/lorry-mounted-crane-page---105tm-front-loader---use-to-replace-existing-image_1.webp');
  background-position: 50%;
  background-size: cover;
}

._2-col-section {
  justify-content: space-between;
  align-items: stretch;
  min-height: 500px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

._2-col-section.flex-item.flex-reverse {
  min-height: 700px;
  padding-top: 0;
  padding-bottom: 0;
}

.hersham {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.menu-line-2 {
  background-color: #fff;
  border-radius: 100px;
  width: 60px;
  height: 2px;
}

.logo-slider-wrapper, .bottom-logo-slider-wrapper {
  width: 200vw;
  display: flex;
}

.hero__card-fill {
  z-index: 200;
  background-color: #ffffff3b;
  background-image: linear-gradient(#00000040, #00000040);
  border: 1px solid #ffffff1f;
  border-radius: 1em;
  justify-content: space-between;
  align-items: center;
  width: 29em;
  padding: 1em 2em;
  display: flex;
  position: absolute;
  inset: auto 4rem 4rem auto;
}

.heading-6 {
  color: #eeeded;
  letter-spacing: -1.2px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1em;
}

.brand-logo-img {
  width: 4.2em;
}

.brand-logo-img.f {
  width: 4.4em;
}

.icon-6 {
  font-size: 24px;
}

.icon-6.ro {
  font-size: 24px;
  transform: rotate(180deg);
}

.news-slider {
  background-color: var(--white);
  height: 700px;
}

.slider-arrows {
  background-color: var(--black);
  width: 50px;
  height: 50px;
  position: absolute;
  top: auto;
  bottom: 50%;
  right: 0%;
}

.slider-arrows.left {
  left: 0%;
  right: auto;
}

.agent-photo {
  object-fit: cover;
  border: 7px solid #fff;
  border-radius: 4px;
  max-width: 50%;
  min-height: 575px;
  margin-top: -200px;
  margin-bottom: -200px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 30px -5px #162d3a1a;
}

.agent-photo._700 {
  min-height: 600px;
}

.agent-photo.about {
  box-shadow: none;
  min-height: 650px;
}

.founder-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.agent-position {
  opacity: 1;
  color: var(--white);
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
}

.founder-photo-image {
  object-fit: cover;
  max-width: none;
  height: 100%;
  min-height: 650px;
}

.founder-photo-image.lorry {
  min-height: 575px;
  max-height: 575px;
}

.founder-photo-image.portable, .founder-photo-image.contract {
  min-height: 600px;
}

.container-6 {
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.founder-quote {
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

.founder-info {
  background-color: var(--black);
  border-radius: 30px;
  padding: 20px 32px;
  position: absolute;
  inset: auto 40px 40px;
}

.section-4 {
  flex: 1;
  padding: 100px 5%;
}

.section-4.founder-section {
  background-color: var(--third);
  color: #fff;
  padding: 100px 0%;
  position: relative;
}

.agent-name {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 130%;
}

.about-content {
  width: 45%;
}

.about-content._100 {
  width: 100%;
}

.h3-banner {
  color: var(--white);
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  line-height: 36px;
}

.data {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.data.small {
  width: 70%;
}

.data-lb {
  justify-content: center;
  align-items: center;
  display: flex;
}

.h3-brown {
  color: var(--third);
  letter-spacing: -1.5px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 44px;
}

.b {
  color: var(--black);
}

.foot-link {
  color: var(--white);
  text-decoration: none;
}

.light {
  font-weight: 300;
}

.recent-work-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 24px;
}

.lb {
  color: #000;
  border-radius: 12px;
  text-decoration: none;
}

.lb-img {
  object-fit: cover;
  width: 100%;
  height: 320px;
}

.lb-text {
  background-color: var(--third);
  color: var(--white);
  text-align: center;
  letter-spacing: -.6px;
  text-transform: capitalize;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
}

.p-3 {
  color: var(--white);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.p-3._2 {
  padding-bottom: 30px;
}

.grid-content {
  border-left: 1px solid #afafaf;
  padding-left: 10px;
}

.latest-news-div {
  background-image: url('../images/PAD-1_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}

.latest-news-div._2 {
  background-image: url('../images/PAD-3_1.webp');
  background-position: 50%;
  background-size: cover;
}

.latest-news-div._3 {
  background-image: url('../images/PAD-4.JPG');
  background-position: 50%;
  background-size: cover;
}

.latest-news-div._4 {
  background-image: url('../images/PAD-5_1.webp');
  background-position: 50% 30%;
  background-size: cover;
}

.latest-news-div._1 {
  background-image: url('../images/PAD-2.JPG');
  background-position: 50%;
  background-size: cover;
}

.latest-news-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 20px;
}

.latest-news-div-block {
  background-color: #ececec;
  margin-top: 30px;
  padding: 30px;
}

.latest-news-div-block.bot-pad {
  background-color: var(--third);
  margin-bottom: 40px;
}

._2x1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  width: 90%;
  max-width: 1200px;
  height: 400px;
}

._2x1.recent-work {
  width: auto;
  height: auto;
  padding-bottom: 30px;
}

.grid-image {
  background-image: url('../images/S29-2_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
}

.google {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}

.test {
  border-bottom: 5px solid var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 22px;
  display: flex;
}

.italic-text {
  font-size: 16px;
  line-height: 28px;
}

.bold-text {
  font-size: 16px;
}

.ban {
  object-fit: cover;
  height: 100%;
  min-height: 650px;
}

.ban.lorry {
  min-height: 575px;
  max-height: 575px;
}

.ban.portable, .ban.contract {
  min-height: 600px;
}

.image-5 {
  object-fit: cover;
  width: 525px;
  height: 100%;
  min-height: 650px;
}

@media screen and (max-width: 991px) {
  .banner-header {
    flex-direction: column;
    font-size: 55px;
    line-height: 45px;
  }

  .left-section {
    width: 100%;
    margin-top: 20px;
  }

  .service-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .service-div, .service-div._50 {
    width: 100%;
  }

  .service-top-image._2 {
    height: 375px;
  }

  .service-box-wrapper {
    justify-content: flex-start;
    width: 100%;
  }

  .service-paragraph {
    margin-left: 40px;
  }

  .div-full-width {
    width: 100%;
  }

  .nav-bar-dark {
    padding-left: 32px;
    padding-right: 32px;
  }

  .nav-right-div {
    border-left-style: none;
    width: 100%;
    height: auto;
    padding-left: 0;
  }

  .nav-menu-div {
    flex-flow: row;
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
    display: none;
  }

  .logo {
    width: 60px;
    height: 60px;
  }

  .nav-left-block {
    align-items: flex-start;
    width: 50%;
    display: none;
  }

  .nav-menu-containe {
    flex-flow: row;
    align-items: center;
  }

  .nav-logo {
    width: auto;
  }

  .image-2 {
    height: 40px;
  }

  .section-2 {
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .work-view-btn {
    display: none;
  }

  .hero-image-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

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

  .padding-section-hero.about {
    padding-bottom: 60px;
  }

  .hero-title {
    font-size: 3.25rem;
  }

  .hero-title._0 {
    width: 100%;
  }

  .home-hero-contents-wrapper {
    grid-template-columns: 1fr;
  }

  .section-3 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .op-logo {
    width: 225px;
  }

  .op-image {
    width: 100px;
  }

  .op-image.wide {
    width: 170px;
  }

  .op-image.pm {
    width: 135px;
  }

  .op-title-div {
    padding-left: 60px;
    padding-right: 60px;
  }

  .op-partmer-logo {
    width: 500vw;
  }

  .news {
    grid-template-columns: 1fr;
    width: 100%;
    height: auto;
  }

  .news-boz {
    margin-left: 0;
  }

  .news-div, .para-2 {
    width: 100%;
  }

  .h2-banner {
    flex-direction: column;
    width: 100%;
    font-size: 48px;
    line-height: 54px;
  }

  .h2-banner._100 {
    font-size: 42px;
    line-height: 50px;
  }

  .footer-bottom-lists {
    grid-template-columns: 1fr 1fr;
  }

  .socials {
    margin-right: 0;
    left: 20%;
  }

  .section-2-image {
    width: 100%;
    max-width: 100%;
    height: 400px;
  }

  .section-2-image.hiab {
    background-position: 50% 80%;
  }

  .a-h1-heading {
    text-align: left;
    font-size: 42px;
    line-height: 50px;
  }

  .a-h1-heading.top {
    font-size: 42px;
    line-height: 50px;
  }

  .default-list.list-grid-x2.ban {
    width: 100%;
    min-height: auto;
  }

  .default-list._60 {
    width: 100%;
  }

  .default-list.areas {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-2-content {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }

  .section-2-content._0 {
    margin-top: 0;
  }

  .section-1-container.flex {
    flex-flow: column;
  }

  .section-1-container.reverse {
    flex-flow: column;
    margin-top: 0;
  }

  .h2-bullet-text, .a-paragraph-regular {
    text-align: left;
  }

  .a-header-section {
    flex-flow: column;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-1-block {
    text-align: center;
    align-items: flex-start;
    max-width: 100%;
    margin-bottom: 60px;
  }

  .section-1-block.full-width {
    align-items: flex-start;
    max-width: 100%;
    margin-bottom: 0;
  }

  .section-1-block.reverse {
    align-items: flex-start;
    max-width: 100%;
  }

  .section-1-block._100 {
    align-items: flex-start;
    max-width: 100%;
    margin-bottom: 0;
  }

  .h3-2 {
    font-size: 30px;
    line-height: 38px;
  }

  .pricing-cta-content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .get-in-touch-div {
    width: 90%;
  }

  .h2-div {
    flex-direction: column;
    align-items: flex-start;
  }

  .left-contact {
    width: 100%;
  }

  .left-contact.right, .left-contact.w {
    width: 100%;
    margin-top: 40px;
  }

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

  .h2-wrapper {
    align-items: center;
    display: flex;
  }

  .section-wrapper.flex {
    flex-direction: column;
  }

  .scroll-up {
    z-index: 1;
  }

  .h1-2.h1-margin-30._w-60, .h1-2.h1-margin-30.big {
    max-width: none;
  }

  ._2-col-left-2, ._2-col-left-2.cener {
    width: 100%;
    padding: 40px 20px;
  }

  ._2-col-right {
    width: 100%;
    min-height: 300px;
  }

  ._2-col-right.image {
    width: 100%;
  }

  ._2-col-section.flex-item {
    flex-direction: column;
  }

  ._2-col-section.flex-item.flex-reverse {
    flex-direction: column-reverse;
  }

  ._2-col-section.flex-item.flex-reverse.reverse {
    flex-direction: column;
  }

  .brand-logo-img.f {
    width: 3.5em;
  }

  .news-slider {
    height: auto;
  }

  .agent-photo {
    width: 100%;
    max-width: 100%;
    min-height: 400px;
    max-height: 400px;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .agent-photo._700 {
    min-height: 450px;
  }

  .agent-photo.about {
    max-width: 100%;
    min-height: 400px;
    margin-top: 24px;
    margin-bottom: 0;
  }

  .founder-wrapper {
    flex-flow: column;
  }

  .section-4 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

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

  .about-content {
    width: 100%;
  }

  .h3-brown {
    text-align: left;
  }

  .recent-work-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .latest-news-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  ._2x1 {
    height: 300px;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .image-5 {
    object-position: 50% 50%;
    width: 100%;
    min-height: 450px;
    max-height: 450px;
  }

  .image-6 {
    object-fit: cover;
    width: 100%;
    max-height: 450px;
  }
}

@media screen and (max-width: 767px) {
  .banner-header {
    margin-top: 100px;
    font-size: 40px;
    line-height: 40px;
  }

  .banner-header.service {
    line-height: 58px;
  }

  .p {
    font-size: 22px;
  }

  .p.h {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 32px;
  }

  .hero-bg-grad {
    height: 100vh;
    padding-top: 0;
  }

  .left-section {
    width: 100%;
    padding-right: 0;
  }

  .service-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .service-text {
    font-size: 15px;
    line-height: 24px;
  }

  .service-paragraph {
    margin-left: 28px;
  }

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

  .full-width-image-section.para-img, .full-width-image-section.about-ban, .full-width-image-section.lorry9, .full-width-image-section.haulage, .full-width-image-section.portable, .full-width-image-section.hiab, .full-width-image-section.hiab-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .top-container-black {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .nav-bar-dark {
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .nav-left-div.mobile {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
  }

  .nav-bar-container {
    flex-flow: column;
  }

  .nav-right-div {
    flex-flow: column;
    align-items: flex-start;
  }

  .heading.h1-regular.align {
    font-size: 45px;
    line-height: 55px;
  }

  .nav-menu-div {
    display: none;
  }

  .logo {
    width: 50px;
    height: 50px;
  }

  .animation-line {
    display: none;
  }

  .nav-mail-box.top {
    margin-top: 20px;
  }

  .paragraph.p3-bold.btn-text-color {
    font-size: 16px;
  }

  .paragraph.p3-regular.sw-text-color {
    font-size: 14px;
  }

  .paragraph.p3-regular.w, .paragraph.p3-regular.b {
    margin-bottom: 0;
  }

  .nav-main-div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .nav-menu-containe {
    padding-top: 80px;
  }

  .nav-logo.w--current {
    margin-bottom: 10px;
  }

  .nav-menu-block {
    min-height: 30px;
  }

  .nav-menu-block.h {
    display: none;
  }

  .ban-light {
    font-size: 32px;
  }

  .image-2 {
    height: 34px;
  }

  .nav-link-main {
    font-size: 20px;
    line-height: 26px;
  }

  .works-main-div {
    grid-row-gap: 30px;
  }

  .btn-view-all {
    width: 165px;
    height: 55px;
  }

  .hero-image-wrapper {
    height: 400px;
  }

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

  .padding-section-hero.about {
    padding-bottom: 60px;
  }

  .padding-global.top {
    padding-top: 0;
  }

  .hero-title {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .hero-title._0 {
    font-size: 44px;
    line-height: 52px;
  }

  .hero-chart-image {
    width: 130px;
  }

  .home-hero-contents-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .op-logo {
    width: 145px;
  }

  .op-image {
    width: 70px;
  }

  .op-image.wide {
    width: 120px;
  }

  .op-image.pm {
    width: 100px;
  }

  .op-image.widdee {
    width: 105px;
  }

  .op-title-div {
    padding-left: 40px;
    padding-right: 40px;
  }

  .h2-banner {
    margin-top: 10px;
    font-size: 44px;
    line-height: 50px;
  }

  .h2-banner.small {
    margin-top: 20px;
    font-size: 40px;
    line-height: 48px;
  }

  .h2-banner.haulage {
    font-size: 36px;
    line-height: 42px;
  }

  .h2-banner._100, .h2-banner.top {
    font-size: 40px;
    line-height: 48px;
  }

  .footer-col-title {
    font-size: 16px;
  }

  .fs-cc-banner_button-2 {
    margin-left: 0;
    margin-right: 8px;
  }

  .footer-col-2 {
    border-bottom: 1px solid #0000001f;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .footer-col-2.no-border {
    border-bottom-style: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .fs-cc-banner_text-link-2 {
    margin-right: 8px;
  }

  .footer {
    padding-top: 60px;
  }

  .fs-cc-prefs_title-2 {
    font-size: 20px;
  }

  .footer-nav-link {
    line-height: 1.7;
  }

  .footer-bottom-lists {
    grid-template-columns: 1fr;
  }

  .foot-logo-2 {
    margin-top: 20px;
    margin-left: 0;
  }

  .socials {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    width: 100%;
    margin-top: 20px;
    display: grid;
  }

  .menu-line {
    display: none;
  }

  .social-links {
    font-size: 13px;
  }

  .section-2-image {
    margin-top: 28px;
  }

  .a-h1-heading {
    margin-top: 20px;
    font-size: 45px;
  }

  .default-list.list-grid-x2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .default-list._60 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .default-list.areas {
    grid-template-columns: 1fr 1fr;
  }

  .section-2-content {
    margin-top: 0;
    padding-left: 0;
  }

  .h2-bullet-text.white {
    font-size: 15px;
  }

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

  .section-1-block.full-width, .section-1-block.reverse, .section-1-block._100 {
    margin-bottom: 0;
  }

  .h3-2 {
    font-size: 28px;
    line-height: 38px;
  }

  .pricing-cta-left-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .pricing-cta-content-wrapper {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .h2-title {
    font-size: 45px;
  }

  .h2-div {
    margin-bottom: 0;
  }

  .cta-link {
    font-size: 16px;
  }

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

  .circle-div-side {
    display: none;
  }

  .social-link.side {
    width: 60px;
    height: 60px;
    margin-left: 0;
  }

  .side-socials {
    justify-content: flex-end;
    width: 80px;
    height: 80px;
    inset: auto 0% 0% auto;
  }

  .h1-2.h1-margin-30._w-60, .h1-2.h1-margin-30.big {
    font-size: 32px;
    line-height: 34px;
  }

  ._2-col-right.image {
    min-height: 350px;
  }

  .hero__card-fill {
    width: 27em;
    display: none;
  }

  .heading-6 {
    font-size: 23px;
  }

  .brand-logo-img.f {
    width: 3.5em;
  }

  .agent-photo {
    order: -1;
    max-width: 100%;
    min-height: 350px;
    margin-bottom: 20px;
  }

  .agent-photo._700 {
    min-height: 350px;
  }

  .agent-photo.about {
    min-height: 360px;
  }

  .founder-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .founder-photo-image, .founder-photo-image.lorry, .founder-photo-image.portable {
    min-height: 350px;
  }

  .founder-photo-image.contract {
    min-height: 350px;
    max-height: 350px;
  }

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

  .founder-info {
    border-radius: 20px;
    padding: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }

  .section-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-4.founder-section {
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .about-content {
    width: 100%;
  }

  .recent-work-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .lb-text {
    min-height: 100px;
  }

  .grid-content {
    border-left-width: 0;
    padding-left: 0;
  }

  .latest-news-div {
    height: 150px;
  }

  ._2x1 {
    height: 200px;
  }

  .ban, .ban.lorry, .ban.portable {
    min-height: 350px;
  }

  .ban.contract {
    min-height: 350px;
    max-height: 350px;
  }
}

@media screen and (max-width: 479px) {
  .banner-header {
    letter-spacing: -1.5px;
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 42px;
  }

  .banner-header.service {
    font-size: 40px;
    line-height: 45px;
  }

  .p {
    letter-spacing: -.5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 25px;
  }

  .p.h {
    text-align: left;
    font-size: 18px;
  }

  .container {
    width: 85%;
  }

  .hero-bg-grad {
    height: 100vh;
    padding-top: 0;
  }

  .left-section {
    width: 100%;
    margin-top: 80px;
  }

  .service-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .service-div {
    height: auto;
    padding-bottom: 0;
  }

  .service-top-image {
    height: 250px;
  }

  .service-top-image._2 {
    height: 0;
  }

  .service-top-image._3, .service-top-image._4, .service-top-image._2, .service-top-image._1 {
    height: 280px;
  }

  .service-number {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 50px;
  }

  .service-box-wrapper {
    flex-direction: column;
    margin-top: 0;
  }

  .service-header {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 38px;
  }

  .service-text {
    margin-top: 0;
  }

  .service-paragraph {
    margin-left: 0;
  }

  .full-width-image-section.para-img, .full-width-image-section.about-ban, .full-width-image-section.lorry9, .full-width-image-section.haulage, .full-width-image-section.portable, .full-width-image-section.hiab, .full-width-image-section.hiab-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image {
    width: 160px;
  }

  .top-container-black {
    flex-direction: column;
    padding-top: 0;
    display: none;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .nav-bar-dark {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-hamburger-menu {
    margin-top: 10px;
  }

  .nav-left-div {
    height: auto;
  }

  .nav-left-div.mobile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 0;
  }

  .menu-line-1 {
    width: 40px;
  }

  .nav-right-div {
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
  }

  .heading.h1-regular.align-middle {
    font-size: 35px;
    line-height: 44px;
  }

  .nav-menu-div {
    flex-direction: column;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .logo {
    width: 30px;
    height: 30px;
    display: none;
  }

  .nav-left-block {
    align-items: flex-start;
    width: 100%;
    height: auto;
  }

  .animation-line {
    display: none;
  }

  .paragraph.p2-regular {
    font-size: 18px;
    line-height: 23px;
  }

  .paragraph.p2-regular._w-view-text-color {
    font-size: 24px;
  }

  .paragraph.p3-regular {
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
  }

  .paragraph.p3-regular.sw-text-color {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .paragraph.p3-regular.intro {
    letter-spacing: -.7px;
    font-size: 15px;
  }

  .nav-menu-containe {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: center;
    padding-top: 60px;
  }

  .nav-logo {
    width: auto;
  }

  .nav-menu-block {
    min-height: 22px;
  }

  .nav-menu-block.h {
    display: none;
  }

  .image-2 {
    height: 25px;
    margin-left: 0;
  }

  .nav-link-main {
    letter-spacing: -1px;
    font-size: 18px;
  }

  .btn-view-all.top-container-black {
    display: flex;
  }

  .sw-title {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .section-2 {
    padding: 60px 20px;
  }

  .section-2.shades-black {
    padding: 60px 10px;
  }

  .sw-tilte-and-btn-div {
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .work-view-btn {
    width: 100px;
    height: 100px;
    display: flex;
  }

  .hero-image-wrapper {
    height: 250px;
  }

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

  .padding-section-hero.about {
    padding-bottom: 40px;
  }

  .hero-sub-text {
    font-size: 15px;
    line-height: 26px;
  }

  .hero-title {
    font-size: 2.25rem;
  }

  .hero-title._0 {
    margin-top: 10px;
    font-size: 28px;
    line-height: 1.3;
  }

  .hero-title.contact {
    font-size: 32px;
    line-height: 1.4;
  }

  .hero-sub-text-wrapper {
    margin-top: 1rem;
    margin-bottom: 0;
  }

  .hero-content-left-wrapper {
    align-items: stretch;
  }

  .hero-trusted-logo-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-top: 2.5rem;
  }

  .hero-service-cta-link {
    display: none;
  }

  .home-hero-contents-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .text-mark {
    border-bottom-style: none;
  }

  .op-partner-logo-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .section-3 {
    padding: 60px 20px;
  }

  .op-logo {
    width: 95px;
  }

  .op-image {
    width: 55px;
  }

  .op-image.wide {
    width: 80px;
  }

  .op-image.pm {
    width: 75px;
  }

  .op-image.widdee {
    width: 70px;
  }

  .op-title-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .op-partmer-logo {
    width: 600vw;
  }

  .op-partmer-logo.margin {
    margin-bottom: 30px;
  }

  .op-partmer-logo.margin._2 {
    grid-row-gap: 30px;
  }

  .news {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .news-boz {
    margin-left: 0;
  }

  .news-circles {
    flex-flow: row;
    align-items: flex-start;
    padding-top: 10px;
  }

  .circle-1 {
    font-size: 12px;
  }

  .circle-2 {
    margin-left: 5px;
    font-size: 12px;
  }

  .news-header {
    letter-spacing: -1.2px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 32px;
  }

  .news-div {
    height: auto;
  }

  .para-2 {
    font-size: 15px;
    line-height: 26px;
  }

  .h2-banner {
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 42px;
  }

  .h2-banner.small, .h2-banner.haulage, .h2-banner._100, .h2-banner.top {
    letter-spacing: -1.5px;
    font-size: 28px;
    line-height: 36px;
  }

  .fs-cc-banner_close-2 {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-banner_button-2 {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-prefs_component-2 {
    padding: 24px;
  }

  .footer-nav-link {
    font-size: 15px;
  }

  .fs-cc-prefs_button-2 {
    margin-bottom: 8px;
  }

  .container-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-copyright {
    padding-bottom: 100px;
  }

  .container-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .socials {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .social-links {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .section-2-image {
    height: 290px;
  }

  .section-2-image.home1, .section-2-image.about3, .section-2-image.haulage5, .section-2-image.portable, .section-2-image.rigid, .section-2-image.con, .section-2-image.project, .section-2-image.hiab {
    margin-top: 0;
  }

  .a-h1-heading {
    text-align: left;
    margin-top: 10px;
    font-size: 32px;
    line-height: 38px;
  }

  .a-h1-heading.top {
    font-size: 32px;
    line-height: 38px;
  }

  .default-list.list-grid-x2, .default-list._60 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .default-list.areas {
    grid-template-columns: 1fr;
  }

  .section-2-content {
    margin-top: 0;
  }

  .a-paragraph-regular {
    text-align: left;
  }

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

  .section-1-block.full-width, .section-1-block.reverse, .section-1-block._100 {
    margin-bottom: 0;
  }

  .h3-2 {
    letter-spacing: -1.5px;
    font-size: 22px;
    line-height: 30px;
  }

  .pricing-cta-info-link {
    letter-spacing: -.5px;
    font-size: 20px;
  }

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

  .pricing-cta-info-label {
    letter-spacing: -1px;
    font-size: 26px;
  }

  .pricing-cta-info-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .pricing-cta-left-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .h2-title {
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 38px;
    font-weight: 500;
    line-height: 42px;
  }

  .h2-div {
    margin-bottom: 0;
  }

  .left-contact.right, .left-contact.w {
    margin-top: 10px;
    padding: 0;
  }

  .icon-2 {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    font-size: 1em;
  }

  .cta-text-contact {
    margin-bottom: 0;
    font-size: 21px;
    line-height: 27px;
  }

  .contact-info-block {
    padding: 25px;
  }

  .contact-info-block.m-bottom-20 {
    margin-top: 10px;
  }

  .contact-info-block.m-bottom-20.m-top-60 {
    margin-top: 20px;
  }

  .circle-div-side {
    display: none;
  }

  .side-socials {
    justify-content: flex-end;
    height: 120px;
    inset: auto 0% 0% auto;
  }

  .h1-2.h1-margin-30._w-60 {
    font-size: 32px;
    line-height: 34px;
  }

  .h1-2.h1-margin-30.big {
    font-size: 40px;
    line-height: 44px;
  }

  ._2-col-left-2.cener {
    min-height: 300px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .menu-line-2 {
    width: 40px;
  }

  .hero__card-fill {
    flex-flow: row;
    align-items: center;
    width: 18.5em;
    padding: .8em 1em;
    bottom: 5rem;
    right: 2.2rem;
  }

  .heading-6 {
    letter-spacing: -.8px;
    font-size: 17px;
    line-height: 1.2em;
  }

  .brand-logo-img {
    width: 1.8em;
  }

  .brand-logo-img.f {
    width: 2em;
  }

  .agent-photo {
    max-width: 100%;
    min-height: 250px;
    margin-top: -100px;
  }

  .agent-photo._700, .agent-photo.about {
    min-height: 250px;
  }

  .founder-wrapper {
    width: 100%;
  }

  .agent-position {
    font-size: 14px;
  }

  .founder-photo-image {
    max-width: 100%;
    min-height: 250px;
  }

  .founder-photo-image.lorry, .founder-photo-image.portable {
    min-height: 250px;
  }

  .founder-photo-image.contract {
    min-height: 300px;
    max-height: 300px;
  }

  .founder-quote {
    font-size: 15px;
  }

  .founder-info {
    padding: 10px;
    display: none;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  .agent-name {
    font-size: 22px;
  }

  .h3-banner {
    font-size: 26px;
  }

  .h3-brown {
    text-align: left;
    margin-top: 20px;
    font-size: 30px;
    line-height: 38px;
  }

  .recent-work-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .lb-text {
    min-height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .p-3 {
    line-height: 22px;
  }

  .latest-news-div {
    height: 110px;
  }

  .latest-news-grid {
    grid-template-columns: 1fr 1fr;
  }

  .latest-news-div-block {
    margin-top: 20px;
    padding: 20px;
  }

  ._2x1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: 120px;
  }

  .grid-image {
    min-height: 250px;
  }

  .slide-nav {
    display: none;
  }

  .italic-text {
    font-size: 15px;
    line-height: 24px;
  }

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

  .text-block-7 {
    font-size: 13px;
  }

  .ban {
    max-width: 100%;
    min-height: 250px;
  }

  .ban.lorry, .ban.portable {
    min-height: 250px;
  }

  .ban.contract {
    min-height: 300px;
    max-height: 300px;
  }

  .image-5 {
    min-height: 300px;
  }
}

#w-node-e72ff365-8949-c04e-ce2b-2dbb6f981f3d-437d074a {
  place-self: end;
}

#w-node-_1f7c14dc-cc3c-5555-b9c3-39cadcbdd0e6-437d074a, #w-node-e1fe54e8-690e-eed8-5598-34b9ac2ab43c-437d074a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9817bbdb-f626-d914-fadd-251d91344f27-91344f1b, #w-node-_9817bbdb-f626-d914-fadd-251d91344f31-91344f1b, #w-node-_9817bbdb-f626-d914-fadd-251d91344f3a-91344f1b, #w-node-_9817bbdb-f626-d914-fadd-251d91344f43-91344f1b {
  align-self: center;
}

#w-node-e72ff365-8949-c04e-ce2b-2dbb6f981f1f-a4fc356d, #w-node-e72ff365-8949-c04e-ce2b-2dbb6f981f1f-c7ea3ac3, #w-node-e72ff365-8949-c04e-ce2b-2dbb6f981f1f-fa8fbb92, #w-node-e72ff365-8949-c04e-ce2b-2dbb6f981f1f-d34584b6, #w-node-e72ff365-8949-c04e-ce2b-2dbb6f981f1f-592fc18b, #w-node-e72ff365-8949-c04e-ce2b-2dbb6f981f1f-ca96d69f, #w-node-e72ff365-8949-c04e-ce2b-2dbb6f981f1f-ae3e6d5a, #w-node-e72ff365-8949-c04e-ce2b-2dbb6f981f1f-128e21bd, #w-node-e72ff365-8949-c04e-ce2b-2dbb6f981f1f-54503729, #w-node-e72ff365-8949-c04e-ce2b-2dbb6f981f1f-e54a572e, #w-node-e72ff365-8949-c04e-ce2b-2dbb6f981f1f-aba29293, #w-node-e72ff365-8949-c04e-ce2b-2dbb6f981f1f-4150d4cf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f57a751d-1402-7884-8071-24f6dda6265b-493899d9, #w-node-f57a751d-1402-7884-8071-24f6dda62665-493899d9, #w-node-f57a751d-1402-7884-8071-24f6dda6266e-493899d9, #w-node-f57a751d-1402-7884-8071-24f6dda62677-493899d9 {
  align-self: center;
}

#w-node-b962f098-f30c-130b-53ae-34961752f95a-6e0491b2, #w-node-e72ff365-8949-c04e-ce2b-2dbb6f981f1f-7da1092a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_1f7c14dc-cc3c-5555-b9c3-39cadcbdd0e6-437d074a, #w-node-e1fe54e8-690e-eed8-5598-34b9ac2ab43c-437d074a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1f7c14dc-cc3c-5555-b9c3-39cadcbdd0e6-437d074a, #w-node-e1fe54e8-690e-eed8-5598-34b9ac2ab43c-437d074a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1f7c14dc-cc3c-5555-b9c3-39cadcbdd0e6-437d074a, #w-node-e1fe54e8-690e-eed8-5598-34b9ac2ab43c-437d074a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp Solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 400';
  src: url('../fonts/fa-sharp-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 300';
  src: url('../fonts/fa-sharp-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6';
  src: url('../fonts/FA6-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6 solid';
  src: url('../fonts/FA6-Solid.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6 brands';
  src: url('../fonts/FA6-Brands.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arrow right solid';
  src: url('../fonts/arrow-right-solid.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}