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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.page--register .vs__dropdown-toggle {
  margin-bottom: 10px;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

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

body {
  font-family: Roboto, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 62px;
  font-weight: 400;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
}

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #5c96cc;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
}

a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: none;
}

a:hover {
  background-color: #5c96cc;
  color: #ffffff;
}

a:active {
  color: #43464d;
}

a.w--current {
  color: #f2612c;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.styleguide-content-wrap {
  text-align: center;
}

.section.cc-cta {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.section.cc-store-home-wrap {
  overflow: hidden;
  border-style: none;
  border-width: 0px;
  border-color: #d2d2d2;
}

.section.cc-store-home-wrap.conttesti {
  display: none;
}

.section.cc-store-home-wrap.conttesti.reviewtest {
  display: block;
}

.section.supplypartner {
  display: none;
}

.styleguide-block {
  display: block;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 0.6;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: 0.6;
}

.button {
  padding: 9px 19px;
  float: left;
  border-radius: 20px;
  background-color: #f2612c;
  -webkit-transition: background-color 400ms ease,
    opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease,
    opacity 400ms ease, color 400ms ease;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.button:hover {
  background-color: #32343a;
  color: #ffffff;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  background-color: #ffffff;
  color: #000;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  position: relative;
  z-index: 5;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button.cc-contact-us.w--current {
  color: #efefef;
}

.button.cc-contact-us.mobhidde.homebtn {
  margin-top: 9px;
  margin-right: 25px;
}

.button.cc-contact-us.mobhidde.contbtn {
  margin-top: 9px;
  padding-top: 9px;
}

.button.cc-contact-us.editadd {
  margin-right: 20px;
}

.button.cc-white-button {
  padding: 16px 35px;
  background-color: #ffffff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.button.secondary {
  display: block;
  margin-right: 20px;
  background-color: #5c96cc;
}

.button.secondary:hover {
  background-color: #32343a;
}

.button.secondary.w--current {
  color: #ffffff;
}

.button.secondary.disabled {
  opacity: 0.25;
}

.button.secondary.mobilehide:hover {
  background-color: #32343a;
}

.button.secondary.reviewbtn {
  display: none;
}

.button.savechanges {
  margin-right: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: 0.6;
}

.label.cc-blog-date {
  margin-top: 20px;
  opacity: 0.6;
}

.heading-jumbo-tiny {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
}

.rich-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.rich-text p {
  margin-top: 15px;
  margin-bottom: 25px;
  opacity: 0.6;
}

.paragraph-light {
  opacity: 0.6;
}

.heading-jumbo {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
  text-transform: none;
}

.heading-jumbo.cc-white-heading-jumbo {
  color: #ffffff;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
  color: #ffffff;
  text-align: center;
}

.paragraph-small {
  font-size: 16px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  background-color: #ffffff;
  opacity: 1;
}

.logo-link:active {
  opacity: 0.7;
}

.logo-link.w--current {
  background-color: #ffffff;
}

.menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 21px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #5c96cc;
  background-color: #ffffff;
}

.navigation-item {
  padding-top: 9px;
  padding-bottom: 9px;
  opacity: 0.6;
  font-size: 19px;
  line-height: 20px;
  font-weight: 500;
}

.navigation-item:hover {
  opacity: 0.9;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 14px;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webflow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

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

.webflow-link:active {
  opacity: 0.8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.hero-slider-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 122vw;
  height: 620px;
  margin-left: -10vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #253c8a;
  color: #ffffff;
}

.hero-slider-container.cc-subpage {
  height: 480px;
  background-color: #000;
  background-image: none;
  color: #ffffff;
}

.search-bar {
  width: 70%;
  max-width: 1140px;
  text-align: center;
}

.search-bar.cc-homepage {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 100;
  overflow: hidden;
  max-width: 650px;
  margin-top: 10px;
  margin-left: -325px;
  padding-top: 0px;
  border: 1px solid #ffffff;
  border-radius: 7px;
  background-color: rgba(37, 60, 138, 0.5);
}

.search-bar.cc-homepage.test {
  background-color: #253c8a;
}

.motto-wrap {
  width: 80%;
  margin-right: auto;
  margin-bottom: 85px;
  margin-left: auto;
  text-align: center;
}

.about-story-wrap {
  width: 80%;
  margin: 80px auto;
  text-align: center;
}

.our-services-grid {
  margin-bottom: 120px;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  -ms-grid-rows: auto 60px auto;
  grid-template-areas: ". . ." ". . .";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-heading-wrap {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  display: block;
  width: 70%;
  margin: 100px auto;
}

.contact-form-wrap {
  padding: 45px 50px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
}

.contact-form-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 2.5fr 80px 1fr;
  grid-template-columns: 2.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-field {
  height: 50px;
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 7px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  color: #2d2d2d;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0px;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  margin-bottom: 120px;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-areas: ". . .";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  height: 150px;
  margin-bottom: 30px;
  background-color: #f4f4f4;
}

.team-pic {
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
  background-color: #f4f4f4;
}

.team-members {
  margin-bottom: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto 30px auto;
  grid-template-areas: ". . ." ". . .";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.team-member-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-member-name {
  margin-bottom: 5px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.projects-grid {
  margin-bottom: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: "." "." ".";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 30px auto 30px auto;
  grid-template-rows: auto auto auto;
}

.project-name-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: 0.8;
}

.project-name-link:active {
  opacity: 0.7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: 0.8;
}

.project-cover-link:active {
  opacity: 0.7;
}

.project-overview-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  background-image: url("/images/portfolio-1---wide.svg");
  background-position: 50% 50%;
  background-size: cover;
  color: #ffffff;
}

.project-overview-header.cc-project-2-header {
  background-image: url("/images/portfolio-2---wide.svg");
  background-position: 50% 50%;
}

.project-details-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png");
  background-position: 0px 0px;
  background-size: cover;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  display: block;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.blog-preview-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png");
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}

.blog-preview-image:hover {
  opacity: 0.8;
}

.blog-preview-image:active {
  opacity: 0.7;
}

.blog-summary-wrap {
  width: 70%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: left;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: 0.8;
}

.blog-heading-link:active {
  opacity: 0.7;
}

.contact-email-link {
  margin-bottom: 5px;
  opacity: 0.6;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: 0.8;
}

.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  display: none;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  text-align: center;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.brand-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.home-section-wrap {
  margin-bottom: 30px;
  padding: 40px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  margin-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-grid.cc-about-2 {
  grid-template-areas: ". .";
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
}

.intro-text {
  z-index: 1;
  padding: 20px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.2)),
    to(transparent)
  );
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.2),
    transparent
  );
  text-align: left;
}

.collection-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  margin-bottom: 60px;
  text-align: center;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-right: 45px;
  padding-bottom: 30px;
  padding-left: 15px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: 0.8;
}

.business-article-heading:active {
  opacity: 0.7;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.top-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 53px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #253c8a;
  font-family: "Roboto Mono", sans-serif;
  color: #ffffff;
  font-style: italic;
  font-weight: 400;
  text-align: right;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.div-block {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 122vw;
  height: 100%;
  margin-left: 1vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transform: skew(-20deg, 0deg);
  -ms-transform: skew(-20deg, 0deg);
  transform: skew(-20deg, 0deg);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.div-block-2:hover {
  width: 250%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.2)),
    to(rgba(0, 0, 0, 0.2))
  );
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
}

.div-block-2._2:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(transparent)
  );
  background-image: linear-gradient(
    180deg,
    transparent,
    transparent
  );
}

.div-block-2._3:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(transparent)
  );
  background-image: linear-gradient(
    180deg,
    transparent,
    transparent
  );
}

.div-block-2._4:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(transparent)
  );
  background-image: linear-gradient(
    180deg,
    transparent,
    transparent
  );
}

.div-block-2._5:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(transparent)
  );
  background-image: linear-gradient(
    180deg,
    transparent,
    transparent
  );
}

.div-block-2._6:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(transparent)
  );
  background-image: linear-gradient(
    180deg,
    transparent,
    transparent
  );
}

.search-input-vue {
  position: relative;
  top: 0px;
  z-index: 1;
  display: block;
  width: 100%;
  height: 56px;
  margin-bottom: 0px;
  padding-right: 21px;
  padding-left: 21px;
  border: 0px solid #000;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  font-size: 19px;
  float: left;
}

.search-input-vue.small {
  height: 42px;
  font-size: 16px;
}

.search-button {
  position: relative;
  z-index: 1;
  display: block;
  height: 56px;
  padding: 10px 21px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  background-color: #f2612c;
}

.search-button.h6.small {
  height: 42px;
  line-height: 0px;
}

.search-button.h6.styling {
  margin-bottom: 0px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.search {
  height: 56px;
  margin-bottom: 0px;
}

.search.small {
  height: 42px;
}

.overline {
  margin-bottom: 14px;
  font-size: 13px;
  line-height: 1.4em;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.overline.gray-intro {
  margin-bottom: 7px;
  color: #b1b1b1;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-5 {
  width: 14px;
  height: 14px;
}

.div-block-5.mobbtns {
  display: none;
}

.h6 {
  margin-bottom: 14px;
  font-family: "Roboto Mono", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.h6.no-margin {
  margin-bottom: 0px;
}

.h6.navhead {
  display: none;
}

.text-block {
  font-family: "Roboto Mono", sans-serif;
  font-weight: 400;
}

.text-block-2 {
  padding: 14px;
  background-color: #253c8a;
  background-image: linear-gradient(
    225deg,
    rgba(0, 0, 0, 0.25),
    transparent
  );
  font-family: "Roboto Mono", sans-serif;
  font-size: 13px;
  line-height: 18px;
  text-align: right;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.div-block-6 {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
  z-index: 6;
  overflow: hidden;
  width: 100%;
  margin-bottom: 70px;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transform: skew(-20deg, 0deg);
  -ms-transform: skew(-20deg, 0deg);
  transform: skew(-20deg, 0deg);
}

.div-block-2-copy._2 {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0.5))
    ),
    url("/images/spacex-VBNb52J8Trk-unsplash-347166f2.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("/images/spacex-VBNb52J8Trk-unsplash-347166f2.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-2-copy._2:hover {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(transparent),
      to(transparent)
    ),
    url("/images/spacex-VBNb52J8Trk-unsplash-347166f2.jpg");
  background-image: linear-gradient(
      180deg,
      transparent,
      transparent
    ),
    url("/images/spacex-VBNb52J8Trk-unsplash-347166f2.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-2-copy._3 {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0.5))
    ),
    url("/images/matt-artz-64-xGOdUEnU-unsplash-7ceede60.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("/images/matt-artz-64-xGOdUEnU-unsplash-7ceede60.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.body {
  background-color: #efefef;
}

.div-block-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.5))
  );
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.5)
  );
  -webkit-transform: skew(-20deg, 0deg);
  -ms-transform: skew(-20deg, 0deg);
  transform: skew(-20deg, 0deg);
}

