/* 
**clearfix use **
    .cf {
    @include clearfix;
    }
*/
/* 
** opacity use **
    .fade {
        @include opacity(.4);
    }
*/
/*
** placeholder use **
    input,  
    textarea {  
        @include input-placeholder {
            color: $grey;
        }
    }
*/
/*
** pseudo use **
    div::after {
    @include pseudo;
    top: -1rem; left: -1rem;
    width: 1rem; height: 1rem;
}*/
/*
** prefix use **
    div {
       @include css3-prefix(transform, scale3d(2.5, 2, 1.5));
    }
}*/
/* =============== Media Queries =============== */
/* font */
body, html {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.4;
  color: #5f5841;
  font-family: "Roboto", sans-serif; }

.smile-ui-container {
  display: none !important; }

.page-heading {
  text-align: left;
  margin-bottom: 8px; }

a {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out; }

.cart {
  margin-bottom: 0;
  display: inline; }

a:hover {
  text-decoration: none; }

.popup {
  display: none; }

.popup .title {
  margin-bottom: 40px; }

/* font weight */
.fw-800 {
  font-weight: 800; }

.fw-700 {
  font-weight: 700; }

.fw-600 {
  font-weight: 600; }

.fw-500 {
  font-weight: 500; }

.fw-400 {
  font-weight: 400; }

.fw-300 {
  font-weight: 300; }

.text-1 {
  font-size: 12px; }

.text-2 {
  font-size: 14px; }

.text-3 {
  font-size: 16px; }

.text-4 {
  font-size: 18px; }

.text-5 {
  font-size: 20px; }

.text-6 {
  font-size: 22px; }

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

.text-8 {
  font-size: 26px; }

.text-9 {
  font-size: 28px; }

.text-10 {
  font-size: 30px; }

.text-11 {
  font-size: 32px; }

.text-12 {
  font-size: 34px; }

.text-13 {
  font-size: 36px; }

.text-14 {
  font-size: 38px; }

.text-15 {
  font-size: 40px; }

.text-16 {
  font-size: 42px; }

.text-17 {
  font-size: 44px; }

.text-18 {
  font-size: 46px; }

.text-19 {
  font-size: 48px; }

.text-20 {
  font-size: 50px; }

/* base css */
.ml-auto {
  margin-left: auto; }

.mr-auto {
  margin-right: auto; }

/* gutter spacing */
.gutter-0 {
  margin-left: 0;
  margin-right: 0; }

.gutter-0 > [class*="col-"] {
  padding-left: 0;
  padding-right: 0; }

.gutter-5 {
  margin-left: -5px;
  margin-right: -5px; }

.gutter-5 > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px; }

.gutter-7 {
  margin-left: -7px;
  margin-right: -7px; }

.gutter-7 > [class*="col-"] {
  padding-left: 7px;
  padding-right: 7px; }

.gutter-10 {
  margin-left: -10px;
  margin-right: -10px; }

.gutter-10 > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px; }

.gutter-15 {
  margin-left: -15px;
  margin-right: -15px; }

.gutter-15 > [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px; }

.gutter-20 {
  margin-left: -20px;
  margin-right: -20px; }

.gutter-20 > [class*="col-"] {
  padding-left: 20px;
  padding-right: 20px; }

.gutter-25 {
  margin-left: -25px;
  margin-right: -25px; }

.gutter-25 > [class*="col-"] {
  padding-left: 25px;
  padding-right: 25px; }

.gutter-30 {
  margin-left: -30px;
  margin-right: -30px; }

.gutter-30 > [class*="col-"] {
  padding-left: 30px;
  padding-right: 30px; }

.gutter-35 {
  margin-left: -35px;
  margin-right: -35px; }

.gutter-35 > [class*="col-"] {
  padding-left: 35px;
  padding-right: 35px; }

.gutter-40 {
  margin-left: -40px;
  margin-right: -40px; }

.gutter-40 > [class*="col-"] {
  padding-left: 40px;
  padding-right: 40px; }

.gutter-45 {
  margin-left: -45px;
  margin-right: -45px; }

.gutter-45 > [class*="col-"] {
  padding-left: 45px;
  padding-right: 45px; }

.gutter-50 {
  margin-left: -50px;
  margin-right: -50px; }

.gutter-50 > [class*="col-"] {
  padding-left: 50px;
  padding-right: 50px; }

/* for desktop only */
@media only screen and (min-width: 1800px) {
  .gutter-xxl-0 {
    margin-left: 0;
    margin-right: 0; }
  .gutter-xxl-0 > [class*="col-"] {
    padding-left: 0;
    padding-right: 0; }
  .gutter-xxl-5 {
    margin-left: -5px;
    margin-right: -5px; }
  .gutter-xxl-5 > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px; }
  .gutter-xxl-7 {
    margin-left: -7px;
    margin-right: -7px; }
  .gutter-xxl-7 > [class*="col-"] {
    padding-left: 7px;
    padding-right: 7px; }
  .gutter-xxl-10 {
    margin-left: -10px;
    margin-right: -10px; }
  .gutter-xxl-10 > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px; }
  .gutter-xxl-15 {
    margin-left: -15px;
    margin-right: -15px; }
  .gutter-xxl-15 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px; }
  .gutter-xxl-20 {
    margin-left: -20px;
    margin-right: -20px; }
  .gutter-xxl-20 > [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px; }
  .gutter-xxl-25 {
    margin-left: -25px;
    margin-right: -25px; }
  .gutter-xxl-25 > [class*="col-"] {
    padding-left: 25px;
    padding-right: 25px; }
  .gutter-xxl-30 {
    margin-left: -30px;
    margin-right: -30px; }
  .gutter-xxl-30 > [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px; }
  .gutter-xxl-35 {
    margin-left: -35px;
    margin-right: -35px; }
  .gutter-xxl-35 > [class*="col-"] {
    padding-left: 35px;
    padding-right: 35px; }
  .gutter-xxl-40 {
    margin-left: -40px;
    margin-right: -40px; }
  .gutter-xxl-40 > [class*="col-"] {
    padding-left: 40px;
    padding-right: 40px; }
  .gutter-xxl-45 {
    margin-left: -45px;
    margin-right: -45px; }
  .gutter-xxl-45 > [class*="col-"] {
    padding-left: 45px;
    padding-right: 45px; }
  .gutter-xxl-50 {
    margin-left: -50px;
    margin-right: -50px; }
  .gutter-xxl-50 > [class*="col-"] {
    padding-left: 50px;
    padding-right: 50px; } }

/* for desktop only */
@media only screen and (min-width: 1200px) {
  .gutter-xl-0 {
    margin-left: 0;
    margin-right: 0; }
  .gutter-xl-0 > [class*="col-"] {
    padding-left: 0;
    padding-right: 0; }
  .gutter-xl-5 {
    margin-left: -5px;
    margin-right: -5px; }
  .gutter-xl-5 > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px; }
  .gutter-xl-7 {
    margin-left: -7px;
    margin-right: -7px; }
  .gutter-xl-7 > [class*="col-"] {
    padding-left: 7px;
    padding-right: 7px; }
  .gutter-xl-10 {
    margin-left: -10px;
    margin-right: -10px; }
  .gutter-xl-10 > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px; }
  .gutter-xl-15 {
    margin-left: -15px;
    margin-right: -15px; }
  .gutter-xl-15 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px; }
  .gutter-xl-20 {
    margin-left: -20px;
    margin-right: -20px; }
  .gutter-xl-20 > [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px; }
  .gutter-xl-25 {
    margin-left: -25px;
    margin-right: -25px; }
  .gutter-xl-25 > [class*="col-"] {
    padding-left: 25px;
    padding-right: 25px; }
  .gutter-xl-30 {
    margin-left: -30px;
    margin-right: -30px; }
  .gutter-xl-30 > [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px; }
  .gutter-xl-35 {
    margin-left: -35px;
    margin-right: -35px; }
  .gutter-xl-35 > [class*="col-"] {
    padding-left: 35px;
    padding-right: 35px; }
  .gutter-xl-40 {
    margin-left: -40px;
    margin-right: -40px; }
  .gutter-xl-40 > [class*="col-"] {
    padding-left: 40px;
    padding-right: 40px; }
  .gutter-xl-45 {
    margin-left: -45px;
    margin-right: -45px; }
  .gutter-xl-45 > [class*="col-"] {
    padding-left: 45px;
    padding-right: 45px; }
  .gutter-xl-50 {
    margin-left: -50px;
    margin-right: -50px; }
  .gutter-xl-50 > [class*="col-"] {
    padding-left: 50px;
    padding-right: 50px; } }

/* for ipad landscape only */
@media only screen and (min-width: 992px) {
  .gutter-lg-0 {
    margin-left: 0;
    margin-right: 0; }
  .gutter-lg-0 > [class*="col-"] {
    padding-left: 0;
    padding-right: 0; }
  .gutter-lg-5 {
    margin-left: -5px;
    margin-right: -5px; }
  .gutter-lg-5 > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px; }
  .gutter-lg-7 {
    margin-left: -7px;
    margin-right: -7px; }
  .gutter-lg-7 > [class*="col-"] {
    padding-left: 7px;
    padding-right: 7px; }
  .gutter-lg-10 {
    margin-left: -10px;
    margin-right: -10px; }
  .gutter-lg-10 > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px; }
  .gutter-lg-15 {
    margin-left: -15px;
    margin-right: -15px; }
  .gutter-lg-15 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px; }
  .gutter-lg-20 {
    margin-left: -20px;
    margin-right: -20px; }
  .gutter-lg-20 > [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px; }
  .gutter-lg-25 {
    margin-left: -25px;
    margin-right: -25px; }
  .gutter-lg-25 > [class*="col-"] {
    padding-left: 25px;
    padding-right: 25px; }
  .gutter-lg-30 {
    margin-left: -30px;
    margin-right: -30px; }
  .gutter-lg-30 > [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px; }
  .gutter-lg-35 {
    margin-left: -35px;
    margin-right: -35px; }
  .gutter-lg-35 > [class*="col-"] {
    padding-left: 35px;
    padding-right: 35px; }
  .gutter-lg-40 {
    margin-left: -40px;
    margin-right: -40px; }
  .gutter-lg-40 > [class*="col-"] {
    padding-left: 40px;
    padding-right: 40px; }
  .gutter-lg-45 {
    margin-left: -45px;
    margin-right: -45px; }
  .gutter-lg-45 > [class*="col-"] {
    padding-left: 45px;
    padding-right: 45px; }
  .gutter-lg-50 {
    margin-left: -50px;
    margin-right: -50px; }
  .gutter-lg-50 > [class*="col-"] {
    padding-left: 50px;
    padding-right: 50px; } }

/* for ipad portrait only */
@media only screen and (min-width: 768px) {
  .gutter-md-0 {
    margin-left: 0;
    margin-right: 0; }
  .gutter-md-0 > [class*="col-"] {
    padding-left: 0;
    padding-right: 0; }
  .gutter-md-5 {
    margin-left: -5px;
    margin-right: -5px; }
  .gutter-md-5 > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px; }
  .gutter-md-7 {
    margin-left: -7px;
    margin-right: -7px; }
  .gutter-md-7 > [class*="col-"] {
    padding-left: 7px;
    padding-right: 7px; }
  .gutter-md-10 {
    margin-left: -10px;
    margin-right: -10px; }
  .gutter-md-10 > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px; }
  .gutter-md-15 {
    margin-left: -15px;
    margin-right: -15px; }
  .gutter-md-15 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px; }
  .gutter-md-20 {
    margin-left: -20px;
    margin-right: -20px; }
  .gutter-md-20 > [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px; }
  .gutter-md-25 {
    margin-left: -25px;
    margin-right: -25px; }
  .gutter-md-25 > [class*="col-"] {
    padding-left: 25px;
    padding-right: 25px; }
  .gutter-md-30 {
    margin-left: -30px;
    margin-right: -30px; }
  .gutter-md-30 > [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px; }
  .gutter-md-35 {
    margin-left: -35px;
    margin-right: -35px; }
  .gutter-md-35 > [class*="col-"] {
    padding-left: 35px;
    padding-right: 35px; }
  .gutter-md-40 {
    margin-left: -40px;
    margin-right: -40px; }
  .gutter-md-40 > [class*="col-"] {
    padding-left: 40px;
    padding-right: 40px; }
  .gutter-md-45 {
    margin-left: -45px;
    margin-right: -45px; }
  .gutter-md-45 > [class*="col-"] {
    padding-left: 45px;
    padding-right: 45px; }
  .gutter-md-50 {
    margin-left: -50px;
    margin-right: -50px; }
  .gutter-md-50 > [class*="col-"] {
    padding-left: 50px;
    padding-right: 50px; } }

