:root {
  --crimson: #ed1f41;
  --yellow-green: #78c92a;
  --lime-green: #61c331;
  --light-sea-green: #47c0b6;
  --light-sea-green-2: #3ba6a0;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 120%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 3em;
  font-weight: 300;
  line-height: 100%;
}

h2 {
  margin-top: 0;
  margin-bottom: 1em;
  font-family: Roboto Condensed, sans-serif;
  font-size: 2em;
  font-weight: 300;
  line-height: 100%;
}

h3 {
  margin-top: 0;
  margin-bottom: 1em;
  font-family: Roboto Condensed, sans-serif;
  font-size: 2em;
  font-style: italic;
  font-weight: 300;
  line-height: 1em;
}

h4 {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 1em;
  font-weight: 700;
  line-height: 100%;
}

h5 {
  letter-spacing: .25px;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 150%;
}

h6 {
  text-transform: uppercase;
  border-bottom: 2px solid #47c0b6;
  margin-top: 1em;
  margin-bottom: .5em;
  padding-bottom: .5em;
  font-size: 1em;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

p {
  letter-spacing: .25px;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1em;
  line-height: 1.5em;
}

a {
  text-decoration: underline;
}

li {
  padding: .5em .5em .5em 2em;
}

img {
  width: auto;
  max-width: 100%;
}

strong {
  text-transform: uppercase;
  font-weight: 700;
}

.section {
  padding: 10vw;
  position: relative;
  overflow: hidden;
}

.section.section-dark {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .2) 53%, rgba(255, 255, 255, 0));
}

.section.section-light {
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, 0));
}

