.lib-header{
    display: flex;
    border-bottom: none;
    z-index: 100;
    top: 0;
    position: relative;
 }
 

.lib-header_main{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

 .lib-header_mainTextStyle{
    font-weight: 800 !important;
 }
 
 .lib-header_mainImage{
    border-radius: 20px;
 }


.lib-header_mainImageShadow{
    position: absolute;
    z-index: -1;
    border-radius: 20px;
}


@media (max-width: 767px){
    .lib-header{
        flex-direction: column;
        align-items: center;
        height: 369px;
        width: 100%;
        margin: 20px auto 20px auto;
    }
    .lib-header_mainTextStyle{
        font-size: 28px !important;
        line-height: 30px !important;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    
    .lib-header_mainP{
        line-height: 22.4px !important;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }  

    .lib-header_mainImage{
        width: 261px;
        height: 189px;
        margin-right: 20px;
        margin-top: 24px;
    }
    .lib-header_mainImageShadow{
        height: 189px;
        width: 272px;
        left: 25.63px;
        top: 145px;
    }
}

@media (min-width: 768px) and (max-width: 899px){
    .lib-header{
        justify-content: space-between;
        height: auto;
        margin-top:20px;
        margin-bottom: 20px;
    }
    
    .lib-header_main{
        justify-content: end;
        margin-left: 48px;
    }
    
    .lib-header_mainTextStyle{
        font-size: 40px !important;
        line-height: 40px !important;
        width: 320px;
        height: 80px;
    }
    
    .lib-header_mainP{
        line-height: 22.4px !important;
        width: 350px;
        height: 96px;
    }

    .lib-header_mainImage{
        height: 213px;
        width: 295px;
        margin-top: 32px;
        margin-right: 52px;
    }
    
    .lib-header_mainImageShadow{
        height: 213.65px;
        width: 307.75px;
        left: 428.25px;
        top: 45.35px;
    }
}

@media (min-width: 900px) and (max-width: 1199px){
    .lib-header{
        justify-content: space-between;
       /* width: 900px; */
        margin: 32px auto 90px auto;
    }
    
    .lib-header_mainTextStyle{
        font-size: 40px !important;
        width: 366px;
    }

    .lib-header_mainP{
        width: 390px;
        line-height: 22.4px !important;
        margin-top: 20px;
    }

    .lib-header_mainImage{
        width: 395.11px;
        height: 286.12px;
    }
    .lib-header_mainImageShadow{
        height: 286px;
        width: 404px;
        left: 520px;
        top: 17.7px;
    }
}

@media (min-width: 1200px){
    .lib-header{
        justify-content: space-between;
        max-width: 1173px;
        margin: 32px auto 110px auto;
    } 
    
    .lib-header_main{
        margin-right: 10px;
    }
    
    
    .lib-header_mainTextStyle{
        font-size: 48px !important;
        line-height: 50px !important;
    }
    
    .lib-header_mainP{
        font-size: 18px !important;
        line-height: 25.2px !important;
        width: 440px;
        margin-top: 16px;

    }
    .lib-header_mainImage{
        height: 427.3px;
        width: 590.08px;
        margin-right: 35px;
    }

    
    .lib-header_mainImageShadow{
        height: 427.3px;
        width: 599.51px;
        left: 573.26px;
        top: 30.7px;
    }

}
#s-cbe6f06f-8bbd-43a8-a1aa-d8e3f7c436b6 {
  
}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked, .shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-0c460874-f672-470e-89e8-bd6bcca02c64 {
  text-align: center;
}







  #s-0c460874-f672-470e-89e8-bd6bcca02c64 img.shogun-image {
    

    
    
    
  }


#s-0c460874-f672-470e-89e8-bd6bcca02c64 .shogun-image-content {
  
    align-items: center;
  
}

    .lib-review.-section {
  display: flex;
  max-width: 100% !important;
}

