:root {
  --dodger-blue: #019ee1;
  --white: white;
  --dark-overlay: rgba(0, 0, 0, .23);
  --dark-dim-gray: #3b3633;
  --light-blue: #53b0d8;
  --dim-grey: #5a5450;
  --silver: #c4c4c4;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.image {
  margin-top: 10px;
}

.image-2, .image-3 {
  width: 30px;
  height: 30px;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding-bottom: 15px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 15px;
  font-family: Exo, sans-serif;
  font-weight: 500;
}

.nav-link:hover {
  color: var(--dodger-blue);
}

.nav-link.w--current {
  border-bottom: 2px solid var(--dodger-blue);
  color: var(--dodger-blue);
  margin: 10px;
  padding: 10px 5px;
}

.background-video {
  background-image: linear-gradient(rgba(0, 60, 85, .47), rgba(0, 60, 85, .47));
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.section {
  background-color: rgba(0, 0, 0, 0);
}

.text-block {
  font-family: Exo, sans-serif;
  font-size: 35px;
  font-weight: 900;
  line-height: 100px;
}

.text-block-2 {
  text-align: center;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: 23px;
}

.container-2 {
  flex-direction: column;
  align-items: center;
  margin-top: -100px;
  display: flex;
}

.container-3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.navbar-copy {
  background-color: var(--white);
  box-shadow: 0 0 10px -2px var(--dark-overlay);
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 15px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-copy {
  margin-top: 10px;
}

.nav-link-copy {
  color: var(--dark-dim-gray);
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 15px;
  font-family: Exo, sans-serif;
  font-weight: 500;
  transition: color .2s;
}

.nav-link-copy:hover {
  color: var(--dodger-blue);
}

.nav-link-copy.w--current {
  border-bottom: 2px solid var(--dodger-blue);
  color: var(--dodger-blue);
  margin: 10px;
  padding: 10px 5px;
}

.button {
  border: 1.5px solid var(--dodger-blue);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 30px;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Exo, sans-serif;
}

.column {
  background-color: var(--dark-dim-gray);
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  height: 500px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block {
  background-image: url('../images/pexels-kateryna-babaieva-2760241.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 300px;
}

.column-2 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block-3 {
  color: var(--light-blue);
  font-family: Exo, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.paragraph {
  color: var(--white);
  margin-top: 20px;
  font-family: Exo, sans-serif;
}

.div-block-3 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-4 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.text-block-4 {
  color: var(--dark-dim-gray);
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.paragraph-2 {
  color: var(--dim-grey);
  font-family: Exo, sans-serif;
}

.div-block-5 {
  border-bottom: 2px solid var(--dodger-blue);
  width: 50px;
  margin-bottom: 20px;
}

.line {
  border-bottom: 2px solid var(--dodger-blue);
  width: 55px;
  margin-bottom: 20px;
}

.about {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.benefiits {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.section-2 {
  background-color: var(--dark-dim-gray);
}

.white-title {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.gray-title {
  color: var(--dark-dim-gray);
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.line-white {
  border-bottom: 2px solid var(--white);
  width: 55px;
  margin-bottom: 20px;
}

.paragraph-white {
  color: var(--white);
  font-family: Exo, sans-serif;
}

.benefits {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.div-block-6 {
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
}

.div-block-7 {
  background-color: var(--white);
  box-shadow: 0 0 10px -3px var(--dark-overlay);
  width: 300px;
  height: 200px;
}

.benefits-block {
  background-color: var(--white);
  box-shadow: 0 0 10px -3px var(--dark-overlay);
  flex-direction: column;
  align-items: center;
  width: 300px;
  height: 200px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-4 {
  margin-bottom: 15px;
}

.text-block-5 {
  color: var(--dark-dim-gray);
  text-align: center;
  text-transform: capitalize;
  font-family: Exo, sans-serif;
  font-weight: 500;
}

.benefits-container-block-1 {
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
}

.benefits-container-block-2 {
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 20px;
  display: flex;
}

.container-4 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-8 {
  background-image: linear-gradient(rgba(0, 62, 88, .69), rgba(0, 62, 88, .69)), url('../images/pexels-kateryna-babaieva-2760289.jpg');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
}

.div-block-9 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.button-2 {
  border: 1.5px solid var(--dodger-blue);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Exo, sans-serif;
}

.div-block-10 {
  align-items: center;
  display: flex;
}

.text-block-6 {
  color: var(--white);
  font-family: Exo, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
}

.text-block-7 {
  color: var(--white);
  margin-top: 30px;
  font-family: Exo, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.div-block-11 {
  width: 450px;
}

.container-5 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.quality {
  background-color: var(--dark-dim-gray);
}

.section-copy, .about-us {
  background-color: rgba(0, 0, 0, 0);
}

.div-block-12 {
  justify-content: space-between;
  margin-bottom: 50px;
  display: flex;
}

.div-block-13 {
  align-items: center;
  width: 450px;
  display: flex;
}

.div-block-14 {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.text-block-8 {
  color: var(--white);
  align-items: center;
  margin-left: 0;
  font-family: Exo, sans-serif;
  display: flex;
}

.div-block-left {
  align-items: center;
  width: 450px;
  display: flex;
}

.div-block-right {
  justify-content: flex-end;
  align-items: center;
  width: 450px;
  display: flex;
}

.quality-image-1, .image-5 {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.div-block-15 {
  height: 50px;
}

.container-6 {
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-16 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.tabs-menu {
  justify-content: center;
  margin-bottom: 10px;
  display: flex;
}

.tab-link-main {
  color: var(--silver);
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #e2e2e2;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.tab-link-main.w--current {
  border-bottom: 2px solid var(--dodger-blue);
  color: var(--dodger-blue);
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Exo, sans-serif;
}

.tab-link-text {
  color: #b6b6b6;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.vertical-tab {
  margin-top: 0;
  margin-bottom: 20px;
  position: static;
}

.tabs-wrapper {
  position: relative;
}

.tab-prev {
  opacity: .5;
  cursor: pointer;
  align-items: center;
  width: 30px;
  height: 50px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.tab-prev:hover {
  opacity: 1;
}

.tab-next {
  opacity: .5;
  cursor: pointer;
  align-items: center;
  width: 30px;
  height: 50px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.tab-next:hover {
  opacity: 1;
}

.div-block-17 {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.paragraph-3 {
  background-color: var(--dim-grey);
  color: var(--white);
  align-items: center;
  width: 500px;
  height: 220px;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Exo, sans-serif;
  display: flex;
}

.div-block-18 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-6 {
  height: 220px;
}

.div-block-19 {
  background-image: url('../images/tp.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 318px;
  height: 220px;
}

.applications {
  background-color: var(--dodger-blue);
}

.div-block-20 {
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.div-block-21 {
  width: 100%;
  height: 200px;
}

.div-block-16-copy {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.app-block-1 {
  box-shadow: 0 0 10px 0 var(--dark-overlay);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/20220201-112856-VolvoCEInternationalPressInformationEC550ET3excavator1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 200px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  display: flex;
}

.app-block-2 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/pexels-harrison-haines-9957864.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 200px;
  margin-left: 10px;
  margin-right: 10px;
}

.app-block-3, .app-block-4 {
  width: 100%;
  height: 200px;
  margin-left: 10px;
  margin-right: 10px;
}

.text-block-9 {
  color: var(--white);
  text-transform: uppercase;
  font-family: Exo, sans-serif;
}

.div-block-22 {
  border-bottom: 2px solid var(--dodger-blue);
  width: 30px;
  margin-top: 15px;
}

.app-block2 {
  box-shadow: 0 0 10px 0 var(--dark-overlay);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/kalmar-eco-reachstacker-2-scaled.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 200px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  display: flex;
}

.app-block-1-copy {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/pexels-anamul-rezwan-1078884-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 200px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  display: flex;
}

.app-block3 {
  box-shadow: 0 0 10px 0 var(--dark-overlay);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Main-image-1-3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 200px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  display: flex;
}

.app-block4 {
  box-shadow: 0 0 10px 0 var(--dark-overlay);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/img-4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 200px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  display: flex;
}

.app-block5 {
  box-shadow: 0 0 10px 0 var(--dark-overlay);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/img-5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 200px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  display: flex;
}

.app-block6 {
  box-shadow: 0 0 10px 0 var(--dark-overlay);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/powertrain-removebg-preview.png'), linear-gradient(#fff, #fff);
  background-position: 0 0, 50%, 0 0;
  background-size: auto, cover, auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 200px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  display: flex;
}

.gray-title-copy {
  color: var(--dark-dim-gray);
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.line-blue {
  border-bottom: 2px solid var(--dark-dim-gray);
  width: 55px;
  margin-bottom: 20px;
}

.div-block-23 {
  background-color: var(--white);
  background-image: linear-gradient(rgba(255, 255, 255, .93), rgba(255, 255, 255, .93)), url('../images/pexels-kateryna-babaieva-2760344.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
}

.container-7 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-24 {
  justify-content: space-between;
  display: flex;
}

.div-block-25 {
  box-shadow: 0 0 10px -3px var(--dark-overlay);
  opacity: .49;
  filter: grayscale();
  background-image: url('../images/1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: 120px;
  transition: all .2s;
}

.div-block-25:hover {
  opacity: 1;
  filter: grayscale(0%);
}

.client1 {
  box-shadow: 0 0 10px -3px var(--dark-overlay);
  opacity: .49;
  filter: grayscale();
  background-image: url('../images/1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: 120px;
  transition: all .2s;
}

.client1:hover {
  opacity: 1;
  filter: grayscale(0%);
}

.client2 {
  box-shadow: 0 0 10px -3px var(--dark-overlay);
  opacity: .49;
  filter: grayscale();
  background-image: url('../images/2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: 120px;
  transition: all .2s;
}

.client2:hover {
  opacity: 1;
  filter: grayscale(0%);
}

.client3 {
  box-shadow: 0 0 10px -3px var(--dark-overlay);
  opacity: .49;
  filter: grayscale();
  background-image: url('../images/Untitled-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: 120px;
  transition: all .2s;
}

.client3:hover {
  opacity: 1;
  filter: grayscale(0%);
}

.client4 {
  box-shadow: 0 0 10px -3px var(--dark-overlay);
  opacity: .49;
  filter: grayscale();
  background-image: url('../images/3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: 120px;
  transition: all .2s;
}

.client4:hover {
  opacity: 1;
  filter: grayscale(0%);
}

.client5 {
  background-color: var(--white);
  box-shadow: 0 0 10px -3px var(--dark-overlay);
  opacity: .49;
  filter: grayscale();
  background-image: url('../images/parker-hannifin-logo_0.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: 120px;
  transition: all .2s;
}

.client5:hover {
  opacity: 1;
  filter: grayscale(0%);
}

.text-block-10 {
  color: var(--dark-dim-gray);
  font-family: Exo, sans-serif;
  font-weight: 500;
}

.container-8 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-26 {
  justify-content: space-between;
  display: flex;
}

.form-block {
  width: 100%;
}

.div-block-27 {
  background-image: url('../images/Screenshot-2022-09-28-173223.png');
  background-position: 50%;
  background-size: cover;
  width: 49%;
  height: 265px;
}

.button-3 {
  border: 1.5px solid var(--dodger-blue);
  color: var(--dark-dim-gray);
  background-color: rgba(1, 158, 225, 0);
  margin-top: 30px;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Exo, sans-serif;
  font-weight: 600;
  transition: opacity .2s;
}

.button-3:hover {
  background-color: var(--dodger-blue);
  color: var(--white);
}

.text-field, .text-field-2, .text-field-3 {
  font-family: Exo, sans-serif;
}

.textarea {
  height: 300px;
  padding-bottom: 70px;
  font-family: Exo, sans-serif;
}

.section-3 {
  background-color: var(--dark-dim-gray);
}

.container-9 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-28 {
  justify-content: center;
  display: flex;
}

.div-block-29 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 50px;
  display: flex;
}

.text-block-11 {
  color: var(--white);
  font-family: Exo, sans-serif;
}

.body {
  font-family: Exo, sans-serif;
}

.image-7 {
  margin-bottom: 20px;
  margin-right: 50px;
}

.text-block-12 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 800;
}

.text-block-13 {
  color: #fff;
  margin-bottom: 15px;
}

.div-block-30 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.text-block-13-copy {
  color: #fff;
  margin-bottom: 15px;
  font-style: italic;
}

.section-4 {
  background-color: #000;
}

.div-block-31 {
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.bold-text {
  color: #fff;
}

.text-span, .text-span-2, .bold-text-copy {
  color: var(--dodger-blue);
}

.text-block-14 {
  color: #fff;
}

.link {
  color: var(--silver);
  font-size: 12px;
  text-decoration: none;
}

.link:active {
  color: var(--silver);
}

.text-span-3 {
  font-weight: 600;
  text-decoration: underline;
}

.text-block-2-copy, .text-block-2-copy-copy {
  text-align: center;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: 23px;
}

.text-block-15 {
  letter-spacing: -1px;
  text-transform: none;
  margin-bottom: 40px;
  font-family: Exo, sans-serif;
  font-size: 35px;
  font-weight: 800;
}

.div-block-32 {
  justify-content: space-between;
  margin-bottom: 50px;
  display: flex;
}

.contact-block {
  background-color: var(--white);
  box-shadow: 0 0 10px -3px var(--dark-overlay);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 300px;
  height: 180px;
  padding: 25px 25px 0;
  font-family: Exo, sans-serif;
  display: flex;
}

.contact-image3 {
  background-image: url('../images/icons8-send-email-100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
}

.text-block-16 {
  text-transform: uppercase;
  margin-top: 20px;
  font-weight: 800;
}

.div-block-34 {
  background-image: url('../images/turret-1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  max-width: 100%;
  height: 220px;
}

.process-image1 {
  background-image: url('../images/Sheet-metal-fabrication-process.jpg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  max-width: 100%;
  height: 220px;
}

.process-image3 {
  background-image: url('../images/diecasttool.jpg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  max-width: 100%;
  height: 220px;
}

.process-image4 {
  background-image: url('../images/130913_munchen_065.jpg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  max-width: 100%;
  height: 220px;
}

.process-image5 {
  background-image: url('../images/modern-machining-tools-min.jpg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  max-width: 100%;
  height: 220px;
}

.contact-image1 {
  background-image: url('../images/icons8-address-100-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
}

.contact-image2 {
  background-image: url('../images/icons8-phone-100-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
}

.button-4 {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/icons8-linkedin-circled-90.png');
  background-position: 50%;
  background-size: cover;
  width: 50px;
  height: 50px;
  font-size: 1px;
}

.wrapper-navbar {
  padding: 15px 50px;
}

.heading {
  text-align: center;
  font-size: 35px;
  font-weight: 800;
}

.heading-2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 23px;
  font-weight: 400;
}

.heading-3 {
  color: var(--dark-dim-gray);
}

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.html-embed {
  flex-direction: column;
  display: flex;
}

@media screen and (max-width: 991px) {
  .text-block {
    text-align: center;
    object-fit: contain;
  }

  .wrapper-navbar {
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .text-block {
    flex: 0 auto;
  }

  .container-2, .container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .benefits-block {
    height: 220px;
  }

  .div-block-9 {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-11 {
    margin-bottom: 20px;
  }

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

  .div-block-12 {
    flex-direction: column;
    margin-bottom: 0;
  }

  .div-block-left {
    padding-bottom: 20px;
  }

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

  .tabs-menu {
    flex-direction: column;
  }

  .paragraph-3, .container-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .client1, .client2, .client3, .client4 {
    background-color: var(--white);
  }

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

  .div-block-26, .div-block-28 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-29 {
    align-items: center;
    margin-bottom: 25px;
    margin-right: 0;
  }

  .div-block-30 {
    align-items: center;
    width: 150px;
  }

  .text-block-15 {
    text-align: center;
    text-transform: none;
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 35px;
  }

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

  .contact-block {
    height: 180px;
    margin-bottom: 10px;
  }

  .wrapper-navbar {
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .benefits-block {
    width: 100%;
    margin-bottom: 10px;
  }

  .benefits-container-block-1 {
    flex-direction: column;
    align-items: center;
  }

  .benefits-container-block-2 {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

  .text-block-7, .div-block-11, .div-block-left {
    width: 100%;
  }

  .div-block-17 {
    flex-direction: column;
    align-items: center;
  }

  .paragraph-3 {
    width: 100%;
  }

  .div-block-20 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }

  .app-block-1, .app-block2, .app-block3, .app-block4, .app-block5 {
    margin-bottom: 10px;
  }

  .div-block-24 {
    flex-direction: column;
    align-items: center;
  }

  .client1, .client2, .client3, .client4 {
    margin-bottom: 10px;
  }

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

  .form-block, .div-block-27 {
    width: 100%;
  }

  .div-block-28 {
    align-items: center;
  }

  .div-block-29 {
    flex-direction: column;
    align-items: center;
  }

  .image-7 {
    margin-right: 0;
  }

  .div-block-30 {
    align-items: center;
  }

  .div-block-31 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .link {
    text-align: right;
  }

  .div-block-32 {
    flex-direction: column;
  }

  .contact-block {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-menu {
    background-color: var(--dark-dim-gray);
  }

  .wrapper-navbar {
    justify-content: space-between;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }
}


