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

.comparison {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 50px;
  -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;
}

.button {
  margin-top: 20px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 3px;
  background-color: #1f6fff;
  -webkit-transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.button.dark-outline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin: 20px 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #e4e4e4;
  background-color: transparent;
  color: #000;
}

.button.dark-outline:hover {
  border-color: #d9cab0;
  background-color: #c00;
  color: #f2f1f0;
}

.button.dark-outline.shop-now {
  margin-right: 15px;
  margin-left: 15px;
}

.white-pricing-column {
  position: static;
}

.pricing-icon-block {
  margin-top: 50px;
  background-color: #fff;
  text-align: center;
}

.product-columns {
  width: 80%;
}

.product-name {
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.product-card-wrapper {
  padding-right: 30px;
  padding-left: 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #d9cab0;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: background-color 350ms ease, box-shadow 350ms ease, color 200ms ease;
  transition: background-color 350ms ease, box-shadow 350ms ease, color 200ms ease;
  text-align: center;
}

.product-card-wrapper:hover {
  background-color: #fff;
  box-shadow: 0 12px 33px 0 rgba(0, 0, 0, 0.2);
}

.intro-title {
  position: static;
  display: inline-block;
  margin-top: 0px;
  padding-bottom: 20px;
  -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;
  border: 0px solid #000;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 39px;
  font-weight: 500;
  text-align: center;
}

.intro-title.product {
  padding-bottom: 0px;
}

.content-section-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  padding: 20px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-section-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.half-content-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  float: right;
  -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;
  font-family: Montserrat, sans-serif;
}

.half-content-section.left {
  position: static;
  padding: 0px;
  float: left;
  -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: transparent;
}

.intro-paragraph {
  height: 100px;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
}

.intro-paragraph.user-description {
  height: auto;
  font-size: 16px;
  text-align: left;
}

.checklist-item {
  position: relative;
  margin-bottom: -3px;
  padding-left: 37px;
  font-size: 14px;
}

.check-icon {
  position: absolute;
  left: 0px;
  top: 2px;
  height: 15px;
}

.half-image-section {
  width: 50%;
  height: 500px;
  float: left;
  background-image: url('../images/IMAGE_TR4527-BLK_06_BI.png');
  background-position: 50% 50%;
  background-size: cover;
}

.half-image-section.image-right {
  float: right;
  background-image: url('../images/IMAGE_TS3120-BLK_06_BI.png');
}

.half-image-section.image-right.ts3120 {
  height: 100%;
  background-image: none;
}

.half-image-section.image-right.tr7520 {
  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;
  background-image: none;
}

.half-image-section.tr4527 {
  height: auto;
  background-image: none;
}

.pixma-tr4527 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pixma-ts3120 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding-right: 40px;
  padding-left: 40px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
}

.pixma-tr7520 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 80%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 50px;
  -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;
}

.body {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.intro-copy-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 20px;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
}

.underline {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  height: 6px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 7px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 20px;
  background-color: #d9cab0;
  text-align: center;
}

.heading {
  margin-bottom: 24px;
  font-size: 20px;
}

.hero-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-top: -72px;
  margin-bottom: 50px;
  -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;
}

.heading-2 {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}

.columns {
  margin-top: 25px;
}

.best-printer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 19px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #d9cab0;
}

.intro-wrapper {
  width: 80%;
}

.hero-copy-wrapper {
  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: 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-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.49)), color-stop(9%, hsla(0, 0%, 100%, 0.53)), to(#fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.49), hsla(0, 0%, 100%, 0.53) 9%, #fff);
  text-align: left;
}

.heading-1 {
  font-size: 45px;
  line-height: 55px;
  font-weight: 600;
}

.paragraph-4 {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 36px;
}

.paragraph-text-size {
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}

.arrow-wrapper {
  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;
}

.chart-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #d9cab0;
}

.section-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  -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;
}

.nav-link {
  padding: 10px 10px 10px 5px;
  font-size: 10px;
}

.canon-links {
  color: #000;
  font-size: 11px;
  font-weight: 500;
}

.div-block-14 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 10vh;
  padding: 20px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

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

.navbar {
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10vh;
  margin-right: auto;
  margin-left: auto;
  -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: #fff;
}

.dropdown-toggle {
  margin-left: 30px;
  padding-top: 25px;
}

