:root {
  --select-orange: #f37021;
  --white-smoke: whitesmoke;
}

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

body {
  color: #333;
  flex-direction: column;
  justify-content: space-between;
  font-family: Kanit, sans-serif;
  font-size: 1vw;
  line-height: 1;
  display: flex;
}

h1 {
  color: #000;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .5em;
  font-family: Kanit, sans-serif;
  font-size: 3.3em;
  font-weight: 700;
  line-height: .9;
}

h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: .5em;
  font-family: Kanit, sans-serif;
  font-size: 1.7em;
  font-weight: 500;
  line-height: 1;
}

h3 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Kanit, sans-serif;
  font-size: 2em;
  font-weight: 500;
}

h4 {
  color: #000;
  margin-top: 2em;
  margin-bottom: 1em;
  font-family: Kanit, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
}

h5 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Kanit, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
}

h6 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Kanit, sans-serif;
  font-size: 1em;
  font-weight: 400;
}

p {
  margin-bottom: .5em;
  font-family: Open Sans, sans-serif;
  font-size: 1.2em;
  line-height: 1.3;
}

a {
  color: #000;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

a:hover {
  font-weight: 600;
}

li {
  margin-bottom: 11px;
  font-family: Open Sans, sans-serif;
  font-size: 1.2em;
  line-height: 1.2;
}

blockquote {
  text-transform: uppercase;
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Kanit, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.style-guide-wrap {
  background-color: #f3f3f5;
  padding-top: 1px;
  padding-bottom: 1px;
}

.type-column-1 {
  padding-right: 20px;
}

.input {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 44px;
  line-height: 44px;
}

.input:hover {
  border-color: #636363;
}

.input:focus {
  border-color: #3898ec;
}

.input.cc-long {
  height: auto;
  min-height: 150px;
  line-height: 24px;
}

.type-column-2 {
  padding-top: 30px;
  padding-left: 20px;
}

.style-guide-label {
  color: #aaa;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 11px;
  line-height: 11px;
}

.style-guide-label.cc-box {
  justify-content: space-between;
  display: flex;
}

.card {
  background-color: #fff;
  border-radius: 4px;
  flex: 1;
  margin: 15px;
  padding: 40px;
  text-decoration: none;
  transition: all .15s;
  box-shadow: 0 1px 1px #0003;
}

.card:hover {
  margin: 12px;
  padding: 43px;
  box-shadow: 0 10px 20px #0000001a;
}

.style-guide-label-link {
  font-size: 11px;
  font-weight: 500;
  line-height: 11px;
  text-decoration: none;
  display: inline-block;
}

.style-guide-label-link:hover {
  text-decoration: underline;
}

.tab-link {
  color: #aaa;
  background-color: #0000;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.tab-link:hover {
  color: #222;
}

.tab-link.w--current {
  color: #222;
  background-color: #0000;
  box-shadow: inset 0 -1px #333;
}

.tab-menu {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-left: 5px;
  padding-right: 5px;
  box-shadow: inset 0 -1px #ccc;
}

.color-block {
  background-color: #ebebeb;
  border-radius: 4px;
  height: 70px;
  margin-top: 30px;
}

.color-block.cc-brand-color-3 {
  background-color: #63ecc0;
}

.color-block.cc-font-color-light {
  background-color: #aaa;
}

.color-block.cc-brand-color-1 {
  background-color: #f37021;
}

.color-block.cc-brand-color-2 {
  background-color: #c860db;
}

.color-block.cc-dark-grey-2 {
  background-color: #333;
}

.color-block.cc-font-color-dark {
  background-color: #000;
}

.color-block.cc-dark-grey-1 {
  background-color: #636363;
}

.color-block.cc-light-grey-2 {
  background-color: #ccc;
}

.color-block.cc-brand-color-4 {
  background-color: #ffb08b;
}

.color-block.cc-light-grey-1 {
  background-color: #f3f3f5;
}

.style-guide-section {
  background-color: #fff;
  border-radius: 4px;
  margin: 20px;
  padding: 60px 30px;
  position: relative;
  box-shadow: 0 1px 1px #0003;
}

.success-message {
  color: #20ce7b;
  background-color: #20ce7b1a;
  border-radius: 4px;
}

.card-paragraph {
  margin-bottom: 0;
}

.card-wrap {
  flex: 0 0 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.style-guide-logo-box {
  background-image: url('../images/transparent_1transparent.gif');
  background-position: 0 0;
  background-size: 16px;
  border: 1px solid #aaa;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.style-guide-logo-box.cc-dark {
  background-image: linear-gradient(#00000080, #00000080), url('../images/transparent_1transparent.gif');
  background-position: 0 0, 0 0;
  background-size: auto, 16px;
}

.style-guide-logo-box.cc-light {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/transparent_1transparent.gif');
  background-position: 0 0, 0 0;
  background-size: auto, 16px;
}

.tab-pane {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 30px 40px 40px;
}

.tabs {
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #ccc;
}

.style-guide-divider {
  background-color: #f3f3f5;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.style-guide-subhead {
  color: #ec3872;
  background-color: #ec38721a;
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 20px;
}

.error-message {
  color: #ec3872;
  text-align: center;
  background-color: #ec38721a;
  border-radius: 4px;
}

.card-container {
  background-color: #f3f3f5;
  flex-wrap: wrap;
  margin-top: 40px;
  padding: 20px;
  display: flex;
}

.button {
  background-color: var(--select-orange);
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 4px;
  width: 100%;
  height: 44px;
  padding: 0 20px;
  font-weight: 400;
  line-height: 43px;
  transition: box-shadow .2s;
  box-shadow: 0 1px 1px #0000;
}

.button:hover {
  background-color: #ffd3b8;
}

.button.employment {
  background-color: #cecece;
  align-items: center;
  line-height: 1;
  display: flex;
}

.button.employment:hover {
  background-color: var(--select-orange);
}

.card-title {
  margin-top: 0;
}

.style-guide-content {
  padding-top: 40px;
}

.style-guide-title {
  color: #222;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 5px;
  padding-left: 18px;
  font-size: 22px;
  font-weight: 500;
  line-height: 44px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.section-home-hero {
  background-color: var(--select-orange);
  color: var(--select-orange);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 6em;
  padding-bottom: 6em;
  display: flex;
}

.grid {
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 3fr .75fr;
  align-items: stretch;
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.grid.x2 {
  z-index: 1;
  grid-column-gap: 51px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-link {
  width: 3em;
  margin-left: 8px;
  transition: all .45s;
}

.contact-link:hover {
  opacity: .37;
  transform: scale(1.1);
}

.contact-link.footer {
  width: 25%;
  max-width: 40px;
}

.contact-link.facebook {
  display: none;
}

.logo {
  width: 80%;
  margin-bottom: 3em;
}

.heading {
  margin-top: 0;
}

.main-head {
  color: #fff;
  letter-spacing: -3px;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6em;
  font-weight: 400;
  line-height: .8;
}

.main-head.bold {
  color: #000;
  margin-top: 0;
  font-size: 6em;
  font-weight: 700;
  line-height: .8;
}

.home-header {
  margin-top: 4em;
  margin-bottom: 2em;
}

.heading-2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 400;
  line-height: 1;
}

.image {
  min-width: 500px;
  max-width: 900px;
}

.image-2 {
  opacity: 1;
}

.section {
  align-items: center;
  padding-top: 6em;
  padding-bottom: 6em;
  position: relative;
}

.section.image-background {
  background-image: url('../images/saw.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  height: 30vw;
  display: flex;
  position: relative;
}

.section.home-need {
  background-color: #000;
  padding-top: 5em;
  position: relative;
}

.section.services-top {
  z-index: -1;
  background-color: var(--white-smoke);
}

.contact-icons {
  text-align: right;
  width: 100%;
  margin-bottom: 21px;
  position: relative;
}

.logo-mark---link-to-info-section {
  width: 5em;
  transition: opacity .2s;
  position: absolute;
  inset: auto 0% 0% auto;
}

.logo-mark---link-to-info-section:hover {
  opacity: .5;
}

.div-block-2 {
  width: 90%;
  max-width: 1100px;
}

.div-block-3 {
  flex-direction: column;
  justify-content: space-between;
  width: 95%;
  height: 20em;
  display: flex;
}

.heading-3 {
  margin-top: 0;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.1;
}

.list-item {
  margin-top: 7px;
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  line-height: 26px;
}

.paragraph {
  font-size: 1.5em;
}

.orange-line {
  background-color: var(--select-orange);
  width: 25%;
  height: .4em;
  position: relative;
}

.orange-line.about-page {
  margin-top: 3em;
}

.list {
  margin-bottom: 0;
}

.link-block {
  width: 70%;
  min-width: 300px;
  max-width: 400px;
  margin-top: 15em;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .75fr;
}

.heading-4 {
  color: var(--select-orange);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.9em;
  line-height: 1;
  display: inline-block;
}

.heading-5 {
  text-align: right;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: .3em;
  font-size: 1.9em;
  line-height: 1;
  display: inline-block;
}

.paragraph-2 {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: .7em;
}

.div-block-5 {
  text-align: right;
  margin-top: 0;
}

.contact-footer-link:hover {
  opacity: .16;
}

.logo-mobile {
  display: none;
}

.body {
  background-color: #000;
}

.nav-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: .6em 0 .6em 3em;
  font-size: 1.2em;
  font-weight: 400;
}

.nav-link:hover {
  color: #000;
  font-weight: 500;
}

.nav-link.w--current {
  color: #bd5517;
  font-weight: 600;
}

.nav-link.internal {
  color: #000;
  padding-bottom: 0;
  padding-left: 2em;
  padding-right: 0;
  font-family: Kanit, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
}

.nav-link.internal.w--current {
  color: #fdba12;
  font-weight: 600;
}

.menu-button {
  padding: 0;
}

.navbar-internal {
  background-color: var(--select-orange);
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 3em;
  padding-bottom: 3em;
}

.navbar-internal.internal {
  background-color: #f37021;
  justify-content: center;
  height: auto;
  padding-top: 3em;
  padding-bottom: 1em;
}

.brand {
  flex-direction: column;
  justify-content: space-between;
  width: 30em;
  padding-left: 0;
  transition: all .4s;
  display: none;
  transform: none;
}

.brand:hover {
  transform: scale(1.05);
}

.brand.home {
  flex-direction: column;
  display: flex;
}

.nav-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-container.internal {
  justify-content: space-between;
  align-items: flex-end;
  height: auto;
}

.brand-allied-health {
  float: right;
  align-self: flex-end;
  width: 85%;
}

.div-block-14 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.brand-internal {
  width: 30em;
}

.brand-windsor {
  float: left;
  width: 70%;
}

.image-3 {
  display: block;
}

.footer-links {
  color: #000;
  text-transform: uppercase;
  margin-left: 1.5em;
  font-weight: 500;
}

.footer-links:hover {
  color: var(--select-orange);
}

.heading-6 {
  text-transform: uppercase;
  margin-bottom: .5em;
  font-size: 1.4em;
  font-weight: 900;
}

.div-block-11 {
  text-align: right;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-end;
  display: flex;
}

.footer-link:hover {
  color: #fdba12;
}

.div-block-13 {
  align-self: stretch;
}

.link-block-2 {
  width: 20em;
  margin-bottom: 2em;
}

.link {
  color: #333;
}

.link:hover {
  color: red;
}

.div-block-12 {
  text-align: right;
  margin-top: 1em;
  margin-bottom: 2em;
}

.text-block-2 {
  font-size: .8em;
}

.footer-section {
  background-color: #f5f5f5;
  position: relative;
}

.phone-number-footer {
  margin-top: .2em;
}

.footer {
  justify-content: space-between;
  align-items: flex-end;
  width: 90%;
  max-width: 1600px;
  margin: 5em auto 4em;
  display: flex;
}

.global-css-elements {
  position: absolute;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.brand-internal-mobile {
  display: none;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: .6em 1.3em;
  font-weight: 400;
}

.nav-link-2:hover {
  color: #000;
  font-weight: 500;
}

.nav-link-2.w--current {
  color: #fff;
  font-weight: 600;
}

.brand-2 {
  flex-direction: column;
  justify-content: space-between;
  width: 30em;
  padding-left: 0;
  transition: all .4s;
  display: none;
  transform: none;
}

.brand-2:hover {
  transform: scale(1.05);
}

.brand-2.home {
  flex-direction: column;
  display: flex;
}

.nav-home-container {
  justify-content: flex-end;
  align-items: flex-start;
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-home {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 4em;
  padding-bottom: 2em;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-16 {
  float: right;
  text-align: right;
  position: absolute;
  inset: auto 0% 0% auto;
}

.heading-7 {
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 3em;
}

.heading-8 {
  font-size: 2.6em;
  line-height: 1.1;
}

.paragraph-3 {
  font-size: 1.2em;
  line-height: 1.3;
}

.heading-9 {
  font-size: 2em;
}

.home-list {
  margin-bottom: .5em;
  font-family: Open Sans, sans-serif;
  font-size: 1.5em;
  line-height: 1.5;
}

.home-para {
  margin-bottom: 1em;
  font-size: 1.5em;
  line-height: 1.3;
}

.wrapper {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.large-head {
  font-size: 4.5em;
  line-height: .8;
}

.services {
  width: 50%;
  margin-bottom: 4em;
}

.services.top {
  margin-bottom: 0;
}

.contact {
  justify-content: space-between;
  width: 70em;
  margin-top: 2em;
  margin-bottom: 4em;
  display: flex;
}

.body-2 {
  display: flex;
}

.about {
  width: 55%;
  margin-top: 5em;
  margin-bottom: 5em;
}

.about.top {
  width: 53%;
  margin-top: 2em;
}

.about.why-choose {
  float: left;
  width: 53%;
  margin-top: 0;
  display: inline-block;
}

.client-satisfaction-wrapper {
  z-index: 2;
  background-color: var(--select-orange);
  width: 35%;
  padding: 4em;
  display: inline-block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.heading-11 {
  text-transform: uppercase;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 2.7em;
  font-weight: 700;
  line-height: .9;
  display: flex;
}

.heading-12 {
  color: var(--select-orange);
  text-align: left;
  max-width: 1200px;
  margin-bottom: .8em;
  font-size: 3.7em;
}

.heading-13 {
  margin-top: 1em;
  margin-bottom: 0;
  line-height: 1;
}

.div-block-19 {
  z-index: -1;
  background-color: #f3f2f2;
  justify-content: center;
  align-items: center;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
  position: relative;
}

.div-block-20 {
  flex-direction: column;
  justify-content: space-between;
}

.div-block-21 {
  width: 45%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-22 {
  width: 90%;
  max-width: 1600px;
}

.section-header-small {
  color: #00000080;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #00000080;
  width: 30%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: .6em;
}

.heading-15 {
  max-width: 1100px;
  margin-top: .5em;
  margin-bottom: 0;
  font-size: 1.8em;
  line-height: 1;
}

.paragraph-4 {
  margin-bottom: .5em;
}

.general-list {
  margin-bottom: .3em;
  line-height: 1.3;
}

.general-list.numbers {
  list-style-type: decimal;
}

.heading-16 {
  margin-bottom: 1em;
}

.paragraph-5 {
  margin-bottom: 0;
}

.med-head.client {
  color: #fff;
  font-size: 3.2em;
}

.heading-17 {
  margin-top: 2em;
  margin-bottom: 1em;
}

.heading-18 {
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .3em;
  padding-bottom: .3em;
  font-size: 1.7em;
  line-height: 1.3;
}

.grid-3 {
  grid-column-gap: 3em;
  grid-row-gap: .2em;
}

.small-head {
  margin-bottom: .3em;
  font-size: 2.5em;
}

.slider-wrapper {
  width: 42%;
  height: 120%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.slider-wrapper.services {
  margin-bottom: 0;
}

.content-section {
  padding-top: 5em;
  position: relative;
}

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

.content-section.middle {
  padding-top: 6em;
  padding-bottom: 6em;
}

.section-4 {
  padding-top: 5em;
  padding-bottom: 5em;
}

.slider {
  height: 100%;
}

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

.slide {
  background-image: url('../images/apples.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
}

.slide-2 {
  background-image: url('../images/welding.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.div-block-24 {
  width: 53%;
}

.div-block-25 {
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.slide-3 {
  background-image: url('../images/strawberry.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/saw.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.ghosted-icon {
  z-index: 2;
  opacity: .29;
  align-items: center;
  width: 70%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.ghosted-icon.about {
  align-items: flex-start;
  max-width: 700px;
}

.div-block-26 {
  height: 30em;
  margin-bottom: 5em;
}

.home-quicklink-button {
  border-bottom: 1px solid var(--select-orange);
  color: var(--select-orange);
  text-align: right;
  background-color: #0000;
  width: 30%;
  margin-top: 0;
  padding: 1em 0 1em 2em;
}

.home-quicklink-button.about-us {
  text-align: left;
  width: 25%;
  padding-left: 0;
}

.home-quicklink-button.need-employees-contact, .home-quicklink-button.looking-for-work-contact {
  float: right;
  text-align: left;
  text-transform: uppercase;
  width: 25%;
  padding-left: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.section-5 {
  background-image: url('../images/saw.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 20vw;
}

.heading-19 {
  float: right;
  color: #fff;
  text-align: right;
  width: 70%;
  margin-bottom: 0;
  font-size: 4.5em;
}

.div-block-27 {
  width: 48%;
  height: 55vw;
  max-height: 1000px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-28 {
  float: right;
  width: 53%;
  position: relative;
}

.need-wrapper {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 19.1em;
  margin-top: 2em;
  padding: 3em 0 2em 3em;
  display: flex;
  position: relative;
}

.more-info {
  color: #0000004f;
  font-size: .9em;
  line-height: 2.3;
}

.more-info:hover {
  color: #000;
}

.need-para {
  width: 90%;
  max-width: 620px;
  font-size: 1.4em;
  line-height: 1.4;
}

.div-block-29 {
  width: 95%;
  height: 85%;
  position: relative;
}

.div-block-30 {
  width: 95%;
  position: relative;
}

.div-block-31 {
  width: 30vw;
  padding-top: 4em;
  padding-bottom: 4em;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-4 {
  float: right;
  opacity: .17;
  text-align: right;
  height: 100%;
}

.div-block-32 {
  background-color: var(--select-orange);
  height: .8em;
  position: absolute;
  inset: auto 0% 0%;
}

.home-slider {
  height: 100%;
}

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

.home-slide-1 {
  background-image: url('../images/router.jpg');
  background-position: 50%;
  background-size: cover;
}

.home-slide-2 {
  background-image: url('../images/welding.jpg');
  background-position: 50%;
  background-size: cover;
}

.heading-20, .heading-21 {
  margin-bottom: .3em;
}

.home-slide-3 {
  background-image: url('../images/apples.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.home-slide-4 {
  background-image: url('../images/fields.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.div-block-33 {
  background-color: var(--select-orange);
  width: 25%;
  height: .4em;
}

.image-5 {
  width: 100%;
}

.heading-23 {
  text-transform: uppercase;
  margin-top: 0;
}

.contact-head {
  margin-bottom: .2em;
  font-size: 2.5em;
}

.div-block-34 {
  width: 60%;
}

.text-block-3 {
  margin-bottom: 1em;
  font-size: 1.5em;
}

.contact-details {
  width: 45%;
}

.div-block-36 {
  width: 70em;
  margin-bottom: 4em;
}

.div-block-37 {
  background-color: var(--white-smoke);
  width: 72em;
  margin-left: -2em;
  padding: 2em;
}

.paragraph-11 {
  margin-bottom: 1em;
}

.slider-wrapper-services {
  width: 42%;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.full-page-slider-wrapper {
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  .section-home-hero {
    height: auto;
    min-height: 0;
  }

  .grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr .25fr;
    width: 85%;
  }

  .grid.x2 {
    grid-template-rows: auto auto auto auto;
  }

  .contact-link {
    width: 2.5em;
    display: block;
  }

  .logo {
    max-width: 600px;
    margin-bottom: 21px;
  }

  .main-head {
    margin-bottom: 0;
    font-size: 4.2em;
    line-height: .8;
  }

  .main-head.bold {
    font-size: 4.3em;
    line-height: 1;
  }

  .home-header {
    margin-bottom: 3em;
  }

  .heading-2 {
    font-size: 1.7em;
  }

  .image {
    min-width: 0;
    max-width: none;
  }

  .section {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .section.image-background {
    height: 40vw;
    padding-bottom: 5em;
  }

  .section.home-need {
    padding-top: 3em;
  }

  .contact-icons {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    width: 50%;
    margin-bottom: 1em;
    display: flex;
  }

  .logo-mark---link-to-info-section {
    width: 4em;
  }

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

  .div-block-3 {
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 22px;
  }

  .heading-3 {
    margin-bottom: 2em;
    font-size: 1.8em;
    line-height: 1;
  }

  .orange-line {
    width: 50%;
    margin-top: 46px;
  }

  .link-block {
    margin-top: 5em;
  }

  .heading-4, .heading-5 {
    font-size: 1.6em;
  }

  .paragraph-2 {
    text-align: right;
  }

  .div-block-5 {
    text-align: left;
  }

  .nav-link {
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 0;
    font-family: Kanit, sans-serif;
    font-size: 1.7em;
    font-weight: 500;
    display: block;
  }

  .nav-link:hover {
    color: #000;
  }

  .nav-link.w--current {
    color: #000;
    display: block;
  }

  .nav-link.internal {
    color: #fff;
    padding-bottom: .6em;
    padding-left: 0;
    font-size: 1.9em;
    line-height: 1.4;
  }

  .nav-link.internal:hover {
    color: #dda20e;
    display: block;
  }

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

  .icon {
    color: #fff;
    font-size: 1.8em;
  }

  .menu-button {
    z-index: 10;
    margin-top: .5em;
    margin-right: .5em;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .menu-button.w--open, .menu-button.w--open:hover {
    background-color: #0000;
  }

  .navbar-internal {
    padding-bottom: 3em;
  }

  .navbar-internal.internal {
    padding-top: 0;
    padding-bottom: 1em;
  }

  .nav-menu {
    background-color: var(--select-orange);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    padding-top: 10em;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .nav-menu.internal {
    background-color: var(--select-orange);
  }

  .brand {
    display: flex;
  }

  .nav-container.internal {
    height: 70%;
    position: relative;
  }

  .div-block-14 {
    justify-content: flex-end;
  }

  .brand-internal {
    width: 30em;
  }

  .footer-links {
    margin-left: 1.3em;
    font-size: 1.1em;
  }

  .footer-links:hover {
    color: var(--select-orange);
  }

  .heading-6 {
    font-size: 1.3em;
  }

  .div-block-11 {
    margin-top: 2em;
  }

  .footer-link {
    display: block;
  }

  .div-block-13 {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .div-block-12 {
    justify-content: flex-end;
    align-self: flex-end;
    margin-top: 0;
    display: flex;
  }

  .footer {
    align-items: flex-end;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .div-block-15 {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    width: 30em;
    height: 95%;
    display: flex;
  }

  .nav-link-2 {
    text-align: center;
    font-family: Kanit, sans-serif;
    font-size: 1.7em;
    font-weight: 500;
  }

  .nav-link-2:hover {
    color: #000;
    font-family: Kanit, sans-serif;
  }

  .nav-link-2.w--current {
    color: #000;
    display: block;
  }

  .icon-2 {
    color: #fff;
    font-size: 2em;
  }

  .men-button-home {
    z-index: 10;
    padding: .6em .6em 0 0;
    position: absolute;
    inset: 0% 0% auto auto;
  }

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

  .home-list {
    font-size: 1.3em;
    line-height: 1.4;
  }

  .home-para {
    font-size: 1.3em;
    line-height: 1.3;
  }

  .div-block-17 {
    margin-top: 1em;
  }

  .wrapper {
    margin-left: 2em;
  }

  .large-head {
    font-size: 3.5em;
  }

  .services {
    width: 100%;
    margin-bottom: 3em;
  }

  .services.top {
    width: 100%;
  }

  .contact {
    flex-direction: column;
    width: 100%;
    margin-top: 1em;
    margin-bottom: 3em;
  }

  .about.top {
    width: 100%;
  }

  .about.why-choose {
    margin-bottom: 0;
  }

  .client-satisfaction-wrapper {
    width: 40%;
    padding-left: 2em;
    padding-right: 2em;
    inset: 0% 0% auto auto;
  }

  .heading-12 {
    padding-right: 2em;
    font-size: 3.6em;
  }

  .div-block-19 {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .heading-16 {
    font-size: 1.5em;
  }

  .med-head {
    font-size: 3em;
  }

  .med-head.client {
    font-size: 2.2em;
  }

  .slider-wrapper {
    width: 100%;
    height: 50vw;
    position: relative;
    inset: auto 0% 0%;
  }

  .content-section {
    padding-top: 3em;
  }

  .slider {
    height: 100%;
  }

  .div-block-24 {
    width: 100%;
  }

  .ghosted-icon {
    text-align: right;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    display: flex;
    inset: 0% auto 0% 0%;
  }

  .ghosted-icon.about {
    align-items: center;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .home-quicklink-button.about-us {
    text-align: right;
    width: 100%;
  }

  .home-quicklink-button.need-employees-contact, .home-quicklink-button.looking-for-work-contact {
    width: 40%;
  }

  .heading-19 {
    font-size: 2.6em;
  }

  .div-block-27 {
    width: 41%;
    height: 80vw;
    min-height: 780px;
  }

  .div-block-28 {
    width: 60%;
  }

  .need-wrapper {
    justify-content: center;
    padding-top: 2em;
    padding-bottom: 1em;
    padding-left: 1em;
  }

  .need-para {
    font-size: 1.2em;
  }

  .div-block-29 {
    height: 85%;
  }

  .div-block-30 {
    height: 80%;
  }

  .heading-20, .heading-21 {
    font-size: 2.5em;
  }

  .image-5 {
    height: 90%;
  }

  .contact-head {
    font-size: 2.2em;
  }

  .contact-details {
    width: 70%;
  }

  .contact-details.anthony {
    width: 70%;
    margin-bottom: 34px;
  }

  .div-block-36 {
    width: 90%;
  }

  .div-block-37 {
    width: 100%;
    margin-left: 0;
  }

  .slider-wrapper-services {
    width: 100%;
    height: 100%;
    position: static;
  }

  .full-page-slider-wrapper {
    height: 50vw;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 35px;
  }

  h2 {
    font-size: 1.6em;
  }

  h4 {
    font-size: 1.5em;
    line-height: 1;
  }

  p {
    font-size: 1.1em;
  }

  .card-wrap {
    flex: 1;
  }

  .section-home-hero {
    padding-top: 39px;
    padding-bottom: 81px;
  }

  .grid {
    width: 90%;
  }

  .grid.x2 {
    grid-template-rows: auto auto auto auto auto;
  }

  .contact-link {
    width: 2.5em;
    margin-top: 7px;
    margin-left: 0;
    margin-right: 10px;
  }

  .logo {
    margin-bottom: 0;
    display: none;
  }

  .main-head, .main-head.bold {
    letter-spacing: -2px;
    font-size: 3.3em;
  }

  .home-header {
    margin-top: 4em;
    margin-bottom: 1em;
  }

  .heading-2 {
    margin-top: 33px;
    font-size: 1.4em;
  }

  .section {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .section.image-background {
    height: auto;
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .contact-icons {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .logo-mark---link-to-info-section {
    width: 3em;
  }

  .div-block-3 {
    justify-content: flex-start;
    height: auto;
    margin-bottom: 7px;
  }

  .heading-3 {
    font-size: 1.6em;
    line-height: 1.1;
  }

  .list-item, .paragraph {
    font-size: 15px;
    line-height: 20px;
  }

  .link-block {
    width: 80%;
  }

  .heading-5 {
    margin-left: 7px;
  }

  .paragraph-2 {
    text-align: left;
  }

  .div-block-5 {
    text-align: left;
    font-size: 14px;
  }

  .logo-mobile {
    max-width: 300px;
    display: block;
  }

  .nav-link, .nav-link:hover {
    font-size: 1.9em;
  }

  .icon {
    font-size: 1.5em;
  }

  .navbar-internal.internal {
    padding-bottom: 1em;
  }

  .brand {
    width: 25em;
  }

  .nav-container.internal {
    align-items: flex-end;
    height: 80%;
  }

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

  .brand-internal {
    width: 25em;
  }

  .footer-links {
    margin: 0 1.2em 0 0;
  }

  .heading-6 {
    line-height: 1.2;
  }

  .div-block-11 {
    width: 45%;
  }

  .footer-link {
    margin-top: .3em;
  }

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

  .link-block-2 {
    width: 25em;
  }

  .div-block-12 {
    text-align: left;
    justify-content: flex-start;
    margin-top: .5em;
    margin-bottom: 1em;
  }

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

  .div-block-15 {
    align-items: flex-start;
    width: 100%;
    margin-top: 2em;
    display: block;
  }

  .brand-2 {
    width: 25em;
  }

  .home-list {
    font-size: 1.1em;
    line-height: 1.3;
  }

  .home-para {
    font-size: 1.1em;
    line-height: 1.2;
  }

  .large-head {
    font-size: 2.7em;
  }

  .services {
    width: 100%;
    margin-bottom: 2em;
  }

  .about.why-choose {
    float: none;
    width: 100%;
    margin-bottom: 3em;
  }

  .client-satisfaction-wrapper {
    width: 100%;
    padding-top: 3em;
    padding-left: 3em;
    padding-right: 3em;
    position: relative;
  }

  .heading-12 {
    max-width: 600px;
    padding-right: 1em;
    font-size: 2.6em;
    line-height: .8;
  }

  .div-block-19 {
    padding-top: 2em;
  }

  .heading-15 {
    font-size: 1.4em;
    line-height: 1;
  }

  .paragraph-4, .general-list {
    font-size: 1.1em;
  }

  .heading-16 {
    font-size: 1.4em;
    line-height: 1;
  }

  .med-head {
    font-size: 2.8em;
    line-height: .9;
  }

  .med-head.client {
    line-height: .9;
  }

  .heading-18 {
    font-size: 1.4em;
    line-height: .9;
  }

  .grid-3 {
    grid-column-gap: 1em;
  }

  .small-head {
    font-size: 2em;
  }

  .slider-wrapper {
    height: 40vw;
  }

  .content-section {
    padding-top: 2em;
  }

  .content-section.middle {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .ghosted-icon.about {
    width: 40%;
  }

  .heading-19 {
    float: left;
    text-align: left;
    width: 90%;
    font-size: 2.3em;
    line-height: .9;
  }

  .div-block-27 {
    width: 36%;
    height: 60vw;
    min-height: 620px;
  }

  .div-block-28 {
    width: 66%;
  }

  .need-wrapper {
    height: auto;
    padding-top: 2.2em;
    padding-bottom: 2.2em;
    padding-left: .5em;
  }

  .need-para {
    font-size: 1.1em;
    line-height: 1.3;
  }

  .div-block-31 {
    width: 20vw;
    display: none;
    inset: 0% 0% 0% auto;
  }

  .heading-20 {
    font-size: 1.8em;
    line-height: .8;
  }

  .heading-21 {
    font-size: 1.8em;
    line-height: 1;
  }

  .heading-22 {
    font-size: 1.5em;
    line-height: 1;
  }

  .paragraph-6, .paragraph-7, .paragraph-8 {
    font-size: 1.1em;
  }

  .list-2 {
    padding-left: 33px;
  }

  .contact-details, .contact-details.anthony {
    width: 80%;
  }

  .div-block-36 {
    width: 95%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 31px;
    line-height: 30px;
  }

  h2 {
    font-size: 1.3em;
  }

  h3 {
    line-height: 27px;
  }

  h4 {
    font-size: 1.3em;
  }

  .button.employment {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-home-hero {
    padding-top: 24px;
    padding-bottom: 53px;
  }

  .grid {
    width: 90%;
  }

  .grid.x2 {
    grid-template-rows: auto auto auto auto auto;
  }

  .contact-link {
    width: 2.5em;
    margin-top: 6px;
    margin-left: 0;
  }

  .main-head {
    letter-spacing: -1px;
    width: 100%;
    font-size: 2.5em;
    line-height: .9;
  }

  .main-head.bold {
    letter-spacing: -1px;
    font-size: 2.5em;
    line-height: .9;
  }

  .heading-2 {
    margin-top: 21px;
    font-size: 1.4em;
  }

  .image-2 {
    width: 40px;
  }

  .section {
    padding-top: 3em;
    padding-bottom: 1em;
  }

  .section.image-background {
    padding: 4em .5em;
  }

  .section.home-need {
    flex-direction: column;
    padding-top: 0;
  }

  .contact-icons {
    align-items: center;
  }

  .logo-mark---link-to-info-section {
    width: 2.5em;
  }

  .logo-mark---link-to-info-section.w--current {
    width: 2.4em;
  }

  .div-block-3 {
    height: auto;
  }

  .heading-3 {
    font-size: 1.4em;
    line-height: 1.1;
  }

  .list-item, .paragraph {
    font-size: 15px;
    line-height: 20px;
  }

  .orange-line {
    width: 70%;
    margin-top: 36px;
  }

  .orange-line.about-page {
    width: 50%;
  }

  .list {
    padding-left: 25px;
  }

  .link-block {
    width: 90%;
    min-width: 0;
    max-width: none;
    margin-top: 37px;
  }

  .heading-4 {
    margin-right: 7px;
    font-size: 1.5em;
    line-height: 1;
  }

  .heading-5 {
    text-align: left;
    margin-left: 0;
    font-size: 1.5em;
    line-height: .9;
  }

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

  .logo-mobile {
    max-width: 300px;
  }

  .icon {
    font-size: 32px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .menu-button {
    margin-top: .2em;
    margin-right: .2em;
    padding: 0;
    position: absolute;
  }

  .menu-button.w--open {
    top: 0;
    right: 0;
  }

  .navbar-internal {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .brand {
    width: 100%;
  }

  .nav-container.internal {
    align-items: flex-end;
    height: 70%;
    position: relative;
  }

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

  .brand-internal {
    width: 100%;
    max-width: 330px;
  }

  .footer-links {
    margin-left: 0;
    font-size: .9em;
  }

  .heading-6 {
    text-align: left;
    font-size: 1.2em;
  }

  .div-block-11 {
    align-items: flex-start;
    width: 100%;
  }

  .div-block-13 {
    justify-content: flex-start;
    width: 100%;
  }

  .link-block-2 {
    width: 90vw;
    max-width: 250px;
  }

  .div-block-12 {
    text-align: left;
    flex-direction: column;
    align-self: flex-start;
  }

  .footer {
    flex-direction: column;
    margin-top: 3em;
    margin-bottom: 2em;
  }

  .brand-internal-mobile {
    width: 12em;
    margin-right: 16px;
    display: none;
  }

  .nav-link-2 {
    font-size: 1.4em;
  }

  .icon-2 {
    font-size: 1.6em;
  }

  .men-button-home {
    padding-top: .3em;
    padding-right: .3em;
    top: 0;
    right: 0;
  }

  .brand-2 {
    width: 100%;
  }

  .home-list {
    margin-bottom: .4em;
    font-size: 1.1em;
    line-height: 1.3;
  }

  .home-para {
    font-size: 1.1em;
    line-height: 1.2;
  }

  .wrapper {
    width: 90%;
    margin-bottom: 3em;
    margin-left: auto;
    margin-right: auto;
  }

  .large-head {
    font-size: 2.2em;
    line-height: .9;
  }

  .about.top {
    margin-bottom: 3em;
  }

  .client-satisfaction-wrapper {
    padding: 2em;
  }

  .heading-12 {
    padding-right: 0;
    font-size: 2em;
  }

  .section-header-small {
    width: 60%;
    font-size: 1.1em;
  }

  .heading-15 {
    font-size: 1.3em;
  }

  .paragraph-4 {
    font-size: 1.1em;
  }

  .heading-16 {
    font-size: 1.3em;
  }

  .med-head {
    font-size: 2.4em;
    line-height: .8;
  }

  .med-head.client {
    font-size: 2.1em;
  }

  .heading-17 {
    font-size: 1.3em;
  }

  .heading-18 {
    font-size: 1.3em;
    line-height: 1;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .small-head {
    line-height: .9;
  }

  .slider-wrapper {
    height: 50vw;
    min-height: 200px;
  }

  .content-section {
    padding-top: 1em;
  }

  .content-section.middle {
    padding-top: 3em;
    padding-bottom: 0;
  }

  .ghosted-icon.about {
    width: 60%;
    max-width: 220px;
  }

  .home-quicklink-button.need-employees-contact, .home-quicklink-button.looking-for-work-contact {
    text-align: right;
    width: 100%;
    padding-top: 0;
    position: relative;
  }

  .heading-19 {
    width: 100%;
    font-size: 2.3em;
  }

  .div-block-27 {
    width: 100%;
    height: 80vw;
    min-height: 0;
    max-height: 250px;
    position: relative;
    inset: 0% 0% auto;
  }

  .div-block-28 {
    float: none;
    width: 100%;
  }

  .need-wrapper {
    padding-right: 1em;
  }

  .need-para {
    width: 100%;
    font-size: 1.1em;
  }

  .heading-20 {
    font-size: 1.9em;
  }

  .heading-21 {
    font-size: 1.9em;
    line-height: .9;
  }

  .list-2 {
    padding-left: 23px;
  }

  .list-3 {
    padding-left: 26px;
  }

  .paragraph-9, .paragraph-10 {
    font-size: 1.1em;
  }

  .list-4, .list-5 {
    padding-left: 24px;
  }

  .contact-head {
    font-size: 1.8em;
    line-height: .8;
  }

  .contact-details, .contact-details.anthony, .div-block-36 {
    width: 100%;
  }

  .div-block-37 {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .full-page-slider-wrapper {
    min-height: 200px;
  }
}

#w-node-_38a1d7f6-10e6-17ab-34e1-f700c3f5746c-c799fad9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f5aec5b6-ffe9-5a55-b6da-3dd66b812bef-c799fad9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3ad23996-1dc4-298e-0ef4-c848e22596e0-c799fad9 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_47fd51ad-884b-a051-6134-4ca899177cfc-c799fad9 {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_38a1d7f6-10e6-17ab-34e1-f700c3f5746c-c799fad9 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-f5aec5b6-ffe9-5a55-b6da-3dd66b812bef-c799fad9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3ad23996-1dc4-298e-0ef4-c848e22596e0-c799fad9 {
    grid-area: 2 / 1 / 4 / 3;
  }

  #w-node-_47fd51ad-884b-a051-6134-4ca899177cfc-c799fad9 {
    grid-area: 4 / 2 / 5 / 3;
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9bbee474-45d9-9311-d911-f493349b49d8-c799fad9 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-f5aec5b6-ffe9-5a55-b6da-3dd66b812bef-c799fad9 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_3ad23996-1dc4-298e-0ef4-c848e22596e0-c799fad9 {
    grid-area: 3 / 1 / 5 / 3;
  }

  #w-node-_47fd51ad-884b-a051-6134-4ca899177cfc-c799fad9 {
    grid-area: 5 / 2 / 6 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f5aec5b6-ffe9-5a55-b6da-3dd66b812bef-c799fad9 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_3ad23996-1dc4-298e-0ef4-c848e22596e0-c799fad9 {
    grid-area: 3 / 1 / 5 / 3;
  }

  #w-node-_47fd51ad-884b-a051-6134-4ca899177cfc-c799fad9 {
    grid-area: 5 / 1 / 6 / 3;
    justify-self: end;
  }
}


