@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
}
.messages {
  display: none;
}
@media (min-width: 768px) {
  .desktop-only {
    display: block;
  }
  .desktop-only.inline {
    display: inline;
  }
  .desktop-only.inline-block {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .desktop-only {
    display: none;
  }
}
@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}
@media (max-width: 767px) {
  .mobile-only {
    display: block;
  }
  .mobile-only.inline {
    display: inline;
  }
  .mobile-only.inline-block {
    display: inline-block;
  }
}
.image-wrapper {
  position: relative;
}
.image-wrapper img {
  width: 100%;
  max-width: 100%;
}
body.page-news-entity-sogo-ss2020-august-part1 .breadcrumb,
body.page-news-entity-sogo-ss2020-august-part1 #sticky-cart-btn {
  display: none;
}
body.section-whatsapp-order #whatsapp-sticky,
body.section-whatsapp-order #sticky-box-copy {
  display: none;
}
#news-details * {
  letter-spacing: 0.5px;
}
#news-details svg {
  fill: currentColor;
}
#news-details:before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: transparent url(../images/whatsapp/set-bg-apr.jpg) no-repeat 50% 50%/cover;
  content: '';
}
#footer {
  position: relative;
  z-index: 2;
}
#news-details.sogo-container .main-contents {
  overflow: hidden;
  position: relative;
}
#news-details.sogo-container .sogo-banner img {
  display: block;
}
#news-details.sogo-container .highlight {
  color: #ae6328;
}
#news-details.sogo-container .highlight.multiple-line {
  line-height: 22px;
}
#news-details.sogo-container a.btn,
#news-details.sogo-container a.sticky-btn {
  color: #0cba28;
  background: white;
  border-color: #0cba28;
  margin: 0;
  padding: 0;
}
#news-details.sogo-container a.btn svg,
#news-details.sogo-container a.sticky-btn svg {
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 19px;
  margin-right: 7px;
}
#news-details.sogo-container a.sticky-btn {
  background-color: black;
}
#news-details.sogo-container .contacts .contact {
  margin: 0 auto;
  max-width: 350px;
  border-bottom: 2px solid #dcdcdc;
  padding-top: 16px;
  padding-bottom: 6px;
}
#news-details.sogo-container .contacts .contact-info {
  display: inline-block;
  margin-left: 11px;
}
#news-details.sogo-container .contacts h3 {
  text-align: left;
  font-size: 17px;
  font-weight: 600;
}
#news-details.sogo-container .contacts p {
  font-size: 14px;
  margin-bottom: 0;
}
#news-details.sogo-container .contacts .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: right;
  min-width: 0px;
  width: 118px;
  height: 45px ;
  line-height: 45px;
  font-size: 12px;
  letter-spacing: 1.5px;
  margin-top: -1px;
}
#news-details.sogo-container .nowrap {
  white-space: nowrap;
}
#news-details.sogo-container #whatsapp-banner {
  background: #fafafa;
  width: 100%;
  text-align: center;
}
#news-details.sogo-container #whatsapp-banner .whatsapp-description {
  position: relative;
  padding-top: 57px;
  text-align: center;
  background-color: white;
  -webkit-box-shadow: 0 4px 15px rgba(175, 138, 108, 0.16);
          box-shadow: 0 4px 15px rgba(175, 138, 108, 0.16);
  width: 430px;
  white-space: nowrap;
}
#news-details.sogo-container #whatsapp-banner .whatsapp-description .whatsapp-big {
  content: '';
  background: transparent url(../images/whatsapp/whatsapp-green-filled.svg) no-repeat;
  background-position: 50% 50%;
  background-size: 100px 100px;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#news-details.sogo-container #whatsapp-banner .whatsapp-description h1 {
  margin: 0;
}
#news-details.sogo-container h2,
#news-details.sogo-container h3 {
  text-align: center;
  margin: 0;
}
#news-details.sogo-container span.new {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  font-size: 11px;
}
#news-details.sogo-container hr.short {
  width: 46px;
  margin: 0 auto;
  border-color: #000;
}
#news-details.sogo-container #previledge {
  position: relative;
  background: #fafafa;
}
#news-details.sogo-container #previledge .whatsapp-deco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#news-details.sogo-container #previledge .whatsapp-deco hr,
#news-details.sogo-container #previledge .whatsapp-deco h3 {
  display: inline-block;
}
#news-details.sogo-container #previledge .whatsapp-deco hr {
  margin: 0;
}
#news-details.sogo-container #previledge .whatsapp-deco h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 3px;
  white-space: nowrap;
}
#news-details.sogo-container #referral-banner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
#news-details.sogo-container #referral-banner a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#news-details.sogo-container #vip-banner {
  max-width: 860px;
  margin: 0 auto 60px;
  padding: 0 25px;
}
#news-details.sogo-container #combination {
  position: relative;
}
#news-details.sogo-container #combination h2 span:first-child {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 0 10px;
  font-weight: 500;
  font-style: italic;
}
#news-details.sogo-container #combination #gwp-title span:last-child {
  border-bottom: 3px solid #D6A061;
}
#news-details.sogo-container #combination .items-n-btn {
  display: none;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