.ratio1by1 {
  overflow: hidden;
  padding-top: 100%;
  position: relative;
  backface-visibility: hidden;
  transform: translateZ(0) scale(1, 1); }

.ratio1by1 img, .ratio1by1 video {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute; }

.ratio1by1 iframe {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute; }

.ratio16by9 {
  overflow: hidden;
  position: relative;
  padding-top: 56.3%;
  backface-visibility: hidden;
  transform: translateZ(0) scale(1, 1); }

.ratio16by9 img, .ratio16by9 video {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute; }

.ratio16by9 iframe {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute; }

.ratio4by3 {
  overflow: hidden;
  padding-top: 75%;
  position: relative;
  backface-visibility: hidden;
  transform: translateZ(0) scale(1, 1); }

.ratio4by3 img, .ratio4by3 video {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute; }

.ratio4by3 iframe {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute; }

.ratio4by2 {
  overflow: hidden;
  padding-top: 64%;
  position: relative;
  backface-visibility: hidden;
  transform: translateZ(0) scale(1, 1); }

.ratio4by2 img, .ratio4by2 video {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute; }

.ratio4by2 iframe {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute; }

.ratio21by9 {
  overflow: hidden;
  position: relative;
  padding-top: 42.857143%;
  backface-visibility: hidden;
  transform: translateZ(0) scale(1, 1); }

.ratio21by9 img, .ratio21by9 video {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute; }

.ratio21by9 iframe {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute; }

.ratio21by5 {
  padding-top: 45%;
  overflow: hidden;
  position: relative;
  backface-visibility: hidden;
  transform: translateZ(0) scale(1, 1); }

.ratio21by5 img, .ratio21by5 video {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute; }

.ratio21by5 iframe {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute; }

.ratio21by1 {
  padding-top: 50%;
  overflow: hidden;
  position: relative;
  backface-visibility: hidden;
  transform: translateZ(0) scale(1, 1); }

.ratio21by1 img, .ratio21by1 video {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute; }

.ratio21by1 iframe {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute; }

.ratio5by3 {
  padding-top: 80%;
  overflow: hidden;
  position: relative;
  backface-visibility: hidden;
  transform: translateZ(0) scale(1, 1); }

.ratio5by3 img, .ratio5by3 video {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute; }

.ratio5by3 iframe {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute; }

.ratio2by1 {
  overflow: hidden;
  padding-top: 108%;
  position: relative;
  backface-visibility: hidden;
  transform: translateZ(0) scale(1, 1); }

.ratio2by1 img, .ratio2by1 video {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute; }

.ratio2by1 iframe {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute; }

.bg-info-theme {
  background-color: #f0f0f0 !important; }

.bg-info-light {
  background-color: #f6f6f6 !important; }

.bg-primary-theme {
  background-color: #0081b7 !important; }

.bg-primary-light {
  background-color: #d8ecf4 !important; }

.rating {
  display: flex;
  align-items: center; }

@media only screen and (max-width: 479px) {
  .rating {
    flex-wrap: wrap; } }

.rating__list {
  display: flex;
  line-height: 1;
  margin-bottom: 0; }

.rating__list li {
  margin-left: 2px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .rating__list li {
    margin-left: 0.104vw; } }

.rating__list li span {
  font-size: 22px;
  color: #f4b840; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .rating__list li span {
    font-size: 1.146vw; } }

@media only screen and (max-width: 1199px) {
  .rating__list li span {
    font-size: 18px; } }

@media only screen and (max-width: 991px) {
  .rating__list li span {
    font-size: 20px; } }

@media only screen and (max-width: 767px) {
  .rating__list li span {
    font-size: 14px; } }

.rating p {
  margin-bottom: 0;
  margin-left: 10px;
  color: #5f5841; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .rating p {
    margin-left: 0.521vw; } }

@media only screen and (max-width: 1199px) {
  .rating p {
    font-size: 14px; } }

@media only screen and (max-width: 991px) {
  .rating p {
    font-size: 16px; } }

@media only screen and (max-width: 767px) {
  .rating p {
    font-size: 14px; } }

.list-inline {
  display: flex; }

.custom-container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .custom-container {
    max-width: 89vw; } }

@media only screen and (min-width: 1922px) {
  .custom-container {
    max-width: 1600px; } }

@media only screen and (max-width: 1199px) {
  .custom-container {
    max-width: 960px; } }

@media only screen and (max-width: 991px) {
  .custom-container {
    max-width: 720px; } }

@media only screen and (max-width: 767px) {
  .custom-container {
    max-width: 100%; } }

.btn {
  line-height: 1;
  font-size: 30px;
  padding: 20px 30px;
  border-radius: 0.5rem;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .btn {
    font-size: 1.563vw;
    padding: 1.563vw 3.3vw; } }

@media only screen and (max-width: 1199px) {
  .btn {
    font-size: 24px;
    border-radius: 5px; } }

@media only screen and (max-width: 991px) {
  .btn {
    padding: 20px 40px;
    border-radius: 11px; } }

@media only screen and (max-width: 767px) {
  .btn {
    font-size: 16px;
    padding: 16px 50px; } }

.btn--theme {
  font-weight: 700;
  align-items: center;
  display: inline-flex;
  color: #ffffff;
  background-color: #64c88f;
  border: 1px solid #64c88f; }

.btn:hover, .btn:active, .btn:focus {
  color: #ffffff;
  box-shadow: 0px 0px 77px 0px rgba(178, 213, 193, 0.4); }

.btn:focus {
  outline: none; }

.btn--icon-arrow:after {
  content: '';
  width: 14px;
  height: 14px;
  margin-left: 18px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/cw-arrow-right.png); }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .btn--icon-arrow:after {
    width: 0.729vw;
    height: 0.729vw;
    margin-left: 0.938vw; } }

@media only screen and (max-width: 991px) {
  .btn--icon-arrow:after {
    margin-left: 14px; } }

@media only screen and (max-width: 767px) {
  .btn--icon-arrow:after {
    width: 10px;
    height: 10px;
    margin-left: 8px; } }

.title {
  font-size: 70px;
  line-height: 1.1;
  font-weight: 500;
  color: #0081b7; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .title {
    font-size: 3.646vw; } }

@media only screen and (max-width: 1199px) {
  .title {
    font-size: 40px; } }

@media only screen and (max-width: 767px) {
  .title {
    font-size: 33px; } }

.title--big {
  font-size: 74px;
  font-weight: normal;
  color: #5f5841; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .title--big {
    font-size: 3.754vw; } }

@media only screen and (max-width: 1199px) {
  .title--big {
    font-size: 50px; } }

.title--small {
  font-size: 50px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .title--small {
    font-size: 2.604vw; } }

@media only screen and (max-width: 1199px) {
  .title--small {
    font-size: 36px; } }

@media only screen and (max-width: 767px) {
  .title--small {
    font-size: 33px; } }

.subtitle {
  font-size: 40px;
  color: #5f5841; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .subtitle {
    font-size: 2.083vw; } }

@media only screen and (max-width: 1199px) {
  .subtitle {
    font-size: 28px; } }

.payment-icons img {
  width: 100%;
  max-width: 295px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .payment-icons img {
    max-width: 15.365vw; } }

@media only screen and (max-width: 767px) {
  .payment-icons img {
    max-width: 245px; } }

.payment-icons--large img {
  max-width: 525px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .payment-icons--large img {
    max-width: 27.344vw; } }

@media only screen and (max-width: 1199px) {
  .payment-icons--large img {
    max-width: 325px; } }

@media only screen and (max-width: 767px) {
  .payment-icons--large img {
    max-width: 285px; } }

.sticky-footer-bar {
  bottom: 0;
  width: 100%;
  z-index: 99;
  display: none;
  position: fixed; }

@media only screen and (max-width: 767px) {
  .sticky-footer-bar {
    display: block; } }

.sticky-footer-bar .btn {
  width: 100%;
  border-radius: 0;
  text-align: center;
  justify-content: center; }

.popup {
  display: none; }

.popup h1, .popup h2, .popup h3, .popup h4, .popup h5, .popup h6 {
  color: #0081b7; }

.announcement-bar {
  padding: 19px 0;
  background-color: #833c78; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .announcement-bar {
    padding: 0.938vw 0; } }

@media only screen and (max-width: 1199px) {
  .announcement-bar {
    padding: 15px 0; } }

@media only screen and (max-width: 767px) {
  .announcement-bar {
    padding: 10px 0; } }

.announcement-bar__content {
  text-align: center; }

.announcement-bar__content p {
  display: flex;
  line-height: 1;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
  align-items: center;
  letter-spacing: 0.05em;
  justify-content: center;
  color: #ffffff;
  text-transform: uppercase; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .announcement-bar__content p {
    font-size: 1.250vw; } }

@media only screen and (max-width: 1199px) {
  .announcement-bar__content p {
    font-size: 18px; } }

.announcement-bar__content p img {
  max-height: 30px;
  margin-right: 15px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .announcement-bar__content p img {
    max-width: 1.563vw;
    margin-right: 0.781vw; } }

@media only screen and (max-width: 1199px) {
  .announcement-bar__content p img {
    max-height: 20px; } }

@media only screen and (max-width: 767px) {
  .announcement-bar__content p img {
    max-height: 30px; } }

.header {
  padding: 28px 0;
  background-color: white;
  border-bottom: none !important;
  position: initial; }

.accordion {
  border: none; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .header {
    padding: 1.458vw 0; } }

@media only screen and (max-width: 1199px) {
  .header {
    padding: 25px 0; } }

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

.header__top {
  display: none;
  padding: 5px 0;
  background-color: #f8f7f5; }

@media only screen and (max-width: 767px) {
  .header__top {
    display: block; } }

.header__top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.header__top-inner .header__norton {
  margin-right: 0; }

@media only screen and (max-width: 767px) {
  .header__top-inner .header__norton img {
    max-width: 90px; } }

.header__nav {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 999;
  width: 100vw;
  height: unset;
  position: fixed;
  max-width: 270px;
  visibility: hidden;
  background-color: #ffffff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transform: translateX(-100%);
  box-shadow: 10px 0 10px rgba(176, 135, 80, 0.1); }

.header__nav .header__close {
  top: 15px;
  z-index: 3;
  right: 15px;
  display: block;
  cursor: pointer;
  position: absolute; }

.header__nav ul {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: block;
  overflow-y: auto;
  padding: 30px 15px;
  overflow-x: hidden;
  position: relative;
  background-color: transparent; }

.header__nav ul li a {
  padding: 15px;
  display: block;
  font-size: 18px;
  color: #5f5841; }

.header__nav.open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%); }

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

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .header__main {
    padding: 0 2.083vw; } }

@media only screen and (max-width: 767px) {
  .header__main {
    padding: 18px 0;
    justify-content: center; } }

.header__logo a {
  display: inline-block; }

.header__logo img {
  max-width: 295px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .header__logo img {
    max-width: 15.625vw; } }

@media only screen and (max-width: 1199px) {
  .header__logo img {
    max-width: 245px; } }

@media only screen and (max-width: 767px) {
  .header__logo img {
    width: 100%;
    max-width: 320px; } }

.header__action {
  display: flex;
  align-items: center; }

.header__norton {
  max-width: 125px;
  margin-right: 50px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .header__norton {
    max-width: 6.510vw;
    margin-right: 2.604vw; } }

@media only screen and (max-width: 1199px) {
  .header__norton {
    margin-right: 30px; } }

.header__button .btn {
  font-size: 20px;
  box-shadow: 0px 0px 77px 0px rgba(178, 213, 193, 0.46); }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .header__button .btn {
    font-size: 1.042vw;
    padding: 1.042vw 2.083vw; } }

.header__button .btn--icon-arrow:after {
  margin-left: 10px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .header__button .btn--icon-arrow:after {
    margin-left: 0.521vw; } }

.hero {
  padding-top: 60px;
  padding-bottom: 450px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .hero {
    padding-top: 2.604vw;
    padding-bottom: 25vw; } }

