:root {
  --dark-magenta: #892c87;
  --dark-slate-blue: #193667;
  --medium-sea-green: #2ecb70;
  --white: white;
  --dim-grey: #6d6d6d;
  --white-smoke: #f0f0f0;
  --dim-grey-2: #464646;
  --light-grey: #d6d6d6;
  --white-2: white;
}

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

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

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

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

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

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

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

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

body {
  color: #333;
  font-family: Sora, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.2;
}

.slidersection {
  flex-direction: column;
  width: 100%;
  height: 100vh;
  display: flex;
}

.div-block {
  width: 100%;
  min-height: 100vh;
  display: flex;
}

.grid {
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-columns: 4.75fr;
  width: 100%;
  height: 100%;
  display: flex;
}

.pagename {
  color: #fff;
  white-space: normal;
  width: 60%;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 3.1em;
  font-weight: 500;
}

.buttonwrapper {
  opacity: .85;
  background-image: none;
  border-radius: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 300px;
  height: auto;
  min-height: auto;
  margin: 5% 10% 5% auto;
  padding: 0%;
  display: flex;
  overflow: hidden;
}

.slidertextwrapper {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  display: flex;
}

.slidertextcontent {
  z-index: 100;
  border-top: 1px #ffffff0f;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 400px;
  padding: 0%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.left-arrow {
  color: #000;
  background-color: #0000;
  border: 1px #000;
  border-right: 1px solid #ffffff14;
  border-bottom-left-radius: 4px;
  min-width: 60px;
  height: 50%;
  transition: color .5s cubic-bezier(.165, .84, .44, 1);
  inset: auto auto 0% 0%;
}

.left-arrow:hover {
  color: #fff;
}

.right-arrow {
  color: #000;
  background-color: #0000;
  border-top: 1px #ffffff14;
  border-bottom: 1px solid #ffffff14;
  border-right: 1px solid #ffffff14;
  border-top-left-radius: 4px;
  min-width: 60px;
  height: 50%;
  transition: color .5s cubic-bezier(.165, .84, .44, 1);
  inset: 0% auto auto 0%;
}

.right-arrow:hover {
  color: #fff;
}

.color-block {
  background-color: var(--medium-sea-green);
  opacity: 1;
  color: #000;
  width: 100%;
  height: 100%;
}

.slider {
  background-color: #0000;
  border: 1px #ffffff0f;
  border-top-style: solid;
  border-radius: 10px 10px 0 0;
  width: 70.001%;
  height: 25vh;
  max-height: 25vh;
  margin-left: 15%;
  margin-right: 15%;
  display: none;
}

.slide-nav {
  z-index: -1;
  opacity: 0;
  display: none;
}

.slide {
  width: 100%;
  padding-left: 60px;
}

.slide-container {
  width: 100%;
  height: 100%;
}

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

.left-slider-grid-thing {
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.heading-2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7em;
  font-weight: 300;
  line-height: 1.2;
}

.heading-2.h2 {
  font-size: 2.8em;
  font-weight: 100;
}

.button-tertiary {
  color: #000;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.link-main {
  color: #fff;
  text-decoration: none;
  transition: all .35s;
  overflow: hidden;
}

.link-main.diffrent {
  width: 100%;
}

.link-main.diffrent.setsize {
  height: 1.2em;
  margin-bottom: 5px;
}

.text-button {
  letter-spacing: .7px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  line-height: 1.2;
}

.text-button.bolder {
  text-transform: uppercase;
  font-weight: 600;
}

.text-button.bolder.text-block-2 {
  color: var(--white);
  font-family: Sora, sans-serif;
  font-size: .8em;
  font-weight: 100;
  line-height: 1.5em;
}

.slider-c2a-container {
  border-top: 1px solid #ffffff14;
  padding: 3vh 0 3vh 0%;
}

.inner-slide-c2a-container {
  background-color: #0000;
  min-height: 16vh;
  position: relative;
  overflow: hidden;
}

.image {
  background-color: var(--medium-sea-green);
  opacity: 1;
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: auto;
  min-height: auto;
  max-height: 19.5vh;
}

.html-embed {
  width: 40px;
  transform: rotate(45deg);
}

.html-embed.diff {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 15px;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  transform: rotate(-90deg);
}

.html-embed.diffrent {
  color: var(--dark-slate-blue);
  width: 14px;
  height: 14px;
  transform: rotate(90deg);
}

.html-embed.green {
  color: var(--medium-sea-green);
  width: 14px;
  height: 14px;
  transform: rotate(90deg);
}

.arrow-contain {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.icon, .icon-2 {
  display: none;
}

.padding {
  border-top: 1px #ffffff14;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  padding-left: 15%;
  display: flex;
}

.ctabtnlink {
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin-left: auto;
  text-decoration: none;
  transition: all .5s;
  display: flex;
  position: static;
  inset: auto auto 5% 5%;
}

.ctabtnlink:hover {
  color: #fff;
  background-color: #fff;
  transform: rotate(45deg)scale(1.1);
}

.ctabtnlink.notsame {
  border: 1px solid var(--medium-sea-green);
  color: var(--dark-magenta);
  cursor: pointer;
  background-color: #0000;
  width: 40px;
  height: 40px;
  position: relative;
  inset: 0% 0% 0% auto;
}

.ctabtnlink.notsame:hover {
  color: #fff;
}

.div-block-2 {
  justify-content: flex-start;
  display: flex;
}

.html-embed-right {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 15px;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  transform: rotate(90deg);
}

.div-block-3 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  display: flex;
  overflow: hidden;
}

.brand-image {
  filter: brightness(2000%);
  width: 200px;
  max-height: 60px;
  margin-bottom: 10px;
}

.navwrapper {
  background-color: #ddd0;
  border-bottom: 1px solid #f0f0f000;
  justify-content: space-between;
  align-items: flex-end;
  height: 100px;
  padding-bottom: 16px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  max-width: 90vw;
}

.problemsection {
  margin-top: 5%;
  margin-bottom: 5%;
}

.div-block-4 {
  min-height: 100vh;
}

.grid-2 {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.textleft {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-right: 0%;
  padding-left: 5%;
  display: flex;
  position: relative;
}

.image-right {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: auto;
  padding: 0% 5% 0% 0%;
  display: flex;
  position: relative;
}

.image-2 {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  max-height: 90vh;
}

.image-2.diffrent {
  background-image: url('../images/wp-content_uploads_2020_04_shutterstock__539101216-scaled.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  min-height: auto;
  max-height: none;
}

.heading-3 {
  color: var(--dark-slate-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.6em;
  font-weight: 200;
  line-height: 1.2;
}

.heading-3.enboldend {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.heading-3.smaller.home {
  margin-left: 5%;
}

.heading-3.smaller {
  color: var(--dark-slate-blue);
  width: 85%;
  max-width: none;
  margin-bottom: 20px;
  margin-left: 0%;
  font-weight: 100;
  line-height: 1.2;
}

.heading-3.smaller.pop {
  width: 100%;
  font-size: 2em;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 10%;
  padding-left: 0%;
}

.text-block-3 {
  color: #33333391;
  margin-top: 10px;
  font-weight: 100;
}

.slidelink {
  border: 1px solid var(--medium-sea-green);
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  margin-top: 2%;
  margin-left: 0%;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  overflow: hidden;
}

.linkcontentwrapper {
  padding: 15px 30px;
  font-size: .8em;
  font-weight: 300;
  position: relative;
}

.slidebuttonwrapper {
  z-index: 0;
  background-color: var(--medium-sea-green);
  width: 110%;
  height: 120%;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.linktext {
  z-index: 10;
  position: relative;
}

.offgrid-image {
  height: 80vh;
}

.offgridimage-relative {
  height: 100%;
  position: relative;
}

.good-image {
  object-fit: cover;
  width: 40%;
  max-height: 30vh;
  position: absolute;
  inset: 0% auto auto 10%;
}

.good-image.two {
  inset: auto 5% 0% auto;
}

.aboutsectionwrapper {
  height: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.headabout {
  position: relative;
}

.rotate-cover {
  height: 3.7em;
  display: none;
  overflow: hidden;
}

.breaker {
  height: 100vh;
  position: relative;
}

.background-video {
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding-bottom: 2.5%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.sectiontwo {
  background-color: #000;
  position: relative;
}

.sectiontwowrapper {
  z-index: 2;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding: 100px 5%;
  display: flex;
  position: relative;
}

.gridwrapper {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1500px;
  height: 100%;
  margin-top: 5%;
}

.grid-5 {
  grid-row-gap: 29px;
  grid-template-columns: 1fr;
}

.card {
  background-color: #0000005c;
  border-radius: 10px;
  width: 100%;
  min-height: 35vh;
}

.text-container-grid {
  width: 100%;
  max-width: 1500px;
  padding-left: 0%;
  padding-right: 0%;
}

.grid-6 {
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  height: 100%;
}

.gridbuttonsection {
  background-color: #0000;
  border-top: 1px solid #ffffff29;
  justify-content: space-between;
  align-items: center;
  min-height: 60px;
  padding-left: 5%;
  padding-right: 5%;
  font-size: .8em;
  font-weight: 300;
  line-height: 1.4;
  display: flex;
  position: relative;
}

.detailtext {
  color: #fff;
  max-width: 50%;
  font-size: 1.4em;
}

.detailtext.diffrent {
  color: #000;
}

.gridwrappersection {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.gridnumbertext {
  color: var(--medium-sea-green);
  font-size: 3.8em;
  font-weight: 300;
  line-height: 1;
}

.subject {
  position: absolute;
  inset: 2% auto auto 2%;
}

.image-3 {
  width: 40px;
  height: 40px;
}

.gridnumber {
  grid-column-gap: 10px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.gridnumber.fullw {
  background-image: url('../images/henry-co-3coKbdfnAFg-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.gridnumber.fullw.b {
  background-image: url('../images/max-larochelle-QzP1GcDOSC8-unsplash.jpg');
}

.sectionthree {
  position: relative;
  overflow: hidden;
}

.sectionthereewrapper {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-around;
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  box-shadow: 0 0 40px -6px #0003;
}

.slideproducts {
  cursor: grab;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.slideproductsline {
  background-color: #fff;
  border: 1px #fff;
  border-radius: 10px;
  width: 32%;
  height: auto;
  margin-left: .7%;
  margin-right: .7%;
}

.slideproductsline:hover {
  background-color: #fff;
  border-style: none;
}

.slideproductsmask {
  width: 100%;
  height: 100%;
  padding-left: 0%;
  padding-right: 0%;
  overflow: hidden;
}

.slidegridwrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #eee;
  background-image: linear-gradient(90deg, #fafafa, #fff);
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  justify-content: center;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.slidegridwrapper:hover {
  border-color: #ececec;
}

.productname {
  text-align: center;
  border-top: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: auto;
  padding: 2rem 5%;
  display: flex;
}

.productimage {
  mix-blend-mode: multiply;
  max-height: none;
  position: static;
  inset: auto 2px 20px auto;
}

.typename {
  background-image: linear-gradient(82deg, var(--dark-magenta), var(--dark-slate-blue));
  color: var(--dark-slate-blue);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  width: auto;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2;
}

.slideline1 {
  border: 1px solid var(--white-smoke);
  border-radius: 10px;
  width: 100%;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.slideline1:hover {
  border-color: var(--dark-magenta);
}

.productcount {
  padding-top: 2%;
  padding-left: 5%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.slide-nav-2 {
  opacity: 0;
  display: none;
}

.left-arrow-2 {
  color: var(--white-smoke);
  border: 1px solid #f0f0f0;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5%;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  inset: 105% auto 0% 0%;
}

.left-arrow-2:hover {
  border-style: none;
}

.right-arrow-2 {
  color: var(--white-smoke);
  border: 1px solid #f0f0f0;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 0%;
  margin-left: 9%;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  inset: 105% auto 0% 0%;
}

.right-arrow-2:hover {
  border-style: none;
}

.slide-3 {
  background-color: #f6f6f6;
  margin-left: 5%;
}

.slideinfotext {
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  padding-left: 0%;
  display: flex;
}

.pagenamewrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-top: -5px;
  display: flex;
  overflow: hidden;
}

.inthenews-container {
  background-color: #f6f6f6;
  flex-direction: column;
  justify-content: space-around;
  min-height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.grid-7 {
  grid-row-gap: 53px;
  grid-template-columns: 1fr;
}

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

.div-block-14 {
  padding-left: 5%;
}

.nawlink {
  color: #fff;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
  font-size: .9em;
  font-weight: 200;
  transition: all .2s;
  top: auto;
  bottom: 0;
}

.nawlink:hover {
  opacity: .7;
}

.nawlink.w--current {
  opacity: .5;
  color: #fff;
}

.div-block-15 {
  background-color: #000;
  background-image: linear-gradient(to right, var(--dark-magenta), var(--dark-slate-blue));
  border-radius: 50%;
  position: absolute;
  inset: 0%;
}

.html-embed-4 {
  z-index: 10;
  width: 15px;
  height: 15px;
  display: flex;
  position: absolute;
  transform: rotate(-45deg);
}

.html-embed-4.porrig {
  width: 15px;
  height: 15px;
  display: flex;
  transform: rotate(135deg);
}

.brandwrapper {
  margin-right: auto;
}

.brandwrapper.w--current {
  cursor: pointer;
}

.subjecttext {
  color: #fff;
  margin-top: 20px;
  padding-left: 20px;
  font-weight: 500;
}

.seperateline {
  background-color: #ffffff30;
  width: 1px;
  min-width: 1px;
  height: 20px;
  margin-left: 10px;
}

.navmenuwrapper {
  align-items: center;
  display: flex;
}

.body {
  font-family: Sora, sans-serif;
  font-size: 1em;
  line-height: 1;
}

.phonewrapper {
  color: #fff;
  padding-left: 20px;
  font-size: .7em;
  font-weight: 200;
  display: flex;
}

.numbertext2 {
  margin-top: 5px;
  font-size: 1.3em;
  font-weight: 300;
}

.dropdown-wrp {
  color: #fff;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
  font-size: .9em;
  position: relative;
}

.menu-links {
  z-index: 0;
  color: #004e8f;
  cursor: pointer;
  width: 100%;
  height: 100%;
  font-size: .9em;
  text-decoration: none;
  position: absolute;
  inset: 0%;
}

.menu-links.w--current {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.menu-list {
  min-width: 140px;
}

.menu-list.w--open {
  background-color: #0000;
  min-width: 580px;
  max-height: 100vh;
  margin-top: -4px;
  padding-top: 30px;
  left: -100px;
}

.menu-list.short {
  right: -30px;
}

.menu-list.short.w--open {
  min-width: 350px;
  margin-top: 0;
  padding-top: 17px;
  left: -88px;
}

.dropdown-menu-content {
  background-color: #2ecb70ed;
  border: 1px #bee7ed;
  border-radius: 0 0 5px 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: auto;
  padding: 40px 24px 40px 30px;
  display: flex;
}

.chevron {
  margin-right: 5px;
  font-size: 8px;
  display: flex;
}

.dropdown-wrapper {
  background-color: #0000;
  border-radius: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 8px 39px 65px -10px #0000001a;
}

.dropdown-wrapper.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.menu-text {
  z-index: 10;
  font-size: 1em;
  font-weight: 200;
  position: relative;
}

.menu-link {
  z-index: 20;
  color: #fff;
  cursor: pointer;
  align-items: center;
  margin-bottom: 10px;
  font-size: 1em;
  text-decoration: none;
  transition: all .35s;
  display: flex;
  position: relative;
}

.menu-link:hover {
  opacity: .48;
  color: #fff;
  text-decoration: none;
}

.dropdown-menu {
  color: #fff;
  padding-left: 10px;
  padding-right: 20px;
  font-size: 1em;
}

.paragraph {
  color: var(--dark-slate-blue);
  width: 85%;
  font-weight: 200;
  line-height: 1.3;
}

.slideheadtext {
  color: var(--dark-slate-blue);
  margin-bottom: 10px;
  margin-left: 3px;
  font-weight: 100;
}

.slideheadtext.white {
  color: #fff;
}

.slideheadtext.second {
  width: 100%;
  max-width: 1500px;
  margin-left: 5.2%;
}

.slideheadtext.second2 {
  margin-left: 0%;
}

.slideheadtext.white-copy {
  color: #fff;
  margin-bottom: 0;
}

.productcounttext {
  color: #19366742;
  font-size: 1.8em;
  font-weight: 100;
  display: none;
}

.textline {
  color: var(--dark-slate-blue);
  font-size: .9em;
  font-weight: 200;
  line-height: 1.7;
  display: none;
}

.textline.inner {
  margin-top: 1rem;
  display: block;
}

.text-span-3 {
  color: var(--medium-sea-green);
  margin-right: 10px;
}

.text-span-5 {
  background-image: linear-gradient(252deg, var(--dark-slate-blue), var(--dark-magenta));
  color: var(--dark-slate-blue);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 400;
}

.buttonone {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  height: auto;
  min-height: auto;
  padding-left: 0%;
  display: flex;
}

.buttononewrapper {
  background-color: #fff0;
  background-image: linear-gradient(288deg, var(--dark-slate-blue), var(--dark-magenta));
  color: #fff;
  cursor: pointer;
  border: 1px #ffffff2e;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 33%;
  min-height: auto;
  margin-bottom: 1px;
  padding: 5%;
  text-decoration: none;
  display: flex;
}

.buttononewrapper:hover {
  height: 33%;
}

.buttononewrapper.green {
  background-image: linear-gradient(to bottom, var(--medium-sea-green), var(--medium-sea-green)), linear-gradient(288deg, var(--dark-slate-blue), var(--dark-magenta));
  cursor: pointer;
  margin-bottom: 1px;
  text-decoration: none;
  transition-property: none;
}

.buttononewrapper.green:hover {
  height: 33%;
}

.buttononewrapper._3 {
  background-image: linear-gradient(288deg, var(--dark-slate-blue), var(--dark-magenta));
  cursor: pointer;
}

.buttontext {
  margin-left: 20px;
  margin-right: 20px;
}

.textwrapperslide {
  border-right: 1px #ffffff29;
  height: 400px;
  margin-right: auto;
  padding: 0 5% 100px;
}

.image-6 {
  z-index: 0;
  max-width: 92%;
  position: absolute;
  inset: auto 5% auto auto;
}

.slideline2 {
  z-index: 2;
  background-color: var(--medium-sea-green);
  border-radius: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.slidekwtext {
  color: #fff;
  margin-top: 33px;
  font-size: .7em;
}

.slidelineimage {
  height: 25px;
  min-height: 25px;
  margin-top: 7px;
  position: absolute;
}

.buttonimage {
  width: 30px;
  margin-right: 0;
}

.phoneimage {
  background-color: var(--dark-magenta);
  border-radius: 100px;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  padding: 7px 1px;
}

.legal-link {
  color: #fff;
  text-align: right;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: .8em;
  font-weight: 300;
  transition: all .2s;
}

.legal-link:hover {
  opacity: .5;
}

.footer-left {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 34%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.footer-right {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-start;
  width: 33%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.social-link {
  border: .5px solid var(--white);
  opacity: .5;
  border-radius: 8px;
  margin-left: .125rem;
  margin-right: .125rem;
  text-decoration: none;
  transition: all .2s;
}

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

.footer-adress {
  color: #fff;
  text-align: center;
  width: 33%;
  margin-top: 0;
  font-size: .7em;
  font-weight: 100;
  line-height: 1.8;
}

.footer-e-mail {
  color: #061d41;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 30px;
}

.mail-link {
  color: #fff;
}

.copyright {
  color: #fff;
  text-align: right;
  margin-top: 10px;
  font-size: .6em;
  font-weight: 300;
}

.footer-content {
  background-color: var(--white-smoke);
  background-image: linear-gradient(84deg, var(--dark-magenta), var(--dark-slate-blue));
  color: #fff;
  flex-direction: row;
  align-self: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin-left: 0;
  padding: 5%;
  display: flex;
  position: relative;
  top: 0;
}

.adressline {
  font-size: 1.1em;
  font-weight: 500;
}

.appimage {
  width: 650px;
  max-width: none;
  margin-right: 0%;
  position: absolute;
  inset: auto 0% -32% auto;
}

.sectionapp {
  z-index: 3;
  background-color: var(--white-smoke);
  box-shadow: none;
  flex-direction: column;
  justify-content: space-around;
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.apptextwrapper {
  width: 50%;
  margin-left: 5%;
}

.applinkwrapper {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  min-height: auto;
  margin-top: 20px;
  margin-left: 0%;
  margin-right: 0%;
  display: flex;
  position: static;
  inset: auto auto 5% 0%;
}

.applinkwrapper.top {
  justify-content: space-between;
  margin-top: 0;
}

.srorelink {
  cursor: pointer;
  width: 150px;
  margin-left: 0;
  margin-right: 10px;
  transition: all .2s;
}

.srorelink:hover {
  opacity: .64;
  transform: scale(1.1);
}

.srorelink.pop {
  margin-right: 5px;
}

.pagebggradient {
  height: 700px;
  min-height: 60vh;
  position: absolute;
  inset: 0%;
}

.pagecontentwrapper {
  z-index: 1;
  background-color: #fff;
  border-top-left-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  height: auto;
  min-height: 75vh;
  margin-top: 25vh;
  margin-left: 40%;
  padding: 5%;
  display: flex;
  position: relative;
}

.pagecontentwrapper.station {
  border-radius: 0;
  width: 100%;
  height: 800px;
  min-height: 800px;
  margin-top: 100px;
  margin-left: 0%;
  margin-right: 0%;
  padding: 0%;
}

.pagecontentwrapper.allpages {
  min-height: auto;
}

.pagecontentwrapper.product {
  border-radius: 0;
  width: 100%;
  height: auto;
  min-height: 800px;
  margin-top: 100px;
  margin-left: 0%;
  margin-right: 0%;
  padding: 0%;
}

.pagelayoutwrapper {
  background-color: var(--dark-slate-blue);
  background-image: linear-gradient(284deg, var(--dark-slate-blue) 50%, var(--dark-magenta));
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.pagenametext {
  z-index: 5;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 600px;
  padding-bottom: 5%;
  padding-left: 5%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.pagenametext.station {
  width: 100%;
  height: 400px;
}

.pageheadline {
  background-color: var(--medium-sea-green);
  width: 30px;
  min-width: 30px;
  height: 1px;
  margin-right: 20px;
}

.pageheads {
  align-items: center;
  padding-left: 7px;
  display: flex;
}

.pageimage {
  max-width: 44%;
  position: fixed;
  inset: auto 0% 0% 4%;
}

.pagebullet {
  color: var(--dark-slate-blue);
  background-image: url('../images/charge1.svg');
  background-position: 0 3px;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  font-weight: 200;
  line-height: 1.6;
}

.slide-hero {
  background-image: linear-gradient(#0006, #0006), url('../images/Career.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
}

.slide-hero._02, .slide-hero._001 {
  background-image: none;
}

.slidermask {
  width: 100%;
}

.btn-area {
  z-index: 100;
  border-top: 1px #ffffff0f;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  height: 45vh;
  padding: 0%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.slide-nav-3 {
  cursor: pointer;
  align-items: center;
  height: 40px;
  margin-bottom: 20px;
  margin-left: 3%;
  padding-top: 0;
  font-size: .4em;
  display: flex;
  inset: auto auto 0% 10%;
}

.left-arrow-3 {
  cursor: pointer;
  border: 1px solid #ffffff73;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  margin-left: 5%;
  inset: auto auto 0% 0%;
}

.right-arrow-3 {
  cursor: pointer;
  border: 1px solid #ffffff5c;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  margin-left: 4%;
  inset: auto auto 0% 5%;
}

.pagehead {
  color: var(--dark-slate-blue);
  margin-bottom: 40px;
  font-weight: 300;
}

.numbertext1 {
  font-size: .9em;
}

.text-block-19 {
  color: #fff;
  width: 60%;
  font-weight: 300;
  line-height: 1.6;
}

.pagetext {
  color: var(--dark-slate-blue);
  margin-bottom: 20px;
  padding-left: 0;
  font-weight: 200;
  line-height: 1.6;
}

.boldgreen {
  color: var(--medium-sea-green);
}

.popcontent {
  z-index: 9999;
  background-color: #193667cc;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.applinks {
  background-color: #fff;
  border-radius: 10px;
  width: 50%;
  min-height: 500px;
  padding: 40px;
  position: relative;
}

.closebutton {
  background-color: var(--medium-sea-green);
  cursor: pointer;
  background-image: url('../images/close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-right: 10px;
  transition: all .2s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.closebutton:hover {
  background-color: var(--dark-slate-blue);
}

.qrcodeimage {
  background-color: #000;
  border-radius: 5px;
  width: 150px;
  margin-top: 0;
  padding: 10px;
}

.linkwrapper {
  background-color: var(--white-smoke);
  border-radius: 10px;
  justify-content: space-between;
  margin-top: 20px;
  padding: 20px;
  display: flex;
}

.pin04 {
  background-color: #ce163a;
  background-image: linear-gradient(57deg, var(--dark-magenta), var(--dark-slate-blue));
  border: 8px #0184d485;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
  position: absolute;
  top: 68%;
  left: 79%;
  box-shadow: 0 20px 20px -8px #555;
}

.pin04:hover {
  background-image: linear-gradient(#01a1d4, #01a1d4), linear-gradient(57deg, #0184d4, #01a1d4);
}

.searchwrapper {
  background-color: var(--medium-sea-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.fullrow-copy {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.pin02 {
  background-color: var(--dark-slate-blue);
  border: 8px #0184d485;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
  position: absolute;
  top: 51%;
  left: 49%;
  box-shadow: 0 20px 20px -8px #555;
}

.pin02:hover {
  background-image: linear-gradient(#01a1d4, #01a1d4), linear-gradient(57deg, #0184d4, #01a1d4 99%);
}

.pinicon {
  filter: brightness(2000%);
  width: 66%;
}

.submit-button-2 {
  background-color: #0000;
  background-image: url('../images/Search01.svg');
  background-position: 42%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  width: 50px;
  height: 40px;
  padding-left: 10px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.detailswrapper {
  background-color: var(--dim-grey);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: #555;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 20px;
  width: 350px;
  height: 100%;
  padding: 100px 40px;
  font-size: 1em;
  position: absolute;
  top: 0;
  left: 0%;
  transform: none;
  box-shadow: 6px 6px 20px -1px #0000007a;
}

.stationsearch {
  z-index: 10;
  flex-direction: column;
  width: 30%;
  min-height: 600px;
  display: flex;
  position: relative;
  box-shadow: 11px 11px 20px 1px #0000003b;
}

.image-50 {
  height: 100%;
}

.mapwrapper {
  width: 70%;
  position: relative;
}

.acname {
  color: var(--dark-magenta);
  margin-bottom: 5px;
  font-size: 1.2em;
  font-weight: 300;
}

.form-4 {
  width: 100%;
  position: relative;
}

.pin03 {
  background-color: var(--dark-slate-blue);
  border: 8px #0184d485;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  display: flex;
  position: absolute;
  top: 60%;
  left: 22%;
  box-shadow: 0 20px 20px -8px #555;
}

.pin03:hover {
  background-color: #204d99;
}

.pin03.ac {
  border: 1px none var(--dark-magenta);
  background-color: var(--dark-magenta);
  box-shadow: none;
  background-image: none;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  position: static;
}

.pin03.dc {
  border: 1px none var(--dark-magenta);
  background-color: var(--dark-slate-blue);
  box-shadow: none;
  background-image: none;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  position: static;
}

.pin03.ac-dc {
  border: 1px none var(--dark-magenta);
  background-color: var(--dark-magenta);
  background-image: linear-gradient(to right, var(--dark-slate-blue), var(--dark-slate-blue) 50%, var(--dark-magenta) 50%, var(--dark-magenta));
  box-shadow: none;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  position: static;
}

.stationline {
  border: 2px solid var(--white-smoke);
  color: #0184d4;
  cursor: pointer;
  background-color: #0000;
  border-radius: 10px;
  align-items: center;
  width: 100%;
  min-height: 70px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.stationline:hover {
  border-color: var(--dark-magenta);
  background-color: var(--white-smoke);
}

.stationline.ac:hover {
  border-color: var(--dim-grey);
  background-color: #fff;
  display: flex;
}

.stationline.ac.selected {
  border-color: var(--dark-magenta);
}

.stationline.ac.selected:hover {
  display: flex;
}

.stationline.dc:hover {
  border-color: var(--dim-grey);
  background-color: #fff;
}

.stationline.dc.selected {
  border-color: var(--dark-slate-blue);
}

.stationline.ac-dc:hover {
  border-color: var(--dim-grey);
  background-color: #fff;
  display: flex;
}

.stationline.ac-dc.selected {
  border-color: var(--dark-slate-blue) var(--dark-magenta) var(--dark-magenta) var(--dark-slate-blue);
}

.stationline.ac-dc.selected:hover {
  display: flex;
}

.text-block-201 {
  color: var(--dim-grey-2);
  flex-direction: column;
  margin-top: 0;
  margin-left: 10px;
  font-size: .9em;
  display: flex;
}

.pin {
  background-color: #0000;
  background-image: linear-gradient(57deg, var(--dark-magenta), var(--dark-slate-blue));
  border: 8px #0184d485;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
  position: absolute;
  top: 190px;
  left: 57%;
  box-shadow: 0 20px 20px -8px #555;
}

.pin:hover {
  background-image: linear-gradient(57deg, var(--dark-magenta), var(--dark-slate-blue));
}

.pin.ac {
  background-color: var(--dark-magenta);
  background-image: none;
}

.mapinfohead {
  color: #fff;
  margin-bottom: 10px;
  font-size: 1.4em;
  font-weight: 400;
}

.branchfinder {
  background-color: #fff;
  border: 1px #d9efff;
  border-radius: 0;
  width: 100%;
  max-width: none;
  min-height: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 0%;
  display: flex;
  overflow: hidden;
}

.resultwrapper {
  background-color: var(--white);
  height: 100%;
  max-height: 700px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: auto;
}

.remove {
  background-image: url('../images/ei_close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.typelist {
  color: #fff;
  font-size: .9em;
  font-weight: 300;
  line-height: 1.2;
}

.field-small-copy {
  color: #004c91;
  background-color: #fff;
  border: 2px solid #0000;
  border-radius: 10px;
  width: 100%;
  min-height: 40px;
  margin-bottom: 0;
  padding-top: 8px;
  font-size: .9em;
  font-weight: 400;
  transition: all .2s;
}

.field-small-copy:hover {
  background-color: #fff;
  border-color: #fff;
}

.field-small-copy:active {
  border-color: var(--dark-magenta);
}

.field-small-copy:focus {
  border-color: var(--dark-slate-blue);
  background-color: #fff;
}

.field-small-copy:focus-visible {
  background-color: #fff;
}

.field-small-copy[data-wf-focus-visible] {
  background-color: #fff;
}

.field-small-copy::placeholder {
  color: #555555a1;
  background-color: #0000;
  font-size: 1em;
  font-weight: 300;
  line-height: 1;
}

.form-block-4 {
  width: 86%;
  margin-bottom: 0;
}

.adsmall {
  border-top: 1px #ffffff3b;
  margin-top: 20px;
  padding-top: 20px;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.4;
}

.mapinfo-1 {
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 1.4;
}

.acstation {
  color: #fff;
  border: 2px solid #ffffff82;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  min-width: 130px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px;
  font-size: .8em;
  font-weight: 200;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.acstation:hover {
  color: var(--dark-slate-blue);
  background-color: #fff;
}

.mapinfoicon {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 100px;
  width: 20px;
  margin-bottom: 0;
}

.div-block-458 {
  flex-direction: row;
  justify-content: center;
  width: 90%;
  margin-top: 10px;
  display: flex;
}

.dcname {
  color: var(--dark-slate-blue);
  margin-bottom: 5px;
  font-size: 1.2em;
  font-weight: 300;
}

.typecontent {
  color: #fff;
  align-items: center;
  margin-bottom: 20px;
  font-size: .9em;
  font-weight: 100;
  display: flex;
}

.mapinfotext {
  margin-left: 10px;
}

.typetable {
  color: #fff;
  border: 2px solid #ffffff57;
  border-radius: 10px;
  margin-top: 10px;
}

.detailblock {
  background-image: url('../images/date.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 30px;
  border-bottom: 2px solid #ffffff4d;
  padding: 10px 10px 10px 50px;
  font-size: .8em;
  line-height: 1.5;
}

.detailblock.type {
  background-image: url('../images/stationstatus.svg');
  border-bottom-style: none;
}

.accordionlayout {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.faq-body-cont {
  color: #004397;
  background-color: #f5f5f5;
  border-top: 1px #ffffff1f;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: row;
  align-items: flex-start;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  display: flex;
}

.faq-p-2 {
  z-index: auto;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 6px;
  width: 100%;
  max-width: 1040px;
  margin: 10px auto 0;
  display: block;
  overflow: hidden;
}

.faq-icon {
  z-index: 2;
  opacity: .38;
  filter: brightness(0%);
  width: 13px;
  margin-right: 27px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.faq {
  color: #555;
  white-space: break-spaces;
  background-color: #0000;
  border-bottom: 3px #ececec;
  align-items: center;
  width: 100%;
  height: 75px;
  padding: 20px 50px 20px 31px;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
  display: flex;
}

.faq:hover {
  background-color: #0000;
}

.faq:focus {
  background-color: #fff;
}

.faq.w--open {
  border: 1px #000;
  border-bottom-color: #fff;
}

.spanhead {
  color: #0184d4;
  font-size: 1.3em;
  font-weight: 600;
}

.branchlist {
  background-color: #eff8ff;
  height: 100%;
  max-height: 500px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  overflow: auto;
}

.faq-body {
  background-color: #0000;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.toggle-text {
  z-index: 2;
  color: var(--dark-slate-blue);
  width: 100%;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

.faqcontent {
  background-color: #ce163a;
  width: 300px;
  height: 100%;
  padding: 100px 40px;
  font-size: 1em;
  position: absolute;
  left: 0%;
  transform: translate(-120%);
  box-shadow: 6px 6px 20px -1px #0000007a;
}

.cta-3 {
  color: var(--dark-slate-blue);
  background-color: #f5f5f5;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 40px 10px 20px;
  display: flex;
}

.cta-3.space {
  margin-bottom: 40px;
}

.cta-btn {
  background-color: var(--medium-sea-green);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-image: none;
  border: 2px solid #19366700;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 400px;
  min-height: 48px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1em;
  text-decoration: none;
  display: flex;
}

.cta-btn:hover {
  border: 2px solid var(--medium-sea-green);
  color: var(--dark-slate-blue);
  background-image: linear-gradient(#fff, #fff), linear-gradient(58deg, #ce163a, #c82680);
}

.btn-text {
  letter-spacing: 0;
  margin-left: 0;
}

.textall {
  color: var(--dark-slate-blue);
  background-color: #0000;
  flex-direction: row;
  width: 100%;
  max-width: 1050px;
  margin: 20px auto;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}

.popgeneral {
  z-index: 9999;
  background-color: #193667cc;
  justify-content: center;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 40px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.popgeneralwrapper {
  background-color: #fff;
  border-radius: 10px;
  width: 50%;
  min-height: 500px;
  padding: 40px;
  position: relative;
}

.fieldwrapper {
  background-color: var(--white-smoke);
  border-radius: 10px;
  flex-flow: wrap;
  width: 100%;
  padding: 5%;
  display: flex;
}

.fullrow {
  width: 100%;
  margin-bottom: 15px;
  margin-right: 0;
  position: relative;
}

.fullrow._49 {
  flex-flow: wrap;
  align-items: flex-end;
  width: 48%;
  margin-right: 10px;
  display: flex;
}

.fullrow._49.nospace {
  flex-flow: wrap;
  margin-right: 0;
  display: flex;
}

.fullrow.space {
  margin-right: 6px;
}

.text-block-197 {
  color: #555;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
  font-size: .9em;
  font-weight: 400;
  display: flex;
}

.field-small {
  color: #555;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  width: 100%;
  min-height: 50px;
  margin-bottom: 0;
  padding-top: 8px;
  font-size: .9em;
  font-weight: 300;
  transition: all .2s;
  display: flex;
}

.field-small:hover {
  border-color: var(--dark-magenta);
  color: #555;
  background-color: #f5f5f5;
}

.field-small:active {
  border-color: var(--medium-sea-green);
}

.field-small:focus {
  border-color: var(--dark-magenta);
  background-color: #f4f4f4;
}

.field-small:focus-visible {
  background-color: #f4f4f4;
}

.field-small[data-wf-focus-visible] {
  background-color: #f4f4f4;
}

.field-small::placeholder {
  color: #55555580;
  background-color: #0000;
  font-size: 1em;
  font-weight: 300;
  line-height: 1;
}

.field-small.textarea {
  min-height: 100px;
}

.tablewrapper {
  background-color: var(--white-smoke);
  border-radius: 10px;
  width: 100%;
  margin-bottom: 20px;
  padding: 5%;
  transition: all .2s;
}

.tablewrapper:hover {
  background-color: #fafafa;
}

.tabletext {
  color: var(--dark-slate-blue);
  width: 50%;
  font-weight: 200;
}

.tabletext.head {
  color: var(--dark-slate-blue);
  font-weight: 400;
}

.tableline {
  border-bottom: 1px solid #6d6d6d33;
  align-items: center;
  height: 50px;
  display: flex;
}

.tableline.noline {
  border-bottom-style: none;
}

.tablehead {
  border-bottom: 1px solid var(--dark-magenta);
  color: var(--dark-magenta);
  height: 40px;
  font-weight: 500;
}

.tablehead.ac {
  border-bottom-width: 2px;
}

.tablehead.dc {
  border-bottom-width: 2px;
  border-bottom-color: var(--dark-slate-blue);
  color: var(--dark-slate-blue);
}

.tabs-content-3 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.tab-content {
  background-color: #6f4dc5;
  border: 1px solid #d3d3d3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  margin-top: 74px;
  display: flex;
}

.tab-content._1 {
  background-color: var(--white-smoke);
  border-style: none;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  padding: 5%;
}

.tab-link {
  color: var(--dark-slate-blue);
  background-color: #0000;
  background-image: linear-gradient(#fff, #fff), url('../images/down.svg');
  background-position: 0 0, 94%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  border: 2px solid #0000;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  min-height: 50px;
  margin-bottom: 1px;
  font-size: 1em;
  font-weight: 300;
  transition: all .2s;
  display: flex;
}

.tab-link:hover {
  color: var(--medium-sea-green);
  background-color: #fff;
  border-radius: 0;
  margin-bottom: 1px;
}

.tab-link.w--current {
  border: 2px solid var(--medium-sea-green);
  color: var(--medium-sea-green);
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(#fff0, #fff0), url('../images/down.svg');
  background-position: 0 0, 94%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  border-radius: 100px;
  order: -1;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  min-height: 50px;
  font-weight: 300;
  transition: all .2s;
  display: flex;
}

.icon-7 {
  opacity: 0;
  display: block;
}

.tabs-menu-3 {
  z-index: 10;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  flex-direction: column;
  flex: none;
  align-self: flex-start;
  width: 70%;
  min-height: auto;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0%;
  overflow: hidden;
}

.category-tabs {
  flex: 1;
  display: flex;
}

.category-tabs.mobile {
  border-top: 1px #ebebeb;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: block;
}

.tab-pane-tab-2 {
  background-color: #0000;
}

.ico-t-2 {
  color: #5550;
  background-image: url('../images/answer.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 33px;
  min-width: 33px;
  height: 25px;
  min-height: 25px;
  margin-bottom: -10px;
  margin-right: 10px;
  font-weight: 400;
}

.faq-body-cont-2 {
  color: #004397;
  background-color: #f5f5f5;
  border-top: 1px #ffffff1f;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: row;
  align-items: flex-start;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  display: flex;
}

.faq-p-3 {
  z-index: auto;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 6px;
  width: 100%;
  max-width: 1040px;
  margin: 10px auto 0;
  display: block;
  overflow: hidden;
}

.faq-icon-2 {
  z-index: 2;
  opacity: .38;
  filter: brightness(0%);
  width: 13px;
  margin-right: 27px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.faq-2 {
  color: #555;
  white-space: break-spaces;
  background-color: #0000;
  border-bottom: 3px #ececec;
  align-items: center;
  width: 100%;
  height: 75px;
  padding: 20px 50px 20px 31px;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
  display: flex;
}

.faq-2:hover {
  background-color: #0000;
}

.faq-2:focus {
  background-color: #fff;
}

.faq-2.w--open {
  border: 1px #000;
  border-bottom-color: #fff;
}

.text-block-156 {
  color: var(--dark-slate-blue);
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4;
}

.ico-t-1 {
  color: #0000;
  background-image: url('../images/questions.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 33px;
  min-width: 33px;
  height: 27px;
  min-height: 27px;
  margin-bottom: -10px;
  margin-right: 10px;
}

.tab-pane-tab-1 {
  width: 100%;
}

.infoarea {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: .7em;
  font-weight: 300;
  line-height: 1.7;
}

.checkbox-label {
  font-weight: 300;
}

.checkbox {
  background-color: #fff;
  border: 1px solid #d6d6d6;
}

.checkbox:hover {
  border-color: var(--dark-magenta);
}

.checkbox:active {
  border-color: var(--medium-sea-green);
}

.checkbox.w--redirected-checked {
  border-color: var(--medium-sea-green);
  background-color: var(--medium-sea-green);
  background-size: 11px;
}

.checkbox.w--redirected-focus {
  border-color: var(--medium-sea-green);
  box-shadow: none;
}

.checkbox.w--redirected-focus-visible {
  border-color: var(--medium-sea-green);
}

.links {
  color: var(--dark-magenta);
}

.links:hover {
  color: var(--medium-sea-green);
}

.checkbox-field {
  margin-top: 10px;
}

.bold {
  font-weight: 600;
}

.html-embed-5 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 50px;
  margin-left: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.uploads {
  color: #5555557a;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  align-items: center;
  width: 100%;
  min-height: 50px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 20px;
  font-size: .9em;
  font-weight: 300;
  transition: all .2s;
  display: flex;
}

.uploads:hover {
  color: #5555557a;
  background-color: #f5f5f5;
  border-color: #f0f0f0;
}

.uploads:active {
  border-color: var(--light-grey);
}

.uploads:focus {
  border-color: var(--light-grey);
  background-color: #f4f4f4;
}

.uploads:focus-visible {
  background-color: #f4f4f4;
}

.uploads[data-wf-focus-visible] {
  background-color: #f4f4f4;
}

.uploads::placeholder {
  color: #55555580;
  background-color: #0000;
  font-size: 1em;
  font-weight: 300;
  line-height: 1;
}

.product-block {
  flex-flow: wrap;
  width: 100%;
  padding: 5%;
  display: flex;
}

.product-left {
  background-color: #fff;
  background-image: linear-gradient(87deg, #fff 32%, #fafafa);
  border: 1px solid #f0f0f0;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin: 1% 0%;
  display: flex;
  overflow: hidden;
}

.proimg {
  mix-blend-mode: multiply;
  height: auto;
  min-height: auto;
  max-height: 500px;
}

.product-content {
  background-image: url('../images/1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-bottom: 5%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.product-right {
  background-color: #fafafa;
  background-image: linear-gradient(to right, #fafafa, #fff 69%);
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  flex-direction: row-reverse;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.social {
  margin-top: .5rem;
}

.bgimage {
  z-index: 0;
  opacity: .4;
  max-width: none;
  height: 100%;
  position: relative;
  inset: 0% auto;
}

.slider-bg {
  background-color: #000;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.bullet {
  background-image: url('../images/check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 10px;
  padding-left: 1rem;
}


@media screen and (max-width: 991px) {
  .slidersection {
    height: 800px;
    padding-bottom: 0;
  }

  .pagename {
    text-align: center;
    width: 100%;
  }

  .buttonwrapper {
    justify-content: flex-start;
    max-width: none;
    margin-top: 0%;
    margin-bottom: 0%;
    margin-right: 5%;
  }

  .slidertextwrapper {
    height: 800px;
    min-height: auto;
  }

  .slidertextcontent {
    align-items: center;
    height: 100vh;
    padding-top: 0%;
  }

  .left-arrow {
    border: 1px solid #000;
    border-style: none solid solid none;
    border-radius: 0;
    min-width: 50%;
    height: 100px;
    inset: 0% auto auto 0%;
  }

  .right-arrow {
    border: 1px #000;
    border-bottom-style: solid;
    border-radius: 0;
    min-width: 50%;
    height: 100px;
    inset: 0% 0% auto auto;
  }

  .slider {
    height: 40vh;
  }

  .slide {
    padding-top: 100px;
    padding-left: 0;
  }

  .heading-2.h2 {
    text-align: center;
  }

  .slider-c2a-container {
    padding: 1vh 1vh 1vh 5%;
  }

  .image {
    max-height: 20vh;
  }

  .padding {
    padding-bottom: 2%;
    padding-left: 5%;
  }

  .ctabtnlink {
    display: none;
  }

  .textleft {
    width: 90%;
    margin-top: 40px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-right {
    width: 90%;
    padding-right: 0%;
    position: static;
  }

  .image-2.diffrent {
    max-height: 50vh;
  }

  .heading-3 {
    text-align: center;
    font-size: 2.2em;
  }

  .heading-3.smaller {
    width: 100%;
    max-width: none;
  }

  .heading-3.smaller.pop {
    width: 100%;
    font-size: 1.5em;
  }

  .grid-3 {
    margin-top: 5%;
    padding-left: 0%;
  }

  .slidelink {
    min-height: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .aboutsectionwrapper {
    flex-direction: column-reverse;
    align-items: center;
    height: auto;
    min-height: 100vh;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .productname {
    width: 70%;
  }

  .productimage {
    max-width: 30%;
  }

  .typename {
    text-align: center;
    font-size: 1.4em;
  }

  .right-arrow-2 {
    margin-left: 0%;
    margin-right: 9%;
    inset: auto 0% 0% auto;
  }

  .pagenamewrapper {
    width: 90%;
  }

  .namecontent {
    width: 100%;
  }

  .nawlink {
    padding-left: 5%;
    padding-right: 5%;
  }

  .seperateline {
    width: 90%;
    min-width: auto;
    height: 1px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .navmenuwrapper {
    background-color: var(--dark-slate-blue);
    background-image: linear-gradient(to bottom, var(--dark-slate-blue), var(--dark-magenta));
  }

  .phonewrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 32px;
  }

  .dropdown-wrp {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .menu-links {
    display: none;
  }

  .menu-list.w--open {
    width: 100%;
    padding-top: 0;
    position: relative;
    left: auto;
  }

  .menu-list.short.w--open {
    padding-top: 0;
    left: 0;
  }

  .dropdown-menu-content {
    background-color: #0000;
    width: 100%;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .chevron {
    margin-right: 5%;
    display: flex;
  }

  .dropdown-wrapper {
    box-shadow: none;
  }

  .menu-link {
    background-image: url('../images/Arw-w.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 13px;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
    margin-left: 5%;
    padding-left: 20px;
    font-weight: 100;
  }

  .dropdown-menu {
    color: #fff;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .dropdown-menu:hover {
    padding-left: 5%;
  }

  .dropdown-menu.w--open {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .paragraph {
    text-align: center;
    width: 100%;
  }

  .slideheadtext {
    text-align: center;
    width: 100%;
    font-family: Sora, sans-serif;
    position: static;
  }

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

  .slideheadtext.second {
    width: 90%;
    max-width: none;
  }

  .slideheadtext.white-copy {
    width: 100%;
    margin-left: 0;
  }

  .textline.inner {
    text-align: center;
  }

  .text-span-5 {
    font-size: .9em;
  }

  .buttonone {
    flex-direction: row;
    width: 100%;
    max-width: none;
    height: 70px;
  }

  .buttononewrapper {
    justify-content: flex-start;
    width: 100%;
  }

  .buttononewrapper.green {
    border-bottom-left-radius: 10px;
    width: 100%;
    padding-left: 3%;
    padding-right: 2%;
  }

  .buttononewrapper._3 {
    border-bottom-right-radius: 10px;
    padding-left: 3%;
    padding-right: 3%;
  }

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

  .textwrapperslide {
    flex-direction: column;
    padding-top: 0%;
    padding-bottom: 0;
    display: flex;
  }

  .image-6 {
    border-radius: 10px;
    max-width: 100%;
    position: static;
  }

  .phoneimage {
    background-color: var(--medium-sea-green);
  }

  .footer-left {
    align-items: center;
    width: 100%;
  }

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

  .footer-adress {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

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

  .appimage {
    width: 60%;
    max-width: none;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

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

  .apptextwrapper {
    width: 90%;
    margin-top: 40px;
  }

  .applinkwrapper {
    justify-content: center;
  }

  .applinkwrapper.top {
    flex-direction: column;
    margin-bottom: 0;
  }

  .srorelink.pop {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .pagebggradient {
    height: 400px;
    min-height: auto;
  }

  .pagecontentwrapper.station {
    height: auto;
    min-height: auto;
    margin-top: 400px;
  }

  .pagecontentwrapper.allpages {
    border-top-right-radius: 10px;
    width: 100%;
    min-height: auto;
    margin-top: 380px;
    margin-left: 0%;
  }

  .pagecontentwrapper.product {
    height: auto;
    min-height: auto;
    margin-top: 400px;
  }

  .pagenametext.allpages {
    align-items: center;
    width: 100%;
    height: 380px;
    padding-right: 5%;
  }

  .pageheadline {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .pageheads {
    flex-direction: column;
    width: 90%;
    margin-bottom: 10px;
    padding-left: 0;
  }

  .slide-hero {
    background-image: linear-gradient(#0006, #0006), url('../images/Career.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 800px;
    min-height: auto;
  }

  .slide-hero._00 {
    background-image: linear-gradient(to bottom, null, null), url('../images/Career.jpg');
    background-position: 0 0, 50%;
  }

  .slide-hero._001 {
    background-image: linear-gradient(#0006, #0006), url('../images/website-picture03---oncharge-APP_1.jpg');
    background-position: 0 0, 50%;
  }

  .btn-area {
    width: 100%;
    height: 100px;
    margin-bottom: 80px;
    padding-left: 5%;
  }

  .slide-nav-3 {
    justify-content: center;
    width: 50%;
    margin-bottom: 140px;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 0%;
  }

  .left-arrow-3 {
    margin-bottom: 140px;
    display: none;
  }

  .right-arrow-3 {
    margin-bottom: 140px;
    margin-left: 0%;
    margin-right: 4%;
    display: none;
    inset: auto 0% 0% auto;
  }

  .pagehead {
    text-align: center;
    width: 100%;
  }

  .numbertext1 {
    text-align: left;
  }

  .text-block-19 {
    text-align: center;
    width: 100%;
  }

  .menu-button {
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-top: auto;
    margin-bottom: 10px;
    margin-right: 5%;
    padding: 20px 0;
    display: flex;
    position: absolute;
    inset: auto 0% auto auto;
  }

  .menu-button.w--open {
    background-color: #fff0;
    margin-bottom: 10px;
  }

  .menu-button.w--open:focus {
    margin-bottom: 10px;
  }

  .menu-button-line {
    background-color: #b7bfc6;
    border-radius: 1px;
    width: 16px;
    height: 2px;
    margin-bottom: 4px;
  }

  .menu-button-line.top {
    background-color: #fff;
    border: 1px #000;
    border-radius: 0;
    width: 30px;
    min-width: 30px;
    height: 1px;
    max-height: 1px;
    margin-left: 10px;
    padding-bottom: 0;
    padding-right: 0;
    font-weight: 100;
    position: static;
  }

  .menu-button-line.middle {
    background-color: #fff;
    width: 30px;
    height: 1px;
    max-height: 1px;
    margin-left: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-button-line.last {
    background-color: #fff;
    width: 30px;
    height: 1px;
    max-height: 1px;
    margin-bottom: 0;
    margin-left: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .pagetext {
    text-align: center;
    width: 100%;
  }

  .boldgreen {
    text-align: center;
  }

  .applinks {
    width: 70%;
  }

  .linkwrapper {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .detailswrapper {
    width: 350px;
    height: 400px;
    padding-right: 20px;
  }

  .stationsearch {
    width: 50%;
    min-height: 300px;
  }

  .mapwrapper {
    width: 50%;
  }

  .stationline {
    padding-right: 20px;
  }

  .branchfinder {
    width: 100%;
    height: 500px;
    min-height: auto;
    margin-left: 0%;
    margin-right: 0%;
  }

  .typelist {
    height: 276px;
    overflow: auto;
  }

  .faq-body-cont {
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-p-2 {
    width: 90%;
    margin-left: 5%;
  }

  .faqcontent {
    width: 350px;
    height: 400px;
    padding-right: 20px;
  }

  .cta-3 {
    width: 90%;
  }

  .cta-btn {
    margin-left: 0;
    margin-right: 20px;
  }

  .textall {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .popgeneralwrapper {
    width: 90%;
    padding-left: 40px;
  }

  .fullrow._49 {
    justify-content: space-between;
    width: 100%;
    margin-right: 0;
  }

  .fullrow._49.nospace {
    justify-content: space-between;
    margin-left: 10px;
  }

  .fullrow._49.nospace.selectedlist {
    margin-left: 0;
  }

  .tab-link {
    padding-left: 22px;
    padding-right: 0;
    font-size: 15px;
  }

  .tab-link.w--current {
    padding-left: 19px;
  }

  .tabs-menu-3 {
    padding-right: 0;
  }

  .faq-body-cont-2 {
    padding-left: 31px;
    padding-right: 40px;
  }

  .faq-p-3 {
    width: 90%;
    margin-left: 5%;
  }

  .product-left {
    background-image: linear-gradient(#fff 54%, #fafafa);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 5%;
  }

  .proimg {
    width: auto;
    max-width: none;
    max-height: 300px;
    margin-bottom: 20px;
  }

  .product-content {
    width: 100%;
  }

  .product-right {
    background-image: linear-gradient(0deg, #fafafa, #fff 35%);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 5%;
  }

  .bgimage {
    right: 25%;
  }

  .bgimage.inner {
    width: 100%;
    height: auto;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .slidersection {
    flex-direction: column-reverse;
    justify-content: flex-start;
    height: auto;
    position: relative;
  }

  .pagename {
    font-size: 1.8em;
  }

  .buttonwrapper {
    opacity: 1;
    flex-direction: column;
    max-width: none;
  }

  .slidertextwrapper {
    align-items: flex-start;
    height: 500px;
    min-height: auto;
  }

  .slidertextcontent {
    height: 500px;
    padding-top: 0%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-button.bolder.text-block-2 {
    text-align: center;
  }

  .padding {
    align-items: flex-start;
  }

  .ctabtnlink {
    display: none;
  }

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

  .image-2.diffrent {
    max-height: 30vh;
  }

  .heading-3.smaller {
    max-width: none;
  }

  .slidelink {
    height: auto;
    min-height: 50px;
    margin-top: 0%;
    overflow: hidden;
  }

  .slidebuttonwrapper {
    width: auto;
    height: 50px;
  }

  .aboutsectionwrapper {
    height: auto;
    min-height: 100vh;
    padding-top: 0;
  }

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

  .slideproductsmask {
    width: 80%;
  }

  .productname {
    width: 50%;
  }

  .pagenamewrapper {
    margin-top: 0;
  }

  .namecontent {
    height: auto;
  }

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

  .buttonone {
    flex-flow: wrap;
    place-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .buttononewrapper {
    width: 50%;
    height: 70px;
  }

  .buttononewrapper:hover, .buttononewrapper:active {
    height: 70px;
  }

  .buttononewrapper.green {
    background-color: #fff0;
    background-image: linear-gradient(to bottom, var(--medium-sea-green), var(--medium-sea-green)), linear-gradient(288deg, var(--dark-slate-blue), var(--dark-magenta));
    border-bottom-left-radius: 0;
    width: 100%;
    height: 70px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .buttononewrapper.green:hover {
    height: 70px;
  }

  .buttononewrapper._3 {
    width: 50%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .buttononewrapper._3:hover {
    height: 70px;
  }

  .buttontext {
    font-size: .9em;
  }

  .textwrapperslide {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-left: auto;
    padding-top: 0%;
    padding-bottom: 0;
    padding-left: 5%;
  }

  .pagebggradient {
    height: 400px;
    min-height: auto;
  }

  .pagecontentwrapper.station, .pagecontentwrapper.product {
    height: auto;
    min-height: auto;
  }

  .pagenametext.allpages {
    height: 380px;
  }

  .slide-hero {
    height: 500px;
  }

  .slide-hero._00 {
    background-image: linear-gradient(to bottom, null, null), url('../images/Career.jpg');
    background-position: 0 0, 50%;
  }

  .btn-area {
    height: auto;
    margin-top: 40px;
    margin-bottom: 0;
    padding-left: 5%;
    position: static;
    inset: auto 0% 0%;
  }

  .slide-nav-3 {
    margin-bottom: 20px;
    display: flex;
    inset: auto 0% 0%;
  }

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

  .text-block-19 {
    height: auto;
    font-size: .9em;
  }

  .menu-button {
    margin-bottom: 10px;
    margin-right: 5%;
  }

  .applinks {
    width: 90%;
  }

  .pin04 {
    z-index: 1;
  }

  .searchwrapper {
    height: 150px;
  }

  .fullrow-copy {
    z-index: 4;
    width: 100%;
    margin-bottom: 0;
  }

  .pin02 {
    z-index: 1;
  }

  .submit-button-2 {
    z-index: 101;
    background-size: 16px;
    inset: 0% 0% 0% auto;
  }

  .detailswrapper {
    display: none;
  }

  .stationsearch {
    justify-content: flex-start;
    width: 100%;
    min-height: 100px;
  }

  .image-50 {
    z-index: 0;
    border-radius: 0;
    height: auto;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }

  .mapwrapper {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 100%;
    height: 300px;
    min-height: 350px;
    overflow: hidden;
  }

  .form-4 {
    align-items: center;
    display: flex;
  }

  .pin03 {
    z-index: 1;
  }

  .pin03.ac.line, .pin03.dc.line {
    border: 2px solid #fff;
  }

  .pin.ac {
    z-index: 1;
  }

  .branchfinder {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    flex-direction: column;
    height: auto;
    min-height: 450px;
    margin-bottom: 0;
    padding: 0 0%;
  }

  .resultwrapper {
    display: none;
  }

  .typelist {
    height: auto;
  }

  .form-block-4 {
    align-items: center;
    display: flex;
  }

  .adsmall {
    color: #747474;
  }

  .faq-body-cont {
    background-color: var(--dim-grey-2);
    border-top: 2px solid #ffffff21;
    border-radius: 0;
  }

  .faq-p-2 {
    background-color: var(--dim-grey-2);
    border: 2px solid #797979;
  }

  .faq-icon {
    opacity: .68;
    filter: brightness(2000%);
  }

  .faq {
    justify-content: flex-start;
    padding-left: 15px;
  }

  .spanhead {
    color: #fff;
    font-weight: 400;
  }

  .branchlist {
    background-color: var(--dim-grey);
    border: 1px #000;
    flex-direction: column;
    width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .toggle-text {
    text-align: center;
    font-size: 17px;
  }

  .toggle-text.list {
    color: #fff;
    text-align: left;
    margin-left: 10px;
    font-size: .8em;
    font-weight: 300;
    display: block;
  }

  .faqcontent {
    box-shadow: none;
    color: #555;
    background-color: #0000;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 0 10px;
    display: flex;
    position: static;
    transform: none;
  }

  .cta-3 {
    flex-direction: column;
    width: 100%;
    padding-top: 30px;
    padding-right: 20px;
  }

  .cta-btn {
    margin-right: 0;
  }

  .textall {
    text-align: center;
  }

  .popgeneralwrapper {
    width: 90%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .fullrow {
    z-index: 4;
    width: 100%;
    margin-bottom: 20px;
  }

  .tablewrapper {
    font-size: .8em;
  }

  .tabs-content-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link.w--current, .tabs-menu-3 {
    padding-left: 10px;
  }

  .faq-body-cont-2 {
    padding-left: 31px;
    padding-right: 40px;
  }

  .faq-2 {
    justify-content: flex-start;
  }

  .product-left {
    background-image: linear-gradient(#fff 40%, #fafafa);
  }

  .product-right {
    background-image: linear-gradient(to top, #fafafa, #fff 33%);
  }

  .bgimage.inner {
    width: auto;
    height: 100%;
    left: auto;
    right: auto;
  }

  .slider-bg {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .slidersection {
    margin-bottom: 10%;
    padding-bottom: 0%;
  }

  .pagename {
    margin-bottom: 20px;
    font-size: 1.3em;
  }

  .buttonwrapper {
    margin-left: 5%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .slidertextwrapper {
    height: 400px;
  }

  .slidertextcontent {
    padding-left: 3%;
    padding-right: 3%;
    inset: auto 0% 0%;
  }

  .slider {
    height: auto;
    min-height: 40vh;
  }

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

  .heading-2.h2 {
    font-size: 1.4em;
  }

  .slider-c2a-container {
    width: 100%;
    padding-bottom: 5%;
    padding-right: 5%;
  }

  .textleft {
    align-items: flex-start;
  }

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

  .heading-3.smaller {
    max-width: 100vw;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 1.4em;
  }

  .heading-3.smaller.home {
    width: 90%;
    max-width: none;
    margin-left: 0%;
  }

  .heading-3.smaller {
    width: 100%;
    max-width: 100vw;
    margin-left: 0%;
    margin-right: 0%;
    font-size: 1.6em;
  }

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

  .slidebuttonwrapper {
    width: auto;
  }

  .aboutsectionwrapper {
    min-height: auto;
    padding-top: 0;
  }

  .sectiontwowrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .gridbuttonsection {
    justify-content: center;
  }

  .detailtext {
    max-width: 100%;
    font-size: 1em;
  }

  .gridnumbertext {
    font-size: 2.1em;
  }

  .subject {
    width: 100%;
    right: 2%;
  }

  .sectionthereewrapper {
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .slideproducts {
    min-height: auto;
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .slideproductsmask {
    width: 80%;
  }

  .slidegridwrapper {
    border-color: var(--white-smoke);
    height: auto;
    min-height: 300px;
  }

  .productname {
    width: 100%;
    margin-bottom: 0;
    padding-left: 0%;
  }

  .productimage {
    max-width: 50%;
    position: static;
  }

  .typename {
    text-align: center;
    padding-bottom: 20px;
    font-size: 1.1em;
    line-height: 1.2;
  }

  .slideinfotext {
    justify-content: center;
  }

  .pagenamewrapper {
    width: 90%;
  }

  .namecontent {
    width: 100%;
  }

  .div-block-14 {
    padding-left: 0%;
  }

  .subjecttext {
    text-align: center;
    width: 100%;
    padding-left: 0;
  }

  .dropdown-wrp {
    width: 100%;
  }

  .slideheadtext.white-copy {
    margin-left: 0;
  }

  .productcounttext {
    display: none;
  }

  .textline {
    text-align: left;
    flex-direction: row;
    align-items: flex-start;
    font-size: .7em;
    line-height: 1.3;
    display: none;
  }

  .textline.inner {
    text-align: center;
    font-size: .9em;
    display: block;
  }

  .text-span-5 {
    font-size: .8em;
  }

  .buttononewrapper {
    width: 100%;
  }

  .buttononewrapper.green {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    flex-wrap: nowrap;
  }

  .buttononewrapper._3 {
    border-bottom-left-radius: 10px;
    width: 100%;
  }

  .textwrapperslide {
    justify-content: flex-end;
    margin-top: auto;
    margin-bottom: 20%;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .footer-right {
    display: flex;
  }

  .footer-adress {
    text-align: center;
    padding-bottom: 20px;
  }

  .footer-e-mail {
    color: #fff;
  }

  .copyright {
    text-align: center;
  }

  .footer-content {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .pagebggradient {
    height: 300px;
  }

  .pagecontentwrapper.station {
    min-height: auto;
    margin-top: 300px;
  }

  .pagecontentwrapper.allpages {
    margin-top: 280px;
  }

  .pagecontentwrapper.product {
    min-height: auto;
    margin-top: 300px;
  }

  .pagelayoutwrapper {
    height: 300px;
  }

  .pagenametext.station {
    height: 300px;
    padding-bottom: 15%;
  }

  .pagenametext.allpages {
    height: 280px;
  }

  .pageheadline {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .pageheads {
    flex-direction: column;
    width: 90%;
    padding-left: 0;
  }

  .slide-hero {
    background-image: linear-gradient(#0006, #0006), url('../images/website-picture03---oncharge-APP.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 400px;
  }

  .slide-hero._00 {
    background-image: linear-gradient(to bottom, null, null), url('../images/Career.jpg');
    background-position: 0 0, 50%;
  }

  .btn-area {
    padding-left: 0%;
  }

  .slide-nav-3 {
    margin-bottom: 0;
  }

  .text-block-19 {
    line-height: 1.4;
    display: none;
  }

  .menu-button {
    height: 50px;
    margin-right: 15px;
  }

  .menu-button-line.last {
    margin-bottom: 0;
  }

  .searchwrapper {
    height: 150px;
  }

  .image-50 {
    width: auto;
    max-width: none;
    inset: 0%;
    overflow: visible;
  }

  .mapwrapper {
    height: 300px;
    min-height: 350px;
    position: relative;
  }

  .branchfinder {
    height: 500px;
    min-height: 500px;
    padding: 0 0%;
  }

  .field-small-copy {
    height: 50px;
    min-height: 50px;
    font-size: .8em;
  }

  .faq-body-cont {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-icon {
    width: 12px;
    margin-right: 14px;
  }

  .faq {
    text-align: center;
    justify-content: flex-start;
    height: auto;
    min-height: 75px;
    padding: 10px 29px 10px 20px;
  }

  .branchlist {
    min-height: auto;
    padding: 20px 10px;
  }

  .toggle-text {
    text-align: left;
    font-size: 14px;
    line-height: 16px;
  }

  .cta-3 {
    flex-direction: column;
  }

  .cta-btn {
    margin-left: 4px;
    font-size: .9em;
  }

  .popgeneralwrapper {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .fullrow._49 {
    margin-bottom: 10px;
  }

  .fullrow._49.nospace {
    margin-left: 0;
  }

  .text-block-197 {
    text-align: center;
  }

  .field-small {
    height: 50px;
    min-height: 50px;
    font-size: .8em;
  }

  .tablehead.ac, .tablehead.dc {
    align-items: center;
    display: flex;
  }

  .tab-content._1 {
    background-color: #0000;
    padding: 0%;
  }

  .tab-link {
    padding-left: 20px;
  }

  .tab-link.w--current {
    z-index: 10;
    order: -1;
    padding-left: 20px;
  }

  .tabs-menu-3 {
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 10px;
    overflow: hidden;
  }

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

  .faq-body-cont-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-p-3 {
    width: 100%;
    margin-left: 0%;
    margin-right: 0;
  }

  .faq-icon-2 {
    width: 12px;
    margin-right: 14px;
  }

  .faq-2 {
    text-align: center;
    justify-content: flex-start;
    height: auto;
    min-height: 75px;
    padding: 10px 29px 10px 20px;
  }

  .text-block-156 {
    font-size: .9em;
    line-height: 1.3;
  }

  .ico-t-1 {
    display: none;
  }

  .uploads {
    height: 50px;
    min-height: 50px;
    font-size: .8em;
  }

  .product-left {
    background-image: linear-gradient(#fff 60%, #fafafa);
    align-items: center;
  }

  .proimg {
    max-height: 200px;
  }

  .product-content {
    padding-left: 0%;
    padding-right: 0%;
  }

  .product-right {
    background-image: linear-gradient(to top, #fafafa, #fff 56%);
    align-items: center;
  }
}

#w-node-_72a377fc-5fd4-0c36-a98b-6c682184f69c-8743d543, #w-node-_72a377fc-5fd4-0c36-a98b-6c682184f6a4-8743d543 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8050dbcc-3b92-5b1c-9781-fc78004d55fd-8743d543 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_845fc28f-fb55-4d9c-3c37-e0510d6ab5e9-8743d543, #w-node-_8b18d99f-6509-7635-ad9a-1d0f1623b902-8743d543 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1cde100d-27bd-f3f1-45b8-80553f663f2b-8743d543 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_884b1581-f065-c099-0095-0fc55f7c8a1a-8743d543, #w-node-e5609f66-c816-bb97-b768-7d273159e482-8743d543 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5609f66-c816-bb97-b768-7d273159e484-8743d543 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-e5609f66-c816-bb97-b768-7d273159e48d-8743d543, #w-node-_7e86dc48-e52f-20da-64fc-bec497cb4534-8743d543, #w-node-acd90be1-8295-4ee3-3a18-ec4c4e5f97fb-8743d543 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-acd90be1-8295-4ee3-3a18-ec4c4e5f97fd-8743d543 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-acd90be1-8295-4ee3-3a18-ec4c4e5f9806-8743d543, #w-node-abaa9583-8f74-ea28-504e-24dd9a0c1cd9-8743d543 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-abaa9583-8f74-ea28-504e-24dd9a0c1cdb-8743d543 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-abaa9583-8f74-ea28-504e-24dd9a0c1ce4-8743d543 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d47d357b-65b7-7dd3-bec4-5a37cc8887ca-8743d543 {
  grid-area: span 3 / span 1 / span 3 / span 1;
  place-self: center;
}

#w-node-_364b2062-cff0-56b1-e4c3-340872c8d2a9-8743d543 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_381660a6-f910-f599-0870-89caf288f310-8743d543 {
  grid-area: span 3 / span 1 / span 3 / span 1;
  place-self: center;
}

#w-node-_381660a6-f910-f599-0870-89caf288f337-8743d543 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f431a9e4-7483-e9a8-d038-52135a2fde10-8743d543 {
  grid-area: span 3 / span 1 / span 3 / span 1;
  place-self: center;
}

#w-node-f2a2346c-f956-6821-b66d-8901d10a88ff-8743d543 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_521103cf-6b70-e902-a241-478b6e7fd0d6-8743d543 {
  grid-area: span 3 / span 1 / span 3 / span 1;
  place-self: center;
}

#w-node-_521103cf-6b70-e902-a241-478b6e7fd0f6-8743d543 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fab853a4-0d05-3765-0f7c-6a73d9b9fc0c-8743d543 {
  grid-area: span 3 / span 1 / span 3 / span 1;
  place-self: center;
}

#w-node-fab853a4-0d05-3765-0f7c-6a73d9b9fc2c-8743d543 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a5a1a5a-744e-2b55-29ba-711b993a32a0-8743d543 {
  grid-area: span 3 / span 1 / span 3 / span 1;
  place-self: center;
}

#w-node-ae116a45-5a55-27ae-8825-3c7778626b89-8743d543, #w-node-_69be1157-0ad6-5205-2fc3-75c8e87b2a60-6343d545, #w-node-_69be1157-0ad6-5205-2fc3-75c8e87b2a6e-6343d545, #w-node-_69be1157-0ad6-5205-2fc3-75c8e87b2a74-6343d545, #w-node-_69be1157-0ad6-5205-2fc3-75c8e87b2a88-6343d545, #w-node-_69be1157-0ad6-5205-2fc3-75c8e87b2aa7-6343d545, #w-node-_69be1157-0ad6-5205-2fc3-75c8e87b2aaf-6343d545, #w-node-_69be1157-0ad6-5205-2fc3-75c8e87b2ab2-6343d545, #w-node-_69be1157-0ad6-5205-2fc3-75c8e87b2aba-6343d545, #w-node-_69be1157-0ad6-5205-2fc3-75c8e87b2ac4-6343d545, #w-node-_69be1157-0ad6-5205-2fc3-75c8e87b2ad7-6343d545, #w-node-_69be1157-0ad6-5205-2fc3-75c8e87b2ada-6343d545 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69be1157-0ad6-5205-2fc3-75c8e87b2ae2-6343d545 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_69be1157-0ad6-5205-2fc3-75c8e87b2aef-6343d545, #w-node-_69be1157-0ad6-5205-2fc3-75c8e87b2af1-6343d545 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69be1157-0ad6-5205-2fc3-75c8e87b2af3-6343d545 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_69be1157-0ad6-5205-2fc3-75c8e87b2afc-6343d545, #w-node-_69be1157-0ad6-5205-2fc3-75c8e87b2b01-6343d545 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69be1157-0ad6-5205-2fc3-75c8e87b2b03-6343d545 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_69be1157-0ad6-5205-2fc3-75c8e87b2b0c-6343d545, #w-node-_69be1157-0ad6-5205-2fc3-75c8e87b2b11-6343d545, #w-node-_69be1157-0ad6-5205-2fc3-75c8e87b2b13-6343d545 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69be1157-0ad6-5205-2fc3-75c8e87b2b15-6343d545 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_69be1157-0ad6-5205-2fc3-75c8e87b2b1e-6343d545, #w-node-_69be1157-0ad6-5205-2fc3-75c8e87b2b23-6343d545 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69be1157-0ad6-5205-2fc3-75c8e87b2b25-6343d545 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_69be1157-0ad6-5205-2fc3-75c8e87b2b2e-6343d545 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69be1157-0ad6-5205-2fc3-75c8e87b2b3e-6343d545 {
  grid-area: span 3 / span 1 / span 3 / span 1;
  place-self: center;
}

#w-node-_69be1157-0ad6-5205-2fc3-75c8e87b2b40-6343d545 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69be1157-0ad6-5205-2fc3-75c8e87b2b49-6343d545 {
  grid-area: span 3 / span 1 / span 3 / span 1;
  place-self: center;
}

#w-node-_69be1157-0ad6-5205-2fc3-75c8e87b2b4b-6343d545 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69be1157-0ad6-5205-2fc3-75c8e87b2b54-6343d545 {
  grid-area: span 3 / span 1 / span 3 / span 1;
  place-self: center;
}

#w-node-_69be1157-0ad6-5205-2fc3-75c8e87b2b56-6343d545, #w-node-_69be1157-0ad6-5205-2fc3-75c8e87b2b66-6343d545, #w-node-_69be1157-0ad6-5205-2fc3-75c8e87b2b6e-6343d545, #w-node-_69be1157-0ad6-5205-2fc3-75c8e87b2b70-6343d545 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69be1157-0ad6-5205-2fc3-75c8e87b2b72-6343d545 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_69be1157-0ad6-5205-2fc3-75c8e87b2b75-6343d545, #w-node-_69be1157-0ad6-5205-2fc3-75c8e87b2b7e-6343d545 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69be1157-0ad6-5205-2fc3-75c8e87b2b80-6343d545 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_69be1157-0ad6-5205-2fc3-75c8e87b2b83-6343d545, #w-node-_69be1157-0ad6-5205-2fc3-75c8e87b2b8c-6343d545 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69be1157-0ad6-5205-2fc3-75c8e87b2b8e-6343d545 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_69be1157-0ad6-5205-2fc3-75c8e87b2b91-6343d545 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_72a377fc-5fd4-0c36-a98b-6c682184f69c-8743d543 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8050dbcc-3b92-5b1c-9781-fc78004d55fd-8743d543 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_364b2062-cff0-56b1-e4c3-340872c8d2a9-8743d543, #w-node-_381660a6-f910-f599-0870-89caf288f337-8743d543 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_69be1157-0ad6-5205-2fc3-75c8e87b2a80-6343d545, #w-node-_69be1157-0ad6-5205-2fc3-75c8e87b2a94-6343d545 {
    place-self: center;
  }

  #w-node-_69be1157-0ad6-5205-2fc3-75c8e87b2ac4-6343d545 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_69be1157-0ad6-5205-2fc3-75c8e87b2ae2-6343d545 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8050dbcc-3b92-5b1c-9781-fc78004d55fd-8743d543, #w-node-_69be1157-0ad6-5205-2fc3-75c8e87b2ae2-6343d545 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }
}


