:root {
  --primary: #359b76;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 800;
  line-height: 54px;
}

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

h3 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

p {
  margin-bottom: 25px;
  font-size: 22px;
  line-height: 160%;
}

a {
  color: #045be8;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  font-size: 22px;
  line-height: 160%;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 30px;
  font-size: 18px;
  line-height: 144%;
}

li {
  margin-bottom: 25px;
}

.header {
  padding: 20px 24px 30px;
}

.footer {
  color: #777;
  background-color: #cce0eb;
  padding-top: 38px;
  padding-bottom: 46px;
  font-size: 14px;
}

.container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.row {
  flex-direction: column;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.row.text-center.hd {
  justify-content: flex-start;
  align-items: center;
}

.row.text-center._0-padding {
  padding: 0;
}

.row.mx-740 {
  width: 100%;
  max-width: 740px;
}

.logo {
  width: 360px;
  max-width: 60%;
}

.logo.mb2 {
  max-width: 180px;
  margin-bottom: 20px;
}

.logo.mb2.mid {
  margin-left: auto;
  margin-right: auto;
}

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

.title.medium {
  font-size: 28px;
  line-height: 38px;
}

.title.small {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
}

.title.colored {
  color: var(--primary);
}

.title.colored.custom {
  margin-bottom: 26px;
  line-height: 41px;
}

.p {
  color: #3a3838;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.7;
}

.p.p-quote {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
}

.p.fs-italic {
  font-style: italic;
}

.p.fs-italic.mb0 {
  margin-bottom: 0;
}

.p.fs-19 {
  font-size: 19px;
}

.p.fs-19.fw-bold {
  font-weight: 700;
}

.p.fs-19.fw-bold.mb0 {
  margin-bottom: 0;
}

.p.mb3 {
  margin-bottom: 30px;
}

.p.mb0 {
  border: 0 dashed #000;
  margin-bottom: 0;
}

.p.mb0.fw-bold {
  font-weight: 700;
}

.p.mb0.fw-bold.fs-20 {
  font-size: 20px;
  font-weight: 400;
}

.p.mb0.fw-bold.fs-20.text-center {
  text-align: center;
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.3;
}

.p.fs-16 {
  font-size: 16px;
}

.p.fs-16.fw-600 {
  color: #535353;
  font-weight: 600;
}

.p.fs-16.fw-600.footer-links {
  text-transform: uppercase;
  margin-bottom: 43px;
}

.p.fs-15 {
  font-size: 15px;
}

.p.fs-15.color-light {
  color: #9b9b9b;
}

.p.mb2 {
  margin-bottom: 20px;
}

.p.mb2.mb3 {
  margin-bottom: 30px;
}

.p.offer {
  margin-bottom: 0;
  font-size: 20px;
}

.p.notice {
  font-size: 14px;
}

.list1 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
}

.list1.num {
  font-size: 21px;
}

.list1-item {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
}

.box1 {
  background-color: #f7f7f7;
  border-left: 3px solid #ccc;
  margin-bottom: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  display: block;
}

.box1.bl-5 {
  border-left-width: 5px;
}

.box1.bl-5.p2 {
  padding: 20px 20px 10px 30px;
}

.box1.bl-5.p2.mb3 {
  border-top: 7px solid #bdbdbd;
  border-left-width: 7px;
  border-left-color: #bdbdbd;
  margin-bottom: 30px;
  padding-bottom: 20px;
  display: block;
}