@media only screen and (max-width: 1199px) {
  .hero {
    padding: 60px 0 350px; } }

@media only screen and (max-width: 991px) {
  .hero {
    padding-bottom: 40px; } }

@media only screen and (max-width: 767px) {
  .hero {
    padding: 10px 0 20px; } }

@media only screen and (max-width: 991px) {
  .hero .rating {
    margin-bottom: 10px;
    justify-content: center; } }

@media only screen and (max-width: 991px) {
  .hero .rating p span {
    font-weight: 700; } }

@media only screen and (max-width: 991px) {
  .hero__slider-wrapper {
    margin-bottom: 20px; } }

.hero__slider-main {
  padding: 30px 0;
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 20px;
  background-color: #f6f6f6; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .hero__slider-main {
    padding: 1.563vw 0;
    border-radius: 4.5vw;
    margin-bottom: 1.302vw; } }

@media only screen and (max-width: 991px) {
  .hero__slider-main {
    border-radius: 70px;
    background-color: #ffffff;
    box-shadow: 21px 13px 95px rgba(0, 0, 0, 0.1); } }

@media only screen and (max-width: 767px) {
  .hero__slider-main {
    padding: 15px;
    border-radius: 40px; } }

.hero__slider-img {
  overflow: hidden;
  padding-top: 87%;
  position: relative;
  backface-visibility: hidden;
  transform: translateZ(0) scale(1, 1); }

.hero__slider-img img {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: contain; }

@media only screen and (max-width: 767px) {
  .hero__slider-nav {
    margin-bottom: 45px !important; } }

@media only screen and (max-width: 767px) {
  .hero__slider-nav .slick-list {
    margin: 0 30px; } }

.hero__slider-nav .slick-dots {
  left: 0;
  width: 100%; }

.hero__slider-nav .slick-dots li {
  width: 13px;
  height: 13px;
  margin: 0 10px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .hero__slider-nav .slick-dots li {
    width: 0.677vw;
    height: 0.677vw;
    margin: 0 0.521vw; } }

@media only screen and (max-width: 767px) {
  .hero__slider-nav .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 3px; } }

.hero__slider-nav .slick-dots li button {
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1.5px solid #0081b7; }

.hero__slider-nav .slick-dots li button:before {
  display: none; }

.hero__slider-nav .slick-dots li.slick-active button {
  background-color: #0081b7; }

.hero__slider-nav .slick-arrow {
  background-repeat: no-repeat;
  background-position: center; }

.hero__slider-nav .slick-arrow:before {
  display: none; }

@media only screen and (max-width: 767px) {
  .hero__slider-nav .slick-arrow {
    z-index: 1;
    width: 21px;
    height: 21px;
    border-radius: 100%;
    background-size: 9px;
    background-color: #0081b7; } }

@media only screen and (max-width: 767px) {
  .hero__slider-nav .slick-prev {
    left: 0;
    transform: rotate(180deg);
    background-image: url(../images/cw-arrow-right.png); } }

@media only screen and (max-width: 767px) {
  .hero__slider-nav .slick-next {
    right: 0;
    background-image: url(../images/cw-arrow-right.png); } }

.hero__slider-nav .hero__slider-item {
  padding: 0 7px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .hero__slider-nav .hero__slider-item {
    padding: 0 0.729vw; } }

.hero__slider-nav .hero__slider-img {
  padding-top: 100%;
  object-fit: cover;
  border-radius: 15px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .hero__slider-nav .hero__slider-img {
    border-radius: 1vw; } }

@media only screen and (max-width: 991px) {
  .hero__slider-nav .hero__slider-img {
    border-radius: 30px; } }

@media only screen and (max-width: 767px) {
  .hero__slider-nav .hero__slider-img {
    border-radius: 20px; } }

.hero__detail .rating {
  margin-bottom: 15px;
  justify-content: center; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .hero__detail .rating {
    margin-bottom: 0.781vw; } }

@media only screen and (max-width: 991px) {
  .hero__detail .rating {
    margin-bottom: 5px;
    justify-content: flex-start; } }

@media only screen and (max-width: 991px) {
  .hero__detail .rating p span {
    font-weight: 700; } }

.hero .title {
  font-weight: 300;
  margin-bottom: 40px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .hero .title {
    margin-bottom: 2.083vw; } }

@media only screen and (max-width: 1199px) {
  .hero .title {
    margin-bottom: 30px; } }

@media only screen and (max-width: 991px) {
  .hero .title {
    margin-bottom: 10px; } }

@media only screen and (max-width: 767px) {
  .hero .title {
    margin-bottom: 10px;
    font-family: "Open Sans", sans-serif; } }

@media only screen and (max-width: 575px) {
  .hero .title {
    font-size: 29px;
    margin-bottom: 10px; } }

@media only screen and (max-width: 767px) {
  .hero .title .fw-500 {
    font-weight: 600; } }

@media only screen and (max-width: 991px) {
  .hero .title br {
    display: none; } }

.hero .subtitle {
  font-weight: 400;
  margin-bottom: 70px;
  color: #5f5841; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .hero .subtitle {
    margin-bottom: 3.646vw; } }

@media only screen and (max-width: 1199px) {
  .hero .subtitle {
    margin-bottom: 25px; } }

@media only screen and (max-width: 991px) {
  .hero .subtitle {
    margin-bottom: 10px; } }

@media only screen and (max-width: 767px) {
  .hero .subtitle {
    font-size: 20px;
    margin-bottom: 10px; } }

@media only screen and (max-width: 991px) {
  .hero .subtitle br {
    display: none; } }

.hero .discount-head {
  font-size: 46px;
  margin-bottom: 60px;
  color: #0081b7;
  font-family: "Open Sans", sans-serif; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .hero .discount-head {
    font-size: 2.396vw;
    margin-bottom: 3.125vw; } }

@media only screen and (max-width: 1199px) {
  .hero .discount-head {
    font-size: 30px;
    margin-bottom: 25px; } }

@media only screen and (max-width: 991px) {
  .hero .discount-head {
    font-size: 40px;
    margin-bottom: 15px; } }

@media only screen and (max-width: 767px) {
  .hero .discount-head {
    line-height: 1;
    margin-bottom: 10px;
    font-family: "Open Sans", sans-serif; } }

@media only screen and (max-width: 575px) {
  .hero .discount-head {
    font-size: 26px; } }

.hero .btn-wrapper .btn {
  margin-bottom: 20px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .hero .btn-wrapper .btn {
    margin-bottom: 1.042vw; } }

@media only screen and (max-width: 991px) {
  .hero .btn-wrapper .btn {
    margin-bottom: 15px; } }

.testimonial {
  padding: 90px 0 50px; }

@media only screen and (max-width: 1199px) {
  .testimonial {
    padding: 70px 0 50px; } }

@media only screen and (max-width: 991px) {
  .testimonial {
    padding: 30px 0; } }

@media only screen and (max-width: 767px) {
  .testimonial {
    padding: 15px 0 30px; } }

.testimonial .testimonial__container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .testimonial .testimonial__container {
    max-width: 89vw; } }

@media only screen and (min-width: 1922px) {
  .testimonial .testimonial__container {
    max-width: 1680px; } }

.testimonial .testimonial__container .head {
  margin-bottom: 90px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .testimonial .testimonial__container .head {
    margin-bottom: 4.688vw; } }

@media only screen and (max-width: 1199px) {
  .testimonial .testimonial__container .head {
    margin-bottom: 70px; } }

@media only screen and (max-width: 991px) {
  .testimonial .testimonial__container .head {
    margin-bottom: 40px; } }

@media only screen and (max-width: 767px) {
  .testimonial .testimonial__container .head {
    margin-bottom: 30px; } }

.testimonial .testimonial__container .head .subtitle {
  margin-bottom: 0; }

.testimonial .testimonial__container .title, .testimonial .testimonial__container .subtitle {
  text-align: center;
  margin-bottom: 45px;
  color: #5f5841; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .testimonial .testimonial__container .title, .testimonial .testimonial__container .subtitle {
    margin-bottom: 2.604vw; } }

@media only screen and (max-width: 1199px) {
  .testimonial .testimonial__container .title, .testimonial .testimonial__container .subtitle {
    margin-bottom: 30px; } }

@media only screen and (max-width: 991px) {
  .testimonial .testimonial__container .title, .testimonial .testimonial__container .subtitle {
    margin-bottom: 10px; } }

@media only screen and (max-width: 767px) {
  .testimonial .testimonial__container .title br, .testimonial .testimonial__container .subtitle br {
    display: none; } }

@media only screen and (max-width: 767px) {
  .testimonial .testimonial__container .subtitle {
    font-size: 20px; } }

.testimonial .testimonial__container .testimonial__slider {
  padding: 0 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .testimonial .testimonial__container .testimonial__slider {
    padding: 0 5.208vw;
    margin-bottom: 5.208vw; } }

@media only screen and (max-width: 1199px) {
  .testimonial .testimonial__container .testimonial__slider {
    padding: 0 30px;
    margin-bottom: 80px; } }

@media only screen and (max-width: 767px) {
  .testimonial .testimonial__container .testimonial__slider {
    padding: 0 35px;
    margin-bottom: 50px; } }

@media only screen and (max-width: 575px) {
  .testimonial .testimonial__container .testimonial__slider {
    padding: 0 30px; } }

.testimonial .testimonial__container .testimonial__slider .slick-arrow {
  width: 30px;
  height: 30px;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center; }

.testimonial .testimonial__container .testimonial__slider .slick-arrow:before {
  display: none; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .testimonial .testimonial__container .testimonial__slider .slick-arrow {
    width: 1.563vw;
    height: 1.563vw;
    background-size: 0.781vw; } }

@media only screen and (max-width: 767px) {
  .testimonial .testimonial__container .testimonial__slider .slick-arrow {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-size: 7px;
    background-color: #0081b7; } }

.testimonial .testimonial__container .testimonial__slider .slick-prev {
  background-image: url(../images/cw-arrow-left-1.png); }

@media only screen and (max-width: 1199px) {
  .testimonial .testimonial__container .testimonial__slider .slick-prev {
    left: 0; } }

@media only screen and (max-width: 767px) {
  .testimonial .testimonial__container .testimonial__slider .slick-prev {
    transform: rotate(180deg);
    background-image: url(../images/cw-arrow-right.png); } }

.testimonial .testimonial__container .testimonial__slider .slick-next {
  background-image: url(../images/cw-arrow-right-1.png); }

@media only screen and (max-width: 1199px) {
  .testimonial .testimonial__container .testimonial__slider .slick-next {
    right: 0; } }

@media only screen and (max-width: 767px) {
  .testimonial .testimonial__container .testimonial__slider .slick-next {
    background-image: url(../images/cw-arrow-right.png); } }

.testimonial .testimonial__container .testimonial__slider .slick-dots {
  left: 0;
  width: 100%; }

.testimonial .testimonial__container .testimonial__slider .slick-dots li {
  width: 13px;
  height: 13px;
  margin: 0 10px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .testimonial .testimonial__container .testimonial__slider .slick-dots li {
    width: 0.677vw;
    height: 0.677vw;
    margin: 0 0.521vw; } }

@media only screen and (max-width: 767px) {
  .testimonial .testimonial__container .testimonial__slider .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 3px; } }

.testimonial .testimonial__container .testimonial__slider .slick-dots li button {
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1.5px solid #0081b7; }

.testimonial .testimonial__container .testimonial__slider .slick-dots li button:before {
  display: none; }

.testimonial .testimonial__container .testimonial__slider .slick-dots li.slick-active button {
  background-color: #0081b7; }

.testimonial .testimonial__container .testimonial__slider .testimonial__item {
  padding: 0 50px;
  text-align: center;
  margin-bottom: 40px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .testimonial .testimonial__container .testimonial__slider .testimonial__item {
    margin-bottom: 2vw; } }

@media only screen and (max-width: 1199px) {
  .testimonial .testimonial__container .testimonial__slider .testimonial__item {
    padding: 0 20px;
    margin-bottom: 60px; } }

@media only screen and (max-width: 991px) {
  .testimonial .testimonial__container .testimonial__slider .testimonial__item {
    margin-bottom: 40px; } }

@media only screen and (max-width: 767px) {
  .testimonial .testimonial__container .testimonial__slider .testimonial__item {
    margin-bottom: 25px; } }

.testimonial .testimonial__container .testimonial__slider .testimonial__item .rating {
  margin-bottom: 20px;
  justify-content: center; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .testimonial .testimonial__container .testimonial__slider .testimonial__item .rating {
    margin-bottom: 1.042vw; } }

@media only screen and (max-width: 767px) {
  .testimonial .testimonial__container .testimonial__slider .testimonial__item .rating {
    margin-bottom: 12px; } }

.testimonial .testimonial__container .testimonial__slider .testimonial__item .rating .rating__list li span {
  font-size: 14px; }

.testimonial .testimonial__container .testimonial__slider .testimonial__item .testimonial__title {
  font-size: 30px;
  margin-bottom: 25px;
  color: #0081b7; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .testimonial .testimonial__container .testimonial__slider .testimonial__item .testimonial__title {
    font-size: 1.563vw;
    margin-bottom: 1.302vw; } }

@media only screen and (max-width: 1199px) {
  .testimonial .testimonial__container .testimonial__slider .testimonial__item .testimonial__title {
    font-size: 24px;
    margin-bottom: 15px; } }

.testimonial .testimonial__container .testimonial__slider .testimonial__item .testimonial__info {
  margin-bottom: 25px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .testimonial .testimonial__container .testimonial__slider .testimonial__item .testimonial__info {
    margin-bottom: 1.302vw; } }

@media only screen and (max-width: 767px) {
  .testimonial .testimonial__container .testimonial__slider .testimonial__item .testimonial__info {
    margin-bottom: 10px; } }

.testimonial__body h5 {
  text-transform: capitalize; }

.testimonial .testimonial__container .testimonial__slider .testimonial__item .testimonial__body p {
  font-size: 20px;
  line-height: 1.5; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .testimonial .testimonial__container .testimonial__slider .testimonial__item .testimonial__body p {
    font-size: 1.08vw; } }

@media only screen and (max-width: 767px) {
  .testimonial .testimonial__container .testimonial__slider .testimonial__item .testimonial__body p {
    font-size: 18px; } }

.testimonial .testimonial__container .btn-wrapper {
  text-align: center; }

.testimonial .testimonial__container .btn-wrapper .rating {
  margin-bottom: 8px;
  justify-content: center; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .testimonial .testimonial__container .btn-wrapper .rating {
    margin-bottom: 0.417vw; } }

.testimonial .testimonial__container .btn-wrapper .btn {
  margin-bottom: 10px;
  text-transform: none; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .testimonial .testimonial__container .btn-wrapper .btn {
    margin-bottom: 0.521vw; } }

.testimonial .testimonial__author {
  align-items: center;
  justify-content: center; }

@media only screen and (max-width: 767px) {
  .testimonial .testimonial__author {
    flex-wrap: wrap;
    flex-direction: column; } }

.testimonial .testimonial__author .testimonial__author-img {
  position: relative;
  margin-right: 20px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .testimonial .testimonial__author .testimonial__author-img {
    margin-right: 1.042vw; } }

@media only screen and (max-width: 767px) {
  .testimonial .testimonial__author .testimonial__author-img {
    margin-right: 0;
    margin-bottom: 12px; } }

.testimonial .testimonial__author .testimonial__author-img img {
  width: 64px;
  height: 64px;
  border-radius: 100%; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .testimonial .testimonial__author .testimonial__author-img img {
    width: 3.33vw;
    height: 3.33vw; } }

@media only screen and (max-width: 767px) {
  .testimonial .testimonial__author .testimonial__author-img img {
    width: 55px;
    height: 55px; } }

.testimonial .testimonial__author .testimonial__verified {
  bottom: 0;
  right: -4px;
  width: 22px;
  height: 22px;
  display: flex;
  position: absolute;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  color: #ffffff;
  border: 2.5px solid #ffffff;
  background-color: #a9d4e6; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .testimonial .testimonial__author .testimonial__verified {
    width: 1.146vw;
    height: 1.146vw;
    border-width: 0.130vw; } }

.testimonial .testimonial__author .testimonial__verified span {
  font-size: 15px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .testimonial .testimonial__author .testimonial__verified span {
    font-size: 0.781vw; } }

.testimonial .testimonial__author .testimonial__author-detail {
  text-align: left; }

@media only screen and (max-width: 767px) {
  .testimonial .testimonial__author .testimonial__author-detail {
    text-align: center; } }

.testimonial .testimonial__author .testimonial__author-detail .testimonial__author-name {
  display: block;
  font-size: 25px;
  font-weight: 500; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .testimonial .testimonial__author .testimonial__author-detail .testimonial__author-name {
    font-size: 1.302vw; } }

@media only screen and (max-width: 1199px) {
  .testimonial .testimonial__author .testimonial__author-detail .testimonial__author-name {
    font-size: 22px; } }

@media only screen and (max-width: 767px) {
  .testimonial .testimonial__author .testimonial__author-detail .testimonial__author-name {
    font-size: 20px;
    line-height: 1; } }

.testimonial .testimonial__author .testimonial__author-detail .testimonial__author-verfied {
  font-size: 25px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .testimonial .testimonial__author .testimonial__author-detail .testimonial__author-verfied {
    font-size: 1.302vw; } }

@media only screen and (max-width: 1199px) {
  .testimonial .testimonial__author .testimonial__author-detail .testimonial__author-verfied {
    font-size: 20px; } }

@media only screen and (max-width: 767px) {
  .testimonial .testimonial__author .testimonial__author-detail .testimonial__author-verfied {
    font-weight: 300; } }

.testimonial--full {
  padding-top: 0;
  margin-top: -250px;
  padding-bottom: 135px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .testimonial--full {
    margin-top: -19.531vw;
    padding-bottom: 7.031vw; } }

@media only screen and (max-width: 1199px) {
  .testimonial--full {
    margin-top: -270px;
    padding-bottom: 80px; } }

@media only screen and (max-width: 991px) {
  .testimonial--full {
    margin-top: 0;
    overflow: hidden;
    padding-bottom: 0; } }

@media only screen and (max-width: 767px) {
  .testimonial--full {
    padding-top: 35px; } }

@media only screen and (max-width: 991px) {
  .testimonial--full .custom-container {
    padding: 0;
    max-width: 100%; } }

.testimonial--full .testimonial__item {
  padding: 20px 35px;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 15px -4px 22.32px 8.68px rgba(49, 49, 49, 0.16); }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .testimonial--full .testimonial__item {
    padding: 1.042vw 1.8vw; } }

@media only screen and (max-width: 991px) {
  .testimonial--full .testimonial__item {
    box-shadow: none; } }

@media only screen and (max-width: 575px) {
  .testimonial--full .testimonial__item {
    padding-left: 15px;
    padding-right: 15px; } }

.testimonial--full .testimonial__item .rating {
  justify-content: center; }

.testimonial--full .testimonial__item .testimonial__title {
  font-size: 34px;
  margin-bottom: 16px;
  color: #5f5841; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .testimonial--full .testimonial__item .testimonial__title {
    font-size: 1.771vw;
    margin-bottom: 0.833vw; } }