.div-block-2-copy._2 {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0.5))
    ),
    url("/images/spacex-VBNb52J8Trk-unsplash-347166f2.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("/images/spacex-VBNb52J8Trk-unsplash-347166f2.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-2-copy._2:hover {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(transparent),
      to(transparent)
    ),
    url("/images/spacex-VBNb52J8Trk-unsplash-347166f2.jpg");
  background-image: linear-gradient(
      180deg,
      transparent,
      transparent
    ),
    url("/images/spacex-VBNb52J8Trk-unsplash-347166f2.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-2-copy._3 {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0.5))
    ),
    url("/images/matt-artz-64-xGOdUEnU-unsplash-7ceede60.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("/images/matt-artz-64-xGOdUEnU-unsplash-7ceede60.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-7 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 170px;
  padding: 20px 20px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #253c8a;
  color: #ffffff;
}

.image {
  position: absolute;
  top: 0px;
  right: 0px;
  overflow: visible;
  background-color: transparent;
  color: #ffffff;
}

.image.thankcut {
  left: 0px;
  right: auto;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.image-2 {
  width: 100%;
  height: 200px;
}

.div-block-8 {
  width: 100%;
  height: 140px;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(37, 60, 138, 0.2)),
      to(rgba(37, 60, 138, 0.2))
    ),
    url("/images/max-kukurudziak-J6MzDDLvOBY-unsplash-12dd0b30.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(37, 60, 138, 0.2),
      rgba(37, 60, 138, 0.2)
    ),
    url("/images/max-kukurudziak-J6MzDDLvOBY-unsplash-12dd0b30.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-8._2 {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(transparent),
      to(transparent)
    ),
    url("/images/nils-rasmusson-gf2tGkp_GbI-unsplash-402ce28e-1-p-1080.jpeg");
  background-image: linear-gradient(
      180deg,
      transparent,
      transparent
    ),
    url("/images/nils-rasmusson-gf2tGkp_GbI-unsplash-402ce28e-1-p-1080.jpeg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-8._3 {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(37, 60, 138, 0.5)),
      to(rgba(37, 60, 138, 0.5))
    ),
    url("/images/aircraft-compressed.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(37, 60, 138, 0.5),
      rgba(37, 60, 138, 0.5)
    ),
    url("/images/aircraft-compressed.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-8._4 {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(37, 60, 138, 0.5)),
      to(rgba(37, 60, 138, 0.5))
    ),
    url("/images/max-kukurudziak-J6MzDDLvOBY-unsplash-12dd0b30-p-1080_1.jpeg");
  background-image: linear-gradient(
      180deg,
      rgba(37, 60, 138, 0.5),
      rgba(37, 60, 138, 0.5)
    ),
    url("/images/max-kukurudziak-J6MzDDLvOBY-unsplash-12dd0b30-p-1080_1.jpeg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-8._1 {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(transparent),
      to(transparent)
    ),
    url("/images/ruchindra-gunasekara-GK8x_XCcDZg-unsplash-9b959fd7-1-p-1080.jpeg");
  background-image: linear-gradient(
      180deg,
      transparent,
      transparent
    ),
    url("/images/ruchindra-gunasekara-GK8x_XCcDZg-unsplash-9b959fd7-1-p-1080.jpeg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-9 {
  height: 270px;
  padding: 20px;
  background-color: #ffffff;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  height: 100%;
  min-height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  background-color: #ffffff;
}

.div-block-10.thankyoucont {
  margin-right: 440px;
}

.div-block-11 {
  position: absolute;
  left: 0px;
  z-index: -1;
  overflow: hidden;
  width: 50vw;
  height: 524px;
  padding: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #5c96cc;
}

.div-block-12 {
  position: relative;
  height: 120px;
  padding: 40px 40px 20px;
  background-color: #253c8a;
  color: #ffffff;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-14 {
  margin-top: 14px;
  margin-bottom: 21px;
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  font-family: "Roboto Mono", sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.heading {
  position: static;
}

.page--contact .heading{
  text-align: center;
  font-size: 24px;
  line-height: 38px;
}

.text-span-3 {
  color: #f2612c;
}

.image-3 {
  -webkit-transform: rotate(-23deg);
  -ms-transform: rotate(-23deg);
  transform: rotate(-23deg);
}

.columns {
  position: relative;
  z-index: 0;
  border: 0px solid #000;
}

.div-block-15 {
  border: 0px solid #000;
}

.margin-left-14 {
  margin-left: 14px;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field-2 {
  height: 50px;
  max-width: 350px;
  margin-bottom: 0px;
  padding-left: 21px;
  border-right: 0px solid #000;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  letter-spacing: 0px;
  text-transform: none;
}

.submit-button {
  height: 50px;
  padding-right: 21px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  background-color: #f2612c;
  font-family: "Roboto Mono", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.search-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 0px;
  margin-left: 42px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f2612c;
  border-radius: 25px;
}

.search-input-vue-2 {
  height: 50px;
  margin-bottom: 0px;
  padding-left: 21px;
  border: 0px none #000;
  background-color: #efefef;
  font-size: 17px;
}

.search-button-2 {
  height: 50px;
  padding-right: 21px;
  padding-left: 21px;
  background-color: hsla(0, 0%, 68.7%, 0.5);
  font-size: 17px;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-18 {
  position: relative;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  background-color: #253c8a;
  color: #ffffff;
}

.div-block-19 {
  padding: 20px 40px 40px;
  background-color: #253c8a;
}

.div-block-20 {
  position: relative;
  height: auto;
  max-width: 245px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  background-color: #ffffff;
}

.div-block-20.contactblock {
  max-width: 245px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.div-block-20.singletest {
  display: block;
  margin-top: 115px;
  margin-right: 0px;
  margin-left: 130px;
}

.div-block-20.reviewtest {
  max-width: none;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-22 {
  position: absolute;
  right: 0px;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 400px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  opacity: 0.39;
}

.image-4 {
  margin-top: -740px;
}

.div-block-24 {
  padding: 50px 70px;
}

.footer {
  position: relative;
  margin-top: 100px;
  background-color: #253c8a;
  color: #ffffff;
}

.image-5 {
  width: 200px;
}

.columns-2 {
  padding-top: 35px;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-25.footmenu {
  display: none;
}

.paragraph {
  padding-right: 35px;
  color: #ffffff;
}

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

.column.footernav {
  display: block;
}

.column-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-3 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-4 {
  padding-right: 0px;
  padding-left: 0px;
}

.text-block-3 {
  padding-top: 70px;
  color: #c3c0c0;
}

.text-block-3.copyright {
  width: 39.33%;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
  font-size: 14px;
  text-align: left;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.paragraph-copy {
  display: block;
  padding-right: 35px;
}

.paragraph-copy.phonrcopy {
  display: none;
}

.paragraph-copy.contactfoot {
  margin-top: 40px;
}

.social-icons {
  margin-right: 21px;
  color: #ffffff;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2d2d2d;
  font-size: 19px;
}

.icon {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 111;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 14px;
}

.icon.subicon {
  left: 16%;
  top: 31%;
  right: auto;
  bottom: auto;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.icon.subicon:hover {
  color: #000;
}

.icon.subicon.feaicn {
  left: auto;
  right: -10px;
  padding-right: 0px;
}

.div-block-27 {
  position: absolute;
  right: 0px;
  z-index: 2;
  display: block;
  width: 700px;
  height: 400px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: default;
}

.image-3-copy {
  -webkit-transform: rotate(-23deg);
  -ms-transform: rotate(-23deg);
  transform: rotate(-23deg);
}

.image-6 {
  position: absolute;
  z-index: -1;
  height: 100%;
  opacity: 0.25;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-6:hover {
  opacity: 1;
}

.image-6-copy {
  position: absolute;
  z-index: -1;
  height: 100%;
  opacity: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-7 {
  position: absolute;
}

.div-block-11-copy {
  position: absolute;
  left: 0px;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  padding: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #5c96cc;
}

.home-content-wrap-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.account-container {
  display: block;
  padding: 30px 20px;
  background-color: #ffffff;
}

.account-container.expertspt {
  display: none;
}

.account-container.billadd {
  display: none;
}

.account-container.shippadd {
  display: none;
}

.account-container.shipmethod {
  display: none;
}

.div-block-28 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

.div-block-11-copy-copy {
  position: relative;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #5c96cc;
}

.image-7-copy {
  width: auto;
  min-height: 100%;
  margin-right: 21px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-copy {
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.image-7-copy-copy {
  min-height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-29 {
  width: 250px;
  padding-right: 21px;
}

.div-block-30 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-4 {
  margin-bottom: 2px;
  padding: 7px 7px 7px 14px;
  background-color: #253c8a;
  color: #ffffff;
}

.text-block-4.h6 {
  margin-bottom: 0px;
  margin-left: 1px;
}

.text-block-4.subhead {
  background-color: rgba(37, 60, 138, 0.5);
}

.grid {
  margin-bottom: 2px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px
    1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-size: 13px;
}

.subhead-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin-left: 1px;
  padding: 4px 14px 14px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #2d2d2d;
  color: #ffffff;
  line-height: 17px;
}

.subhead-cell:hover {
  background-color: #253c8a;
}

.cell-text {
  overflow: visible;
  padding: 9px 14px 4px;
  background-color: #ffffff;
  white-space: nowrap;
}

.checkbox-cell {
  width: 100%;
  height: 100%;
  padding-top: 9px;
  padding-left: 14px;
  background-color: #ffffff;
}

.cell-link {
  overflow: visible;
  padding: 7px 14px 4px;
  background-color: #ffffff;
  color: #f2612c;
  font-size: 19px;
  white-space: nowrap;
}

.image-8 {
  display: block;
}

.div-block-31 {
  height: 100%;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-33 {
  padding-right: 7px;
}

.divider-copy {
  height: 2px;
  background-color: #ffffff;
}

.div-block-32-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-5 {
  font-size: 13px;
}

.div-block-34 {
  width: 35px;
  height: 35px;
}

._35 {
  width: 35px;
  height: 35px;
}

.image-9 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tabs {
  width: 100%;
}

.image-10 {
  position: absolute;
  top: 0px;
  right: 0px;
}

.tabs-content {
  padding: 20px;
  background-color: #ffffff;
}

.tab-link-tab-1.w--current {
  background-color: #253c8a;
  color: #ffffff;
}

.tab {
  padding-right: 42px;
  background-color: #5c96cc;
  color: #ffffff;
}

.tab:hover {
  color: #ffffff;
}

.tab.w--current {
  background-color: #253c8a;
  color: #ffffff;
}

.rich-text-block {
  max-width: 700px;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-11-copy {
  position: absolute;
  left: 0px;
  z-index: -1;
  overflow: hidden;
  width: 50vw;
  height: 500px;
  padding: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #ffffff;
}

.secondary-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #5c96cc;
  color: #ffffff;
  text-decoration: none;
}

.secondary-button:hover {
  color: #ffffff;
}

.div-block-36 {
  min-width: 500px;
  margin-left: 70px;
  padding: 7px;
  border: 1px solid #fff;
  border-radius: 14px;
  background-color: #253c8a;
}

.button-icon {
  margin-right: 14px;
}

.text-block-6 {
  display: inline-block;
  margin-right: 14px;
  padding: 4px 14px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 14px;
}

.hero-search {
  display: none;
  padding: 10px 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #efefef;
  color: #2d2d2d;
  text-align: left;
}

.hero-search:hover {
  background-color: #ffffff;
  color: #2d2d2d;
}

.body2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
}

.body2.contus {
  padding-right: 20px;
}

.image-12 {
  position: relative;
  z-index: -3;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-39 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    225deg,
    rgba(0, 0, 0, 0.2),
    transparent 55%
  );
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 170px;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #253c8a;
}

.dropdown-list {
  overflow: hidden;
  border-radius: 14px;
}

.dropdown-list-2 {
  overflow: hidden;
  border-radius: 14px;
}

.dropdown-list-3 {
  overflow: hidden;
  border-radius: 14px;
}

.dropdown-list-4 {
  overflow: visible;
  border-radius: 0px;
}

.dropdown-list-4.w--open {
  left: -19px;
  overflow: visible;
  border-radius: 0px;
}

.hero-slider {
  z-index: 6;
  overflow: hidden;
  width: 100%;
  margin-bottom: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}

.navbar-search {
  min-width: 320px;
  margin-left: 42px;
  padding: 5px;
  border-radius: 11px;
  background-color: #c3c0c0;
  opacity: 1;
}

.navbar-search.searchready {
  width: 100%;
  margin-left: 0px;
  border-radius: 0px;
  background-color: #efefef;
}

.navbar-search.desktop-hide {
  display: none;
}

.form {
  position: static;
  display: inherit;
  height: 56px;
}

.html-embed.w-embed form#search-form-header {
  display: flex;
}
.navbar-search.desktop-hide {
  height: 66px;
}

.form-block {
  margin-bottom: 0px;
}

.image-13 {
  position: relative;
  right: 0px;
}

.success-message {
  border-radius: 7px;
  background-color: #f2612c;
}

.html-embed {
  width: 100%;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}

.dropdown-link:hover {
  background-color: #5c96cc;
  color: #ffffff;
}

.dropdown-link.w--current {
  color: #2d2d2d;
}

.dropdown-link.w--open {
  padding-top: 0px;
  padding-bottom: 0px;
}

.dropdown-link.sale {
  color: red;
}

.dropdown-link.innermenu {
  padding-right: 20px;
  padding-left: 40px;
}

.dropdown-link.feariv {
  display: none;
}

.dropdown-link.newfea {
  padding-top: 0px;
  padding-bottom: 0px;
}

.dropdown-link.newfea:hover {
  color: #ffffff;
}

.div-block-41 {
  position: absolute;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(37, 60, 138, 0.5);
}

.text-block-7 {
  position: absolute;
  z-index: 30;
  width: 200px;
  height: 100px;
  margin-bottom: 0px;
  padding: 20px;
  border: 2px solid #ffffff;
  background-color: #253c8a;
  color: #ffffff;
  text-align: center;
}

.text-block-7.h6 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-content-wrap-copy-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.left-side {
  position: relative;
}

.div-block-42 {
  width: 2px;
  height: 50px;
  background-color: #ffffff;
}

.div-block-43 {
  margin-bottom: 70px;
  background-color: #5c96cc;
}

.div-block-10-copy {
  width: 700px;
  min-height: 500px;
  margin-bottom: 70px;
  background-color: #ffffff;
}

.div-block-10-copy-copy {
  width: 100%;
  min-height: 500px;
  margin-bottom: 70px;
  background-color: #5c96cc;
}

.grid-2 {
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 143px;
  grid-template-rows: 143px;
}

.grid-2.shipping-methods {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 196px;
  grid-template-rows: 196px;
}

.div-block-44 {
  position: relative;
  background-color: #ffffff;
}

.div-block-45 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #5c96cc;
}

.image-14 {
  position: absolute;
  margin-top: 2%;
  margin-left: -30%;
}

.div-block-46 {
  position: absolute;
  z-index: 40;
  width: 500px;
  padding: 40px;
  border-style: solid;
  border-width: 4px;
  border-color: #253c8a;
  background-color: #ffffff;
}

.test {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.test-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #5c96cc;
}

.notification-banner {
  display: none;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #962e26;
  color: #ffffff;
  text-decoration: none;
}

.notification-banner:hover {
  background-color: #962e26;
}

.image-15 {
  margin-right: 21px;
}

.image-16 {
  color: #ffffff;
}

.grid-copy {
  margin-bottom: 2px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px
    1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-size: 13px;
}

.cell-text-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 1px;
  margin-left: 1px;
  padding: 4px 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #efefef;
  white-space: nowrap;
}

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-49 {
  flex: 1 !important;
}

.div-block-49.partn {
  display: none;
}

.div-block-50 {
  flex: 1 !important;
}

.div-block-50.typein {
  display: block;
}

.div-block-50.uploadsheet {
  display: none;
}

.div-block-50.captcha {
  display: block;
}

.div-block-50.editcaptcha {
  display: none;
}

._14 {
  width: 14px;
  height: 14px;
}

.div-block-51 {
  padding: 20px 20px 7px;
  border-radius: 7px;
  background-color: #efefef;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.caption {
  font-size: 12px;
  line-height: 16px;
}

.div-block-11-copy {
  position: absolute;
  left: 0px;
  z-index: -1;
  display: block;
  overflow: hidden;
  width: 50vw;
  height: 100%;
  padding: 0px 40px;
  background-color: #5c96cc;
}

.home-content-wrap-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-53 {
  position: absolute;
  z-index: -1;
  width: 50vw;
  height: 100%;
  background-color: #253c8a;
}

.div-block-54 {
  position: absolute;
  left: -350px;
  top: 0px;
  right: 0px;
  z-index: -1;
  overflow: hidden;
  width: 700px;
  height: 700px;
  background-color: #253c8a;
  -webkit-transform: skew(-20deg, 0deg);
  -ms-transform: skew(-20deg, 0deg);
  transform: skew(-20deg, 0deg);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.div-block-54:hover {
  left: -200px;
  width: 1000px;
}

.div-block-54.accountset {
  left: 0px;
}

.image-17 {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-54-copy {
  position: absolute;
  right: 0px;
  z-index: -1;
  overflow: hidden;
  width: 700px;
  height: 350px;
  margin-top: 120px;
  background-color: #253c8a;
  -webkit-transform: skew(-20deg, 0deg);
  -ms-transform: skew(-20deg, 0deg);
  transform: skew(-20deg, 0deg);
}

.testimoniail-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-54-copy {
  position: absolute;
  right: 0px;
  z-index: -1;
  overflow: hidden;
  width: 590px;
  height: 100%;
  margin-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #253c8a;
  -webkit-transform: skew(-20deg, 0deg);
  -ms-transform: skew(-20deg, 0deg);
  transform: skew(-20deg, 0deg);
}

.testimonial-background {
  position: absolute;
  right: -200px;
  z-index: -1;
  display: none;
  overflow: hidden;
  width: 980px;
  height: 100%;
  background-color: #253c8a;
  -webkit-transform: skew(-20deg, 0deg);
  -ms-transform: skew(-20deg, 0deg);
  transform: skew(-20deg, 0deg);
}

.div-block-11-copy-copy {
  position: absolute;
  left: 0px;
  z-index: -1;
  overflow: hidden;
  width: 50vw;
  height: 500px;
  padding: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #ffffff;
}

.div-block-38-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 70px 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-11-copy-copy-copy {
  position: relative;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #5c96cc;
}

.home-section-wrap-copy-copy {
  padding: 40px;
  background-color: #ffffff;
}

.div-block-55 {
  background-color: #ffffff;
}

.div-block-56 {
  border-top: 1px solid #efefef;
  background-color: #efefef;
}

.div-block-57 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-block-3 {
  width: 100%;
  height: 100%;
}

.table:hover {
  background-color: #efefef;
  color: #2d2d2d;
}

.order-container {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  background-color: #ffffff;
}

.home-content-wrap-copy-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 20px 20px 14px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.home-content-wrap-copy {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.home-content-wrap-copy-copy-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.home-content-wrap-copy-copy-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.home-content-wrap-copy-copy-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.home-content-wrap-copy-copy-copy {
  position: relative;
  margin-top: 80px;
  margin-bottom: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.testimonail-content-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.page--about .testimonail-content-wrapper {
  margin-top: 0;
}
.page--about footer {
  margin-top: 70px;
}
.div-block-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-59 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-field-2-copy {
  height: 50px;
  max-width: 100px;
  margin-bottom: 0px;
  padding-left: 21px;
  border-right: 0px solid #000;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  color: #132363;
  letter-spacing: 0px;
  text-transform: none;
}

.div-block-61 {
  margin-top: 1px;
  margin-left: 1px;
  padding-top: 4px;
  padding-bottom: 7px;
  padding-left: 14px;
  background-color: #c3c0c0;
}

.paragraph-2 {
  margin-bottom: 0px;
}

.image-18 {
  margin-left: -4px;
}

.cell-text-copy-copy {
  overflow: visible;
  margin-top: 1px;
  padding: 4px 14px;
  background-color: #253c8a;
  color: #efefef;
  white-space: nowrap;
}

.submit-button-copy {
  height: 50px;
  padding-right: 14px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  background-color: #5c96cc;
  font-family: "Roboto Mono", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-62 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-63 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button-copy {
  padding: 9px 12px;
  border-radius: 20px;
  background-color: #f2612c;
  -webkit-transition: background-color 400ms ease,
    opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease,
    opacity 400ms ease, color 400ms ease;
  color: #ffffff;
  font-size: 13px;
  line-height: 15px;
  text-decoration: none;
}

.button-copy:hover {
  background-color: #32343a;
  color: #ffffff;
}

.button-copy:active {
  background-color: #43464d;
}

.button-copy.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-copy.cc-jumbo-button.cc-jumbo-white {
  background-color: #ffffff;
  color: #000;
}

.button-copy.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button-copy.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button-copy.cc-contact-us {
  position: relative;
  z-index: 5;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button-copy.cc-contact-us.w--current {
  color: #efefef;
}

.button-copy.cc-white-button {
  padding: 16px 35px;
  background-color: #ffffff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.button-copy.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button-copy.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.button-copy.secondary {
  background-color: #5c96cc;
}

.div-block-61-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1px;
  padding-top: 4px;
  padding-bottom: 7px;
  padding-left: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c3c0c0;
}

.cell-text-copy-copy {
  overflow: visible;
  margin-top: 1px;
  padding: 4px 14px;
  background-color: #efefef;
  white-space: nowrap;
}

.cell-text-copy-copy-copy {
  overflow: visible;
  margin-top: 1px;
  padding: 4px 14px;
  background-color: #962e26;
  color: #efefef;
  white-space: nowrap;
}

.cell-text-copy-copy-copy {
  overflow: visible;
  margin-top: 1px;
  padding: 4px 14px;
  background-color: #253c8a;
  color: #efefef;
  white-space: nowrap;
}

.div-block-61-copy {
  height: 100%;
  margin-top: 1px;
  padding-top: 4px;
  padding-bottom: 7px;
  padding-left: 14px;
  background-color: #c3c0c0;
}

.not-available-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1px;
  margin-left: 1px;
  padding-right: 14px;
  padding-left: 14px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
}

.paragraph-2-copy {
  margin-bottom: 0px;
  padding-right: 14px;
}

.div-block-64 {
  position: absolute;
  z-index: 5;
  display: none;
  min-height: 150px;
  min-width: 150px;
  padding: 21px 21px 14px 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #ffffff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.cell-name-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 1px;
  margin-left: 1px;
  padding: 4px 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #253c8a;
  color: #efefef;
  white-space: nowrap;
}

.cell-text-copy-copy-copy-copy {
  overflow: visible;
  margin-top: 1px;
  padding: 4px 14px;
  background-color: #253c8a;
  color: #efefef;
  white-space: nowrap;
}

.link {
  display: inline-block;
  padding: 7px 14px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  line-height: 18px;
}

.div-block-61-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1px;
  padding-top: 4px;
  padding-bottom: 7px;
  padding-left: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c3c0c0;
}

.div-block-61-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1px;
  padding-top: 4px;
  padding-bottom: 7px;
  padding-left: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c3c0c0;
}

.div-block-65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.div-block-28-copy {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-28-copy-copy {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-10-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  height: 100%;
  min-height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ffffff;
}

.div-block-10-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ffffff;
}

.general-information-container {
  display: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.account-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-68 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hr {
  width: 100%;
  height: 2px;
  background-color: #c3c0c0;
}

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

.div-block-54-copy {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: -1;
  overflow: hidden;
  width: 700px;
  height: 700px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #253c8a;
  -webkit-transform: skew(-20deg, 0deg);
  -ms-transform: skew(-20deg, 0deg);
  transform: skew(-20deg, 0deg);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.div-block-54-copy:hover {
  left: -200px;
  width: 1000px;
}

.home-content-wrap-copy-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-content-wrap-copy-copy-copy-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-54-copy-copy {
  position: absolute;
  right: 0px;
  z-index: -1;
  overflow: hidden;
  width: 590px;
  height: 100%;
  margin-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #253c8a;
  -webkit-transform: skew(-20deg, 0deg);
  -ms-transform: skew(-20deg, 0deg);
  transform: skew(-20deg, 0deg);
}

.home-section-wrap-copy-copy {
  padding: 40px;
  background-color: #5c96cc;
}

.left-side-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.left-side-copy.leftcust {
  display: none;
}

.home-content-wrap-copy-copy-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-subhead {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.quality-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-54-copy-copy {
  position: absolute;
  right: 0px;
  z-index: -1;
  overflow: hidden;
  width: 590px;
  height: 100%;
  max-height: 600px;
  margin-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #253c8a;
  -webkit-transform: skew(-20deg, 0deg);
  -ms-transform: skew(-20deg, 0deg);
  transform: skew(-20deg, 0deg);
}

.home-section-wrap-copy-copy {
  padding: 40px;
}

.order-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 20px 20px 14px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.home-content-wrap-copy-copy-copy-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.contact-container.logincontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
}

.home-section-wrap-copy-copy {
  padding: 40px;
}

.home-content-wrap-copy-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-content-wrap-copy-copy-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.subhead-cell-no-border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding: 4px 14px 14px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #5c96cc;
  color: #ffffff;
  line-height: 17px;
}

.subhead-cell-no-border:hover {
  background-color: #253c8a;
}

.div-block-69 {
  width: 42px;
  height: 42px;
  border-radius: 20px;
  background-color: #f2612c;
}

.trending-subhead {
  display: inline-block;
  padding-right: 14px;
}

.benefits-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  margin-bottom: 70px;
}

.account-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  height: auto;
  margin-top: 0px;
  margin-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #ffffff;
}

.bullet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.bullet-icon {
  width: 7px;
  height: 7px;
  margin-right: 14px;
  margin-bottom: 5px;
  padding-bottom: 3px;
  border-radius: 20px;
  background-color: #f2612c;
}

.address-container {
  padding: 21px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #efefef;
}

.shipping-address-container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 21px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #efefef;
}

.search-address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 320px;
  padding: 10px;
  border-radius: 14px;
  background-color: #c3c0c0;
  opacity: 1;
}

.div-block-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.billing-address-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-71 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.filter-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #ffffff;
  line-height: 17px;
}

.filter-cell:hover {
  background-color: #253c8a;
}

.filter-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 1px;
  padding-right: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #5c96cc;
}

.div-block-72 {
  width: 380px;
}

.address-checkbox {
  width: 21px;
  height: 21px;
  margin-right: 7px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(37, 60, 138, 0.5);
  border-radius: 2px;
  background-color: #efefef;
}

.div-block-73 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.requirements-container {
  display: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.terms-container {
  display: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-74 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 28px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-color: #efefef;
}

.quick-list-rename {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-2 {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 7px;
  background-color: hsla(0, 2.9%, 76%, 0.2);
}

.right-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.div-block-75 {
  width: 300px;
}

.div-block-75-copy {
  width: 130px;
}

.caption-width {
  font-size: 12px;
  line-height: 16px;
}

.div-block-76 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-77 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-78 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.test-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-block-2 {
  padding: 20px;
  border-radius: 7px;
  background-color: #efefef;
}

.div-block-54-copy {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  display: block;
  overflow: hidden;
  width: 700px;
  height: 700px;
  background-color: #253c8a;
  -webkit-transform: skew(-20deg, 0deg);
  -ms-transform: skew(-20deg, 0deg);
  transform: skew(-20deg, 0deg);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.div-block-54-copy:hover {
  left: -200px;
  width: 1000px;
}

.div-block-54-copy.loginblock {
  display: block;
  width: 600px;
  height: 567px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-54-copy.loginblock.thankyoublock {
  left: auto;
  right: 0px;
}

.product-hero {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.container-non {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
}

.quick-quote-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.quick-quote-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: -1;
  overflow: hidden;
  width: 700px;
  height: 700px;
  background-color: #253c8a;
  -webkit-transform: skew(-20deg, 0deg);
  -ms-transform: skew(-20deg, 0deg);
  transform: skew(-20deg, 0deg);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.quick-quote-bg:hover {
  left: -200px;
  width: 1000px;
}

.relative-container {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.container-noot-relative {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.account-wrapper-not-relative {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #ffffff;
}

.bold-text {
  color: #f2612c;
  font-weight: 400;
  text-align: right;
}

.link-3 {
  display: none;
  margin-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition-property: none;
  transition-property: none;
  color: #f2612c;
}

.link-3:hover {
  background-color: transparent;
}

.container-2 {
  max-width: 1140px;
}

.footer-link {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 30px;
  float: left;
  color: #ffffff;
}

.footer-link:hover {
  background-color: transparent;
  color: #f2612c;
}

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

.facebook {
  width: 50px;
  height: 50px;
  background-image: url("/images/Facebook.svg");
  background-position: 0px 0px;
  background-size: cover;
}

.facebook:hover {
  background-image: url("/images/Facebook-Hover.svg");
}

.twitter {
  width: 50px;
  height: 50px;
  background-image: url("/images/Twitter.svg");
  background-position: 0px 0px;
  background-size: cover;
}

.twitter:hover {
  background-color: transparent;
  background-image: url("/images/Twitter-Hover.svg");
}

.facebook:hover {
  background-color: transparent;
  background-image: url("/images/Facebook-Hover.svg");
}
.image-19 {
  position: absolute;
  width: 30px;
  height: 30px;
}

.image-20 {
  position: absolute;
  top: 209px;
  width: 70px;
  height: 70px;
}

.image-20-copy {
  position: absolute;
  top: 464px;
  width: 70px;
  height: 70px;
}

.image-20-copy-copy {
  position: absolute;
  top: 594px;
  width: 70px;
  height: 70px;
}

.image-20-copy-copy-copy {
  position: absolute;
  top: 714px;
  width: 70px;
  height: 70px;
}

.image-21 {
  display: block;
  width: 390px;
  height: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #253c8a;
  box-shadow: 1px 1px 3px 0 rgba(37, 60, 138, 0.5);
}

.div-block-79 {
  padding: 40px;
}

.div-block-79-copy {
  padding: 0px 40px 40px;
}

.terms-conditions {
  padding: 40px;
}

.full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  height: 100%;
  min-height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ffffff;
}

.full-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ffffff;
}

.survey-cta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 250px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(37, 60, 138, 0.5)),
      to(rgba(37, 60, 138, 0.5))
    ),
    url("/images/tim-van-der-kuip-CPs2X8JYmS8-unsplash.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(37, 60, 138, 0.5),
      rgba(37, 60, 138, 0.5)
    ),
    url("/images/tim-van-der-kuip-CPs2X8JYmS8-unsplash.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #000;
}

.home-content-wrap-copy-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cell-link-copy {
  overflow: visible;
  padding: 9px 14px 4px;
  background-color: #ffffff;
  color: #f2612c;
  font-size: 14px;
  white-space: nowrap;
}

.image-22 {
  position: absolute;
  z-index: 0;
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.link-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.survey-inner-div {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  text-align: center;
}

.div-block-80 {
  position: absolute;
  width: 100px;
  height: 100px;
}

.wrapper {
  display: none;
  overflow: hidden;
  padding: 10px;
}

.marquee-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200%;
}

.marquee {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  margin: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-23 {
  margin-right: auto;
  margin-left: auto;
}

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

.columns-3 {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.link-5 {
  color: #ffffff;
}

.link-5:hover {
  background-color: transparent;
}

.survey-home-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(37, 60, 138, 0.5)),
      to(rgba(37, 60, 138, 0.5))
    ),
    url("/images/tim-van-der-kuip-CPs2X8JYmS8-unsplash.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(37, 60, 138, 0.5),
      rgba(37, 60, 138, 0.5)
    ),
    url("/images/tim-van-der-kuip-CPs2X8JYmS8-unsplash.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.searchmob {
  display: none;
}

.sub-submenu {
  position: relative;
}

.dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.featured {
  position: relative;
  display: none;
}

.subfeatured {
  position: absolute;
  left: 147px;
  top: 1px;
  right: auto;
  z-index: 9999;
  display: none;
  border-radius: 14px;
  background-color: #ddd;
}

.icon-2 {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.subdrop {
  left: 190px;
  top: 0px;
  z-index: 110;
}

.dropdown-toggle-2 {
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 0px;
}

.dropdown-link-3 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.dropdown-link-4 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.dropdown-link-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.dropdown-link-6 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.dropdown-link-7 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.dropdown-link-8 {
  padding-top: 5px;
  padding-bottom: 5px;
}

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

.link-block-4:hover {
  background-color: transparent;
}

.image-26 {
  display: block;
}

.mobileslider {
  display: none;
}

.termsprivacy {
  position: static;
  display: block;
  overflow: hidden;
  width: 35.33%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.notibar {
  display: none;
  overflow: hidden;
  width: auto;
}

.notidiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300%;
  background-color: #962e26;
}

.msgbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #962e26;
}

.msgbar.last {
  display: none;
}

.msgdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-19 {
  font-family: "Roboto Mono", sans-serif;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-block-19.mobiletext {
  display: none;
}

.learnclick {
  padding-right: 0px;
  padding-left: 20px;
  font-family: "Roboto Mono", sans-serif;
  color: #5c96cc;
  text-decoration: underline;
}

.learnclick:hover {
  background-color: transparent;
  color: #5c96cc;
}

.bannerfade {
  display: block;
  height: 50px;
  background-color: #962e26;
}

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

.slider {
  height: 50px;
  background-color: #962e26;
}

.icon-5 {
  display: none;
}

.icon-6 {
  display: none;
}

.contdrop {
  display: none;
}

.container-3 {
  max-width: 1140px;
}

.container-3.breadcrumb {
  margin-top: 0px;
}

.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.link-7 {
  padding-right: 26px;
  color: #2d2d2d;
  font-size: 15px;
}

.link-7:hover {
  background-color: transparent;
  color: #2d2d2d;
}

.brelink:hover {
  background-color: transparent;
  color: #000;
}

.servdrop {
  display: none;
}

.link-8 {
  padding-right: 26px;
  padding-bottom: 0px;
  color: #2d2d2d;
  font-size: 15px;
}

.link-8:hover {
  background-color: transparent;
  color: #000;
  text-align: left;
}

.hidddenfield {
  display: none;
}

.slider-2 {
  width: 45%;
}

.slider-2.contslider {
  display: none;
  height: auto;
  min-height: 530px;
  background-color: transparent;
  text-align: center;
}

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

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

.slide {
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
}

.slide-2 {
  max-width: none;
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
}

.slide-3 {
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
}

.slide-4 {
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
}

.textarea {
  min-height: 150px;
}

.textarea-2 {
  min-height: 150px;
}

.heading-3 {
  display: none;
}

.paragraph-4 {
  display: none;
}

.link-9 {
  padding-top: 5px;
  padding-left: 383px;
  float: left;
  font-family: "Roboto Mono", sans-serif;
  color: #5c96cc;
  text-decoration: underline;
}

.link-9:hover {
  background-color: transparent;
  color: #5c96cc;
}

.link-9.forpass {
  display: none;
}

.newregister {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.newregister.createacc {
  display: none;
}

.register {
  padding-left: 15px;
  font-family: "Roboto Mono", sans-serif;
  color: #5c96cc;
  text-decoration: underline;
}

.register:hover {
  background-color: transparent;
  color: #5c96cc;
}

.section-2 {
  padding-top: 0px;
}

.body-2 {
  background-color: #efefef;
}

.div-block-84 {
  position: absolute;
  z-index: 20;
  display: block;
  width: 100%;
  height: 100%;
  padding: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(37, 60, 138, 0.5);
}

.account-container-2 {
  padding: 40px;
}

.div-block-85 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  height: 100%;
  min-height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #ffffff;
}

.div-block-85.innerreview {
  display: block;
  width: 100%;
}

.text-block-20 {
  position: absolute;
  z-index: 30;
  width: 200px;
  height: 100px;
  margin-bottom: 0px;
  padding: 20px;
  border: 2px solid #ffffff;
  background-color: #253c8a;
  color: #ffffff;
  text-align: center;
}

.text-block-20.h6 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-86 {
  width: 2px;
  height: 50px;
  background-color: #ffffff;
}

.div-block-87 {
  position: relative;
  overflow: visible;
  height: 120px;
  padding: 40px 40px 20px;
  background-color: #253c8a;
  color: #ffffff;
}

.brelink-2:hover {
  background-color: transparent;
  color: #000;
}

.div-block-88 {
  position: relative;
  background-color: #ffffff;
}

.div-block-88.fedex {
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-right: 0px;
  padding-right: 0px;
  background-color: transparent;
  text-align: center;
}

.home-section-wrap-copy-copy-2 {
  padding: 58px 40px 40px;
  background-color: #5c96cc;
}

.div-block-10-copy-copy-2 {
  width: 100%;
  min-height: 300px;
  margin-bottom: 70px;
  background-color: #5c96cc;
}

.image-27 {
  position: static;
  margin-top: 60px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  float: none;
  text-align: center;
}

.image-27.tracimg {
  margin-top: 22px;
}

.image-27.asimg {
  margin-top: 40px;
}

.image-28 {
  margin-left: 73px;
}

.image-29 {
  margin-top: 45px;
  margin-right: auto;
  margin-left: 37px;
}

.div-block-89 {
  position: static;
  width: 400px;
  float: none;
}

.image-30 {
  margin-top: 35px;
  margin-right: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  float: left;
  border: 2px solid #ffffff;
}

.container-4 {
  position: relative;
  overflow: hidden;
}

.footend {
  padding-top: 14px;
  padding-bottom: 14px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.heading-4 {
  font-weight: 400;
}

.select-field {
  padding-right: 20px;
  background-color: transparent;
}

.select-field-2 {
  padding-right: 20px;
  background-color: transparent;
}

.link-block-5 {
  background-color: #ffffff;
}

.link-block-5:hover {
  background-color: #ffffff;
}

.link-block-5.isocomp {
  width: 270px;
  height: 170px;
  margin-right: 0px;
  margin-left: 15px;
  background-color: #efefef;
}

.link-block-6 {
  background-color: #ffffff;
}

.link-block-6:hover {
  background-color: #ffffff;
}

.isolink {
  display: inline-block;
  color: #5c96cc;
}

.isolink:hover {
  background-color: #ffffff;
  color: #5c96cc;
}

.isolink.qslapp {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.div-block-90 {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 0px;
  text-align: center;
}

.div-block-91 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-31 {
  margin-right: 20px;
}

.survey {
  display: inline-block;
  color: #5c96cc;
  text-decoration: underline;
}

.survey:hover {
  background-color: transparent;
  color: #5c96cc;
}

.as91:hover {
  background-color: transparent;
}

.allreview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 11px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.username {
  min-width: 135px;
  margin-right: 25px;
}

.userreview {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

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

.paragraph-6 {
  width: 100%;
}

.letterdiv {
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  border: 1px none #000;
  border-radius: 50%;
  background-color: #5c96cc;
  line-height: 50px;
  text-align: center;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 52px;
}

.grid-3 {
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  border: 1px solid #000;
}

.grid-3.blindgrid {
  max-width: 700px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 0px;
  border-style: none solid solid none;
  border-width: 0px 1px 1px;
  border-color: #000;
  font-size: 20px;
  text-align: center;
}

.heading-9 {
  margin-top: 0px;
  margin-bottom: 0px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 20px;
  text-align: center;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 0px;
  border-bottom: 1px solid #000;
  font-size: 20px;
  text-align: center;
}

.text-block-21 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-right: 1px solid #000;
  text-align: center;
}

.text-block-22 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-right: 1px solid #000;
  text-align: center;
}

.text-block-23 {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.heading-11 {
  font-size: 24px;
  text-align: left;
}

.heading-11.solidhead {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.heading-11.blindhead {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  clear: left;
  text-align: left;
}

.semidiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.semirivets {
  margin-right: 38px;
  margin-bottom: 30px;
}

.rivetnuts {
  margin-bottom: 30px;
}

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

.div-block-92 {
  max-width: 330px;
  min-height: 270px;
  min-width: 330px;
  padding: 20px;
  border: 1px solid #000;
}

.heading-12 {
  overflow: hidden;
}

.heading-13 {
  font-size: 100px;
  line-height: 110px;
  text-align: center;
}

.text-block-25 {
  margin-top: 24px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  text-align: center;
}

.text-block-26 {
  margin-bottom: -22px;
  padding-top: 25px;
  padding-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.homecontbtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 19px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.body-3 {
  background-color: #efefef;
}

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

.bold-text-3 {
  color: #253c8a;
  font-size: 20px;
}

.accountdiv {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  text-align: left;
  justify-content: flex-start;
}

.newgeneralinfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-10 {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: #5c96cc;
}

.link-10:hover {
  background-color: transparent;
  color: #5c96cc;
}

.link-11 {
  padding-right: 0px;
  background-color: transparent;
  color: #5c96cc;
}

.link-11:hover {
  background-color: transparent;
  color: #5c96cc;
}

.heading-14 {
  min-width: 60px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  float: none;
}

.samediv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.neworderinfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.neworderinfo.newsupport {
  padding-right: 24px;
}

.logoutdiv {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-style: none;
  border-width: 0px;
  border-color: #d2d2d2;
}

.div-block-93 {
  display: block;
}

.div-block-93.savegoback {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button-2 {
  height: 38px;
  padding: 9px 20px;
  border-radius: 20px;
  background-color: #f2612c;
  -webkit-transition: background-color 400ms ease,
    opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease,
    opacity 400ms ease, color 400ms ease;
  color: #ffffff;
  line-height: 20px;
}

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

.addeditadd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.bold-text-4 {
  display: block;
  margin-top: -23px;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 125px;
}

.heading-15 {
  padding-left: 29px;
}

.heading-16 {
  padding-left: 30px;
}

.text-block-28 {
  padding-left: 30px;
}

.heading-17 {
  padding-left: 30px;
}

.text-block-29 {
  padding-left: 30px;
}

.heading-18 {
  padding-left: 30px;
}

.text-block-30 {
  padding-left: 30px;
}

.div-block-94 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.all-rights-reserved {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid #ffffff;
}

@media screen and (min-width: 1280px) {
  .blurb-section {
    padding-top: 40px;
    padding-bottom: 100px;
  }
  p {
    font-size: 16px;
  }
  .section.cc-store-home-wrap.productorder {
    display: none;
  }
  .section.tabing {
    display: none;
  }
  .section.qualitysurvey {
    display: none;
  }
  .button.cc-contact-us.mobhidde {
    margin-left: 0px;
  }
  .button.savechanges {
    padding-top: 0px;
  }
  .button.savechanges.createticket {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .button.layout-right {
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .h6.margin-after {
    margin-bottom: 70px;
    color: #ffffff;
    text-align: center;
  }
  .text-block-3.copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .paragraph-copy.contactfoot {
    margin-top: 30px;
    text-align: center;
  }
  .home-content-wrap-copy {
    margin-top: 50px;
  }
  .grid {
    -ms-grid-columns: 1fr 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .navbar-search.desktop-hide {
    display: block;
  }
  .dropdown-link:hover {
    color: #ffffff;
  }
  .dropdown-link.w--open {
    color: #ffffff;
  }
  .dropdown-link.newfea:focus {
    background-color: #5c96cc;
    color: #ffffff;
  }
  .testimoniail-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .testimoniail-container.faqpage {
    overflow: hidden;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .section-subhead {
    margin-top: 50px;
  }
  .quality-container {
    margin-top: 50px;
    margin-bottom: 70px;
  }
  .home-content-wrap-copy-copy-copy-copy {
    margin-top: 50px;
  }
  .contact-container {
    margin-top: 50px;
  }
  .benefits-container {
    margin-top: 70px;
  }
  .quick-quote-container {
    margin-top: 50px;
  }
  .footer-link {
    font-size: 14px;
  }
  .facebook {
    width: 49px;
  }
  .survey-home-container {
    min-height: 250px;
    background-image: url("/images/tim-van-der-kuip-CPs2X8JYmS8-unsplash.jpg");
    background-position: 50% 50%;
    background-size: cover;
  }
  .survey-home-container.qualityhomesurvey {
    margin-top: 0px;
    margin-bottom: 70px;
  }
  .termsprivacy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .footend {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .grid-3.ordergrid {
    margin-top: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .heading-10 {
    border-right: 0px none #000;
  }
  .heading-10.lasthead {
    border-right-style: none;
    border-right-width: 0px;
  }
  .heading-10.listhead {
    border-right-style: solid;
    border-right-width: 1px;
  }
  .heading-10.thirdhead {
    border-right-style: solid;
    border-right-width: 1px;
  }
  .text-block-23.mobtext {
    border-right: 1px solid #000;
  }
  .text-block-23.mobtext.lasttext {
    border-right-style: none;
    border-right-width: 0px;
  }
  .accountdiv {
    margin-top: 50px;
  }
  .newgeneralinfo {
    padding-right: 0px;
  }
  .neworderinfo.newsupport {
    padding-right: 0px;
  }
  .div-block-94 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .all-rights-reserved {
    padding-right: 30px;
    opacity: 0.77;
    font-weight: 400;
  }
  .all-rights-reserved.mobilecopy {
    display: none;
  }
  .alert-icon {
    margin-left: 21px;
  }
  .div-block-95 {
    padding: 20px;
    background-color: transparent;
    text-align: center;
  }
  .div-block-95.whitediv {
    background-color: hsla(0, 0%, 100%, 0.8);
    opacity: 1;
  }
  .h5 {
    color: #000;
    font-size: 26px;
    text-align: left;
  }
  .searchorder {
    margin-left: 0px;
    padding: 20px 20px 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
  }
  .heading-19 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 30px;
  }
  .heading-20 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
  }
  .radio-button-label {
    font-size: 14px;
    text-transform: none;
  }
  .form-2 {
    display: block;
    margin-top: 1px;
  }
  .radio-button-field {
    margin-right: 20px;
  }
  .radio-button-field-2 {
    margin-right: 20px;
  }
  .radio-button-field-3 {
    margin-right: 20px;
  }
  .datesearch {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .radioopt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .datepicker {
    min-width: 250px;
  }
  .datepicker.ticketid {
    max-width: 130px;
    min-width: auto;
  }
  .datepicker.orderinput {
    min-width: auto;
  }
  .startend {
    margin-right: 20px;
  }
  .select-field-3 {
    background-color: transparent;
  }
  .select-field-3.statusticket {
    min-width: 150px;
  }
  .heading-21 {
    font-size: 18px;
    font-weight: 400;
  }
  .textarea-3 {
    min-height: 150px;
  }
  .dropdown-link-9 {
    color: #000;
  }
  .lastcont {
    max-width: 300px;
    float: right;
  }
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }
  .styleguide-block {
    text-align: center;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .button.cc-contact-us {
    display: none;
  }
  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }
  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .menu-icon {
    display: block;
  }
  .menu {
    position: static;
    margin-left: 30px;
  }
  .navigation-wrap {
    background-color: #ffffff;
  }
  .navigation {
    padding: 25px 30px;
  }
  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease,
      opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease,
      opacity 400ms ease, color 400ms ease;
    text-align: center;
  }
  .navigation-item:hover {
    background-color: #f7f8f9;
  }
  .navigation-item:active {
    background-color: #eef0f3;
  }
  .menu-button {
    margin-right: 18px;
    padding: 0px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .navigation-items {
    background-color: #ffffff;
  }
  .cta-text {
    width: auto;
  }
  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }
  .search-bar.cc-homepage {
    top: 35%;
  }
  .our-services-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: ". ." ". ." ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    text-align: center;
  }
  .service-icon {
    display: inline-block;
  }
  .contact-form-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .get-in-touch-form {
    text-align: left;
  }
  .our-contacts {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .team-members {
    grid-template-areas: ". ." ". ." ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .team-member-title-wrap {
    margin-bottom: 30px;
  }
  .project-details-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .blog-detail-header-wrap {
    width: 70%;
  }
  .detail-header-image {
    height: 460px;
  }
  .blog-item {
    width: 80%;
  }
  .blog-preview-image {
    height: 460px;
  }
  .blog-summary-wrap {
    width: 100%;
  }
  .brand-content-wrap {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .about-grid {
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .about-grid.cc-about-2 {
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .intro-text {
    width: auto;
  }
  .collection-wrap {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .blog-preview-wrap {
    width: 80%;
    padding-right: 15px;
    text-align: center;
  }
  .top-bar {
    padding-right: 10px;
    padding-left: 10px;
  }
  .text-block-2 {
    display: none;
  }
  .image {
    top: 0px;
    right: 0px;
  }
  .div-block-9 {
    margin-bottom: 20px;
  }
  .div-block-10 {
    width: 100%;
    min-height: 370px;
  }
  .div-block-18 {
    background-color: transparent;
  }
  .div-block-18.prodtest {
    background-color: #253c8a;
  }
  .div-block-19 {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: transparent;
  }
  .div-block-19.prodtest {
    background-color: #253c8a;
  }
  .div-block-20 {
    width: 100%;
    margin-bottom: 20px;
  }
  .div-block-24 {
    padding: 40px 20px;
  }
  .footer {
    margin-top: 40px;
  }
  .div-block-27.pointer {
    display: none;
    width: 600px;
    height: 280px;
  }
  .div-block-28 {
    margin-top: 30px;
  }
  .div-block-30 {
    overflow: auto;
  }
  .secondary-button {
    display: none;
  }
  .hero-slider {
    margin-bottom: 40px;
  }
  .navbar-search {
    display: none;
  }
  .navbar-search.searchready {
    display: block;
  }
  .div-block-10-copy-copy {
    min-height: 380px;
    margin-bottom: 0px;
  }
  .grid-copy {
    grid-auto-flow: row;
  }
  .image-17 {
    display: none;
  }
  .testimonial-background {
    position: relative;
    width: 100%;
  }
  .div-block-11-copy-copy {
    display: none;
  }
  .order-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .home-content-wrap-copy-copy-copy {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .home-content-wrap-copy-copy-copy.about-test {
    margin-bottom: 0px;
  }
  .testimonail-content-wrapper {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #253c8a;
  }
  .button-copy {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .button-copy.cc-contact-us {
    display: none;
  }
  .div-block-54-copy-copy {
    display: none;
  }
  .left-side-copy {
    margin-bottom: 60px;
  }
  .order-form {
    padding-right: 0px;
    padding-left: 0px;
  }
  .home-content-wrap-copy-copy-copy-copy {
    margin-top: 70px;
    margin-bottom: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .benefits-container {
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .product-hero {
    margin-top: 40px;
    padding-left: 0px;
  }
  .container-non {
    margin-bottom: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .bold-text {
    letter-spacing: 0px;
  }
  .link-3 {
    margin-right: 0px;
    font-size: 14px;
  }
  .facebook {
    width: 30px;
    height: 30px;
  }
  .twitter {
    width: 30px;
    height: 30px;
  }
  .image-20-copy-copy {
    display: none;
  }
  .text-block-8 {
    font-size: 14px;
    letter-spacing: 0px;
    text-transform: uppercase;
  }
  .div-block-81 {
    position: relative;
    overflow: visible;
    width: 100%;
    min-width: 740px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .columns-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-block-85 {
    width: 100%;
    min-height: 370px;
  }
  .div-block-10-copy-copy-2 {
    min-height: 380px;
    margin-bottom: 0px;
  }
  .div-block-20.singletest{
    display: none;
  }
  .div-block-10 {
    width: 100%;
    min-height: 370px;
    margin-bottom: 20px;
  }
  .div-block-54-copy.loginblock.customerimg, 
  .div-block-54-copy.contactskew {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-right: 15px;
    margin-left: 15px;
  }
  .section.cc-cta {
    padding: 15px;
  }
  .section.cc-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }
  .section.cc-store-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }
  .container {
    text-align: center;
  }
  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }
  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }
  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }
  .logo-link {
    padding-left: 0px;
  }
  .navigation {
    padding: 20px 30px;
  }
  .cta-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }
  .search-bar {
    width: 80%;
  }
  .our-services-grid {
    grid-row-gap: 60px;
    grid-template-areas: "." "." "." "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 60px auto 60px auto 60px auto 60px
      auto 60px auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }
  .contact-form-wrap {
    padding: 30px;
  }
  .text-field.cc-contact-field {
    text-align: left;
  }
  .text-field.cc-textarea {
    text-align: left;
  }
  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }
  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }
  .project-name-wrap {
    margin-bottom: 30px;
  }
  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }
  .detail-image {
    margin-bottom: 15px;
  }
  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }
  .blog-item {
    width: 90%;
    max-width: 470px;
  }
  .blog-summary-wrap {
    text-align: center;
  }
  .utility-page-wrap {
    padding: 15px;
  }
  ._404-wrap {
    padding: 30px;
  }
  .order-container {
    text-align: center;
  }
  .container-non {
    text-align: center;
  }
  .relative-container {
    text-align: center;
  }
  .container-noot-relative {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .blurb-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  h1 {
    font-size: 36px;
    line-height: 52px;
  }
  .section.cc-store-home-wrap {
    margin-right: 0px;
    margin-left: 0px;
  }
  .section.qualitysurvey {
    display: none;
  }
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .container.partcont {
    padding-right: 0px;
    padding-left: 0px;
  }
  .button.cc-contact-us {
    display: block;
    max-width: 150px;
  }
  .button.cc-contact-us.mobhidde {
    display: none;
  }
  .button.cc-contact-us.mobhidde.homebtn {
    display: block;
  }
  .button.cc-contact-us.mobhidde.contbtn {
    display: block;
  }
  .button.cc-contact-us.headbtn {
    max-width: 150px;
  }
  .button.cc-contact-us.editadd {
    max-width: 200px;
  }
  .button.cc-contact-us.addnewadd {
    max-width: 250px;
  }
  .button.secondary {
    max-width: none;
    margin-right: 0px;
    float: none;
  }
  .button.secondary.mobilehide {
    display: none;
  }
  .button.secondary.headbtn {
    max-width: 150px;
    margin-right: 20px;
  }
  .button.layout-right {
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .rich-text {
    width: 100%;
    max-width: none;
  }
  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }
  .menu {
    margin-left: 15px;
  }
  .navigation {
    padding: 0px 20px;
  }
  .menu-button {
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .logo-image {
    width: 120px;
  }
  .cta-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
  .hero-slider-container {
    height: 400px;
  }
  .search-bar.cc-homepage {
    position: relative;
    left: 75%;
    top: 20%;
    display: none;
    width: 77%;
  }
  .search-bar.cc-homepage.mobilesearch {
    left: 0%;
    top: 0%;
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #253c8a;
  }
  .status-message.cc-no-data {
    width: 100%;
  }
  .contact-form-grid {
    width: 100%;
  }
  .our-contacts {
    width: 90%;
  }
  .team-members {
    grid-template-areas: "." "." "." "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .project-details-grid {
    width: 100%;
  }
  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }
  .blog-item {
    width: 100%;
    max-width: none;
  }
  .brand-content-wrap {
    margin-top: 60px;
  }
  .home-section-wrap {
    margin-bottom: 0px;
    padding: 20px 10px 33px;
  }
  .heading-4.yourinfo {
    margin-top: 30px;
  }
  .page--register .vs__dropdown-toggle {
    margin-bottom: 24px;
  }
  .page--register ._14 {
    display: none;
  }
  .page--register .w-input {
    margin-bottom: 20px;
  }
  .page--register .contact-container .home-section-wrap {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .page--register .section.cc-store-home-wrap {
    margin-bottom: 70px;
  }
  .intro-text {
    padding-right: 10px;
    padding-left: 10px;
    background-color: #253c8a;
    background-image: none;
  }
  .top-bar {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-block-5.mobbtns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block-2.mobtext {
    position: static;
    bottom: 0px;
    display: block;
    width: 100%;
    background-color: transparent;
    opacity: 1;
    color: #ffffff;
    text-align: center;
  }
  .body {
    text-align: center;
  }
  .div-block-9 {
    height: 0px;
    min-height: 200px;
  }
  .div-block-10 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .div-block-10.thankyoucont {
    margin-right: 0px;
  }
  .div-block-11 {
    display: none;
  }
  .div-block-12 {
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .heading {
    margin-top: 30px;
    margin-right: 34px;
    font-size: 22px;
  }
  .heading.abouthead {
    margin-top: 26px;
  }
  .heading.parthead {
    margin-top: 20px;
    line-height: 30px;
  }
  .heading.headest {
    margin-top: 30px;
  }
  .heading.customerhead {
    margin-top: 0px;
    padding-right: 45px;
  }
  .heading.mobhead {
    max-width: 250px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    line-height: 26px;
  }
  .margin-left-14 {
    font-size: 14px;
  }
  .div-block-19 {
    padding-bottom: 30px;
  }
  .div-block-20.singletest {
    position: absolute;
    left: 72px;
    top: 0px;
    display: none;
    width: 100%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-21 {
    display: block;
    text-align: center;
  }
  .div-block-21.blankdiv {
    display: none;
  }
  .footer {
    margin-top: 40px;
  }
  .image-5.footlogo {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
  .columns-2 {
    text-align: center;
  }
  .div-block-25 {
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .column-3 {
    margin-bottom: 20px;
  }
  .text-block-3 {
    margin-top: 30px;
    padding-top: 0px;
  }
  .text-block-3.copyright {
    display: block;
    width: 100%;
    margin: 0px auto 30px;
    padding-top: 0px;
    float: none;
    line-height: 20px;
    text-align: center;
  }
  .div-block-26 {
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .paragraph-copy {
    display: none;
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
  }
  .paragraph-copy.contactfoot {
    display: block;
  }
  .dropdown-toggle {
    padding-left: 20px;
  }
  .div-block-27.pointer {
    display: none;
  }
  .home-content-wrap-copy {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .account-container {
    padding: 20px 30px;
  }
  .div-block-29 {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0px;
  }
  .div-block-30 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .image-8 {
    min-width: 21px;
  }
  ._35 {
    display: none;
  }
  .text-block-6 {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .hero-search {
    padding: 0px;
    background-color: #ffffff;
  }
  .body2.contus {
    padding-top: 15px;
    padding-left: 20px;
  }
  .hero-slider.heromobile {
    display: none;
  }
  .navbar-search.searchready.mobsearch {
    display: block;
    background-color: #253c8a;
  }
  .dropdown-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .dropdown-link.newfea {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .dropdown-link.mobfea {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .grid-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .grid-2.shipping-methods {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .image-14 {
    display: none;
    margin-top: 0%;
    margin-left: 0%;
  }
  .div-block-46 {
    width: 90%;
    padding: 20px;
  }
  .notification-banner {
    font-size: 14px;
  }
  .div-block-48 {
    display: block;
  }
  .image-17 {
    position: static;
    display: none;
  }
  .testimoniail-container {
    margin-top: 50px;
    margin-bottom: 10px;
    background-color: #253c8a;
  }
  .testimoniail-container.faqpage {
    background-color: transparent;
  }
  .div-block-54-copy.faqimg {
    display: none;
  }
  .text-field-2-copy {
    min-width: 100px;
  }
  .div-block-61 {
    padding-left: 0px;
    text-align: center;
  }
  .cell-name-table {
    color: #ffffff;
  }
  .div-block-61-copy-copy {
    padding-right: 14px;
  }
  .home-section-wrap-copy-copy {
    padding: 20px;
  }
  .left-side-copy {
    display: none;
  }
  .quality-container {
    margin-top: 29px;
    margin-bottom: 50px;
  }
  .home-content-wrap-copy-copy-copy-copy {
    margin-top: 20px;
  }
  .contact-container {
    display: block;
  }
  .trending-subhead {
    float: left;
    color: #ffffff;
    line-height: 20px;
  }
  .address-container {
    padding-bottom: 14px;
  }
  .div-block-54-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 500px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-block-54-copy.loginblock {
    display: none;
  }
  .div-block-54-copy.loginblock.customerimg {
    display: none;
  }
  .div-block-54-copy.loginblock._404img {
    display: none;
  }
  .div-block-54-copy.loginblock.thankyoublock {
    display: none;
  }
  .div-block-54-copy.loginblock.addressmob {
    display: none;
  }
  .div-block-54-copy.contactskew {
    position: relative;
    display: none;
    margin-bottom: 40px;
    background-color: #253c8a;
    background-image: url("/images/matt-artz-64-xGOdUEnU-unsplash-7ceede60-p-1080_1.jpeg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition-property: none;
    transition-property: none;
  }
  .quick-quote-bg {
    display: none;
  }
  .card-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-link {
    padding-right: 20px;
    float: none;
  }
  .text-block-8 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 12px;
    text-align: center;
  }
  .div-block-81 {
    min-width: auto;
  }
  .heading-2 {
    font-size: 18px;
  }
  .text-block-9 {
    font-size: 12px;
  }
  .column-5 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-block-10 {
    font-size: 12px;
  }
  .div-block-82 {
    display: block;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-82.trndtag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .paragraph-3 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .link-5 {
    background-color: transparent;
    color: #ffffff;
  }
  .link-5:hover {
    background-color: transparent;
  }
  .survey-home-container {
    min-height: 200px;
    margin-top: 0px;
    background-image: url("/images/tim-van-der-kuip-CPs2X8JYmS8-unsplash.jpg");
    background-position: 50% 50%;
    background-size: cover;
  }
  .survey-home-container.qualityhomesurvey {
    margin-bottom: 50px;
  }
  .mobilesearch {
    position: relative;
    margin-bottom: 40px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
  }
  .searchmob {
    display: block;
    margin-top: 40px;
  }
  .image-24 {
    padding-left: 10px;
  }
  .div-block-83 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .image-25 {
    width: 100%;
  }
  .text-block-11 {
    font-size: 12px;
  }
  .text-block-12 {
    font-size: 12px;
  }
  .text-block-13 {
    font-size: 12px;
  }
  .text-block-14 {
    font-size: 12px;
  }
  .text-block-15 {
    font-size: 12px;
  }
  .text-block-16 {
    font-size: 12px;
  }
  .text-block-17 {
    font-size: 12px;
  }
  .text-block-18 {
    font-size: 12px;
  }
  .icon-2 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .subdrop {
    background-color: #c8c8c8;
  }
  .mobileslider {
    display: block;
  }
  .slide-nav {
    display: none;
  }
  .mobslide1 {
    background-image: url("/images/asoggetti-w0vtHS-M6E4-unsplash-6eff68ed-p-1080.jpeg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .mobslide1.mobslide2 {
    background-image: url("/images/spacex-VBNb52J8Trk-unsplash-347166f2-p-1080_1.jpeg");
  }
  .mobslide1.mobileslide3 {
    background-image: url("/images/matt-artz-64-xGOdUEnU-unsplash-7ceede60-p-1080_1.jpeg");
  }
  .mobslide1.mobileslide5 {
    background-image: url("/images/john-torcasio-DXa_QaVmM2A-unsplash-4dffa8a5-p-1080_1.jpeg");
  }
  .mobslide1.mobileslide6 {
    background-image: url("/images/daniel-abadia-Njq3Nz6-5rQ-unsplash-d155d785-p-1080.jpeg");
  }
  .mobslide1.mobileslide4 {
    background-image: url("/images/axel-ahoi-hjEesK4KSDs-unsplash-f29d1e25-1-p-1080.jpeg");
  }
  .mobiletag {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: #253c8a;
    opacity: 1;
  }
  .icon-3 {
    display: none;
    font-size: 28px;
  }
  .icon-4 {
    font-size: 28px;
  }
  .left-arrow {
    top: -20px;
    display: none;
  }
  .right-arrow {
    top: -20px;
    display: none;
  }
  .termsprivacy {
    width: 100%;
    margin-bottom: 30px;
    float: none;
  }
  .notibar {
    overflow: hidden;
    width: 100%;
  }
  .contact-container .home-section-wrap {
    margin-bottom: 40px;
    padding-bottom: 50px;
  }
  .notidiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200%;
  }
  .msgbar {
    width: 50%;
  }
  .msgbar.marquee {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .text-block-19 {
    font-size: 13px;
  }
  .text-block-19.desktoptext {
    display: none;
  }
  .text-block-19.mobiletext {
    display: block;
  }
  .learnclick {
    font-size: 13px;
  }
  .bold-text-2 {
    font-size: 13px;
  }
  .left-arrow-2 {
    display: none;
  }
  .right-arrow-2 {
    display: none;
  }
  .breadcrumb {
    padding-right: 10px;
    padding-left: 10px;
  }
  .link-7 {
    padding-top: 15px;
    padding-left: 20px;
    text-align: left;
  }
  .link-7.mobservices {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .link-8 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .link-9 {
    padding-left: 0px;
    float: none;
  }
  .account-container-2 {
    padding: 20px 30px;
  }
  .div-block-87 {
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-88.fedex {
    min-height: 200px;
  }
  .div-block-88.ups {
    min-height: 200px;
    margin-bottom: 31px;
  }
  .div-block-88.dhl {
    margin-bottom: 35px;
  }
  .home-section-wrap-copy-copy-2 {
    padding: 20px;
  }
  .image-27 {
    max-width: none;
    margin-top: 70px;
    margin-left: 0px;
  }
  .image-28 {
    max-width: 160px;
    margin-top: 25px;
    margin-left: 0px;
  }
  .image-29 {
    margin-top: 50px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
  .image-30 {
    float: none;
  }
  .footend {
    display: block;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }
  .link-block-5 {
    width: 100%;
    min-height: 200px;
    margin-bottom: 30px;
  }
  .link-block-6 {
    width: 100%;
    min-height: 200px;
  }
  .link-block-7 {
    width: 100%;
  }
  .field-label {
    text-align: left;
  }
  .field-label-2 {
    text-align: left;
  }
  .field-label-3 {
    text-align: left;
  }
  .field-label-4 {
    text-align: left;
  }
  .field-label-5 {
    text-align: left;
  }
  .field-label-6 {
    text-align: left;
  }
  .field-label-7 {
    text-align: left;
  }
  .field-label-8 {
    text-align: left;
  }
  .field-label-9 {
    text-align: left;
  }
  .field-label-10 {
    text-align: left;
  }
  .field-label-11 {
    text-align: left;
  }
  .field-label-12 {
    text-align: left;
  }
  .field-label-13 {
    text-align: left;
  }
  .field-label-14 {
    text-align: left;
  }
  .field-label-15 {
    text-align: left;
  }
  .paragraph-5 {
    text-align: center;
  }
  .heading-5 {
    font-size: 18px;
  }
  .div-block-91 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .allreview {
    max-width: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .username {
    margin-right: 0px;
  }
  .userreview {
    max-width: 300px;
    text-align: center;
  }
  .grid-3.blindgrid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .text-block-21 {
    padding-right: 10px;
    padding-left: 10px;
    border-bottom: 1px solid #000;
    border-right-style: none;
    border-right-width: 0px;
  }
  .text-block-21.mobtext {
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-style: none;
  }
  .text-block-22 {
    padding-right: 10px;
    padding-left: 10px;
    border-bottom: 1px solid #000;
    border-right-style: none;
    border-right-width: 0px;
  }
  .text-block-22.mobtext {
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-style: none;
  }
  .text-block-23 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-92 {
    min-width: 280px;
  }
  .heading-12 {
    font-size: 18px;
  }
  .paragraph-7 {
    font-size: 14px;
  }
  .field-label-16 {
    text-align: left;
  }
  .field-label-17 {
    text-align: left;
  }
  .field-label-18 {
    text-align: left;
  }
  .field-label-19 {
    text-align: left;
  }
  .field-label-20 {
    text-align: left;
  }
  .field-label-21 {
    text-align: left;
  }
  .field-label-22 {
    text-align: left;
  }
  .field-label-23 {
    text-align: left;
  }
  .rich-text-block-2 {
    margin-bottom: 20px;
  }
  .homecontbtn {
    position: relative;
    overflow: hidden;
  }
  .addeditadd {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .field-label-24 {
    text-align: left;
  }
  .field-label-25 {
    text-align: left;
  }
  .field-label-26 {
    text-align: left;
  }
  .field-label-27 {
    text-align: left;
  }
  .field-label-28 {
    text-align: left;
  }
  .field-label-29 {
    text-align: left;
  }
  .field-label-30 {
    text-align: left;
  }
  .field-label-31 {
    text-align: left;
  }
  .field-label-32 {
    text-align: left;
  }
  .field-label-33 {
    text-align: left;
  }
  .field-label-34 {
    text-align: left;
  }
  .field-label-35 {
    text-align: left;
  }
  .field-label-36 {
    text-align: left;
  }
  .field-label-37 {
    text-align: left;
  }
  .field-label-38 {
    text-align: left;
  }
  .field-label-39 {
    text-align: left;
  }
  .field-label-40 {
    text-align: left;
  }
  .field-label-41 {
    text-align: left;
  }
  .field-label-42 {
    text-align: left;
  }
  .field-label-43 {
    text-align: left;
  }
  .field-label-44 {
    text-align: left;
  }
  .field-label-45 {
    text-align: left;
  }
  .field-label-46 {
    text-align: left;
  }
  .field-label-47 {
    text-align: left;
  }
  .div-block-94 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .all-rights-reserved {
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    border-right-style: none;
    border-right-width: 0px;
  }
  .all-rights-reserved.desktopcopy {
    display: none;
  }
  .div-block-95.whitediv {
    min-width: 280px;
    padding-bottom: 10px;
    background-color: hsla(0, 0%, 100%, 0.8);
  }
  .h5 {
    color: #000;
    font-size: 22px;
  }
  .h5.mobh5 {
    max-width: 230px;
    margin-right: auto;
    margin-left: auto;
    line-height: 30px;
    text-align: center;
  }
  .menuclick {
    display: block;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .menuclick:hover {
    background-color: transparent;
    color: #000;
  }

  .bold-text-5 {
    font-size: 18px;
  }
}

#w-node-9db386c7617f-111b5765 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-9db386c76183-111b5765 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-9db386c76192-111b5765 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-9db386c761a5-111b5765 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-9db386c761b8-111b5765 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-9db386c761cb-111b5765 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-9db386c761de-111b5765 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-9db386c761f1-111b5765 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-9db386c76204-111b5765 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-9db386c76217-111b5765 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-9db386c7622a-111b5765 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-9db386c7623d-111b5765 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-9db386c76250-111b5765 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-9db386c76263-111b5765 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-9db386c76276-111b5765 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-9db386c76289-111b5765 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-9db386c7629c-111b5765 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-9db386c762af-111b5765 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-9db386c762c2-111b5765 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-149ef3d4dec8-7a1b5da8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-34ad50f4009a-7a1b5da8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f1f3ffbe59bc-7a1b5da8 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-f03249342e83-7a1b5da8 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-0b385641367f-7a1b5da8 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column: 11;
  grid-column-start: 11;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 12;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-8199bd61e4d0-7a1b5da8 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column: 11;
  grid-column-start: 11;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 12;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-4082160904c6-7a1b5da8 {
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-3e56b3e93566-7a1b5da8 {
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b1dcbd3a26eb-7a1b5da8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b698df5a6a11-7a1b5da8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0a8d782c3e22-7a1b5da8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-65523868af02-7a1b5da8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-de9a1f38b70e-7a1b5da8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-2e27a2453a4c-7a1b5da8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-7a59eff889c5-7a1b5da8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d5a40bd50fbd-7a1b5da8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d3749a34b529-7a1b5da8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-679225aa95ae-7a1b5da8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d29146cf137c-7a1b5da8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0d25fbb604bc-7a1b5da8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-966ee06808b0-7a1b5da8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-13f8d26c9343-7a1b5da8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0e9a3a8a35bf-7a1b5da8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-7d2e59ca0539-7a1b5da8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-4ffefa0697a7-7a1b5da8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c4ecacc65fab-f3bfcc12 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row-align: center;
  align-self: center;
  grid-area: Area;
}

.grid-2 > #w-node-c4ecacc65fab-f3bfcc12 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-copy > #w-node-c4ecacc65fab-f3bfcc12 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-3 > #w-node-c4ecacc65fab-f3bfcc12 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-c4ecacc65fb1-f3bfcc12 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c4ecacc65fb7-f3bfcc12 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-4a91b3b214cf-ecee1f1c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-4a91b3b214d7-ecee1f1c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-4a91b3b214db-ecee1f1c {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-4a91b3b214f5-ecee1f1c {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-4a91b3b2152d-ecee1f1c {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column: 11;
  grid-column-start: 11;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 12;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-4a91b3b21531-ecee1f1c {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column: 11;
  grid-column-start: 11;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 12;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-4a91b3b2153d-ecee1f1c {
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-4a91b3b2154b-ecee1f1c {
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-2d8b5ebe074a-ecee1f1c {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row-align: center;
  align-self: center;
  grid-area: Area;
}

.grid-2 > #w-node-2d8b5ebe074a-ecee1f1c {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-copy > #w-node-2d8b5ebe074a-ecee1f1c {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-3 > #w-node-2d8b5ebe074a-ecee1f1c {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-2d8b5ebe0750-ecee1f1c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-2d8b5ebe0756-ecee1f1c {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-149ef3d4dec8-19d173cb {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-34ad50f4009a-19d173cb {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f1f3ffbe59bc-19d173cb {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-f03249342e83-19d173cb {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-0b385641367f-19d173cb {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column: 11;
  grid-column-start: 11;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 12;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-8199bd61e4d0-19d173cb {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column: 11;
  grid-column-start: 11;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 12;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-4082160904c6-19d173cb {
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-3e56b3e93566-19d173cb {
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b1dcbd3a26eb-19d173cb {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b698df5a6a11-19d173cb {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0a8d782c3e22-19d173cb {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-65523868af02-19d173cb {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-de9a1f38b70e-19d173cb {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-2e27a2453a4c-19d173cb {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-7a59eff889c5-19d173cb {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d5a40bd50fbd-19d173cb {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d3749a34b529-19d173cb {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-679225aa95ae-19d173cb {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d29146cf137c-19d173cb {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0d25fbb604bc-19d173cb {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-966ee06808b0-19d173cb {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-13f8d26c9343-19d173cb {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0e9a3a8a35bf-19d173cb {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-7d2e59ca0539-19d173cb {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-4ffefa0697a7-19d173cb {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-149ef3d4dec8-112525d8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-34ad50f4009a-112525d8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f1f3ffbe59bc-112525d8 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-f03249342e83-112525d8 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-0b385641367f-112525d8 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column: 11;
  grid-column-start: 11;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 12;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-8199bd61e4d0-112525d8 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column: 11;
  grid-column-start: 11;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 12;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-4082160904c6-112525d8 {
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-3e56b3e93566-112525d8 {
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b1dcbd3a26eb-112525d8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b698df5a6a11-112525d8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0a8d782c3e22-112525d8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-65523868af02-112525d8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-de9a1f38b70e-112525d8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-2e27a2453a4c-112525d8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-7a59eff889c5-112525d8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d5a40bd50fbd-112525d8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d3749a34b529-112525d8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-679225aa95ae-112525d8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d29146cf137c-112525d8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0d25fbb604bc-112525d8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-966ee06808b0-112525d8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-13f8d26c9343-112525d8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0e9a3a8a35bf-112525d8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-7d2e59ca0539-112525d8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-4ffefa0697a7-112525d8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-149ef3d4dec8-8ddaacf2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-34ad50f4009a-8ddaacf2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f1f3ffbe59bc-8ddaacf2 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-f03249342e83-8ddaacf2 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-0b385641367f-8ddaacf2 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column: 11;
  grid-column-start: 11;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 12;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-8199bd61e4d0-8ddaacf2 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column: 11;
  grid-column-start: 11;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 12;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-4082160904c6-8ddaacf2 {
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-3e56b3e93566-8ddaacf2 {
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b1dcbd3a26eb-8ddaacf2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b698df5a6a11-8ddaacf2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0a8d782c3e22-8ddaacf2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-65523868af02-8ddaacf2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-de9a1f38b70e-8ddaacf2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-2e27a2453a4c-8ddaacf2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-7a59eff889c5-8ddaacf2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d5a40bd50fbd-8ddaacf2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d3749a34b529-8ddaacf2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-679225aa95ae-8ddaacf2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d29146cf137c-8ddaacf2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0d25fbb604bc-8ddaacf2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-966ee06808b0-8ddaacf2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-13f8d26c9343-8ddaacf2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0e9a3a8a35bf-8ddaacf2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-7d2e59ca0539-8ddaacf2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-4ffefa0697a7-8ddaacf2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-149ef3d4dec8-d485a1b1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-34ad50f4009a-d485a1b1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f1f3ffbe59bc-d485a1b1 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-f03249342e83-d485a1b1 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-0b385641367f-d485a1b1 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column: 11;
  grid-column-start: 11;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 12;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-8199bd61e4d0-d485a1b1 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column: 11;
  grid-column-start: 11;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 12;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-4082160904c6-d485a1b1 {
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-3e56b3e93566-d485a1b1 {
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b1dcbd3a26eb-d485a1b1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b698df5a6a11-d485a1b1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0a8d782c3e22-d485a1b1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-65523868af02-d485a1b1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-de9a1f38b70e-d485a1b1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-2e27a2453a4c-d485a1b1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-7a59eff889c5-d485a1b1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d5a40bd50fbd-d485a1b1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d3749a34b529-d485a1b1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-679225aa95ae-d485a1b1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d29146cf137c-d485a1b1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0d25fbb604bc-d485a1b1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-966ee06808b0-d485a1b1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-13f8d26c9343-d485a1b1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0e9a3a8a35bf-d485a1b1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-7d2e59ca0539-d485a1b1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-4ffefa0697a7-d485a1b1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-149ef3d4dec8-64d815ab {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-34ad50f4009a-64d815ab {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f1f3ffbe59bc-64d815ab {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-f03249342e83-64d815ab {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-0b385641367f-64d815ab {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column: 11;
  grid-column-start: 11;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 12;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-8199bd61e4d0-64d815ab {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column: 11;
  grid-column-start: 11;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 12;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-4082160904c6-64d815ab {
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-3e56b3e93566-64d815ab {
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b1dcbd3a26eb-64d815ab {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b698df5a6a11-64d815ab {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0a8d782c3e22-64d815ab {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-65523868af02-64d815ab {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-de9a1f38b70e-64d815ab {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-2e27a2453a4c-64d815ab {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-7a59eff889c5-64d815ab {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d5a40bd50fbd-64d815ab {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d3749a34b529-64d815ab {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-679225aa95ae-64d815ab {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d29146cf137c-64d815ab {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0d25fbb604bc-64d815ab {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-966ee06808b0-64d815ab {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-13f8d26c9343-64d815ab {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0e9a3a8a35bf-64d815ab {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-7d2e59ca0539-64d815ab {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-4ffefa0697a7-64d815ab {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-149ef3d4dec8-d385a267 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-34ad50f4009a-d385a267 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f1f3ffbe59bc-d385a267 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-f03249342e83-d385a267 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-0b385641367f-d385a267 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column: 11;
  grid-column-start: 11;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 12;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-8199bd61e4d0-d385a267 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column: 11;
  grid-column-start: 11;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 12;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-4082160904c6-d385a267 {
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-3e56b3e93566-d385a267 {
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b1dcbd3a26eb-d385a267 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b698df5a6a11-d385a267 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0a8d782c3e22-d385a267 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-65523868af02-d385a267 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-de9a1f38b70e-d385a267 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-2e27a2453a4c-d385a267 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-7a59eff889c5-d385a267 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d5a40bd50fbd-d385a267 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d3749a34b529-d385a267 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-679225aa95ae-d385a267 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d29146cf137c-d385a267 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0d25fbb604bc-d385a267 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-966ee06808b0-d385a267 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-13f8d26c9343-d385a267 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0e9a3a8a35bf-d385a267 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-7d2e59ca0539-d385a267 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-4ffefa0697a7-d385a267 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-149ef3d4dec8-41ff892e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-34ad50f4009a-41ff892e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f1f3ffbe59bc-41ff892e {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-f03249342e83-41ff892e {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-0b385641367f-41ff892e {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column: 11;
  grid-column-start: 11;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 12;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-8199bd61e4d0-41ff892e {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column: 11;
  grid-column-start: 11;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 12;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-4082160904c6-41ff892e {
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-3e56b3e93566-41ff892e {
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b1dcbd3a26eb-41ff892e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b698df5a6a11-41ff892e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0a8d782c3e22-41ff892e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-65523868af02-41ff892e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-de9a1f38b70e-41ff892e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-2e27a2453a4c-41ff892e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-7a59eff889c5-41ff892e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d5a40bd50fbd-41ff892e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d3749a34b529-41ff892e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-679225aa95ae-41ff892e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d29146cf137c-41ff892e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0d25fbb604bc-41ff892e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-966ee06808b0-41ff892e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-13f8d26c9343-41ff892e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0e9a3a8a35bf-41ff892e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-7d2e59ca0539-41ff892e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-4ffefa0697a7-41ff892e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-149ef3d4dec8-c290d8b5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-34ad50f4009a-c290d8b5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f1f3ffbe59bc-c290d8b5 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-f03249342e83-c290d8b5 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-0b385641367f-c290d8b5 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column: 11;
  grid-column-start: 11;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 12;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-8199bd61e4d0-c290d8b5 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column: 11;
  grid-column-start: 11;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 12;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-4082160904c6-c290d8b5 {
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-3e56b3e93566-c290d8b5 {
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b1dcbd3a26eb-c290d8b5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b698df5a6a11-c290d8b5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0a8d782c3e22-c290d8b5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-65523868af02-c290d8b5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-de9a1f38b70e-c290d8b5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-2e27a2453a4c-c290d8b5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-7a59eff889c5-c290d8b5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d5a40bd50fbd-c290d8b5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d3749a34b529-c290d8b5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-679225aa95ae-c290d8b5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d29146cf137c-c290d8b5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0d25fbb604bc-c290d8b5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-966ee06808b0-c290d8b5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-13f8d26c9343-c290d8b5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0e9a3a8a35bf-c290d8b5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-7d2e59ca0539-c290d8b5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-4ffefa0697a7-c290d8b5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-149ef3d4dec8-f8b19260 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-34ad50f4009a-f8b19260 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f1f3ffbe59bc-f8b19260 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-f03249342e83-f8b19260 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-0b385641367f-f8b19260 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column: 11;
  grid-column-start: 11;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 12;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-8199bd61e4d0-f8b19260 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column: 11;
  grid-column-start: 11;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 12;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-4082160904c6-f8b19260 {
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-3e56b3e93566-f8b19260 {
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b1dcbd3a26eb-f8b19260 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b698df5a6a11-f8b19260 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0a8d782c3e22-f8b19260 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-65523868af02-f8b19260 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-de9a1f38b70e-f8b19260 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-2e27a2453a4c-f8b19260 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-7a59eff889c5-f8b19260 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d5a40bd50fbd-f8b19260 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d3749a34b529-f8b19260 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-679225aa95ae-f8b19260 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d29146cf137c-f8b19260 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0d25fbb604bc-f8b19260 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-966ee06808b0-f8b19260 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-13f8d26c9343-f8b19260 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0e9a3a8a35bf-f8b19260 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-7d2e59ca0539-f8b19260 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-4ffefa0697a7-f8b19260 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-149ef3d4dec8-f836e3a2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-34ad50f4009a-f836e3a2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f1f3ffbe59bc-f836e3a2 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-f03249342e83-f836e3a2 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-0b385641367f-f836e3a2 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column: 11;
  grid-column-start: 11;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 12;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-8199bd61e4d0-f836e3a2 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column: 11;
  grid-column-start: 11;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 12;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-4082160904c6-f836e3a2 {
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-3e56b3e93566-f836e3a2 {
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b1dcbd3a26eb-f836e3a2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b698df5a6a11-f836e3a2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0a8d782c3e22-f836e3a2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-65523868af02-f836e3a2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-de9a1f38b70e-f836e3a2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-2e27a2453a4c-f836e3a2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-7a59eff889c5-f836e3a2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d5a40bd50fbd-f836e3a2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d3749a34b529-f836e3a2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-679225aa95ae-f836e3a2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d29146cf137c-f836e3a2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0d25fbb604bc-f836e3a2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-966ee06808b0-f836e3a2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-13f8d26c9343-f836e3a2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0e9a3a8a35bf-f836e3a2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-7d2e59ca0539-f836e3a2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-4ffefa0697a7-f836e3a2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-149ef3d4dec8-3425370b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-34ad50f4009a-3425370b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f1f3ffbe59bc-3425370b {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-f03249342e83-3425370b {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-0b385641367f-3425370b {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column: 11;
  grid-column-start: 11;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 12;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-8199bd61e4d0-3425370b {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column: 11;
  grid-column-start: 11;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 12;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-4082160904c6-3425370b {
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-3e56b3e93566-3425370b {
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b1dcbd3a26eb-3425370b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b698df5a6a11-3425370b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0a8d782c3e22-3425370b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-65523868af02-3425370b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-de9a1f38b70e-3425370b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-2e27a2453a4c-3425370b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-7a59eff889c5-3425370b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d5a40bd50fbd-3425370b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d3749a34b529-3425370b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-679225aa95ae-3425370b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d29146cf137c-3425370b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0d25fbb604bc-3425370b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-966ee06808b0-3425370b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-13f8d26c9343-3425370b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0e9a3a8a35bf-3425370b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-7d2e59ca0539-3425370b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-4ffefa0697a7-3425370b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-149ef3d4dec8-06dd3324 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-34ad50f4009a-06dd3324 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f1f3ffbe59bc-06dd3324 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-f03249342e83-06dd3324 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-0b385641367f-06dd3324 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column: 11;
  grid-column-start: 11;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 12;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-8199bd61e4d0-06dd3324 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column: 11;
  grid-column-start: 11;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 12;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-4082160904c6-06dd3324 {
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-3e56b3e93566-06dd3324 {
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b1dcbd3a26eb-06dd3324 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b698df5a6a11-06dd3324 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0a8d782c3e22-06dd3324 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-65523868af02-06dd3324 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-de9a1f38b70e-06dd3324 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-2e27a2453a4c-06dd3324 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-7a59eff889c5-06dd3324 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d5a40bd50fbd-06dd3324 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d3749a34b529-06dd3324 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-679225aa95ae-06dd3324 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d29146cf137c-06dd3324 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0d25fbb604bc-06dd3324 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-966ee06808b0-06dd3324 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-13f8d26c9343-06dd3324 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0e9a3a8a35bf-06dd3324 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-7d2e59ca0539-06dd3324 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-4ffefa0697a7-06dd3324 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-149ef3d4dec8-093970d7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-34ad50f4009a-093970d7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f1f3ffbe59bc-093970d7 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-f03249342e83-093970d7 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-0b385641367f-093970d7 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column: 11;
  grid-column-start: 11;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 12;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-8199bd61e4d0-093970d7 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column: 11;
  grid-column-start: 11;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 12;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-4082160904c6-093970d7 {
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-3e56b3e93566-093970d7 {
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b1dcbd3a26eb-093970d7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b698df5a6a11-093970d7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0a8d782c3e22-093970d7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-65523868af02-093970d7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-de9a1f38b70e-093970d7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-2e27a2453a4c-093970d7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-7a59eff889c5-093970d7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d5a40bd50fbd-093970d7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d3749a34b529-093970d7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-679225aa95ae-093970d7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d29146cf137c-093970d7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0d25fbb604bc-093970d7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-966ee06808b0-093970d7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-13f8d26c9343-093970d7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0e9a3a8a35bf-093970d7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-7d2e59ca0539-093970d7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-4ffefa0697a7-093970d7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-149ef3d4dec8-36fa4881 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-34ad50f4009a-36fa4881 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f1f3ffbe59bc-36fa4881 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-f03249342e83-36fa4881 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-0b385641367f-36fa4881 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column: 11;
  grid-column-start: 11;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 12;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-8199bd61e4d0-36fa4881 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column: 11;
  grid-column-start: 11;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 12;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-4082160904c6-36fa4881 {
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-3e56b3e93566-36fa4881 {
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b1dcbd3a26eb-36fa4881 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b698df5a6a11-36fa4881 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0a8d782c3e22-36fa4881 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-65523868af02-36fa4881 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-de9a1f38b70e-36fa4881 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-2e27a2453a4c-36fa4881 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-7a59eff889c5-36fa4881 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d5a40bd50fbd-36fa4881 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d3749a34b529-36fa4881 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-679225aa95ae-36fa4881 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d29146cf137c-36fa4881 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0d25fbb604bc-36fa4881 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-966ee06808b0-36fa4881 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-13f8d26c9343-36fa4881 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0e9a3a8a35bf-36fa4881 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-7d2e59ca0539-36fa4881 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-4ffefa0697a7-36fa4881 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-149ef3d4dec8-51297332 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-34ad50f4009a-51297332 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f1f3ffbe59bc-51297332 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-f03249342e83-51297332 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-0b385641367f-51297332 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column: 11;
  grid-column-start: 11;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 12;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-8199bd61e4d0-51297332 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column: 11;
  grid-column-start: 11;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 12;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-4082160904c6-51297332 {
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-3e56b3e93566-51297332 {
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b1dcbd3a26eb-51297332 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b698df5a6a11-51297332 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0a8d782c3e22-51297332 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-65523868af02-51297332 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-de9a1f38b70e-51297332 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-2e27a2453a4c-51297332 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-7a59eff889c5-51297332 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d5a40bd50fbd-51297332 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d3749a34b529-51297332 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-679225aa95ae-51297332 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d29146cf137c-51297332 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0d25fbb604bc-51297332 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-966ee06808b0-51297332 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-13f8d26c9343-51297332 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0e9a3a8a35bf-51297332 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-7d2e59ca0539-51297332 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-4ffefa0697a7-51297332 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-149ef3d4dec8-72397109 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-34ad50f4009a-72397109 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f1f3ffbe59bc-72397109 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-f03249342e83-72397109 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-0b385641367f-72397109 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column: 11;
  grid-column-start: 11;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 12;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-8199bd61e4d0-72397109 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column: 11;
  grid-column-start: 11;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 12;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-4082160904c6-72397109 {
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-3e56b3e93566-72397109 {
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b1dcbd3a26eb-72397109 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b698df5a6a11-72397109 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0a8d782c3e22-72397109 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-65523868af02-72397109 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-de9a1f38b70e-72397109 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-2e27a2453a4c-72397109 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-7a59eff889c5-72397109 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d5a40bd50fbd-72397109 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d3749a34b529-72397109 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-679225aa95ae-72397109 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d29146cf137c-72397109 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0d25fbb604bc-72397109 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-966ee06808b0-72397109 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-13f8d26c9343-72397109 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0e9a3a8a35bf-72397109 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-7d2e59ca0539-72397109 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-4ffefa0697a7-72397109 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-f0b1589999a6-d09fc86f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-9c469cb652f0-d09fc86f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-3447b34b14b8-d09fc86f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-1f247b18e339-d09fc86f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-6f743e0c2cd9-d09fc86f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-e4730ca9b80d-d09fc86f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-a4820cc63017-d09fc86f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}