#news-details.sogo-container #combination .set-product {
  position: relative;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#news-details.sogo-container #combination .set-product.no-tag:before,
#news-details.sogo-container #combination .set-product.no-tag:after {
  display: none;
}
#news-details.sogo-container #combination .set-product::before {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  left: 35px;
  border-style: solid;
  border-width: 90px 70px 0 0;
  border-color: #000 transparent transparent transparent;
}
#news-details.sogo-container #combination .set-product::after {
  content: 'SET';
  display: block;
  position: absolute;
  top: 18px;
  left: 45px;
  font-size: 13px;
  color: white;
  font-weight: 500;
  font-style: italic;
}
#news-details.sogo-container #combination .set-product img {
  min-height: 1px;
  background-color: #f7f7f9;
}
#news-details.sogo-container #combination .set-product.open .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#news-details.sogo-container #combination .set-product.no-item .set-product-description {
  min-height: 124px;
}
#news-details.sogo-container #combination .set-product .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 150px;
  height: 43px;
  margin: 0 auto 18px;
  font-size: 14px;
  line-height: 38px;
}
#news-details.sogo-container #combination .set-product .set-product-description {
  text-align: center;
  background-color: white;
}
#news-details.sogo-container #combination .set-product .set-product-description::before {
  content: attr(data-char);
  position: absolute;
  top: 37px;
  left: 47px;
  font-size: 24px;
  color: white;
  font-weight: 600;
}
#news-details.sogo-container #combination .set-product .set-product-description ul {
  padding: 0;
  text-align: left;
  display: inline-block;
  max-width: 200px;
}
#news-details.sogo-container #combination .set-product .set-product-description ul > ul {
  margin-left: 0.75em;
  margin-bottom: 0;
}
#news-details.sogo-container #combination .set-product .set-product-description ul > ul + li {
  margin-top: -3px;
}
#news-details.sogo-container #combination .set-product .set-product-description ul .recipe-title {
  font-weight: 600;
  margin-top: 10px;
}
#news-details.sogo-container #combination .set-product .set-product-description ul li {
  list-style-type: none;
  text-indent: -0.75em;
}
#news-details.sogo-container #combination .set-product .set-product-description ul li.multiple-line {
  line-height: 1.4em;
  padding: 2px 0;
}
#news-details.sogo-container #combination .set-product-gift-row .set-product::before,
#news-details.sogo-container #combination .set-product-gift-row .set-product::after {
  content: none;
}
#news-details.sogo-container #ipsa-rewards h2 {
  font-weight: 600;
}
#news-details.sogo-container #ipsa-rewards p {
  text-align: center;
}
#news-details.sogo-container #ipsa-rewards .btn {
  height: 49px;
  line-height: 44px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#news-details.sogo-container .video-wrapper {
  max-width: 458px;
}
#news-details.sogo-container .video-wrapper::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 132.6373%;
}
#news-details.sogo-container #ipsa-classroom .video-wrapper {
  position: relative;
  margin: 0 auto 37px;
}
#news-details.sogo-container #ipsa-classroom .video-wrapper:before {
  padding-top: 62.6373%;
}
#news-details.sogo-container #ipsa-classroom .video-wrapper .playing {
  z-index: 2;
}
#news-details.sogo-container #ipsa-classroom .video-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
}
#news-details.sogo-container #ipsa-classroom p {
  text-align: center;
}
#news-details.sogo-container #ipsa-tnc {
  background-color: #fafafa;
}
#news-details.sogo-container #ipsa-tnc .legend {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#news-details.sogo-container #ipsa-tnc .legend hr {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
}
#news-details.sogo-container .arrow {
  background: transparent url(../images/whatsapp/arrow-black-down.png) no-repeat center;
  height: 18px;
  width: 30px;
  margin: 0 auto;
  background-size: 15px auto;
}
#news-details.sogo-container .arrow:hover {
  cursor: pointer;
}
#news-details.sogo-container #sticky-box {
  position: fixed;
  z-index: 5;
}
#news-details.sogo-container #sticky-box.open {
  z-index: 5;
}
#news-details.sogo-container #sticky-box.open .sticky-btn:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
#news-details.sogo-container #sticky-box .contacts {
  background-color: white;
  display: none;
}
#sticky-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
#sticky-overlay.active,
#sticky-overlay.video-mode {
  z-index: 3;
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}
#sticky-overlay.video-mode {
  z-index: 5;
}
#sticky-overlay .video-wrapper {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: relative;
}
#sticky-overlay iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  #news-details.sogo-container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    background-size: auto 20px;
  }
  #news-details.sogo-container .contacts .btn {
    font-size: 14px;
  }
  #news-details.sogo-container .block-container {
    margin: 0 60px;
    padding-bottom: 43px;
  }
  #news-details.sogo-container #sticky-box-copy {
    position: fixed;
    z-index: 5;
    width: 143px;
    height: 48px;
    top: 84.5vh;
    left: 84%;
    font-weight: 600;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #news-details.sogo-container #sticky-box-copy .sticky-btn {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 48px;
    line-height: 43px;
    font-size: 17px;
    letter-spacing: 1px;
    color: #0cba28;
    background: #fff;
    border-radius: 43px;
    border: 2px solid #0cba28;
    -webkit-box-shadow: 0px 0px 12px 5px rgba(192, 192, 192, 0.8);
            box-shadow: 0px 0px 12px 5px rgba(192, 192, 192, 0.8);
  }
  #news-details.sogo-container #sticky-box-copy .sticky-btn .whatsapp-sticky {
    content: '';
    background: transparent url(../images/whatsapp/whatsapp-green-filled.svg) no-repeat;
    background-position: 50% 50%;
    background-size: 60px 60px;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 39px;
    bottom: 33px;
  }
  #news-details.sogo-container #sticky-box-copy:hover .sticky-btn {
    background: #0cba28;
    color: white;
  }
  #news-details.sogo-container .slick-next,
  #news-details.sogo-container .slick-prev {
    opacity: 1;
    font-size: 0;
    width: 34px;
    height: 61px;
    padding: 0;
    top: 50%;
  }
  #news-details.sogo-container .slick-next::before,
  #news-details.sogo-container .slick-prev::before {
    content: "";
    background: transparent url(../images/whatsapp/slider-arrow-left.png) no-repeat;
    height: 61px;
    width: 34px;
    display: block;
    background-size: 100%;
  }
  #news-details.sogo-container .slick-next {
    right: 1%;
  }
  #news-details.sogo-container .slick-next::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #news-details.sogo-container .slick-prev {
    left: 1%;
  }
  #news-details.sogo-container h2 {
    margin-top: -18px;
    margin-bottom: 14px;
  }
  #news-details.sogo-container #whatsapp-banner .banner-wrapper {
    background: transparent url(../images/202508/2340x1000-Aqua.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: auto 100%;
    width: 100%;
    position: relative;
    max-width: 1400px;
    min-width: 800px;
    min-height: 450px;
    margin: 0 auto;
  }
  #news-details.sogo-container #whatsapp-banner .banner-wrapper .whatsapp-description {
    line-height: 24px;
    font-size: 17px;
    max-width: 51%;
    position: absolute;
    top: 25%;
    left: 55%;
    width: 500px;
    height: 42%;
  }
  #news-details.sogo-container #whatsapp-banner .banner-wrapper .whatsapp-description h1 {
    letter-spacing: 1px;
  }
  #news-details.sogo-container #whatsapp-banner .banner-wrapper .whatsapp-description p {
    padding-top: 32px;
    padding-bottom: 27px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 0;
  }
  #news-details.sogo-container #whatsapp-banner p {
    padding-top: 58px;
    margin-bottom: 5px;
  }
  #news-details.sogo-container #whatsapp-banner h2 {
    margin: 0;
    font-size: 20px;
  }
  #news-details.sogo-container #whatsapp-banner h2 svg {
    width: 32px;
    height: 32px;
    margin-right: 15px;
  }
  #news-details.sogo-container #whatsapp-banner h2 .english {
    margin-left: -18px;
    font-size: 32px;
  }
  #news-details.sogo-container #whatsapp-banner span.new {
    padding: 2px 6px;
  }
  #news-details.sogo-container #previledge {
    padding-top: 61px;
  }
  #news-details.sogo-container #previledge h2 {
    margin-top: -26px;
  }
  #news-details.sogo-container #previledge hr + p {
    padding-top: 25.5px;
  }
  #news-details.sogo-container #previledge .whatsapp-deco-wrapper {
    position: relative;
  }
  #news-details.sogo-container #previledge .whatsapp-deco {
    position: absolute;
    top: -17px;
    left: 50%;
    width: 90%;
    max-width: 730px;
    margin: 0 auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #news-details.sogo-container #previledge .whatsapp-deco hr {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  #news-details.sogo-container #previledge .whatsapp-deco h3 {
    margin: 0 18px;
    font-size: 22px;
    font-weight: 600;
  }
  #news-details.sogo-container #previledge .whatsapp-deco svg {
    width: 31px;
    height: 31px;
    margin-right: 10px;
  }
  #news-details.sogo-container #previledge .whatsapp-deco .english {
    font-size: 25px;
    margin-right: 6px;
  }
  #news-details.sogo-container #previledge .contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 90%;
    max-width: 790px;
    margin: 0 auto;
    padding: 22px 26px 83px;
  }
  #news-details.sogo-container #previledge .contacts .contact {
    width: 48%;
    margin: 0 2% 0 0;
  }
  #news-details.sogo-container #previledge .previledges {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 38px;
    max-width: 545px;
    margin: 0 auto;
  }
  #news-details.sogo-container #previledge .previledges .pre {
    min-width: 181px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #news-details.sogo-container #previledge .previledges .pre img {
    width: 86px;
    height: 86px;
    -ms-flex-item-align: center;
        align-self: center;
  }
  #news-details.sogo-container #previledge .previledges .pre-description {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 10px;
  }
  #news-details.sogo-container #previledge .previledges .pre-description h3 {
    padding-top: 6px;
    font-size: 20px;
    font-weight: 550;
    letter-spacing: 1px;
  }
  #news-details.sogo-container #previledge .previledges .pre-description p {
    font-size: 14px;
    min-height: 44px;
    padding-top: 3px;
    line-height: 21px;
  }
  #news-details.sogo-container #previledge .previledges .pre-description > * {
    margin: 0;
  }
  #news-details.sogo-container #previledge .note {
    padding-top: 11px;
    margin: 0;
    font-size: 12px;
    padding-bottom: 45px;
  }
  #news-details.sogo-container #combination {
    padding-top: 12px;
    padding-bottom: 80px;
  }
  #news-details.sogo-container #combination h2 {
    padding-top: 63px;
    letter-spacing: 3px;
    font-size: 32px;
  }
  #news-details.sogo-container #combination .set-product-slider {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 33px;
    margin-top: 31px;
  }
  #news-details.sogo-container #combination .set-product-row,
  #news-details.sogo-container #combination .set-product-gift-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #news-details.sogo-container #combination .set-product-row {
    margin: 0 auto;
    width: 100%;
    max-width: 1215px;
  }
  #news-details.sogo-container #combination .set-product-row:not(:last-child) {
    margin-bottom: 60px;
  }
  #news-details.sogo-container #combination .set-product {
    float: left;
    padding-left: 16px;
    padding-right: 14px;
    margin-bottom: 12px;
    width: 355px;
  }
  #news-details.sogo-container #combination .set-product .product-image {
    width: 325px;
    height: 250px;
    background-size: 84%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #fafafa;
  }
  #news-details.sogo-container #combination .set-product img {
    width: 325px;
  }
  #news-details.sogo-container #combination .set-product .set-product-description {
    padding: 0 30px 6px;
  }
  #news-details.sogo-container #combination .set-product .set-product-description h3 {
    margin-top: 19px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 4px;
  }
  #news-details.sogo-container #combination .set-product .set-product-description h3.multiple-line {
    line-height: 1em;
  }
  #news-details.sogo-container #combination .set-product .set-product-description h4 {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: -4px;
  }
  #news-details.sogo-container #combination .set-product .set-product-description p {
    font-size: 11px;
    color: #4D4D4D;
    margin-bottom: 11px;
    line-height: 1.3em;
  }
  #news-details.sogo-container #combination .set-product .set-product-description span.price {
    font-size: 17px;
  }
  #news-details.sogo-container #combination .set-product .set-product-description ul {
    font-size: 12px;
    margin-bottom: 19px;
  }
  #news-details.sogo-container #combination .set-product .set-product-description ul li {
    margin-bottom: 0px;
    line-height: 1.5em;
  }
  #news-details.sogo-container #combination .set-product-gift-row {
    width: 100%;
    max-width: 1066px;
    margin: 31px auto 21px;
  }
  #news-details.sogo-container #combination .set-product-gift-row .set-product .product-image {
    height: 205px;
    background-size: 90%;
  }
  #news-details.sogo-container #combination .set-product-gift-row .set-product h3 {
    font-size: 16px;
    margin-bottom: -5px;
  }
  #news-details.sogo-container #combination .set-product-gift-row .set-product h3.multiple-line {
    line-height: 20px;
    margin-bottom: 0px;
  }
  #news-details.sogo-container #combination .set-product-gift-row .set-product h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
  }
  #news-details.sogo-container #ipsa-rewards {
    min-height: 643px;
    background: transparent url(../images/whatsapp/istamp-d.jpg) no-repeat 50% 50%;
    background-size: cover ;
  }
  #news-details.sogo-container #ipsa-rewards h2 {
    padding-top: 60px;
    font-size: 25px;
    letter-spacing: 2px;
  }
  #news-details.sogo-container #ipsa-rewards p {
    padding-top: 370px;
    margin-bottom: 12px;
  }
  #news-details.sogo-container #ipsa-classroom {
    padding-bottom: 50px;
  }
  #news-details.sogo-container #ipsa-classroom h2 {
    font-size: 32px;
    padding-top: 70px;
  }
  #news-details.sogo-container #ipsa-classroom hr {
    margin-bottom: 21px;
  }
  #news-details.sogo-container #ipsa-tnc {
    padding-bottom: 220px;
  }
  #news-details.sogo-container #ipsa-tnc p {
    text-align: center;
  }
  #news-details.sogo-container #ipsa-tnc .tnc-wrapper {
    padding-top: 49px;
    margin: 0 auto;
    max-width: 763px;
  }
  #news-details.sogo-container #ipsa-tnc .tnc {
    font-size: 20px;
    margin: 0 20px;
  }
  #news-details.sogo-container #ipsa-tnc p.rules {
    text-align: left;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 24px;
    margin-top: 26px;
  }
  #news-details.sogo-container #sticky-box {
    width: 142px;
    height: 48px;
    top: 91.5vh;
    left: 50%;
  }
  #news-details.sogo-container #sticky-box .contacts {
    position: absolute;
    width: 515px;
    right: -90%;
    bottom: 0;
    -webkit-transform: translateY(3vh);
            transform: translateY(3vh);
  }
  #news-details.sogo-container #sticky-box .sticky-btn {
    display: none;
  }
  #footer {
    margin-top: -170px;
  }
}
@media (max-width: 767px) {
  #gwp-title h2 {
    padding-top: 48px;
  }
  #news-details.sogo-container {
    padding: 0;
  }
  #news-details.sogo-container:before {
    background-size: auto 100%;
  }
  #news-details.sogo-container .news-header {
    padding: 0 25px;
  }
  #news-details.sogo-container .share {
    margin-right: 10px;
  }
  #news-details.sogo-container .block-container {
    padding: 0 15px 20px;
  }
  #news-details.sogo-container svg {
    width: 29px;
    height: 30px;
    margin-left: 3px;
  }
  #news-details.sogo-container h2 {
    font-size: 27px;
    letter-spacing: 0.1em;
    text-align: center;
    padding-bottom: 16px;
  }
  #news-details.sogo-container h3 {
    font-size: 16px;
  }
  #news-details.sogo-container .contacts .btn {
    margin-top: 1px;
    width: 108px;
    height: 41px;
    line-height: 41px;
  }
  #news-details.sogo-container #sticky-box-copy {
    display: none;
  }
  #news-details.sogo-container #whatsapp-banner {
    background: #fafafa url(../images/202508/1000x1000-Aqua.jpg) no-repeat;
    background-position: 50% 0%;
    background-size: 100% auto;
    padding-top: 80%;
  }
  #news-details.sogo-container #whatsapp-banner .whatsapp-description {
    padding-top: 45px;
    line-height: 23px;
    font-size: 16px;
    max-width: 500px;
    width: 94%;
    margin: 0 auto;
  }
  #news-details.sogo-container #whatsapp-banner .whatsapp-description .whatsapp-big {
    background-size: 85px 85px;
    width: 85px;
    height: 85px;
    top: -58px;
  }
  #news-details.sogo-container #whatsapp-banner .whatsapp-description h1 {
    font-size: 25px;
    margin-top: -3px;
  }
  #news-details.sogo-container #whatsapp-banner .whatsapp-description p {
    padding-top: 31px;
    padding-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0;
  }
  #news-details.sogo-container #whatsapp-banner .whatsapp-description p::before {
    top: 80px;
    left: 48.75%;
    width: 45px;
  }
  #news-details.sogo-container #whatsapp-banner p {
    padding-top: 28px;
    margin-bottom: 5px;
  }
  #news-details.sogo-container #whatsapp-banner span.english {
    font-size: 30px;
    margin-right: 5px;
  }
  #news-details.sogo-container #whatsapp-banner h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  #news-details.sogo-container #whatsapp-banner h2 img {
    width: 27px;
    height: 27px;
  }
  #news-details.sogo-container #whatsapp-banner span.new {
    padding: 1px 4px;
  }
  #news-details.sogo-container #previledge {
    padding-top: 30px;
  }
  #news-details.sogo-container #previledge h2 {
    margin-top: -3px;
    margin-bottom: 0;
  }
  #news-details.sogo-container #previledge hr + p {
    padding-top: 20px;
    margin-bottom: 18px;
  }
  #news-details.sogo-container #previledge .whatsapp-deco-wrapper {
    padding-bottom: 39px;
  }
  #news-details.sogo-container #previledge .whatsapp-deco hr {
    width: 38px;
  }
  #news-details.sogo-container #previledge .whatsapp-deco h3 {
    white-space: nowrap;
    margin: 0 18px;
    font-size: 18px;
    font-weight: 600;
  }
  #news-details.sogo-container #previledge .whatsapp-deco svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
  #news-details.sogo-container #previledge .whatsapp-deco .english {
    font-size: 21px;
    margin-right: 6px;
  }
  #news-details.sogo-container #previledge .contacts {
    margin-top: 10px;
  }
  #news-details.sogo-container #previledge .contacts .contact {
    max-width: 326px;
    padding-top: 17px;
  }
  #news-details.sogo-container #previledge .contacts .contact:last-child {
    border: none;
  }
  #news-details.sogo-container #previledge .contacts .contact h3 {
    font-size: 16px;
    font-weight: 500;
    padding-top: 4px;
  }
  #news-details.sogo-container #previledge .contacts .contact p {
    font-size: 12px;
    margin-bottom: 0;
  }
  #news-details.sogo-container #previledge .contacts .contact a.btn {
    margin-top: -1px;
    margin-right: 2px;
  }
  #news-details.sogo-container #previledge .previledges {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20px;
  }
  #news-details.sogo-container #previledge .previledges .pre {
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
    width: 72%;
    height: 80px;
  }
  #news-details.sogo-container #previledge .previledges .pre-description {
    text-align: left;
    padding-left: 10px;
  }
  #news-details.sogo-container #previledge .previledges .pre-description h3 {
    text-align: left;
    font-size: 17px;
    font-weight: 500;
  }
  #news-details.sogo-container #previledge .previledges .pre-description p {
    font-size: 12px;
  }
  #news-details.sogo-container #previledge .previledges .pre-description > * {
    margin: 0;
  }
  #news-details.sogo-container #previledge .previledges img {
    width: 78px;
    height: 78px;
  }
  #news-details.sogo-container #previledge .note {
    margin: 0;
    font-size: 10.5px;
    padding-top: 4px;
    padding-bottom: 30px;
  }
  #news-details.sogo-container #previledge .note::before {
    width: 93%;
  }
  #news-details.sogo-container #combination {
    padding-bottom: 60px;
    padding-top: 5px;
  }
  #news-details.sogo-container #combination h2 {
    padding-top: 38px;
  }
  #news-details.sogo-container #combination .set-product-row,
  #news-details.sogo-container #combination .set-product-gift-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #news-details.sogo-container #combination .set-product-slider {
    margin-bottom: 20px;
  }
  #news-details.sogo-container #combination .set-product {
    padding-top: 20px;
    max-width: 47%;
    width: 325px;
    margin: 0 auto;
  }
  #news-details.sogo-container #combination .set-product::before {
    top: 20px;
    left: 0px;
    border-width: 72px 60px 0 0;
  }
  #news-details.sogo-container #combination .set-product::after {
    top: 23px;
    left: 9px;
    font-size: 11px;
  }
  #news-details.sogo-container #combination .set-product .btn {
    width: 100%;
  }
  #news-details.sogo-container #combination .set-product .product-image {
    width: 100%;
    height: calc(45vw * 0.77);
    background-size: 85%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fafafa;
  }
  #news-details.sogo-container #combination .set-product .set-product-description {
    padding: 0 20px 6px;
  }
  #news-details.sogo-container #combination .set-product .set-product-description::before {
    top: 41px;
    left: 11px;
    font-size: 17px;
  }
  #news-details.sogo-container #combination .set-product .set-product-description h3 {
    margin: 19px 0px 8px;
    font-size: 17px;
    font-weight: 600;
  }
  #news-details.sogo-container #combination .set-product .set-product-description h4 {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: -3px;
  }
  #news-details.sogo-container #combination .set-product .set-product-description p {
    font-size: 10px;
    line-height: 1.3em;
    color: #4D4D4D;
    margin-bottom: 12px;
  }
  #news-details.sogo-container #combination .set-product .set-product-description span.price {
    font-size: 14px;
  }
  #news-details.sogo-container #combination .set-product .set-product-description ul {
    font-size: 12px;
  }
  #news-details.sogo-container #combination .set-product .set-product-description ul li {
    margin-bottom: -2.5px;
  }
  #news-details.sogo-container #combination .set-product-gift-row {
    margin-top: 7px;
  }
  #news-details.sogo-container #combination .set-product-gift-row .set-product .product-image {
    height: calc(45vw * 0.6);
    background-size: 110%;
  }
  #news-details.sogo-container #combination .set-product-gift-row .set-product h3 {
    font-size: 16px;
    margin-bottom: -2px;
  }
  #news-details.sogo-container #combination .set-product-gift-row .set-product h3.multiple-line {
    line-height: 18px;
    margin-bottom: 0;
  }
  #news-details.sogo-container #combination .set-product-gift-row .set-product h4 {
    font-size: 19px;
    font-weight: 600;
    line-height: 20px;
  }
  #news-details.sogo-container #ipsa-rewards {
    min-height: 510px;
    background: transparent url(../images/whatsapp/istamp-m.jpg) no-repeat 50% 50%;
    background-size: cover ;
  }
  #news-details.sogo-container #ipsa-rewards h2 {
    padding-top: 30px;
    font-size: 23px;
    letter-spacing: 2px;
  }
  #news-details.sogo-container #ipsa-rewards p {
    padding-top: 250px;
    margin-bottom: 12px;
  }
  #news-details.sogo-container #ipsa-classroom {
    padding-bottom: 54px;
  }
  #news-details.sogo-container #ipsa-classroom h2 {
    padding-top: 41px;
  }
  #news-details.sogo-container #ipsa-classroom hr {
    margin-bottom: 21px;
  }
  #news-details.sogo-container #ipsa-classroom hr.desktop-only {
    display: none;
  }
  #news-details.sogo-container #ipsa-classroom .video-wrapper {
    width: 347px;
    margin-bottom: 0;
  }
  #news-details.sogo-container #ipsa-tnc {
    padding-top: 12px;
    padding-bottom: 99px;
  }
  #news-details.sogo-container #ipsa-tnc p {
    text-align: center;
  }
  #news-details.sogo-container #ipsa-tnc .tnc-wrapper {
    padding-top: 10px;
    margin: 0px 26px;
  }
  #news-details.sogo-container #ipsa-tnc .tnc {
    font-size: 12px;
    margin: 0 9px 0 0;
  }
  #news-details.sogo-container #ipsa-tnc p.rules {
    text-align: left;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 18px;
    margin-top: 8px;
  }
  #news-details.sogo-container #sticky-box {
    width: 100%;
    bottom: 0;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  #news-details.sogo-container #sticky-box.slide-down {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  #news-details.sogo-container #sticky-box .contacts {
    position: relative;
    bottom: 60px;
  }
  #news-details.sogo-container #sticky-box .sticky-btn {
    color: #0cba28;
    background: white;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 18px ;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #news-details.sogo-container #sticky-box .sticky-btn .whatsapp-sticky {
    background: transparent url(../images/whatsapp/whatsapp-green-line.svg) no-repeat;
    content: '';
    display: inline-block;
    background-position: 50% 50%;
    background-size: 26px 26px;
    width: 26px;
    height: 26px;
    margin: 0 9px;
  }
  #footer {
    position: relative;
    background-color: initial;
    margin-top: -118px;
  }
}
@media (max-width: 350px) {
  #news-details.sogo-container #previledge p.note {
    font-size: 9.5px;
  }
  #news-details.sogo-container .contacts .contact {
    max-width: 90%;
  }
  #news-details.sogo-container .contacts h3 {
    font-size: 15px;
  }
  #news-details.sogo-container .contacts p {
    font-size: 12px;
  }
  #news-details.sogo-container #combination .contacts .contact {
    max-width: 90%;
  }
  #news-details.sogo-container #combination .contacts h3 {
    font-size: 15px;
  }
  #news-details.sogo-container #combination .contacts p {
    font-size: 12px;
  }
  #news-details.sogo-container #ipsa-classroom .video-wrapper {
    max-width: 90%;
  }
}
@media screen and (min-width: 768px) {
  #news-details.sogo-container #whatsapp-banner .banner-wrapper .whatsapp-description {
    left: 49%;
  }
}