@media only screen and (max-width: 1199px) {
  .testimonial--full .testimonial__item .testimonial__title {
    font-size: 30px; } }

@media only screen and (max-width: 991px) {
  .testimonial--full .testimonial__item .testimonial__title {
    font-size: 22px;
    margin-bottom: 15px; } }

.testimonial--full .testimonial__item .testimonial__body {
  margin-bottom: 70px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .testimonial--full .testimonial__item .testimonial__body {
    margin-bottom: 3.646vw; } }

@media only screen and (max-width: 1199px) {
  .testimonial--full .testimonial__item .testimonial__body {
    margin-bottom: 40px; } }

@media only screen and (max-width: 767px) {
  .testimonial--full .testimonial__item .testimonial__body {
    margin-bottom: 0; } }

.testimonial--full .testimonial__item .testimonial__body p {
  font-size: 30px;
  font-weight: 300; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .testimonial--full .testimonial__item .testimonial__body p {
    font-size: 1.563vw; } }

@media only screen and (max-width: 1199px) {
  .testimonial--full .testimonial__item .testimonial__body p {
    font-size: 20px; } }

@media only screen and (max-width: 991px) {
  .testimonial--full .testimonial__item .testimonial__body p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; } }

.testimonial--full .testimonial__item .testimonial__body p:last-child {
  margin-bottom: 0; }

.testimonial--full .testimonial__item .testimonial__author {
  justify-content: center; }

@media only screen and (max-width: 991px) {
  .testimonial--full .testimonial__item .testimonial__author .testimonial__author-img {
    margin-right: 0;
    margin-bottom: 10px;
    display: inline-flex; } }

.testimonial--full .testimonial__item .testimonial__author img {
  width: 117px;
  height: 117px;
  border-radius: 100%; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .testimonial--full .testimonial__item .testimonial__author img {
    width: 6.146vw;
    height: 6.146vw; } }

@media only screen and (max-width: 1199px) {
  .testimonial--full .testimonial__item .testimonial__author img {
    width: 80px;
    height: 80px; } }

.testimonial--full .testimonial__item .testimonial__author .testimonial__verified {
  right: 0;
  bottom: 0;
  width: 27px;
  height: 27px;
  position: absolute;
  border-radius: 100%;
  color: #ffffff;
  border: 2.5px solid #ffffff;
  background-color: #a9d4e6; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .testimonial--full .testimonial__item .testimonial__author .testimonial__verified {
    width: 1.406vw;
    height: 1.406vw;
    border-width: 0.130vw; } }

@media only screen and (max-width: 1199px) {
  .testimonial--full .testimonial__item .testimonial__author .testimonial__verified {
    width: 24px;
    height: 24px; } }

.testimonial--full .testimonial__item .testimonial__author .testimonial__verified span {
  font-size: 24px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .testimonial--full .testimonial__item .testimonial__author .testimonial__verified span {
    font-size: 1.250vw; } }

@media only screen and (max-width: 1199px) {
  .testimonial--full .testimonial__item .testimonial__author .testimonial__verified span {
    font-size: 18px; } }

.testimonial--full .testimonial__item .testimonial__author .testimonial__author-detail {
  text-align: left; }

@media only screen and (max-width: 991px) {
  .testimonial--full .testimonial__item .testimonial__author .testimonial__author-detail {
    text-align: center;
    margin-bottom: 15px; } }

.testimonial--full .testimonial__item .testimonial__author .testimonial__author-detail .testimonial__author-name {
  display: block;
  font-size: 30px;
  font-weight: 500; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .testimonial--full .testimonial__item .testimonial__author .testimonial__author-detail .testimonial__author-name {
    font-size: 1.563vw; } }

@media only screen and (max-width: 1199px) {
  .testimonial--full .testimonial__item .testimonial__author .testimonial__author-detail .testimonial__author-name {
    font-size: 24px; } }

.testimonial--full .testimonial__item .testimonial__author .testimonial__author-detail .testimonial__author-verfied {
  font-size: 23px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .testimonial--full .testimonial__item .testimonial__author .testimonial__author-detail .testimonial__author-verfied {
    font-size: 1.146vw; } }

@media only screen and (max-width: 1199px) {
  .testimonial--full .testimonial__item .testimonial__author .testimonial__author-detail .testimonial__author-verfied {
    font-size: 18px; } }

.content-box__detail p {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 35px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .content-box__detail p {
    font-size: 1.563vw;
    margin-bottom: 1.823vw; } }

@media only screen and (max-width: 1199px) {
  .content-box__detail p {
    font-size: 20px;
    margin-bottom: 25px; } }

@media only screen and (max-width: 991px) {
  .content-box__detail p {
    font-size: 19px;
    letter-spacing: 0.03em; } }

@media only screen and (max-width: 767px) {
  .content-box__detail p {
    font-size: 18px;
    margin-bottom: 20px; } }

.take-on-coffee {
  padding-bottom: 115px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .take-on-coffee {
    padding-bottom: 5.990vw; } }

@media only screen and (max-width: 1199px) {
  .take-on-coffee {
    padding-bottom: 70px; } }

@media only screen and (max-width: 991px) {
  .take-on-coffee {
    padding-bottom: 20px; } }

.take-on-coffee .content-box__img {
  border-radius: 20px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .take-on-coffee .content-box__img {
    border-radius: 3vw; } }