.a-img {
  text-align: center;
  width: 100%;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

.a-img.m0 {
  margin-top: 0;
  margin-bottom: 0;
}

.h2 {
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  line-height: 1.4;
}

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

.h3 {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.h3.mt0 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
}

.grid {
  padding: 0 20px;
}

.grid.bb1 {
  border-bottom: 1px solid #dedede;
}

.grid.bb1.mt3 {
  margin-top: 30px;
}

.grid.mb3 {
  margin-bottom: 30px;
}

.grid.mb3.mb4 {
  margin-bottom: 40px;
}

.grid-list {
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.grid-list-item {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 45px;
}

.grid-list-item.check {
  background-image: url('../images/check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 10px;
}

.grid-list-item.uncheck {
  background-image: url('../images/uncheck.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 32px;
  align-items: center;
  display: flex;
}

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

.column-2 {
  padding-left: 40px;
}

.column-2.bl1 {
  border-left: 1px solid #dedede;
  align-items: stretch;
  padding-left: 20px;
  display: flex;
}

.bl1 {
  border-left: 1px solid #dedede;
}

.bl1.bp2 {
  padding-bottom: 20px;
}

.columns {
  display: flex;
}

.box3 {
  background-color: #f7f7f7;
  border: 5px solid #ccc;
  max-width: 100%;
  padding: 20px;
}

.box3.mb3 {
  background-color: #f7f7f7;
  border-width: 5px;
  border-color: #ccc;
  margin-bottom: 30px;
}

.box3.mb3.b-dotted {
  background-color: #fff7dc;
  border-style: dashed;
  border-color: #fdc300;
}

.box3.mb3.b-yellow {
  background-color: #fff7dc;
  border-color: #fdc300;
}

.box3._w-60 {
  max-width: 60%;
}

.box3._w-60.m-uto {
  margin-left: auto;
  margin-right: auto;
}

.box3._w-60.m-uto.mb2 {
  margin-bottom: 20px;
}

.box3._w-60.m-uto.mb2.bg-white {
  background-color: #fff;
}

.box3._w-60.m-uto.mb2.bg-white.b8 {
  border-width: 7px;
  border-color: #333;
}

.btn-primary {
  text-align: center;
  background-color: #069206;
  border-bottom: 5px solid #057b05;
  border-radius: 8px;
  width: 100%;
  padding: 36px 60px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.btn-primary:hover {
  background-color: #058705;
}

.btn-primary.mb5 {
  margin-bottom: 30px;
}

.btn-primary.v2 {
  background-color: var(--primary);
  border-bottom-style: none;
  border-radius: 10px;
  width: 330px;
  max-width: 100%;
  padding: 15px;
  font-size: 18px;
  line-height: 26px;
}

.afooter {
  color: #337ab7;
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: 7px;
  margin-right: 7px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.rigth-fixed {
  height: auto;
  padding: 10px 15px;
  position: relative;
}

.rigth-fixed.max-width {
  width: 100%;
  max-width: 330px;
  margin-top: 1px;
}

.column-wrap {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

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

.main-column.max-width {
  width: 100%;
  max-width: 770px;
}

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

.image {
  margin-top: -10px;
}

.image.sidebar-product-iamge {
  width: 260px;
  margin-top: 0;
  margin-bottom: 21px;
}

.p-2 {
  color: #3a3838;
  font-family: Open Sans, sans-serif;
  font-size: 21px;
  line-height: 1.7;
}

.p-2.fs-18 {
  font-size: 18px;
}

.p-2.fs-18.mb0 {
  margin-bottom: 0;
}

.p-2.mb0 {
  border: 0 dashed #000;
  margin-bottom: 0;
}

.mb1 {
  margin-bottom: 10px;
}

.image-3 {
  width: 100%;
}

.h3-2 {
  font-family: Open Sans, sans-serif;
}

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

.h3-2.text-center.mb0, .h3-2.text-center.mr10 {
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 24px;
}

.h2-2 {
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  line-height: 1.4;
}

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

.image-4 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.link {
  color: #0b039f;
  line-height: 1.2;
  text-decoration: none;
}

.div-block-3 {
  align-items: center;
  font-size: 18px;
  display: flex;
}

.brand {
  width: 100%;
}

.citations {
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.cit-title {
  font-size: 14px;
  display: block;
}

.sidebar-2 {
  border-radius: 8px;
  padding: 10px 12px;
  box-shadow: 0 4px 20px #00000040;
}

.sidebar-2.text-center {
  box-shadow: none;
  text-align: center;
  border: 1px solid #31718f;
  border-radius: 0;
}

.a-img-3 {
  text-align: center;
  width: 100%;
  max-width: none;
  margin-top: 10px;
  margin-bottom: 20px;
}

.a-img-3.mt-20 {
  margin-top: 20px;
}

.btn-primary-2 {
  text-align: center;
  background-color: #1dba33;
  border-radius: 5px;
  width: 100%;
  padding: 36px 60px;
  font-family: Varela, sans-serif;
  font-size: 28px;
  line-height: 32px;
  box-shadow: 0 1px 5px #0006;
}

.btn-primary-2:hover {
  background-color: #058705;
}

.btn-primary-2.btn-sidebar {
  padding: 15px 10px;
  font-size: 15px;
}

.sg-box {
  background-color: #f7f7f7;
  border-left: 3px solid #ccc;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 15px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.sg-img {
  width: 84px;
  margin-right: 20px;
}

.sg-content {
  color: #37465a;
}

.sg-med {
  margin-bottom: 5px;
}

.text-green {
  color: #44763c;
}

.sg-text {
  margin-bottom: 5px;
}

.top-bar {
  color: #262626;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-bottom: -3px;
  font-size: 13px;
  line-height: 17px;
  display: flex;
}

.rich-text {
  margin-bottom: -25px;
  overflow: hidden;
}

.rich-text.no-negative {
  margin-bottom: 0;
}

.asset-holder {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
}

.asset-holder.small-space {
  margin-top: 20px;
  margin-bottom: 20px;
}

.asset-holder.bottom-no-space {
  margin-bottom: 0;
}

.asset-holder.bottom-small {
  margin-bottom: 20px;
}

.asset-holder.top-no-space {
  margin-top: 0;
}

.asset-holder.product-image {
  justify-content: center;
  align-items: center;
  margin: 0;
  display: flex;
}

.date {
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
}

.image-asset {
  width: 100%;
}

.image-asset.product-image {
  border-radius: 8px;
  max-width: 330px;
}

.highlited-section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #ffd811;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  padding: 16px;
  display: flex;
}

.cta-button-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.cta-button-wrapper.spaced {
  margin-top: 20px;
  margin-bottom: 20px;
}

.comment-text-item {
  border-bottom: 1px solid #ccc;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0 0 20px;
}

.comment-text-item.last {
  margin-bottom: 0;
}

.comment-paragreaph {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 150%;
}

.body {
  color: #262626;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.tweeter-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  background-color: #1b95e0;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 2px 8px 2px 6px;
  font-size: 13px;
  text-decoration: none;
  display: flex;
}

.tweeter-button:hover {
  background-color: #1b95e0;
}

.svg-icon {
  line-height: 0;
}

.date-holder {
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}

.btn-text {
  color: #00f;
  font-weight: 700;
}

.highlited {
  color: #00953d;
}

.highlited-red {
  color: #d0021b;
}

.list {
  padding-left: 0;
  list-style-type: none;
}

.list-item {
  background-image: url('../images/icon-check-3.jpg');
  background-position: 0 10px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding-left: 44px;
  overflow: visible;
}

.assets-max-with {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hide {
  display: none;
}

.product-wrap {
  border: 1px solid #ededed;
  max-width: 100%;
  padding: 20px;
  position: sticky;
  top: 10px;
}

.review-item {
  border-top: 2px solid var(--primary);
  color: #000;
  width: 100%;
  padding-top: 15px;
  font-size: 17px;
  line-height: 150%;
}

.review-wrapper {
  border-bottom: 2px solid var(--primary);
  margin-top: 1px;
  margin-bottom: 15px;
}

.review-description {
  margin-top: 5px;
  margin-bottom: 12px;
  font-size: 17px;
  line-height: 1.5em;
}

.reviewer-name, .reviewer-geo {
  color: #3e4855;
  margin-bottom: 12px;
  font-weight: 700;
}

.full-width {
  width: 100%;
}

.centered {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-holder {
  justify-content: flex-start;
  align-items: stretch;
}

.heading {
  color: #000;
}

.autor-image {
  object-fit: contain;
  border-radius: 500px;
  width: 40px;
  max-width: 40px;
  height: 40px;
  max-height: 40px;
}

.autor-name {
  color: var(--primary);
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  transform: translate(0, 1px);
}

.autor-name-wrap {
  border-left: 2px solid var(--primary);
  margin-left: 10px;
  padding-top: 1px;
  padding-left: 20px;
}

.author {
  margin-top: 3px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.3em;
}

.quote {
  background-color: #edf9ff;
  border-left: 4px solid #337ab7;
  margin-bottom: 25px;
  padding: 16px;
}

.quote.gray {
  background-color: #f3f4f9;
  border-left-color: #777;
  padding-top: 8px;
  padding-bottom: 8px;
}

.no-margine {
  margin-bottom: 0;
}

.body-reviewer-info {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.body-reviewer-name {
  font-weight: 700;
  line-height: 22px;
}

.body-reviewer-image {
  object-fit: contain;
  border-radius: 50px;
  width: 49px;
  min-width: 49px;
  height: 49px;
  min-height: 49px;
  margin-right: 18px;
}

.feedback-produc-image {
  object-fit: contain;
  width: 300px;
}

.guarantee-wrapper {
  background-color: #fffbef;
  border: 1px solid #fab73c;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px 16px;
}

.guarantee-bage {
  object-fit: contain;
  width: 100px;
  min-width: 100px;
  height: 100px;
  min-height: 100px;
  margin-right: 24px;
}

.cta-box {
  background-color: #ecf8ff;
  border: 4px dashed #337ab7;
  margin-bottom: 35px;
  padding: 36px 16px;
}

.product-description {
  text-align: center;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.cta-text {
  color: #e75d14;
  text-align: center;
  width: 100%;
  margin-top: -4px;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
}

.footer-text {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 21px;
}

.footer-text.last {
  margin-bottom: 0;
}

.footer-text.more {
  margin-top: 1px;
  margin-bottom: 27px;
}

.sidebar-product {
  text-decoration: none;
}

.sidebar-product-title {
  margin-bottom: 10px;
  line-height: 136%;
}

.cta-fixed {
  display: none;
}

.title-bage {
  color: #262626;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transform: translate(0, -10px);
}

.title-bage.green {
  color: var(--primary);
}

.sidebar-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.underline {
  text-decoration: underline;
}

.list-dot {
  padding-left: 0;
  list-style-type: none;
}

.dot-list-item {
  background-image: url('../images/dot_1dot.jpg');
  background-position: 23px 18px;
  background-repeat: no-repeat;
  background-size: 6px 6px;
  padding-left: 40px;
}

.footer-links {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 44px;
}

.cta-fixed-manual, .cta-fixed-manual.stickybtn_fixed {
  display: none;
}

.source-holder {
  width: 770px;
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.source-list {
  margin-top: 6px;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 14px;
  list-style-type: decimal;
}

.link-text-black {
  color: #333;
}

@media screen and (max-width: 991px) {
  .row {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo.mb2 {
    max-width: 200px;
  }

  .p {
    margin-bottom: 10px;
  }

  .grid-list {
    padding-right: 10px;
  }

  .column-2.bl1 {
    padding-left: 20px;
  }

  .box3._w-60.m-uto.mb2.bg-white.b8 {
    margin-top: 30px;
  }

  .btn-primary.mb5 {
    font-size: 24px;
  }

  .rigth-fixed {
    flex-direction: row;
    padding-right: 15px;
    display: flex;
  }

  .rigth-fixed.max-width {
    flex-flow: column;
    max-width: 320px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-wrap {
    flex-direction: column;
    display: block;
  }

  .main-column {
    flex-direction: column;
    align-items: stretch;
    display: block;
  }

  .p-2 {
    margin-bottom: 10px;
  }

  .italic-text {
    font-size: 24px;
  }

  .sidebar-2.text-center {
    display: block;
  }

  .btn-primary-2.btn-sidebar {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer {
    margin-top: 0;
  }

  .title {
    font-size: 28px;
  }

  .title.h1 {
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
    line-height: 44px;
  }

  .title.colored {
    font-size: 24px;
  }

  .p {
    font-size: 19px;
  }

  .h2 {
    font-size: 26px;
  }

  .grid.bb1.mt3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .grid-list {
    padding-right: 10px;
  }

  .column-2.bl1, .bl1.bp2 {
    padding-left: 20px;
  }

  .columns {
    flex-direction: row;
    display: flex;
  }

  .box3._w-60.m-uto.mb2.bg-white.b8 {
    max-width: 100%;
  }

  .btn-primary.mb5 {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.2;
  }

  .btn-primary.v2.fixed {
    width: 100%;
  }

  .rigth-fixed {
    margin-top: 20px;
    top: 0;
  }

  .rigth-fixed.max-width {
    max-width: 320px;
    margin-top: 36px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-3 {
    flex-direction: row;
    display: flex;
  }

  .columns-6 {
    display: flex;
  }

  .h2-2 {
    font-size: 26px;
  }

  .image-4 {
    max-width: 100%;
  }

  .italic-text {
    font-size: 23px;
  }

  .btn-primary-2 {
    padding: 15px 25px;
    font-size: 20px;
  }

  .sg-med {
    margin-bottom: 0;
  }

  .sg-text {
    display: none;
  }

  .top-bar {
    margin-top: 7px;
    margin-bottom: -7px;
    line-height: 26px;
  }

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

  .column-holder {
    flex-flow: column;
  }

  .guarantee-wrapper {
    text-align: center;
    flex-flow: column;
  }

  .guarantee-bage {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .cta-box {
    margin-bottom: 0;
  }

  .footer-text.last {
    margin-bottom: 64px;
  }

  .cta-fixed {
    opacity: 0;
    background-color: #000c;
    width: 100%;
    padding: 20px 15px 15px;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .cta-fixed-manual {
    background-color: #000c;
    width: 100%;
    padding: 20px 15px 15px;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .cta-fixed-manual.stickybtn_fixed {
    display: block;
  }

  .source-holder {
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    padding: 5px 0;
  }

  .footer {
    padding-top: 40px;
  }

  .row, .row.p1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .title.colored.custom {
    line-height: 38px;
  }

  .p {
    font-size: 17px;
  }

  .p.fs-italic.mb0.quote {
    line-height: 1.4;
  }

  .p.fs-19 {
    font-size: 15px;
  }

  .p.mb0.fw-bold.fs-20, .p.mb0.fw-bold.fs-20.text-center {
    font-size: 18px;
  }

  .p.mb2 {
    margin-bottom: 10px;
  }

  .list1 {
    margin-bottom: 20px;
  }

  .list1.num {
    font-size: 17px;
  }

  .list1.mb-10 {
    margin-bottom: 10px;
  }

  .box1.bl-5.p2.mb3 {
    padding-left: 10px;
  }

  .a-img {
    margin-top: 10px;
  }

  .h2 {
    font-size: 19px;
  }

  .grid.bb1, .grid.mb3 {
    padding-left: 0;
  }

  .grid-list-item.check {
    background-size: 26px;
    padding-left: 34px;
    padding-right: 0;
  }

  .grid-list-item.uncheck {
    background-size: 26px;
    padding-left: 34px;
  }

  .column-2.bl1, .bl1.bp2 {
    padding-left: 10px;
  }

  .btn-primary.mb5 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .afooter {
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    font-size: 14px;
    line-height: 150%;
  }

  .rigth-fixed {
    margin-bottom: 0;
  }

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

  .p-2 {
    font-size: 18px;
  }

  .p-2.fs-18.mb0 {
    font-size: 15px;
  }

  .bold-text {
    font-size: 25px;
  }

  .h3-2.text-center.mb0 {
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .h3-2.text-center.mr10 {
    margin-left: 0;
    margin-right: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .h2-2 {
    font-size: 22px;
  }

  .citations {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .cit-title {
    font-size: 14px;
  }

  .sg-box {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }

  .sg-img {
    width: 52px;
  }

  .highlited-section {
    padding-top: 0;
  }

  .comment-text-item.last {
    margin-bottom: 0;
  }

  .comment-paragreaph {
    line-height: 153%;
  }

  .assets-max-with {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .cta-fixed {
    transition-property: none;
  }

  .footer-links {
    margin-bottom: 46px;
  }
}


