:root {
  --dark_blue: #001c3d;
  --grey_bg: #f0f2f4;
  --orange: #ff6a29;
  --red: #ff0500;
  --yellow_star: #fdd06b;
  --grey_text: #7d7e83;
  --yellow: #ffe4a7;
  --white: white;
  --red_light: #ffe0e0;
  --black: #000;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--dark_blue);
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: .9;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
}

a {
  color: var(--dark_blue);
  text-decoration: none;
}

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

.navbar-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-container.shadow-three {
  width: 100%;
  max-width: 1440px;
  padding: 16px 30px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  width: 120px;
  position: static;
}

.main-s.grey-bg {
  background-color: var(--grey_bg);
}

.main-c {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 30px;
}

.content-w-gen {
  width: 100%;
}

.content-w-gen.flex-horizontal {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.content-w-gen.flex-vertical {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-content-w {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-content-w._50 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--dark_blue);
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.subtitle-w {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 25px;
  display: flex;
}

.icon-24 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.svg-icon-w.orange {
  color: var(--orange);
}

.svg-icon-w.red {
  color: var(--red);
}

.svg-icon-w.red.hide-for-desktop {
  display: none;
}

.svg-icon-w.yellow-star {
  color: var(--yellow_star);
}

.svg-icon-w.dark-blue {
  justify-content: center;
  align-items: center;
  display: flex;
}

.orange-text {
  color: var(--orange);
}

.body-20 {
  flex: 0 auto;
  font-size: 20px;
}

.body-20.body-bold {
  font-weight: 700;
}

.photo-w {
  justify-content: center;
  align-items: center;
  display: flex;
}

.photo-w._50 {
  box-sizing: border-box;
  object-fit: contain;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-top: 0;
  display: flex;
  overflow: visible;
}

.body-16 {
  font-size: 16px;
}

.body-16.body-grey {
  color: var(--grey_text);
}

.body-16.uppercase-semi-bold {
  text-transform: uppercase;
  font-weight: 600;
}

.body-16.uppercase-semi-bold.red {
  color: var(--red);
}

.body-16.uppercase-semi-bold.red.centred {
  text-align: center;
}

.body-16.cap-semi-bold {
  color: var(--orange);
  text-transform: capitalize;
  font-weight: 600;
}

.product-card-w {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid var(--yellow);
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 16px;
  display: flex;
  box-shadow: 2px 2px 5px #1717181a;
}

.top-card-info-w {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.nember-w {
  background-color: var(--yellow);
  border-radius: 0 0 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  display: flex;
}

.title-bg-w {
  background-color: var(--orange);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-top: -2px;
  padding: 4px 20px;
}

.body-semi-bold {
  font-weight: 600;
}

.body-semi-bold.body-white {
  color: var(--white);
}

.card-content-w {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: grid;
  position: relative;
}

.card-text-content-w {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h2-semi-bold {
  font-weight: 600;
  text-decoration: underline;
}

.list-w {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.list-item-w {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  order: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.product-image {
  min-width: 0;
  max-width: none;
  height: 350px;
}

.product-image.fleshlight {
  height: 300px;
}

.product-image.new {
  width: 350px;
  height: auto;
}

.card-btn-w {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.ratting-info-w {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ratting-info-w.hide-for-desktop {
  display: none;
}

.stars-w {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.discount-info-w {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 2px dashed var(--red);
  background-color: var(--red_light);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 220px;
  padding: 4px 20px;
  display: flex;
}

.discount-info-w.hide {
  display: none;
}

.main-btn {
  background-color: var(--orange);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 32px;
  font-weight: 600;
  display: flex;
}

.main-btn:hover {
  background-color: var(--dark_blue);
}

.btn-w {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-w.hide-for-desktop {
  display: none;
}

.bottom-card-info-w {
  background-color: var(--white);
  color: var(--orange);
  border: 4px solid #ff6a2a;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 16px 10px 10px;
  display: flex;
}

.bottom-card-info-w.hide {
  padding-bottom: 0;
  display: none;
}

.text-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--white);
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-button:hover {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--orange);
}

.icon-20 {
  color: var(--orange);
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.text-card-w {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1.2px solid var(--grey_bg);
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 6px #1717181a;
}

.paragraph {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.accordion {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.accordion.js-accordion {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.accordion_item-image {
  width: 40px;
}

.accordion-body {
  color: #9096a4;
  padding-left: 64px;
  padding-right: 8px;
  display: block;
}

.accordion-body.js-accordion-body {
  color: var(--dark_blue);
  padding-left: 0;
  padding-right: 0;
}

.question-text {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.accordion-body__contents {
  opacity: 1;
  color: #9096a4;
  margin-top: 8px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}

.accordion-body__contents.body-18 {
  color: var(--dark_blue);
  margin-top: 16px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.js-accordion-icon {
  height: 28px;
  transition: transform .2s;
}

.js-accordion-icon.active {
  transform: rotate(90deg);
}

.accordion-header {
  color: #2e323c;
  align-items: center;
  display: flex;
}

.accordion-header.js-accordion-header {
  color: var(--dark_blue);
  cursor: pointer;
}

.faq-button {
  background-color: #ffb223;
  border-radius: 3px;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  transition: background-color .2s;
}

.faq-button:hover {
  background-color: #ffd17b;
}

.accordion__item {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 20px 32px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.accordion__item:hover {
  box-shadow: 0 3px 9px #2e323c17;
}

.accordion__item.js-accordion-item {
  padding: 20px;
  box-shadow: 0 0 6px #1717181a;
}

.accordion__item.js-accordion-item.active {
  cursor: default;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0 0 6px #1717181a;
}

.footer {
  background-color: var(--dark_blue);
  padding-bottom: 40px;
  position: relative;
}

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

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: center;
  align-items: flex-start;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: var(--white);
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: var(--grey_text);
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.footer-content-w {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.readmore, .review1 {
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.red-update {
  color: var(--red);
}

.link {
  color: var(--orange);
  font-weight: 700;
  text-decoration: underline;
}

.bold-text {
  line-height: 1.1;
  display: inline;
}

.image {
  max-height: 350px;
}

.heading {
  font-family: Merriweather, serif;
  font-size: 40px;
}

.heading.top {
  color: var(--white);
  font-family: Ubuntu, Helvetica, sans-serif;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  min-width: 500px;
  display: flex;
}

.text-span {
  color: var(--white);
}

.button {
  text-align: center;
  background-color: #ff6a2a;
  width: 80%;
  margin-top: 20px;
}

.bold-text-2, .bold-text-3, .bold-text-4 {
  text-decoration: underline;
}

.text-block, .text-block-2, .text-block-3 {
  font-size: 45px;
}

.bold-text-5 {
  display: inline-block;
}

.text-block-5 {
  overflow: visible;
}

.bold-text-6 {
  display: inline;
}

.replace, .text-span-2, .text-span-3, .text-span-4 {
  font-weight: 700;
}

.image-2 {
  aspect-ratio: auto;
  object-fit: contain;
  flex: 0 auto;
  width: auto;
  min-width: 0;
  max-width: 100%;
  min-height: 0;
  max-height: 100%;
  padding-bottom: 20px;
  padding-left: 10px;
  overflow: clip;
}

.text-span-5, .text-span-6, .text-span-7, .text-span-8 {
  font-weight: 700;
}

.paragraph-block {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-span-9 {
  text-transform: none;
  font-weight: 400;
  text-decoration: none;
}

.text-span-10 {
  font-size: 25px;
}

.div-block-3 {
  width: 25px;
}

.div-block-4 {
  height: 20px;
}

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

.div-block-6 {
  box-sizing: border-box;
  white-space: nowrap;
  object-fit: contain;
  overflow: visible;
}

.text-block-6 {
  color: var(--grey_text);
  white-space: nowrap;
}

.lastmonth, .div-block-7 {
  display: flex;
}

.update-p {
  color: var(--red);
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}

.link-block {
  width: 100%;
  min-width: 0;
  height: 100%;
  min-height: 0;
  max-height: none;
}

@media screen and (max-width: 991px) {
  body {
    line-height: 1.4;
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 30px;
  }

  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: center;
    align-items: center;
  }

  .navbar-brand-three {
    position: relative;
  }

  .content-w-gen.flex-horizontal {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .text-content-w._50 {
    width: 100%;
  }

  .icon-24._16 {
    width: 20px;
    height: 20px;
  }

  .svg-icon-w.red.hide-for-desktop {
    display: flex;
  }

  .body-20 {
    font-size: 18px;
  }

  .photo-w._50 {
    width: 100%;
  }

  .top-card-info-w {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .card-content-w {
    grid-template-columns: 1fr 1.5fr;
  }

  .card-btn-w.hide-for-adapt {
    display: none;
  }

  .ratting-info-w.hide-for-desktop {
    display: flex;
  }

  .discount-info-w {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .main-btn {
    width: 100%;
  }

  .btn-w.hide-for-desktop {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: stretch;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .bottom-card-info-w {
    padding-bottom: 0;
  }

  .adap-cell-w.flex-left {
    justify-content: flex-start;
    align-items: flex-start;
    width: 120px;
    display: flex;
  }

  .adap-cell-w.flex-right {
    justify-content: flex-end;
    align-items: center;
    width: 120px;
    display: flex;
  }

  .text-card-w {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .accordion {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .accordion-body__contents.body-18 {
    margin-top: 12px;
    line-height: 1.4;
  }

  .accordion__item.js-accordion-item, .accordion__item.js-accordion-item.active {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 30px;
  }

  .navbar-container.shadow-three {
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .main-c {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-content-w._50 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .icon-24, .icon-24._16 {
    width: 16px;
    height: 16px;
  }

  .card-content-w {
    grid-template-columns: 1fr;
  }

  .card-text-content-w {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .list-w {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .product-image {
    height: 400px;
  }

  .stars-w {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .accordion {
    width: 100%;
    margin-bottom: -16px;
  }

  .accordion-body__contents.body-18 {
    font-size: 16px;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-container.shadow-three {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .container {
    max-width: none;
  }

  .navbar-brand-three {
    width: 100px;
  }

  .content-w-gen.flex-horizontal {
    flex-flow: column-reverse;
  }

  .photo-w._50 {
    aspect-ratio: auto;
    object-fit: contain;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: 50%;
    max-height: 50%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .top-card-info-w {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: wrap;
    grid-template-columns: auto 1fr;
  }

  .nember-w {
    padding: 6px 20px;
  }

  .title-bg-w {
    border-bottom-right-radius: 0;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-right: -2px;
    display: flex;
  }

  .body-semi-bold.body-white.centred {
    text-align: center;
  }

  .product-image {
    height: 250px;
  }

  .product-image.fleshlight {
    height: 180px;
  }

  .product-image.kiiroo {
    height: 200px;
  }

  .product-image.new {
    width: 250px;
  }

  .bottom-card-info-w {
    padding-bottom: 10px;
  }

  .adap-cell-w {
    width: auto;
  }

  .adap-cell-w.flex-left {
    width: 84px;
  }

  .adap-cell-w.flex-right {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  ._24 {
    font-size: 24px;
  }

  .accordion_item-image {
    width: 30px;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    padding-left: 0;
    padding-right: 0;
  }

  .question-text {
    flex: 0 100%;
    font-size: 20px;
  }

  .container-2 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .readmore, .review1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading.top {
    align-self: center;
    width: 60%;
    font-size: 27px;
    line-height: 1;
    position: static;
  }

  .div-block-2 {
    min-width: 400px;
  }

  .button {
    object-fit: fill;
    align-self: auto;
    width: 100%;
    height: auto;
  }

  .text-block-4 {
    width: auto;
  }

  .image-2 {
    box-sizing: border-box;
    aspect-ratio: auto;
    text-align: left;
    object-fit: scale-down;
    align-self: auto;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    overflow: clip;
  }

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

#w-node-_313eab38-8686-ef74-aa99-c6d178e69821-04a2897a, #w-node-_313eab38-8686-ef74-aa99-c6d178e69850-04a2897a, #w-node-f74ccdde-45c9-b85e-c430-e245085ef69e-04a2897a, #w-node-f74ccdde-45c9-b85e-c430-e245085ef6b4-04a2897a, #w-node-d49e5540-ba6b-e705-cc2a-90c506c511e9-04a2897a, #w-node-d49e5540-ba6b-e705-cc2a-90c506c51204-04a2897a, #w-node-_33749be2-0548-5372-7302-f2fa8f3646b3-04a2897a, #w-node-_33749be2-0548-5372-7302-f2fa8f3646e2-04a2897a, #w-node-_2c7932e5-46ff-7989-503f-4b3caf1e443c-04a2897a, #w-node-_2c7932e5-46ff-7989-503f-4b3caf1e44a9-04a2897a, #w-node-_3c524308-3abb-662a-292e-86eaacdcca4e-04a2897a, #w-node-_3c524308-3abb-662a-292e-86eaacdcca7d-04a2897a, #w-node-_9f0dca3f-bace-698f-ac0b-876a6a3517a7-04a2897a, #w-node-_9f0dca3f-bace-698f-ac0b-876a6a351816-04a2897a, #w-node-_99277146-1351-f111-c7dc-579fcb1ceaec-04a2897a, #w-node-_99277146-1351-f111-c7dc-579fcb1ceb1b-04a2897a, #w-node-_8bc0a457-98ad-31f0-797f-2efd51fe10f0-04a2897a, #w-node-_8bc0a457-98ad-31f0-797f-2efd51fe111f-04a2897a, #w-node-c3ca8e33-1a21-5661-7116-f6c0a759cf36-04a2897a, #w-node-c3ca8e33-1a21-5661-7116-f6c0a759cf65-04a2897a, #w-node-e18e8604-0821-a3fa-f07b-c00eec3f51ab-04a2897a, #w-node-e18e8604-0821-a3fa-f07b-c00eec3f51da-04a2897a, #w-node-ccba2739-ff6c-f4d2-6b89-0dc3a94aac00-04a2897a, #w-node-ccba2739-ff6c-f4d2-6b89-0dc3a94aac2f-04a2897a, #w-node-_8cea13c2-aa48-d366-f7ee-e419ec8ac9a8-04a2897a, #w-node-_8cea13c2-aa48-d366-f7ee-e419ec8ac9d7-04a2897a, #w-node-d58c30a8-fedd-c5ec-bd6d-8b5aecc67ca4-04a2897a, #w-node-d58c30a8-fedd-c5ec-bd6d-8b5aecc67cd6-04a2897a {
  align-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-_313eab38-8686-ef74-aa99-c6d178e69811-04a2897a, #w-node-f74ccdde-45c9-b85e-c430-e245085ef68e-04a2897a, #w-node-d49e5540-ba6b-e705-cc2a-90c506c511d9-04a2897a, #w-node-_33749be2-0548-5372-7302-f2fa8f3646a3-04a2897a, #w-node-_2c7932e5-46ff-7989-503f-4b3caf1e442e-04a2897a, #w-node-_3c524308-3abb-662a-292e-86eaacdcca3e-04a2897a, #w-node-_9f0dca3f-bace-698f-ac0b-876a6a351799-04a2897a, #w-node-_99277146-1351-f111-c7dc-579fcb1ceadc-04a2897a, #w-node-_8bc0a457-98ad-31f0-797f-2efd51fe10e0-04a2897a, #w-node-c3ca8e33-1a21-5661-7116-f6c0a759cf26-04a2897a, #w-node-e18e8604-0821-a3fa-f07b-c00eec3f519b-04a2897a, #w-node-ccba2739-ff6c-f4d2-6b89-0dc3a94aabf0-04a2897a, #w-node-_8cea13c2-aa48-d366-f7ee-e419ec8ac998-04a2897a, #w-node-d58c30a8-fedd-c5ec-bd6d-8b5aecc67c9a-04a2897a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