@media (max-width: 899px) {
  .lib-review.-section {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.lib-review.-section .lib-review_col {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.lib-review.-section .lib-review_col.-text {
  transform: translateX(25px);
  z-index: 1;
  padding-top: 150px;
}
@media (max-width: 1199px) {
  .lib-review.-section .lib-review_col.-text {
    padding-top: 75px;
  }
}
@media (max-width: 899px) {
  .lib-review.-section .lib-review_col.-text {
    padding-top: 0;
    transform: translateX(10px);
    margin-bottom: 30px;
    order: 2;
  }
}
/*tablet styles*/
@media (min-width: 768px) and (max-width: 899px) {
    .lib-review.-section {
        max-width: 700px !important;
        margin: auto;
    }
    .lib-review.-section .lib-review_col.-text {
        width: 450px;
        margin-left: auto;
        transform: translateX(-15px);
        margin-bottom: 50px;
    }
    .lib-review.-section .lib-review_col.-image {
        width: 260px !important;
        transform: translateX(25px) !important;
  }
    .lib-review.-section .lib-review_figure-image {
        margin-bottom: -30px !important;
    }
    .lib-review.-section .review_text {
        padding: 45px 35px !important;
    }
    .lib-review.-section .review_text::after {
        top: 100%;
        bottom: 0 !important;
        left: 50% !important;
    }
}
@media (min-width: 900px) {
    .lib-review.-section {
        transform: none;
        justify-content: center;
        margin-bottom: 50px;
    }
    .lib-review.-section .lib-review_col.-text {
        transform: translateX(0px);
        order: 2;
        width: 500px;
    }
    .lib-review.-section .review_text {
        padding: 45px 50px 45px 70px !important;
    }
    .lib-review.-section .lib-review_col.-image {
        transform: translateX(35px) translateY(-25px) !important;
        width: 380px !important;
    }
    .lib-review.-section .lib-review_figure-image {
        margin-bottom: 50px;
    }
    .lib-review.-section .lib-review_user-info {
        font-size: 18px !important;
    }
    .lib-review.-section .review_text::after {
        left: auto !important;
        right: 100%;
        bottom: 70px !important;
        border-width: 0 0 28px 28px !important;
        border-color: transparent transparent #E4F8F3 transparent !important;
    }
}
@media (min-width: 1200px) {
    .lib-review.-section .lib-review_col.-image {
        width: 450px !important;
    }
    .lib-review.-section .lib-review_col.-text {
        width: 600px;
    }
    .lib-review.-section .review_text {
        font-size: 18px !important;
        line-height: 25px !important;
    }
    .lib-review.-section .lib-review_user-info {
        font-size: 22px !important;
    }
}
.lib-review.-section .lib-review_col.-image {
  transform: translateX(-25px);
  width: 600px;
  flex-shrink: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .lib-review.-section .lib-review_col.-image {
    width: 80%;
    margin-bottom: -15px;
    transform: translateX(-10px);
    order: 1;
  }
}
.lib-review.-section .review_text {
  margin: 0;
  margin-top: auto;
  background: linear-gradient(228deg, rgba(255, 255, 255, 0.9) -15%, rgba(255, 231, 231, 0) 55%), #F3F0FB;
  padding: 45px 30px;
  font-family: Gilroy, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22.5px;
  color: #303030;
  position: relative;
  border-radius: 12px;
}
/* @media (max-width: 899px) {
  .lib-review.-section .review_text {
    padding: 45px 35px 50px 35px;
  }
} */

/* .lib-review.-section .review_text::before {
  content: "\"";
  position: absolute;
  top: -40px;
  left: 40px;
  transform: rotate(180deg) skewX(-10deg);
  font-family: Gilroy, sans-serif;
  font-weight: 600;
  font-size: 100px;
  line-height: 150%;
  color: white;
}
@media (max-width: 899px) {
  .lib-review.-section .review_text::before {
    display: none;
  }
} */
.lib-review.-section .review_text::after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 100px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 28px 0 0;
  border-color: #E4F8F3 transparent transparent transparent;
}
@media (max-width: 767px) {
  .lib-review.-section .review_text::after {
    bottom: auto;
    top: 100%;
    left: 65px;
  }
}
.lib-review.-section .lib-review_figure {
  margin: 0;
  width: fit-content;
}
.lib-review.-section .lib-review_figure-image {
  margin-bottom: 40px;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .lib-review.-section .lib-review_figure-image {
    margin-bottom: 0;
  }
}
.lib-review.-section .lib-review_figcaption {
  display: block;
  width: fit-content;
  margin: 0px auto;
  text-align: left;
}
@media (max-width: 899px) {
  .lib-review.-section .lib-review_figcaption {
    display: none;
  }
}
.lib-review.-section .lib-review_rates {
  display: flex;
  justify-content: center;
  margin-bottom: 2px;
}
.lib-review.-section .lib-review_rate {
  margin: 0 2px;
  width: 18px;
  height: 17px;
  fill: #FFC530;
}
.lib-review.-section .lib-review_userinfo {
  display: none;
  order: 3;
}
@media (max-width: 899px) {
  .lib-review.-section .lib-review_userinfo {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.lib-review.-section .lib-review_user-info {
  color: #303030;
  font-family: Gilroy, sans-serif;
  font-size: 22px;
  line-height: 170%;
  margin-bottom: 0;
}
.lib-review.-section .lib-review_user-name {
  font-weight: 700;
}
.lib-review.-section .lib-review_user-address {
  font-family: Gilroy, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 170%;
  color: #8EA5AA;
}
.lib-reviews-slider {
  width: calc(100vw - 33px);
  max-width: 416px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .lib-reviews-slider {
    max-width: 100%;
    width: 100%;
  }
}
.lib-reviews-slider_slider {
  padding: 100px 0;
}
.lib-reviews-slider_slider .slick-list {
  overflow: visible;
}
.lib-reviews-slider_slider .slick-slide {
  margin: 0 8px;
}
@media (min-width: 1024px) {
  .lib-reviews-slider_slider .slick-slide {
    margin: 0;
  }
}
.lib-reviews-slider_slider .slick-slide > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .lib-reviews-slider_slider .slick-slide > div:last-of-type {
    position: relative;
    left: 50%;
    margin-top: -3%;
  }
}
.lib-reviews-slider_slider .slick-arrow {
  top: 20%;
  width: 45px;
  height: 74px;
  transform: none;
}
.lib-reviews-slider_slider .slick-arrow::before {
  position: static;
  border: none !important;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='74' viewBox='0 0 45 74' fill='none'%3E%3Cg opacity='0.1'%3E%3Cpath d='M7.9208 73.999C5.887 73.999 3.9313 73.22 2.3664 71.741C-0.6845 68.704 -0.6845 63.72 2.3664 60.6833L26.0693 37.0096L2.2881 13.3359C-0.7627 10.2988 -0.7627 5.31493 2.2881 2.27783C5.339 -0.759276 10.3456 -0.759276 13.3964 2.27783L42.7317 31.4806C44.2181 32.9603 45 34.9071 45 37.0099C45 39.1126 44.1395 41.0595 42.7317 42.5392L13.4747 71.742C11.9103 73.221 9.8765 73.999 7.9208 73.999Z' fill='%23303030' fill-opacity='0.5'/%3E%3Cpath d='M7.9208 73.999C5.887 73.999 3.9313 73.22 2.3664 71.741C-0.6845 68.704 -0.6845 63.72 2.3664 60.6833L26.0693 37.0096L2.2881 13.3359C-0.7627 10.2988 -0.7627 5.31493 2.2881 2.27783C5.339 -0.759276 10.3456 -0.759276 13.3964 2.27783L42.7317 31.4806C44.2181 32.9603 45 34.9071 45 37.0099C45 39.1126 44.1395 41.0595 42.7317 42.5392L13.4747 71.742C11.9103 73.221 9.8765 73.999 7.9208 73.999Z' fill='url(%23paint0_linear_3_319)' fill-opacity='0.5'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_3_319' x1='24.5891' y1='36.5642' x2='32.172' y2='60.4862' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23303030'/%3E%3Cstop offset='1' stop-color='%23232323' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  transform: none;
}
.lib-reviews-slider_slider .slick-arrow:hover::before, 
.lib-reviews-slider_slider .slick-arrow:focus::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='74' viewBox='0 0 45 74' fill='none'%3E%3Cg opacity='0.1'%3E%3Cpath d='M7.9208 73.999C5.887 73.999 3.9313 73.22 2.3664 71.741C-0.6845 68.704 -0.6845 63.72 2.3664 60.6833L26.0693 37.0096L2.2881 13.3359C-0.7627 10.2988 -0.7627 5.31493 2.2881 2.27783C5.339 -0.759276 10.3456 -0.759276 13.3964 2.27783L42.7317 31.4806C44.2181 32.9603 45 34.9071 45 37.0099C45 39.1126 44.1395 41.0595 42.7317 42.5392L13.4747 71.742C11.9103 73.221 9.8765 73.999 7.9208 73.999Z' fill='%23303030' fill-opacity='0.5'/%3E%3Cpath d='M7.9208 73.999C5.887 73.999 3.9313 73.22 2.3664 71.741C-0.6845 68.704 -0.6845 63.72 2.3664 60.6833L26.0693 37.0096L2.2881 13.3359C-0.7627 10.2988 -0.7627 5.31493 2.2881 2.27783C5.339 -0.759276 10.3456 -0.759276 13.3964 2.27783L42.7317 31.4806C44.2181 32.9603 45 34.9071 45 37.0099C45 39.1126 44.1395 41.0595 42.7317 42.5392L13.4747 71.742C11.9103 73.221 9.8765 73.999 7.9208 73.999Z' fill='url(%23paint0_linear_3_319)' fill-opacity='0.5'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_3_319' x1='24.5891' y1='36.5642' x2='32.172' y2='60.4862' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23303030'/%3E%3Cstop offset='1' stop-color='%23232323' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}
.lib-reviews-slider_slider .slick-arrow.slick-next {
  right: 10px;
}
@media (min-width: 1261px) {
  .lib-reviews-slider_slider .slick-arrow.slick-next {
    right: 30px;
  }
}
.lib-reviews-slider_slider .slick-arrow.slick-prev {
  left: 10px;
}
@media (min-width: 1261px) {
  .lib-reviews-slider_slider .slick-arrow.slick-prev {
    left: 30px;
  }
}
.lib-reviews-slider_slider .slick-arrow.slick-prev::before {
  transform: rotate(180deg);
}

.lib-review {
  position: relative;
}
@media (min-width: 1024px) {
  .lib-review {
    max-width: 400px;
  }
}
@media (min-width: 1024px) and (max-width: 1337px) {
  .lib-review {
    transform: scale(0.8);
  }
}
.lib-review.-red .lib-review_content {
  background: linear-gradient(291.61deg, rgba(255, 255, 231, 0.9) -15.11%, rgba(250, 255, 249, 0) 56.84%), #F9eEEE;
}
.lib-review.-red .lib-review_heading {
  color: #d36856;
}
.lib-review.-green .lib-review_content {
  background: linear-gradient(291.61deg, rgba(255, 255, 231, 0.9) -15.11%, rgba(250, 255, 249, 0) 56.84%), #e4f8f3;
}
.lib-review.-green .lib-review_heading {
  color: #328b66;
}
.lib-review.-blue .lib-review_content {
  background: linear-gradient(291.61deg, rgba(238, 255, 231, 0.9) -15.11%, rgba(250, 255, 249, 0) 56.84%), #e4f7f8;
}
.lib-review.-blue .lib-review_heading {
  color: #4a5a72;
}
.lib-review.-purple .lib-review_content {
  background: linear-gradient(291.61deg, rgba(255, 255, 255, 0.9) -15.11%, rgba(255, 231, 231, 0) 56.84%), #f3f0fb;
}
.lib-review.-purple .lib-review_heading {
  color: #725fbd;
}
.lib-review.-orange .lib-review_content {
  background: linear-gradient(286.67deg, rgba(255, 255, 231, 0.8217) -8.54%, rgba(250, 255, 249, 0) 89.56%), #ffefdf;
}
.lib-review.-orange .lib-review_heading {
  color: #da8760;
}
.lib-review_image-link {
  display: block;
  position: absolute;
  width: 100%;
  top: -83px;
  left: 0;
}
@media (min-width: 452px) {
  .lib-review_image-link {
    top: -102px;
  }
}
.lib-review_image {
  margin: 0 auto;
  max-width: 326px;
}
@media (min-width: 452px) {
  .lib-review_image {
    max-width: 100%;
  }
}
.lib-review_heading {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4em;
  text-align: center;
  margin-bottom: 5px;
}
.lib-review_text {
  font-size: 15px !important;
  line-height: 1.3em !important;
  margin-bottom: 12px !important;
  text-align: center;
}
.lib-review_stars {
  display: flex;
}
.lib-review_star {
  width: 21px;
  height: 21px;
  fill: #ffc530;
}
.lib-review_star + .lib-review_star {
  margin-left: 2px;
}
.lib-review_bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lib-review_author {
  color: #444f50 !important;
  font-weight: 600 !important;
  margin-left: 10px !important;
}
.lib-review_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 25px 10px;
  border-radius: 12px;
  height: 263px;
}
@media (min-width: 768px) {
  .lib-review_content {
    padding-top: 52px;
  }
}
@media (min-width: 1024px) {
  .lib-review_content {
    height: 230px;
  }
}

.common-page-background {
    width: 100%;
}
.common-block-background__green-gradient {
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 43.91%),
linear-gradient(291.61deg, rgba(255, 255, 231, 0.9) -15.11%, rgba(250, 255, 249, 0) 56.84%),
linear-gradient(0deg, #C5F1E6, #C5F1E6);
}
#s-f91da6a0-382d-4989-90d7-16ff735fb723 {
  padding-top: 100px;
padding-bottom: 100px;
}

