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

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

:root {
  --dark-brown: #272727;
  --dark-green: #006247;
  --white: white;
  --dark-slate-grey: #004431;
  --black: black;
  --dark-grey: #3a3a3a;
  --light-brown: #d99860;
  --mid-grey: #858585;
}

.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(--dark-brown);
  font-family: Montserrat, sans-serif;
}

.top-container {
  background-color: var(--dark-green);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.social-media-link {
  background-color: var(--white);
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  padding: 10px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.social-media-link:hover {
  background-color: #008b65;
}

.social-media-link.bot {
  background-color: var(--white);
  color: var(--dark-green);
  margin-left: 20px;
  margin-right: 0;
}

.social-media-link.bot.ct {
  margin-left: 0;
  margin-right: 0;
}

.contact-section {
  z-index: 999;
  background-color: var(--dark-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
}

.contact-section.white {
  background-color: var(--dark-green);
  position: static;
}

.contact-section.new {
  padding-top: 60px;
  padding-bottom: 60px;
  position: static;
}

.contact-div {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1200px;
  display: flex;
}

.contact-div.top {
  justify-content: center;
  margin-top: 10px;
  padding-bottom: 10px;
}

.logo-link {
  background-color: var(--dark-green);
  flex-direction: column;
  align-items: center;
  width: 20%;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
}

.navlink {
  color: var(--white);
  text-transform: none;
  background-color: #0000;
  border-bottom: 2px solid #0000;
  border-radius: 0;
  font-weight: 500;
  transition: all .4s;
}

.navlink:hover {
  border-bottom: 2px solid var(--white);
  color: var(--white);
  border-radius: 0;
}

.navlink.w--current {
  border-bottom: 2px solid var(--white);
  color: var(--white);
  text-transform: none;
  border-radius: 0;
  font-weight: 500;
}

.navlink.w--open {
  background-color: var(--dark-slate-grey);
  border-radius: 20px 20px 0 0;
}

.navlink.ct {
  background-color: var(--white);
  color: var(--dark-green);
  text-transform: uppercase;
  border-radius: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 800;
}

.navlink.ct:hover {
  background-color: #e2e2e2;
}

.navlink.svs {
  border-bottom: 2px solid var(--white);
  opacity: 1;
  border-radius: 0;
  transition: all .4s;
}

.navlink.svs.w--open {
  border-radius: 20px 20px 0 0;
  transition: all .4s;
}

.navlink.no {
  border: 1px #000;
}

.dropdown-link {
  background-color: var(--dark-green);
  color: var(--white);
  text-align: left;
  transition: all .2s;
}

.dropdown-link:hover, .dropdown-link.w--current {
  background-color: var(--dark-slate-grey);
  color: var(--white);
}

.large-image-section {
  justify-content: center;
  align-items: center;
  height: 60vh;
  padding-top: 60px;
  display: flex;
}

.large-image-section.svs {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/8d9f4433-a3a0-4f9e-bcc9-37ee91618741.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 50vh;
}

.large-image-section.svs.top {
  height: 50vh;
}

.large-image-div {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  height: auto;
  padding-top: 110px;
  display: flex;
  position: relative;
}

.large-image-heading {
  color: var(--dark-green);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 43px;
  font-weight: 700;
  line-height: 40px;
}

.large-image-copy {
  color: var(--black);
  text-align: left;
  width: 100%;
  font-size: 19px;
  font-weight: 500;
  line-height: 24px;
}

.large-image-button {
  background-color: var(--dark-green);
  color: var(--white);
  text-align: center;
  border-radius: 30px;
  margin-top: 20px;
  padding: 15px 30px;
  font-weight: 700;
  transition: all .2s;
}

.large-image-button:hover {
  background-color: var(--dark-slate-grey);
}

.large-image-button.white {
  background-color: var(--white);
  color: var(--dark-green);
  padding-left: 40px;
  padding-right: 40px;
  transition-duration: .6s;
}

.large-image-button.white:hover {
  background-color: var(--dark-slate-grey);
  color: #fff;
}

.navbar {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  max-width: 1200px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.body-div._2x1 {
  grid-column-gap: 31px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 95%;
  max-width: 1200px;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.body-div._2x1.left {
  grid-template-columns: 1fr .25fr;
}

.body-div.gren {
  background-color: var(--dark-green);
  width: 100%;
  max-width: 100%;
}

.body-div.gren._60 {
  margin-top: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.body-div.gallery {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-section {
  background-color: var(--dark-slate-grey);
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 100px;
  display: flex;
}

._3-services-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.service-1 {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  min-height: 261px;
  display: flex;
}

.footer-div {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1200px;
  display: flex;
}

.footer-links {
  color: var(--white);
  text-align: left;
  margin-bottom: 0;
  font-size: 12px;
}

.footer-links._1 {
  width: 40%;
  line-height: 14px;
}

.white-section {
  background-color: var(--white);
  color: var(--dark-brown);
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.white-section.grey {
  background-color: #ebebeb;
  padding-top: 100px;
  padding-bottom: 100px;
}

.white-section.ct {
  flex-direction: column;
  padding-bottom: 40px;
}

.bottom-text {
  text-align: left;
  margin-bottom: 0;
}

.bottom-text.center {
  text-align: center;
}

.left-div {
  padding-right: 20px;
  display: flex;
}

.left-div.ct {
  justify-content: center;
  margin-top: 10px;
  padding-right: 0;
}

.fa {
  color: var(--dark-green);
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: "Fa sharp 900", sans-serif;
  font-size: 17px;
  text-decoration: none;
  display: flex;
}

.fa.brand {
  color: var(--dark-green);
  font-family: Fa brands, sans-serif;
}

.fa.brand.bot {
  color: var(--dark-green);
}

.fa.white {
  color: var(--white);
}

.fa.big {
  background-color: var(--dark-slate-grey);
  color: var(--white);
  border-radius: 13px;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  font-size: 53px;
}

.fa.big.white {
  color: var(--white);
  background-color: #00000069;
  font-size: 53px;
}

.txt {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.txt.left-align {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.txt.certer {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.txt.collapse {
  justify-content: flex-start;
  align-items: flex-start;
}

.img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  min-height: 300px;
}

.img.banner {
  background-image: url('../images/864750bb-7cae-42e2-9fe9-4ba22b648b24.webp');
  background-size: cover;
  background-attachment: fixed;
  border-radius: 0;
  height: 400px;
  min-height: auto;
}

.img.home1 {
  background-image: url('../images/864750bb-7cae-42e2-9fe9-4ba22b648b24.webp');
}

.img.home2 {
  background-image: url('../images/gal12.webp');
}

.img.home3 {
  background-image: url('../images/ef4d973d-2456-44c7-84a2-6464fb465534.webp');
}

.img.skip1 {
  background-image: url('../images/gal2.webp');
}

.img.skip2 {
  background-image: url('../images/gal15.webp');
  background-position: 50% 68%;
}

.img.skip2.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 50%;
  display: grid;
}

.img.skip2.grid.img2 {
  background-image: url('../images/gal23-small.webp');
}

.img.skip2.grid.img2.fs-cc-prefs_toggle-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  margin-top: 10px;
}

.img.rub1 {
  background-image: url('../images/Rubbish-Recycling.webp');
  background-position: 50% 75%;
}

.img.rub2 {
  background-image: none;
}

.img.house1 {
  background-image: url('../images/gal23.webp');
  background-position: 50%;
}

.img.house2 {
  background-image: url('../images/cage-trucks.webp');
}

.img.bag1 {
  background-image: url('../images/d756e9a8-eb40-40a3-a16a-32301745eafd.webp');
  background-position: 50% 71%;
}

.img.bag2 {
  background-image: url('../images/gal16.webp');
}

.img.waste1 {
  background-image: none;
}

.img.waste2 {
  background-image: url('../images/Rubbish-Outside.webp');
}

.img.cag1 {
  background-image: url('../images/Cardboard-Boxes.webp');
}

.h1 {
  color: var(--dark-green);
  margin-top: 0;
  font-size: 32px;
  font-weight: 600;
}

.h1.white {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 29px;
}

.h1.center {
  text-align: center;
}

.gren-sectio {
  background-color: var(--dark-green);
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.gren-sectio._60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.gren-sectio.h3-sec {
  background-image: linear-gradient(#004431b0, #004431b0), url('../images/gal19.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.list {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  display: grid;
}

.list.hzl {
  color: var(--black);
  grid-template-columns: 1fr;
}

.list.hzl.white {
  color: var(--white);
}

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

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

.list.areas {
  grid-column-gap: 11px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.list.ct {
  grid-column-gap: 21px;
  grid-row-gap: 14px;
  grid-template-columns: .25fr;
  width: auto;
  height: 200px;
}

.list-item {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 11.75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  list-style-type: none;
  transition: all .4s;
  display: grid;
}

.list-item:hover {
  transform: translate(15px);
}

.list-item.rev {
  grid-template-columns: 3.5fr .25fr;
  margin-top: 10px;
}

.h3-list {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.linkd {
  grid-column-gap: 47px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: grid;
}

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

.white.big {
  font-size: 18px;
}

.white.side {
  margin-left: 10px;
}

._3x1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.white-div {
  background-color: var(--white);
  border-radius: 9px;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  transition: all .4s;
  display: flex;
}

.white-div:hover {
  transform: translate(0, -10px);
}

.white-div.gren {
  background-color: var(--dark-green);
}

.white-div.single {
  color: var(--black);
  width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.white-div.single.areas {
  background-color: var(--dark-green);
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.white-div.single.ct {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark-green);
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.h3 {
  color: var(--dark-slate-grey);
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}

.h3.white {
  color: var(--white);
}

.line {
  background-color: var(--dark-green);
  width: 80%;
  height: 2px;
  margin-top: 5px;
}

.line.white {
  background-color: var(--white);
}

.line.white.big {
  height: 5px;
  margin-top: 0;
  margin-bottom: 20px;
}

.line.white.bigger {
  display: none;
}

.p {
  font-weight: 500;
}

.p._10t {
  text-align: center;
  margin-top: 10px;
}

.p._10t.verify {
  color: #00589f;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.p._10t.bot-review {
  color: var(--dark-grey);
  flex-direction: column;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.body-link {
  color: var(--black);
  font-weight: 700;
  transition: all .2s;
}

.body-link:hover {
  color: var(--dark-green);
  font-weight: 700;
}

.body-link.w {
  color: var(--white);
}

.body-link.w:hover {
  color: var(--black);
  font-weight: 700;
}

.services-heading-2 {
  border-bottom: 3px solid var(--dark-slate-grey);
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.servies-paragraph-2 {
  color: var(--white);
}

.div-block {
  width: 95%;
  max-width: 1200px;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark-green);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  padding: 40px;
  display: flex;
}

.form-inner {
  width: 95%;
  max-width: 1200px;
}

.form-inner._2x1 {
  grid-template-columns: 1fr;
  height: 100%;
}

._2x1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

._2x1.boxes {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

._2x1._20t {
  margin-top: 20px;
}

._2x1.logos {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 50%;
  margin-top: 40px;
}

._2x1.logos.ct {
  height: 140px;
}

._2x1.logo-div {
  height: 260px;
}

.catchline {
  flex-direction: column;
  align-items: center;
  font-size: 31px;
  font-weight: 600;
  line-height: 44px;
  display: flex;
}

.div-block-2 {
  justify-content: center;
  width: 100%;
  display: flex;
}

.html-embed {
  width: 100%;
  margin-bottom: -10px;
}

.form-pad {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.review-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.review {
  background-color: var(--white);
  color: var(--black);
  border-radius: 11px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  box-shadow: 0 10px 10px -10px #000;
}

.review-head {
  color: var(--dark-grey);
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
}

.button {
  background-color: #00589f;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 20px 40px;
  font-size: 20px;
  transition: all .4s;
}

.button:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 10px -10px #000;
}

.circle {
  border: 7px solid #0058a2;
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.circle.outer {
  border-color: var(--white);
  border-radius: 100px;
  width: 140px;
  height: 140px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px #00000047;
}

.circle-txt {
  color: #0058a2;
  font-family: Open Sans, sans-serif;
  font-size: 49px;
  font-weight: 700;
}

.image {
  width: 15px;
  height: 15px;
}

.blue {
  color: #00589f;
  font-weight: 700;
}

.image-2 {
  width: 100%;
}

.logo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  min-height: 120px;
}

.logo.yell {
  background-image: url('../images/YELL.webp');
}

.logo.check {
  background-image: url('../images/CHECK-A-TRADE.webp');
}

.logo.waste {
  background-image: url('../images/REGISTERED-WASTE-CARRIER.webp');
}

.logo.insured {
  background-image: url('../images/FULLY-INSURED.webp');
}

.logo._20t {
  margin-top: 20px;
}

.logo._20t.scr {
  background-image: url('../images/logo.webp');
}

.logo._20t {
  background-image: url('../images/webbs-waste-logo-p-500_1-p-500.webp');
  margin-top: 20px;
}

.logo._20t.bsm {
  background-image: url('../images/BSM.webp');
}

.ct-right-div {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.click-to-call-div {
  z-index: 150;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: auto;
  margin-bottom: 30px;
  padding-left: 20px;
  display: none;
  position: fixed;
  inset: auto auto 0% 0;
}

.click-to-call-button {
  color: #fff;
  text-align: center;
  background-color: #243b63;
  border: 1px solid #2e2e2e4d;
  border-radius: 350px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding-top: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
  box-shadow: 0 3px 3px 2px #2e2e2e4d;
}

.other-sites {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0;
  display: flex;
}

.contact-left-div {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  color: #fff;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 40%;
  display: grid;
}

.contacts-box {
  color: #fff;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.contacts-box:hover {
  transform: translate(10px);
}

.contacts-box.top {
  align-items: center;
}

.contacts-icon-box {
  background-color: var(--dark-slate-grey);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  display: flex;
}

.fa-2 {
  font-family: "Fa sharp 900", sans-serif;
  font-size: 20px;
}

.bottom-content-div {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 95%;
  max-width: 1200px;
  display: flex;
}

.contact-right-div {
  background-image: url('../images/Capture.PNG');
  background-position: 50%;
  background-size: cover;
  width: 60%;
  height: 200px;
}

.text-block-3, .text-block-4, .text-block-5, .text-block-6 {
  color: var(--white);
}

.top-contact-div {
  background-color: var(--dark-slate-grey);
  color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
}

.need-help {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.top-email {
  color: #000;
  margin-bottom: 0;
  text-decoration: none;
}

.link, .link-2 {
  font-size: 15px;
}

.link-3, .link-4 {
  font-size: 16px;
}

.link-5, .link-6 {
  font-size: 17px;
}

.link-7 {
  font-size: 18px;
}

.link-8 {
  color: var(--white);
  font-size: 18px;
}

.slider {
  z-index: 1;
  background-image: linear-gradient(#ffffffbf, #ffffffbf);
  width: 100%;
  height: 70vh;
  position: absolute;
}

.slide {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/8d9f4433-a3a0-4f9e-bcc9-37ee91618741.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide._2 {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/gal24.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide._3 {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/gal20.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide._4 {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/gal14.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.yard-skip {
  border-radius: 7px;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 350px;
  display: flex;
  box-shadow: 0 3px 10px 1px #00000063;
}

.yard-skip.img {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.yard-skip.img._4 {
  background-image: url('../images/Skip-Hire---4-yard.webp');
}

.yard-skip.img._3 {
  background-image: url('../images/Skip-Hire---3-yard.webp');
}

.yard-skip.img._6 {
  background-image: url('../images/Skip-Hire---6-yard.webp');
}

.text-block-7 {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  padding: 40px;
  font-size: 16px;
  font-weight: 600;
}

.size-reference {
  text-align: center;
  margin-top: 40px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

.h1-2 {
  color: #006247;
  margin-top: 0;
  font-size: 32px;
  font-weight: 600;
}

.h1-2.white {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 29px;
}

.h3-2 {
  color: #004431;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}

.white-div-2 {
  background-color: #fff;
  border-radius: 9px;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  transition: all .4s;
  display: flex;
}

.white-div-2:hover {
  transform: translate(0, -10px);
}

.line-2 {
  background-color: #006247;
  width: 80%;
  height: 2px;
  margin-top: 5px;
}

.other-sites-2 {
  background-color: #272727;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0;
  display: flex;
}

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

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

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.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 {
  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-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

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

.fs-cc-banner_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #f5f5f5;
  border-color: #4353ff;
}

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

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

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

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

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

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

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

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}

.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-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-manager_trigger {
  display: none;
}

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

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

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

.fs-cc-prefs_text {
  color: #021a69;
  font-size: 12px;
}

.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_checkbox-label {
  display: none;
}

.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_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

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

.fs-cc-prefs_label {
  color: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.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_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.hide.side {
  margin-left: 10px;
}

.code-embed {
  width: 100%;
}

.small {
  font-size: 21px;
  font-weight: 700;
  line-height: 23px;
}

.image-block {
  height: 100%;
}

.b-a-div {
  width: 1px;
}

.b-a-div.b-a {
  width: 100%;
  height: 100%;
}

.b-a-slider {
  width: 100%;
}

.b-a-1 {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .social-media-link.bot {
    margin-left: 0;
  }

  .logo-link {
    width: 41%;
  }

  .logo-link.w--current {
    width: 40%;
  }

  .navlink {
    background-color: var(--dark-green);
    text-align: right;
    width: 100%;
    transition: all .4s;
  }

  .navlink:hover {
    background-color: var(--dark-slate-grey);
    border-radius: 0;
  }

  .navlink.w--current {
    border-radius: 0;
  }

  .navlink.ct {
    background-color: var(--dark-green);
    color: var(--white);
    text-transform: none;
    border-radius: 0;
    padding: 20px;
    font-weight: 500;
    display: none;
  }

  .navlink.svs {
    border-radius: 0;
  }

  .dropdown-link {
    text-align: right;
  }

  .large-image-section {
    padding-top: 100px;
  }

  .large-image-div {
    width: 80%;
  }

  .large-image-heading {
    margin-top: 0;
  }

  .navbar {
    text-align: right;
    width: 80%;
  }

  .body-div._2x1 {
    grid-template-columns: 1fr;
  }

  .body-div.gallery {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer-section {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  ._3-services-div {
    grid-template-columns: 1fr 1fr;
  }

  .footer-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-links._1 {
    width: 100%;
  }

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

  .icon-2 {
    color: var(--white);
  }

  .left-div.ct {
    justify-content: space-between;
    width: 21%;
  }

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

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

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

  .linkd {
    display: block;
  }

  .white.noe {
    display: none;
  }

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

  .h3.white {
    text-align: center;
  }

  .form-inner._2x1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  ._2x1.logos {
    width: 80%;
  }

  .catchline {
    text-align: center;
  }

  .menu-button-2 {
    text-align: center;
    width: 100%;
  }

  .menu-button-2.w--open {
    background-color: var(--dark-slate-grey);
  }

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

  .ct-right-div {
    height: 180px;
  }

  .other-sites {
    padding-left: 0;
  }

  .bottom-content-div {
    width: 90%;
  }

  .top-contact-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .h3-2 {
    text-align: center;
  }

  .other-sites-2 {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .top-container {
    justify-content: space-between;
  }

  .social-media-link {
    margin-right: 0;
  }

  .contact-div {
    flex-direction: column;
  }

  .contact-div.top {
    flex-direction: row;
  }

  .logo-link {
    width: 34%;
  }

  .navlink.svs {
    border-radius: 0;
  }

  .large-image-div {
    align-items: center;
  }

  .large-image-heading {
    margin-top: 0;
  }

  .body-div {
    width: 93%;
  }

  .body-div._2x1 {
    grid-template-columns: 1fr;
    width: 93%;
  }

  .body-div._2x1.left {
    grid-template-columns: 1fr;
  }

  .body-div.gallery {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .white-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bottom-text {
    text-align: center;
  }

  .left-div {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: .25fr 4fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    width: 100%;
    padding-right: 0;
    display: flex;
  }

  .left-div.bot {
    width: auto;
  }

  .left-div.ct {
    width: 28%;
  }

  .txt {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .txt.left-align {
    align-items: center;
  }

  .h1 {
    text-align: center;
  }

  .gren-sectio {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .list {
    justify-items: center;
  }

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

  .list._8 {
    grid-template-columns: 1fr 1fr;
    justify-items: start;
  }

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

  .list.ct {
    justify-items: start;
  }

  .linkd {
    grid-column-gap: 12px;
    justify-content: center;
    width: 100%;
    display: block;
  }

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

  .line.white.bigger {
    display: none;
  }

  ._2x1, ._2x1.boxes {
    grid-template-columns: 1fr;
  }

  ._2x1.logo-div {
    grid-template-columns: 1fr 1fr;
  }

  .catchline {
    text-align: center;
  }

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

  .click-to-call-div {
    display: block;
  }

  .click-to-call-button {
    background-color: #3d604e;
  }

  .other-sites {
    padding-left: 0;
  }

  .contact-left-div {
    width: 100%;
  }

  .bottom-content-div {
    flex-direction: column;
  }

  .contact-right-div {
    width: 100%;
    margin-top: 40px;
  }

  .top-contact-div {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .h1-2 {
    text-align: center;
  }

  .other-sites-2 {
    padding-left: 0;
  }

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

  .fs-cc-manager_component {
    left: 127px;
  }

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

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

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

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

  .hide {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .top-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }

  .social-media-link {
    margin-right: 5px;
  }

  .contact-section {
    padding-bottom: 0;
  }

  .contact-div {
    flex-direction: column;
    width: 100%;
    padding-bottom: 20px;
  }

  .contact-div.top {
    flex-direction: column;
    padding-bottom: 0;
  }

  .logo-link {
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo-link.w--current {
    width: 100%;
  }

  .navlink {
    text-align: center;
  }

  .navlink.w--current {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navlink.w--open {
    background-color: var(--dark-slate-grey);
  }

  .text-block {
    margin-left: 20px;
  }

  .dropdown-link {
    text-align: center;
  }

  .dropdown-link.w--current {
    background-color: var(--dark-slate-grey);
    color: var(--white);
    text-align: center;
  }

  .large-image-section {
    height: 400px;
    padding-top: 93px;
  }

  .large-image-section.svs {
    height: auto;
  }

  .large-image-div {
    text-align: center;
    width: 100%;
    padding: 211px 20px 20px;
  }

  .large-image-heading {
    text-align: center;
    max-width: 280px;
    margin-top: 0;
    font-size: 40px;
    line-height: 38px;
  }

  .large-image-copy {
    text-align: center;
    max-width: 280px;
    line-height: 22px;
  }

  .large-image-button {
    margin-top: 10px;
  }

  .navbar {
    width: 100%;
    display: block;
  }

  .body-div {
    width: 90%;
    max-width: 100%;
  }

  .body-div._2x1.left {
    grid-template-columns: 1fr;
  }

  .body-div.gren._60 {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .body-div.gallery {
    grid-template-columns: 1fr 1fr;
  }

  .footer-section {
    padding: 20px;
  }

  ._3-services-div {
    flex-direction: column;
    grid-template-columns: 1fr;
    margin-top: 20px;
    padding-top: 40px;
  }

  .service-1 {
    flex-direction: column;
    align-items: center;
    width: 95%;
    padding-bottom: 30px;
    display: flex;
  }

  .footer-links {
    flex-direction: column;
    display: flex;
  }

  .white-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .icon-2 {
    color: var(--white);
    text-align: center;
  }

  .left-div {
    text-align: center;
    justify-content: space-around;
    width: 100%;
    display: flex;
  }

  .left-div.ct {
    width: 59%;
  }

  .gren-sectio {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .list._6, .list._8, .list.areas, .list.ct {
    grid-template-columns: 1fr;
  }

  .linkd {
    grid-template-columns: 1fr;
    margin-bottom: 10px;
  }

  .white-div.single.ct {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .line.white.bigger {
    background-color: var(--dark-slate-grey);
    color: var(--dark-slate-grey);
    width: 100%;
    height: 4px;
    margin-top: 0;
    display: block;
  }

  .services-heading-2 {
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .servies-paragraph-2 {
    text-align: center;
  }

  .div-block {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  ._2x1.logos {
    grid-template-columns: 1fr 1fr;
  }

  .menu-button-2 {
    border-top: 1px solid var(--white);
    border-bottom: 1px solid var(--white);
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .text-span {
    display: none;
  }

  .logo.yell, .logo.check, .logo.waste, .logo.insured {
    min-height: 60px;
  }

  .ct-right-div {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .click-to-call-div {
    margin-bottom: 20px;
    padding-right: 10px;
  }

  .click-to-call-button {
    width: 90px;
    height: 90px;
    font-size: 13px;
    line-height: 14px;
  }

  .other-sites {
    padding-left: 0;
  }

  .contact-left-div {
    grid-template-rows: auto auto auto auto;
    width: 100%;
  }

  .bottom-content-div {
    flex-direction: column;
  }

  .contact-right-div {
    width: 100%;
    margin-top: 30px;
  }

  .top-contact-div {
    align-items: center;
    width: 100%;
    display: none;
  }

  .need-help {
    margin-top: 5px;
  }

  .yard-skip.img, .yard-skip.img._3 {
    min-height: 250px;
  }

  .other-sites-2 {
    padding-left: 0;
  }

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

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

  .fs-cc-manager_component {
    left: 124px;
  }

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

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

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

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

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

#w-node-f86690e3-7d98-96c9-e9b9-d5a046e7af3d-bbba9435, #w-node-_3f0f0a36-d6d5-8c36-f135-2f62cb004834-bbba9435 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5ac3f32-4f1b-d9ae-6956-bbed446a5265-bbba9435 {
  justify-self: center;
}

#w-node-_82c4c696-29c0-b663-bdb8-8bd75a2e587b-bbba9435, #w-node-_82c4c696-29c0-b663-bdb8-8bd75a2e5876-bbba9435, #w-node-e57bc17b-5aa2-1a5c-be9b-06aded1503f6-bbba9435, #w-node-e57bc17b-5aa2-1a5c-be9b-06aded1503f8-bbba9435, #w-node-e57bc17b-5aa2-1a5c-be9b-06aded1503fb-bbba9435, #w-node-e57bc17b-5aa2-1a5c-be9b-06aded1503fd-bbba9435, #w-node-e57bc17b-5aa2-1a5c-be9b-06aded150400-bbba9435, #w-node-e57bc17b-5aa2-1a5c-be9b-06aded150402-bbba9435, #w-node-e57bc17b-5aa2-1a5c-be9b-06aded150405-bbba9435, #w-node-e57bc17b-5aa2-1a5c-be9b-06aded150407-bbba9435, #w-node-e57bc17b-5aa2-1a5c-be9b-06aded15040a-bbba9435, #w-node-e57bc17b-5aa2-1a5c-be9b-06aded15040c-bbba9435, #w-node-e57bc17b-5aa2-1a5c-be9b-06aded15040f-bbba9435, #w-node-e57bc17b-5aa2-1a5c-be9b-06aded150411-bbba9435, #w-node-e57bc17b-5aa2-1a5c-be9b-06aded150414-bbba9435, #w-node-e57bc17b-5aa2-1a5c-be9b-06aded150416-bbba9435, #w-node-e57bc17b-5aa2-1a5c-be9b-06aded150419-bbba9435, #w-node-e57bc17b-5aa2-1a5c-be9b-06aded15041b-bbba9435, #w-node-e19ee3f7-751e-cd0d-adc0-43e97e2655ad-bbba9435, #w-node-_7cb18d7b-ab0c-b1b3-d747-7c1b083fcf6c-bbba9435, #w-node-_8938b72f-8975-efa1-663a-c971593d5834-bbba9435, #w-node-c5c14f53-2930-c6c9-a0be-577d27c192b3-bbba9435, #w-node-_91fc000a-4a0d-c894-4804-62018ca787f7-bbba9435, #w-node-e06b0970-b3a0-24cd-a605-7df52d3d10e3-bbba9435, #w-node-_1ea9177d-37d8-74dd-0599-a284dcc6bbe6-bbba9435, #w-node-_1ea9177d-37d8-74dd-0599-a284dcc6bbeb-bbba9435, #w-node-_1ea9177d-37d8-74dd-0599-a284dcc6bbed-bbba9435, #w-node-_1ea9177d-37d8-74dd-0599-a284dcc6bbf0-bbba9435, #w-node-_1ea9177d-37d8-74dd-0599-a284dcc6bbf2-bbba9435, #w-node-_113007ed-2306-9943-5efc-9a25c20d129a-bbba9435, #w-node-_113007ed-2306-9943-5efc-9a25c20d129c-bbba9435, #w-node-_288114d7-240a-2d2e-0d72-04c8f4ce2d5c-bbba9435, #w-node-_288114d7-240a-2d2e-0d72-04c8f4ce2d60-bbba9435, #w-node-_288114d7-240a-2d2e-0d72-04c8f4ce2d61-bbba9435, #w-node-_288114d7-240a-2d2e-0d72-04c8f4ce2d63-bbba9435, #w-node-_20f8961e-9f42-d6dd-058b-1461148dc41b-bbba9435, #w-node-_20f8961e-9f42-d6dd-058b-1461148dc41c-bbba9435, #w-node-_20f8961e-9f42-d6dd-058b-1461148dc41e-bbba9435, #w-node-_912951d0-8f74-1000-cf55-d27fcf734d4d-bbba9435, #w-node-_912951d0-8f74-1000-cf55-d27fcf734d4e-bbba9435, #w-node-_912951d0-8f74-1000-cf55-d27fcf734d50-bbba9435, #w-node-aeb10aef-81a6-a185-6c3a-0a6a2bf4e33d-bbba9435, #w-node-_73099197-e334-606f-6b78-067af7cbf94b-bbba9435, #w-node-_73099197-e334-606f-6b78-067af7cbf954-bbba9435, #w-node-_73099197-e334-606f-6b78-067af7cbf95a-bbba9435, #w-node-_73099197-e334-606f-6b78-067af7cbf95c-bbba9435, #w-node-_73099197-e334-606f-6b78-067af7cbf95f-bbba9435, #w-node-_73099197-e334-606f-6b78-067af7cbf961-bbba9435, #w-node-_73099197-e334-606f-6b78-067af7cbf963-bbba9435, #w-node-_73099197-e334-606f-6b78-067af7cbf96e-bbba9435, #w-node-_73099197-e334-606f-6b78-067af7cbf970-bbba9435, #w-node-_73099197-e334-606f-6b78-067af7cbf972-bbba9435, #w-node-_73099197-e334-606f-6b78-067af7cbf977-bbba9435, #w-node-_73099197-e334-606f-6b78-067af7cbf978-bbba9435, #w-node-_73099197-e334-606f-6b78-067af7cbf97a-bbba9435, #w-node-aeb10aef-81a6-a185-6c3a-0a6a2bf4e338-bbba9435, #w-node-_484c1eec-e1be-d717-8781-8a228ffd4c89-bbba9435, #w-node-ae565764-74ba-21fa-dfcb-09848b32114b-bbba9435, #w-node-_26eea395-62ef-ae40-8ca7-418310ed7e4e-bbba9435, #w-node-_26eea395-62ef-ae40-8ca7-418310ed7e50-bbba9435, #w-node-f494d70e-9626-4739-7032-e9824ae693d7-bbba9435, #w-node-f494d70e-9626-4739-7032-e9824ae693d9-bbba9435, #w-node-_6f67f5dd-35bf-86d9-013f-3f80408aa904-bbba9435, #w-node-_6f67f5dd-35bf-86d9-013f-3f80408aa906-bbba9435, #w-node-e431e1c7-8187-356c-6ab7-b39d39f24676-bbba9435, #w-node-e431e1c7-8187-356c-6ab7-b39d39f24678-bbba9435, #w-node-c2f65e1b-b318-4132-11f8-099b4ebedbce-bbba9435, #w-node-c2f65e1b-b318-4132-11f8-099b4ebedbd0-bbba9435, #w-node-d94279d2-7227-4ba8-79ce-12433483514f-bbba9435, #w-node-d94279d2-7227-4ba8-79ce-124334835151-bbba9435, #w-node-_0478c87f-de21-ab24-a121-65fcd0651afc-bbba9435, #w-node-da57b237-c922-28ff-e18e-08365263691c-bbba9435, #w-node-da57b237-c922-28ff-e18e-083652636925-bbba9435, #w-node-da57b237-c922-28ff-e18e-083652636934-bbba9435, #w-node-ce110d81-132f-56fb-1d96-35c617d0c73b-bbba9435, #w-node-ce110d81-132f-56fb-1d96-35c617d0c753-bbba9435, #w-node-f86690e3-7d98-96c9-e9b9-d5a046e7af3d-2bba9438, #w-node-_656224f0-8bb6-d1c8-6aac-761979d6f3e5-2bba9438, #w-node-_4db4e0b9-00fe-81d5-99fe-f191cc4f70ad-2bba9438, #w-node-_2a17b119-17e6-6ab6-ab1c-0bdb4763a537-2bba9438, #w-node-_2a17b119-17e6-6ab6-ab1c-0bdb4763a539-2bba9438, #w-node-_4c136551-f76b-317a-a8fd-aba478169f8a-2bba9438, #w-node-_4c136551-f76b-317a-a8fd-aba478169f8c-2bba9438, #w-node-f537a6bf-6288-f601-ae3c-981f984d29f7-2bba9438, #w-node-f537a6bf-6288-f601-ae3c-981f984d29f9-2bba9438, #w-node-_9195fa5f-b4cb-b85c-6d6f-c3526ec69d56-2bba9438, #w-node-_9195fa5f-b4cb-b85c-6d6f-c3526ec69d58-2bba9438, #w-node-cc924b2c-e7d2-9263-f372-fa86f6d91580-2bba9438, #w-node-cc924b2c-e7d2-9263-f372-fa86f6d91582-2bba9438, #w-node-f3f576c5-2b38-959d-d0c3-2bd4ae606d01-2bba9438, #w-node-f3f576c5-2b38-959d-d0c3-2bd4ae606d03-2bba9438, #w-node-bc5c312a-5188-531d-561d-50483ef727e4-2bba9438, #w-node-bc5c312a-5188-531d-561d-50483ef727e6-2bba9438, #w-node-_70a1a53a-8aa5-f2e3-69d1-bbd9495a315c-2bba9438, #w-node-_70a1a53a-8aa5-f2e3-69d1-bbd9495a315e-2bba9438, #w-node-_9d6ba4a9-20c0-9078-ed9a-45c1fe7a8c31-2bba9438, #w-node-_9d6ba4a9-20c0-9078-ed9a-45c1fe7a8c33-2bba9438, #w-node-_07babdcd-9625-bffa-a136-38478689d360-2bba9438, #w-node-_07babdcd-9625-bffa-a136-38478689d362-2bba9438, #w-node-_0cf122fd-32ec-fa06-828b-b7c77b183b1e-2bba9438, #w-node-_0cf122fd-32ec-fa06-828b-b7c77b183b20-2bba9438, #w-node-_417d1148-3863-e77c-821e-d01d1e6e94c5-2bba9438, #w-node-_417d1148-3863-e77c-821e-d01d1e6e94c7-2bba9438, #w-node-e11e9e4c-4a09-2ac0-ceb5-6c022dced862-2bba9438, #w-node-e11e9e4c-4a09-2ac0-ceb5-6c022dced864-2bba9438, #w-node-_390e2d2a-15dd-17a3-5b36-4c6a372e4f14-2bba9438, #w-node-_390e2d2a-15dd-17a3-5b36-4c6a372e4f16-2bba9438, #w-node-_75ce216f-6188-77be-f219-8ae46f44a215-2bba9438, #w-node-_75ce216f-6188-77be-f219-8ae46f44a217-2bba9438, #w-node-_6377d40b-fefe-6bc0-d21e-523c3c08e090-2bba9438, #w-node-_6377d40b-fefe-6bc0-d21e-523c3c08e095-2bba9438, #w-node-f86690e3-7d98-96c9-e9b9-d5a046e7af3d-eaba9439, #w-node-_3f0f0a36-d6d5-8c36-f135-2f62cb004834-eaba9439, #w-node-e19ee3f7-751e-cd0d-adc0-43e97e2655ad-eaba9439, #w-node-ee2f4a42-e8f4-911f-1b25-0ca803fc0933-eaba9439, #w-node-ee2f4a42-e8f4-911f-1b25-0ca803fc0939-eaba9439, #w-node-ee2f4a42-e8f4-911f-1b25-0ca803fc093b-eaba9439, #w-node-ee2f4a42-e8f4-911f-1b25-0ca803fc0942-eaba9439, #w-node-ee2f4a42-e8f4-911f-1b25-0ca803fc0948-eaba9439, #w-node-ee2f4a42-e8f4-911f-1b25-0ca803fc094a-eaba9439, #w-node-ee2f4a42-e8f4-911f-1b25-0ca803fc094d-eaba9439, #w-node-ee2f4a42-e8f4-911f-1b25-0ca803fc094f-eaba9439, #w-node-ee2f4a42-e8f4-911f-1b25-0ca803fc0952-eaba9439, #w-node-ee2f4a42-e8f4-911f-1b25-0ca803fc0954-eaba9439, #w-node-aeb10aef-81a6-a185-6c3a-0a6a2bf4e33d-eaba9439, #w-node-aeb10aef-81a6-a185-6c3a-0a6a2bf4e338-eaba9439, #w-node-_484c1eec-e1be-d717-8781-8a228ffd4c89-eaba9439, #w-node-ae565764-74ba-21fa-dfcb-09848b32114b-eaba9439, #w-node-_26eea395-62ef-ae40-8ca7-418310ed7e4e-eaba9439, #w-node-_26eea395-62ef-ae40-8ca7-418310ed7e50-eaba9439, #w-node-f494d70e-9626-4739-7032-e9824ae693d7-eaba9439, #w-node-f494d70e-9626-4739-7032-e9824ae693d9-eaba9439, #w-node-_6f67f5dd-35bf-86d9-013f-3f80408aa904-eaba9439, #w-node-_6f67f5dd-35bf-86d9-013f-3f80408aa906-eaba9439, #w-node-c2f65e1b-b318-4132-11f8-099b4ebedbce-eaba9439, #w-node-c2f65e1b-b318-4132-11f8-099b4ebedbd0-eaba9439, #w-node-_024ba4bf-e006-e5f8-47cd-76f6190a26b1-eaba9439, #w-node-_024ba4bf-e006-e5f8-47cd-76f6190a26b3-eaba9439, #w-node-d94279d2-7227-4ba8-79ce-12433483514f-eaba9439, #w-node-d94279d2-7227-4ba8-79ce-124334835151-eaba9439, #w-node-_93e027e1-108c-9480-aa62-bd5487d0aa8c-eaba9439, #w-node-_93e027e1-108c-9480-aa62-bd5487d0aa8e-eaba9439, #w-node-bb184cff-6096-3e3c-7229-866426c632bc-eaba9439, #w-node-bb184cff-6096-3e3c-7229-866426c632be-eaba9439 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f30c131c-2432-3f49-5fa3-5c6587384b01-eaba9439 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_66883c8b-e98f-c40a-9285-502a888b8033-eaba9439, #w-node-_66883c8b-e98f-c40a-9285-502a888b8035-eaba9439, #w-node-_66883c8b-e98f-c40a-9285-502a888b8038-eaba9439, #w-node-_66883c8b-e98f-c40a-9285-502a888b803a-eaba9439, #w-node-_66883c8b-e98f-c40a-9285-502a888b803d-eaba9439, #w-node-_66883c8b-e98f-c40a-9285-502a888b803f-eaba9439, #w-node-_66883c8b-e98f-c40a-9285-502a888b8042-eaba9439, #w-node-_66883c8b-e98f-c40a-9285-502a888b8044-eaba9439, #w-node-_66883c8b-e98f-c40a-9285-502a888b8047-eaba9439, #w-node-_66883c8b-e98f-c40a-9285-502a888b8049-eaba9439, #w-node-_66883c8b-e98f-c40a-9285-502a888b804c-eaba9439, #w-node-_66883c8b-e98f-c40a-9285-502a888b804e-eaba9439, #w-node-_66883c8b-e98f-c40a-9285-502a888b8051-eaba9439, #w-node-_66883c8b-e98f-c40a-9285-502a888b8053-eaba9439, #w-node-_66883c8b-e98f-c40a-9285-502a888b8056-eaba9439, #w-node-_66883c8b-e98f-c40a-9285-502a888b8058-eaba9439, #w-node-_66883c8b-e98f-c40a-9285-502a888b805b-eaba9439, #w-node-_66883c8b-e98f-c40a-9285-502a888b805d-eaba9439, #w-node-_1590d87b-3f8d-ad08-cf61-6af44da034d9-eaba9439, #w-node-_1590d87b-3f8d-ad08-cf61-6af44da034db-eaba9439, #w-node-_9a693881-41cb-8234-9300-75d6724c7275-eaba9439, #w-node-_9a693881-41cb-8234-9300-75d6724c727a-eaba9439 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8b9bf52-00aa-2da8-d527-8378a6fb6b09-d2ba943a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_980e2774-fd28-bead-41f5-42ac997c637d-d2ba943a, #w-node-_980e2774-fd28-bead-41f5-42ac997c637f-d2ba943a, #w-node-_980e2774-fd28-bead-41f5-42ac997c6382-d2ba943a, #w-node-_980e2774-fd28-bead-41f5-42ac997c6384-d2ba943a, #w-node-_980e2774-fd28-bead-41f5-42ac997c6387-d2ba943a, #w-node-_980e2774-fd28-bead-41f5-42ac997c6389-d2ba943a, #w-node-_980e2774-fd28-bead-41f5-42ac997c6377-d2ba943a, #w-node-_980e2774-fd28-bead-41f5-42ac997c6379-d2ba943a, #w-node-c1d32d3f-1f7a-dcc1-8719-78b95e106153-d2ba943a, #w-node-c1d32d3f-1f7a-dcc1-8719-78b95e106154-d2ba943a, #w-node-_4b51a8e7-d320-59c1-046a-80c0d5f16255-0fba943b, #w-node-b00ffbc7-fb68-9634-0e42-e8010bc65ca8-0fba943b, #w-node-df30b285-cb95-2ace-bd9e-046c27fce4a8-0fba943b, #w-node-a18b152f-817e-d89c-5ab5-7ec49b87ce0d-0fba943b, #w-node-_89b28425-c72a-7a15-22f9-3ec9e1af3b54-0fba943b, #w-node-_7d0ad33f-0604-62a8-a511-792b83784ed8-0fba943b, #w-node-ecfff877-4be7-6a2c-5a68-e3307819d3eb-0fba943b, #w-node-_1c012e59-932c-a3c2-edba-f358baad35a9-0fba943b, #w-node-_30ac041a-cb43-ea90-ec80-f4e3403f7717-0fba943b, #w-node-_35b5fe47-e56a-ed44-2959-57d81c196efc-0fba943b, #w-node-e6b5d905-e895-1203-9394-7739a361c460-0fba943b, #w-node-b3fe222e-bc3c-6474-dee5-4046cc07fff0-0fba943b, #w-node-_7d96791f-f111-123c-c690-1a8622d4028b-0fba943b, #w-node-_81223adb-7b3c-8e9e-b742-dfcfc4cd2abe-0fba943b, #w-node-_4edaaa64-14a5-5f8b-f5d2-1407ae258163-0fba943b, #w-node-_6d599be4-63b5-4657-f088-c9a826eaed66-0fba943b, #w-node-a859ff63-71fb-e834-aff0-9d3fcfc43141-0fba943b, #w-node-ad851609-69bf-9963-6c7e-6a1eecd3d47b-0fba943b, #w-node-_1c389159-8b7d-c2de-0b11-51cefae318d6-0fba943b, #w-node-_5e30c987-fbeb-fdf1-2f04-0fe4b643259a-0fba943b, #w-node-_0f2e471e-65f4-ad01-92d9-a62b1b0e8122-0fba943b, #w-node-bbb5a9ec-3ee9-a8cd-6dd9-e272c12d80f4-0fba943b, #w-node-_775cf452-d04d-7c93-abb4-c9ec4d071f90-0fba943b, #w-node-_74db312b-0bb4-800b-fe15-72b41c049313-0fba943b, #w-node-cbf0408e-5b8c-7e40-9dbc-80980e9f7940-0fba943b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cdec6c18-1e42-0073-26f0-76a2108f2190-0fba943b {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-f86690e3-7d98-96c9-e9b9-d5a046e7af3d-12ba943c, #w-node-b9a6be06-62ba-0d6c-b9d8-ddf706385b12-12ba943c, #w-node-b9a6be06-62ba-0d6c-b9d8-ddf706385b14-12ba943c, #w-node-_47bc8af3-d662-551f-25a4-9ea2a160bd28-12ba943c, #w-node-_47bc8af3-d662-551f-25a4-9ea2a160bd2a-12ba943c, #w-node-e12311ba-e119-7c54-1e90-b34ac595351f-12ba943c, #w-node-e12311ba-e119-7c54-1e90-b34ac5953521-12ba943c, #w-node-_951684d0-9781-a83d-cedf-7441d3eecc37-12ba943c, #w-node-_951684d0-9781-a83d-cedf-7441d3eecc39-12ba943c, #w-node-_82c4c696-29c0-b663-bdb8-8bd75a2e5876-12ba943c, #w-node-aeb10aef-81a6-a185-6c3a-0a6a2bf4e338-12ba943c, #w-node-d8a0f042-2b94-422f-0a9a-46b93b72e521-12ba943c, #w-node-d8a0f042-2b94-422f-0a9a-46b93b72e523-12ba943c, #w-node-bf155cf8-23d0-cc06-5b26-0295ca62e09c-12ba943c, #w-node-bf155cf8-23d0-cc06-5b26-0295ca62e09e-12ba943c, #w-node-b721c011-2cec-8d41-c7dc-74ab00068feb-12ba943c, #w-node-b721c011-2cec-8d41-c7dc-74ab00068fed-12ba943c, #w-node-_25180081-78b4-6c03-687e-3fd54e8a1d17-12ba943c, #w-node-_25180081-78b4-6c03-687e-3fd54e8a1d19-12ba943c, #w-node-_4947364b-efc6-0356-c7fb-5745be801f4c-12ba943c, #w-node-_4947364b-efc6-0356-c7fb-5745be801f4e-12ba943c, #w-node-deaaf723-6853-8c39-8c67-bdde4db9361b-12ba943c, #w-node-deaaf723-6853-8c39-8c67-bdde4db9361d-12ba943c, #w-node-_86741024-d8f6-7f38-647d-f32c88ce2599-12ba943c, #w-node-_86741024-d8f6-7f38-647d-f32c88ce259b-12ba943c, #w-node-f5374a06-310b-95d0-2845-ccb60163987b-12ba943c, #w-node-f5374a06-310b-95d0-2845-ccb60163987d-12ba943c, #w-node-_6498feb9-d2c0-e1d9-a9c9-60dbd8d886cb-12ba943c, #w-node-_6498feb9-d2c0-e1d9-a9c9-60dbd8d886d0-12ba943c, #w-node-f86690e3-7d98-96c9-e9b9-d5a046e7af3d-38ba943d, #w-node-_3f0f0a36-d6d5-8c36-f135-2f62cb004834-38ba943d, #w-node-e19ee3f7-751e-cd0d-adc0-43e97e2655ad-38ba943d, #w-node-_3238ea18-41ad-af5e-ac9c-a33946051626-38ba943d, #w-node-_3238ea18-41ad-af5e-ac9c-a33946051628-38ba943d, #w-node-_3238ea18-41ad-af5e-ac9c-a3394605162b-38ba943d, #w-node-_3238ea18-41ad-af5e-ac9c-a3394605162d-38ba943d, #w-node-_3238ea18-41ad-af5e-ac9c-a33946051630-38ba943d, #w-node-_3238ea18-41ad-af5e-ac9c-a33946051632-38ba943d, #w-node-_3238ea18-41ad-af5e-ac9c-a33946051635-38ba943d, #w-node-_3238ea18-41ad-af5e-ac9c-a33946051637-38ba943d, #w-node-_3238ea18-41ad-af5e-ac9c-a3394605163a-38ba943d, #w-node-_3238ea18-41ad-af5e-ac9c-a3394605163c-38ba943d, #w-node-_3238ea18-41ad-af5e-ac9c-a3394605163f-38ba943d, #w-node-_3238ea18-41ad-af5e-ac9c-a33946051641-38ba943d, #w-node-_5a2f4168-d947-fff3-23f3-b9301c7c0020-38ba943d, #w-node-_5a2f4168-d947-fff3-23f3-b9301c7c0022-38ba943d, #w-node-_4fc659e8-7fa8-536c-d14a-80df321f9f85-38ba943d, #w-node-_4fc659e8-7fa8-536c-d14a-80df321f9f87-38ba943d, #w-node-aeb10aef-81a6-a185-6c3a-0a6a2bf4e33d-38ba943d, #w-node-aeb10aef-81a6-a185-6c3a-0a6a2bf4e338-38ba943d, #w-node-_6f83fbb1-1172-cfce-c246-152c7595ebaf-38ba943d, #w-node-_6f83fbb1-1172-cfce-c246-152c7595ebb4-38ba943d, #w-node-f86690e3-7d98-96c9-e9b9-d5a046e7af3d-21ba943e, #w-node-_3c457697-c5be-6e32-f975-fed909330c18-21ba943e, #w-node-_3c457697-c5be-6e32-f975-fed909330c1a-21ba943e, #w-node-_3c457697-c5be-6e32-f975-fed909330c1d-21ba943e, #w-node-_3c457697-c5be-6e32-f975-fed909330c1f-21ba943e, #w-node-_3c457697-c5be-6e32-f975-fed909330c22-21ba943e, #w-node-_3c457697-c5be-6e32-f975-fed909330c24-21ba943e, #w-node-_3c457697-c5be-6e32-f975-fed909330c27-21ba943e, #w-node-_3c457697-c5be-6e32-f975-fed909330c29-21ba943e, #w-node-_82c4c696-29c0-b663-bdb8-8bd75a2e5876-21ba943e, #w-node-aeb10aef-81a6-a185-6c3a-0a6a2bf4e338-21ba943e, #w-node-bb2576cb-d50b-4beb-a4ad-855d767f0421-21ba943e, #w-node-bb2576cb-d50b-4beb-a4ad-855d767f0423-21ba943e, #w-node-af46f4d7-6159-3da6-a343-bd691bdd359f-21ba943e, #w-node-af46f4d7-6159-3da6-a343-bd691bdd35a1-21ba943e, #w-node-b18fe806-4077-f6b9-f1af-d144c53ba1a5-21ba943e, #w-node-b18fe806-4077-f6b9-f1af-d144c53ba1a7-21ba943e, #w-node-e0685e41-403a-9d98-db2d-513fcdb004ab-21ba943e, #w-node-e0685e41-403a-9d98-db2d-513fcdb004ad-21ba943e, #w-node-_342222f9-3b21-60b7-1dd1-7b48bbaa9793-21ba943e, #w-node-_342222f9-3b21-60b7-1dd1-7b48bbaa9795-21ba943e, #w-node-_84ea23bc-1004-61d2-cd4d-321c3f49e038-21ba943e, #w-node-_84ea23bc-1004-61d2-cd4d-321c3f49e03a-21ba943e, #w-node-_56fb6fdc-c959-0c1b-6239-f5c60a36cbbd-21ba943e, #w-node-_56fb6fdc-c959-0c1b-6239-f5c60a36cbbf-21ba943e, #w-node-b116195b-28ec-c84f-cb3c-a3ff9560be07-21ba943e, #w-node-b116195b-28ec-c84f-cb3c-a3ff9560be0c-21ba943e, #w-node-f86690e3-7d98-96c9-e9b9-d5a046e7af3d-9bba943f, #w-node-_3f0f0a36-d6d5-8c36-f135-2f62cb004834-9bba943f, #w-node-de8e6696-dd04-9bc4-99a9-c9cf5dc00a17-9bba943f, #w-node-de8e6696-dd04-9bc4-99a9-c9cf5dc00a1d-9bba943f, #w-node-de8e6696-dd04-9bc4-99a9-c9cf5dc00a1f-9bba943f, #w-node-de8e6696-dd04-9bc4-99a9-c9cf5dc00a22-9bba943f, #w-node-de8e6696-dd04-9bc4-99a9-c9cf5dc00a24-9bba943f, #w-node-_98c44572-c33b-80f3-41de-759664996bd4-9bba943f, #w-node-_98c44572-c33b-80f3-41de-759664996bd6-9bba943f, #w-node-_2be1d624-4327-2e24-7b45-4ccc2e465624-9bba943f, #w-node-_2be1d624-4327-2e24-7b45-4ccc2e465626-9bba943f, #w-node-a4635488-12ac-392d-b183-2c9ace862c0a-9bba943f, #w-node-a4635488-12ac-392d-b183-2c9ace862c0c-9bba943f, #w-node-_3abd22be-bded-de1e-17fc-68a28c67fc60-9bba943f, #w-node-_3abd22be-bded-de1e-17fc-68a28c67fc62-9bba943f, #w-node-aeb10aef-81a6-a185-6c3a-0a6a2bf4e33d-9bba943f, #w-node-aeb10aef-81a6-a185-6c3a-0a6a2bf4e338-9bba943f, #w-node-_484c1eec-e1be-d717-8781-8a228ffd4c89-9bba943f, #w-node-ae565764-74ba-21fa-dfcb-09848b32114b-9bba943f, #w-node-_26eea395-62ef-ae40-8ca7-418310ed7e4e-9bba943f, #w-node-_26eea395-62ef-ae40-8ca7-418310ed7e50-9bba943f, #w-node-f494d70e-9626-4739-7032-e9824ae693d7-9bba943f, #w-node-f494d70e-9626-4739-7032-e9824ae693d9-9bba943f, #w-node-_6f67f5dd-35bf-86d9-013f-3f80408aa904-9bba943f, #w-node-_6f67f5dd-35bf-86d9-013f-3f80408aa906-9bba943f, #w-node-c2f65e1b-b318-4132-11f8-099b4ebedbce-9bba943f, #w-node-c2f65e1b-b318-4132-11f8-099b4ebedbd0-9bba943f, #w-node-d94279d2-7227-4ba8-79ce-12433483514f-9bba943f, #w-node-d94279d2-7227-4ba8-79ce-124334835151-9bba943f, #w-node-_93e027e1-108c-9480-aa62-bd5487d0aa8c-9bba943f, #w-node-_93e027e1-108c-9480-aa62-bd5487d0aa8e-9bba943f, #w-node-bb184cff-6096-3e3c-7229-866426c632bc-9bba943f, #w-node-bb184cff-6096-3e3c-7229-866426c632be-9bba943f, #w-node-_246e7d53-156c-1ca2-28f7-49e07aa6e526-9bba943f, #w-node-_246e7d53-156c-1ca2-28f7-49e07aa6e52b-9bba943f, #w-node-f86690e3-7d98-96c9-e9b9-d5a046e7af3d-00ba9440, #w-node-f86690e3-7d98-96c9-e9b9-d5a046e7af3d-41ba9441, #w-node-_3f0f0a36-d6d5-8c36-f135-2f62cb004834-41ba9441, #w-node-e19ee3f7-751e-cd0d-adc0-43e97e2655ad-41ba9441, #w-node-_69215864-7a0b-9682-2714-dae8cafaa7bd-41ba9441, #w-node-_69215864-7a0b-9682-2714-dae8cafaa7c3-41ba9441, #w-node-_69215864-7a0b-9682-2714-dae8cafaa7c5-41ba9441, #w-node-_69215864-7a0b-9682-2714-dae8cafaa7c8-41ba9441, #w-node-_69215864-7a0b-9682-2714-dae8cafaa7ca-41ba9441, #w-node-e16bc8e5-5552-3342-bdb1-66afacd89c23-41ba9441, #w-node-e16bc8e5-5552-3342-bdb1-66afacd89c25-41ba9441, #w-node-_69215864-7a0b-9682-2714-dae8cafaa7cc-41ba9441, #w-node-_69215864-7a0b-9682-2714-dae8cafaa7d2-41ba9441, #w-node-_69215864-7a0b-9682-2714-dae8cafaa7d4-41ba9441, #w-node-_69215864-7a0b-9682-2714-dae8cafaa7d7-41ba9441, #w-node-_69215864-7a0b-9682-2714-dae8cafaa7d9-41ba9441, #w-node-_7fb294bc-82d6-5a15-804a-78a9d2278494-41ba9441, #w-node-_7fb294bc-82d6-5a15-804a-78a9d2278496-41ba9441, #w-node-_9459ff5d-9acc-b993-3c51-37a4b44da9e4-41ba9441, #w-node-_9459ff5d-9acc-b993-3c51-37a4b44da9ea-41ba9441, #w-node-_9459ff5d-9acc-b993-3c51-37a4b44da9ec-41ba9441, #w-node-_9459ff5d-9acc-b993-3c51-37a4b44da9ef-41ba9441, #w-node-_9459ff5d-9acc-b993-3c51-37a4b44da9f1-41ba9441, #w-node-aeb10aef-81a6-a185-6c3a-0a6a2bf4e33d-41ba9441, #w-node-aeb10aef-81a6-a185-6c3a-0a6a2bf4e338-41ba9441, #w-node-_484c1eec-e1be-d717-8781-8a228ffd4c89-41ba9441, #w-node-ae565764-74ba-21fa-dfcb-09848b32114b-41ba9441, #w-node-_26eea395-62ef-ae40-8ca7-418310ed7e4e-41ba9441, #w-node-_26eea395-62ef-ae40-8ca7-418310ed7e50-41ba9441, #w-node-f494d70e-9626-4739-7032-e9824ae693d7-41ba9441, #w-node-f494d70e-9626-4739-7032-e9824ae693d9-41ba9441, #w-node-_6f67f5dd-35bf-86d9-013f-3f80408aa904-41ba9441, #w-node-_6f67f5dd-35bf-86d9-013f-3f80408aa906-41ba9441, #w-node-c2f65e1b-b318-4132-11f8-099b4ebedbce-41ba9441, #w-node-c2f65e1b-b318-4132-11f8-099b4ebedbd0-41ba9441, #w-node-d94279d2-7227-4ba8-79ce-12433483514f-41ba9441, #w-node-d94279d2-7227-4ba8-79ce-124334835151-41ba9441, #w-node-_93e027e1-108c-9480-aa62-bd5487d0aa8c-41ba9441, #w-node-_93e027e1-108c-9480-aa62-bd5487d0aa8e-41ba9441, #w-node-bb184cff-6096-3e3c-7229-866426c632bc-41ba9441, #w-node-bb184cff-6096-3e3c-7229-866426c632be-41ba9441, #w-node-e0c3cd1d-02a3-32a3-c430-4dc91162715a-41ba9441, #w-node-e0c3cd1d-02a3-32a3-c430-4dc91162715c-41ba9441, #w-node-e0c3cd1d-02a3-32a3-c430-4dc91162715f-41ba9441, #w-node-e0c3cd1d-02a3-32a3-c430-4dc911627161-41ba9441, #w-node-e0c3cd1d-02a3-32a3-c430-4dc911627164-41ba9441, #w-node-e0c3cd1d-02a3-32a3-c430-4dc911627166-41ba9441, #w-node-e0c3cd1d-02a3-32a3-c430-4dc911627169-41ba9441, #w-node-e0c3cd1d-02a3-32a3-c430-4dc91162716b-41ba9441, #w-node-e0c3cd1d-02a3-32a3-c430-4dc91162716e-41ba9441, #w-node-e0c3cd1d-02a3-32a3-c430-4dc911627170-41ba9441, #w-node-e0c3cd1d-02a3-32a3-c430-4dc911627173-41ba9441, #w-node-e0c3cd1d-02a3-32a3-c430-4dc911627175-41ba9441, #w-node-e0c3cd1d-02a3-32a3-c430-4dc911627178-41ba9441, #w-node-e0c3cd1d-02a3-32a3-c430-4dc91162717a-41ba9441, #w-node-e0c3cd1d-02a3-32a3-c430-4dc91162717d-41ba9441, #w-node-e0c3cd1d-02a3-32a3-c430-4dc91162717f-41ba9441, #w-node-_6aa2c8a7-efae-1b9c-c2cb-7dba7e86076d-41ba9441, #w-node-_6aa2c8a7-efae-1b9c-c2cb-7dba7e86076f-41ba9441, #w-node-_16e50525-31b3-4bc7-e962-611ed049e72a-41ba9441, #w-node-_16e50525-31b3-4bc7-e962-611ed049e72c-41ba9441, #w-node-e0756f24-5334-01e0-b776-c042a615763e-41ba9441, #w-node-e0756f24-5334-01e0-b776-c042a6157643-41ba9441, #w-node-e19ee3f7-751e-cd0d-adc0-43e97e2655ad-aeba9442, #w-node-_932e262c-ca8d-eaa3-b637-0aff36ad0ffa-aeba9442, #w-node-_4fae58c2-00e4-8fc8-bccf-6fa93c6a2f3f-aeba9442 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1463e036-7404-2b47-09bc-9108c5f21964-aeba9442, #w-node-_36c1acac-1ff3-f5e3-61a8-d05d2cc53e5f-aeba9442 {
  justify-self: center;
}

#w-node-_6c53c38c-f7ac-353f-ca82-c7b90deefd0d-aeba9442, #w-node-_6c53c38c-f7ac-353f-ca82-c7b90deefd17-aeba9442 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c53c38c-f7ac-353f-ca82-c7b90deefd1c-aeba9442, #w-node-_6c53c38c-f7ac-353f-ca82-c7b90deefd20-aeba9442 {
  justify-self: center;
}

#w-node-_3ec167b0-2cbb-af59-ba25-d8665b98d8f5-aeba9442, #w-node-_3ec167b0-2cbb-af59-ba25-d8665b98d8ff-aeba9442 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ec167b0-2cbb-af59-ba25-d8665b98d904-aeba9442, #w-node-_3ec167b0-2cbb-af59-ba25-d8665b98d908-aeba9442 {
  justify-self: center;
}

#w-node-af3933e6-9ea2-c9a4-969e-0595cbaf3f9d-aeba9442, #w-node-af3933e6-9ea2-c9a4-969e-0595cbaf3fa7-aeba9442 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af3933e6-9ea2-c9a4-969e-0595cbaf3fac-aeba9442, #w-node-af3933e6-9ea2-c9a4-969e-0595cbaf3fb0-aeba9442 {
  justify-self: center;
}

#w-node-d26c4e2f-5f0c-af14-7112-2f8989245688-aeba9442, #w-node-d26c4e2f-5f0c-af14-7112-2f8989245692-aeba9442 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d26c4e2f-5f0c-af14-7112-2f8989245697-aeba9442, #w-node-d26c4e2f-5f0c-af14-7112-2f898924569b-aeba9442 {
  justify-self: center;
}

#w-node-_65f9a663-1939-e10e-c070-3ae0ee301916-aeba9442, #w-node-_65f9a663-1939-e10e-c070-3ae0ee301920-aeba9442 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65f9a663-1939-e10e-c070-3ae0ee301925-aeba9442, #w-node-_65f9a663-1939-e10e-c070-3ae0ee301929-aeba9442 {
  justify-self: center;
}

#w-node-a601667b-2c7f-b465-2b1e-9b9d0182e448-aeba9442, #w-node-a601667b-2c7f-b465-2b1e-9b9d0182e452-aeba9442 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a601667b-2c7f-b465-2b1e-9b9d0182e457-aeba9442, #w-node-a601667b-2c7f-b465-2b1e-9b9d0182e45b-aeba9442 {
  justify-self: center;
}

#w-node-e03fb607-8913-7b4c-feae-f587284af3aa-aeba9442, #w-node-e03fb607-8913-7b4c-feae-f587284af3b4-aeba9442 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e03fb607-8913-7b4c-feae-f587284af3b9-aeba9442, #w-node-e03fb607-8913-7b4c-feae-f587284af3bd-aeba9442 {
  justify-self: center;
}

#w-node-e7c0099b-175c-4755-56a0-9a22c949669e-aeba9442, #w-node-e7c0099b-175c-4755-56a0-9a22c94966a8-aeba9442 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7c0099b-175c-4755-56a0-9a22c94966ad-aeba9442, #w-node-e7c0099b-175c-4755-56a0-9a22c94966b1-aeba9442 {
  justify-self: center;
}

#w-node-f86690e3-7d98-96c9-e9b9-d5a046e7af3d-8fba9443, #w-node-_3f0f0a36-d6d5-8c36-f135-2f62cb004834-8fba9443, #w-node-e19ee3f7-751e-cd0d-adc0-43e97e2655ad-8fba9443, #w-node-_4d75fc4d-d081-0951-c674-e7bf4bfde689-8fba9443, #w-node-_4d75fc4d-d081-0951-c674-e7bf4bfde68b-8fba9443, #w-node-_4d75fc4d-d081-0951-c674-e7bf4bfde68e-8fba9443, #w-node-_4d75fc4d-d081-0951-c674-e7bf4bfde690-8fba9443, #w-node-_4d75fc4d-d081-0951-c674-e7bf4bfde693-8fba9443, #w-node-_4d75fc4d-d081-0951-c674-e7bf4bfde695-8fba9443, #w-node-_4d75fc4d-d081-0951-c674-e7bf4bfde698-8fba9443, #w-node-_4d75fc4d-d081-0951-c674-e7bf4bfde69a-8fba9443, #w-node-_4d75fc4d-d081-0951-c674-e7bf4bfde69d-8fba9443, #w-node-_4d75fc4d-d081-0951-c674-e7bf4bfde69f-8fba9443, #w-node-_4d75fc4d-d081-0951-c674-e7bf4bfde6a2-8fba9443, #w-node-_4d75fc4d-d081-0951-c674-e7bf4bfde6a4-8fba9443, #w-node-_04044d54-14ac-b8f7-9994-55a14fee31de-8fba9443, #w-node-_04044d54-14ac-b8f7-9994-55a14fee31e0-8fba9443, #w-node-_0d17a20e-5f91-821d-d09f-1084e2a810ee-8fba9443, #w-node-_0d17a20e-5f91-821d-d09f-1084e2a810f0-8fba9443, #w-node-aeb10aef-81a6-a185-6c3a-0a6a2bf4e33d-8fba9443, #w-node-aeb10aef-81a6-a185-6c3a-0a6a2bf4e338-8fba9443, #w-node-_85c41931-56c7-25cd-82dc-174ffccda3d0-8fba9443, #w-node-_85c41931-56c7-25cd-82dc-174ffccda3d5-8fba9443, #w-node-f86690e3-7d98-96c9-e9b9-d5a046e7af3d-07418ce3, #w-node-f64d9b95-f0ac-15f1-32fd-d1c9857ce0ac-07418ce3, #w-node-f64d9b95-f0ac-15f1-32fd-d1c9857ce0ae-07418ce3, #w-node-_8364d3da-6d47-a085-32d0-a17ac0530e9b-07418ce3, #w-node-_8364d3da-6d47-a085-32d0-a17ac0530e9d-07418ce3, #w-node-_2951505e-d9b7-15f2-8b34-66cbf54b95c2-07418ce3, #w-node-_2951505e-d9b7-15f2-8b34-66cbf54b95c4-07418ce3, #w-node-_22bd2b2f-438b-7c4e-0e9e-2cfe159f44f5-07418ce3, #w-node-_22bd2b2f-438b-7c4e-0e9e-2cfe159f44f7-07418ce3, #w-node-_3d5a631e-50e1-dedb-3af0-156beee7ed82-07418ce3, #w-node-_3d5a631e-50e1-dedb-3af0-156beee7ed84-07418ce3, #w-node-_476e0ea4-41a1-19a5-2e6f-50abd7728b2e-07418ce3, #w-node-_476e0ea4-41a1-19a5-2e6f-50abd7728b30-07418ce3, #w-node-_82c4c696-29c0-b663-bdb8-8bd75a2e5876-07418ce3, #w-node-_708d4dba-ce59-4a73-9f8f-7fa9733dfe32-07418ce3, #w-node-_708d4dba-ce59-4a73-9f8f-7fa9733dfe34-07418ce3, #w-node-_6677902e-e143-1551-34ef-7a02fb75a5bd-07418ce3, #w-node-_6677902e-e143-1551-34ef-7a02fb75a5bf-07418ce3, #w-node-_73247e26-59f4-40ec-3db2-3bd072b5eb31-07418ce3, #w-node-_73247e26-59f4-40ec-3db2-3bd072b5eb33-07418ce3, #w-node-_450bd80e-0c8a-15f9-940b-23927e1ba30b-07418ce3, #w-node-_450bd80e-0c8a-15f9-940b-23927e1ba30d-07418ce3, #w-node-_8d42ff66-3e50-6c4d-6b8f-62726f22b9e4-07418ce3, #w-node-_8d42ff66-3e50-6c4d-6b8f-62726f22b9e6-07418ce3, #w-node-_8d42ff66-3e50-6c4d-6b8f-62726f22b9e9-07418ce3, #w-node-_8d42ff66-3e50-6c4d-6b8f-62726f22b9eb-07418ce3, #w-node-_8d42ff66-3e50-6c4d-6b8f-62726f22b9ee-07418ce3, #w-node-_8d42ff66-3e50-6c4d-6b8f-62726f22b9f0-07418ce3, #w-node-_8d42ff66-3e50-6c4d-6b8f-62726f22b9f3-07418ce3, #w-node-_8d42ff66-3e50-6c4d-6b8f-62726f22b9f5-07418ce3, #w-node-_8d42ff66-3e50-6c4d-6b8f-62726f22b9f8-07418ce3, #w-node-_8d42ff66-3e50-6c4d-6b8f-62726f22b9fa-07418ce3, #w-node-aeb10aef-81a6-a185-6c3a-0a6a2bf4e338-07418ce3, #w-node-_648c1784-e063-e369-5849-82b72aa4be0e-07418ce3, #w-node-_648c1784-e063-e369-5849-82b72aa4be10-07418ce3, #w-node-_648c1784-e063-e369-5849-82b72aa4be13-07418ce3, #w-node-_648c1784-e063-e369-5849-82b72aa4be15-07418ce3, #w-node-_648c1784-e063-e369-5849-82b72aa4be18-07418ce3, #w-node-_648c1784-e063-e369-5849-82b72aa4be1a-07418ce3, #w-node-_648c1784-e063-e369-5849-82b72aa4be1d-07418ce3, #w-node-_648c1784-e063-e369-5849-82b72aa4be1f-07418ce3, #w-node-ac985b88-0019-7947-6add-5aa6bf785b25-07418ce3, #w-node-ac985b88-0019-7947-6add-5aa6bf785b27-07418ce3, #w-node-ac985b88-0019-7947-6add-5aa6bf785b2a-07418ce3, #w-node-ac985b88-0019-7947-6add-5aa6bf785b2c-07418ce3, #w-node-ac985b88-0019-7947-6add-5aa6bf785b2f-07418ce3, #w-node-ac985b88-0019-7947-6add-5aa6bf785b31-07418ce3, #w-node-ac985b88-0019-7947-6add-5aa6bf785b34-07418ce3, #w-node-ac985b88-0019-7947-6add-5aa6bf785b36-07418ce3, #w-node-ac985b88-0019-7947-6add-5aa6bf785b39-07418ce3, #w-node-ac985b88-0019-7947-6add-5aa6bf785b3b-07418ce3, #w-node-_8461d077-68e7-0237-09af-6fe61203e4a8-07418ce3, #w-node-_8461d077-68e7-0237-09af-6fe61203e4aa-07418ce3, #w-node-a3ba0bb9-dfb9-4626-b6ab-ecee5d2c3e0f-07418ce3, #w-node-a3ba0bb9-dfb9-4626-b6ab-ecee5d2c3e11-07418ce3, #w-node-_37b066b6-42af-600c-6fc4-85369cab8aa5-07418ce3, #w-node-_37b066b6-42af-600c-6fc4-85369cab8aa7-07418ce3, #w-node-b116195b-28ec-c84f-cb3c-a3ff9560be07-07418ce3, #w-node-b116195b-28ec-c84f-cb3c-a3ff9560be0c-07418ce3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_6424a601-42b9-447b-54de-33e38d98c103-8d98c0ef {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f30c131c-2432-3f49-5fa3-5c6587384b01-eaba9439 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f43aa325-c334-3654-5b45-c99644658270-bbba9435 {
    justify-self: center;
  }

  #w-node-_57309457-2add-a9c2-a4e9-27c3643da0cc-bbba9435 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f43aa325-c334-3654-5b45-c99644658279-bbba9435 {
    justify-self: center;
  }

  #w-node-cedfec2e-458a-4c53-8de2-db77781dd958-bbba9435 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f43aa325-c334-3654-5b45-c99644658280-bbba9435 {
    justify-self: center;
  }

  #w-node-c137eb56-9486-2020-4386-3cd9a7a41faa-bbba9435 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_85e320ea-056f-c9ef-5517-aa79630abcf1-bbba9435 {
    justify-self: center;
  }
}


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