@media only screen and (max-width: 991px) {
  .take-on-coffee .content-box__img {
    margin-bottom: 40px; } }

@media only screen and (max-width: 767px) {
  .take-on-coffee .content-box__img {
    margin-left: -15px;
    margin-right: -15px; } }

@media only screen and (max-width: 1199px) {
  .take-on-coffee .title {
    margin-bottom: 25px; } }

@media only screen and (max-width: 767px) {
  .take-on-coffee .title {
    margin-bottom: 15px; } }

.overlay-box {
  position: relative;
  padding: 140px 55px;
  background-size: cover;
  background-position: center; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .overlay-box {
    padding: 7.031vw 0 8vw; } }

@media only screen and (max-width: 1199px) {
  .overlay-box {
    padding: 80px 30px; } }

@media only screen and (max-width: 991px) {
  .overlay-box {
    padding: 50px 30px 40px; } }

@media only screen and (max-width: 767px) {
  .overlay-box {
    padding-left: 20px;
    padding-right: 20px;
    background-attachment: initial; } }

.overlay-box .overlay-box__container {
  max-width: 1780px;
  margin-left: auto;
  margin-right: auto; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .overlay-box .overlay-box__container {
    max-width: 92.708vw; } }

.overlay-box .overlay-box__content {
  z-index: 1;
  position: relative;
  text-align: center; }

.overlay-box .title {
  font-size: 80px;
  line-height: 1.2; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .overlay-box .title {
    font-size: 4.167vw; } }

@media only screen and (max-width: 1199px) {
  .overlay-box .title {
    font-size: 44px; } }

@media only screen and (max-width: 991px) {
  .overlay-box .title {
    font-size: 33px; } }

@media only screen and (max-width: 991px) {
  .overlay-box .title br {
    display: none; } }

.overlay-box:before {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6); }

.ingredient {
  padding: 100px 0 80px;
  background-color: #d8ecf4; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .ingredient {
    padding: 5.208vw 0 4.5vw; } }

@media only screen and (max-width: 1199px) {
  .ingredient {
    padding: 80px 0 60px; } }

@media only screen and (max-width: 767px) {
  .ingredient {
    padding: 25px 0; } }

.ingredient__content {
  text-align: center;
  margin-bottom: 55px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .ingredient__content {
    margin-bottom: 2.865vw; } }

@media only screen and (max-width: 767px) {
  .ingredient__content {
    margin-bottom: 25px; } }

.ingredient__content .title {
  margin-bottom: 15px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .ingredient__content .title {
    margin-bottom: 0.781vw; } }

@media only screen and (max-width: 991px) {
  .ingredient__content .title {
    margin-bottom: 25px; } }

@media only screen and (max-width: 767px) {
  .ingredient__content .title {
    margin-bottom: 20px;
    font-family: "Open Sans", sans-serif; } }

.ingredient__subtitle {
  font-size: 32px;
  font-weight: 400;
  text-transform: capitalize;
  color: #5f5841; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .ingredient__subtitle {
    font-size: 1.667vw; } }

@media only screen and (max-width: 1199px) {
  .ingredient__subtitle {
    font-size: 26px; } }

@media only screen and (max-width: 767px) {
  .ingredient__subtitle {
    font-size: 18px; } }

.ingredient__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.ingredient__item {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  text-align: center;
  margin-bottom: 25px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .ingredient__item {
    margin-bottom: 1.354vw; } }

@media only screen and (max-width: 1199px) {
  .ingredient__item {
    padding: 0 15px; } }

@media only screen and (max-width: 767px) {
  .ingredient__item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px; } }

.ingredient__item .ingredient__item-img {
  margin-bottom: 30px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .ingredient__item .ingredient__item-img {
    margin-bottom: 1.563vw; } }

@media only screen and (max-width: 1199px) {
  .ingredient__item .ingredient__item-img {
    margin-bottom: 20px; } }

@media only screen and (max-width: 767px) {
  .ingredient__item .ingredient__item-img {
    margin-bottom: 13px; } }

.ingredient__item .ingredient__item-img img {
  max-width: 130px;
  border-radius: 100%; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .ingredient__item .ingredient__item-img img {
    max-width: 6.771vw; } }

@media only screen and (max-width: 1199px) {
  .ingredient__item .ingredient__item-img img {
    max-width: 100px; } }

@media only screen and (max-width: 767px) {
  .ingredient__item .ingredient__item-img img {
    max-width: 80px; } }

.ingredient__item .ingredient__item-content h4 {
  font-size: 26px;
  line-height: 1.2;
  font-weight: normal;
  color: #5f5841; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .ingredient__item .ingredient__item-content h4 {
    font-size: 1.354vw; } }

@media only screen and (max-width: 1199px) {
  .ingredient__item .ingredient__item-content h4 {
    font-size: 20px; } }

@media only screen and (max-width: 767px) {
  .ingredient__item .ingredient__item-content h4 {
    font-size: 16px; } }

.ingredient__item .ingredient__item-content h4 span {
  font-weight: 500; }

.great-taste {
  padding: 145px 0 180px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .great-taste {
    padding: 7.552vw 0 9.375vw; } }

@media only screen and (max-width: 1199px) {
  .great-taste {
    padding: 80px 0; } }

@media only screen and (max-width: 991px) {
  .great-taste {
    padding: 40px 0 20px; } }

.great-taste .content-box__img {
  padding-right: 60px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .great-taste .content-box__img {
    padding-right: 3.125vw; } }

@media only screen and (max-width: 1199px) {
  .great-taste .content-box__img {
    padding-right: 0; } }

@media only screen and (max-width: 991px) {
  .great-taste .content-box__img {
    position: relative;
    margin-bottom: 50px; } }

@media only screen and (max-width: 767px) {
  .great-taste .content-box__img {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto; } }

@media only screen and (max-width: 575px) {
  .great-taste .content-box__img {
    margin-bottom: 60px; } }

.great-taste .content-box__detail {
  position: relative; }

.great-taste .content-box__detail .title {
  margin-bottom: 35px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .great-taste .content-box__detail .title {
    margin-bottom: 1.823vw; } }

@media only screen and (max-width: 991px) {
  .great-taste .content-box__detail .title {
    margin-bottom: 20px; } }

.great-taste .content-box__detail .subtitle {
  margin-bottom: 50px;
  color: #5f5841; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .great-taste .content-box__detail .subtitle {
    margin-bottom: 2.604vw; } }

@media only screen and (max-width: 1199px) {
  .great-taste .content-box__detail .subtitle {
    margin-bottom: 25px; } }

@media only screen and (max-width: 991px) {
  .great-taste .content-box__detail .subtitle {
    margin-bottom: 15px; } }

@media only screen and (max-width: 767px) {
  .great-taste .content-box__detail .subtitle {
    font-size: 20px;
    font-weight: 400; } }

.great-taste .content-box__detail .content-box__list-wrapper .content-box__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .great-taste .content-box__detail .content-box__list-wrapper .content-box__list {
    margin-bottom: 1.563vw; } }

@media only screen and (max-width: 1199px) {
  .great-taste .content-box__detail .content-box__list-wrapper .content-box__list {
    margin-bottom: 20px; } }

.great-taste .content-box__detail .content-box__list-wrapper .great-taste__include-list li {
  font-size: 30px;
  font-weight: 300;
  padding-left: 35px;
  position: relative; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .great-taste .content-box__detail .content-box__list-wrapper .great-taste__include-list li {
    font-size: 1.563vw;
    padding-left: 1.823vw; } }

@media only screen and (max-width: 1199px) {
  .great-taste .content-box__detail .content-box__list-wrapper .great-taste__include-list li {
    font-size: 24px; } }

@media only screen and (max-width: 767px) {
  .great-taste .content-box__detail .content-box__list-wrapper .great-taste__include-list li {
    font-size: 18px;
    padding-left: 28px; } }

.great-taste .content-box__detail .content-box__list-wrapper .great-taste__include-list li:before {
  content: '';
  left: 0;
  top: 9px;
  width: 25px;
  height: 25px;
  position: absolute;
  background-image: url(../images/cw-check-icon.png);
  background-size: contain;
  background-repeat: no-repeat; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .great-taste .content-box__detail .content-box__list-wrapper .great-taste__include-list li:before {
    top: 0.469vw;
    width: 1.302vw;
    height: 1.302vw; } }

@media only screen and (max-width: 1199px) {
  .great-taste .content-box__detail .content-box__list-wrapper .great-taste__include-list li:before {
    width: 20px;
    height: 20px; } }

@media only screen and (max-width: 767px) {
  .great-taste .content-box__detail .content-box__list-wrapper .great-taste__include-list li:before {
    top: 5px;
    width: 15px;
    height: 15px; } }

.great-taste .content-box__detail .content-box__list-wrapper .great-taste__not-included {
  font-size: 30px;
  padding-left: 35px;
  color: #5f5841; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .great-taste .content-box__detail .content-box__list-wrapper .great-taste__not-included {
    font-size: 1.563vw;
    padding-left: 1.823vw; } }

@media only screen and (max-width: 767px) {
  .great-taste .content-box__detail .content-box__list-wrapper .great-taste__not-included {
    line-height: 1;
    font-size: 18px;
    padding-left: 30px;
    margin-bottom: 8px; } }

@media only screen and (max-width: 767px) {
  .great-taste .content-box__detail .content-box__list-wrapper .great-taste__not-list {
    margin-bottom: 0; } }

.great-taste .content-box__detail .content-box__list-wrapper .great-taste__not-list li {
  font-size: 30px;
  font-weight: 300;
  padding-left: 35px;
  position: relative; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .great-taste .content-box__detail .content-box__list-wrapper .great-taste__not-list li {
    font-size: 1.563vw;
    padding-left: 1.823vw; } }

@media only screen and (max-width: 1199px) {
  .great-taste .content-box__detail .content-box__list-wrapper .great-taste__not-list li {
    font-size: 24px; } }

@media only screen and (max-width: 767px) {
  .great-taste .content-box__detail .content-box__list-wrapper .great-taste__not-list li {
    font-size: 18px;
    padding-left: 28px; } }

.great-taste .content-box__detail .content-box__list-wrapper .great-taste__not-list li:before {
  content: '';
  left: 0;
  top: 9px;
  width: 21px;
  height: 21px;
  position: absolute;
  background-image: url(../images/cw-cancel.png);
  background-size: contain;
  background-repeat: no-repeat; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .great-taste .content-box__detail .content-box__list-wrapper .great-taste__not-list li:before {
    top: 0.469vw;
    width: 1.094vw;
    height: 1.094vw; } }

@media only screen and (max-width: 1199px) {
  .great-taste .content-box__detail .content-box__list-wrapper .great-taste__not-list li:before {
    width: 18px;
    height: 18px; } }

@media only screen and (max-width: 767px) {
  .great-taste .content-box__detail .content-box__list-wrapper .great-taste__not-list li:before {
    width: 13px;
    height: 13px;
    top: 4px; } }

.great-taste .content-box__badge {
  right: 70px;
  bottom: -40px;
  position: absolute; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .great-taste .content-box__badge {
    right: 3.646vw;
    bottom: -2.083vw; } }

@media only screen and (max-width: 1199px) {
  .great-taste .content-box__badge {
    right: 20px;
    bottom: -20px; } }

@media only screen and (max-width: 767px) {
  .great-taste .content-box__badge {
    bottom: 0; } }

@media only screen and (max-width: 575px) {
  .great-taste .content-box__badge {
    right: 0;
    bottom: -50px; } }

.great-taste .content-box__badge img {
  max-width: 280px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .great-taste .content-box__badge img {
    max-width: 14.583vw; } }

@media only screen and (max-width: 1199px) {
  .great-taste .content-box__badge img {
    max-width: 150px; } }

@media only screen and (max-width: 991px) {
  .great-taste .content-box__badge img {
    max-width: 240px; } }

@media only screen and (max-width: 767px) {
  .great-taste .content-box__badge img {
    max-width: 140px; } }

.how-to-use {
  padding: 94px 0; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .how-to-use {
    padding: 4.896vw 0; } }

@media only screen and (max-width: 1199px) {
  .how-to-use {
    padding: 80px 0; } }

@media only screen and (max-width: 991px) {
  .how-to-use {
    padding: 60px 0; } }

@media only screen and (max-width: 767px) {
  .how-to-use {
    padding: 20px 0 30px; } }

