:root {
  --grey: #afafaf;
  --ascension-blue: #0054a5;
  --ffffff: white;
  --midnight-blue: #002e5b;
  --black: black;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #121212;
  background-color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 1.3;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

p {
  color: #818181;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  text-align: left;
  border-left: 5px solid #ffc527;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  line-height: 34px;
}

.navigation {
  background-color: #fff;
}

.navigation.home {
  color: var(--grey);
  position: sticky;
  top: 0;
}

.nav-link {
  float: left;
  color: #121212;
  margin-top: 15px;
  padding: 35px 20px 35px 15px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
}

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

.nav-link.w--current {
  margin-top: 15px;
}

.nav-link.dropdown {
  margin-top: 0;
  padding: 0 5px 0 0;
}

.nav-link.dropdown.left {
  width: 100%;
}

.nav-link.dropdown.left.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.nav-link.white {
  color: #fff;
}

.nav-link.white:hover, .nav-link.white.w--current {
  color: #ffc527;
}

.nav-link.left {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.nav-link.careers {
  display: none;
}

.brand-logo {
  margin-top: 10px;
  position: relative;
  bottom: 10px;
  left: 123px;
}

.brand-logo.style-2 {
  margin-top: 13px;
}

.brand-logo.style-3 {
  float: none;
  margin-top: 0;
  display: inline-block;
}

.brand-logo.style-4 {
  border-right: 1px solid #ededed;
  margin-top: 0;
  padding: 20px 25px 21px 20px;
}

.brand-logo.style-4.line-white {
  border-right-color: #ffffff1c;
}

.brand-logo.style-6 {
  margin-left: 20px;
}

.brand-logo.left {
  margin-top: 50px;
  margin-left: 50px;
}

.line-navigation {
  background-color: var(--ascension-blue);
  width: 100%;
  height: 2px;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.dropdown-link {
  align-items: center;
  min-width: 250px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 5px 40px 5px 10px;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  transition: all .1s;
}

.dropdown-link.w--current {
  background-color: var(--ffffff);
  color: #919191;
}

.dropdown-link.w--current:hover {
  background-color: var(--ascension-blue);
  color: var(--ffffff);
}

.text-link {
  text-decoration: none;
  display: inline-block;
}

.text-link:hover {
  color: var(--ascension-blue);
}

.drop-down-arrow {
  color: #c5c5c5;
  white-space: normal;
  margin-bottom: 41.5px;
  margin-right: 0;
  font-size: 13px;
}

.drop-down-arrow.in-left {
  margin-bottom: 23.5px;
}

.dropdown-toggle {
  margin-top: 15px;
  padding: 35px 20px 35px 10px;
}

.dropdown-toggle:hover {
  color: var(--ascension-blue);
}

.dropdown-toggle.white {
  color: #fff;
  transition: opacity .2s;
}

.dropdown-toggle.white:hover {
  color: #ffc527;
}

.dropdown-toggle.left-navigation {
  padding-top: 20px;
  padding-bottom: 18px;
}

.troll-free-text {
  color: #ffffff91;
  margin-top: 0;
  padding-left: 6px;
  font-size: 10px;
  font-weight: 300;
  position: relative;
}

.troll-free-text.inside-navigation {
  color: #949494;
  font-weight: 500;
  line-height: 26px;
  display: inline-block;
}

.troll-free-text.inside-navigation.white {
  color: #fff;
  font-size: 16px;
}

.troll-free-text.inside-navigation.less {
  color: #212121;
  margin-top: 0;
  display: block;
}

.number {
  color: #fff;
  font-weight: 600;
}

.number.dark {
  color: #515151;
}

.number.dark.more {
  color: #212121;
  font-size: 14px;
}

.align-right {
  text-align: left;
}

.social-wrapper {
  position: relative;
  top: 4px;
}

.social-wrapper.style-2 {
  float: right;
  top: 31px;
}

.social-wrapper.style-2.with-line {
  border-left: 1px solid #ededed;
  padding: 36px 20px 20px 25px;
  top: 0;
}

.social-wrapper.style-2.with-line.line-white-color {
  border-left-color: #ffffff1c;
}

.social-icon {
  background-color: #121212;
  background-image: url('../images/font-awesome_4-7-0_facebook_100_0_ffffff_none.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  margin-left: 2.5px;
  margin-right: 2.5px;
  transition: all .4s;
}

.social-icon:hover {
  background-color: #ffc527;
}

.social-icon.twitter {
  background-image: url('../images/font-awesome_4-7-0_twitter_100_0_ffffff_none_1font-awesome_4-7-0_twitter_100_0_ffffff_none.avif');
  background-size: 14px;
}

.social-icon.insta {
  background-image: url('../images/font-awesome_4-7-0_instagram_100_0_ffffff_none_1font-awesome_4-7-0_instagram_100_0_ffffff_none.webp');
  background-size: 18px;
}

.social-icon.google {
  background-image: url('../images/font-awesome_4-7-0_google-plus_100_0_ffffff_none_1font-awesome_4-7-0_google-plus_100_0_ffffff_none.webp');
  background-size: 18px;
}

.social-icon.in-footer {
  float: left;
}

.dropdown-list.w--open {
  background-color: #fff;
  min-width: 250px;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 7px 7px 20px #0000001a;
}

.dropdown-list.in-left-navigation.w--open {
  top: 0;
  left: 260px;
}

.top-second-navigation {
  background-color: #fff;
  padding-top: 37px;
  padding-bottom: 20px;
}

.top-second-navigation.black {
  background-color: #212121;
}

.top-second-navigation.black.style-3 {
  background-color: #00264b;
  padding-top: 30px;
  padding-bottom: 30px;
}

.navigation-style-2 {
  background-color: #002e5b;
}

.navigation-menu-style-2 {
  float: none;
}

.half-top {
  float: left;
  width: 48%;
  margin-right: 5px;
}

.button-icon {
  background-color: var(--ascension-blue);
  color: var(--ffffff);
  background-image: url('../images/envelope-3.svg');
  background-position: 17px;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 15px;
  padding: 16px 20px 15px 42px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
  display: inline;
}

.button-icon:hover {
  background-color: #313131;
}

.button-icon.navigation {
  margin-left: 20px;
  position: relative;
  top: 21px;
}

.button-icon.envelope {
  background-color: #878a8f;
  background-image: url('../images/font-awesome_4-7-0_envelope-open_100_0_ffffff_none_1font-awesome_4-7-0_envelope-open_100_0_ffffff_none.webp');
  background-position: 17px 45%;
  background-size: 16px;
  display: inline;
}

.button-icon.form-button {
  background-color: var(--midnight-blue);
  text-align: center;
  background-image: url('../images/font-awesome_4-7-0_paper-plane_100_0_ffffff_none_1font-awesome_4-7-0_paper-plane_100_0_ffffff_none.avif');
  background-size: 16px;
  display: inline-block;
}

.button-icon.form-button:hover {
  background-color: #313131;
}

.button-icon.form-button.with-color {
  background-color: var(--ascension-blue);
  margin-top: 10px;
}

.button-icon.form-button.with-color:hover {
  background-color: var(--midnight-blue);
}

.button-icon.arrow {
  background-color: #878a8f;
  background-image: url('../images/font-awesome_4-7-0_arrow-circle-o-right_100_0_ffffff_none_1font-awesome_4-7-0_arrow-circle-o-right_100_0_ffffff_none.webp');
  background-size: 16px;
}

.button-icon.arrow.other-color {
  background-color: var(--midnight-blue);
}

.button-icon.arrow.other-color:hover {
  background-color: var(--ascension-blue);
}

.button-icon.other-color {
  background-color: #002e5b;
}

.button-icon.other-color:hover {
  background-color: #212121;
}

.top-icon {
  float: left;
  background-image: url('../images/clock-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  width: 75px;
  height: 75px;
}

.top-icon.icon-2 {
  background-image: url('../images/envelope-1.svg');
  background-size: 40px;
}

.top-icon.icon-3 {
  background-image: url('../images/clock-2.svg');
  background-size: 50px;
  margin-right: 20px;
}

.top-icon.icon-4 {
  background-image: url('../images/envelope-2.svg');
  background-size: 50px;
  margin-right: 20px;
}

.top-icon.icon-5 {
  background-image: url('../images/phone-call-2.svg');
  background-size: 45px;
  margin-right: 20px;
}

.top-content {
  position: relative;
  overflow: hidden;
}

.navigation-style-3 {
  background-color: #0000;
}

.align-center {
  float: none;
  clear: none;
  perspective: 1000px;
  text-align: center;
  margin-top: 0;
}

.navigation-menu-style-3 {
  float: none;
  text-align: center;
  background-color: #002e5b;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.container-style-3 {
  background-color: #002e5b;
}

.navigation-style-4 {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 40px;
}

.triangle-navigation {
  border-top: 92px solid #002e5b;
  border-left: 75px solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: -75px;
}

.triangle-navigation.left {
  border-top-color: #002e5b;
  border-left-style: none;
  border-right: 75px solid #0000;
  top: 0;
  left: auto;
  right: -75px;
}

.footer-style-1 {
  background-color: #121212;
  padding-top: 80px;
  padding-bottom: 124px;
  position: relative;
}

.top-margin {
  z-index: 10;
  margin-top: 22px;
  display: block;
  position: relative;
}

.top-margin.more {
  margin-top: 100px;
}

.top-margin.less {
  margin-top: 15px;
}

.top-margin.less:hover, .top-margin.less:active {
  color: var(--midnight-blue);
}

.top-margin.in-services {
  margin-top: 50px;
}

.darker {
  color: #a2a2a2;
}

.social-footer {
  background-color: #ffc527;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px;
  display: block;
  position: absolute;
  top: -34px;
  right: 355px;
}

.triangle-footer {
  border-top: 34px solid #0000;
  border-right: 23px solid #6b5311;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: -23px;
}

.triangle-footer.style-3 {
  border-top-width: 51px;
  border-right-width: 31px;
  border-right-color: #e6e6e6;
  margin-top: -5px;
  left: -31px;
}

.heading-white {
  color: #fff;
}

.heading-white.margin-footer {
  margin-top: 20px;
  margin-bottom: 33px;
}

.heading-white.margin-footer.dark {
  color: #212121;
}

.heading-white.title-blog-post {
  padding-left: 152px;
  padding-right: 152px;
  line-height: 55px;
}

.text-field-footer {
  color: #fff;
  background-color: #212121;
  border: 1px solid #3b3b3b;
  height: 50px;
  font-family: Playfair Display, sans-serif;
  font-size: 14px;
}

.text-field-footer:hover, .text-field-footer:focus {
  color: #fff;
  border-color: #ffc527;
}

.text-field-footer.text-area {
  height: auto;
  padding-top: 12px;
  padding-bottom: 30px;
}

.text-field-footer.subscribe {
  background-color: #0000;
}

.text-field-footer.gray-field {
  color: var(--black);
  background-color: #f1f1f1;
  border-color: #0000;
  border-radius: 5px;
}

.text-field-footer.gray-field:hover, .text-field-footer.gray-field:focus {
  color: #515151;
  background-color: #e6e6e6;
}

.text-field-footer.pop-up {
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #fff;
  padding-left: 0;
  font-size: 15px;
}

.text-field-footer.pop-up:hover, .text-field-footer.pop-up:focus {
  border-bottom-color: #ffc527;
}

.text-field-footer.pasword {
  background-color: var(--ffffff);
  margin-top: 20px;
}

.success-message {
  color: #fff;
  background-color: #3b751f;
  border-radius: 5px;
  font-weight: 500;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: red;
  border-radius: 5px;
}

.contact-list {
  background-image: url('../images/location-pin.svg');
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-size: 24px;
  margin-bottom: 15px;
  padding-top: 2px;
  padding-left: 35px;
}

.contact-list.phone {
  background-image: url('../images/phone-call-1.svg');
  background-size: 21px;
}

.contact-list.phone.white-phone {
  background-image: url('../images/phone-call-3.svg');
  background-size: 21px;
}

.contact-list.mail {
  background-image: url('../images/envelope.svg');
  background-position: 0 5px;
  background-size: 20px;
}

.contact-list.mail.no-space {
  margin-bottom: 0;
}

.contact-list.mail.white-mail {
  background-image: url('../images/envelope-3.svg');
  background-size: 20px;
}

.contact-list.white-icon {
  background-image: url('../images/location-marker.svg');
  background-size: 24px;
}

.footer-battom {
  background-color: #212121;
  border-top: 1px solid #383838;
  padding-top: 25px;
  padding-bottom: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-battom.style-2 {
  background-color: #0000;
  border-top-style: none;
  padding-top: 35px;
}

.footer-battom.style-3 {
  background-color: #fff;
  border-top-style: none;
  padding-top: 35px;
  padding-left: 5%;
  padding-right: 5%;
}

.footer-battom.style-3.transparent {
  background-color: #0000;
}

.footer-style-2 {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 150px;
  position: relative;
}

.heading-footer-style-2 {
  background-color: #ffc527;
  border-bottom: 3px solid #d6a622;
  padding-top: 14px;
  padding-bottom: 9px;
  padding-left: 15px;
  font-size: 15px;
  font-weight: 600;
}

.border-top {
  opacity: .5;
  background-image: url('../images/border-2_top_1border-2_top.avif');
  background-position: 0 0;
  background-repeat: repeat-x;
  width: 100%;
  height: 17px;
  margin-bottom: 9px;
  position: absolute;
  inset: 0% 0% auto;
}

.border-top.second-navigation {
  position: absolute;
  inset: 0% 0% auto;
}

.border-top.footer {
  inset: 0% 0% auto;
}

.footer-style-3 {
  background-color: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.footer-logo-style-3 {
  border-top: 5px solid var(--ascension-blue);
  background-color: #fff;
  margin-right: 25px;
  padding: 30px;
  position: relative;
  top: -100px;
  box-shadow: -7px 7px 20px #0000001a;
}

.footer-style-4 {
  background-image: linear-gradient(#181818f2, #181818f2), url('../images/footer-img_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 200px;
  padding-bottom: 50px;
  position: relative;
}

.top-footer {
  background-color: #ffc527;
  padding-top: 30px;
  padding-bottom: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.footer-divider {
  background-color: #ffffff14;
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.footer-link {
  opacity: .7;
  color: #fff;
  padding-bottom: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .3s;
  display: block;
}

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

.banner {
  background-color: #002e5b;
  height: 800px;
  position: relative;
}

.banner.style-3 {
  background-color: #0054a5c2;
  height: auto;
  padding-top: 0;
  position: relative;
}

.section {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section.gray {
  background-color: #f5f5f5;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px;
}

.section.no-bottom-pading {
  padding-bottom: 0;
}

.section.no-bottom-pading.add-padding {
  border: 1px #000;
  padding-top: 0;
  position: relative;
}

.section.black {
  background-color: #212121;
}

.section.black.less-padding {
  background-color: var(--ascension-blue);
  padding-bottom: 0;
}

.section.blue {
  background-color: #002e5b;
  background-image: url('../images/2_map.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.section.blue.less-space {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.blue.less-space.color {
  background-color: var(--ascension-blue);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.section.blue.with-triangle {
  background-color: #878a8f;
  background-image: url('../images/form-gray_1.webp'), url('../images/2_map.avif');
  background-position: 50% 100%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, cover;
  background-attachment: scroll, fixed;
  width: auto;
  padding-bottom: 140px;
}

.section.blue.with-triangle.navigation {
  background-image: url('../images/form_1.webp'), url('../images/2_map.avif');
  padding-top: 0;
  padding-bottom: 186px;
}

.section.with-image-4 {
  background-image: url('../images/import_1.webp');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.footer {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 35px;
}

.navigation-style-5 {
  background-color: #0000;
  border-bottom: 1px solid #ffffff1c;
}

.learn-more {
  color: #919191;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.learn-more:hover {
  color: var(--midnight-blue);
  text-decoration: underline;
}

.top-title {
  margin-bottom: 25px;
}

.sub-text-title {
  color: #666;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 40px;
  font-family: Playfair Display, sans-serif;
  font-size: 14px;
  line-height: 26px;
}

.sub-text-title.white {
  color: #fff;
  text-align: center;
  margin-top: 0;
}

.sub-text-title.white.internal {
  margin-top: 150px;
}

.sub-text-title.white.internal.project {
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 10px;
  padding-bottom: 0;
}

.sub-text-title.white.blog {
  padding-top: 129px;
}

.sub-text-title.landing-page {
  margin-top: 0;
}

.sub-text-title.project-location {
  clear: left;
  letter-spacing: 0;
  padding-top: 0;
  font-size: 10px;
  line-height: 15px;
}

.title-top {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
  padding-bottom: 0;
  font-size: 38px;
  font-weight: 600;
  line-height: 50px;
}

.small-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.small-title.less-marg {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.left-more-padding {
  margin-right: 0;
  padding-top: 0;
}

.left-more-padding.top-margin-device {
  margin-right: 0;
}

.tab-history {
  text-align: center;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px #e1e1e1;
  margin-top: 0;
  margin-bottom: 50px;
  padding-top: 25px;
}

.tab-link-history {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--midnight-blue);
  background-color: #0000;
  margin-right: 20px;
  padding: 17px 20px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.tab-link-history.w--current {
  border-bottom-color: var(--ascension-blue);
  color: var(--ffffff);
  background-color: #0000;
}

.tab-history-margin {
  text-align: center;
  margin-left: 100px;
  margin-right: 100px;
}

.line-divider {
  width: 100%;
  height: 17px;
  margin-top: 80px;
  margin-bottom: 60px;
}

.project-tab {
  text-align: center;
  max-width: none;
  margin-bottom: 50px;
  margin-right: 0;
  display: block;
}

.tab-link-project {
  color: #ffffffb3;
  background-color: #0000;
  border: 1px solid #ffffff4d;
  border-radius: 10px;
  margin-top: 20px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 15px 25px 13px;
  font-weight: 400;
  transition: all .4s;
}

.tab-link-project:hover {
  color: #fff;
  border-color: #fff;
}

.tab-link-project.w--current {
  color: #fff;
  background-color: #878a8f;
  border-color: #878a8f;
}

.tab-link-project.line-dark {
  color: #818181;
  background-color: #e7e7e7;
  border-color: #f1f1f1;
}

.tab-link-project.line-dark:hover {
  background-color: var(--midnight-blue);
  color: #fff;
  border-color: #212121;
}

.tab-link-project.line-dark.w--current {
  border-color: var(--ascension-blue);
  background-color: var(--ascension-blue);
  color: #fff;
}

.dynamic-project-first {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: auto;
  padding: 0;
  display: block;
}

.project-wrapper-style-1 {
  float: right;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: all .3s;
  display: block;
}

.project-overlay {
  background-image: linear-gradient(to top, #000, #00000091 50%, #ffc52700);
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.project-overlay.no-overlay {
  background-image: linear-gradient(0deg, #000, #00000091 50%, #ffc52700);
}

.project-content {
  z-index: 2;
  color: #fff;
  padding: 20px;
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
}

.category-name {
  text-align: center;
  font-family: Playfair Display, sans-serif;
  font-size: 15px;
}

.dynamic-wrapper {
  border: 1px solid var(--ascension-blue);
  background-color: var(--ascension-blue);
  width: 100%;
  display: flex;
}

.project-wrapper-style-2 {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.navigation-style-6 {
  background-color: #0000;
  top: 30px;
}

.container-style-6 {
  background-color: #fff;
}

.quote-form-wrapper {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  transition: all .3s;
  box-shadow: -11px 11px 30px #0000001a;
}

.quote-form-wrapper:hover {
  box-shadow: -7px 7px 20px #0003;
}

.blog-wrapper {
  float: left;
  text-align: center;
  width: 100%;
  text-decoration: none;
}

.blog-content {
  z-index: 2;
  color: #121212;
  background-color: #f5f5f5;
  margin-top: -37px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 31px 25px;
  text-decoration: none;
  transition: all .3s;
  position: relative;
}

.blog-content:hover {
  color: #ffc527;
}

.blog-content.white {
  background-color: #fff;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-left: 27px;
  margin-right: 0;
}

.blog-content.white:hover {
  color: var(--ascension-blue);
}

.blog-title {
  margin-top: 0;
  font-size: 21px;
  line-height: 31px;
}

.blog-title:hover {
  color: var(--ascension-blue);
}

.blog-title:active {
  color: var(--midnight-blue);
}

.image-circle {
  margin-bottom: 15px;
  margin-left: 20px;
  margin-right: 20px;
  display: block;
}

.container-center {
  margin-top: 50px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.container-center.uper {
  top: 37%;
}

.container-center.uper.contact {
  z-index: 2;
  flex-direction: column;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  top: 25%;
}

.banner-title {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-right: 0;
  font-size: 50px;
  line-height: 60px;
  display: block;
}

.banner-title.internal {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.banner-sub-text {
  color: var(--ffffff);
  margin-right: -30px;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  display: block;
}

.background {
  color: #121212;
  height: 85vh;
  position: static;
}

.contact-pop-up {
  z-index: 9999;
  background-color: #002e5bfa;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  inset: 0;
}

.contact-pop-up.add-padding {
  display: none;
}

.logo-popup {
  background-color: #ffc527;
  background-image: url('../images/logo-w_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80px;
  width: 100px;
  height: 100px;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

.remove-button {
  opacity: .6;
  cursor: pointer;
  background-image: url('../images/remove.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  width: 60px;
  height: 60px;
  transition: all .3s;
  position: absolute;
  top: 30px;
  right: 30px;
}

.remove-button:hover {
  opacity: 1;
}

.sub-banner {
  background-color: #141414;
  height: 400px;
}

.sub-banner.contact-style-3 {
  background-image: linear-gradient(#002e5bd9, #002e5bd9), url('../images/slide-1_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 45vh;
  display: flex;
}

.sub-banner._404 {
  background-image: url('../images/slide-1_1.webp');
  background-position: 50%;
  background-attachment: fixed;
  height: 700px;
}

.sub-banner.main {
  background-image: linear-gradient(#002e5bf2, #002e5bf2), url('../images/8gg2ne_utcm-ng-1_1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  height: 900px;
}

.map {
  filter: grayscale();
  height: 300px;
}

.utility-page-wrap {
  background-color: var(--ascension-blue);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 600px;
  max-height: 100%;
  display: flex;
}

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

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

.clouds-top {
  z-index: 0;
  background-image: url('../images/clouds_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 480px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.left-gray {
  z-index: -1;
  background-color: #f5f5f5;
  height: 100%;
  margin-left: -580px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.services-name {
  color: #919191;
  border-bottom: 1px solid #e1e1e1;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .3s;
}

.services-name:hover {
  color: #212121;
  padding-left: 20px;
}

.column-different {
  height: 1100px;
  padding: 50px 20px;
}

.right-padding {
  padding-left: 40px;
}

.big-space {
  margin-top: 0;
}

.white-sub-blog {
  text-align: left;
  background-color: #fff;
  padding: 220px 98px 70px;
}

._404-title {
  color: var(--ascension-blue);
  margin-top: 0;
  font-size: 100px;
  line-height: 100px;
}

.skills-wrapper {
  background-color: #001c38;
  border-radius: 20px;
  width: 100%;
  height: 30px;
  position: relative;
  overflow: hidden;
}

.skills-overlay {
  background-color: var(--ascension-blue);
  border-radius: 20px;
  width: 70%;
  height: 30px;
  position: absolute;
}

.process-text {
  float: left;
  color: #fff;
  margin-bottom: 0;
  margin-left: 16px;
  font-size: 13px;
  line-height: 30px;
  display: inline-block;
}

.white-text {
  color: #fff;
  text-align: center;
}

.go-top {
  z-index: 9999;
  background-color: #878a8f;
  background-image: url('../images/long-arrow-pointing-up.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 26px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 50px;
  height: 60px;
  transition: all .4s;
  position: fixed;
  bottom: 0;
  right: 30px;
}

.go-top:hover {
  background-color: #212121;
}

.go-top.w--current {
  background-color: #878a8f;
}

.navigation-menu-style-1.style-7 {
  float: left;
  margin-top: 40px;
  margin-left: 40px;
  display: inline-block;
}

.navigation-style-7 {
  z-index: 9999;
  float: left;
  background-color: #fff;
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 0 100px #0003;
}

.intro-wrapper {
  display: inline-block;
}

.social-left-wrapper {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 50px;
  right: 0;
}

.project-wrapper-style-5 {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.make-center, .center {
  text-align: center;
}

.center.color {
  color: #919197;
  letter-spacing: 0;
}

.big {
  color: #ffc527;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}

.left-copyright-flex {
  justify-content: space-between;
  display: flex;
}

.copyright-2 {
  color: #515157;
  margin-bottom: 0;
  font-size: 14px;
}

.copyright-2.make-white {
  color: #fff;
}

.link {
  color: #515157;
  text-decoration: none;
}

.link.left {
  margin-left: 15px;
}

.link.left.white-link {
  color: #fff;
}

.made-with-webflow {
  align-items: center;
  margin-top: 5px;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.made-with-webflow.left-margin {
  margin-top: 0;
  margin-left: 10px;
}

.webflow-logo-tiny {
  opacity: .9;
  width: 18px;
  margin-right: 4px;
}

.paragraph-tiny {
  color: #515157;
  line-height: 20px;
}

.paragraph-tiny.whiter {
  color: #fff;
}

.columns {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 40px;
}

.column {
  position: relative;
  top: -70px;
}

.logo {
  margin-top: 25px;
  margin-left: 100px;
}

.paragraph {
  text-align: left;
  padding-right: 0;
}

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

.collection-list {
  background-color: var(--ascension-blue);
}

.collection-list-2 {
  background-color: var(--midnight-blue);
}

.image-2 {
  width: auto;
  max-width: 100%;
  padding-top: 40px;
}

.image-3 {
  background-color: #7f3333;
  max-width: 100%;
}

.collection-list-3 {
  background-color: var(--ascension-blue);
}

.text-block {
  color: var(--black);
  font-size: 18px;
}

.rich-text {
  color: #818181;
  margin-bottom: 15px;
  line-height: 20px;
}

.rich-text li {
  text-align: left;
}

.brand-image-1 {
  aspect-ratio: 16 / 9;
  border: 1px #000;
  box-shadow: 1px 1px 3px #000;
}

.brand-image {
  box-shadow: 6px 6px 10px -4px #000;
}

.heading-2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 40px;
}

.landing-page {
  margin-top: 40px;
}

.div-block-2 {
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.button {
  background-color: var(--ascension-blue);
  color: var(--ffffff);
  border-radius: 15px;
  padding: 15px 20px;
  transition: opacity .4s;
}

.button.company {
  color: var(--ffffff);
  margin-top: 40px;
  font-size: 16px;
}

.heading-3 {
  text-align: center;
  margin-top: 0;
  font-size: 18px;
}

.experts-icon {
  text-align: center;
}

.section-3 {
  background-color: #d9d9d9;
  background-image: url('../images/CleanShot-2021-04-15-at-17.34.152x_1.webp');
  background-position: 100% 100%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 40px;
  padding-bottom: 40px;
}

.column-5 {
  padding-left: 0;
}

.html-embed {
  padding-top: 0;
  padding-bottom: 0;
}

.image-8 {
  margin-top: 41px;
}

.image-9 {
  box-shadow: 1px 1px 3px #000;
}

.map-embed {
  background-color: #f5f5f5;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 60px;
}

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

.link-block {
  color: #919191;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
}

.link-block:hover {
  background-color: var(--ascension-blue);
  color: var(--ffffff);
}

.link-block.is-subdropdown {
  color: var(--black);
  padding-left: 40px;
}

.link-block.is-subdropdown:hover {
  color: var(--ffffff);
}

.heading-4 {
  color: var(--ascension-blue);
}

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

.grid {
  grid-template: "."
  / 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
  display: block;
}

.job-listing-info-wrapper {
  flex-direction: row-reverse;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.job-listing-info-block {
  align-items: center;
  display: flex;
}

.job-listing-info-block.right-margin {
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
}

.job-listing-image-link {
  transition: opacity .5s;
}

.job-listing-bottom-block {
  border-top: 1px solid #99999926;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  padding-top: 10px;
  display: flex;
}

.job-listing-department-button {
  background-color: #0054a585;
  border-radius: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 200;
  transition: background-color .5s;
  position: absolute;
  inset: 10px 10px auto auto;
}

.job-listing-department-button:hover {
  background-color: var(--midnight-blue);
}

.job-listing-info-text {
  color: #4d4d4d;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 300;
}

.job-listing-info-text.link {
  color: #4d4d4d;
  font-family: Playfair Display, sans-serif;
  transition: color .5s;
}

.job-listing-info-text.link:hover {
  color: #6c63ff;
}

.job-listing-info-text.italic {
  color: #999;
  font-style: italic;
}

.job-listing-image-wrapper {
  position: relative;
}

.job-listing-block {
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 350px;
  padding: 15px;
  transition: all .5s;
  display: flex;
  position: relative;
  box-shadow: 2px 2px 5px #0000001a;
}

.job-listing-block:hover {
  transform: translate(0, -8px);
  box-shadow: 4px 4px 4px #0000000d;
}

.job-listing-image {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
}

.job-listing-title {
  color: var(--midnight-blue);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  display: flex;
}

.button-2 {
  cursor: pointer;
  background-color: #6c63ff;
  border-radius: 100px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 800;
  transition: background-color .5s;
}

.button-2:hover {
  background-color: #242341;
}

.small-icon {
  width: 25px;
  height: 25px;
  margin-right: 7px;
}

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

.div-block-8 {
  border: 2px none var(--black);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.tabs-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-5 {
  background-image: url('../images/bg-hourse.png');
  background-position: 0 0;
  background-size: 100% 100%;
  margin-bottom: 0;
}

.image-12 {
  border: 2px none var(--ascension-blue);
  box-shadow: 3px 3px 10px 1px var(--grey);
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
}

.column-6 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.column-7 {
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.company {
  color: var(--ascension-blue);
  text-align: center;
  font-size: 24px;
}

.div-block-11 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 30px;
  display: flex;
}

.div-block-12 {
  background-color: var(--ffffff);
  box-shadow: 7px 7px 20px 0 var(--grey);
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
  margin-right: 0;
  display: flex;
}

.heading-6 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.columns-3 {
  width: 100%;
  margin-bottom: 40px;
}

.navbar {
  background-color: var(--ffffff);
}

.container-2 {
  height: 100px;
  margin-bottom: 0;
  display: inline;
}

.nav-menu {
  margin-right: 100px;
}

.tab-pane-painting-contractors {
  width: 100%;
}

.columns-6 {
  align-items: stretch;
  display: flex;
}

.div-block-13 {
  display: inline-block;
  position: static;
}

.container-3 {
  justify-content: center;
  display: flex;
}

.div-block-14 {
  height: 85vh;
}

.paragraph-5 {
  margin-bottom: 40px;
}

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

.column-11 {
  padding: 20px;
}

.div-block-17 {
  text-align: center;
}

.form-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.brand-map-rich-text {
  margin-bottom: -10px;
}

.collection-list-wrapper-2 {
  box-shadow: 5px 0 12px -7px var(--grey);
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 18px;
  line-height: 24px;
}

.image-13 {
  padding-left: 0;
}

.heading-8 {
  margin-right: 10px;
}

.div-block-18 {
  background-color: var(--ffffff);
  box-shadow: 3px 3px 10px 1px var(--grey);
  padding: 30px;
}

.survey-questions {
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.collection-list-wrapper-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-21 {
  max-width: 100%;
  display: inline-block;
}

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

.div-block-22 {
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.collection-item-3 {
  width: 300px;
  height: 300px;
}

.tab-pane-all-brands {
  max-width: 1200px;
}

.brand-image-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.icon-8 {
  margin: 0 0 0 20px;
  position: static;
}

.dropdown-2 {
  width: 100%;
}

.dropdown-list-2 {
  position: static;
}

.dropdown-list-2.w--open {
  background-color: var(--grey);
}

.dropdown-link-block {
  color: #919191;
}

.subtitle {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.page_header_component {
  text-align: left;
  width: 55%;
  margin-right: 0;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.main-wrapper {
  overflow: hidden;
}

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

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.margin-bottom, .margin-bottom.margin-0, .margin-bottom.margin-tiny, .margin-bottom.margin-xxsmall, .margin-bottom.margin-xsmall, .margin-bottom.margin-small, .margin-bottom.margin-medium, .margin-bottom.margin-large, .margin-bottom.margin-xlarge, .margin-bottom.margin-xxlarge, .margin-bottom.margin-huge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-custom1, .margin-bottom.margin-custom2, .margin-bottom.margin-custom3, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.button-3 {
  background-color: var(--ascension-blue);
  color: var(--ffffff);
  border-radius: 15px;
  padding: 15px 20px;
  transition: opacity .4s;
}

.button-3.is-secondary {
  color: #000;
  background-color: #0000;
}

.button-3.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.button-3.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-3.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-3.is-link.is-alternate {
  color: #fff;
  background-color: #0000;
}

.button-3.is-small {
  padding: .5rem 1.25rem;
}

.button-3.is-alternate {
  color: #000;
  background-color: #fff;
}

.button-3.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.text-weight-semibold.text-inline {
  display: inline;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_label {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  background-color: #be4aa5;
}

.heading-style-h1 {
  text-align: left;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.heading-style-h5 {
  font-size: 1.125rem;
  line-height: 1.4;
}

.text-size-large {
  font-size: 1.25rem;
}

.text-size-medium {
  font-size: 1.125rem;
}

.text-size-regular {
  font-size: 1rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-weight-bold {
  font-weight: 700;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-medium {
  font-weight: 500;
}

.text-weight-normal {
  font-weight: 400;
}

.text-weight-light {
  font-weight: 300;
}

.text-style-italic {
  font-style: italic;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-style-link {
  text-decoration: underline;
}

.text-style-muted {
  opacity: .6;
}

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

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

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

.styleguide_grid-colours {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.rl-styleguide_color {
  padding-bottom: 8rem;
}

.rl-styleguide_color.is-black {
  background-color: #000;
}

.rl-styleguide_color.is-white {
  background-color: #fff;
}

.rl-styleguide_color.is-gray {
  background-color: #f4f4f4;
}

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  display: flex;
}

.rl-styleguide_callout-link-wrapper {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl-styleguide_paste-text {
  color: #00000080;
  text-align: center;
  border: 1px dashed #00000026;
  padding: 1rem;
}

.background-color-black {
  color: #fff;
  background-color: #000;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

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

.background-color-gray {
  background-color: #f5f5f5;
}

.text-color-white {
  color: #fff;
}

.text-color-black {
  color: #000;
}

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field-wrapper {
  position: relative;
}

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.form-input {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
}

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input.is-select-input {
  background-image: none;
}

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.form-checkbox-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form-checkbox-label {
  margin-bottom: 0;
}

.form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form-radio-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.form-radio-label {
  margin-bottom: 0;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-height-xxsmall {
  height: 1rem;
}

.icon-height-xsmall {
  height: 1.5rem;
}

.icon-height-small {
  height: 2rem;
}

.icon-height-medium {
  height: 3rem;
}

.icon-height-large {
  height: 5rem;
}

.icon-height-xlarge {
  height: 6.5rem;
}

.icon-height-custom1 {
  height: 1.25rem;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-styleguide_spacing {
  border: 1px dashed #d3d3d3;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-section-small.no-padding-bpttom {
  padding-bottom: 0;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.padding-bottom, .padding-bottom.padding-0, .padding-bottom.padding-tiny, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xsmall, .padding-bottom.padding-small, .padding-bottom.padding-medium, .padding-bottom.padding-large, .padding-bottom.padding-xlarge, .padding-bottom.padding-xxlarge, .padding-bottom.padding-huge, .padding-bottom.padding-xhuge, .padding-bottom.padding-xxhuge, .padding-bottom.padding-custom1, .padding-bottom.padding-custom2, .padding-bottom.padding-custom3 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top, .padding-top.padding-0, .padding-top.padding-tiny, .padding-top.padding-xxsmall, .padding-top.padding-xsmall, .padding-top.padding-small, .padding-top.padding-medium, .padding-top.padding-large, .padding-top.padding-xlarge, .padding-top.padding-xxlarge, .padding-top.padding-huge, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-custom1, .padding-top.padding-custom2, .padding-top.padding-custom3 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-tiny, .padding-vertical.padding-xxsmall, .padding-vertical.padding-xsmall, .padding-vertical.padding-small, .padding-vertical.padding-medium, .padding-vertical.padding-large, .padding-vertical.padding-xlarge, .padding-vertical.padding-xxlarge, .padding-vertical.padding-huge, .padding-vertical.padding-xhuge, .padding-vertical.padding-xxhuge, .padding-vertical.padding-custom1, .padding-vertical.padding-custom2, .padding-vertical.padding-custom3 {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-0, .padding-horizontal.padding-tiny, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-small, .padding-horizontal.padding-medium, .padding-horizontal.padding-large, .padding-horizontal.padding-xlarge, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-huge, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-custom2, .padding-horizontal.padding-custom3 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-left, .padding-left.padding-0, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-xsmall, .padding-left.padding-small, .padding-left.padding-medium, .padding-left.padding-large, .padding-left.padding-xlarge, .padding-left.padding-xxlarge, .padding-left.padding-huge, .padding-left.padding-xhuge, .padding-left.padding-xxhuge, .padding-left.padding-custom1, .padding-left.padding-custom2, .padding-left.padding-custom3 {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-0, .padding-right.padding-tiny, .padding-right.padding-xxsmall, .padding-right.padding-xsmall, .padding-right.padding-small, .padding-right.padding-medium, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-xxlarge, .padding-right.padding-huge, .padding-right.padding-xhuge, .padding-right.padding-xxhuge, .padding-right.padding-custom1, .padding-right.padding-custom2, .padding-right.padding-custom3 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-0, .margin-top.margin-tiny, .margin-top.margin-xxsmall, .margin-top.margin-xsmall, .margin-top.margin-small, .margin-top.margin-medium, .margin-top.margin-large, .margin-top.margin-xlarge, .margin-top.margin-xxlarge, .margin-top.margin-huge, .margin-top.margin-xhuge, .margin-top.margin-xxhuge, .margin-top.margin-custom1, .margin-top.margin-custom2, .margin-top.margin-custom3 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-vertical, .margin-vertical.margin-0, .margin-vertical.margin-tiny, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xsmall, .margin-vertical.margin-small, .margin-vertical.margin-medium, .margin-vertical.margin-large, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-xhuge, .margin-vertical.margin-xxhuge, .margin-vertical.margin-custom1, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-0, .margin-horizontal.margin-tiny, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-small, .margin-horizontal.margin-medium, .margin-horizontal.margin-large, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-xxhuge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-custom2, .margin-horizontal.margin-custom3 {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-left, .margin-left.margin-0, .margin-left.margin-tiny, .margin-left.margin-xxsmall, .margin-left.margin-xsmall, .margin-left.margin-small, .margin-left.margin-medium, .margin-left.margin-large, .margin-left.margin-xlarge, .margin-left.margin-xxlarge, .margin-left.margin-huge, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-custom3 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-0, .margin-right.margin-tiny, .margin-right.margin-xxsmall, .margin-right.margin-xsmall, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-large, .margin-right.margin-xlarge, .margin-right.margin-xxlarge, .margin-right.margin-huge, .margin-right.margin-xhuge, .margin-right.margin-xxhuge, .margin-right.margin-custom1, .margin-right.margin-custom2, .margin-right.margin-custom3 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-0 {
  margin: 0;
}

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.rl-styleguide_spacing-all, .hide {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.overflow-scroll {
  overflow: scroll;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.margin-top-auto {
  margin-top: auto;
}

.navbar1_component {
  background-color: var(--ffffff);
  flex-flow: row;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-top: 1rem;
  padding-left: 5%;
  padding-right: 5%;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar1_logo-link {
  padding-left: 0;
}

.navbar1_logo {
  width: 175px;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_link {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  padding: .5rem 1rem;
}

.navbar1_link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar1_dropdown-toggle {
  grid-column-gap: .5rem;
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar1_dropdown-list.w--open {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  padding: .5rem;
}

.navbar1_dropdown-link {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.button-4 {
  background-color: var(--ascension-blue);
  color: var(--ffffff);
  border-radius: 15px;
  padding: 15px 20px;
  transition: opacity .4s;
}

.button-4.is-secondary {
  color: #000;
  background-color: #0000;
}

.navbar1_menu-button {
  padding: 0;
}

.section_header7 {
  position: relative;
}

.header7_content {
  align-items: center;
  min-height: 85svh;
  max-height: 60rem;
  display: flex;
}

.button-5 {
  background-color: var(--ascension-blue);
  color: var(--ffffff);
  border-radius: 15px;
  padding: 15px 20px;
  transition: opacity .4s;
}

.button-5.is-secondary {
  color: #000;
  background-color: #0000;
}

.header7_background-video-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #0054a566;
  position: absolute;
  inset: 0%;
}

.header7_background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_layout254 {
  position: relative;
}

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

.layout254_content-bottom {
  grid-column-gap: 1.25rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end center;
  display: grid;
}

.layout254_features {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center start;
  width: 100%;
  height: 100%;
  display: flex;
}

.layout-btn {
  color: var(--black);
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.layout254_image-wrapper {
  width: 100%;
  position: relative;
}

.layout254_image {
  width: 100%;
  height: 100%;
}

.layout254_right {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.button-6 {
  background-color: var(--ascension-blue);
  color: var(--ffffff);
  border-radius: 15px;
  padding: 15px 20px;
  transition: opacity .4s;
}

.button-6.is-secondary {
  color: #000;
  background-color: #0000;
}

.button-6.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.sub-title {
  color: #666;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Playfair Display, sans-serif;
  font-size: .875rem;
}

.sub-title.text-color-white {
  color: var(--ffffff);
}

.layout402_component {
  flex-direction: column;
  display: flex;
}

.layout402_tabs-menu {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid #e1e1e1;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.125rem;
  display: flex;
}

.layout402_tabs-menu.no-scrollbar {
  justify-content: center;
  align-items: center;
}

.layout402_tab-link {
  color: #121212;
  background-color: #0000;
  border-bottom: 1.5px solid #afafaf80;
  flex: none;
  padding: 1rem 1.25rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.layout402_tab-link.w--current {
  border-bottom-color: var(--ascension-blue);
  background-color: #0000;
}

.layout402_tab-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
}

.button-7 {
  background-color: var(--ascension-blue);
  color: var(--ffffff);
  border-radius: 15px;
  padding: 15px 20px;
  transition: opacity .4s;
}

.button-7.is-secondary {
  color: #000;
  background-color: #0000;
}

.button-7.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.align-center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section_layout403 {
  background-color: var(--ascension-blue);
  color: var(--ffffff);
}

.layout403_component {
  flex-direction: column;
  display: flex;
}

.layout403_tabs-menu {
  grid-column-gap: .625rem;
  grid-row-gap: 1.25rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
}

.layout403_tabs-menu.no-scrollbar {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: var(--ffffff);
  justify-content: center;
  align-items: center;
}

.layout-tab-link {
  color: #ffffffb3;
  background-color: #0000;
  border: 1px solid #ffffff4d;
  border-radius: .625rem;
  flex: 0 auto;
  padding: 1rem 1.25rem;
  transition: all .4s;
  overflow: hidden;
}

.layout-tab-link:hover {
  color: #fff;
  border-color: #fff;
}

.layout-tab-link.w--current {
  color: #fff;
  background-color: #878a8f;
  border-color: #878a8f;
  flex: none;
}

.layout403_tab-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.button-8 {
  background-color: var(--ascension-blue);
  color: var(--ffffff);
  border-radius: 15px;
  padding: 15px 20px;
  transition: opacity .4s;
}

.button-8.is-secondary {
  color: #000;
  background-color: #0000;
}

.button-8.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.section_map {
  background-image: url('../images/CleanShot-2021-04-15-at-17.34.152x_1.webp');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.section_blog4 {
  background-color: #878a8f;
  background-image: url('../images/form-gray_1.webp'), url('../images/2_map.avif');
  background-position: 50% 100%, 50% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, cover;
  background-attachment: scroll, fixed;
}

.blog4_category-menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.blog4_category-menu.no-scrollbar {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: var(--ffffff);
  justify-content: center;
  align-items: center;
}

.blog4_menu-link {
  white-space: nowrap;
  border: 1px solid #0000;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.blog4_menu-link.w--current {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
}

.blog4_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.blog4_item-link {
  color: #121212;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.blog4_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.blog4_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog4_item-content {
  background-color: var(--ffffff);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.blog4_meta-wrapper {
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.blog4_category {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  margin-right: 1rem;
  padding: .25rem .5rem;
  display: flex;
}

.blog4_title-wrapper {
  margin-bottom: .5rem;
}

.blog4_button-wrapper {
  margin-top: 1.25rem;
  display: flex;
}

.button-9 {
  background-color: var(--ascension-blue);
  color: var(--ffffff);
  border-radius: 15px;
  padding: 15px 20px;
  transition: opacity .4s;
}

.button-9.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.layout47_component {
  grid-column-gap: 1.25rem;
  grid-row-gap: 6.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.layout47_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button-10 {
  background-color: var(--ascension-blue);
  color: var(--ffffff);
  border-radius: 15px;
  padding: 15px 20px;
  transition: opacity .4s;
}

.button-10.is-secondary {
  color: #000;
  background-color: #0000;
}

.button-10.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.blog33_image {
  aspect-ratio: 3 / 2;
  background-color: var(--ffffff);
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding: 2.5rem 2rem;
}

.blog33_author-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.blog33_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-medium\>);
  width: 100%;
  overflow: hidden;
}

.blog33_item-link {
  color: var(--ffffff);
  width: 100%;
  text-decoration: none;
}

.blog33_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blog33_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.heading-style-h5-2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.blog33_date-wrapper {
  align-items: center;
  display: flex;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-1\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-1\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  justify-content: center;
  align-items: center;
  padding: .175rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag.is-text {
  border-style: none;
  border-color: var(--\<unknown\|relume-variable-transparent\>);
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  padding: 0;
  display: inline-block;
}

.layout-tab-link-5 {
  color: #ffffffb3;
  background-color: #0000;
  border: 1px solid #ffffff4d;
  border-radius: .625rem;
  flex: 0 auto;
  padding: 1rem 1.25rem;
  transition: all .4s;
  overflow: hidden;
}

.layout-tab-link-5:hover {
  color: #fff;
  border-color: #fff;
}

.layout-tab-link-5.w--current {
  color: #fff;
  background-color: #878a8f;
  border-color: #878a8f;
  flex: none;
}

.image-gallery {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 40px;
  display: grid;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.blog33_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.blog33_image-2 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.button-11 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-11.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.blog33_item-link-2 {
  color: var(--black);
  text-decoration: none;
}

.heading-style-h5-3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.section_blog33 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

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

.div-block-12-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--ffffff);
  box-shadow: 7px 7px 20px 0 var(--grey);
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-11-copy {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header36_content {
  background-image: linear-gradient(#00000080, #00000080);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 5rem;
  padding-left: 5vw;
  padding-right: 5rem;
  display: flex;
}

.text-size-medium-2 {
  color: inherit;
  font-size: 1.25rem;
  line-height: 1.2;
}

.header36_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100svh;
  display: grid;
}

.button-12 {
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: #004795;
  border-radius: 30px;
  width: 180px;
  height: auto;
  margin-top: 20px;
  padding: 9px 20px;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  transition: box-shadow .3s;
  display: inline-block;
}

.button-12:hover {
  opacity: 1;
  box-shadow: 0 4px 16px #00000040;
}

.button-12.white {
  color: #004795;
  background-color: #fff;
  font-weight: 600;
}

.button-12.white:hover {
  color: #000;
  background-color: #ffe641;
}

.section_header36 {
  color: #fff;
  background-image: url('../images/electrcian-close-up.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h2-2 {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.text-rich-text-2.careers li {
  color: #818181;
  font-size: 15px;
  line-height: 26px;
}

.section_cta51 {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: relative;
}

.button-13 {
  color: #fff;
  text-align: center;
  background-color: #253d7d;
  border: 2px solid #253d7d;
  padding: .75rem 1.4rem;
  font-weight: 600;
  transition: all .35s;
}

.button-13:hover {
  color: #fff;
  transform: translate(0, -5px);
}

.button-13.is-white {
  color: #253d7d;
  background-color: #fff;
  border-style: none;
}

.container-large-2 {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-style-h2-3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.cta51_card {
  background-color: var(--ffffff);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  display: flex;
  overflow: hidden;
}

.ee-logo {
  max-width: 25%;
  margin-bottom: 20px;
}

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: block;
}

@media screen and (max-width: 991px) {
  .navigation {
    padding-bottom: 15px;
  }

  .nav-link {
    float: none;
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    display: block;
  }

  .nav-link.dropdown {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .nav-link.dropdown.left.no-padding, .nav-link.left.sub-device {
    width: auto;
  }

  .brand-logo {
    margin-top: 12px;
  }

  .brand-logo.left {
    margin-top: 19px;
    margin-left: 0;
  }

  .dropdown-link {
    width: auto;
  }

  .drop-down-arrow {
    margin-bottom: 26.5px;
  }

  .dropdown-toggle {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .troll-free-text.inside-navigation {
    display: block;
  }

  .dropdown-list.w--open {
    position: static;
  }

  .navigation-menu-style-2 {
    background-color: #044788;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .half-top {
    text-align: left;
  }

  .navigation-menu-style-3, .navigation-style-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .section.no-bottom-pading.add-padding {
    padding-bottom: 100px;
  }

  .section.blue.with-triangle, .section.blue.with-triangle.navigation {
    background-image: url('../images/2_map.avif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .title-top {
    padding-top: 0;
  }

  .dynamic-project-first {
    width: 50%;
  }

  .navigation-style-6 {
    background-color: #fff;
    padding-bottom: 10px;
    top: 0;
  }

  .container-style-6 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .blog-content {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-content.white {
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-circle {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .background {
    height: 700px;
  }

  .with-triangle {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .navigation-menu-style-1 {
    background-color: #fafafa;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navigation-menu-style-1.blue {
    background-color: #002e5b;
  }

  .navigation-menu-style-1.style-7 {
    float: none;
    margin-top: 0;
    margin-left: 0;
  }

  .menu-button {
    margin-top: 10px;
  }

  .menu-button.w--open {
    background-color: #ffc527;
  }

  .menu-button.style-5 {
    color: #fff;
    border-radius: 8px;
    margin-top: 20px;
    margin-right: 10px;
  }

  .menu-button.style-4 {
    margin-top: 15px;
  }

  .menu-button.style-3 {
    color: #fff;
    margin-top: 0;
  }

  .menu-button.style-7 {
    margin-top: 14px;
  }

  .navigation-style-7 {
    float: none;
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    position: relative;
    inset: 0 0 auto;
  }

  .intro-wrapper {
    display: block;
  }

  .left-copyright-flex {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 10px;
  }

  .copyright-2 {
    margin-bottom: 7px;
  }

  .link.left {
    margin-left: 0;
  }

  .made-with-webflow.left-margin {
    margin-bottom: 0;
    margin-left: 0;
  }

  .columns {
    padding-bottom: 40px;
  }

  .logo {
    text-align: left;
    margin-top: 20px;
    margin-left: 20px;
    display: inline-block;
  }

  .brand-image-1 {
    width: auto;
    max-width: 100%;
  }

  .collection-item-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .job-listing-block {
    max-width: none;
  }

  .image-12 {
    margin-bottom: 34px;
  }

  .columns-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .lightbox-link-2, .lightbox-link-3 {
    justify-content: center;
    display: flex;
  }

  .navbar {
    height: 100px;
  }

  .container-2 {
    margin-bottom: 0;
    display: block;
  }

  .nav-menu {
    background-color: var(--ffffff);
    flex-direction: column;
    margin-right: 0;
    display: flex;
  }

  .columns-4 {
    margin-bottom: 48px;
  }

  .columns-6 {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .div-block-13 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-3 {
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .menu-button-2 {
    margin-top: 25px;
    margin-right: 20px;
  }

  .collection-list-10 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .page_header_component {
    width: 70%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .hide-tablet {
    display: none;
  }

  .navbar1_menu {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
    background-color: var(--ffffff);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

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

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-top {
    background-color: var(--midnight-blue);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-bottom {
    background-color: var(--midnight-blue);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .layout254_content-bottom {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .sub-title {
    letter-spacing: 2px;
  }

  .layout402_tab-wrapper, .layout403_tab-wrapper {
    grid-column-gap: 3rem;
  }

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

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

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

  .header36_content {
    min-height: 600px;
  }

  .header36_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 4.5rem;
  }

  .cta51_card {
    padding: 3rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  .brand-logo {
    margin-top: 14px;
  }

  .brand-logo.style-2 {
    text-align: center;
    width: 100%;
  }

  .brand-logo.style-6 {
    margin-top: 12px;
    margin-left: 0;
  }

  .troll-free-text {
    text-align: center;
    margin-bottom: 5px;
  }

  .troll-free-text.inside-navigation {
    text-align: left;
  }

  .troll-free-text.inside-navigation.less {
    padding-left: 0;
    display: inline-block;
  }

  .navigation-menu-style-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .half-top {
    float: none;
    width: 40%;
    margin-top: 10px;
    margin-right: 0;
  }

  .social-footer {
    right: 312px;
  }

  .heading-white.title-blog-post {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-style-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .border-top.second-navigation {
    position: absolute;
  }

  .footer-style-3 {
    padding-bottom: 184px;
  }

  .footer-logo-style-3 {
    width: 60%;
    left: 32px;
  }

  .footer-style-4 {
    padding-top: 300px;
  }

  .section.no-bottom-pading.add-padding {
    top: -60px;
  }

  .sub-text-title {
    padding-top: 60px;
  }

  .title-top {
    white-space: pre-line;
  }

  .tab-history {
    border-top-style: none;
  }

  .project-tab {
    flex-direction: column;
    width: 500px;
    max-width: none;
    display: flex;
  }

  .tab-link-project {
    margin-top: 21px;
  }

  .blog-wrapper {
    flex-direction: column;
    align-items: center;
    width: auto;
    margin-bottom: 20px;
    margin-left: 100px;
    margin-right: 100px;
    display: flex;
  }

  .background {
    height: 100vh;
  }

  .contact-pop-up {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-different {
    max-height: auto;
    height: auto;
  }

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

  .navigation-menu-style-1.style-7 {
    width: 100%;
  }

  .menu-button.w--open, .menu-button.style-7 {
    margin-right: 10px;
  }

  .algin-center-device {
    text-align: center;
  }

  .top-margin-device {
    margin-top: 30px;
  }

  .small-footer-icon {
    margin-bottom: 20px;
    display: block;
  }

  .section-3 {
    padding: 40px 20px;
  }

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

  .container-2 {
    margin-bottom: 20px;
  }

  .div-block-14 {
    height: 100vh;
  }

  .heading-8 {
    padding-bottom: 30px;
  }

  .collection-list-wrapper-4 {
    flex-direction: row;
    width: 100%;
    height: 100%;
  }

  .div-block-21 {
    width: auto;
    height: auto;
  }

  .collection-list-10 {
    grid-template-columns: 1fr;
    width: 100%;
    height: 100%;
  }

  .collection-item-3 {
    width: 100%;
    height: 300px;
  }

  .tab-pane-all-brands {
    width: auto;
  }

  .tabs-content-2 {
    width: auto;
    height: auto;
  }

  .page_header_component {
    width: 80%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
    padding-bottom: 1rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .layout254_content-bottom {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout254_features {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .layout254_right {
    grid-row-gap: 3rem;
  }

  .layout402_tabs-menu {
    width: 100vw;
    margin-bottom: 3rem;
    margin-left: -5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .layout402_tab-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout403_tabs-menu {
    margin-bottom: 3rem;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .layout403_tab-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog4_category-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .blog4_menu-link.last-link {
    margin-right: 2rem;
  }

  .blog4_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout47_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h5-2 {
    font-size: 1.25rem;
  }

  .blog33_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h5-3 {
    font-size: 1.25rem;
  }

  .header36_content {
    padding-top: 0;
  }

  .header36_component {
    padding-top: 4rem;
  }

  .heading-style-h2-2, .heading-style-h2-3 {
    font-size: 2rem;
  }

  .cta51_card {
    padding: 2rem;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  .nav-link {
    padding-right: 0;
  }

  .brand-logo.style-4, .brand-logo.style-4.line-white {
    padding-left: 10px;
    padding-right: 15px;
  }

  .drop-down-arrow {
    right: 2px;
  }

  .dropdown-toggle {
    padding-right: 0;
  }

  .troll-free-text.inside-navigation, .troll-free-text.inside-navigation.less {
    text-align: left;
    display: block;
  }

  .dropdown-list.w--open {
    width: 100%;
  }

  .half-top {
    width: 86%;
  }

  .top-margin {
    text-align: center;
  }

  .top-margin.zero-margin {
    margin-top: 0;
  }

  .text-field-footer.pop-up {
    height: 35px;
    display: block;
  }

  .contact-list {
    padding-left: 30px;
  }

  .border-top.second-navigation {
    position: absolute;
    top: -1px;
  }

  .border-top.footer {
    top: 0;
  }

  .footer-logo-style-3 {
    width: 85%;
    margin-right: 30px;
  }

  .footer-style-4 {
    padding-top: 50px;
  }

  .section.gray {
    padding: 20px 5px;
  }

  .sub-text-title {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .sub-text-title.white.internal {
    margin-top: 100px;
  }

  .title-top {
    margin: 40px 5px;
    padding-bottom: 0;
  }

  .title-top.heading-white {
    padding: 10px;
    font-size: 30px;
    line-height: 45px;
  }

  .left-more-padding {
    margin-right: 0;
  }

  .tab-history {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .tab-link-history {
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .tab-link-history.w--current {
    justify-content: center;
    margin-right: 0;
    display: flex;
  }

  .tab-history-margin {
    margin-left: 10px;
    margin-right: 10px;
  }

  .project-tab {
    width: auto;
  }

  .tab-link-project {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .dynamic-project-first {
    width: 100%;
  }

  .project-wrapper-style-1 {
    width: auto;
    height: auto;
  }

  .project-overlay {
    width: 100%;
    height: 100%;
  }

  .project-content {
    width: 100%;
    height: 100%;
    inset: auto 0% -65%;
  }

  .quote-form-wrapper {
    margin-bottom: 25px;
    padding: 10px;
  }

  .blog-wrapper {
    float: none;
    flex-direction: column;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .blog-content.white {
    margin-left: 10px;
  }

  .container-center.uper.with-zero {
    top: 0%;
  }

  .banner-title {
    text-align: center;
    margin-top: 140px;
    padding: 10px;
    font-size: 40px;
  }

  .banner-sub-text {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
  }

  .background {
    height: 100vh;
  }

  .contact-pop-up.add-padding {
    padding-top: 350px;
    position: fixed;
  }

  .remove-button {
    top: 5px;
    right: 5px;
  }

  .column-different {
    max-height: auto;
  }

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

  .white-sub-blog {
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-copyright-flex {
    padding-left: 0;
  }

  .copyright-2 {
    padding: 10px;
  }

  .paragraph-tiny {
    margin: 20px;
  }

  .columns {
    padding-bottom: 0;
    padding-left: 0;
  }

  .column {
    top: -93px;
    left: 0;
  }

  .logo {
    margin-top: 0;
    margin-left: auto;
    display: inline-block;
    position: static;
    top: 5px;
  }

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

  .experts-icon {
    width: 3rem;
  }

  .section-3 {
    padding: 40px 20px;
  }

  .job-listing-info-wrapper {
    flex-direction: column;
  }

  .job-listing-info-block {
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

  .image-12 {
    box-shadow: none;
    max-width: 300px;
    padding: 5px 10px 5px 5px;
  }

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

  .navbar {
    height: 100px;
  }

  .container-2 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    margin-bottom: 0;
    display: block;
  }

  .nav-menu {
    align-items: center;
    display: flex;
  }

  .columns-6 {
    flex-direction: column;
  }

  .div-block-14 {
    height: 100vh;
  }

  .tabs-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .paragraph-5 {
    margin-bottom: 40px;
    padding: 10px;
  }

  .paragraph-6 {
    text-align: left;
    display: flex;
  }

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

  .paragraph-8 {
    padding-left: 0;
  }

  .column-9 {
    text-align: center;
  }

  .div-block-15 {
    text-align: center;
    margin-bottom: 40px;
  }

  .brand {
    position: absolute;
    top: 22px;
  }

  .menu-button-2 {
    text-align: justify;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    margin-right: auto;
    padding-top: 45px;
    padding-right: 20px;
    display: inline-block;
  }

  .column-10 {
    padding-bottom: 0;
  }

  .column-11 {
    padding: 0;
  }

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

  .collection-list-wrapper-4 {
    flex-direction: column;
    width: 100%;
    height: auto;
    display: flex;
  }

  .div-block-21 {
    width: auto;
    max-width: none;
    height: auto;
    display: flex;
  }

  .collection-list-10 {
    flex-direction: column;
    width: auto;
    height: auto;
    display: flex;
  }

  .div-block-22 {
    width: 300px;
    min-width: auto;
    max-width: none;
    height: 300px;
    min-height: auto;
    max-height: 300vh;
  }

  .collection-item-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .tab-pane-all-brands {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .tabs-content-2 {
    width: 100%;
    height: auto;
  }

  .page_header_component {
    width: 100%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h5 {
    font-size: 1rem;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .layout254_content-bottom {
    grid-template-columns: 1fr 1fr;
  }

  .layout254_features {
    grid-column-gap: 2rem;
    justify-content: flex-start;
    align-items: center;
  }

  .layout402_tabs-menu {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .blog4_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .layout47_component, .layout47_item-list, .image-gallery {
    grid-template-columns: 1fr;
  }

  .div-block-12-copy {
    flex-direction: column;
  }

  .button-group-2 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

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

  .text-size-medium-2 {
    font-size: 1.1rem;
  }

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

  .cta51_card {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06ba1-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06ba3-acb72247 {
  justify-self: center;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06bbb-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06bbc-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06bc0-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06bc1-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06bc5-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06bc6-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06bca-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06bcb-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06bcf-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06bd0-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06bd4-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06bd5-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06bdf-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06be0-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06be4-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06be5-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06be9-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06bea-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06bee-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06bef-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06bf3-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06bf4-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06bf8-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06bf9-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06c03-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06c04-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06c08-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06c09-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06c0d-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06c0e-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06c12-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06c13-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06c1c-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06c1d-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06c26-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06c27-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06c39-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06c3a-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06c3e-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06c3f-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06c43-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06c44-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06c48-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06c49-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06c4d-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06c4e-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06c58-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06c59-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06c5d-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06c5e-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06c62-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06c63-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06c67-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06c68-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06c6c-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06c6d-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06c71-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06c72-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06c7d-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06c7e-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06c82-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06c83-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06c87-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06c88-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06c8c-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06c8d-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06c91-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06c92-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06c96-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06c97-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06c9b-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06c9c-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06ca0-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06ca1-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06ca5-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06ca6-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06cb0-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06cb1-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06cb5-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06cb6-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06cba-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06cbb-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06cc2-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06cc3-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06d07-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06d27-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06d2f-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06d30-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06d35-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06d36-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06d45-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06d51-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06d5b-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06d5e-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06d5f-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06d62-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06d63-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06d66-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06d67-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06d6b-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06d6e-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06d6f-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06d72-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06d73-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06d76-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06d7e-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06d7f-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06d80-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06d82-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06d85-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06d86-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06d87-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06d8b-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06d8e-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06d8f-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06d90-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06d94-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06d98-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06d99-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06d9f-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06da3-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06da4-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06da8-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06dab-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06db0-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06db1-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06db2-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06db6-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06db9-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06dba-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06dbb-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06dc1-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06dc4-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06dc5-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06dc6-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06dcc-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06dcf-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06dd0-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06dd1-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06dd9-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06ddc-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06ddd-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06dde-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06dea-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06deb-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06dec-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06df0-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06df5-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06df6-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06df7-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06dfd-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06e02-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06e03-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06e04-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06e0a-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06e0f-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06e10-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06e11-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06e19-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06e1f-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06e20-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06e26-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06e30-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06e31-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06e32-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06e33-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06e35-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06e38-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06e3c-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06e3d-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06e3e-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06e47-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06e48-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06e49-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06e52-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06e53-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06e54-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06e55-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06e5b-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06e5c-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06e5d-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06e5e-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06e60-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06e64-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06e65-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06e66-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06e67-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06e69-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06ed5-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06ed9-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06eda-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06edc-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06ede-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06edf-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06ee1-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06ee3-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06ee4-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06ee6-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06ee8-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06ee9-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06eeb-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06eed-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06eee-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06ef0-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06ef2-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06ef3-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06ef5-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06ef7-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06ef8-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06efa-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06efb-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06efd-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06efe-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f00-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06f01-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06f03-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f04-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f06-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06f07-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06f09-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f0a-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f0c-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06f12-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06f16-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f17-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f19-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06f1b-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f1c-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f1e-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f20-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f21-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f23-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f25-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f26-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f28-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f2a-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f2b-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f2d-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f2f-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f30-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f32-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f34-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f35-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f37-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f39-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f3a-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f3c-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f3e-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f3f-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f41-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f43-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f44-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f46-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f48-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f49-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f4b-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f50-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f54-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f56-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f59-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06f5e-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06f63-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06f68-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06f6d-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f74-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f75-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f77-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06f78-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06f7a-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f7b-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f7d-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06f7e-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06f80-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f81-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f83-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06f84-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06f86-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f87-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f89-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06f8a-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06f8c-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f8d-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f8f-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06f90-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06f92-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f93-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f95-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06f96-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06f98-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f99-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f9b-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06f9c-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06f9e-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06f9f-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06fa1-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06fa2-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06fa4-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06fa5-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06fa7-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06fa8-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06faa-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06fab-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06fad-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06fae-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06fb0-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06fb1-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06fb3-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06fb4-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06fb6-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06fb7-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06fb9-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06fba-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06fbc-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06fbd-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06fbf-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06fc0-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06fc2-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06fc3-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06fc5-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06fc6-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06fc8-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06fc9-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06fcb-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06fcc-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06fd1-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06fd5-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06fd7-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06fda-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06fdf-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06fe4-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06fe9-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06fee-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06ff5-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06ff6-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06ff8-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06ff9-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06ffb-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06ffc-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd06ffe-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd06fff-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd07001-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd07002-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd07004-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd07005-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd07007-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd07008-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd0700a-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd0700b-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd0700d-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd0700e-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd07010-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd07011-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd07013-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd07014-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd07016-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd07017-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd07019-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd0701a-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd0701c-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd0701d-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd0701f-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd07020-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd07022-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd07023-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd07025-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd07026-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd07028-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd07029-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd0702b-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd0702c-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd0702e-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd0702f-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd07031-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd07032-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd07034-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd07035-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd07037-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd07038-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd0703a-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd0703b-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd0703d-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd0703e-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd07040-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd07041-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd07043-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd07044-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd07046-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd07047-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd07049-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd0704a-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd0704c-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd0704d-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd0713f-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd07143-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd07144-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd07148-acb72247, #w-node-a76af866-cec5-cfd2-1810-b7b64cd0714a-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd0714b-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd0714f-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd07150-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd07154-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd07155-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd07159-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd0715a-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd0715e-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd0715f-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd07163-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd07164-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd07168-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd07169-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd0716d-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd0716e-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd07172-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd07173-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd07177-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd07178-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd0717b-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd0717c-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd0717f-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd07180-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd07184-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd07185-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd07189-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd0718a-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd0718e-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd0718f-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd07193-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd07194-acb72247 {
  justify-self: start;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd07198-acb72247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76af866-cec5-cfd2-1810-b7b64cd07199-acb72247 {
  justify-self: start;
}

#w-node-ae9e3375-ffe7-48c1-1724-21f329112421-90af01cb {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-bc6f7fcc-a1d9-118f-0154-4d5544c02e14-55e6579f {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6805868c-7622-3887-6429-5014b908a9a7-55e6579f {
    place-self: center;
  }

  #w-node-ae9e3375-ffe7-48c1-1724-21f329112421-90af01cb {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bc6f7fcc-a1d9-118f-0154-4d5544c02e14-55e6579f {
    order: 9999;
    grid-area: 2 / 1 / 3 / 3;
  }
}