.components-library__rich-text h2 {
    margin: 35px 0 25px !important;
    color: #303030 !important;
}

.components-library__rich-text h2:first-child {
    margin: 0 0 25px !important;
}

@media all and (max-width: 768px) {
    .components-library__rich-text h2 br {
        display: none !important;
    }
}

.components-library__rich-text h3 {
    margin: 35px 0 20px !important;
    color: #36332D !important;
}

@media all and (max-width: 768px) {
    .components-library__rich-text h3 br {
        display: none !important;
    }
}

.components-library__rich-text h3:first-child {
    margin: 0 0 20px !important;
}

.components-library__rich-text div,
.components-library__rich-text li,
.components-library__rich-text p {
    margin: 0 0 20px !important;
}

.components-library__rich-text div {
    color: #36332D !important;
}
@media (min-width: 1200px){#s-b8f8a5ea-7ccc-4fd9-a878-cafb44d5fbe2 {
  display: none;
}
#s-b8f8a5ea-7ccc-4fd9-a878-cafb44d5fbe2, #wrap-s-b8f8a5ea-7ccc-4fd9-a878-cafb44d5fbe2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b8f8a5ea-7ccc-4fd9-a878-cafb44d5fbe2 {
  display: none;
}
#s-b8f8a5ea-7ccc-4fd9-a878-cafb44d5fbe2, #wrap-s-b8f8a5ea-7ccc-4fd9-a878-cafb44d5fbe2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b8f8a5ea-7ccc-4fd9-a878-cafb44d5fbe2 {
  display: none;
}
#s-b8f8a5ea-7ccc-4fd9-a878-cafb44d5fbe2, #wrap-s-b8f8a5ea-7ccc-4fd9-a878-cafb44d5fbe2 { display:none !important; }}
#s-3d7b1791-62c1-4a5f-95b0-6cbec6eed24e {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 550px;
text-align: center;
}
@media (max-width: 767px){#s-3d7b1791-62c1-4a5f-95b0-6cbec6eed24e {
  text-align: left;
display: none;
}
#s-3d7b1791-62c1-4a5f-95b0-6cbec6eed24e, #wrap-s-3d7b1791-62c1-4a5f-95b0-6cbec6eed24e { display:none !important; }}
.custom-yotpo-reviews {
    width: 100%;
    max-width: 620px;
    margin: 50px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.custom-yotpo-reviews .common-button-container {
    margin-top: 55px;
}

@media (max-width: 768px) {
    .custom-yotpo-reviews .common-button-container {
        margin-top: 24px;
    }
}

.js--yotpo-reviews-message {
    margin-top: 30px;
    font-family: Gilroy, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 170%;
    color: #303030;
    position: relative;
}

.js--yotpo-reviews-message_dots {
    display: flex;
    align-items: center;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translate(-50%);
    background-color: #8EA5AA;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: .3;
}

.js--yotpo-reviews-message_dots::before, .js--yotpo-reviews-message_dots::after {
    content: "";
    background-color: #8EA5AA;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -20px;
}

.js--yotpo-reviews-message_dots::after {
    left: auto;
    right: -20px;
}

.js--yotpo-reviews-message a {
    text-decoration: underline;
    color: #00B74F;
}

.js--yotpo-reviews {
    width: 100%;
}

.js--yotpo-review {
    width: 100%;
    margin-bottom: 25px;
    padding-top: 25px;
    border-top: 2px dotted #DDE4E6;
}

.js--yotpo-review:last-of-type {
    border-bottom: 2px dotted #DDE4E6;
    padding-bottom: 25px;
}

.js--yotpo-review_header {
    display: flex;
    align-items: center;
    position: relative;
}

.js--yotpo-review_username {
    font-family: Gilroy, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #303030;
    margin-right: 10px;
}

.js--yotpo-review_verified {
    text-transform: uppercase;
    font-family: DIN, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #2ABB98;
    display: flex;
    align-items: center;
    margin-bottom: -2px;
}

@media all and (max-width: 768px) {
    .js--yotpo-review_verified {
        margin-left: auto;
    }
}

.js--yotpo-review_verified img {
    margin-right: 2px;
    margin-top: -2px;
}

.js--yotpo-review_date {
    margin-left: auto;
    font-family: Gilroy, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #8EA5AA;
}

@media all and (max-width: 768px) {
    .js--yotpo-review_date {
        position: absolute;
        right: 0;
        top: 22px;
    }
}

.js--yotpo-review_rates {
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.js--yotpo-review_rates svg {
    margin: 0 1px;
    width: 14px;
    height: 13px;
}

.js--yotpo-review_rates svg.-positive {
    fill: #FFC530;
}

.js--yotpo-review_rates svg.-negative {
    fill: #E3E3E3;
}

.js--yotpo-review_title,
.js--yotpo-review_title a {
    margin: 15px 0 0 !important;
    font-family: DIN, sans-serif !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 170% !important;
    color: #00B74F !important;
    text-transform: uppercase !important;
}

.js--yotpo-review_text-title,
.js--yotpo-review_text {
    margin: 0 !important;
    font-family: Gilroy, sans-serif !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 160% !important;
}

.js--yotpo-review_text-title {
    font-weight: 700 !important;
}




#s-8c225bd1-b134-4958-9a73-5b9599d1e45a {
  margin-top: 135px;
margin-bottom: 135px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8c225bd1-b134-4958-9a73-5b9599d1e45a {
  margin-top: 100px;
margin-bottom: 100px;
}
}@media (max-width: 767px){#s-8c225bd1-b134-4958-9a73-5b9599d1e45a {
  margin-top: 65px;
margin-bottom: 65px;
}
}
.common-image.common-image__default-padding {
  margin: 30px 0;
}
@media (max-width: 768px) {
    .common-image.common-image__default-padding {
        margin-top: 0;
        margin-bottom: 16px;
    }
}
.common-image_container {
  width: 100%;
  text-align: center;
}
.common-image_container__1500px {
  max-width: 1500px;
  margin: 0 auto;
}
.common-image_image {
  width: 100%;
  max-width: 100%;
  object-fit: cover; //added to support image_min_height on mobile
}
.common-image .common-button-container {
  margin-top: 48px;
}
.common-image_heading {
 padding: 55px 0 48px 30px;
}
@media all and (max-width: 800px) {
    .common-image_heading {
        padding: 48px 0 24px 30px;
    }
}
.common-image_text-container {
  max-width: 800px;
  min-width: 200px;
  margin: 0 auto;
  text-align: center;
}
.common-image_text-container p {
  text-align: center;
  margin: 0;
  color: #444f50;
}
.common-image_text-container p a {
  text-decoration: underline;
  color: #00B74F;
  font-weight: 600;
}
.common-image_text-container p:last-child {
  margin-bottom: 16px;
}
.common-image_text-container p:first-child {
  margin-top: 16px;
}
.common-image__text-center {
  text-align: center;
}
#s-9afeddb5-0317-42c8-9f82-c1ab2d94f62e {
  margin-bottom: 45px;
}
@media (max-width: 767px){#s-9afeddb5-0317-42c8-9f82-c1ab2d94f62e {
  margin-left: auto;
margin-bottom: 35px;
margin-right: auto;
max-width: 313px;
text-align: center;
}
}
#s-42c165c5-fe2c-4e4f-a014-8befd7214d93 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
}

#s-eb5117ba-79ee-414e-b963-2706083922b7 {
  margin-top: 35px;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#mc_embed_signup .clear{width:auto!important;height:auto!important;visibility:visible!important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline!important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.85)}.shg-lightbox.hidden{display:none!important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:focus,.shg-lightbox .shg-lightbox-close:hover{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0,-50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none!important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width:769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}