.how-to-use .content-box__detail {
  counter-reset: section; }

.how-to-use .content-box__detail .title {
  margin-bottom: 30px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .how-to-use .content-box__detail .title {
    margin-bottom: 1.8vw; } }

@media only screen and (max-width: 991px) {
  .how-to-use .content-box__detail .title {
    margin-bottom: 20px; } }

.how-to-use .content-box__detail .howt-to-use__list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-left: 0; }

.how-to-use .content-box__detail .howt-to-use__list li {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.3;
  padding-left: 50px;
  position: relative;
  margin-bottom: 80px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .how-to-use .content-box__detail .howt-to-use__list li {
    font-size: 1.458vw;
    padding-left: 2.604vw;
    margin-bottom: 4.167vw; } }

@media only screen and (max-width: 1199px) {
  .how-to-use .content-box__detail .howt-to-use__list li {
    font-size: 22px;
    margin-bottom: 40px; } }

@media only screen and (max-width: 767px) {
  .how-to-use .content-box__detail .howt-to-use__list li {
    font-size: 18px;
    padding-left: 30px;
    margin-bottom: 25px; } }

.how-to-use .content-box__detail .howt-to-use__list li:last-child {
  margin-bottom: 0; }

.how-to-use .content-box__detail .howt-to-use__list li:before {
  left: 0;
  top: 4px;
  width: 32px;
  height: 32px;
  display: flex;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  align-items: center;
  border-radius: 100%;
  color: #ffffff;
  justify-content: center;
  content: counter(section);
  counter-increment: section;
  background-color: #5f5841; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .how-to-use .content-box__detail .howt-to-use__list li:before {
    width: 1.667vw;
    height: 1.667vw;
    font-size: 0.833vw; } }

@media only screen and (max-width: 1199px) {
  .how-to-use .content-box__detail .howt-to-use__list li:before {
    width: 28px;
    height: 28px; } }

@media only screen and (max-width: 767px) {
  .how-to-use .content-box__detail .howt-to-use__list li:before {
    top: 0;
    width: 20px;
    height: 20px;
    font-size: 12px;
    font-weight: 700; } }

.how-to-use .content-box__detail .howt-to-use__list li span {
  display: block;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 5px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .how-to-use .content-box__detail .howt-to-use__list li span {
    font-size: 1.563vw;
    margin-bottom: 0.260vw; } }

@media only screen and (max-width: 1199px) {
  .how-to-use .content-box__detail .howt-to-use__list li span {
    font-size: 24px; } }

@media only screen and (max-width: 767px) {
  .how-to-use .content-box__detail .howt-to-use__list li span {
    line-height: 1;
    font-size: 18px; } }

.how-to-use .content-box__img {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0px 18px 44px 0px rgba(0, 0, 0, 0.2); }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .how-to-use .content-box__img {
    border-radius: 3vw; } }

@media only screen and (max-width: 991px) {
  .how-to-use .content-box__img {
    border-radius: 50px;
    margin-bottom: 40px; } }

@media only screen and (max-width: 767px) {
  .how-to-use .content-box__img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px; } }

.discount-box {
  text-align: center;
  padding: 50px 0 60px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .discount-box {
    padding: 2.604vw 0 3.125vw; } }

@media only screen and (max-width: 1199px) {
  .discount-box {
    padding: 40px 0 50px; } }

@media only screen and (max-width: 991px) {
  .discount-box {
    padding: 20px 0 30px; } }

@media only screen and (max-width: 767px) {
  .discount-box {
    padding: 15px 0; } }

.discount-box .title {
  font-weight: 700;
  margin-bottom: 35px;
  color: #ffffff; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .discount-box .title {
    margin-bottom: 1.823vw; } }

@media only screen and (max-width: 1199px) {
  .discount-box .title {
    margin-bottom: 25px; } }

@media only screen and (max-width: 767px) {
  .discount-box .title {
    margin-bottom: 5px; } }

@media only screen and (max-width: 575px) {
  .discount-box .title {
    font-size: 30px; } }

.discount-box .title .cus-none {
  display: none; }

@media only screen and (max-width: 575px) {
  .discount-box .title .cus-none {
    display: block; } }

.discount-box .btn-wrapper .rating {
  margin-bottom: 10px;
  justify-content: center; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .discount-box .btn-wrapper .rating {
    margin-bottom: 0.521vw; } }

@media only screen and (max-width: 767px) {
  .discount-box .btn-wrapper .rating {
    margin-bottom: 5px; } }

@media only screen and (max-width: 767px) {
  .discount-box .btn-wrapper .rating .rating__list li span {
    font-size: 12px; } }

.discount-box .btn-wrapper .rating p {
  color: #ffffff; }

@media only screen and (max-width: 767px) {
  .discount-box .btn-wrapper .rating p {
    font-size: 12px; } }

.healthy-punch {
  padding: 135px 0 150px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .healthy-punch {
    padding: 6.771vw 0 7.813vw; } }

@media only screen and (max-width: 1199px) {
  .healthy-punch {
    padding: 90px 0 50px; } }

@media only screen and (max-width: 991px) {
  .healthy-punch {
    padding: 50px 0 30px; } }

@media only screen and (max-width: 767px) {
  .healthy-punch {
    text-align: center;
    padding: 30px 0 40px; } }

.healthy-punch .content-box__detail .title {
  margin-bottom: 50px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .healthy-punch .content-box__detail .title {
    margin-bottom: 2.604vw; } }

@media only screen and (max-width: 1199px) {
  .healthy-punch .content-box__detail .title {
    margin-bottom: 30px; } }

@media only screen and (max-width: 767px) {
  .healthy-punch .content-box__detail .title {
    margin-bottom: 20px; } }

@media only screen and (max-width: 767px) {
  .healthy-punch .content-box__detail p {
    font-weight: 400; } }

.healthy-punch .healthy-punch__detail h4 {
  font-size: 38px;
  margin-bottom: 65px;
  color: #5f5841; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .healthy-punch .healthy-punch__detail h4 {
    font-size: 1.979vw;
    margin-bottom: 3.385vw; } }

@media only screen and (max-width: 1199px) {
  .healthy-punch .healthy-punch__detail h4 {
    font-size: 22px;
    margin-bottom: 30px; } }

@media only screen and (max-width: 991px) {
  .healthy-punch .healthy-punch__detail h4 br {
    display: none; } }

.healthy-punch .healthy-punch__detail .healthy-punch__list {
  list-style: none;
  padding-left: 0; }

.healthy-punch .healthy-punch__detail .healthy-punch__list li {
  display: flex;
  font-size: 30px;
  margin-bottom: 50px;
  align-items: center; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .healthy-punch .healthy-punch__detail .healthy-punch__list li {
    font-size: 1.563vw;
    margin-bottom: 2.604vw; } }

@media only screen and (max-width: 1199px) {
  .healthy-punch .healthy-punch__detail .healthy-punch__list li {
    font-size: 20px;
    margin-bottom: 35px; } }

@media only screen and (max-width: 767px) {
  .healthy-punch .healthy-punch__detail .healthy-punch__list li {
    font-size: 16px;
    margin-bottom: 20px; } }

.healthy-punch .healthy-punch__detail .healthy-punch__list li p {
  margin-bottom: 0; }

@media only screen and (max-width: 767px) {
  .healthy-punch .healthy-punch__detail .healthy-punch__list li p {
    text-align: left; } }

.healthy-punch .healthy-punch__detail .healthy-punch__list li span {
  font-weight: 500; }

.healthy-punch .healthy-punch__detail .healthy-punch__list li img {
  height: unset;
  max-height: 65px;
  margin-right: 15px;
  object-fit: contain;
  display: inline-block; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .healthy-punch .healthy-punch__detail .healthy-punch__list li img {
    max-height: 3.125vw;
    margin-right: 0.781vw; } }

@media only screen and (max-width: 1199px) {
  .healthy-punch .healthy-punch__detail .healthy-punch__list li img {
    max-height: 45px; } }

@media only screen and (max-width: 767px) {
  .healthy-punch .healthy-punch__detail .healthy-punch__list li img {
    max-height: 35px; } }

.healthy-punch .btn-wrapper .rating {
  justify-content: center; }

@media only screen and (max-width: 767px) {
  .healthy-punch .btn-wrapper .rating {
    margin-bottom: 5px; } }

@media only screen and (max-width: 767px) {
  .healthy-punch .btn-wrapper .rating .rating__list span {
    font-size: 12px; } }

@media only screen and (max-width: 767px) {
  .healthy-punch .btn-wrapper .rating p {
    font-size: 13px; } }

@media only screen and (max-width: 767px) {
  .healthy-punch .btn-wrapper .btn {
    margin-bottom: 10px; } }

.benefits {
  padding: 130px 0; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .benefits {
    padding: 6.771vw 0; } }

@media only screen and (max-width: 1199px) {
  .benefits {
    padding: 80px 0; } }

@media only screen and (max-width: 991px) {
  .benefits {
    padding: 50px 0; } }

@media only screen and (max-width: 767px) {
  .benefits {
    padding: 20px 0; } }

.benefits .title {
  text-align: center;
  margin-bottom: 70px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .benefits .title {
    margin-bottom: 3.646vw; } }

@media only screen and (max-width: 991px) {
  .benefits .title {
    margin-bottom: 30px; } }

.benefits .benefits__box {
  max-width: 1390px;
  padding: 70px 140px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  box-shadow: 26px -4px 22.32px 8.68px rgba(0, 0, 0, 0.11); }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .benefits .benefits__box {
    max-width: 70.833vw;
    margin-bottom: 5.208vw;
    padding: 3.646vw 7.292vw; } }

@media only screen and (max-width: 1199px) {
  .benefits .benefits__box {
    max-width: 90%;
    padding: 40px 60px;
    margin-bottom: 60px; } }

@media only screen and (max-width: 991px) {
  .benefits .benefits__box {
    padding: 25px 40px;
    margin-bottom: 35px; } }

@media only screen and (max-width: 767px) {
  .benefits .benefits__box {
    padding: 30px 20px;
    margin-bottom: 20px; } }

@media only screen and (max-width: 575px) {
  .benefits .benefits__box {
    max-width: 100%;
    padding: 30px 15px; } }

.benefits .benefits__box .benefits__list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0; }

.benefits .benefits__box .benefits__list li {
  font-size: 40px;
  font-weight: 400;
  position: relative;
  padding-left: 48px;
  margin-bottom: 20px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .benefits .benefits__box .benefits__list li {
    font-size: 2vw;
    margin-bottom: 1.042vw; } }

@media only screen and (max-width: 1199px) {
  .benefits .benefits__box .benefits__list li {
    font-size: 26px;
    padding-left: 40px; } }

@media only screen and (max-width: 991px) {
  .benefits .benefits__box .benefits__list li {
    margin-bottom: 15px; } }

@media only screen and (max-width: 767px) {
  .benefits .benefits__box .benefits__list li {
    font-size: 18px;
    padding-left: 23px;
    margin-bottom: 10px; } }

@media only screen and (max-width: 575px) {
  .benefits .benefits__box .benefits__list li {
    font-size: 14px;
    padding-left: 22px; } }

.benefits .benefits__box .benefits__list li:last-child {
  margin-bottom: 0; }

.benefits .benefits__box .benefits__list li:before {
  content: '';
  left: 0;
  top: 15px;
  width: 27px;
  height: 27px;
  position: absolute;
  background-image: url(../images/cw-check-icon.png);
  background-size: contain;
  background-repeat: no-repeat; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .benefits .benefits__box .benefits__list li:before {
    top: 0.781vw;
    width: 1.406vw;
    height: 1.406vw; } }

@media only screen and (max-width: 1199px) {
  .benefits .benefits__box .benefits__list li:before {
    top: 8px;
    width: 20px;
    height: 20px; } }

@media only screen and (max-width: 767px) {
  .benefits .benefits__box .benefits__list li:before {
    top: 4px;
    width: 15px;
    height: 15px; } }

.benefits .benefits__detail {
  max-width: 1430px;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .benefits .benefits__detail {
    max-width: 74.479vw; } }

@media only screen and (max-width: 767px) {
  .benefits .benefits__detail {
    padding-bottom: 20px; } }

.benefits .benefits__detail p {
  font-size: 30px;
  margin-bottom: 0; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .benefits .benefits__detail p {
    font-size: 1.563vw; } }