.section.bg-kooperacja {
  color: #fff;
  background-image: linear-gradient(rgba(237, 31, 65, .8), rgba(237, 31, 65, .8)), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/apw-13.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.section.bg-about {
  background-image: linear-gradient(rgba(237, 31, 65, .8), rgba(237, 31, 65, .8));
  height: 100%;
}

.section.bg-centrumcnc {
  color: #fff;
  background-image: linear-gradient(rgba(237, 31, 65, .8), rgba(237, 31, 65, .8)), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/apw_31.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.section.first-slide {
  background-image: url('../images/APW-TECH_foto_2024-30.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 50em;
  min-height: 50vw;
  padding-top: 22em;
}

.section.bg-machines {
  color: #fff;
  background-image: linear-gradient(rgba(237, 31, 65, .8), rgba(237, 31, 65, .8)), url('../images/APW-TECH_foto_2024-43.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
}

.section.first-slide2 {
  background-image: url('../images/APW-TECH_foto_2024-13.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 50em;
  min-height: 50vw;
  padding-top: 22em;
}

.section.first-slide3 {
  background-image: url('../images/APW-TECH_foto_2024-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 50em;
  min-height: 50vw;
  padding-top: 22em;
}

.section.first-slide4 {
  background-image: url('../images/apw_30-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 50em;
  min-height: 50vw;
  padding-top: 22em;
}

.section.first-slide5 {
  background-image: url('../images/APW-TECH_foto_2024-39.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 50em;
  min-height: 50vw;
  padding-top: 22em;
}

.color-red {
  color: #ee2f45;
}

.hr {
  background-color: rgba(255, 255, 255, .1);
  width: 100%;
  height: 2px;
  margin-top: 5vw;
  margin-bottom: 5vw;
}

.slider-arrow {
  color: #ed1f41;
  width: 5vw;
  margin-left: -5vw;
  margin-right: -5vw;
  transition: color .25s;
}

.slider-arrow:hover {
  color: #333;
}

.slider-nav-dots {
  color: rgba(0, 0, 0, .5);
  letter-spacing: 1px;
  text-indent: 1px;
  padding-top: .5em;
  padding-bottom: 1em;
  font-size: 1em;
  font-weight: 700;
}

.new-nav {
  z-index: 1200;
  background-color: rgba(0, 0, 0, 0);
  padding-top: .5em;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.about-holder {
  min-height: 12em;
}

.icon-txt {
  line-height: 110%;
}

.big-img {
  width: 100%;
}

.nav-link {
  transform-origin: 0 0;
  color: #333;
  text-transform: uppercase;
  background-color: #fff;
  padding: 1em 1.5em 1em 1em;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
  line-height: 1em;
  transition: all .35s ease-in-out;
  transform: skew(-19deg);
}

.nav-link:hover {
  background-color: var(--crimson);
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
  padding-left: 1.25em;
  padding-right: 1.25em;
  box-shadow: 0 0 2em rgba(0, 0, 0, .2);
}

.nav-link.w--current {
  color: rgba(51, 51, 51, .5);
  background-color: #eee;
}

.nav-link.w--current:hover {
  text-shadow: none;
  padding-left: 1em;
  padding-right: 1.5em;
}

.nav-link.navlink-dd {
  transform: none;
}

.new-navmenu {
  background-color: #fff;
  padding-right: 1em;
  font-size: 1em;
  box-shadow: -15px 4px 1em rgba(0, 0, 0, .2);
}

.antiskew {
  transform-origin: 0 0;
  display: block;
  transform: skew(19deg);
}

.spacer4 {
  margin-bottom: 4em;
}

.spacer2 {
  margin-bottom: 2em;
}

.jumbo4 {
  margin-bottom: .5em;
  font-size: 4em;
  font-style: italic;
  font-weight: 200;
  line-height: 1em;
}

.m0 {
  min-height: 1em;
  padding-left: 0;
  padding-right: 0;
}

.button {
  transform-origin: 0 0;
  color: #333;
  text-transform: uppercase;
  background-color: #fff;
  border-style: solid;
  border-width: 2px 2px 2px .5em;
  margin-top: .5em;
  margin-bottom: .5em;
  margin-left: 1em;
  padding: .75em 1.5em .75em 1em;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
  line-height: 1em;
  transition: all .35s ease-in-out;
  transform: skew(-19deg);
}

.button:hover {
  background-color: var(--crimson);
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
  border-left-width: 2px;
  border-right-width: .5em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  box-shadow: 0 0 2em rgba(0, 0, 0, .2);
}

.jumbo2 {
  font-family: Roboto Condensed, sans-serif;
  font-size: 2em;
  font-style: italic;
  font-weight: 300;
  line-height: 1em;
}

.jumbo2.about-icon1 {
  background-image: url('../images/cnc_icon_mini_1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: .8em;
  padding-left: 1em;
  font-size: 1.618em;
}

.jumbo2.about-icon2 {
  background-image: url('../images/cutting_icon_mini.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: .8em;
  padding-left: 1em;
  font-size: 1.618em;
}

.jumbo2.about-icon3 {
  background-image: url('../images/spaw_icon_mini.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: .8em;
  padding-left: 1em;
  font-size: 1.618em;
}

.jumbo2.about-icon4 {
  background-image: url('../images/paint_icon_mini.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: .8em;
  padding-left: 1em;
  font-size: 1.618em;
}

.jumbo2.about-icon5 {
  background-image: url('../images/profil_rura.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: .8em;
  padding-left: 1em;
  font-size: 1.618em;
}

.jumbo2.about-icon6 {
  background-image: url('../images/profil_D.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: .8em;
  padding-left: 1em;
  font-size: 1.618em;
}

.jumbo2.about-icon7 {
  background-image: url('../images/profil_L.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: .8em;
  padding-left: 1em;
  font-size: 1.618em;
}

.jumbo2.about-icon8 {
  background-image: url('../images/pret.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: .8em;
  padding-left: 1em;
  font-size: 1.618em;
}

.jumbo2.about-icon9 {
  background-image: url('../images/steel-texture.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: .8em;
  padding-left: 1em;
  font-size: 1.618em;
}

.jumbo2.about-icon10 {
  background-image: url('../images/stainless-texture.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: .8em;
  padding-left: 1em;
  font-size: 1.618em;
}

.jumbo2.about-icon11 {
  background-image: url('../images/aluminium-texture.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: .8em;
  padding-left: 1em;
  font-size: 1.618em;
}

.jumbo2.about-icon12 {
  background-image: url('../images/copper-texture.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: .8em;
  padding-left: 1em;
  font-size: 1.618em;
}

.box2 {
  padding: 2em 2em 1em;
  position: relative;
}

.box2.bg-fff.shadow {
  background-color: rgba(255, 255, 255, .9);
  background-image: none;
  max-width: 24em;
  min-height: 22em;
  position: absolute;
  top: auto;
  bottom: 4em;
  left: 10vw;
  right: auto;
  box-shadow: 0 0 4em rgba(0, 0, 0, .4);
}

.box2.w100.bg-machine {
  color: #fff;
  background-color: #ed1f41;
  background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/APW-TECH_foto_2024-18.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-fff {
  background-color: #fff;
}

.bg-f8 {
  background-color: #f8f8f8;
}

.bg-eee {
  background-color: #eee;
}

.logo-link {
  background-image: url('../images/APW-TECH-logo-vector.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 7.4em 3em;
  width: 7.4em;
  min-width: 10vw;
  height: 3em;
  min-height: 3em;
  margin-left: 2em;
  padding-bottom: 0;
  font-size: 1em;
}

.section-heading {
  transform-origin: 0 100%;
  color: #777;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #f8f8f8;
  margin-left: 0;
  padding: 1em 2em;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
  line-height: 1em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: rotate(90deg)skew(-19deg);
  box-shadow: 14px 14px 40px rgba(0, 0, 0, .2);
}

.uppercase {
  text-transform: uppercase;
}

.rebranding {
  text-wrap: balance;
  background-image: url('../images/APW-TECH-logo-vector.svg'), url('../images/APW-TECH-logo-vector.svg'), url('../images/APW-TECH-logo-vector.svg'), url('../images/aluminium-2998-mm-architextures.png');
  background-position: 90vw 600vh, -190vw 400vh, 90vw 200vh, 50%;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
  background-size: 200vw, 200vw, 200vw, auto;
  background-attachment: scroll, scroll, scroll, scroll;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
}

.w100 {
  outline-offset: -5px;
  mix-blend-mode: normal;
  outline: 10px solid #fff;
  width: 100%;
}

.bg-red {
  background-color: var(--crimson);
  color: #fff;
}

.icon6em {
  width: 6em;
}

.gallery {
  column-count: 4;
  column-gap: 0;
}

.gallery.w100.bg-fff {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: stretch;
  display: grid;
}

.hicontrast {
  filter: contrast(150%) grayscale();
  transition: filter .333s;
}

.hicontrast:hover {
  filter: contrast() grayscale(0%);
}

.center {
  text-align: center;
}

.color-main {
  color: #333;
}

.shadow {
  box-shadow: 0 0 2em rgba(0, 0, 0, .2);
}

.gallery-box {
  z-index: 10;
  outline-offset: -5px;
  color: #fff;
  background-image: radial-gradient(circle, #cc1b38, #ff2146);
  outline: 10px solid #fff;
  padding: 2em;
  position: relative;
}

.square {
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
}

.container {
  max-width: 80em;
}

.hamburger {
  transform-origin: 0 0;
  color: #333;
  text-transform: uppercase;
  background-color: #fff;
  border-style: solid;
  border-width: 2px 2px 2px .5em;
  margin-top: .5em;
  margin-bottom: .5em;
  margin-left: 1em;
  padding: .75em 1.5em .75em 1em;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
  line-height: 1em;
  transition: all .35s ease-in-out;
  transform: skew(-19deg);
}

.hamburger:hover {
  background-color: var(--crimson);
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
  border-left-width: 2px;
  border-right-width: .5em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  box-shadow: 0 0 2em rgba(0, 0, 0, .2);
}

.slide {
  overflow: hidden;
}

.slider-arr-icon {
  color: #ed1f41;
}

.process1 {
  color: #333;
  background-color: #fff;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 1em;
  padding: 1em 2em;
  line-height: 1em;
  position: relative;
  transform: skew(-19deg);
  box-shadow: 14px 14px 40px rgba(0, 0, 0, .2);
}

.process1.bg-f8 {
  background-color: #f8f8f8;
}

.process1.bg-eee {
  background-color: #eee;
}

.icon4em {
  width: 4em;
}

.gallery-link {
  filter: contrast(125%) grayscale();
  transition: filter .333s;
}

.gallery-link:hover {
  filter: contrast() grayscale(0%);
  position: relative;
  box-shadow: 0 0 2em rgba(0, 0, 0, .2);
}

.big-logo {
  width: 12em;
  margin-top: -5em;
  margin-bottom: 2em;
}

.li {
  background-image: url('../images/task_alt_FILL0_wght400_GRAD200_opsz20.svg');
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: 1em;
  margin-top: .25em;
  margin-bottom: .25em;
  padding-left: 1.5em;
}

.li.li-tel {
  background-image: url('../images/tel-icon.svg');
}

.li.li-mail {
  background-image: url('../images/mail-icon.svg');
}

.li.li-home {
  background-image: url('../images/home_FILL0_wght400_GRAD200_opsz20.svg');
}

.color-fff {
  color: #fff;
}

.slider2 {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  padding-bottom: 3em;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
}

.slider-dots {
  color: #888;
  text-align: center;
  text-indent: 1em;
  width: auto;
  height: 4em;
  padding-top: 1em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5em;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: skew(-19deg);
}

.slider-dots.bottom {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, 0));
  height: 5em;
  padding-top: 1.5em;
  top: auto;
  bottom: 0;
}

.hide {
  display: none;
}

.ok-li {
  background-image: url('../images/task_alt_FILL0_wght400_GRAD200_opsz20.svg');
  background-position: 4px 4px;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  padding-left: 2em;
}

.mashine {
  width: 80vw;
  max-width: 100%;
  height: 100%;
  min-height: 60em;
  max-height: 100%;
  margin-bottom: 4em;
  display: block;
  position: relative;
}

.mashine-img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  max-width: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 2em rgba(0, 0, 0, .2);
}

.mashine-box {
  border-left: .5em solid var(--crimson);
  color: #333;
  background-color: #fbfbfb;
  padding: 2em;
  position: relative;
}

.mashine-box.big {
  max-width: 60em;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.row {
  flex-flow: wrap;
}

.flex20 {
  text-align: center;
  align-self: center;
  width: 16.6%;
  min-width: 10em;
  padding: 2.5vw 2em;
}

.sr-only {
  width: 1px;
  height: 1px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: -1px;
  right: auto;
  overflow: hidden;
}

.cnc-thumb {
  box-sizing: border-box;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  max-width: 15em;
  margin-top: -1em;
  margin-bottom: 0;
}

.producer-logo {
  width: 100%;
  max-width: 4em;
  margin-bottom: 2em;
  margin-right: 2em;
}

.wideo {
  width: 100%;
  max-width: 100%;
}

.process-li {
  border-left: .1em solid #333;
  transition: border-color .5s, padding .25s, border-width .25s;
}

.process-li:hover {
  border-left-width: .5em;
  border-left-color: var(--crimson);
  padding-left: 1.6em;
}

.section-link {
  color: #333;
  background-color: #fff;
  border-left: 0 solid #000;
  text-decoration: none;
}

.section-link:hover {
  color: var(--crimson);
  text-decoration: underline;
  box-shadow: 0 0 2em rgba(0, 0, 0, .1);
}

.ratio2x1 {
  aspect-ratio: 2;
  object-fit: cover;
}

.ratio2x1.w100 {
  display: block;
}

.slider3 {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  padding-bottom: 0;
}

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

.mini {
  font-size: .7em;
  line-height: 1em;
}

.nav-dd-list.w--open {
  top: 3em;
  bottom: auto;
  left: auto;
  right: 0%;
}

.minus10 {
  height: 6em;
  margin-top: -5.5em;
}

.file {
  background-image: url('../images/doc.svg'), url('../images/aluminium-texture.jpg');
  background-position: 5px, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 40px, auto 50px;
  padding-left: 60px;
}

html.w-mod-js [data-ix="zoom-in"] {
  opacity: 0;
}

html.w-mod-js [data-ix="doc-ready"] {
  opacity: 0;
  transform: scale(.5);
}

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

  h5 {
    margin-top: .5em;
    margin-bottom: .5em;
  }

  .section {
    padding: 4em 5vw;
  }

  .logo-link {
    margin-left: 1em;
  }

  .rebranding {
    font-size: 15px;
  }

  .w100 {
    outline-offset: -4px;
    outline-width: 8px;
  }

  .gallery {
    column-count: 3;
  }

  .gallery.w100.bg-fff {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .gallery-box {
    outline-offset: -4px;
    outline-width: 8px;
  }

  .icon4em.antiskew {
    margin-top: 0;
  }

  .mashine {
    width: 90vw;
    min-height: 50em;
  }

  .flex20 {
    width: 25%;
  }

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

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

  .section.first-slide, .section.first-slide2, .section.first-slide3, .section.first-slide4, .section.first-slide5 {
    padding-top: 40vh;
    padding-right: 5vw;
  }

  .slider-arrow {
    width: 10vw;
  }

  .about-holder {
    min-height: auto;
    margin-bottom: 1em;
  }

  .nav-link {
    text-align: center;
    margin-bottom: .5em;
  }

  .new-navmenu {
    padding-top: 1em;
    padding-bottom: .5em;
    padding-left: 2em;
  }

  .rebranding {
    font-size: 14px;
  }

  .w100 {
    outline-offset: -3px;
    outline-width: 6px;
  }

  .gallery {
    column-count: 2;
  }

  .gallery-box {
    outline-offset: -3px;
    outline-width: 6px;
  }

  .hamburger {
    margin: 0 1em 0 0;
    font-size: 1em;
  }

  .hamburger.w--open {
    background-color: #333;
  }

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

  .mashine {
    padding-left: 2em;
  }

  .mashine-img, .mashine-box.big {
    position: static;
  }

  .flex20 {
    width: 33.3333%;
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

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

  .new-nav {
    text-align: center;
  }

  .jumbo4 {
    font-size: 3em;
  }

  .rebranding {
    font-size: 13px;
  }

  .w100 {
    outline-offset: -2px;
    outline-width: 4px;
  }

  .gallery {
    column-count: 1;
  }

  .gallery.w100.bg-fff {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .gallery-box {
    outline-offset: -2px;
    outline-width: 4px;
  }

  .process1 {
    margin-bottom: 1em;
  }

  .flex20 {
    width: 50%;
  }

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

#w-node-_232f8954-9f94-7def-45f4-19768755f27d-fc0527eb, #w-node-d0a5163f-4055-2ad5-88ce-4c2541c4fcfd-fc0527eb, #w-node-aad1a109-a4f7-3058-6acf-1ed64be4921d-fc0527eb, #w-node-_2909c181-9f78-8935-7c53-475e541fae27-fc0527eb, #w-node-_232f8954-9f94-7def-45f4-19768755f27d-3aba9903, #w-node-d0a5163f-4055-2ad5-88ce-4c2541c4fcfd-3aba9903, #w-node-aad1a109-a4f7-3058-6acf-1ed64be4921d-3aba9903, #w-node-_2909c181-9f78-8935-7c53-475e541fae27-3aba9903, #w-node-_232f8954-9f94-7def-45f4-19768755f27d-ef9301ad, #w-node-d0a5163f-4055-2ad5-88ce-4c2541c4fcfd-ef9301ad, #w-node-aad1a109-a4f7-3058-6acf-1ed64be4921d-ef9301ad, #w-node-_2909c181-9f78-8935-7c53-475e541fae27-ef9301ad {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-cc8606fd-fd5a-1a38-96dd-f44ec080f039-66eeac94, #w-node-ddb8996c-71bb-1afc-1a3c-f1d0be899b5f-2f9894dc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed-ExtraLightItalic.woff2') format('woff2');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}