.text-block {
  padding: 20px 0px;
  color: #000;
  font-size: 10px;
}

.nav-link-2 {
  padding: 10px 5px 10px 10px;
  font-size: 10px;
  font-weight: 500;
}

.footer {
  width: 100%;
  height: auto;
}

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

.column-2 {
  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;
}

.column-3 {
  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;
}

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

.column-5 {
  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;
}

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

.div-block-15 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.explore-canon-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 40px 80px;
  -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;
  background-color: rgba(0, 0, 0, 0.1);
}

.footer-menu {
  margin-left: 35px;
  float: left;
  color: #000;
  font-size: 9px;
  font-weight: 700;
  text-decoration: none;
}

.policy-footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.explore-canon-heading {
  margin-left: 35px;
  color: #c00;
  font-size: 14px;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -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;
}

.div-block-18 {
  margin-bottom: 20px;
}

.div-block-19 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
}

.div-block-20 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 10%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
}

.image-9 {
  position: relative;
  top: 0px;
  bottom: 0px;
}

.image-10 {
  display: none;
}

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding: 20px;
  -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;
  border-style: solid;
  border-width: 2px;
  border-color: #d9cab0;
}

.div-block-22 {
  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;
}

.heading-5 {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}

.image-11 {
  display: none;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.intro-sub-heading {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 36px;
}

.div-block-24 {
  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;
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

@media screen and (max-width: 991px) {
  .comparison {
    top: -25px;
    margin-bottom: 1px;
    padding-top: 10px;
  }
  .button.dark-outline {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 10px;
  }
  .button.dark-outline.shop-now {
    margin-top: 30px;
    padding: 20px;
  }
  .button.dark-outline.shop-now.chart {
    width: auto;
  }
  .white-pricing-column {
    padding-right: 10px;
    padding-left: 10px;
  }
  .pricing-icon-block {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 25px;
  }
  .product-columns {
    width: 100%;
    margin-bottom: 50px;
  }
  .product-card-wrapper {
    padding-right: 5px;
    padding-left: 5px;
    border-style: solid;
    border-width: 2px;
    border-color: #e4e4e4;
    background-color: #fff;
  }
  .intro-title {
    position: static;
    line-height: 35px;
  }
  .intro-title.product {
    margin-bottom: 0px;
    padding: 10px 10px 0px;
    font-size: 22px;
  }
  .content-section-block {
    width: 580px;
    height: auto;
  }
  .block-section-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block-section-wrapper.middle-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .half-content-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .half-content-section.left {
    position: relative;
    width: 100%;
    height: auto;
    clear: none;
  }
  .intro-paragraph {
    font-size: 15px;
    line-height: 25px;
  }
  .intro-paragraph.user-description {
    margin-bottom: 20px;
    line-height: 28px;
  }
  .checklist-item {
    margin-bottom: -5px;
    font-size: 13px;
  }
  .half-image-section {
    height: 470px;
  }
  .half-image-section.image-right.ts3120 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 500px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .half-image-section.image-right.tr7520 {
    width: 500px;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .half-image-section.tr4527 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 500px;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: none;
  }
  .pixma-ts3120 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .body {
    padding: 0px;
  }
  .intro-copy-block {
    width: 95%;
  }
  .underline {
    width: 30px;
    height: 6px;
    margin-top: 0px;
    padding-bottom: 0px;
  }
  .heading {
    display: block;
  }
  .hero-banner {
    overflow: hidden;
    height: 750px;
    margin-top: 0px;
    margin-bottom: 50px;
    background-image: none;
  }
  .heading-2 {
    font-size: 22px;
    line-height: 40px;
  }
  .columns {
    margin-top: 0px;
  }
  .best-printer-wrapper {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 10px;
  }
  .intro-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .heading-1 {
    font-size: 32px;
    line-height: 44px;
    text-align: center;
  }
  .paragraph-4 {
    font-size: 22px;
    text-align: center;
  }
  .paragraph-text-size {
    line-height: 28px;
    text-align: center;
  }
  .div-block-14 {
    position: static;
    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-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .div-block-15 {
    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;
  }
  .menu-button-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .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;
  }
  .image-6 {
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-17 {
    padding-top: 0px;
  }
  .div-block-19 {
    padding-bottom: 71px;
  }
  .div-block-20 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }
  .image-9 {
    top: -73px;
    bottom: -73px;
    display: none;
    width: 100%;
  }
  .div-block-21 {
    border-color: #e4e4e4;
  }
  .image-11 {
    display: block;
  }
  .paragraph-5 {
    font-size: 10px;
  }
  .link-block {
    width: 50px;
    height: 50px;
  }
  .intro-sub-heading {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .comparison {
    top: 86px;
    bottom: 86px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 0px;
    padding: 0px;
    -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;
  }
  .button.dark-outline {
    margin-right: 1px;
    margin-left: 1px;
    padding: 0px;
    clear: none;
    font-size: 9px;
  }
  .button.dark-outline:hover {
    border-color: #0d0d0d;
    background-color: #c00;
  }
  .button.dark-outline.shop-now {
    margin-top: 20px;
  }
  .white-pricing-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    -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;
    border-right-width: 0px;
  }
  .pricing-icon-block {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .product-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .product-card-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    -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;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
  .intro-title {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
    line-height: 32px;
  }
  .intro-title.product {
    margin-top: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
  }
  .content-section-block {
    width: auto;
    margin-bottom: 0px;
    padding: 0px;
  }
  .block-section-wrapper {
    width: 100%;
  }
  .half-content-section {
    width: 100%;
    height: auto;
  }
  .half-content-section.left {
    border-top: 1px solid #ececec;
  }
  .intro-paragraph {
    font-size: 18px;
  }
  .intro-paragraph.user-description {
    height: auto;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 13px;
  }
  .checklist-item {
    font-size: 11px;
  }
  .half-image-section {
    width: 100%;
    height: 250px;
  }
  .half-image-section.image-right.ts3120 {
    width: 350px;
    height: auto;
  }
  .half-image-section.image-right.tr7520 {
    width: 350px;
    background-image: none;
  }
  .half-image-section.tr4527 {
    width: auto;
  }
  .body {
    margin-right: auto;
    margin-left: auto;
  }
  .intro-copy-block {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .underline {
    margin-bottom: 10px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .hero-banner {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    background-image: none;
  }
  .heading-2 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
  }
  .best-printer-wrapper {
    width: 80%;
    margin: 20px auto;
    padding: 10px;
  }
  .intro-wrapper {
    padding-top: 0px;
  }
  .hero-copy-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .heading-1 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 11px;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
  .paragraph-4 {
    width: 95%;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }
  .paragraph-text-size {
    font-size: 12px;
    line-height: 24px;
  }
  .section-6 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .div-block-14 {
    height: 8vh;
  }
  .navbar {
    height: 8vh;
  }
  .footer {
    height: auto;
  }
  .image-5 {
    margin-bottom: 10px;
  }
  .columns-2 {
    width: 100%;
  }
  .columns-3 {
    width: 100%;
  }
  .columns-4 {
    width: 100%;
  }
  .footer-menu {
    margin-left: 0px;
  }
  .explore-canon-links-wrapper {
    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: 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;
  }
  .policy-footer-wrapper {
    height: auto;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .explore-canon-heading {
    margin-left: 0px;
  }
  .explore-wrapper {
    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: 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-17 {
    height: 50%;
  }
  .div-block-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 20px;
    -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;
  }
  .image-7 {
    margin-bottom: 10px;
  }
  .image-8 {
    margin-bottom: 10px;
  }
  .div-block-19 {
    margin-bottom: 20px;
    padding-bottom: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .div-block-20 {
    left: 0%;
    top: 91%;
    right: 0%;
    bottom: 91%;
  }
  .image-9 {
    top: 0px;
    bottom: 0px;
    display: block;
    height: auto;
  }
  .image-10 {
    display: none;
  }
  .div-block-21 {
    border-width: 1px;
  }
  .image-11 {
    display: none;
  }
  .hero-copy-wrapper-2 {
    width: 80%;
  }
  .link-block {
    width: 40px;
    height: 40px;
  }
  .intro-sub-heading {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .comparison {
    max-width: 375px;
    margin-top: 0px;
  }
  .button {
    margin-top: 10px;
    padding-right: 19px;
    padding-left: 19px;
    font-size: 11px;
    line-height: 21px;
  }
  .button.dark-outline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 50px;
    margin: 0px 5px 14px;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .button.dark-outline.shop-now {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 5px;
    text-align: center;
  }
  .button.dark-outline.shop-now.chart {
    font-size: 9px;
  }
  .white-pricing-column {
    position: static;
    padding-bottom: 0px;
  }
  .pricing-icon-block {
    padding-top: 0px;
  }
  .product-columns {
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-name {
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 5px;
    line-height: 22px;
  }
  .product-card-wrapper {
    width: 95%;
    margin-bottom: 20px;
    border-color: #d9cab0;
  }
  .intro-title {
    height: auto;
    font-size: 16px;
    line-height: 22px;
  }
  .intro-title.product {
    display: inline;
    font-size: 16px;
    font-weight: 600;
  }
  .content-section-block {
    max-width: 375px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-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;
  }
  .half-content-section {
    padding: 10px;
  }
  .half-content-section.left {
    position: static;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .intro-paragraph {
    font-size: 12px;
    line-height: 18px;
  }
  .intro-paragraph.user-description {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
  }
  .checklist-item {
    padding-left: 25px;
    font-size: 10px;
    line-height: 18px;
  }
  .half-image-section.image-right.ts3120 {
    width: auto;
    height: auto;
    margin-bottom: 15px;
    -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;
    background-image: none;
  }
  .half-image-section.image-right.tr7520 {
    width: auto;
    margin-bottom: 15px;
  }
  .half-image-section.tr4527 {
    margin-bottom: 15px;
  }
  .pixma-tr4527 {
    width: 95%;
    margin-bottom: 0px;
    padding: 10px;
  }
  .pixma-ts3120 {
    position: static;
    top: 0px;
    bottom: 0px;
    width: 95%;
    padding: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pixma-tr7520 {
    width: 95%;
    margin-bottom: 51px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .body {
    margin-right: auto;
    margin-left: auto;
    font-weight: 500;
  }
  .intro-copy-block {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .underline {
    width: 10%;
    -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;
  }
  .heading {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .hero-banner {
    position: static;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: none;
  }
  .heading-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 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;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
  }
  .columns {
    font-size: 12px;
  }
  .best-printer-wrapper {
    width: 100%;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .intro-wrapper {
    width: 375px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 10px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bold-text-4 {
    font-weight: 600;
  }
  .hero-copy-wrapper {
    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;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.49)), color-stop(33%, #fff), to(#fff));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.49), #fff 33%, #fff);
  }
  .heading-1 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    font-size: 20px;
    line-height: 24px;
  }
  .paragraph-4 {
    width: 99%;
    margin-bottom: 25px;
    font-size: 16px;
  }
  .paragraph-text-size {
    font-size: 12px;
    line-height: 24px;
  }
  .arrow-wrapper {
    width: 100%;
    -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;
  }
  .section-6 {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .footer {
    height: auto;
  }
  .column {
    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;
  }
  .column-2 {
    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;
  }
  .column-3 {
    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;
  }
  .column-4 {
    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;
  }
  .column-5 {
    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;
  }
  .column-6 {
    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;
  }
  .image-5 {
    margin-bottom: 10px;
  }
  .columns-2 {
    width: 100%;
  }
  .columns-3 {
    width: 100%;
  }
  .columns-4 {
    width: 100%;
  }
  .explore-canon-block {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    background-color: #f3f3f3;
  }
  .footer-menu {
    margin-left: 0px;
    font-size: 8px;
  }
  .explore-canon-links-wrapper {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .policy-footer-wrapper {
    height: auto;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .explore-canon-heading {
    margin-left: 0px;
  }
  .explore-wrapper {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-17 {
    width: 100%;
  }
  .div-block-18 {
    height: 100%;
    margin-bottom: 0px;
    padding-top: 5px;
  }
  .div-block-19 {
    margin-bottom: 15px;
  }
  .div-block-20 {
    top: 90%;
    bottom: 90%;
    height: 10%;
  }
  .image-9 {
    top: 0px;
    bottom: 0px;
    display: none;
    width: auto;
  }
  .image-10 {
    display: block;
    width: 100%;
  }
  .section-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 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;
  }
  .div-block-21 {
    width: 375px;
    border-style: solid;
    border-width: 1px;
    border-color: #d9cab0;
  }
  .div-block-22 {
    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;
  }
  .heading-5 {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
  }
  .hero-copy-wrapper-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 20px;
    -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;
  }
  .div-block-23 {
    width: 80%;
  }
  .link-block {
    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;
  }
  .link-block.w--current {
    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;
  }
  .intro-sub-heading {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }
}