@media only screen and (max-width: 1199px) {
  .benefits .benefits__detail p {
    font-size: 24px; } }

@media only screen and (max-width: 767px) {
  .benefits .benefits__detail p {
    font-size: 18px; } }

.guaranteed {
  padding: 65px 0; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .guaranteed {
    padding: 3.385vw 0; } }

@media only screen and (max-width: 1199px) {
  .guaranteed {
    padding: 50px 0; } }

@media only screen and (max-width: 991px) {
  .guaranteed {
    padding: 30px 0 0;
    background-color: #ffffff !important; } }

@media only screen and (max-width: 767px) {
  .guaranteed {
    padding: 20px 0 0; } }

.guaranteed__content {
  text-align: center; }

.guaranteed__content img {
  max-width: 295px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .guaranteed__content img {
    max-width: 15.365vw;
    margin-bottom: 2.083vw; } }

@media only screen and (max-width: 1199px) {
  .guaranteed__content img {
    max-width: 245px;
    margin-bottom: 25px; } }

@media only screen and (max-width: 991px) {
  .guaranteed__content img {
    max-width: 315px;
    margin-bottom: 10px; } }

.guaranteed__content p {
  font-size: 36px;
  font-weight: 300; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .guaranteed__content p {
    font-size: 1.875vw; } }

@media only screen and (max-width: 1199px) {
  .guaranteed__content p {
    font-size: 28px; } }

@media only screen and (max-width: 991px) {
  .guaranteed__content p {
    font-size: 20px; } }

@media only screen and (max-width: 767px) {
  .guaranteed__content p {
    font-size: 18px;
    line-height: 1.2; } }

.guaranteed .title {
  font-size: 80px;
  margin-bottom: 30px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .guaranteed .title {
    font-size: 4.167vw;
    margin-bottom: 1.563vw; } }

@media only screen and (max-width: 1199px) {
  .guaranteed .title {
    font-size: 50px; } }

@media only screen and (max-width: 991px) {
  .guaranteed .title {
    font-size: 40px; } }

@media only screen and (max-width: 767px) {
  .guaranteed .title {
    font-size: 33px;
    margin-bottom: 25px; } }

.faq {
  padding: 105px 0;
  background-color: #a9d4e6; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .faq {
    padding: 5.469vw 0; } }

@media only screen and (max-width: 1199px) {
  .faq {
    padding: 80px 0 60px; } }

@media only screen and (max-width: 991px) {
  .faq {
    padding: 25px 0; } }

@media only screen and (max-width: 767px) {
  .faq {
    padding: 25px 0 20px; } }

.faq .head {
  text-align: center;
  margin-bottom: 45px;
  color: #ffffff; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .faq .head {
    margin-bottom: 2.344vw; } }

@media only screen and (max-width: 991px) {
  .faq .head {
    margin-bottom: 25px; } }

@media only screen and (max-width: 767px) {
  .faq .head {
    margin-bottom: 20px; } }

.faq .head .title {
  font-size: 80px;
  margin-bottom: 30px;
  color: #ffffff; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .faq .head .title {
    font-size: 4.167vw;
    margin-bottom: 1.563vw; } }

@media only screen and (max-width: 1199px) {
  .faq .head .title {
    font-size: 50px; } }

@media only screen and (max-width: 991px) {
  .faq .head .title {
    font-size: 40px;
    margin-bottom: 10px; } }

@media only screen and (max-width: 767px) {
  .faq .head .title {
    font-size: 33px;
    margin-bottom: 8px;
    text-transform: uppercase; } }

.faq .head .subtitle {
  font-weight: 400;
  color: white; }

@media only screen and (max-width: 767px) {
  .faq .head .subtitle {
    line-height: 1;
    font-size: 23px; } }

.faq .faq__wrapper {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .faq .faq__wrapper {
    max-width: 53.521vw; } }

.faq .accordion__title {
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 18px;
  color: #0081b7; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .faq .accordion__title {
    font-size: 1.979vw;
    margin-bottom: 0.938vw; } }

@media only screen and (max-width: 1199px) {
  .faq .accordion__title {
    font-size: 28px; } }

@media only screen and (max-width: 767px) {
  .faq .accordion__title {
    font-size: 16px;
    margin-bottom: 0; } }

.faq .accordion .card {
  border: none;
  margin-bottom: 18px;
  border-radius: 0.7rem;
  box-shadow: 0 0 38px rgba(0, 0, 0, 0.05); }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .faq .accordion .card {
    margin-bottom: 0.938vw; } }

@media only screen and (max-width: 767px) {
  .faq .accordion .card {
    margin-bottom: 6px;
    border-radius: 10px; } }

.faq .accordion .card .card-header {
  padding: 0;
  border: none;
  border-radius: 0.7rem;
  background-color: #ffffff; }

@media only screen and (max-width: 767px) {
  .faq .accordion .card .card-header {
    border-radius: 10px; } }

.faq .accordion .card .card-header .btn {
  width: 100%;
  border: none;
  font-size: 26px;
  text-align: left;
  color: #0081b7;
  text-transform: none;
  padding: 40px 40px 40px 103px;
  background-color: transparent; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .faq .accordion .card .card-header .btn {
    font-size: 1.5vw;
    padding: 2.3vw 2.3vw 2.3vw 5.365vw; } }

@media only screen and (max-width: 1199px) {
  .faq .accordion .card .card-header .btn {
    font-size: 22px;
    line-height: 1.2;
    padding: 25px 25px 25px 80px; } }

@media only screen and (max-width: 767px) {
  .faq .accordion .card .card-header .btn {
    font-size: 15px;
    padding: 15px 15px 15px 35px; } }

.faq .accordion .card .card-header .btn:before {
  content: '+';
  top: 44px;
  left: 50px;
  line-height: 1;
  font-size: 28px;
  font-weight: 500;
  position: absolute;
  color: #ba6297; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .faq .accordion .card .card-header .btn:before {
    top: 2.3vw;
    left: 2.604vw;
    font-size: 1.458vw; } }

@media only screen and (max-width: 1199px) {
  .faq .accordion .card .card-header .btn:before {
    top: 22px;
    left: 40px; } }

@media only screen and (max-width: 767px) {
  .faq .accordion .card .card-header .btn:before {
    top: 16px;
    left: 15px;
    font-size: 16px; } }

.faq .accordion .card .card-header .btn:hover, .faq .accordion .card .card-header .btn:focus {
  box-shadow: none;
  text-decoration: none; }

.faq .accordion .card .card-header .btn[aria-expanded="true"]:before {
  content: '-'; }

.faq .accordion .card .card-body {
  padding: 0 40px 40px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .faq .accordion .card .card-body {
    padding: 0 2.3vw 2.3vw; } }

@media only screen and (max-width: 1199px) {
  .faq .accordion .card .card-body {
    padding: 0 25px 30px; } }

@media only screen and (max-width: 767px) {
  .faq .accordion .card .card-body {
    padding-bottom: 15px; } }

.faq .accordion .card .card-body p {
  font-size: 30px;
  color: #5f5841; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .faq .accordion .card .card-body p {
    font-size: 1.4vw; } }

@media only screen and (max-width: 1199px) {
  .faq .accordion .card .card-body p {
    font-size: 20px; } }

@media only screen and (max-width: 767px) {
  .faq .accordion .card .card-body p {
    font-size: 16px; } }

.footer {
  padding: 45px 0 80px;
  background-color: #f6f6f6; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .footer {
    padding: 2.344vw 0 4.167vw; } }

@media only screen and (max-width: 1199px) {
  .footer {
    padding-bottom: 50px; } }

@media only screen and (max-width: 991px) {
  .footer {
    padding: 30px 0; } }

@media only screen and (max-width: 767px) {
  .footer {
    padding: 20px 0 50px; } }

.footer .footer__logo {
  max-width: 295px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .footer .footer__logo {
    max-width: 15.625vw; } }

@media only screen and (max-width: 991px) {
  .footer .footer__logo {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto; } }

@media only screen and (max-width: 767px) {
  .footer .footer__logo {
    max-width: 235px; } }

.footer .footer__info {
  text-align: center; }

.footer .footer__info .payment-icons {
  margin-bottom: 35px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .footer .footer__info .payment-icons {
    margin-bottom: 1.823vw; } }

@media only screen and (max-width: 1199px) {
  .footer .footer__info .payment-icons {
    margin-bottom: 20px; } }

@media only screen and (max-width: 767px) {
  .footer .footer__info .payment-icons {
    margin-bottom: 10px; } }

.footer .footer__info .footer__list {
  margin-bottom: 0;
  justify-content: center; }

.footer .footer__info .footer__list li a {
  font-size: 18px;
  color: #5f5841; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .footer .footer__info .footer__list li a {
    font-size: 0.938vw; } }

@media only screen and (max-width: 767px) {
  .footer .footer__info .footer__list li a {
    font-size: 10px; } }

.footer .footer__info .footer__list li a:hover {
  color: #000000; }

.footer .footer__info .footer__list li + li:before {
  content: '|';
  padding: 0 7px;
  display: inline-block;
  color: #5f5841; }

.footer .footer__info .footer__copyright p {
  font-size: 18px;
  color: #5f5841; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .footer .footer__info .footer__copyright p {
    font-size: 0.938vw; } }

@media only screen and (max-width: 767px) {
  .footer .footer__info .footer__copyright p {
    font-size: 10px;
    margin-bottom: 0; } }

.footer .footer__connect {
  display: flex;
  text-align: left;
  align-items: flex-end;
  flex-direction: column; }

@media only screen and (max-width: 1199px) {
  .footer .footer__connect {
    align-items: flex-start; } }

@media only screen and (max-width: 991px) {
  .footer .footer__connect {
    text-align: center;
    align-items: center;
    margin-bottom: 20px; } }

.footer .footer__connect .footer__connect-title {
  font-size: 18px;
  font-weight: 500;
  min-width: 200px;
  color: #aaa9a2;
  text-transform: uppercase; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .footer .footer__connect .footer__connect-title {
    min-width: 10.41vw;
    font-size: 0.938vw; } }

@media only screen and (max-width: 991px) {
  .footer .footer__connect .footer__connect-title {
    min-width: auto; } }

@media only screen and (max-width: 767px) {
  .footer .footer__connect .footer__connect-title {
    font-size: 14px;
    margin-bottom: 5px; } }

@media only screen and (max-width: 767px) {
  .footer .footer__connect ul {
    margin-bottom: 0;
    margin-left: 0; } }

.footer .footer__connect ul li a {
  font-size: 18px;
  color: #5f5841; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .footer .footer__connect ul li a {
    font-size: 0.938vw; } }

@media only screen and (max-width: 767px) {
  .footer .footer__connect ul li a {
    font-size: 14px;
    margin-bottom: 5px; } }

.footer .footer__connect ul li a:hover {
  color: #000000; }

.bundle {
  padding: 100px 0; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .bundle {
    padding: 5.208vw 0; } }

@media only screen and (max-width: 1199px) {
  .bundle {
    padding: 80px 0; } }

@media only screen and (max-width: 991px) {
  .bundle {
    padding: 10px 0 10px; } }

@media only screen and (max-width: 767px) {
  .bundle {
    overflow: hidden;
    padding-bottom: 0; } }

.bundle .bundle__container {
  padding: 0 40px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .bundle .bundle__container {
    padding: 0 2.083vw; } }

@media only screen and (max-width: 575px) {
  .bundle .bundle__container {
    padding: 0 10px; } }

@media only screen and (min-width: 1922px) {
  .bundle .bundle__container {
    max-width: 1630px;
    margin-left: auto;
    margin-right: auto; } }

.bundle .head {
  text-align: center;
  margin-bottom: 50px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .bundle .head {
    margin-bottom: 3vw; } }

@media only screen and (max-width: 1199px) {
  .bundle .head {
    margin-bottom: 40px; } }

@media only screen and (max-width: 991px) {
  .bundle .head {
    margin-bottom: 30px; } }

.bundle .head .title {
  font-size: 76px;
  margin-bottom: 35px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .bundle .head .title {
    font-size: 3.8vw;
    margin-bottom: 1.823vw; } }

@media only screen and (max-width: 1199px) {
  .bundle .head .title {
    font-size: 50px; } }

@media only screen and (max-width: 991px) {
  .bundle .head .title {
    font-size: 40px;
    margin-bottom: 15px; } }

@media only screen and (max-width: 767px) {
  .bundle .head .title {
    font-size: 33px;
    margin-bottom: 20px; } }

@media only screen and (max-width: 767px) {
  .bundle .head .subtitle {
    font-size: 22px;
    font-weight: 400; } }

.bundle .bundle__slider .slick-arrow {
  background-repeat: no-repeat;
  background-position: center; }

.bundle .bundle__slider .slick-arrow:before {
  display: none; }

@media only screen and (max-width: 767px) {
  .bundle .bundle__slider .slick-arrow {
    z-index: 1;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-size: 7px;
    background-color: #0081b7; } }

@media only screen and (max-width: 767px) {
  .bundle .bundle__slider .slick-prev {
    transform: rotate(180deg);
    background-image: url(../images/cw-arrow-right.png); } }

@media only screen and (max-width: 575px) {
  .bundle .bundle__slider .slick-prev {
    left: 0; } }

@media only screen and (max-width: 767px) {
  .bundle .bundle__slider .slick-next {
    background-image: url(../images/cw-arrow-right.png); } }

@media only screen and (max-width: 575px) {
  .bundle .bundle__slider .slick-next {
    right: 0; } }

.bundle .bundle__slider .slick-track {
  display: flex; }

.bundle .bundle__slider .slick-track .slick-slide {
  height: inherit !important; }

.bundle .bundle__slider .bundle__item .bundle__head {
  margin-bottom: 50px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .bundle .bundle__slider .bundle__item .bundle__head {
    margin-bottom: 2.6vw; } }

@media only screen and (max-width: 1199px) {
  .bundle .bundle__slider .bundle__item .bundle__head {
    margin-bottom: 25px; } }

@media only screen and (max-width: 479px) {
  .bundle .bundle__slider .bundle__item .bundle__head {
    margin-bottom: 15px; } }

.bundle .bundle__item {
  margin: 0 40px 40px;
  text-align: center;
  padding: 40px 40px 70px;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(232, 232, 232, 0.6) 0%, white 100%);
  box-shadow: 5px -1px 13.94px 3.06px rgba(111, 111, 111, 0.11); }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .bundle .bundle__item {
    margin: 0 2.083vw 2.083vw;
    padding: 2.083vw 2.083vw 3.646vw; } }

@media only screen and (max-width: 1199px) {
  .bundle .bundle__item {
    margin: 0 15px 40px;
    padding: 25px 15px; } }

@media only screen and (max-width: 991px) {
  .bundle .bundle__item {
    margin: 0 10px 30px; } }

@media only screen and (max-width: 767px) {
  .bundle .bundle__item {
    padding: 15px 7px; } }

.bundle .bundle__item .bundle__top {
  position: relative;
  margin-bottom: 50px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .bundle .bundle__item .bundle__top {
    margin-bottom: 3.5vw; } }

@media only screen and (max-width: 1199px) {
  .bundle .bundle__item .bundle__top {
    margin-bottom: 50px; } }

@media only screen and (max-width: 991px) {
  .bundle .bundle__item .bundle__top {
    margin-bottom: 40px; } }

@media only screen and (max-width: 767px) {
  .bundle .bundle__item .bundle__top {
    margin-bottom: 30px; } }

.bundle .bundle__item .bundle__top-title {
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #0081b7; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .bundle .bundle__item .bundle__top-title {
    font-size: 1.979vw;
    margin-bottom: 0.5vw; } }

@media only screen and (max-width: 1199px) {
  .bundle .bundle__item .bundle__top-title {
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 6px; } }

@media only screen and (max-width: 991px) {
  .bundle .bundle__item .bundle__top-title {
    font-size: 24px;
    line-height: 1; } }

@media only screen and (max-width: 767px) {
  .bundle .bundle__item .bundle__top-title {
    font-size: 18px;
    margin-bottom: 7px; } }

.bundle .bundle__item .bundle__top-subtitle {
  left: 0;
  right: 0;
  font-size: 28px;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  color: #0081b7; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .bundle .bundle__item .bundle__top-subtitle {
    font-size: 1.458vw; } }

@media only screen and (max-width: 1199px) {
  .bundle .bundle__item .bundle__top-subtitle {
    font-size: 20px; } }

@media only screen and (max-width: 991px) {
  .bundle .bundle__item .bundle__top-subtitle {
    font-size: 14px; } }

.bundle .bundle__item .bundle__img {
  overflow: hidden;
  padding-top: 100%;
  position: relative;
  backface-visibility: hidden;
  transform: translateZ(0) scale(1, 1);
  margin-bottom: 58px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .bundle .bundle__item .bundle__img {
    margin-bottom: 3.021vw; } }

@media only screen and (max-width: 1199px) {
  .bundle .bundle__item .bundle__img {
    margin-bottom: 30px;
    min-height: 278px; } }

@media only screen and (max-width: 991px) {
  .bundle .bundle__item .bundle__img {
    margin-bottom: 20px;
    min-height: auto; } }

@media only screen and (max-width: 767px) {
  .bundle .bundle__item .bundle__img {
    margin-bottom: 25px; } }

.bundle .bundle__item .bundle__img img {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: contain; }

.bundle .bundle__item .bundle__head {
  margin-bottom: 30px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .bundle .bundle__item .bundle__head {
    margin-bottom: 1.563vw; } }

@media only screen and (max-width: 1199px) {
  .bundle .bundle__item .bundle__head {
    margin-bottom: 20px; } }

.list-unstyled {
  margin-left: 0 !important; }

.bundle .bundle__item .bundle__title {
  font-size: 30px;
  margin-bottom: 15px;
  color: #5f5841; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .bundle .bundle__item .bundle__title {
    font-size: 1.563vw;
    margin-bottom: 0.5vw; } }

@media only screen and (max-width: 1199px) {
  .bundle .bundle__item .bundle__title {
    font-size: 22px; } }

@media only screen and (max-width: 991px) {
  .bundle .bundle__item .bundle__title {
    font-size: 16px; } }

@media only screen and (max-width: 767px) {
  .bundle .bundle__item .bundle__title {
    font-size: 16px; } }

@media only screen and (max-width: 479px) {
  .bundle .bundle__item .bundle__title {
    font-size: 14px; } }

.bundle .bundle__item .bundle__count {
  font-size: 24px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .bundle .bundle__item .bundle__count {
    font-size: 1.25vw; } }

@media only screen and (max-width: 1199px) {
  .bundle .bundle__item .bundle__count {
    font-size: 20px; } }

.bundle .bundle__item .bundle__body {
  margin-bottom: 30px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .bundle .bundle__item .bundle__body {
    margin-bottom: 1.563vw; } }

.bundle .bundle__item .bundle__price {
  line-height: 1;
  font-size: 27px;
  font-weight: 500;
  padding: 8px 40px;
  display: inline-flex;
  border-radius: 0.5rem;
  justify-content: center;
  color: #ffffff;
  background-color: #5f5841; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .bundle .bundle__item .bundle__price {
    font-size: 1.406vw;
    padding: 0.417vw 2.083vw; } }

@media only screen and (max-width: 1199px) {
  .bundle .bundle__item .bundle__price {
    font-size: 20px;
    padding: 8px 30px; } }

.bundle .bundle__item .bundle__cta .rating {
  margin-bottom: 10px;
  justify-content: center; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .bundle .bundle__item .bundle__cta .rating {
    margin-bottom: 0.521vw; } }

@media only screen and (max-width: 1199px) {
  .bundle .bundle__item .bundle__cta .rating {
    flex-wrap: wrap; } }

.bundle .bundle__item .bundle__cta .rating .rating__list li span {
  font-size: 16px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .bundle .bundle__item .bundle__cta .rating .rating__list li span {
    font-size: 0.833vw; } }

@media only screen and (max-width: 575px) {
  .bundle .bundle__item .bundle__cta .rating .rating__list li span {
    font-size: 12px; } }

@media only screen and (max-width: 575px) {
  .bundle .bundle__item .bundle__cta .rating p {
    font-size: 10px; } }

.bundle .bundle__item .bundle__cta .btn {
  width: 100%;
  font-size: 20px;
  max-width: 315px;
  text-align: center;
  margin-bottom: 14px;
  letter-spacing: 0.05em;
  justify-content: center;
  text-transform: uppercase; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .bundle .bundle__item .bundle__cta .btn {
    max-width: 17vw;
    font-size: 1.1vw;
    margin-bottom: 0.729vw; } }

@media only screen and (max-width: 991px) {
  .bundle .bundle__item .bundle__cta .btn {
    font-size: 16px;
    padding: 17px 25px;
    border-radius: 11px; } }

@media only screen and (max-width: 767px) {
  .bundle .bundle__item .bundle__cta .btn {
    letter-spacing: 0;
    padding: 12px 25px;
    border-radius: 7px;
    text-transform: capitalize; } }

.bundle .bundle__item .bundle__cta .payment-icons {
  text-align: center; }

@media only screen and (max-width: 767px) {
  .bundle .bundle__item .bundle__cta .payment-icons {
    display: none; } }

.bundle .bundle__item .bundle__cta .payment-icons img {
  max-width: 127px;
  margin-left: auto;
  margin-right: auto; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .bundle .bundle__item .bundle__cta .payment-icons img {
    max-width: 9.365vw; } }

@media only screen and (max-width: 1199px) {
  .bundle .bundle__item .bundle__cta .payment-icons img {
    max-width: 110px; } }

.bundle .bundle__box {
  display: none;
  margin-top: 70px;
  padding-top: 30px;
  border-radius: 1.5rem;
  border: 3px solid #5f5841; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .bundle .bundle__box {
    margin-top: 3.646vw;
    padding-top: 1.563vw; } }

@media only screen and (max-width: 1199px) {
  .bundle .bundle__box {
    margin-top: 50px;
    border-radius: 15px; } }

@media only screen and (max-width: 991px) {
  .bundle .bundle__box {
    margin-top: 30px; } }

@media only screen and (max-width: 767px) {
  .bundle .bundle__box {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 50px; } }

.bundle .bundle__box .bundle__arrow {
  text-align: center;
  margin-bottom: 50px; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .bundle .bundle__box .bundle__arrow {
    margin-bottom: 2.604vw; } }

@media only screen and (max-width: 1199px) {
  .bundle .bundle__box .bundle__arrow img {
    max-width: 120px; } }

@media only screen and (max-width: 991px) {
  .bundle .bundle__box .bundle__arrow img {
    max-width: 100px; } }

.bundle .bundle__box .bundle__item-list {
  display: flex; }

@media only screen and (max-width: 767px) {
  .bundle .bundle__box .bundle__item-list {
    flex-wrap: wrap; } }

.bundle .bundle__box .bundle__item-list .bundle__item {
  margin-bottom: 90px;
  width: 33.33%; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .bundle .bundle__box .bundle__item-list .bundle__item {
    margin-bottom: 4.68vw; } }

@media only screen and (max-width: 1199px) {
  .bundle .bundle__box .bundle__item-list .bundle__item {
    margin-bottom: 50px; } }

@media only screen and (max-width: 767px) {
  .bundle .bundle__box .bundle__item-list .bundle__item {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 20px; } }

.bundle .bundle__badge {
  font-size: 35px;
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 0.5rem;
  color: #ffffff;
  background-color: #5f5841; }

@media only screen and (min-width: 1200px) and (max-width: 1921px) {
  .bundle .bundle__badge {
    font-size: 1.823vw;
    padding: 0.521vw 1.7vw; } }

@media only screen and (max-width: 1199px) {
  .bundle .bundle__badge {
    font-size: 24px;
    padding: 8px 25px;
    border-radius: 5px; } }

@media only screen and (max-width: 991px) {
  .bundle .bundle__badge {
    font-size: 20px; } }

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .bundle .bundle__item .bundle__cta .btn {
    max-width: 20vw; }
  .product_landing_sec .product_landing_content_wrapper .size_radio_container .radio_container .size_block {
    font-size: 8px; } }

@media only screen and (min-width: 375px) and (max-width: 505px) {
  .bundle .bundle__item .bundle__top-subtitle {
    font-size: 12px; } }

@media only screen and (min-width: 320px) and (max-width: 375px) {
  .bundle .bundle__item .bundle__top-subtitle {
    font-size: 9px; } }

.postedBy {
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin-bottom: 18px; }

/*# sourceMappingURL=cw-custom.css.map */
