/*
Theme Name: BTan Rocks 2025
Theme URI:  
Author: Vitaly Vinnikov
Description: custom theme
Version: 2.0 
Text Domain: btan
*/
/*** b.tan colors ***/
/*** b.fresh color ***/
/*** Main colors ***/
/*@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeue.woff') format('woff'),
        url('fonts/HelveticaNeue.ttf')  format('truetype'),
        url('fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeueMedium.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeueMedium.woff') format('woff'),
        url('fonts/HelveticaNeueMedium.ttf')  format('truetype'),
        url('fonts/HelveticaNeueMedium.svg#HelveticaNeue-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeueLight.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeueLight.woff') format('woff'),
        url('fonts/HelveticaNeueLight.ttf')  format('truetype'),
        url('fonts/HelveticaNeueLight.svg#HelveticaNeue-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeue-Bold.woff') format('woff'),
        url('fonts/HelveticaNeue-Bold.ttf')  format('truetype'),
        url('fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}*/
@font-face {
  font-family: "Helvetica";
  src: url("fonts/Helvetica.eot");
  src: url("fonts/Helvetica.eot?#iefix") format("embedded-opentype"), url("fonts/Helvetica.woff2") format("woff2"), url("fonts/Helvetica.woff") format("woff"), url("fonts/Helvetica.ttf") format("truetype"), url("fonts/Helvetica.svg#Helvetica") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url("fonts/Helvetica-Bold.eot");
  src: url("fonts/Helvetica-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Helvetica-Bold.woff2") format("woff2"), url("fonts/Helvetica-Bold.woff") format("woff"), url("fonts/Helvetica-Bold.ttf") format("truetype"), url("fonts/Helvetica-Bold.svg#Helvetica-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Black Diamond";
  src: url("fonts/BlackDiamond2/BlackDiamond.eot");
  src: local("Black Diamond"), local("BlackDiamond"), url("fonts/BlackDiamond2/BlackDiamond.eot?#iefix") format("embedded-opentype"), url("fonts/BlackDiamond2/BlackDiamond.woff2") format("woff2"), url("fonts/BlackDiamond2/BlackDiamond.woff") format("woff"), url("fonts/BlackDiamond2/BlackDiamond.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html {
  box-sizing: border-box;
  height: -webkit-fill-available;
}

*, *:before, *:after {
  box-sizing: inherit;
}

header, footer, article, section, hgroup, nav, figure, aside {
  display: block;
}

body, html {
  height: 100%;
  margin: 0;
  position: relative;
  padding: 0;
}

main {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  flex: auto;
  overflow: hidden;
}

figure {
  margin: 0;
}
figure img {
  width: 100%;
}

:focus, :active {
  outline: 0;
}

img {
  border-style: none;
  display: block;
  max-width: 100%;
  height: auto;
}

.w-full {
  width: 100%;
}

a, .btn, button {
  transition: all 0.3s ease-in;
}
a:hover, .btn:hover, button:hover {
  transition: all 0.3s ease-in;
}

a {
  text-decoration: none;
}

/*.btn {
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    color: $black;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    line-height: 150%;
    letter-spacing: 0.6px;
    text-align: center;
    text-transform: lowercase;
    box-sizing: border-box;
    padding: 0;
    position: relative;
    z-index: 5;

    &.btn-large {
        letter-spacing: 0.72px;
        font-size: 24px;

        @media (max-width: 1023px) {
            font-size: 20px;
        }

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

    @media (max-width: 767px) {
        font-size: 16px;
        line-height: 100%;
    }

    &:hover {
        .text-btn {
            border-radius: 1px 6px 1px 6px;
            transition: all .2s ease-in;
        }

        .highlight {
            width: calc(100% - 6px);
            height: calc(100% - 6px);
            border-radius: 1px 6px 1px 6px;
            left: 6px;
            top: 6px;
            transition: all .2s ease-in;
        }

        .lowlight {
            width: calc(100% + 4px);
            height: calc(100% + 4px);
            left: -4px;
            top: -4px;
            transition: all .2s ease-in;
        }

        .shadow {
            width: calc(100% - 6px);
            height: calc(100% - 6px);
            border-radius: 1px;
            left: 6px;
            top: 6px;
            transition: all .2s ease-in;
        }
    }

    &.btn-border {
        .highlight {
            border: 1px solid $black;
        }

        .text-btn {
            border: 1px solid $black;
        }
    }

    .text-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        background-color: $white;
        border-radius: 1px 10px 1px 10px;
        box-sizing: border-box;
        text-align: center;
        padding: 7px 32px;
        position: relative;
        transition: all .2s ease-in;
        z-index: 5;
    }

    .highlight {
        content: '';
        display: block;
        width: calc(100% + 6px);
        height: calc(100% + 6px);
        background-color: $bfr-maroon;
        border-radius: 1px 18px 1px 18px;
        position: absolute;
        left: 0;
        top: 0;
        transition: all .2s ease-in;
        z-index: 3;
    }

    .lowlight {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-color: $bt-green;
        border-radius: 1px 10px 1px 10px;
        position: absolute;
        left: 0;
        top: 0;
        transition: all .2s ease-in;
        z-index: 1;
    }

    .shadow {
        width: calc(100% + 13px);
        height: calc(100% + 13px);
        background: $black 0% 0% no-repeat padding-box;
        border-radius: 0px 30px;
        opacity: 0.16;
        position: absolute;
        left: 0;
        top: 0;
        transition: all .2s ease-in;
        z-index: 1;
    }
}*/
.btn {
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.6px;
  text-align: center;
  text-transform: lowercase;
  box-sizing: border-box;
  padding: 0 6px 6px 0;
  position: relative;
  z-index: 5;
}
.btn.btn-large {
  letter-spacing: 0.72px;
  font-size: 24px;
}
@media (max-width: 1023px) {
  .btn.btn-large {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .btn.btn-large {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: 16px;
    line-height: 100%;
  }
}
.btn:hover {
  padding: 6px 0 0 6px !important;
}
.btn:hover .text-btn {
  border-radius: 1px 6px 1px 6px;
  transition: all 0.2s ease-in !important;
}
.btn:hover .highlight {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  right: 2px;
  bottom: 2px;
  border-radius: 1px 6px 1px 6px;
  transition: all 0.2s ease-in !important;
}
.btn:hover .lowlight {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  left: 2px;
  top: 2px;
  transition: all 0.3s ease-in !important;
}
.btn:hover .shadow {
  width: calc(100% - 7px);
  height: calc(100% - 7px);
  border-radius: 1px;
  left: 6px;
  top: 6px;
  transition: all 0.2s ease-in !important;
}
.btn.btn-border:hover .highlight {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  right: 2px;
  bottom: 2px;
  border-radius: 1px 6px 1px 6px;
  transition: all 0.2s ease-in !important;
}
.btn.btn-border .highlight {
  width: 100%;
  height: 100%;
  border: 1px solid #000;
}
.btn.btn-border .text-btn {
  border: 1px solid #000;
}
.btn.btn-border .lowlight {
  border: 1px solid #000;
}
.btn .text-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #fff;
  border-radius: 1px 10px 1px 10px;
  box-sizing: border-box;
  text-align: center;
  padding: 7px 32px;
  position: relative;
  transition: all 0.2s ease-in !important;
  z-index: 5;
}
.btn .highlight {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #e81f76;
  border-radius: 1px 18px 1px 18px;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease-in !important;
  z-index: 3;
}
.btn .lowlight {
  content: "";
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background-color: #afe0d4;
  border-radius: 1px 10px 1px 10px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s !important;
  z-index: 1;
}
.btn .shadow {
  width: calc(100% + 7px);
  height: calc(100% + 7px);
  background: #000 0% 0% no-repeat padding-box;
  border-radius: 0px 30px;
  opacity: 0.16;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.2s ease-in !important;
  z-index: 1;
}

.stylized {
  font-family: "Black Diamond", sans-serif;
  font-size: 80px;
}

h1, h2, h3, h4, h5, h6,
.subtitle-1, .subtitle-2, .subtitle-3,
.special-1, .special-2 {
  width: 100%;
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  line-height: 133%;
  margin: 0;
}

h1 {
  font-size: 72px;
}

h2 {
  font-size: 48px;
}
@media (max-width: 1023px) {
  h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 32px;
  }
}
h2.with-lines {
  padding: 0 15px;
  position: relative;
  text-align: center;
}
h2.with-lines span {
  display: inline-block;
  background-color: #fff;
  padding: 0 40px;
  position: relative;
  z-index: 5;
}
@media (max-width: 1023px) {
  h2.with-lines span {
    max-width: 570px;
    padding: 0 30px;
  }
}
@media (max-width: 479px) {
  h2.with-lines span {
    padding: 0;
  }
}
h2.with-lines:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 479px) {
  h2.with-lines:after {
    display: none;
  }
}

h3.stylized {
  font-size: 80px;
}

h4 {
  font-size: 48px;
}
h4.stylized {
  font-size: 64px;
}

h5 {
  font-size: 40px;
}

h6 {
  font-size: 36px;
}

.subtitle-1 {
  font-size: 32px;
}

.subtitle-2 {
  font-size: 28px;
}

.subtitle-3 {
  font-size: 24px;
}

.special-1 {
  font-size: 96px;
}

.special-2 {
  font-size: 80px;
}

.darkness-indicator {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin: 0 -4px;
}
.darkness-indicator:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 3px solid #fff;
  margin: 0 4px;
  box-sizing: border-box;
}
.darkness-indicator span {
  display: flex;
}
.darkness-indicator span:before, .darkness-indicator span:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 3px solid #fff;
  margin: 0 4px;
  box-sizing: border-box;
}
.darkness-indicator.fill-1:before {
  background: #fff;
}
.darkness-indicator.fill-2:before, .darkness-indicator.fill-2 span:first-of-type:before {
  background: #fff;
}
.darkness-indicator.fill-3:before, .darkness-indicator.fill-3 span:first-of-type:before, .darkness-indicator.fill-3 span:first-of-type:after {
  background: #fff;
}
.darkness-indicator.fill-4:before, .darkness-indicator.fill-4 span:first-of-type:before, .darkness-indicator.fill-4 span:first-of-type:after, .darkness-indicator.fill-4 span:last-of-type:before {
  background: #fff;
}
.darkness-indicator.fill-5:before, .darkness-indicator.fill-5 span:before, .darkness-indicator.fill-5 span:after {
  background: #fff;
}

#quickViewResponseData_CountrySelector input,
#quickViewResponseData_CountrySelector select,
#quickViewResponseData_CountrySelector button {
  outline: none !important;
}

#quickViewResponseData_CountrySelector {
  display: none;
  top: calc(50% - 380px);
  left: calc(50% - 287px);
  width: 574px;
  height: 760px;
  padding: 40px 78px;
  overflow: auto;
  box-sizing: border-box;
  border: 0 solid #86754d;
  background: white;
  justify-content: center;
  align-content: center;
  z-index: 100001;
}
#quickViewResponseData_CountrySelector .close-quickview {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  width: 93px;
  height: 81px;
  position: absolute;
  top: 0;
  right: 0;
}
#quickViewResponseData_CountrySelector .title {
  color: #4a4a4a;
  font-family: "book-medium";
  font-size: 23px;
  font-weight: 400;
  line-height: 34px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 4.8px;
  margin: 0 0 20px;
}
#quickViewResponseData_CountrySelector .country-selector {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#quickViewResponseData_CountrySelector .country-selector li {
  font-family: "book";
  font-size: 14px;
  line-height: 22px;
  width: 100%;
  margin: 0 0 14px;
  cursor: pointer;
  color: black;
}
#quickViewResponseData_CountrySelector .country-selector li:last-child {
  margin-bottom: 0;
}
#quickViewResponseData_CountrySelector .country-selector li a {
  display: block;
  border: 1px solid #d7d7d7;
  padding: 12px 26px 11px;
  color: #4a4a4a;
  font-family: "Open Sans", sans-serif !important;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.01em;
}
#quickViewResponseData_CountrySelector .country-selector li a:hover {
  border-color: #d3a68e;
  text-decoration: none;
  transition: all 0.25s;
}
#quickViewResponseData_CountrySelector .country-selector li .flag {
  display: inline;
  width: 42px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: -7px;
  margin-bottom: -2px;
  margin-right: 28px;
}
@media screen and (max-width: 600px), screen and (max-height: 790px) {
  #quickViewResponseData_CountrySelector {
    top: calc(50% - 213px);
    height: 426px;
    padding: 18px 42px;
    width: 360px;
    left: calc(50% - 180px);
  }
  #quickViewResponseData_CountrySelector .close-quickview {
    height: 53px;
    width: 75px;
  }
  #quickViewResponseData_CountrySelector .close-quickview img {
    width: 10px;
  }
  #quickViewResponseData_CountrySelector .title {
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 2.6px;
    margin: 0 0 12px;
  }
  #quickViewResponseData_CountrySelector .country-selector li {
    margin: 0 0 5px;
  }
  #quickViewResponseData_CountrySelector .country-selector li a {
    padding: 7px 15px 6px;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.02em;
  }
  #quickViewResponseData_CountrySelector .country-selector li .flag {
    width: 28px;
    margin-right: 18px;
    margin-top: -5px;
    margin-bottom: -2px;
  }
}
@media screen and (max-width: 600px) {
  #quickViewResponseData_CountrySelector {
    left: calc(50% - 159px);
    width: 318px;
  }
}
@media screen and (max-height: 346px) {
  #quickViewResponseData_CountrySelector {
    top: 0;
    height: 100%;
  }
}

html.mm-opening .mm-menu ~ .mm-slideout {
  -webkit-transform: translate(360px, 0);
  -ms-transform: translate(360px, 0);
  transform: translate(360px, 0);
  -webkit-transform: translate3d(360px, 0, 0);
  transform: translate3d(346px, 0, 0);
}

.mm-slideout {
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

#mm-blocker {
  transition: opacity 0.1s ease 0.1s !important;
}

@media (min-width: 550px) {
  html.mm-opening .mm-menu ~ .mm-slideout {
    -webkit-transform: translate(360px, 0);
    -ms-transform: translate(360px, 0);
    transform: translate(360px, 0);
    -webkit-transform: translate3d(360px, 0, 0);
    transform: translate3d(360px, 0, 0);
  }
}
@media (max-width: 433px) {
  html.mm-opening .mm-menu ~ .mm-slideout {
    -webkit-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
  }
}
body {
  min-width: 320px;
  color: #000;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  font-family: "Helvetica", sans-serif;
  line-height: 150%;
  overscroll-behavior-y: none;
  -webkit-overflow-scrolling: touch;
  /*** Main split banner ***/
  /*** Main banner(responsive) ***/
  /*** Shop by section(responsive) ***/
  /*** Glowdown section(responsive) ***/
  /*** Before after(responsive) ***/
  /*** Btan bff list(responsive) ***/
  /*** How do you b(responsive) ***/
  /*** Products slider(responsive) ***/
  /*** Text image product(responsive) ***/
  /*** Text image(responsive) ***/
  /*** Filled with free from(responsive) ***/
  /*** B.Green(responsive) ***/
  /*** Images grid(responsive) ***/
  /*** Small cta(responsive) ***/
  /*** Peta approved(responsive) ***/
  /*** Simple heading subheading(responsive) ***/
  /*** FAQ(responsive) ***/
  /*** Reviews(responsive) ***/
  /*** Retailers section(responsive) ***/
  /*** Retailers full section(responsive) ***/
  /***  TikTok slider(responsive) ***/
  /*** Instagram(responsive) ***/
  /*** Accessories-block(responsive) ***/
}
body #header {
  margin: 0;
}
body #header .top {
  height: 35px;
  position: relative;
  border-bottom: 1px solid #ddd;
  background: #fff;
}
body #header .top .brands {
  float: left;
}
body #header .top .brands ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body #header .top .brands ul li {
  display: inline-block;
  float: left;
  border-left: 1px solid #ddd;
}
body #header .top .brands ul li:first-child {
  border-left: none;
}
body #header .top .brands ul li:last-child {
  border-right: 1px solid #ddd;
}
body #header .top .brands ul li a {
  float: left;
  width: 100%;
  height: 100%;
}
body #header .top .brands ul li a div {
  float: left;
  height: 15px;
  margin: 10px 16px;
  background: url(images/top-brands.png);
  background-size: auto 57px;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
}
body #header .top .brands ul li a div.minetan {
  width: 39px;
  background-position: -369px -5px;
}
body #header .top .brands ul li a div.minetan:hover {
  background-position-y: -31px;
}
body #header .top .brands ul li a div.taneasy {
  width: 62px;
  background-position: -6px -5px;
}
body #header .top .brands ul li a div.taneasy:hover {
  background-position-y: -31px;
}
body #header .top .brands ul li a div.btan {
  width: 37px;
  background-position: -115px -5px;
}
body #header .top .brands ul li a div.btan:hover {
  background-position-y: -31px;
}
body #header .top .brands ul li a div.pure {
  width: 26px;
  background-position: -172px -5px;
}
body #header .top .brands ul li a div.pure:hover {
  background-position-y: -31px;
}
body #header .top .brands ul li a div.plabel {
  width: 78px;
  background-position: -218px -5px;
}
body #header .top .brands ul li a div.plabel:hover {
  background-position-y: -31px;
}
body #header .top .brands ul li a div.bclean-brand {
  width: 55px;
  background: url("images/bclean-logo-top.png");
  background-size: 55px;
  background-position: 0px 0;
}
body #header .top .brands ul li a div.bclean-brand:hover {
  background-position: 0 -14px;
}
body #header .top .brands ul li a div.minetan-brand {
  width: 31px;
  background: url("images/mine-logo-top.png");
  background-size: 31px;
}
body #header .top .brands ul li a div.minetan-brand:hover {
  background-position: 0 -17px;
}
body #header .top .brands ul li a div.bfresh-brand {
  width: 52px;
  background: url("images/bfresh-logo-top.png");
  background-size: 52px;
  background-position: 0px 1px;
}
body #header .top .brands ul li a div.bfresh-brand:hover {
  background-position: 0 -14px;
}
body #header .top .topbar-links {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-right: 20px;
  float: right;
}
body #header .top .topbar-links li {
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 35px;
  line-height: 35px;
  margin-bottom: 0;
  margin-left: 20px;
  -ms-flex-align: center;
  align-items: center;
}
body #header .top .topbar-links li a {
  font: 11px "Open Sans", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
}
body #header .header-promo {
  background-color: #000;
  color: #fff;
  text-align: center;
  text-transform: none;
  font-weight: 400;
  padding: 5px 20px;
  height: 38px;
  box-sizing: border-box;
}
body #header .header-promo.fix-sticky {
  position: initial !important;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
}
body #header .header-promo .keyword,
body #header .header-promo p {
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1.2px;
  font-weight: 600;
  height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  text-align: center;
}
@media (max-width: 479px) {
  body #header .header-promo .keyword,
  body #header .header-promo p {
    font-size: 14px;
  }
}
@media (max-width: 374px) {
  body #header .header-promo .keyword,
  body #header .header-promo p {
    font-size: 11px;
    letter-spacing: 0px;
  }
}
body #header .header-promo .keyword:last-child,
body #header .header-promo p:last-child {
  margin-bottom: 0;
}
body #header .header-promo a {
  color: #9028a9;
  text-decoration: underline;
}
body #header .header-promo .mobile {
  display: none !important;
}
body #header .header-promo .rotator-container {
  display: flex;
  justify-content: center;
  width: 100%;
}
body #header .header-promo .txt-rotate-keywords {
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1200px;
  perspective: 1200px;
  white-space: nowrap;
  text-align: center;
  width: 100%;
}
body #header .header-promo .txt-rotate-keywords .keyword {
  display: inline-block;
  position: absolute;
  left: 0;
  top: auto;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 28px;
}
body #header .header-promo .txt-rotate-keywords .keyword:first-child {
  position: relative;
  top: auto;
  left: auto;
  opacity: 1;
}
@media (max-width: 479px) {
  body #header .header-promo .desktop {
    display: none !important;
  }
  body #header .header-promo .mobile {
    display: block !important;
  }
}
body #header.common {
  display: flex;
  flex-direction: column;
}
body #header.common .brand-select {
  order: 10;
}
body #header.common .brand-select .brand-column a {
  padding: 28px 20px;
}
@media (max-width: 1023px) {
  body #header.common .brand-select .brand-column a {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  body #header.common .brand-select .brand-column a {
    padding: 15px 20px;
  }
}
@media (max-width: 479px) {
  body #header.common .brand-select .brand-column a {
    padding: 14px 20px;
  }
}
body #header.common .brand-select .brand-column a img {
  height: 40px;
}
@media (max-width: 1023px) {
  body #header.common .brand-select .brand-column a img {
    height: 30px;
  }
}
@media (max-width: 767px) {
  body #header.common .brand-select .brand-column a img {
    height: 20px;
  }
}
@media (max-width: 479px) {
  body #header.common .brand-select .brand-column a img {
    height: 12px;
  }
}
body #header.btan, body #header.bfresh {
  position: relative;
}
@media (max-width: 767px) {
  body #header.btan .brand-select .brand-column a img, body #header.bfresh .brand-select .brand-column a img {
    width: 55px;
  }
}
body #header.btan .header-bottom, body #header.bfresh .header-bottom {
  padding: 9px 0 30px;
  position: absolute;
  left: 0;
  bottom: -174px;
  z-index: 10;
}
@media (max-width: 1023px) {
  body #header.btan .header-bottom, body #header.bfresh .header-bottom {
    bottom: -156px;
  }
}
@media (max-width: 767px) {
  body #header.btan .header-bottom, body #header.bfresh .header-bottom {
    padding: 0;
    bottom: -82px;
  }
}
body #header.btan .header-bottom.fix-sticky, body #header.bfresh .header-bottom.fix-sticky {
  padding-bottom: 8px;
  position: fixed;
  background: #fff;
  top: 0;
  bottom: auto;
  /*.logo {
    width: 107px;
    margin: 16px auto 16px;
  }*/
}
@media (max-width: 1023px) and (min-width: 768px) {
  body #header.btan .header-bottom.fix-sticky, body #header.bfresh .header-bottom.fix-sticky {
    padding-bottom: 0;
    height: 80px;
  }
  body #header.btan .header-bottom.fix-sticky .logo, body #header.bfresh .header-bottom.fix-sticky .logo {
    margin-top: 0;
  }
  body #header.btan .header-bottom.fix-sticky .main-menu, body #header.bfresh .header-bottom.fix-sticky .main-menu {
    display: none;
  }
}
@media (max-width: 767px) {
  body #header.btan .header-bottom.fix-sticky, body #header.bfresh .header-bottom.fix-sticky {
    padding: 0;
  }
}
body #header.btan .header-bottom.fix-sticky .header-panel-desktop .panel-item.panel-left, body #header.bfresh .header-bottom.fix-sticky .header-panel-desktop .panel-item.panel-left {
  height: 50px;
}
body #header.btan .header-bottom.fix-sticky .container:first-of-type, body #header.bfresh .header-bottom.fix-sticky .container:first-of-type {
  margin-bottom: 0;
}
body #header.btan .header-bottom.fix-sticky .logo, body #header.bfresh .header-bottom.fix-sticky .logo {
  height: 48px;
  margin-top: 7px;
}
body #header.btan .header-bottom.fix-sticky .main-menu .menu li a, body #header.bfresh .header-bottom.fix-sticky .main-menu .menu li a {
  padding: 7px 20px;
}
body #header.btan .header-bottom.fix-sticky .main-menu .btn, body #header.bfresh .header-bottom.fix-sticky .main-menu .btn {
  display: none;
}
body #header.btan .header-bottom .container:first-of-type, body #header.bfresh .header-bottom .container:first-of-type {
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  body #header.btan .header-bottom .container:first-of-type, body #header.bfresh .header-bottom .container:first-of-type {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  body #header.btan .header-bottom .container:first-of-type, body #header.bfresh .header-bottom .container:first-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  body #header.btan .header-bottom .container .row, body #header.bfresh .header-bottom .container .row {
    padding: 25px 0;
  }
}
body #header.btan .header-bottom .logo, body #header.bfresh .header-bottom .logo {
  width: 135px;
  margin: 16px auto 0;
}
@media (max-width: 1023px) {
  body #header.btan .header-bottom .logo, body #header.bfresh .header-bottom .logo {
    height: auto;
  }
}
body #header.btan .main-menu, body #header.bfresh .main-menu {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
body #header.btan .main-menu .menu, body #header.bfresh .main-menu .menu {
  margin: 0;
}
body #header.btan .main-menu .btn, body #header.bfresh .main-menu .btn {
  top: 50%;
  transform: translateY(-50%);
}
body #header.btan .main-menu .btn.btn-left, body #header.bfresh .main-menu .btn.btn-left {
  font-size: 12px;
}
body #header.btan .main-menu .btn.btn-left img, body #header.bfresh .main-menu .btn.btn-left img {
  display: block;
  width: 55px;
  height: 70px;
  position: absolute;
  left: -23px;
  bottom: -11px;
  z-index: 6;
}
body #header.btan .main-menu .btn.btn-left .text-btn, body #header.bfresh .main-menu .btn.btn-left .text-btn {
  padding: 8px 20px 8px 30px;
}
body #header.btan .main-menu .btn.btn-left .highlight, body #header.bfresh .main-menu .btn.btn-left .highlight {
  background-color: #FF9016;
}
body #header.btan .main-menu .btn.btn-right .text-btn, body #header.bfresh .main-menu .btn.btn-right .text-btn {
  padding: 4px 20px;
}
body #header.btan .main-menu .btn.btn-right .highlight, body #header.bfresh .main-menu .btn.btn-right .highlight {
  background-color: #AFE0D4;
}
body #header.btan .main-menu .btn .shadow, body #header.bfresh .main-menu .btn .shadow {
  display: none;
}
@media (max-width: 1023px) {
  body #header.btan .header-panel .row .header-logo, body #header.bfresh .header-panel .row .header-logo {
    width: 110px;
  }
}
body #header.bfresh .main-menu .btn.btn-right {
  display: none;
}
body #header .brand-select {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
body #header .brand-select .b-logo {
  position: absolute;
  width: 150px;
  height: auto;
  left: 50%;
  top: 50%;
  margin-left: -75px;
  margin-top: -75px;
  z-index: 1;
}
@media (max-width: 1023px) {
  body #header .brand-select .b-logo {
    width: 120px;
    margin-left: -60px;
    margin-top: -60px;
  }
}
@media (max-width: 767px) {
  body #header .brand-select .b-logo {
    display: none;
  }
}
body #header .brand-select .brand-column {
  width: 50%;
}
body #header .brand-select .brand-column a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
}
body #header .brand-select .brand-column a img {
  width: auto;
  height: 24px;
}
body #header .brand-select .brand-column.btan a {
  background: #c099dd;
}
body #header .brand-select .brand-column.bfresh a {
  background: #FFF1BE;
}
body #header .header-panel-desktop .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
body #header .header-panel-desktop .panel-item {
  box-sizing: border-box;
}
body #header .header-panel-desktop .panel-item.panel-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 30%;
  padding-left: 89px;
  height: 72px;
}
@media (max-width: 1023px) {
  body #header .header-panel-desktop .panel-item.panel-left {
    padding-left: 70px;
    width: calc(50% - 75px);
  }
}
body #header .header-panel-desktop .panel-item.panel-left .country-selector {
  height: 20px;
  width: auto;
  position: relative;
  padding-right: 25px;
  float: left;
}
body #header .header-panel-desktop .panel-item.panel-left .country-selector:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7.5px 0px 7.5px;
  border-color: #000 transparent transparent transparent;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
body #header .header-panel-desktop .panel-item.panel-left .country-selector img {
  width: auto;
  height: 20px;
  top: -1px;
  z-index: 1;
  position: relative;
  left: -1px;
}
body #header .header-panel-desktop .panel-item.panel-left .nav-search {
  margin-left: 38px;
  width: 24px;
  height: 24px;
  float: left;
  transition: all 300ms ease-out;
  overflow: hidden;
}
body #header .header-panel-desktop .panel-item.panel-center {
  width: 40%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1023px) {
  body #header .header-panel-desktop .panel-item.panel-center {
    width: 150px;
  }
}
body #header .header-panel-desktop .panel-item.panel-right {
  width: 30%;
  text-align: right;
  padding-right: 23px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1279px) {
  body #header .header-panel-desktop .panel-item.panel-right {
    padding-right: 13px;
  }
}
@media (max-width: 1023px) {
  body #header .header-panel-desktop .panel-item.panel-right {
    width: calc(50% - 75px);
  }
}
body #header .header-panel-desktop .panel-item.panel-right > a {
  margin-left: 22px;
  height: 24px;
  width: 22px;
}
body #header .header-panel-desktop .panel-item.panel-right > a img {
  vertical-align: top;
}
body #header .header-panel-desktop .panel-item.panel-right > a:nth-of-type(2) {
  width: 25px !important;
  height: 19px !important;
}
body #header .header-panel-desktop .panel-item.panel-right > a:nth-of-type(3) {
  width: 22px;
}
body #header .header-panel-desktop .panel-item.panel-right #customer_login_link {
  width: 26px;
  height: 23px;
}
body #header .header-panel-desktop .panel-item.panel-right .cart-icon .cartcount {
  background-color: #d3a68e;
}
@media (max-width: 767px) {
  body #header .header-panel-desktop {
    display: none;
  }
}
body #header .header-bottom {
  width: 100%;
  position: relative;
  transition: all 0.4s ease;
}
body #header .header-bottom:hover {
  background-color: #fff;
  transition: all 0.4s ease;
}
body #header .header-bottom .container {
  position: relative;
  padding: 0 20px;
  margin: 0 auto;
}
body #header .header-bottom .container .row {
  display: flex;
  padding: 14px 0;
}
@media (max-width: 767px) {
  body #header .header-bottom .container .row {
    align-items: center;
  }
}
@media (max-width: 479px) {
  body #header .header-bottom .container .row {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 768px) {
  body #header .header-bottom > .container {
    display: none;
  }
}
body #header .header-bottom .logo {
  display: block;
  width: 107px;
  height: 57px;
  margin: 16px auto 36px;
  position: relative;
}
@media (max-width: 1023px) {
  body #header .header-bottom .logo {
    margin-bottom: 16px;
  }
}
body #header .header-bottom.fix-sticky {
  position: fixed;
}
body #header .header-bottom.fix-sticky .logo {
  width: 135px;
  margin: 16px auto 0;
}
body #header .header-bottom .menu-toggle {
  position: absolute;
  z-index: 3;
  width: 37px;
  height: 30px;
  cursor: pointer;
  top: 50%;
  left: 31px;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  transform: translateY(-50%);
}
body #header .header-bottom .menu-toggle span {
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  height: 2px;
  background: #000;
  border-radius: 2px;
}
body #header .header-bottom .menu-toggle span:before {
  top: -10px;
  transition-property: top, transform;
  -webkit-transition-property: top, transform;
}
body #header .header-bottom .menu-toggle span:after {
  bottom: -10px;
  transition-property: bottom, transform;
  -webkit-transition-property: bottom, transform;
}
body #header .header-bottom .menu-toggle span:before, body #header .header-bottom .menu-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 37px;
  height: 2px;
  left: 0;
  background-color: #000;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  border-radius: 2px;
}
body #header .header-panel img {
  display: inline-block;
  vertical-align: top;
}
body #header .header-panel .header--search img {
  width: 22px;
}
body #header .header-panel .hamburger {
  margin-right: 25px;
}
body #header .header-panel .hamburger .menu-toggle {
  display: flex;
  position: relative;
  width: 24px;
  height: 19px;
  transform: none;
  top: auto;
  left: auto;
}
body #header .header-panel .hamburger .menu-toggle span {
  top: 50%;
  transform: translateY(-50%);
}
body #header .header-panel .hamburger .menu-toggle span:before, body #header .header-panel .hamburger .menu-toggle span:after {
  width: 24px;
}
body #header .header-panel .hamburger .menu-toggle span:before {
  top: -8px;
}
body #header .header-panel .hamburger .menu-toggle span:after {
  bottom: -8px;
}
body #header .header-panel .hamburger img {
  width: 22px;
}
body #header .header-panel .header--cart {
  margin-right: 25px;
}
body #header .header-panel .header--cart img {
  width: 22px;
}
body #header .header-panel .header--account a {
  width: 24px;
  height: 22px;
}
body #header .header-panel .header--account a img {
  width: 24px;
}
body #header .header-panel .cart-icon .cartcount {
  background-color: #d3a68e;
}
body #header .header-panel .row .header-logo {
  display: block;
  width: 65px;
  margin: 0 auto;
  padding: 0;
  float: none;
}
@media (max-width: 767px) {
  body #header .header-panel .row .header-logo {
    width: 55px;
  }
}
@media (max-width: 479px) {
  body #header .header-panel .row .header-logo {
    width: 50px;
  }
}
body #header .header-panel .row .header-logo a img {
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  body #header .header-panel .cart-icon .cartcount {
    width: 14px;
    height: 14px;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 14px;
    color: #fff;
    font-size: 8px;
    position: absolute;
    right: -4px;
    bottom: -5px;
  }
}
body #header .main-menu {
  position: relative;
}
body #header .main-menu .btn {
  position: absolute;
  top: 0;
}
body #header .main-menu .btn.btn-left {
  left: 20px;
}
@media (max-width: 1279px) {
  body #header .main-menu .btn.btn-left {
    left: 10px;
  }
}
body #header .main-menu .btn.btn-right {
  right: 20px;
}
@media (max-width: 1279px) {
  body #header .main-menu .btn.btn-right {
    right: 10px;
  }
}
body #header .main-menu .menu {
  width: 100%;
  list-style: none;
  margin: 0 auto 15px;
  max-width: 1160px;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 1023px) {
  body #header .main-menu .menu {
    display: none;
  }
}
body #header .main-menu .menu li {
  display: flex;
  position: relative;
}
body #header .main-menu .menu li:after {
  content: "";
  display: block;
  background-size: 100%;
  position: absolute;
  width: 0;
  height: 9px;
  left: 50%;
  bottom: 2px;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
body #header .main-menu .menu li:hover:after {
  left: 16px;
  width: calc(100% - 32px);
  opacity: 1;
}
@media (max-width: 1140px) {
  body #header .main-menu .menu li:hover:after {
    left: 12px;
    width: calc(100% - 24px);
  }
}
body #header .main-menu .menu li a {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: none;
  font-family: "Helvetica", sans-serif;
  padding: 9px 20px;
}
@media (max-width: 1140px) {
  body #header .main-menu .menu li a {
    font-size: 15px;
    letter-spacing: 0;
    padding: 9px 15px;
  }
}
body #header .main-menu .menu li a:hover {
  color: #E649B1;
  text-decoration: none;
}
body .mm-menu.mm-offcanvas {
  max-width: 360px;
  z-index: 5;
}
body .mm-menu {
  background-color: #B0F2E5;
}
body .mm-panels > .mm-panel > .mm-listview {
  border: none;
  margin-top: 0;
  margin-bottom: 0;
}
body .mm-panels > .mm-panel > .mm-listview:not(.ul--login-2):not(.ul--search) {
  background: #fff;
}
body .new-mobile-menu {
  padding-top: 0 !important;
}
body .new-mobile-menu .mm-listview > li:not(.mm-divider):after {
  display: none;
}
body .new-mobile-menu.mm-panel.mm-hasnavbar .mm-navbar {
  display: none;
}
body .new-mobile-menu .mmenu-topnav {
  padding: 14px 20px 14px 16px;
  margin: -20px -20px 0 !important;
  background: #fff;
}
body .new-mobile-menu .mmenu-topnav:after {
  content: "";
  display: block;
  clear: both;
}
body .new-mobile-menu .mmenu-topnav > li {
  float: left;
  width: 50%;
}
body .new-mobile-menu .mmenu-topnav > li:after {
  display: none;
}
body .new-mobile-menu .mmenu-topnav > li > a {
  padding: 0;
}
body .new-mobile-menu .mmenu-topnav .country-indicator {
  padding: 6px 20px 6px 6px;
  border: 1px solid #fff;
  border-radius: 0px 10px;
  position: relative;
  width: 82px;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
}
body .new-mobile-menu .mmenu-topnav .country-indicator:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7.5px 0px 7.5px;
  border-color: #000 transparent transparent transparent;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  transition: border-color 0.2s ease;
}
body .new-mobile-menu .mmenu-topnav .country-indicator:hover {
  border-color: #E549B0;
  transition: border-color 0.2s ease;
}
body .new-mobile-menu .mmenu-topnav .country-indicator:hover:after {
  border-color: #E549B0 transparent transparent transparent;
  transition: border-color 0.2s ease;
}
body .new-mobile-menu .mmenu-topnav .country-indicator .county-selector {
  display: none;
}
body .new-mobile-menu .mmenu-topnav .country-indicator img {
  width: 39px;
  float: left;
  margin-right: 8px;
  border: 1px solid #e9e9e9;
}
body .new-mobile-menu .mmenu-topnav .close-menu {
  display: block;
  width: 34px;
  height: 34px;
  padding: 0;
  float: right;
  cursor: pointer;
  position: relative;
}
body .new-mobile-menu .mmenu-topnav .close-menu:before, body .new-mobile-menu .mmenu-topnav .close-menu:after {
  content: "";
  position: absolute;
  height: 4px;
  width: 70%;
  top: 50%;
  left: 15%;
  margin-top: 0px;
  background: #E549B0;
}
body .new-mobile-menu .mmenu-topnav .close-menu:before {
  transform: rotate(45deg);
}
body .new-mobile-menu .mmenu-topnav .close-menu:after {
  transform: rotate(-45deg);
}
body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) .mm-next {
  width: 100%;
  height: 47px;
  top: 0;
  bottom: auto;
}
body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) .mm-next:before {
  content: "";
  display: block;
  border: none;
  width: 4px;
  height: 24px;
  background-color: #F06180;
  position: absolute;
  left: auto;
  right: 36px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in;
}
body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) .mm-next:after {
  content: "";
  display: block;
  border: none;
  width: 24px;
  height: 4px;
  background-color: #F06180;
  top: 50%;
  right: 26px;
  bottom: auto;
  transform: translateY(-50%);
  transition: transform 0.1s ease-in;
}
body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) > li {
  background: none;
}
body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) > li.mm-opened > a {
  background: none !important;
}
body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) > li.mm-opened > a.mm-next:before {
  height: 0;
  transition: all 0.2s ease-in;
}
body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) > li.mm-opened > a.mm-next:after {
  right: 26px;
}
body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) > li > a {
  color: #000;
  text-transform: none;
  padding: 11px 10px 12px 14px;
  background: none !important;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.6px;
  font-family: "Helvetica", sans-serif;
}
body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) > li.mm-vertical:not(.mobile-btan-menu) .sub-menu, body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) > li.mm-vertical:not(.mobile-bfresh-menu) .sub-menu {
  margin: 0 0 15px;
}
body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) > li .mm-panel.mm-vertical {
  background: #fff !important;
}
body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) > li .mm-panel.mm-vertical li > a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.48px;
  padding: 4px 10px 4px 18px;
}
body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) > li .mm-panel.mm-vertical li > a:hover, body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) > li .mm-panel.mm-vertical li > a:focus, body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) > li .mm-panel.mm-vertical li > a:active {
  text-decoration: underline;
}
body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) > li .mm-panel.mm-vertical li:last-child a:after {
  display: none;
}
body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) > li.mobile-btan-menu {
  background: #EDB2D1 0% 0% no-repeat padding-box;
}
body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) > li.mobile-btan-menu:hover {
  background: transparent linear-gradient(180deg, #EDB2D1 0%, #E98EB9 81%, #ED82B1 100%) 0% 0% no-repeat padding-box;
}
body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) > li.mobile-btan-menu.mm-vertical > a:not(.mm-next) {
  height: 96px;
}
body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) > li.mobile-btan-menu > a:not(.mm-next) {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  position: relative;
  height: 73px;
}
body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) > li.mobile-btan-menu > a:not(.mm-next):before {
  content: "";
  display: block;
  width: 82px;
  height: 24px;
  left: 23px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background: url("images/btan-logo-v3.svg") no-repeat;
  background-size: contain;
}
body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) > li.mobile-btan-menu > a.mm-next {
  font-weight: 400;
  height: 96px;
}
body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) > li.mobile-btan-menu > a.mm-next:before, body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) > li.mobile-btan-menu > a.mm-next:after {
  background-color: #000;
}
body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) > li.mobile-btan-menu > .mm-panel {
  background: #EDB2D1 0% 0% no-repeat padding-box !important;
  padding: 25px 0;
}
body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) > li.mobile-btan-menu > .mm-panel li a:hover {
  background: #EDB2D1;
  text-decoration: none;
}
body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) > li.mobile-btan-menu > .mm-panel li a:hover span {
  background: #FCF5AA;
  transition: all 0.2s ease-in;
}
body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) > li.mobile-btan-menu > .mm-panel li a span {
  display: inline-block;
  padding: 0 4px;
  line-height: 60%;
  transition: all 0.2s ease-in;
}
body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) > li.mobile-bfresh-menu {
  background: #FFF1BE 0% 0% no-repeat padding-box;
}
body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) > li.mobile-bfresh-menu:hover {
  background: transparent linear-gradient(180deg, #FFEE9D 0%, #FFD483 100%) 0% 0% no-repeat padding-box;
}
body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) > li.mobile-bfresh-menu.mm-vertical > a:not(.mm-next) {
  height: 96px;
}
body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) > li.mobile-bfresh-menu > a:not(.mm-next) {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  position: relative;
  height: 73px;
}
body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) > li.mobile-bfresh-menu > a:not(.mm-next):before {
  content: "";
  display: block;
  width: 105px;
  height: 24px;
  left: 23px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background: url("images/bfresh-logo-2.svg") no-repeat;
  background-size: contain;
}
body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) > li.mobile-bfresh-menu > a.mm-next {
  font-weight: 400;
  color: #F06180;
  height: 96px;
}
body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) > li.mobile-bfresh-menu > .mm-panel {
  background: #FFF1BE 0% 0% no-repeat padding-box !important;
  padding: 25px 0;
}
body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) > li.mobile-bfresh-menu > .mm-panel li a:hover {
  background: #FFF1BE;
  text-decoration: none;
}
body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) > li.mobile-bfresh-menu > .mm-panel li a:hover span {
  background: #B0F2E5;
  transition: all 0.2s ease-in;
}
body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) > li.mobile-bfresh-menu > .mm-panel li a span {
  display: inline-block;
  padding: 0 4px;
  line-height: 60%;
  transition: all 0.2s ease-in;
}
body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) > li.mobile-btan-selector-menu {
  text-align: center;
  margin-bottom: 20px;
}
body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) > li.mobile-btan-selector-menu > a {
  background: transparent linear-gradient(0deg, #000 0%, #000 100%) 0% 0% no-repeat padding-box !important;
  color: #fff;
  transition: all 400ms ease-in-out;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.54px;
  padding: 20px 0 22px;
}
body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) > li.mobile-btan-selector-menu > a:hover {
  background: transparent linear-gradient(0deg, #702456 0%, #993176 100%) 0% 0% no-repeat padding-box !important;
}
body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) > li.white-menu-item.mm-opened > a {
  background: none !important;
}
body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) > li.white-menu-item.mm-opened > a.mm-next:before {
  height: 0;
  transition: all 0.2s ease-in;
}
body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) > li.white-menu-item.mm-opened > a.mm-next:after {
  right: 26px;
}
body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) > li.white-menu-item > a {
  padding: 11px 10px 12px 24px;
}
body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) > li.white-menu-item > a.mm-next:before, body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) > li.white-menu-item > a.mm-next:after {
  background-color: #000;
}
body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) > li.white-menu-item > a.mm-next:before {
  width: 3px;
  height: 17px;
  right: 33px;
  transition: all 0.2s ease-in;
}
body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) > li.white-menu-item > a.mm-next:after {
  width: 17px;
  height: 3px;
}
body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) > li.white-menu-item > .mm-panel li a:hover {
  text-decoration: none;
}
body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) > li.white-menu-item > .mm-panel li a:hover span {
  background: #FFC6E6;
  transition: all 0.2s ease-in;
}
body .new-mobile-menu > .mm-listview.menu:not(.ul--login-2):not(.ul--search) > li.white-menu-item > .mm-panel li a span {
  display: inline-block;
  padding: 0 4px;
  line-height: 60%;
  transition: all 0.2s ease-in;
}
body .new-mobile-menu .mm-listview .mm-vertical .mm-panel,
body .new-mobile-menu .mm-vertical .mm-listview .mm-panel {
  padding: 0;
  background: none;
}
body .new-mobile-menu .ul--login li:after {
  display: none;
}
body .new-mobile-menu .ul--login li.before-buttons {
  text-align: center;
  width: 100%;
  float: none;
  height: auto;
  padding: 0 0 10px;
  font-family: "Bodoni 72";
  font-size: 18px;
  letter-spacing: 0.5px;
  color: #00aaa6;
  margin-top: -8px;
  margin-bottom: -12px;
}
body .new-mobile-menu .ul--login li.after-buttons {
  width: 100%;
  float: none;
  clear: both;
  height: auto;
  padding: 0 12px;
}
body .new-mobile-menu .ul--login li.after-buttons a {
  float: none;
  background: none;
  color: #000;
  padding: 0 !important;
  text-transform: none;
  font-weight: 400 !important;
  height: auto;
  width: auto;
  font-size: 13px;
  line-height: 18px;
  display: inline;
  margin: 0;
  text-decoration: underline;
}
body .new-mobile-menu .ul--login li.button-black a {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  float: right;
  line-height: 36px;
  margin-left: 0;
  margin-right: 10px;
  transition: all 400ms ease-in-out;
}
body .new-mobile-menu .ul--login li.button-black a:hover {
  background-color: #000 !important;
  color: #fff !important;
}
body .new-mobile-menu .ul--login li.button-green a:hover {
  background-color: #000 !important;
  color: #fff !important;
}
body .new-mobile-menu .ul--login-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 40px 23px;
  position: relative;
  margin-top: 20px !important;
}
body .new-mobile-menu .ul--login-2:before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background-color: #fff;
  position: absolute;
  top: -20px;
  left: 0;
}
body .new-mobile-menu .ul--login-2 li a {
  display: inline-block;
  background: transparent !important;
  color: #000;
  overflow: visible;
  padding: 0 6px 6px 0;
  transition: all 0.3s ease-in !important;
}
body .new-mobile-menu .ul--login-2 li a:hover {
  transition: all 0.3s ease-in !important;
}
body .new-mobile-menu .ul--login-2 li a.link-registration {
  font-size: 16px;
  line-height: 20px;
}
body .new-mobile-menu .ul--login-2 li a.link-registration .text-btn {
  padding: 8px 20px;
}
body .new-mobile-menu .ul--login-2 li a.link-registration .lowlight {
  background-color: #569fff;
}
body .new-mobile-menu .ul--login-2 li a.link-sign-in {
  font-size: 14px;
  line-height: 20px;
}
body .new-mobile-menu .ul--login-2 li a.link-sign-in .highlight {
  background-color: #dcbdff;
}
body .new-mobile-menu .ul--login-2 li a.link-sign-in .lowlight {
  background-color: #569fff;
}
body .new-mobile-menu .ul--login-2 li a .text-btn {
  padding: 7px 24px;
}
body .new-mobile-menu .ul--search {
  padding: 0 24px;
}
body .new-mobile-menu .ul--search .search-bar {
  position: relative;
}
body .new-mobile-menu .ul--search .search-bar ::placeholder {
  color: #000;
}
body .new-mobile-menu .ul--search .search-bar input:not([type=submit]) {
  width: 100%;
  height: 36px;
  background: #fff 0% 0% no-repeat padding-box;
  border: 1px solid #777777;
  border-radius: 1px 10px 1px 10px;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  letter-spacing: 0.42px;
  text-transform: lowercase;
  padding: 10px 42px 10px 12px;
  box-sizing: border-box;
}
body .new-mobile-menu .ul--search .search-bar .btn-search {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  overflow: hidden;
  text-indent: 200%;
  padding: 0;
  width: 36px;
  height: 36px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' width='50px' height='50px'%3E%3Cpath d='M 21 3 C 11.601563 3 4 10.601563 4 20 C 4 29.398438 11.601563 37 21 37 C 24.355469 37 27.460938 36.015625 30.09375 34.34375 L 42.375 46.625 L 46.625 42.375 L 34.5 30.28125 C 36.679688 27.421875 38 23.878906 38 20 C 38 10.601563 30.398438 3 21 3 Z M 21 7 C 28.199219 7 34 12.800781 34 20 C 34 27.199219 28.199219 33 21 33 C 13.800781 33 8 27.199219 8 20 C 8 12.800781 13.800781 7 21 7 Z'/%3E%3C/svg%3E") no-repeat center;
  background-size: 20px 20px;
  cursor: pointer;
}
body footer {
  background-color: #c099dd;
  padding-top: 40px;
  -webkit-font-smoothing: antialiased !important;
}
body footer .wrapper {
  max-width: 1360px !important;
  padding: 0 20px !important;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}
body footer .footer-mobile {
  display: none;
}
body footer .footer-mobile .menu-privacy-mobile-menu-german-container .menu,
body footer .footer-mobile .menu-privacy-menu-mobile-container .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
body footer .footer-mobile .menu-privacy-mobile-menu-german-container .menu li,
body footer .footer-mobile .menu-privacy-menu-mobile-container .menu li {
  margin-bottom: 17px;
}
body footer .footer-mobile .menu-privacy-mobile-menu-german-container .menu li a,
body footer .footer-mobile .menu-privacy-menu-mobile-container .menu li a {
  color: #4A4A4A;
  text-transform: uppercase;
  font: 14px/18px "Open Sans", Helvetica, Arial, sans-serif !important;
  letter-spacing: 2.2px;
}
body footer .footer-mobile .widget-title {
  font-family: "Helvetica", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.72px;
  position: relative;
  z-index: 1;
  display: inline-block;
}
body footer .footer-mobile .footer-mobile__social {
  padding: 30px 0;
  margin: 40px 0;
  border: 1px solid #C9C8C8;
  border-width: 1px 0;
  text-align: center;
}
body footer .footer-mobile .footer-mobile__social p {
  font: 21px/26px "Bodoni 72", "Bodoni", Georgia, serif;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
body footer .footer-mobile .footer-mobile__social .social-networks {
  margin: 0;
  padding: 0;
  list-style: none;
}
body footer .footer-mobile .footer-mobile__social .social-networks li {
  margin: 0 15px;
  display: inline-block;
}
body footer .footer-mobile .footer-mobile__social .social-networks li a i.fa {
  font-size: 25px !important;
  color: black;
}
body footer #current-country-flag {
  margin-right: 10px;
  margin-top: -2px;
  width: 20px;
  display: inline;
  vertical-align: middle;
}
body footer .container:after {
  content: "";
  display: block;
  clear: both;
}
body footer .container .row {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  body footer .container .row {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  body footer .container .row {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0;
  }
}
body footer .container .col-footer {
  width: 50%;
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1023px) {
  body footer .container .col-footer {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body footer .container .col-footer {
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  body footer .container .col-footer.left-col {
    margin-bottom: 40px;
  }
}
body footer .container .col-footer.right-col {
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  body footer .container .col-footer.right-col {
    justify-content: flex-start;
  }
}
body footer .container .col--links {
  font-size: initial;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  body footer .container .col--links {
    margin-bottom: 35px;
  }
}
body footer .container .col--links:nth-of-type(1) {
  width: 40%;
  padding-right: 9%;
}
@media (max-width: 767px) {
  body footer .container .col--links:nth-of-type(1) {
    width: 100%;
    padding-right: 0;
  }
}
body footer .container .col--links:nth-of-type(2) {
  width: 60%;
  padding-right: 9%;
}
@media (max-width: 1023px) {
  body footer .container .col--links:nth-of-type(2) {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  body footer .container .col--links:nth-of-type(2) {
    width: 100%;
    margin-bottom: 0;
  }
}
body footer .container .col--links .widget-title {
  margin-bottom: 16px;
}
body footer .container .col--links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body footer .container .col--links ul li {
  margin-bottom: 10px !important;
  line-height: 20px;
  /*&:first-child a {
      font-weight: bold !important;
      letter-spacing: 1px;
      font-size: 14px !important;
  }*/
}
body footer .container .col--links ul li:last-of-type {
  margin-bottom: 0 !important;
}
body footer .container .col--links ul li a {
  color: #000 !important;
  font-family: "Helvetica", sans-serif !important;
  font-size: 16px !important;
  line-height: 20px;
  letter-spacing: 0.42px;
  text-decoration: none;
}
body footer .container .widget-title {
  font-family: "Helvetica", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.72px;
  position: relative;
  z-index: 1;
  display: inline-block;
}
body footer .container .col--join {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-right: 10.5%;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  body footer .container .col--join {
    width: 40%;
    padding-right: 9%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  body footer .container .col--join {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
body footer .container .col--join .widget-title {
  margin-bottom: 6px;
}
body footer .container .col--join .text-join {
  max-width: 270px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.36px;
}
body footer .container .col--join .klaviyo-form {
  padding: 0 !important;
  width: 100%;
}
body footer .container .col--join .klaviyo-form input[type=email] {
  font-family: "Helvetica", sans-serif !important;
  font-size: 12px !important;
  letter-spacing: 0.36px;
  background: #fefcfb !important;
  border: 1px solid #58595b !important;
  border-radius: 0px 10px !important;
  padding: 7px 0px 5px 16px !important;
  height: 42px !important;
}
body footer .container .col--join .klaviyo-form button {
  letter-spacing: 0.42px !important;
  color: #000 !important;
  font-family: "Helvetica", sans-serif !important;
  font-size: 14px !important;
  background: #ffffff !important;
  border: 1px solid #000000 !important;
  border-radius: 0px 10px !important;
  position: relative !important;
  line-height: 16px !important;
  margin: 0 0 2px 10px !important;
  width: 104px;
  transition: all 0.2s ease-in;
}
body footer .container .col--join .klaviyo-form button:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: -1;
  background: #f9dc7c 0% 0% no-repeat padding-box;
  border: 1px solid #000;
  border-radius: 0px 16px;
  transition: all 0.2s ease-in;
}
body footer .container .col--join .klaviyo-form button:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 11px);
  height: calc(100% + 11px);
  z-index: -2;
  background: #000 0% 0% no-repeat padding-box;
  border-radius: 0px 24px;
  opacity: 0.15;
  transition: all 0.2s ease-in;
}
body footer .container .col--join .klaviyo-form button:hover {
  color: #000 !important;
  background: #fff !important;
  margin: 4px -6px -2px 16px !important;
  transition: all 0.2s ease-in;
}
body footer .container .col--join .klaviyo-form button:hover:after {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  left: -5px;
  top: -5px;
  background: #afe0d4 0% 0% no-repeat padding-box;
  border-radius: 1px 10px 1px 10px;
  transition: all 0.2s ease-in;
}
body footer .container .col--join .klaviyo-form button:hover:before {
  width: calc(100% - 7px);
  height: calc(100% - 7px);
  border-radius: 1px;
  left: 6px;
  top: 6px;
  transition: all 0.2s ease-in;
}
body footer .container .col--proud {
  width: 30%;
  box-sizing: border-box;
}
body footer .container .col--proud .widget-title {
  margin-bottom: 6px;
}
body footer .container .col--proud img {
  margin-top: 10px;
  display: block;
  max-width: 88px;
  height: auto;
}
body footer .container .col--social {
  width: 35%;
  font-size: initial;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  body footer .container .col--social {
    width: 60%;
  }
}
@media (max-width: 767px) {
  body footer .container .col--social {
    width: 100%;
  }
}
body footer .container .col--social .widget-title {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  body footer .container .col--social .widget-title {
    margin-bottom: 15px;
  }
}
body footer .container .col--social .social-networks {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: -7px;
  margin-bottom: 40px;
}
body footer .container .col--social .social-networks li {
  display: flex;
  width: 26px;
  justify-content: center;
  margin: 0 6px 0 0;
}
body footer .container .col--social .social-networks li:last-child {
  margin-right: 0;
  margin-left: 3px;
}
body footer .container .col--social .social-networks li a img {
  width: auto;
  height: 23px;
}
body footer .container .col--social .social-networks + .widget-title {
  font-size: 16px;
  line-height: 20px;
}
body footer .container .col--social .peta-logo {
  width: 131px;
  height: auto;
}
body footer .taneasy-warranty {
  float: none !important;
  clear: right !important;
  text-align: right !important;
  text-transform: uppercase;
  margin: 25px 0 !important;
}
@media (max-width: 1023px) {
  body footer .taneasy-warranty {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  body footer .taneasy-warranty {
    text-align: left !important;
    margin: 40px 0 !important;
  }
}
body footer .taneasy-warranty a {
  color: #000 !important;
  font-size: 12px !important;
  line-height: 18px;
  letter-spacing: 0.36px;
  text-align: right;
}
body footer .footer__top {
  padding-bottom: 40px;
}
body footer .footer__bot {
  color: #000 !important;
  background-color: #fff;
  font-size: 12px !important;
  line-height: 18px;
  letter-spacing: 0.36px;
  border-top: none;
}
body footer .footer__bot .inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  body footer .footer__bot .inner {
    flex-direction: column;
    padding-top: 24px;
  }
}
@media (max-width: 767px) {
  body footer .footer__bot .inner {
    align-items: flex-start;
    padding-bottom: 24px;
  }
}
body footer .footer__bot .left-col {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  body footer .footer__bot .left-col {
    align-items: flex-start;
    flex-direction: column;
  }
}
body footer .footer__bot a {
  color: #000 !important;
  font-size: 12px !important;
  line-height: 18px;
  letter-spacing: 0.36px;
}
body footer .footer__bot .country-selector-wrapper {
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 1023px) {
  body footer .footer__bot .country-selector-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
body footer .footer__bot .text {
  display: inline-block;
  font-size: 12px !important;
  line-height: 18px;
  letter-spacing: 0.36px;
  text-transform: lowercase;
}
body footer .footer__bot .menu-privacy-menu-german-container,
body footer .footer__bot .menu-privacy-menu-container {
  display: flex;
  flex-shrink: 0;
}
body footer .footer__bot .menu-privacy-menu-german-container .menu,
body footer .footer__bot .menu-privacy-menu-container .menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 479px) {
  body footer .footer__bot .menu-privacy-menu-german-container .menu,
  body footer .footer__bot .menu-privacy-menu-container .menu {
    flex-direction: column;
    align-items: flex-start;
  }
}
body footer .footer__bot .menu-privacy-menu-german-container .menu li,
body footer .footer__bot .menu-privacy-menu-container .menu li {
  font-size: 12px;
  line-height: 120%;
  display: flex;
  min-width: 30px;
}
body footer .footer__bot .menu-privacy-menu-german-container .menu li:last-of-type a,
body footer .footer__bot .menu-privacy-menu-container .menu li:last-of-type a {
  padding: 20px 0 20px 10px;
}
@media (max-width: 479px) {
  body footer .footer__bot .menu-privacy-menu-german-container .menu li:last-of-type a,
  body footer .footer__bot .menu-privacy-menu-container .menu li:last-of-type a {
    padding: 12px 0;
  }
}
body footer .footer__bot .menu-privacy-menu-german-container .menu li a,
body footer .footer__bot .menu-privacy-menu-container .menu li a {
  padding: 20px 10px;
}
@media (max-width: 479px) {
  body footer .footer__bot .menu-privacy-menu-german-container .menu li a,
  body footer .footer__bot .menu-privacy-menu-container .menu li a {
    width: 100%;
    padding: 12px 0;
  }
}
body #quickViewResponseData_CountrySelector .country-selector li,
body #quickViewResponseData_CountrySelector .country-selector li a {
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
}
body #quickViewResponseData_CountrySelector .title {
  line-height: 23px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
}
body #quickViewResponseData_CountrySelector .country-selector li .flag {
  display: inline;
}
body .wrapper {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
  width: 100%;
}
body .wrapper.wide-wrapper {
  max-width: 1350px;
}
body.page-template-default h1 {
  font-family: "Helvetica", sans-serif;
  font-size: 54px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px;
}
body .main-heading-block {
  background: transparent linear-gradient(180deg, #B3DAFF 0%, #D1E9FF 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  padding: 40px 0;
  min-height: 296px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 110px;
}
@media (max-width: 767px) {
  body .main-heading-block {
    min-height: 150px;
    margin: 0 0 50px;
  }
}
body .main-heading-block h1 {
  text-transform: uppercase;
  margin: 0;
  position: relative;
  z-index: 1;
  font-size: 72px;
  line-height: 1;
}
@media (max-width: 1023px) {
  body .main-heading-block h1 {
    font-size: 56px;
  }
}
@media (max-width: 767px) {
  body .main-heading-block h1 {
    font-size: 40px;
  }
}
body .main-heading-block h1 span {
  position: relative;
  text-transform: lowercase;
  z-index: 1;
}
body .main-heading-block h1 span::after {
  content: "";
  position: absolute;
  width: calc(100% + 20px);
  height: 39px;
  background-color: #FFDB6B;
  top: 31px;
  left: -10px;
  z-index: -1;
}
@media (max-width: 1023px) {
  body .main-heading-block h1 span::after {
    height: 28px;
    top: 22px;
  }
}
@media (max-width: 767px) {
  body .main-heading-block h1 span::after {
    height: 22px;
    top: 17px;
  }
}
body .main-heading-block .subtitle {
  width: 100%;
  font-size: 48px;
  font-weight: 700;
  line-height: 64px;
  margin-top: 32px;
  margin-bottom: 40px;
}
@media (max-width: 1365px) {
  body .main-heading-block .subtitle {
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1023px) {
  body .main-heading-block .subtitle {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  body .main-heading-block .subtitle {
    font-size: 22px;
    line-height: 30px;
  }
}
body .main-heading-block .text {
  font-size: 20px;
  line-height: 150%;
  width: 100%;
}
@media (max-width: 767px) {
  body .main-heading-block .text {
    font-size: 16px;
  }
}
body .main-page-content {
  padding: 0 0 90px;
}
body .main-page-content .wrapper {
  max-width: 895px;
}
body .main-page-content a {
  color: #000;
}
body .main-split-banner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  body .main-split-banner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
}
body .main-split-banner .column {
  width: 50%;
  max-height: 620px;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  body .main-split-banner .column {
    width: 100%;
  }
}
body .main-split-banner .column.left-col {
  background: url("images/noise.png"), linear-gradient(225deg, #c06eed 15%, #eab1d1 65%);
  background-position: center;
  background-size: contain;
  background-blend-mode: multiply;
  justify-content: flex-end;
}
body .main-split-banner .column.left-col .hold {
  align-items: flex-start;
  text-align: left;
  padding-left: 50px;
  right: 0;
}
@media (max-width: 1439px) {
  body .main-split-banner .column.left-col .hold {
    padding-left: 30px;
  }
}
body .main-split-banner .column.left-col .hold .btn .highlight {
  background-color: #F6C57F;
}
body .main-split-banner .column.right-col {
  background: transparent linear-gradient(180deg, #FFBDC8 0%, #F6C57F 100%) 0% 0% no-repeat padding-box;
  justify-content: flex-start;
}
body .main-split-banner .column.right-col .hold {
  align-items: flex-end;
  text-align: right;
  padding-right: 50px;
  left: 0;
}
@media (max-width: 1439px) {
  body .main-split-banner .column.right-col .hold {
    padding-right: 30px;
  }
}
body .main-split-banner .column.right-col .hold h2 {
  color: #E5388A;
}
body .main-split-banner .column.right-col .hold h2 em {
  -webkit-text-stroke: 1.5px #E5388A;
  color: transparent;
  font-style: normal;
}
@media (max-width: 767px) {
  body .main-split-banner .column.right-col .hold h2 em {
    -webkit-text-stroke: 1px #E5388A;
  }
}
body .main-split-banner .column .hold {
  max-width: 850px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 125px 0 100px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  height: 100%;
  justify-content: center;
}
@media (max-width: 1279px) {
  body .main-split-banner .column .hold {
    padding: 100px 0;
  }
}
@media (max-width: 1023px) {
  body .main-split-banner .column .hold {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  body .main-split-banner .column .hold {
    padding: 65px 0;
  }
}
body .main-split-banner .column .hold h2 {
  max-width: 340px;
  margin-bottom: 22px;
}
@media (max-width: 1279px) {
  body .main-split-banner .column .hold h2 {
    max-width: 250px;
    font-size: 35px;
  }
}
@media (max-width: 1023px) {
  body .main-split-banner .column .hold h2 {
    max-width: 220px;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  body .main-split-banner .column .hold h2 {
    max-width: 180px;
    font-size: 24px;
  }
}
body .main-split-banner .column .hold h2 em {
  -webkit-text-stroke: 1.5px #000;
  color: transparent;
}
@media (max-width: 767px) {
  body .main-split-banner .column .hold h2 em {
    -webkit-text-stroke: 1px #000;
  }
}
body .main-split-banner .column .hold h2 span {
  -webkit-text-stroke: 1.5px #000;
  text-shadow: 2px 2px #fff;
  color: transparent;
}
@media (max-width: 767px) {
  body .main-split-banner .column .hold h2 span {
    -webkit-text-stroke: 0.75px #000;
    text-shadow: 1.5px 0.75px #fff;
  }
}
body .main-split-banner .column .hold .text {
  margin-bottom: 29px;
  max-width: 290px;
}
@media (max-width: 1023px) {
  body .main-split-banner .column .hold .text {
    display: none;
  }
}
body .main-split-banner .column .hold .text p {
  margin: 0;
}
@media (max-width: 1023px) {
  body .main-split-banner .column .hold .btn {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  body .main-split-banner .column .hold .btn {
    font-size: 14px;
  }
}
body .main-split-banner .column .hold .btn .text-btn {
  padding: 8px 25px;
}
body .main-split-banner .column figure {
  width: max-content;
  max-height: 620px;
  height: auto;
  overflow: hidden;
}
body .main-split-banner .column figure img {
  width: 100%;
}
body .main-banner {
  position: relative;
}
body .main-banner.template-bg-image-text-left .image-layer, body .main-banner.template-bg-image-text-right .image-layer {
  max-height: 600px;
  overflow: hidden;
}
@media (max-width: 1599px) {
  body .main-banner.template-bg-image-text-left .image-layer, body .main-banner.template-bg-image-text-right .image-layer {
    max-height: 550px;
  }
}
@media (max-width: 1279px) {
  body .main-banner.template-bg-image-text-left .image-layer, body .main-banner.template-bg-image-text-right .image-layer {
    max-height: 450px;
  }
}
body .main-banner.template-bg-image-text-left .image-layer img, body .main-banner.template-bg-image-text-right .image-layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .main-banner.template-bg-image-text-left .data-layer, body .main-banner.template-bg-image-text-right .data-layer {
  width: 50%;
  padding: 20px 20px 60px 31px;
  position: absolute;
  bottom: 0;
}
body .main-banner.template-bg-image-text-left .data-layer {
  align-items: flex-start;
  left: 0;
}
body .main-banner.template-bg-image-text-right .data-layer {
  align-items: flex-end;
  right: 0;
}
body .main-banner.template-single-image-text-right {
  overflow: hidden;
}
body .main-banner.template-single-image-text-right .wrapper {
  max-width: 1378px;
}
@media (max-width: 767px) {
  body .main-banner.template-single-image-text-right .wrapper {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-start;
  }
}
body .main-banner.template-single-image-text-right .image-layer {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-100%);
}
@media (max-width: 767px) {
  body .main-banner.template-single-image-text-right .image-layer {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
  }
}
body .main-banner.template-single-image-text-right .data-layer {
  max-width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 190px 20px 160px;
  margin: auto;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  body .main-banner.template-single-image-text-right .data-layer {
    padding: 15px 0 50px;
  }
}
body .main-banner.template-single-image-text-right .data-layer .hold {
  width: 43%;
}
@media (max-width: 1279px) {
  body .main-banner.template-single-image-text-right .data-layer .hold {
    width: 45%;
  }
}
@media (max-width: 767px) {
  body .main-banner.template-single-image-text-right .data-layer .hold {
    width: 100%;
  }
}
body .main-banner.template-single-image-text-right .data-layer .hold h1 {
  font-size: 48px;
  line-height: 120%;
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  body .main-banner.template-single-image-text-right .data-layer .hold h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  body .main-banner.template-single-image-text-right .data-layer .hold h1 {
    font-size: 32px;
    margin-bottom: 25px;
  }
}
body .main-banner.template-single-image-text-right .data-layer .hold h1 span:after {
  width: calc(100% + 20px);
  height: 24px;
  top: 58%;
}
@media (max-width: 767px) {
  body .main-banner.template-single-image-text-right .data-layer .hold h1 span:after {
    height: 19px;
  }
}
body .main-banner.template-single-image-text-left {
  overflow: hidden;
}
body .main-banner.template-single-image-text-left .wrapper {
  max-width: 1378px;
}
@media (max-width: 767px) {
  body .main-banner.template-single-image-text-left .wrapper {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-start;
  }
}
body .main-banner.template-single-image-text-left .image-layer {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  body .main-banner.template-single-image-text-left .image-layer {
    position: relative;
    right: auto;
    bottom: auto;
    transform: none;
  }
}
body .main-banner.template-single-image-text-left .data-layer {
  max-width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 190px 20px 160px;
  margin: auto;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  body .main-banner.template-single-image-text-left .data-layer {
    padding: 15px 0 50px;
  }
}
body .main-banner.template-single-image-text-left .data-layer .hold {
  width: 43%;
}
@media (max-width: 1279px) {
  body .main-banner.template-single-image-text-left .data-layer .hold {
    width: 45%;
  }
}
@media (max-width: 767px) {
  body .main-banner.template-single-image-text-left .data-layer .hold {
    width: 100%;
  }
}
body .main-banner.template-single-image-text-left .data-layer .hold h1 {
  font-size: 48px;
  line-height: 120%;
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  body .main-banner.template-single-image-text-left .data-layer .hold h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  body .main-banner.template-single-image-text-left .data-layer .hold h1 {
    font-size: 32px;
    margin-bottom: 25px;
  }
}
body .main-banner.template-single-image-text-left .data-layer .hold h1 span:after {
  width: calc(100% + 20px);
  height: 24px;
  top: 58%;
}
@media (max-width: 767px) {
  body .main-banner.template-single-image-text-left .data-layer .hold h1 span:after {
    height: 19px;
  }
}
body .main-banner.template-slider-image-full .image-layer, body .main-banner.template-single-image-full .image-layer {
  width: 100%;
}
body .main-banner.template-slider-image-full .image-layer img, body .main-banner.template-single-image-full .image-layer img {
  width: 100%;
  height: auto;
  max-width: none;
}
body .main-banner.template-slider-image-full .image-layer img.mobile, body .main-banner.template-single-image-full .image-layer img.mobile {
  display: none;
}
@media (max-width: 767px) {
  body .main-banner.template-slider-image-full .image-layer img.mobile, body .main-banner.template-single-image-full .image-layer img.mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  body .main-banner.template-slider-image-full .image-layer img.desktop, body .main-banner.template-single-image-full .image-layer img.desktop {
    display: none;
  }
}
body .main-banner.template-slider-image-full .main-banner-slider:not(.tns-slider) > .slide-item:not(:first-child) {
  display: none;
}
body .main-banner.template-slider-image-full .tns-nav {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 0 10px;
  display: flex;
  justify-content: center;
}
body .main-banner.template-slider-image-full .tns-nav button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  transition: all 0.3s ease;
  margin: 0 6px 12px;
  -webkit-appearance: none;
  padding: 0;
}
body .main-banner.template-slider-image-full .tns-nav button.tns-nav-active {
  background: #000;
}
body .main-banner.template-slider-image-full .tns-nav button:hover, body .main-banner.template-slider-image-full .tns-nav button:active {
  background: #000;
}
body .main-banner.about {
  background: transparent conic-gradient(from 182deg at 51% 78%, #CBEAFF 0%, #CAA7E2 34.51%, #A1E2D4 72.88%, #CBEAFF 100%) 0% 0% no-repeat padding-box;
}
body .main-banner.about .data-layer {
  padding: 14% 20px 12%;
}
@media (max-width: 1279px) {
  body .main-banner.about .data-layer {
    padding: 9% 20px 9%;
  }
}
@media (max-width: 767px) {
  body .main-banner.about .data-layer {
    padding: 15px 0 30px;
  }
}
body .main-banner.about .image-layer {
  max-width: 780px;
  width: 100%;
  bottom: -175px;
}
@media (max-width: 1279px) {
  body .main-banner.about .image-layer {
    max-width: 575px;
    bottom: -125px;
  }
}
@media (max-width: 1023px) {
  body .main-banner.about .image-layer {
    max-width: 490px;
    bottom: -105px;
  }
}
@media (max-width: 767px) {
  body .main-banner.about .image-layer {
    max-width: calc(100% + 30px);
    width: calc(100% + 30px);
    bottom: 0;
    margin: -75px 0 -85px 0;
  }
}
body .main-banner.b-fresh:not(.template-slider-image-full) {
  background: linear-gradient(180deg, #fe9bb1, #ffe6eb);
}
@media (max-width: 767px) {
  body .main-banner.b-fresh:not(.template-slider-image-full) .wrapper {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-start;
  }
}
body .main-banner.b-fresh:not(.template-slider-image-full) .data-layer {
  padding: 14% 20px 12%;
}
@media (max-width: 767px) {
  body .main-banner.b-fresh:not(.template-slider-image-full) .data-layer {
    padding: 15px 0 0;
  }
}
body .main-banner.b-fresh:not(.template-slider-image-full) .data-layer .hold h1 {
  font-size: 64px;
}
@media (max-width: 1279px) {
  body .main-banner.b-fresh:not(.template-slider-image-full) .data-layer .hold h1 {
    font-size: 50px;
  }
}
@media (max-width: 1023px) {
  body .main-banner.b-fresh:not(.template-slider-image-full) .data-layer .hold h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  body .main-banner.b-fresh:not(.template-slider-image-full) .data-layer .hold h1 {
    font-size: 32px;
    margin-bottom: 25px;
  }
}
body .main-banner.b-fresh:not(.template-slider-image-full) .data-layer .hold h1 span:after {
  background: #B9F5E9 0% 0% no-repeat padding-box;
}
body .main-banner.b-fresh:not(.template-slider-image-full) .data-layer .hold .text {
  font-size: 32px;
}
@media (max-width: 1279px) {
  body .main-banner.b-fresh:not(.template-slider-image-full) .data-layer .hold .text {
    font-size: 24px;
  }
}
@media (max-width: 1023px) {
  body .main-banner.b-fresh:not(.template-slider-image-full) .data-layer .hold .text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  body .main-banner.b-fresh:not(.template-slider-image-full) .data-layer .hold .text {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  body .main-banner.b-fresh:not(.template-slider-image-full) .data-layer .hold .text {
    font-size: 16px;
  }
}
body .main-banner.b-fresh:not(.template-slider-image-full) .image-layer {
  max-width: 864px;
  width: 100%;
  left: auto;
  right: 0;
  bottom: -265px;
}
@media (max-width: 1365px) {
  body .main-banner.b-fresh:not(.template-slider-image-full) .image-layer {
    max-width: 864px;
    bottom: -250px;
  }
}
@media (max-width: 1279px) {
  body .main-banner.b-fresh:not(.template-slider-image-full) .image-layer {
    max-width: 700px;
    bottom: -215px;
  }
}
@media (max-width: 1023px) {
  body .main-banner.b-fresh:not(.template-slider-image-full) .image-layer {
    max-width: 585px;
    bottom: -175px;
  }
}
@media (max-width: 767px) {
  body .main-banner.b-fresh:not(.template-slider-image-full) .image-layer {
    max-width: calc(100% + 30px);
    width: calc(100% + 30px);
    bottom: 0;
    margin: -45px 0 0 0;
  }
}
@media (max-width: 767px) {
  body .main-banner.b-green {
    background: #BCDAD0 0% 0% no-repeat padding-box;
  }
}
@media (max-width: 767px) {
  body .main-banner.b-green .wrapper {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  body .main-banner.b-green .data-layer {
    width: 100% !important;
    position: relative !important;
    padding: 35px 25px 45px !important;
  }
}
@media (max-width: 767px) {
  body .main-banner.b-green .data-layer h1 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  body .main-banner.b-green .data-layer .text {
    font-size: 20px !important;
  }
}
body .main-banner.faq {
  background: transparent conic-gradient(from 259deg at 40% 76%, #FDCFE0 0%, #FFDB6B 17.87%, #F8AFD3 52.04%, #FDCFE0 100%) 0% 0% no-repeat padding-box;
}
body .main-banner.faq .image-layer {
  left: 48%;
  transform: translateX(-100%);
  bottom: 0;
  width: auto;
}
@media (max-width: 767px) {
  body .main-banner.faq .image-layer {
    width: 100%;
    left: auto;
    bottom: auto;
    transform: none;
  }
}
body .main-banner.faq .data-layer {
  padding: 14% 20px 12%;
}
@media (max-width: 1279px) {
  body .main-banner.faq .data-layer {
    padding: 9% 20px 9%;
  }
}
@media (max-width: 767px) {
  body .main-banner.faq .data-layer {
    padding: 15px 0 30px;
  }
}
body .main-banner.faq .data-layer .hold h1 span:after {
  background-color: #A1E2D4;
}
body .main-banner.btan-header, body .main-banner.bfresh-header {
  padding-top: 190px;
}
@media (max-width: 1023px) {
  body .main-banner.btan-header, body .main-banner.bfresh-header {
    padding-top: 173px;
  }
}
@media (max-width: 767px) {
  body .main-banner.btan-header, body .main-banner.bfresh-header {
    padding-top: 82px;
  }
}
body .main-banner .data-layer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
body .main-banner .data-layer .hold {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
body .main-banner .data-layer .hold h1 {
  font-size: 56px;
  line-height: 0.85;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  body .main-banner .data-layer .hold h1 {
    font-size: 50px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  body .main-banner .data-layer .hold h1 {
    font-size: 46px;
    line-height: 1;
  }
}
body .main-banner .data-layer .hold h1 em {
  font-family: "Black Diamond", sans-serif;
  font-size: 78px;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1023px) {
  body .main-banner .data-layer .hold h1 em {
    font-size: 72px;
  }
}
@media (max-width: 767px) {
  body .main-banner .data-layer .hold h1 em {
    font-size: 64px;
  }
}
body .main-banner .data-layer .hold h1 span {
  display: inline-block;
  position: relative;
}
body .main-banner .data-layer .hold h1 span:after {
  content: "";
  display: block;
  background-color: #F8DF8E;
  width: calc(100% + 20px);
  height: 30px;
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
body .main-banner .data-layer .hold .text {
  font-size: 24px;
  line-height: 150%;
}
@media (max-width: 1023px) {
  body .main-banner .data-layer .hold .text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  body .main-banner .data-layer .hold .text {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  body .main-banner .data-layer .hold .text {
    font-size: 16px;
  }
}
body .shop-by-section {
  background: transparent linear-gradient(180deg, #FFCCE0 0%, #FFA6C9 100%) 0% 0% no-repeat padding-box;
  padding: 85px 0 110px;
  position: relative;
}
body .shop-by-section:after {
  content: "";
  display: block;
  width: 100%;
  height: 62px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='374px' height='62px' viewBox='0 0 374 62' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Ebfresh-wave-transition-repeat%3C/title%3E%3Cdefs%3E%3Crect id='path-1' x='0' y='0' width='374' height='62'%3E%3C/rect%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='bfresh-wave-transition-repeat' transform='translate(187, 31) rotate(-180) translate(-187, -31)translate(-0, -0)'%3E%3Cg id='Group_1427-Clipped' transform='translate(187, 31) rotate(180) translate(-187, -31)translate(-0, 0)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='path-1'%3E%3C/g%3E%3Cg id='Group_1427' mask='url(%23mask-2)'%3E%3Cg transform='translate(-355.332, 8.121)' id='Path_1312'%3E%3Cg transform='translate(0, -0)'%3E%3Cpath d='M0.054,410.551 C90.054,410.551 90.054,441.251 180.054,441.251 C270.032,441.251 270.032,410.551 360.019,410.551 C450.006,410.551 450.006,441.251 540.002,441.251 C629.998,441.251 629.989,410.551 719.985,410.551 C809.981,410.551 809.972,441.251 899.959,441.251 C989.946,441.251 989.959,410.551 1079.951,410.551 C1169.943,410.551 1169.956,441.251 1259.951,441.251 C1349.946,441.251 1349.951,410.551 1439.943,410.551 L1440,0 C1350,0 1350,30.7 1260,30.7 C1170,30.7 1169.994,0 1079.989,0 C989.984,0 989.984,30.7 899.989,30.7 C809.974,30.7 809.974,0 719.969,0 C629.964,0 629.969,30.7 539.969,30.7 C449.969,30.7 449.971,0 359.975,0 C269.979,0 269.975,30.7 179.983,30.7 C89.991,30.7 90,0 2.78383965e-22,0 L0.054,410.551 Z' id='Path' fill='%23FFA6C9' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: -62px;
  left: 0;
  transform: rotate(180deg);
  z-index: 10;
}
@media (max-width: 1023px) {
  body .shop-by-section:after {
    height: 42px;
    bottom: -42px;
  }
}
@media (max-width: 767px) {
  body .shop-by-section:after {
    height: 32px;
    bottom: -32px;
  }
}
@media (max-width: 479px) {
  body .shop-by-section:after {
    bottom: -26px;
  }
}
@media (max-width: 1365px) {
  body .shop-by-section {
    padding: 75px 0 100px;
  }
}
@media (max-width: 1023px) {
  body .shop-by-section {
    padding: 65px 0 90px;
  }
}
@media (max-width: 767px) {
  body .shop-by-section {
    padding: 50px 0 70px;
  }
}
body .shop-by-section .wrapper {
  max-width: 1275px;
}
body .shop-by-section h2 {
  width: max-content;
  background-image: linear-gradient(107deg, #DE378D 0%, #8A42B5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 56px;
  text-align: center;
  text-transform: lowercase;
  margin: 0 auto 55px;
}
@media (max-width: 1023px) {
  body .shop-by-section h2 {
    font-size: 52px;
    margin: 0 auto 45px;
  }
}
@media (max-width: 767px) {
  body .shop-by-section h2 {
    font-size: 48px;
  }
}
body .shop-by-section .list-categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
@media (max-width: 767px) {
  body .shop-by-section .list-categories {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
body .shop-by-section .list-categories .category-item {
  width: calc(33% - 50px);
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 10px 0 10px;
  position: relative;
}
@media (max-width: 767px) {
  body .shop-by-section .list-categories .category-item {
    max-width: 305px;
    width: 100%;
    margin-bottom: 50px;
  }
  body .shop-by-section .list-categories .category-item:last-of-type {
    margin-bottom: 0;
  }
}
body .shop-by-section .list-categories .category-item:before {
  content: "";
  display: block;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border-radius: 0 23px 0px 23px;
  position: absolute;
  top: 0;
  left: 0;
}
body .shop-by-section .list-categories .category-item:nth-child(1):before {
  background: transparent linear-gradient(180deg, #F9DC7C 0%, #F6C57F 100%) 0% 0% no-repeat padding-box;
}
body .shop-by-section .list-categories .category-item:nth-child(1) .btn .highlight {
  background: #F9DC7C 0% 0% no-repeat padding-box;
}
body .shop-by-section .list-categories .category-item:nth-child(2):before {
  background: transparent linear-gradient(180deg, #B3F6FF 0%, #81B7FF 0%) 0% 0% no-repeat padding-box;
}
body .shop-by-section .list-categories .category-item:nth-child(2) .btn .highlight {
  background: #81B7FF 0% 0% no-repeat padding-box;
}
body .shop-by-section .list-categories .category-item:nth-child(3):before {
  background: #C8BBFF 0% 0% no-repeat padding-box;
}
body .shop-by-section .list-categories .category-item:nth-child(3) .btn .highlight {
  background: #C8BBFF 0% 0% no-repeat padding-box;
}
body .shop-by-section .list-categories .category-item figure {
  width: 100%;
  height: 100%;
  border-radius: 0 10px 0 10px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 5;
}
body .shop-by-section .list-categories .category-item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .shop-by-section .list-categories .category-item .btn {
  font-size: 32px;
}
@media (max-width: 1023px) {
  body .shop-by-section .list-categories .category-item .btn {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  body .shop-by-section .list-categories .category-item .btn {
    font-size: 32px;
    line-height: 120%;
  }
}
body .shop-by-section .list-categories .category-item .btn .text-btn {
  padding: 4px 32px;
}
@media (max-width: 767px) {
  body .shop-by-section .list-categories .category-item .btn .text-btn {
    padding: 7px 32px;
  }
}
body .glowdown-section {
  background: transparent linear-gradient(0deg, #F2F9FF 0%, #D1E9FF 100%) 0% 0% no-repeat padding-box;
  padding: 110px 0 125px;
  overflow: hidden;
}
@media (max-width: 1365px) {
  body .glowdown-section {
    padding: 95px 0 110px;
  }
}
@media (max-width: 1023px) {
  body .glowdown-section {
    padding: 75px 0 90px;
  }
}
@media (max-width: 767px) {
  body .glowdown-section {
    padding: 60px 0 70px;
  }
}
body .glowdown-section.items-with-icons .list .list-item .inner-item {
  min-height: 430px;
}
body .glowdown-section.items-with-icons .list .list-item .inner-item .item-icon {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  body .glowdown-section.items-with-icons .list .list-item .inner-item .item-icon {
    max-width: 125px;
    margin-bottom: 20px;
  }
}
body .glowdown-section.b-fresh-about {
  background: transparent linear-gradient(180deg, #D9FAFF 0%, #B6EAF2 100%) 0% 0% no-repeat padding-box;
  padding: 120px 0 150px;
}
@media (max-width: 1365px) {
  body .glowdown-section.b-fresh-about {
    padding: 95px 0 120px;
  }
}
@media (max-width: 1023px) {
  body .glowdown-section.b-fresh-about {
    padding: 75px 0 120px;
  }
}
@media (max-width: 767px) {
  body .glowdown-section.b-fresh-about {
    padding: 60px 0 120px;
  }
}
body .glowdown-section.b-fresh-about .wrapper:before, body .glowdown-section.b-fresh-about .wrapper:after {
  display: none;
}
body .glowdown-section.b-fresh-about h2 {
  -webkit-text-stroke: 1px #A463EE;
  text-shadow: 2px 2px #F05374;
}
@media (max-width: 767px) {
  body .glowdown-section.b-fresh-about h2 {
    margin: 0 auto 85px;
  }
}
body .glowdown-section.b-fresh-about .list:before {
  width: 517px;
  height: 450px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='517.007' height='449.602' viewBox='0 0 517.007 449.602'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.5' x2='0.5' y2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23c8bbff'/%3E%3Cstop offset='1' stop-color='%23569fff'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath id='Path_1928' data-name='Path 1928' d='M450.688,126.684c-.01,20.522-34.734,29.043-52.791,45.605-14.144,12.973-17.76,48.533-40.108,57.549-18.646,7.523-47.588-14.418-70.337-10.509-20.367,3.5-39.643,34.3-62.186,34.316s-41.79-30.774-62.155-34.254c-22.745-3.887-51.71,18.082-70.349,10.577-22.339-8.994-25.919-44.55-40.05-57.509C34.674,155.913-.041,147.427-.031,126.906S34.7,97.863,52.759,81.3C66.9,68.327,70.52,32.767,92.866,23.751,111.513,16.228,140.456,38.17,163.2,34.26c20.367-3.5,39.643-34.3,62.186-34.316S267.18,30.718,287.545,34.2c22.744,3.887,51.709-18.082,70.349-10.577,22.338,8.994,25.919,44.55,40.05,57.51,18.039,16.545,52.754,25.031,52.744,45.552' transform='matrix(0.857, -0.515, 0.515, 0.857, 0.055, 232.169)' opacity='0.752' fill='url(%23linear-gradient)' style='mix-blend-mode: multiply;isolation: isolate'/%3E%3C/svg%3E%0A");
  top: auto;
  left: auto;
  right: -180px;
  bottom: -175px;
  transform: none;
}
@media (max-width: 767px) {
  body .glowdown-section.b-fresh-about .list:before {
    width: 350px;
    height: 305px;
    right: -125px;
    bottom: -105px;
  }
}
body .glowdown-section.b-fresh-about .list:after {
  content: "";
  display: block;
  width: 232px;
  height: 235px;
  background: url("images/burst-blue.svg") no-repeat;
  background-size: contain;
  left: -115px;
  top: -132px;
  position: absolute;
}
@media (max-width: 767px) {
  body .glowdown-section.b-fresh-about .list:after {
    width: 190px;
    height: 192px;
    left: -70px;
    top: -68px;
  }
}
@media (max-width: 767px) {
  body .glowdown-section.b-fresh-about .list .list-item {
    margin-bottom: 60px;
  }
}
body .glowdown-section.b-fresh-about .list .list-item:before {
  display: none;
}
body .glowdown-section.b-fresh-about .list .list-item:after {
  background: #FB5373 0% 0% no-repeat padding-box;
  border: 2px solid #fff;
}
body .glowdown-section.b-fresh-about .list .list-item .inner-item {
  background: #FAF48B 0% 0% no-repeat padding-box;
  border: 2px solid #fff;
  min-height: 430px;
}
@media (max-width: 1023px) {
  body .glowdown-section.b-fresh-about .list .list-item .inner-item {
    min-height: 350px;
  }
}
@media (max-width: 767px) {
  body .glowdown-section.b-fresh-about .list .list-item .inner-item {
    min-height: 250px;
  }
}
body .glowdown-section .wrapper {
  position: relative;
}
body .glowdown-section .wrapper:before, body .glowdown-section .wrapper:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  z-index: 1;
}
@media (max-width: 1023px) {
  body .glowdown-section .wrapper:before, body .glowdown-section .wrapper:after {
    display: none;
  }
}
body .glowdown-section .wrapper:before {
  width: 105px;
  height: 145px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='105.195' height='144.92' viewBox='0 0 105.195 144.92'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_720' data-name='Rectangle 720' width='105.195' height='144.92' fill='%23f891c1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_1989' data-name='Group 1989' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_1651' data-name='Path 1651' d='M46.125.668a48.046,48.046,0,0,0-1.182,6.409c-.42,3.128-1.3,8.354-1.908,11.6-1.488,7.973-2.251,12.7-2.9,17.93-.572,5-1.907,13.734-2.136,13.924-.191.191-6.523-3.967-9.194-6.1-2.4-1.869-2.976-2.022-3.7-1.144-.572.687-.534.839,2.174,8.774l2.213,6.485-5.531,1.106C10.228,62.392,1.034,65.215.233,66.97c-.381.8-.305,1.068.305,1.678.648.61,1.793.763,8.927,1.106,12.971.649,20.982,1.3,20.982,1.64,0,.191-.5,1.831-1.106,3.662-1.946,5.875-3.548,11.788-3.4,12.513.076.458.5.763,1.221.839.839.115,1.3-.153,2.174-1.182,1.945-2.365,9.88-9.118,10.071-8.584.115.267.534,2.67.954,5.3s1.182,6.905,1.717,9.537c2.06,9.842,3.967,19.685,4.2,21.9.42,3.243.763,4.006,1.869,4.006.725,0,1.03-.267,1.3-1.259a80.85,80.85,0,0,0,1.6-11.711c.648-7.287,1.831-16.824,2.441-19.723.305-1.412.687-3.853.839-5.379a12.915,12.915,0,0,1,.381-2.747c.076,0,1.564.8,3.281,1.793,5.76,3.243,7.439,4.006,8.278,3.738,1.335-.42,1.3-1.488-.076-3.7-2.747-4.311-5.646-10.224-5.15-10.376.686-.229,9.308-1.6,15.755-2.518,7.362-1.068,16.48-2.594,18.159-3.052,1.908-.534,2.594-2.251,1.144-3.014-.916-.5-8.545-1.793-12.245-2.1-5.875-.5-20.295-2.48-20.982-2.9-.5-.305,1.335-5.99,3.243-9.881,1.64-3.357,1.64-4.387-.038-4.54C64.7,41.868,62,43.394,56.349,47.476c-1.831,1.335-3.471,2.289-3.586,2.1-.534-.877-1.869-14.611-2.67-27.658C48.987,3.567,48.758,1.011,48.338.515a1.337,1.337,0,0,0-2.213.153m.839,23.8c.343,6.9,1.335,18.731,1.984,23.385.458,3.281.648,3.929,1.526,4.654a3.247,3.247,0,0,0,1.679.877c.839,0,4.425-2.136,7.858-4.73,1.488-1.107,2.861-2.1,3.128-2.251s-.3,1.335-1.22,3.281c-.916,1.984-1.946,4.578-2.327,5.761-.687,2.136-.687,2.174.114,2.976.572.534,1.755.954,4.006,1.3,5.494.916,16.4,2.4,19.571,2.67,3.776.343,3.548.381-7.821,2.06-9.69,1.412-16.022,2.709-17.358,3.586a2,2,0,0,0-.954,1.373c0,.8,1.87,4.654,3.624,7.515.534.916.877,1.64.687,1.64a45.188,45.188,0,0,1-4.12-2.1,28.4,28.4,0,0,0-4.272-2.1c-.305,0-.687.381-.877.839-.534,1.335-3.357,19.3-4.044,26.055l-.267,2.67-.458-2.1c-1.564-7.21-2.632-12.589-3.815-19.608-.725-4.387-1.45-8.088-1.564-8.278a1.626,1.626,0,0,0-1.145-.343c-.725,0-2.136,1.106-5.188,3.891-2.289,2.174-4.425,4.082-4.73,4.234-.687.42-.534-.343,1.259-5.8a40.177,40.177,0,0,0,1.526-5.76c.267-2.251-.305-2.67-3.548-2.594-2.785.076-19.3-.8-19.532-.992-.229-.229,2.479-.954,12.245-3.281,4.54-1.068,8.545-2.213,8.851-2.556.916-.877.687-2.747-.916-7.477l-1.488-4.425,3.662,2.479A21.818,21.818,0,0,0,37.39,53.77c1.183,0,3.281-1.259,3.51-2.06.458-1.831,2.1-11.635,2.327-13.772.42-3.929,3.014-18.845,3.281-18.693a33.731,33.731,0,0,1,.458,5.226' transform='translate(0 0)' fill='%23f891c1' fill-rule='evenodd'/%3E%3Cpath id='Path_1652' data-name='Path 1652' d='M215.054,267.031c-.5.381-1.03,2.709-2.289,10.338-.916,5.417-1.831,9.957-1.984,10.109-.191.152-2.06.916-4.158,1.716-5.264,1.946-6.828,2.861-6.981,4.12-.191,1.45.572,1.678,6.218,2.022a38.987,38.987,0,0,1,5.57.572c.381.229.725,1.373,1.068,3.51.534,3.853,2.975,13.81,3.738,15.259.649,1.3,1.908,1.412,2.365.191.153-.458.573-4.12.954-8.088.343-4.006.725-8.126.839-9.194l.191-1.946,3.319-.992a53.407,53.407,0,0,1,5.8-1.45,11.319,11.319,0,0,0,2.975-.839,1.5,1.5,0,0,0-.229-2.289c-.8-.725-7.782-2.556-9.766-2.556a1.835,1.835,0,0,1-1.755-.725c-.191-.42-1.068-4.921-1.946-10.033-1.717-10.147-2.06-11.1-3.929-9.728m2.022,17.243c.992,5.264,1.412,5.646,6.714,6.523l1.526.229-3.052,1.106a18.655,18.655,0,0,0-3.548,1.6,25.274,25.274,0,0,0-1.183,5.837l-.686,5.3-.458-1.717c-.267-.954-.534-1.984-.61-2.289s-.572-2.06-1.106-3.853c-1.068-3.548-1.679-4.158-4.2-4.158a17.081,17.081,0,0,1-2.48-.229c-1.183-.229-1.106-.305,1.869-1.755a13,13,0,0,0,3.624-2.327,32.019,32.019,0,0,0,2.1-8.469c.038-1.984.61-.305,1.488,4.2' transform='translate(-127.919 -170.802)' fill='%23f891c1' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E%0A");
  left: -150px;
  bottom: 40px;
}
body .glowdown-section .wrapper:after {
  width: 96px;
  height: 136px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='96.586' height='135.889' viewBox='0 0 96.586 135.889'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_719' data-name='Rectangle 719' width='96.586' height='135.889' fill='%23f891c1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_1988' data-name='Group 1988' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_1648' data-name='Path 1648' d='M173.221.422c-.62.62-1.27,2.923-1.831,6.348-.236,1.535-.827,4.31-1.329,6.171a36.767,36.767,0,0,0-.856,3.868c0,.384-.59.708-2.421,1.269-2.244.709-9.182,2.569-9.536,2.569-.3,0-.709,1.181-.561,1.624.3.768,1.506,1.211,6.613,2.362,2.687.62,5.019,1.151,5.2,1.181a4.8,4.8,0,0,1,.5,2.274c.177,2.1,1.8,13.316,2.126,14.615a2.354,2.354,0,0,0,.886,1.151c.709.443.8.443,1.3,0,.649-.59,1.565-3.6,2.391-7.706.325-1.624.827-3.9,1.151-5.019.3-1.151.65-2.628.768-3.307.207-1.388.443-1.653,1.919-2.1,4.281-1.3,10.54-3.4,10.835-3.661.59-.473.473-1.063-.325-1.565-.65-.443-6.112-1.624-10.186-2.214a12.125,12.125,0,0,1-1.949-.355,35.891,35.891,0,0,1-.561-3.779C176.527,7.8,175.376,1.338,174.933.629c-.5-.768-1.063-.827-1.712-.207m1.417,12.46c.413,3.129.8,5.817.915,5.994.354.561,2.126,1.151,5.55,1.8a15.815,15.815,0,0,1,3.454.856,45.755,45.755,0,0,1-7.411,2.362,1.18,1.18,0,0,0-.827.413c-.384.472-2.067,6.525-2.894,10.3a6.515,6.515,0,0,1-.62,2.126c-.089-.059-.59-2.893-1.122-6.259-.768-4.724-1.092-6.23-1.506-6.525-.531-.384-.974-.5-5.108-1.476l-2.51-.561,1.27-.354c2.421-.679,6.023-2.155,6.732-2.805.59-.5.886-1.476,1.742-5.344.561-2.6,1.122-5.255,1.211-5.9.266-1.476.266-1.476,1.122,5.373' transform='translate(-108.363 0)' fill='%23f891c1' fill-rule='evenodd'/%3E%3Cpath id='Path_1649' data-name='Path 1649' d='M31.887,20.692c-.532,1.034-6.5,39.711-6.5,42.25v1.447l-1.535.443c-2.834.8-7.676,1.978-15.441,3.75C.443,70.383,0,70.56,0,72.007c0,.915,1.122,1.387,4.281,1.8,7.736,1.063,13.788,1.86,17.508,2.3a20.709,20.709,0,0,1,4.429.827A75.248,75.248,0,0,1,27.429,84.5c.531,3.986,1.24,9.212,1.565,11.662.325,2.421,1.033,7.027,1.594,10.186.532,3.159,1.092,6.319,1.181,7.027a3.627,3.627,0,0,0,.65,1.712,1.259,1.259,0,0,0,2.037-.472c.443-.974,1.653-9.655,2.6-18.6.65-6.141,1.388-11.9,2.451-19.043l.207-1.476,4.429-.768c5.078-.886,14.467-3.012,15.973-3.661,1.181-.5,1.328-1.388.354-2.037-.738-.443-15-4.074-18.394-4.635a8.988,8.988,0,0,1-2.421-.679c-.3-.3-1-5.373-1.86-13.758-.177-1.712-.531-4.753-.768-6.791s-.62-5.433-.856-7.529c-.354-3.454-2.008-13.7-2.391-15-.207-.679-1.506-.65-1.89.059m1.919,14.526c.236,2.51.62,6.348.856,8.533.266,2.185.65,6.23.915,9,.649,6.761,1.3,11.633,1.653,12.282.413.827,1.122,1.092,5.078,2.037,5.285,1.211,11.219,2.687,11.721,2.864.531.207.236.266-7.824,1.683-9.389,1.653-9.478,1.683-9.537,3.809,0,.679-.236,2.775-.472,4.635-.886,6.289-1.624,12.518-2.273,18.9-.5,4.694-.738,6.082-.886,5.314C32.772,103.1,31.473,94.18,31,90.4c-.59-4.754-2.1-14.2-2.362-14.91a1.855,1.855,0,0,0-1.27-.974c-1.063-.3-6.584-1.122-14.821-2.244l-5.019-.649,6.938-1.683C22.882,67.9,26.6,66.722,27.045,65.984a16.677,16.677,0,0,0,.8-3.779c.265-1.8.945-6.23,1.506-9.891,2.687-17.3,3.573-22.409,3.779-22.025a43.271,43.271,0,0,1,.679,4.931' transform='translate(0 -1.543)' fill='%23f891c1' fill-rule='evenodd'/%3E%3Cpath id='Path_1650' data-name='Path 1650' d='M173.221.422c-.62.62-1.27,2.923-1.831,6.348-.236,1.535-.827,4.31-1.329,6.171a36.767,36.767,0,0,0-.856,3.868c0,.384-.59.708-2.421,1.269-2.244.709-9.182,2.569-9.536,2.569-.3,0-.709,1.181-.561,1.624.3.768,1.506,1.211,6.613,2.362,2.687.62,5.019,1.151,5.2,1.181a4.8,4.8,0,0,1,.5,2.274c.177,2.1,1.8,13.316,2.126,14.615a2.354,2.354,0,0,0,.886,1.151c.709.443.8.443,1.3,0,.649-.59,1.565-3.6,2.391-7.706.325-1.624.827-3.9,1.151-5.019.3-1.151.65-2.628.768-3.307.207-1.388.443-1.653,1.919-2.1,4.281-1.3,10.54-3.4,10.835-3.661.59-.473.473-1.063-.325-1.565-.65-.443-6.112-1.624-10.186-2.214a12.125,12.125,0,0,1-1.949-.355,35.891,35.891,0,0,1-.561-3.779C176.527,7.8,175.376,1.338,174.933.629c-.5-.768-1.063-.827-1.712-.207m1.417,12.46c.413,3.129.8,5.817.915,5.994.354.561,2.126,1.151,5.55,1.8a15.815,15.815,0,0,1,3.454.856,45.755,45.755,0,0,1-7.411,2.362,1.18,1.18,0,0,0-.827.413c-.384.472-2.067,6.525-2.894,10.3a6.515,6.515,0,0,1-.62,2.126c-.089-.059-.59-2.893-1.122-6.259-.768-4.724-1.092-6.23-1.506-6.525-.531-.384-.974-.5-5.108-1.476l-2.51-.561,1.27-.354c2.421-.679,6.023-2.155,6.732-2.805.59-.5.886-1.476,1.742-5.344.561-2.6,1.122-5.255,1.211-5.9.266-1.476.266-1.476,1.122,5.373' transform='translate(-103.108 87)' fill='%23f891c1' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E%0A");
  right: -130px;
  top: 0;
}
body .glowdown-section h2 {
  -webkit-text-stroke: 1px #000;
  text-shadow: 2px 2px #F891C1, 2px 2px #F891C1;
  color: transparent;
  font-size: 56px;
  line-height: 56px;
  text-align: center;
  text-transform: lowercase;
  margin: 0 auto 75px;
  position: relative;
  z-index: 5;
}
@media (max-width: 1023px) {
  body .glowdown-section h2 {
    font-size: 48px;
    margin: 0 auto 65px;
  }
}
@media (max-width: 767px) {
  body .glowdown-section h2 {
    font-size: 40px;
    line-height: 100%;
    margin: 0 auto 45px;
  }
}
body .glowdown-section h2 span {
  display: inline-block;
  background-color: #d7ecff;
}
body .glowdown-section .list {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1023px) {
  body .glowdown-section .list {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
  }
}
body .glowdown-section .list:before {
  content: "";
  display: block;
  width: 1920px;
  height: 699px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1440' height='423.52' viewBox='0 0 1440 423.52'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_681' data-name='Rectangle 681' width='1440' height='423.52' transform='translate(-55.811 1006.37)' fill='%23fff'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-2'%3E%3Crect id='Rectangle_104' data-name='Rectangle 104' width='1782.929' height='207.785' transform='translate(0 0)' fill='none' stroke='%23e649b1' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Mask_Group_54' data-name='Mask Group 54' transform='translate(55.811 -1006.37)' clip-path='url(%23clip-path)'%3E%3Cg id='Group_1424' data-name='Group 1424' transform='matrix(0.993, 0.122, -0.122, 0.993, -297.437, 1006.365)'%3E%3Cg id='Group_1423' data-name='Group 1423' transform='translate(-0.012 0.006)' clip-path='url(%23clip-path-2)'%3E%3Cpath id='Path_1306' data-name='Path 1306' d='M0,2.073c0,77.218,136.66,149.9,217.985,149.9,113.106-.006,133.812-102.945,255-102.951,127.26-.006,115.059,106.93,209.987,106.925C862.726,155.936,804.288.033,975.967.024c157.54-.008,92.562,161.9,237.984,161.891,171.678-.009,120.963-161.909,329-161.92,127.244-.006,193.988,106.717,193.985,155.9' transform='translate(21.998 22.911)' fill='none' stroke='%23f891c1' stroke-linecap='round' stroke-miterlimit='10' stroke-width='28'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
@media (max-width: 1023px) {
  body .glowdown-section .list:before {
    width: 535px;
    height: 991px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='535.157' height='990.29' viewBox='0 0 535.157 990.29'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.5' x2='0.5' y2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23d2e9ff'/%3E%3Cstop offset='1' stop-color='%23f0f9ff'/%3E%3C/linearGradient%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_719' data-name='Rectangle 719' width='535.157' height='990.29' transform='translate(15068.617 -1230.405)' fill='url(%23linear-gradient)'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Mask_Group_88' data-name='Mask Group 88' transform='translate(-15068.617 1230.405)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_1648' data-name='Path 1648' d='M-179.345,1061.025c-1.684,102.836,101.369,89.358,210.717,115.5s229.509,67.41,229.509,164.048-75.567,149.725-229.509,222.5-247.818,64.679-261.089,150.67,51.014,177.682,208,193.3,260.225,67.846,259.335,144.274' transform='translate(15322.617 -2291.43)' fill='none' stroke='%23f891c1' stroke-width='14'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
}
body .glowdown-section .list .list-item {
  width: calc(33% - 35px);
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  body .glowdown-section .list .list-item {
    max-width: 400px;
    width: 100%;
    margin-bottom: 100px;
  }
  body .glowdown-section .list .list-item:before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  body .glowdown-section .list .list-item:nth-child(odd):before {
    width: 55px;
    height: 76px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='105.195' height='144.92' viewBox='0 0 105.195 144.92'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_720' data-name='Rectangle 720' width='105.195' height='144.92' fill='%23f891c1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_1989' data-name='Group 1989' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_1651' data-name='Path 1651' d='M46.125.668a48.046,48.046,0,0,0-1.182,6.409c-.42,3.128-1.3,8.354-1.908,11.6-1.488,7.973-2.251,12.7-2.9,17.93-.572,5-1.907,13.734-2.136,13.924-.191.191-6.523-3.967-9.194-6.1-2.4-1.869-2.976-2.022-3.7-1.144-.572.687-.534.839,2.174,8.774l2.213,6.485-5.531,1.106C10.228,62.392,1.034,65.215.233,66.97c-.381.8-.305,1.068.305,1.678.648.61,1.793.763,8.927,1.106,12.971.649,20.982,1.3,20.982,1.64,0,.191-.5,1.831-1.106,3.662-1.946,5.875-3.548,11.788-3.4,12.513.076.458.5.763,1.221.839.839.115,1.3-.153,2.174-1.182,1.945-2.365,9.88-9.118,10.071-8.584.115.267.534,2.67.954,5.3s1.182,6.905,1.717,9.537c2.06,9.842,3.967,19.685,4.2,21.9.42,3.243.763,4.006,1.869,4.006.725,0,1.03-.267,1.3-1.259a80.85,80.85,0,0,0,1.6-11.711c.648-7.287,1.831-16.824,2.441-19.723.305-1.412.687-3.853.839-5.379a12.915,12.915,0,0,1,.381-2.747c.076,0,1.564.8,3.281,1.793,5.76,3.243,7.439,4.006,8.278,3.738,1.335-.42,1.3-1.488-.076-3.7-2.747-4.311-5.646-10.224-5.15-10.376.686-.229,9.308-1.6,15.755-2.518,7.362-1.068,16.48-2.594,18.159-3.052,1.908-.534,2.594-2.251,1.144-3.014-.916-.5-8.545-1.793-12.245-2.1-5.875-.5-20.295-2.48-20.982-2.9-.5-.305,1.335-5.99,3.243-9.881,1.64-3.357,1.64-4.387-.038-4.54C64.7,41.868,62,43.394,56.349,47.476c-1.831,1.335-3.471,2.289-3.586,2.1-.534-.877-1.869-14.611-2.67-27.658C48.987,3.567,48.758,1.011,48.338.515a1.337,1.337,0,0,0-2.213.153m.839,23.8c.343,6.9,1.335,18.731,1.984,23.385.458,3.281.648,3.929,1.526,4.654a3.247,3.247,0,0,0,1.679.877c.839,0,4.425-2.136,7.858-4.73,1.488-1.107,2.861-2.1,3.128-2.251s-.3,1.335-1.22,3.281c-.916,1.984-1.946,4.578-2.327,5.761-.687,2.136-.687,2.174.114,2.976.572.534,1.755.954,4.006,1.3,5.494.916,16.4,2.4,19.571,2.67,3.776.343,3.548.381-7.821,2.06-9.69,1.412-16.022,2.709-17.358,3.586a2,2,0,0,0-.954,1.373c0,.8,1.87,4.654,3.624,7.515.534.916.877,1.64.687,1.64a45.188,45.188,0,0,1-4.12-2.1,28.4,28.4,0,0,0-4.272-2.1c-.305,0-.687.381-.877.839-.534,1.335-3.357,19.3-4.044,26.055l-.267,2.67-.458-2.1c-1.564-7.21-2.632-12.589-3.815-19.608-.725-4.387-1.45-8.088-1.564-8.278a1.626,1.626,0,0,0-1.145-.343c-.725,0-2.136,1.106-5.188,3.891-2.289,2.174-4.425,4.082-4.73,4.234-.687.42-.534-.343,1.259-5.8a40.177,40.177,0,0,0,1.526-5.76c.267-2.251-.305-2.67-3.548-2.594-2.785.076-19.3-.8-19.532-.992-.229-.229,2.479-.954,12.245-3.281,4.54-1.068,8.545-2.213,8.851-2.556.916-.877.687-2.747-.916-7.477l-1.488-4.425,3.662,2.479A21.818,21.818,0,0,0,37.39,53.77c1.183,0,3.281-1.259,3.51-2.06.458-1.831,2.1-11.635,2.327-13.772.42-3.929,3.014-18.845,3.281-18.693a33.731,33.731,0,0,1,.458,5.226' transform='translate(0 0)' fill='%23f891c1' fill-rule='evenodd'/%3E%3Cpath id='Path_1652' data-name='Path 1652' d='M215.054,267.031c-.5.381-1.03,2.709-2.289,10.338-.916,5.417-1.831,9.957-1.984,10.109-.191.152-2.06.916-4.158,1.716-5.264,1.946-6.828,2.861-6.981,4.12-.191,1.45.572,1.678,6.218,2.022a38.987,38.987,0,0,1,5.57.572c.381.229.725,1.373,1.068,3.51.534,3.853,2.975,13.81,3.738,15.259.649,1.3,1.908,1.412,2.365.191.153-.458.573-4.12.954-8.088.343-4.006.725-8.126.839-9.194l.191-1.946,3.319-.992a53.407,53.407,0,0,1,5.8-1.45,11.319,11.319,0,0,0,2.975-.839,1.5,1.5,0,0,0-.229-2.289c-.8-.725-7.782-2.556-9.766-2.556a1.835,1.835,0,0,1-1.755-.725c-.191-.42-1.068-4.921-1.946-10.033-1.717-10.147-2.06-11.1-3.929-9.728m2.022,17.243c.992,5.264,1.412,5.646,6.714,6.523l1.526.229-3.052,1.106a18.655,18.655,0,0,0-3.548,1.6,25.274,25.274,0,0,0-1.183,5.837l-.686,5.3-.458-1.717c-.267-.954-.534-1.984-.61-2.289s-.572-2.06-1.106-3.853c-1.068-3.548-1.679-4.158-4.2-4.158a17.081,17.081,0,0,1-2.48-.229c-1.183-.229-1.106-.305,1.869-1.755a13,13,0,0,0,3.624-2.327,32.019,32.019,0,0,0,2.1-8.469c.038-1.984.61-.305,1.488,4.2' transform='translate(-127.919 -170.802)' fill='%23f891c1' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E%0A");
    bottom: -92px;
  }
  body .glowdown-section .list .list-item:nth-child(even):before {
    width: 60px;
    height: 85px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='96.586' height='135.889' viewBox='0 0 96.586 135.889'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_719' data-name='Rectangle 719' width='96.586' height='135.889' fill='%23f891c1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_1988' data-name='Group 1988' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_1648' data-name='Path 1648' d='M173.221.422c-.62.62-1.27,2.923-1.831,6.348-.236,1.535-.827,4.31-1.329,6.171a36.767,36.767,0,0,0-.856,3.868c0,.384-.59.708-2.421,1.269-2.244.709-9.182,2.569-9.536,2.569-.3,0-.709,1.181-.561,1.624.3.768,1.506,1.211,6.613,2.362,2.687.62,5.019,1.151,5.2,1.181a4.8,4.8,0,0,1,.5,2.274c.177,2.1,1.8,13.316,2.126,14.615a2.354,2.354,0,0,0,.886,1.151c.709.443.8.443,1.3,0,.649-.59,1.565-3.6,2.391-7.706.325-1.624.827-3.9,1.151-5.019.3-1.151.65-2.628.768-3.307.207-1.388.443-1.653,1.919-2.1,4.281-1.3,10.54-3.4,10.835-3.661.59-.473.473-1.063-.325-1.565-.65-.443-6.112-1.624-10.186-2.214a12.125,12.125,0,0,1-1.949-.355,35.891,35.891,0,0,1-.561-3.779C176.527,7.8,175.376,1.338,174.933.629c-.5-.768-1.063-.827-1.712-.207m1.417,12.46c.413,3.129.8,5.817.915,5.994.354.561,2.126,1.151,5.55,1.8a15.815,15.815,0,0,1,3.454.856,45.755,45.755,0,0,1-7.411,2.362,1.18,1.18,0,0,0-.827.413c-.384.472-2.067,6.525-2.894,10.3a6.515,6.515,0,0,1-.62,2.126c-.089-.059-.59-2.893-1.122-6.259-.768-4.724-1.092-6.23-1.506-6.525-.531-.384-.974-.5-5.108-1.476l-2.51-.561,1.27-.354c2.421-.679,6.023-2.155,6.732-2.805.59-.5.886-1.476,1.742-5.344.561-2.6,1.122-5.255,1.211-5.9.266-1.476.266-1.476,1.122,5.373' transform='translate(-108.363 0)' fill='%23f891c1' fill-rule='evenodd'/%3E%3Cpath id='Path_1649' data-name='Path 1649' d='M31.887,20.692c-.532,1.034-6.5,39.711-6.5,42.25v1.447l-1.535.443c-2.834.8-7.676,1.978-15.441,3.75C.443,70.383,0,70.56,0,72.007c0,.915,1.122,1.387,4.281,1.8,7.736,1.063,13.788,1.86,17.508,2.3a20.709,20.709,0,0,1,4.429.827A75.248,75.248,0,0,1,27.429,84.5c.531,3.986,1.24,9.212,1.565,11.662.325,2.421,1.033,7.027,1.594,10.186.532,3.159,1.092,6.319,1.181,7.027a3.627,3.627,0,0,0,.65,1.712,1.259,1.259,0,0,0,2.037-.472c.443-.974,1.653-9.655,2.6-18.6.65-6.141,1.388-11.9,2.451-19.043l.207-1.476,4.429-.768c5.078-.886,14.467-3.012,15.973-3.661,1.181-.5,1.328-1.388.354-2.037-.738-.443-15-4.074-18.394-4.635a8.988,8.988,0,0,1-2.421-.679c-.3-.3-1-5.373-1.86-13.758-.177-1.712-.531-4.753-.768-6.791s-.62-5.433-.856-7.529c-.354-3.454-2.008-13.7-2.391-15-.207-.679-1.506-.65-1.89.059m1.919,14.526c.236,2.51.62,6.348.856,8.533.266,2.185.65,6.23.915,9,.649,6.761,1.3,11.633,1.653,12.282.413.827,1.122,1.092,5.078,2.037,5.285,1.211,11.219,2.687,11.721,2.864.531.207.236.266-7.824,1.683-9.389,1.653-9.478,1.683-9.537,3.809,0,.679-.236,2.775-.472,4.635-.886,6.289-1.624,12.518-2.273,18.9-.5,4.694-.738,6.082-.886,5.314C32.772,103.1,31.473,94.18,31,90.4c-.59-4.754-2.1-14.2-2.362-14.91a1.855,1.855,0,0,0-1.27-.974c-1.063-.3-6.584-1.122-14.821-2.244l-5.019-.649,6.938-1.683C22.882,67.9,26.6,66.722,27.045,65.984a16.677,16.677,0,0,0,.8-3.779c.265-1.8.945-6.23,1.506-9.891,2.687-17.3,3.573-22.409,3.779-22.025a43.271,43.271,0,0,1,.679,4.931' transform='translate(0 -1.543)' fill='%23f891c1' fill-rule='evenodd'/%3E%3Cpath id='Path_1650' data-name='Path 1650' d='M173.221.422c-.62.62-1.27,2.923-1.831,6.348-.236,1.535-.827,4.31-1.329,6.171a36.767,36.767,0,0,0-.856,3.868c0,.384-.59.708-2.421,1.269-2.244.709-9.182,2.569-9.536,2.569-.3,0-.709,1.181-.561,1.624.3.768,1.506,1.211,6.613,2.362,2.687.62,5.019,1.151,5.2,1.181a4.8,4.8,0,0,1,.5,2.274c.177,2.1,1.8,13.316,2.126,14.615a2.354,2.354,0,0,0,.886,1.151c.709.443.8.443,1.3,0,.649-.59,1.565-3.6,2.391-7.706.325-1.624.827-3.9,1.151-5.019.3-1.151.65-2.628.768-3.307.207-1.388.443-1.653,1.919-2.1,4.281-1.3,10.54-3.4,10.835-3.661.59-.473.473-1.063-.325-1.565-.65-.443-6.112-1.624-10.186-2.214a12.125,12.125,0,0,1-1.949-.355,35.891,35.891,0,0,1-.561-3.779C176.527,7.8,175.376,1.338,174.933.629c-.5-.768-1.063-.827-1.712-.207m1.417,12.46c.413,3.129.8,5.817.915,5.994.354.561,2.126,1.151,5.55,1.8a15.815,15.815,0,0,1,3.454.856,45.755,45.755,0,0,1-7.411,2.362,1.18,1.18,0,0,0-.827.413c-.384.472-2.067,6.525-2.894,10.3a6.515,6.515,0,0,1-.62,2.126c-.089-.059-.59-2.893-1.122-6.259-.768-4.724-1.092-6.23-1.506-6.525-.531-.384-.974-.5-5.108-1.476l-2.51-.561,1.27-.354c2.421-.679,6.023-2.155,6.732-2.805.59-.5.886-1.476,1.742-5.344.561-2.6,1.122-5.255,1.211-5.9.266-1.476.266-1.476,1.122,5.373' transform='translate(-103.108 87)' fill='%23f891c1' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E%0A");
    bottom: -97px;
  }
  body .glowdown-section .list .list-item:last-of-type {
    margin-bottom: 0;
  }
  body .glowdown-section .list .list-item:last-of-type:before {
    display: none;
  }
}
@media (max-width: 767px) {
  body .glowdown-section .list .list-item {
    max-width: 305px;
  }
}
body .glowdown-section .list .list-item:after {
  content: "";
  display: block;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background: #f8d5ff 0% 0% no-repeat padding-box;
  border: 1px solid #000;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 40px 55px 50px 55px;
  z-index: 1;
}
body .glowdown-section .list .list-item:nth-child(2n) {
  margin-top: 40px;
}
@media (max-width: 1023px) {
  body .glowdown-section .list .list-item:nth-child(2n) {
    margin-top: 0;
  }
}
body .glowdown-section .list .list-item .inner-item {
  width: 100%;
  min-height: 378px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: transparent linear-gradient(180deg, #FAE59D 0%, #FCECB9 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #000;
  border-radius: 40px;
  padding: 40px 24px 30px;
  position: relative;
  z-index: 5;
}
@media (max-width: 1023px) {
  body .glowdown-section .list .list-item .inner-item {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  body .glowdown-section .list .list-item .inner-item {
    min-height: 250px;
  }
}
body .glowdown-section .list .list-item .item-numb {
  color: transparent;
  font-family: "Helvetica", sans-serif;
  font-size: 96px;
  font-weight: 700;
  line-height: 56px;
  -webkit-text-stroke: 1px #000;
  text-shadow: 2px 2px #F891C1, 2px 2px #F891C1;
  margin-bottom: 30px;
}
body .glowdown-section .list .list-item .text {
  font-size: 32px;
  font-weight: 700;
  line-height: 133%;
  text-align: center;
  text-transform: lowercase;
}
@media (max-width: 767px) {
  body .glowdown-section .list .list-item .text {
    font-size: 20px;
    line-height: 30px;
  }
}
body .before-after-section {
  padding: 110px 0;
}
body .before-after-section.faq {
  padding: 20px 0 110px;
}
body .before-after-section .before-after-blocks {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  body .before-after-section .before-after-blocks {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
body .before-after-section .before-after-blocks .single-block {
  width: calc(50% - 16px);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 48px 75px;
}
@media (max-width: 1365px) {
  body .before-after-section .before-after-blocks .single-block {
    padding: 40px 65px 48px 75px;
  }
}
@media (max-width: 1023px) {
  body .before-after-section .before-after-blocks .single-block {
    max-width: 640px;
    width: 100%;
    padding: 48px 75px;
    margin-bottom: 32px;
  }
  body .before-after-section .before-after-blocks .single-block:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  body .before-after-section .before-after-blocks .single-block {
    padding: 32px 22px 32px 62px;
  }
}
body .before-after-section .before-after-blocks .single-block.before-block {
  background: #FFE6F7 0% 0% no-repeat padding-box;
}
body .before-after-section .before-after-blocks .single-block.before-block .title-block:before {
  background-color: #FFF6B7;
}
body .before-after-section .before-after-blocks .single-block.after-block {
  background: #FFF6B7 0% 0% no-repeat padding-box;
}
body .before-after-section .before-after-blocks .single-block.after-block .title-block:before {
  background-color: #FFE6F7;
}
body .before-after-section .before-after-blocks .single-block .title-block {
  font-size: 40px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 767px) {
  body .before-after-section .before-after-blocks .single-block .title-block {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
body .before-after-section .before-after-blocks .single-block .title-block:before {
  content: "";
  display: block;
  width: calc(100% + 24px);
  height: 21px;
  position: absolute;
  left: 50%;
  top: 58%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
@media (max-width: 767px) {
  body .before-after-section .before-after-blocks .single-block .title-block:before {
    height: 16px;
    top: 55%;
  }
}
body .before-after-section .before-after-blocks .single-block .title-block span {
  position: relative;
  z-index: 2;
}
body .before-after-section .before-after-blocks .single-block .list .list-item {
  margin-bottom: 32px;
  position: relative;
}
body .before-after-section .before-after-blocks .single-block .list .list-item:before {
  content: "";
  display: block;
  position: absolute;
  background: url("images/checkmark-pink.svg") no-repeat;
  background-size: contain;
  left: -48px;
  top: 0;
  width: 32px;
  height: 34px;
}
@media (max-width: 767px) {
  body .before-after-section .before-after-blocks .single-block .list .list-item:before {
    width: 24px;
    height: 26px;
    top: 2px;
    left: -40px;
  }
}
body .before-after-section .before-after-blocks .single-block .list .list-item:last-child {
  margin-bottom: 0;
}
body .before-after-section .before-after-blocks .single-block .list .list-item .title {
  color: #E63AA7;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  body .before-after-section .before-after-blocks .single-block .list .list-item .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 8px;
  }
}
body .before-after-section .before-after-blocks .single-block .list .list-item .text {
  font-size: 20px;
  line-height: 34px;
}
@media (max-width: 767px) {
  body .before-after-section .before-after-blocks .single-block .list .list-item .text {
    font-size: 16px;
    line-height: 24px;
  }
}
body .before-after-section .before-after-blocks .single-block .list .list-item .text p {
  margin: 0;
}
body .btan-bff-list {
  padding: 110px 0;
}
@media (max-width: 1365px) {
  body .btan-bff-list {
    padding: 90px 0;
  }
}
@media (max-width: 1023px) {
  body .btan-bff-list {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  body .btan-bff-list {
    padding: 65px 0 50px;
  }
}
body .btan-bff-list h2 {
  color: transparent;
  -webkit-text-stroke: 1px #000;
  text-shadow: 2px 2px #F891C1, 2px 2px #F891C1;
  margin: 0 auto 75px;
  position: relative;
}
@media (max-width: 1279px) {
  body .btan-bff-list h2 {
    margin: 0 auto 70px;
  }
}
@media (max-width: 1023px) {
  body .btan-bff-list h2 {
    margin: 0 auto 65px;
  }
}
@media (max-width: 767px) {
  body .btan-bff-list h2 {
    margin: 0 auto 55px;
  }
}
body .btan-bff-list h2 span br {
  display: none;
}
@media (max-width: 1023px) {
  body .btan-bff-list h2 span br {
    display: block;
  }
}
body .btan-bff-list .tns-ovh {
  padding: 0 8px 10px 5px;
}
@media (max-width: 1023px) {
  body .btan-bff-list .tns-ovh {
    overflow: visible;
  }
}
body .btan-bff-list .tns-outer {
  position: relative;
}
@media (max-width: 1279px) {
  body .btan-bff-list .tns-outer {
    padding: 0 15px !important;
  }
}
@media (max-width: 1023px) {
  body .btan-bff-list .tns-outer {
    padding: 0 15px 0 6px !important;
  }
}
body .btan-bff-list .list {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding-right: 10px;
}
@media (max-width: 1365px) {
  body .btan-bff-list .list {
    align-items: stretch;
  }
}
body .btan-bff-list .list .list-item {
  position: relative;
  z-index: 1;
}
body .btan-bff-list .list .list-item:after {
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: calc(100% + 10px);
  background: #f8d5ff 0% 0% no-repeat padding-box;
  border: 1px solid #000;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 40px 55px 48px 55px;
  z-index: 1;
}
@media (max-width: 1279px) {
  body .btan-bff-list .list .list-item:after {
    width: calc(100% - 37px);
  }
}
@media (max-width: 1023px) {
  body .btan-bff-list .list .list-item:after {
    width: calc(100% - 32px);
  }
}
@media (max-width: 767px) {
  body .btan-bff-list .list .list-item:after {
    width: calc(100% - 12px);
  }
}
@media (max-width: 479px) {
  body .btan-bff-list .list .list-item:after {
    width: calc(100% - 27px);
  }
}
body .btan-bff-list .list .list-item:nth-child(2n) {
  margin-top: 40px;
}
@media (max-width: 1365px) {
  body .btan-bff-list .list .list-item:nth-child(2n) {
    margin-top: 0;
  }
}
body .btan-bff-list .list .list-item .inner-item {
  width: 100%;
  height: 100%;
  min-height: 405px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: transparent linear-gradient(180deg, #FAE59D 0%, #FCECB9 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #000;
  border-radius: 40px;
  padding: 40px 15px;
  position: relative;
  overflow: hidden;
  z-index: 5;
}
body .btan-bff-list .list .list-item .item-numb {
  color: transparent;
  font-family: "Helvetica", sans-serif;
  font-size: 96px;
  font-weight: 700;
  line-height: 85%;
  -webkit-text-stroke: 1px #000;
  text-shadow: 2px 2px #F891C1, 2px 2px #F891C1;
  margin-bottom: 25px;
}
body .btan-bff-list .list .list-item .text {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  text-transform: lowercase;
  margin-bottom: 25px;
}
body .btan-bff-list .tns-controls button {
  width: 17px;
  height: 34px;
  position: absolute;
  background: url("images/left-arrow-gray.png") no-repeat center;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  white-space: nowrap;
  text-indent: 500%;
  overflow: hidden;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
body .btan-bff-list .tns-controls button[data-controls=prev] {
  left: -20px;
}
@media (max-width: 1279px) {
  body .btan-bff-list .tns-controls button[data-controls=prev] {
    left: -15px;
  }
}
body .btan-bff-list .tns-controls button[data-controls=next] {
  right: -20px;
  transform: rotate(180deg) translateY(50%);
}
@media (max-width: 1279px) {
  body .btan-bff-list .tns-controls button[data-controls=next] {
    right: -15px;
  }
}
body .how-do-you-b {
  background: transparent linear-gradient(180deg, #F5CEE0 0%, #F0B4C1 100%) 0% 0% no-repeat padding-box;
  padding: 110px 0 120px;
}
@media (max-width: 1279px) {
  body .how-do-you-b {
    padding: 90px 0 110px;
  }
}
@media (max-width: 1023px) {
  body .how-do-you-b {
    padding: 70px 0 90px;
  }
}
@media (max-width: 767px) {
  body .how-do-you-b {
    padding: 50px 0 70px;
  }
}
body .how-do-you-b.b-tan .btn .text-btn {
  background: #F8D5FF 0% 0% no-repeat padding-box;
  border: 1px solid #000;
}
body .how-do-you-b.b-tan .btn .highlight {
  background: #E649B1 0% 0% no-repeat padding-box;
  border: 1px solid #000;
}
body .how-do-you-b.b-fresh .list-products .item-product:after {
  border: 1px solid #fff;
}
body .how-do-you-b.b-fresh .list-products .item-product .wrap-item {
  border: 1px solid #fff;
}
body .how-do-you-b.b-fresh .btn .text-btn {
  background: #F8D5FF 0% 0% no-repeat padding-box;
  border: 1px solid #000;
}
body .how-do-you-b.b-fresh-about {
  background: transparent radial-gradient(closest-side at 50% 73%, #F8DF8D 0%, #FEC057 100%) 0% 0% no-repeat padding-box;
  position: relative;
}
body .how-do-you-b.b-fresh-about::before {
  content: "";
  display: block;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("images/pattern-bg.svg");
  background-size: cover;
}
body .how-do-you-b.b-fresh-about .wrapper {
  z-index: 2;
  position: relative;
}
body .how-do-you-b.b-fresh-about h2 span:after {
  background: #FAF48B 0% 0% no-repeat padding-box;
}
body .how-do-you-b.b-fresh-about .subtitle {
  max-width: 865px;
  margin: 0 auto 85px;
}
body .how-do-you-b.b-fresh-about .list-products .item-product {
  width: calc(20% - 25px);
}
body .how-do-you-b.b-fresh-about .list-products .item-product:after {
  background: #E4398A 0% 0% no-repeat padding-box;
  border: 2px solid #fff;
}
body .how-do-you-b.b-fresh-about .list-products .item-product .wrap-item {
  border: 2px solid #fff;
}
body .how-do-you-b.b-fresh-about .list-products .item-product .meta-product .btn .text-btn {
  background: #FFC6E6 0% 0% no-repeat padding-box;
  border: 2px solid #fff;
}
body .how-do-you-b.b-fresh-about .list-products .item-product .meta-product .btn .highlight {
  background: #E4398A 0% 0% no-repeat padding-box;
  border: 2px solid #fff;
}
body .how-do-you-b .wrapper {
  max-width: 1378px;
}
body .how-do-you-b h2 {
  text-align: center;
  margin: 0 auto 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  body .how-do-you-b h2 {
    margin: 0 auto 35px;
  }
}
body .how-do-you-b h2 span {
  position: relative;
}
body .how-do-you-b h2 span:after {
  content: "";
  display: block;
  background-color: #EFF8FF;
  width: calc(100% + 30px);
  height: 26px;
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
@media (max-width: 767px) {
  body .how-do-you-b h2 span:after {
    height: 17px;
  }
}
body .how-do-you-b .subtitle {
  color: #000;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 85px;
}
@media (max-width: 1023px) {
  body .how-do-you-b .subtitle {
    margin-bottom: 65px;
  }
}
@media (max-width: 767px) {
  body .how-do-you-b .subtitle {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
body .how-do-you-b .tns-ovh {
  padding: 0 8px 10px 5px;
}
@media (max-width: 1023px) {
  body .how-do-you-b .tns-ovh {
    overflow: visible;
  }
}
body .how-do-you-b .tns-outer {
  position: relative;
}
@media (max-width: 1279px) {
  body .how-do-you-b .tns-outer {
    padding: 0 15px !important;
  }
}
@media (max-width: 1023px) {
  body .how-do-you-b .tns-outer {
    padding: 0 15px 0 6px !important;
  }
}
body .how-do-you-b .list-products {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
}
body .how-do-you-b .list-products .item-product {
  box-sizing: border-box;
  padding-bottom: 8px;
  position: relative;
}
body .how-do-you-b .list-products .item-product:after {
  content: "";
  display: block;
  width: calc(100% - 36px);
  height: 100%;
  background: #E649B1 0% 0% no-repeat padding-box;
  border: 1px solid #000;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0 32px 0 32px;
  z-index: 1;
}
@media (max-width: 1023px) {
  body .how-do-you-b .list-products .item-product:after {
    width: calc(100% - 22px);
  }
}
@media (max-width: 767px) {
  body .how-do-you-b .list-products .item-product:after {
    width: calc(100% - 8px);
  }
}
body .how-do-you-b .list-products .item-product .wrap-item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0px 20px 0px 20px;
  position: relative;
  z-index: 5;
}
body .how-do-you-b .list-products .item-product figure {
  width: 100%;
  height: 410px;
  border-radius: 0 20px 0 0;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
@media (max-width: 1023px) {
  body .how-do-you-b .list-products .item-product figure {
    height: 300px;
  }
}
@media (max-width: 767px) {
  body .how-do-you-b .list-products .item-product figure {
    height: 200px;
  }
}
body .how-do-you-b .list-products .item-product figure img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
body .how-do-you-b .list-products .item-product .meta-product {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 0 0 0 20px;
  padding: 26px 23px 33px;
  position: relative;
  z-index: 5;
}
@media (max-width: 1023px) {
  body .how-do-you-b .list-products .item-product .meta-product {
    padding: 22px 19px;
  }
}
@media (max-width: 767px) {
  body .how-do-you-b .list-products .item-product .meta-product {
    padding: 14px 15px 23px;
  }
}
body .how-do-you-b .list-products .item-product .meta-product .title-product {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  body .how-do-you-b .list-products .item-product .meta-product .title-product {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  body .how-do-you-b .list-products .item-product .meta-product .title-product {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  body .how-do-you-b .list-products .item-product .meta-product .btn {
    font-size: 12px;
    line-height: 100%;
  }
}
body .how-do-you-b .list-products .item-product .meta-product .btn .text-btn {
  padding: 7px 32px;
}
@media (max-width: 767px) {
  body .how-do-you-b .list-products .item-product .meta-product .btn .text-btn {
    padding: 11px 18px;
  }
}
body .how-do-you-b .tns-controls button {
  width: 17px;
  height: 34px;
  position: absolute;
  background: url("images/left-arrow-white.png") no-repeat center;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  white-space: nowrap;
  text-indent: 500%;
  overflow: hidden;
  padding: 0;
  top: calc(50% - 8px);
  transform: translateY(-50%);
  z-index: 1;
}
body .how-do-you-b .tns-controls button[data-controls=prev] {
  left: -20px;
}
@media (max-width: 1279px) {
  body .how-do-you-b .tns-controls button[data-controls=prev] {
    left: -15px;
  }
}
body .how-do-you-b .tns-controls button[data-controls=next] {
  right: -20px;
  transform: rotate(180deg) translateY(50%);
}
@media (max-width: 1279px) {
  body .how-do-you-b .tns-controls button[data-controls=next] {
    right: -15px;
  }
}
body .products-slider-section {
  padding: 115px 0;
}
@media (max-width: 1279px) {
  body .products-slider-section {
    padding: 90px 0 110px;
  }
}
@media (max-width: 1023px) {
  body .products-slider-section {
    padding: 70px 0 90px;
  }
}
@media (max-width: 767px) {
  body .products-slider-section {
    padding: 50px 0 70px;
  }
}
body .products-slider-section .wrapper {
  max-width: 1150px;
}
body .products-slider-section .filter-categories {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  margin-bottom: 105px;
  position: relative;
}
@media (max-width: 1279px) {
  body .products-slider-section .filter-categories {
    margin-bottom: 90px;
  }
}
@media (max-width: 1023px) {
  body .products-slider-section .filter-categories {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  body .products-slider-section .filter-categories {
    margin-bottom: 50px;
  }
}
body .products-slider-section .filter-categories .active-backlight {
  display: inline-block;
  height: calc(100% + 10px);
  background-color: #F66CAC;
  border-radius: 0 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1.05);
  z-index: 1;
}
body .products-slider-section .filter-categories .category-item {
  width: 192px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fedcff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.54px;
  padding: 15px 10px;
  position: relative;
  transition: all 0.3s ease-in;
  /*&:before {
      content: '';
      display: block;
      width: 100%;
      height: calc(100% + 10px);
      background-color: #F66CAC;
      border-radius: 0px 10px;
      position: absolute;
      top: 50%;
      left: 0;
      opacity: 0;
      transform: translateY(-50%);
      transition: all .3s ease-in;
      z-index: 1;
  }*/
}
body .products-slider-section .filter-categories .category-item:first-of-type {
  border-radius: 0px 0px 0px 10px;
}
body .products-slider-section .filter-categories .category-item:last-of-type {
  border-radius: 0px 10px 0px 0px;
}
body .products-slider-section .filter-categories .category-item.active {
  color: #fff;
  transition: all 0.3s;
  /*&:before {
      opacity: 1;
      transition: all .3s ease-in;
  }*/
}
body .products-slider-section .filter-categories .category-item:hover:not(.active) {
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}
@media (max-width: 767px) {
  body .products-slider-section .filter-categories .category-item {
    font-size: 14px;
    padding: 12px 15px;
  }
}
@media (max-width: 479px) {
  body .products-slider-section .filter-categories .category-item {
    min-width: 106px;
    width: max-content;
    padding: 12px;
  }
}
body .products-slider-section .filter-categories .category-item span {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 5;
}
body .products-slider-section .tns-outer {
  position: relative;
}
@media (max-width: 1279px) {
  body .products-slider-section .tns-outer {
    padding: 0 15px !important;
  }
}
@media (max-width: 1023px) {
  body .products-slider-section .tns-outer {
    padding: 0 !important;
  }
}
body .products-slider-section .tns-ovh {
  margin: 0 -25px !important;
}
@media (max-width: 1279px) {
  body .products-slider-section .tns-ovh {
    margin: 0 -23px !important;
  }
}
@media (max-width: 1023px) {
  body .products-slider-section .tns-ovh {
    margin: 0 -20px !important;
  }
}
@media (max-width: 767px) {
  body .products-slider-section .tns-ovh {
    margin: 0 -10px !important;
  }
}
@media (max-width: 479px) {
  body .products-slider-section .tns-ovh {
    margin: 0 0 0 -10px !important;
  }
}
body .products-slider-section .tns-ovh {
  overflow: visible;
}
body .products-slider-section .tns-ovh .slider-products {
  height: auto;
  padding: 0;
}
body .products-slider-section .tns-ovh .slider-products .product-item {
  display: inline-block;
}
body .products-slider-section .slider-products {
  width: 100%;
  margin-bottom: 95px;
  height: 0;
}
@media (max-width: 767px) {
  body .products-slider-section .slider-products {
    margin-bottom: 45px;
  }
}
body .products-slider-section .slider-products .product-item {
  display: none;
  /*@media(min-width: 768px) {     
      padding: 0 20px;
  } 
  @media(min-width: 1024px) {     
      padding: 0 22px;
  } 
  @media(min-width: 1280px) {                
      padding: 0 25px;
  }*/
}
body .products-slider-section .slider-products .product-item .wrap-item {
  cursor: pointer;
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  body .products-slider-section .slider-products .product-item .wrap-item {
    aspect-ratio: auto;
    border-radius: 0;
  }
}
body .products-slider-section .slider-products .product-item figure {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  cursor: pointer;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F66CAC;
}
body .products-slider-section .slider-products .product-item figure img {
  width: 100%;
  height: 78%;
  object-fit: contain;
}
@media (max-width: 767px) {
  body .products-slider-section .slider-products .product-item figure img {
    height: 75%;
  }
}
body .products-slider-section .slider-products .product-item.stretch figure img {
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
}
body .products-slider-section .slider-products .product-item .data {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background: transparent;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  padding: 50px 65px 40px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  opacity: 0;
}
body .products-slider-section .slider-products .product-item .data:hover {
  opacity: 1;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  body .products-slider-section .slider-products .product-item .data {
    height: auto;
    position: relative;
    background: transparent !important;
    backdrop-filter: none;
    padding: 25px 0 15px;
    opacity: 1;
  }
}
body .products-slider-section .slider-products .product-item .data .title-product {
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  body .products-slider-section .slider-products .product-item .data .title-product {
    color: #000;
    font-size: 18px;
    text-align: center;
  }
}
@media (max-width: 479px) {
  body .products-slider-section .slider-products .product-item .data .title-product {
    font-size: 16px;
    margin-bottom: 17px;
  }
}
body .products-slider-section .slider-products .product-item .data .text-product {
  width: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 110%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  body .products-slider-section .slider-products .product-item .data .text-product {
    color: #000;
    font-size: 14px;
    text-align: center;
  }
}
@media (max-width: 479px) {
  body .products-slider-section .slider-products .product-item .data .text-product {
    display: none;
  }
}
body .products-slider-section .slider-products .product-item .data .darkness-indicator {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  body .products-slider-section .slider-products .product-item .data .darkness-indicator {
    margin: 0 auto 25px;
  }
}
@media (max-width: 479px) {
  body .products-slider-section .slider-products .product-item .data .darkness-indicator {
    display: none;
  }
}
@media (max-width: 767px) {
  body .products-slider-section .slider-products .product-item .data .darkness-indicator:before {
    border-color: #000;
  }
}
@media (max-width: 767px) {
  body .products-slider-section .slider-products .product-item .data .darkness-indicator.fill-1:before {
    background: #000;
  }
}
@media (max-width: 767px) {
  body .products-slider-section .slider-products .product-item .data .darkness-indicator.fill-2:before, body .products-slider-section .slider-products .product-item .data .darkness-indicator.fill-2 span:first-of-type:before {
    background: #000;
  }
}
@media (max-width: 767px) {
  body .products-slider-section .slider-products .product-item .data .darkness-indicator.fill-3:before, body .products-slider-section .slider-products .product-item .data .darkness-indicator.fill-3 span:first-of-type:before, body .products-slider-section .slider-products .product-item .data .darkness-indicator.fill-3 span:first-of-type:after {
    background: #000;
  }
}
@media (max-width: 767px) {
  body .products-slider-section .slider-products .product-item .data .darkness-indicator.fill-4:before, body .products-slider-section .slider-products .product-item .data .darkness-indicator.fill-4 span:first-of-type:before, body .products-slider-section .slider-products .product-item .data .darkness-indicator.fill-4 span:first-of-type:after, body .products-slider-section .slider-products .product-item .data .darkness-indicator.fill-4 span:last-of-type:before {
    background: #000;
  }
}
@media (max-width: 767px) {
  body .products-slider-section .slider-products .product-item .data .darkness-indicator.fill-5:before, body .products-slider-section .slider-products .product-item .data .darkness-indicator.fill-5 span:before, body .products-slider-section .slider-products .product-item .data .darkness-indicator.fill-5 span:after {
    background: #000;
  }
}
@media (max-width: 767px) {
  body .products-slider-section .slider-products .product-item .data .darkness-indicator span:after, body .products-slider-section .slider-products .product-item .data .darkness-indicator span:before {
    border-color: #000;
  }
}
body .products-slider-section .slider-products .product-item .data .btn {
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 767px) {
  body .products-slider-section .slider-products .product-item .data .btn {
    font-size: 12px;
    line-height: 16px;
    margin: auto;
  }
}
body .products-slider-section .slider-products .product-item .data .btn .text-btn {
  padding: 10px 24px;
}
@media (max-width: 767px) {
  body .products-slider-section .slider-products .product-item .data .btn .text-btn {
    background: #FEDCFF 0% 0% no-repeat padding-box;
    padding: 6px 15px;
  }
}
body .products-slider-section .slider-products .product-item .data .btn .highlight {
  background: #F76CAD 0% 0% no-repeat padding-box;
}
body .products-slider-section .tns-controls button {
  width: 17px;
  height: 34px;
  position: absolute;
  background: url("images/left-arrow-gray.png") no-repeat center;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  white-space: nowrap;
  text-indent: 500%;
  overflow: hidden;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
body .products-slider-section .tns-controls button[data-controls=prev] {
  left: -20px;
}
@media (max-width: 1279px) {
  body .products-slider-section .tns-controls button[data-controls=prev] {
    left: -15px;
  }
}
body .products-slider-section .tns-controls button[data-controls=next] {
  right: -20px;
  transform: rotate(180deg) translateY(50%);
}
@media (max-width: 1279px) {
  body .products-slider-section .tns-controls button[data-controls=next] {
    right: -15px;
  }
}
body .products-slider-section .link-shop {
  margin: 0 auto;
}
body .products-slider-section .link-shop .text-btn {
  background-color: #FEDCFF;
}
@media (max-width: 767px) {
  body .products-slider-section .link-shop .text-btn {
    background-color: #FEEDFF;
    padding: 11px 25px;
  }
}
body .products-slider-section .link-shop .highlight {
  background: #F76CAD 0% 0% no-repeat padding-box;
}
@media (max-width: 767px) {
  body .products-slider-section .link-shop {
    max-width: 305px;
    width: 100%;
  }
}
body .text-image-product-section {
  position: relative;
}
body .text-image-product-section .bg-left-col, body .text-image-product-section .bg-right-col {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
@media (max-width: 767px) {
  body .text-image-product-section .bg-left-col, body .text-image-product-section .bg-right-col {
    display: none;
  }
}
body .text-image-product-section .bg-right-col {
  left: 50%;
}
body .text-image-product-section.layout-image-left.violet .bg-left-col {
  background: transparent linear-gradient(180deg, #CA79F2 0%, #F779D2 100%) 0% 0% no-repeat padding-box !important;
}
body .text-image-product-section.layout-image-left.violet .bg-right-col {
  background-color: #8B42B5;
}
body .text-image-product-section.layout-image-left.violet .column-data:before {
  background-color: #8B42B5;
}
body .text-image-product-section.layout-image-left.violet .column-image:before {
  background: transparent linear-gradient(180deg, #CA79F2 0%, #F779D2 100%) 0% 0% no-repeat padding-box !important;
}
body .text-image-product-section.layout-image-left.orange .bg-left-col {
  background: transparent linear-gradient(216deg, #FF9016 0%, #F35E63 50%, #F05374 100%) 0% 0% no-repeat padding-box !important;
}
body .text-image-product-section.layout-image-left.orange .bg-right-col {
  background-color: #E649B1;
}
body .text-image-product-section.layout-image-left.orange .column-data:before {
  background-color: #E649B1;
}
body .text-image-product-section.layout-image-left.orange .column-image:before {
  background: transparent linear-gradient(216deg, #FF9016 0%, #F35E63 50%, #F05374 100%) 0% 0% no-repeat padding-box !important;
}
body .text-image-product-section.layout-image-left .wrapper {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  body .text-image-product-section.layout-image-left .wrapper {
    flex-direction: column-reverse;
  }
}
body .text-image-product-section.layout-image-left .column-data {
  padding-left: 200px;
  padding-right: 30px;
}
@media (max-width: 1279px) {
  body .text-image-product-section.layout-image-left .column-data {
    padding-left: 95px;
  }
}
@media (max-width: 1023px) {
  body .text-image-product-section.layout-image-left .column-data {
    padding-left: 85px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  body .text-image-product-section.layout-image-left .column-data {
    padding-left: 10px;
    padding-right: 85px;
  }
}
body .text-image-product-section.layout-image-left .column-data .darkness-indicator:before {
  border: 3px solid #FC8E17;
}
body .text-image-product-section.layout-image-left .column-data .darkness-indicator span:before, body .text-image-product-section.layout-image-left .column-data .darkness-indicator span:after {
  border: 3px solid #FC8E17;
}
body .text-image-product-section.layout-image-left .column-data .darkness-indicator.fill-1:before {
  background: #FC8E17;
}
body .text-image-product-section.layout-image-left .column-data .darkness-indicator.fill-2:before, body .text-image-product-section.layout-image-left .column-data .darkness-indicator.fill-2 span:first-of-type:before {
  background: #FC8E17;
}
body .text-image-product-section.layout-image-left .column-data .darkness-indicator.fill-3:before, body .text-image-product-section.layout-image-left .column-data .darkness-indicator.fill-3 span:first-of-type:before, body .text-image-product-section.layout-image-left .column-data .darkness-indicator.fill-3 span:first-of-type:after {
  background: #FC8E17;
}
body .text-image-product-section.layout-image-left .column-data .darkness-indicator.fill-4:before, body .text-image-product-section.layout-image-left .column-data .darkness-indicator.fill-4 span:first-of-type:before, body .text-image-product-section.layout-image-left .column-data .darkness-indicator.fill-4 span:first-of-type:after, body .text-image-product-section.layout-image-left .column-data .darkness-indicator.fill-4 span:last-of-type:before {
  background: #FC8E17;
}
body .text-image-product-section.layout-image-left .column-data .darkness-indicator.fill-5:before, body .text-image-product-section.layout-image-left .column-data .darkness-indicator.fill-5 span:before, body .text-image-product-section.layout-image-left .column-data .darkness-indicator.fill-5 span:after {
  background: #FC8E17;
}
body .text-image-product-section.layout-image-right.violet .bg-left-col {
  background-color: #8B42B5;
}
body .text-image-product-section.layout-image-right.violet .bg-right-col {
  background: transparent linear-gradient(180deg, #CA79F2 0%, #F779D2 100%) 0% 0% no-repeat padding-box !important;
}
body .text-image-product-section.layout-image-right.violet .column-data:before {
  background-color: #8B42B5;
}
body .text-image-product-section.layout-image-right.violet .column-image:before {
  background: transparent linear-gradient(180deg, #CA79F2 0%, #F779D2 100%) 0% 0% no-repeat padding-box !important;
}
body .text-image-product-section.layout-image-right.orange .bg-left-col {
  background-color: #E649B1;
}
body .text-image-product-section.layout-image-right.orange .bg-right-col {
  background: transparent linear-gradient(216deg, #FF9016 0%, #F35E63 50%, #F05374 100%) 0% 0% no-repeat padding-box !important;
}
body .text-image-product-section.layout-image-right.orange .column-data:before {
  content: "";
  display: none;
  width: calc(100% - 30px);
  height: 100%;
  background-color: #E649B1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  body .text-image-product-section.layout-image-right.orange .column-data {
    display: block;
  }
}
body .text-image-product-section.layout-image-right.orange .column-image:before {
  content: "";
  display: none;
  width: calc(100% - 30px);
  height: 100%;
  background: transparent linear-gradient(216deg, #FF9016 0%, #F35E63 50%, #F05374 100%) 0% 0% no-repeat padding-box !important;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  body .text-image-product-section.layout-image-right.orange .column-image {
    display: block;
  }
}
body .text-image-product-section.layout-image-right .column-data {
  padding-right: 200px;
  padding-left: 30px;
}
@media (max-width: 1279px) {
  body .text-image-product-section.layout-image-right .column-data {
    padding-right: 95px;
  }
}
@media (max-width: 1023px) {
  body .text-image-product-section.layout-image-right .column-data {
    padding-right: 85px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  body .text-image-product-section.layout-image-right .column-data {
    padding-left: 10px;
  }
}
body .text-image-product-section.orange .column-image figure figcaption {
  background: #F36D03 0% 0% no-repeat padding-box;
}
body .text-image-product-section.orange .column-image figure figcaption::before {
  border-color: #F36D03 transparent transparent transparent;
}
body .text-image-product-section.glow-next {
  margin-top: 248px;
}
@media (max-width: 1279px) {
  body .text-image-product-section.glow-next {
    margin-top: 180px;
  }
}
@media (max-width: 1023px) {
  body .text-image-product-section.glow-next {
    margin-top: 180px;
  }
}
@media (max-width: 767px) {
  body .text-image-product-section.glow-next {
    margin-top: 150px;
  }
}
@media (max-width: 479px) {
  body .text-image-product-section.glow-next {
    margin-top: 85px;
  }
}
body .text-image-product-section.glow-next .column-data {
  position: relative;
  z-index: 5;
}
body .text-image-product-section.glow-next .column-image figure img {
  width: 136%;
  max-width: none;
  margin-left: -16%;
  margin-top: -29%;
}
@media (max-width: 1365px) {
  body .text-image-product-section.glow-next .column-image figure img {
    width: 125%;
    margin-top: -25%;
  }
}
@media (max-width: 1023px) {
  body .text-image-product-section.glow-next .column-image figure img {
    margin-top: -20%;
  }
}
@media (max-width: 479px) {
  body .text-image-product-section.glow-next .column-image figure img {
    width: 119%;
    margin-top: -14%;
  }
}
body .text-image-product-section.glow-own .column-image figure img {
  width: 113%;
  margin-left: 10%;
  margin-right: 0;
  margin-top: -28%;
}
@media (max-width: 1279px) {
  body .text-image-product-section.glow-own .column-image figure img {
    margin-left: 14%;
  }
}
@media (max-width: 1023px) {
  body .text-image-product-section.glow-own .column-image figure img {
    width: 96%;
    margin-left: 21%;
    margin-top: -13%;
  }
}
@media (max-width: 767px) {
  body .text-image-product-section.glow-own .column-image figure img {
    width: 90%;
    margin: -10% auto 0;
  }
}
body .text-image-product-section.glow-own .column-image figure figcaption {
  top: 58.5%;
  left: -10.5%;
}
@media (max-width: 1365px) {
  body .text-image-product-section.glow-own .column-image figure figcaption {
    left: -6.5%;
  }
}
@media (max-width: 1279px) {
  body .text-image-product-section.glow-own .column-image figure figcaption {
    top: 72.5%;
    left: -2.5%;
  }
}
@media (max-width: 1023px) {
  body .text-image-product-section.glow-own .column-image figure figcaption {
    top: 70.5%;
    left: 17.5%;
  }
}
@media (max-width: 767px) {
  body .text-image-product-section.glow-own .column-image figure figcaption {
    top: 73.5%;
    left: 4.5%;
  }
}
@media (max-width: 479px) {
  body .text-image-product-section.glow-own .column-image figure figcaption {
    left: 0.5%;
  }
}
body .text-image-product-section.glow-own .column-image figure figcaption:last-child {
  top: 86%;
  left: auto;
  right: -8%;
}
@media (max-width: 1279px) {
  body .text-image-product-section.glow-own .column-image figure figcaption:last-child {
    right: -13%;
  }
}
@media (max-width: 1023px) {
  body .text-image-product-section.glow-own .column-image figure figcaption:last-child {
    top: 55%;
    left: 22%;
    right: auto;
  }
}
@media (max-width: 767px) {
  body .text-image-product-section.glow-own .column-image figure figcaption:last-child {
    top: 55%;
    left: 22%;
  }
}
@media (max-width: 479px) {
  body .text-image-product-section.glow-own .column-image figure figcaption:last-child {
    left: 12%;
  }
}
body .text-image-product-section.glow-own .column-image figure figcaption:last-child:before {
  left: 65px;
}
@media (max-width: 767px) {
  body .text-image-product-section.glow-own .column-image figure figcaption:last-child:before {
    left: 35px;
  }
}
body .text-image-product-section .wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
  z-index: 1;
  max-width: 1224px;
}
@media (max-width: 767px) {
  body .text-image-product-section .wrapper {
    align-items: flex-start;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
body .text-image-product-section .column-data {
  width: 50%;
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 0 50px;
  position: relative;
}
@media (max-width: 1023px) {
  body .text-image-product-section .column-data {
    padding: 30px 0 40px;
  }
}
@media (max-width: 767px) {
  body .text-image-product-section .column-data {
    width: 100%;
    padding: 50px 0 65px;
  }
}
body .text-image-product-section .column-data:before {
  content: "";
  display: none;
  width: calc(100% + 30px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  body .text-image-product-section .column-data:before {
    display: block;
  }
}
body .text-image-product-section .column-data .title-product {
  font-size: 40px;
  line-height: 150%;
  margin-bottom: 24px;
  font-weight: 700;
  position: relative;
  z-index: 5;
}
@media (max-width: 1023px) {
  body .text-image-product-section .column-data .title-product {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  body .text-image-product-section .column-data .title-product {
    font-size: 30px;
  }
}
@media (max-width: 479px) {
  body .text-image-product-section .column-data .title-product {
    font-size: 24px;
  }
}
body .text-image-product-section .column-data .darkness-indicator {
  margin-bottom: 32px;
  position: relative;
  z-index: 5;
}
body .text-image-product-section .column-data .darkness-indicator:before {
  width: 24px;
  height: 24px;
  border: 3px solid #E649B1;
}
body .text-image-product-section .column-data .darkness-indicator span:before, body .text-image-product-section .column-data .darkness-indicator span:after {
  width: 24px;
  height: 24px;
  border: 3px solid #E649B1;
}
body .text-image-product-section .column-data .darkness-indicator.fill-1:before {
  background: #E649B1;
}
body .text-image-product-section .column-data .darkness-indicator.fill-2:before, body .text-image-product-section .column-data .darkness-indicator.fill-2 span:first-of-type:before {
  background: #E649B1;
}
body .text-image-product-section .column-data .darkness-indicator.fill-3:before, body .text-image-product-section .column-data .darkness-indicator.fill-3 span:first-of-type:before, body .text-image-product-section .column-data .darkness-indicator.fill-3 span:first-of-type:after {
  background: #E649B1;
}
body .text-image-product-section .column-data .darkness-indicator.fill-4:before, body .text-image-product-section .column-data .darkness-indicator.fill-4 span:first-of-type:before, body .text-image-product-section .column-data .darkness-indicator.fill-4 span:first-of-type:after, body .text-image-product-section .column-data .darkness-indicator.fill-4 span:last-of-type:before {
  background: #E649B1;
}
body .text-image-product-section .column-data .darkness-indicator.fill-5:before, body .text-image-product-section .column-data .darkness-indicator.fill-5 span:before, body .text-image-product-section .column-data .darkness-indicator.fill-5 span:after {
  background: #E649B1;
}
body .text-image-product-section .column-data .text-product {
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 32px;
  position: relative;
  z-index: 5;
}
@media (max-width: 1023px) {
  body .text-image-product-section .column-data .text-product {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  body .text-image-product-section .column-data .text-product {
    font-size: 16px;
  }
}
body .text-image-product-section .column-image {
  width: 50%;
  position: relative;
}
body .text-image-product-section .column-image:before {
  content: "";
  display: none;
  width: calc(100% + 30px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  body .text-image-product-section .column-image:before {
    display: block;
  }
}
@media (max-width: 767px) {
  body .text-image-product-section .column-image {
    width: 100%;
  }
}
body .text-image-product-section .column-image figure {
  position: relative;
  z-index: 5;
}
body .text-image-product-section .column-image figure figcaption {
  position: absolute;
  font-size: 18px;
  line-height: 1.33;
  font-weight: 700;
  letter-spacing: 0.54px;
  color: #fff;
  background: #E649B1 0% 0% no-repeat padding-box;
  border-radius: 75px;
  padding: 13px 24px;
  top: 53.3%;
  left: -1.5%;
}
@media (max-width: 1279px) {
  body .text-image-product-section .column-image figure figcaption {
    font-size: 16px;
    left: -7.5%;
  }
}
@media (max-width: 767px) {
  body .text-image-product-section .column-image figure figcaption {
    font-size: 12px;
    left: 12.5%;
    padding: 8px 15px;
  }
}
@media (max-width: 479px) {
  body .text-image-product-section .column-image figure figcaption {
    padding: 6px 14px;
    left: 9.5%;
  }
}
body .text-image-product-section .column-image figure figcaption::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px 9px 0 9px;
  border-color: #E649B1 transparent transparent transparent;
  transform: rotate(0deg);
  position: absolute;
  right: 40px;
  top: 100%;
}
@media (max-width: 767px) {
  body .text-image-product-section .column-image figure figcaption::before {
    border-width: 11px 7px 0 7px;
    left: 30px;
    right: auto;
  }
}
body .text-image-product-section .column-image figure figcaption:last-child {
  top: 89%;
  left: auto;
  right: -8%;
}
@media (max-width: 1279px) {
  body .text-image-product-section .column-image figure figcaption:last-child {
    right: -2%;
  }
}
@media (max-width: 1023px) {
  body .text-image-product-section .column-image figure figcaption:last-child {
    top: 83%;
  }
}
@media (max-width: 767px) {
  body .text-image-product-section .column-image figure figcaption:last-child {
    right: auto;
    left: 39%;
  }
}
@media (max-width: 479px) {
  body .text-image-product-section .column-image figure figcaption:last-child {
    top: 81%;
    left: 38%;
  }
}
body .text-image-product-section .column-image figure figcaption:last-child::before {
  transform: rotate(180deg);
  top: auto;
  right: auto;
  left: 40px;
  bottom: 100%;
}
body .text-image-section {
  padding: 180px 0;
}
@media (max-width: 1279px) {
  body .text-image-section {
    padding: 120px 0;
  }
}
@media (max-width: 1023px) {
  body .text-image-section {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  body .text-image-section {
    padding: 55px 0 65px;
  }
}
body .text-image-section.layout-image-right .column-data {
  padding-right: 90px;
}
@media (max-width: 1023px) {
  body .text-image-section.layout-image-right .column-data {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  body .text-image-section.layout-image-right .column-data {
    padding-right: 0;
  }
}
body .text-image-section.layout-image-left .wrapper {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  body .text-image-section.layout-image-left .wrapper {
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
  }
}
body .text-image-section.layout-image-left .column-data {
  padding-left: 90px;
}
@media (max-width: 1023px) {
  body .text-image-section.layout-image-left .column-data {
    padding-left: 60px;
  }
}
@media (max-width: 767px) {
  body .text-image-section.layout-image-left .column-data {
    padding-left: 0;
    margin-bottom: 100px;
  }
}
body .text-image-section.layout-image-left .column-image .collage figure:first-of-type {
  left: auto;
  right: 0;
}
@media (max-width: 767px) {
  body .text-image-section.layout-image-left .column-image .collage figure:first-of-type {
    left: 0;
    right: auto;
  }
}
body .text-image-section.layout-image-left .column-image .collage figure:nth-of-type(2) {
  left: auto;
  right: 5%;
}
@media (max-width: 767px) {
  body .text-image-section.layout-image-left .column-image .collage figure:nth-of-type(2) {
    left: 5%;
    right: auto;
  }
}
body .text-image-section.layout-image-left .column-image .collage figure:nth-of-type(3) {
  left: 0;
  right: auto;
}
@media (max-width: 767px) {
  body .text-image-section.layout-image-left .column-image .collage figure:nth-of-type(3) {
    left: auto;
  }
}
body .text-image-section.how-about-main {
  background: url("images/btan-gradient-bg.svg") no-repeat center;
  background-size: cover;
}
@media (max-width: 767px) {
  body .text-image-section.how-about-main {
    padding-top: 130px;
  }
}
@media (max-width: 767px) {
  body .text-image-section.how-about-main .wrapper {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  body .text-image-section.how-about-main .column-data {
    margin-top: 50px;
  }
}
body .text-image-section.how-about-main .column-data .title {
  margin: 0 0 45px;
}
@media (max-width: 767px) {
  body .text-image-section.how-about-main .column-data .title {
    margin: 0 0 20px;
  }
}
body .text-image-section.how-about-main .column-image .collage {
  position: relative;
  z-index: 1;
}
body .text-image-section.how-about-main .column-image .collage:before {
  content: "";
  display: block;
  z-index: -1;
  width: 74%;
  height: 85%;
  position: absolute;
  left: 60px;
  top: -30px;
  background: url("images/window.svg") no-repeat center;
  background-size: contain;
}
@media (max-width: 767px) {
  body .text-image-section.we-are-btan {
    padding: 65px 0 100px;
  }
}
body .text-image-section.we-are-btan .wrapper {
  max-width: 1200px;
}
body .text-image-section.we-are-btan .column-data {
  padding-right: 120px;
}
@media (max-width: 1279px) {
  body .text-image-section.we-are-btan .column-data {
    padding-right: 100px;
  }
}
@media (max-width: 1023px) {
  body .text-image-section.we-are-btan .column-data {
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  body .text-image-section.we-are-btan .column-data {
    padding-right: 0;
    margin-bottom: 90px;
  }
}
body .text-image-section.we-are-btan .column-data .title {
  font-size: 72px;
  text-shadow: 2px 2px 0 #F779D2;
}
@media (max-width: 1279px) {
  body .text-image-section.we-are-btan .column-data .title {
    font-size: 68px;
  }
}
@media (max-width: 1023px) {
  body .text-image-section.we-are-btan .column-data .title {
    font-size: 56px;
  }
}
@media (max-width: 767px) {
  body .text-image-section.we-are-btan .column-data .title {
    font-size: 48px;
  }
}
@media (max-width: 479px) {
  body .text-image-section.we-are-btan .column-image {
    padding: 0 20px;
  }
}
@media (max-width: 690px) and (min-width: 480px) {
  body .text-image-section.we-are-btan .column-image .collage {
    width: 90%;
    margin-left: 5%;
  }
}
@media (max-width: 479px) {
  body .text-image-section.we-are-btan .column-image .collage {
    width: 98%;
  }
}
body .text-image-section.we-are-btan .column-image .collage:before {
  content: "";
  display: block;
  width: calc(133% - 2px);
  height: calc(137% - 1px);
  background: url("images/btan-blob-background-not-masked.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
@media (max-width: 1023px) {
  body .text-image-section.we-are-btan .column-image .collage:before {
    width: calc(125% - 2px);
    height: calc(127% - 1px);
  }
}
@media (max-width: 767px) {
  body .text-image-section.we-are-btan .column-image .collage:before {
    width: 114%;
    height: 126%;
    left: 50%;
  }
}
@media (max-width: 479px) {
  body .text-image-section.we-are-btan .column-image .collage:before {
    width: 117%;
    height: 130%;
    left: 51%;
  }
}
body .text-image-section.we-are-btan .column-image .collage figure:after {
  background: #F9DC7C 0% 0% no-repeat padding-box;
}
body .text-image-section.bfresh-be-you {
  overflow: hidden;
}
@media (max-width: 767px) {
  body .text-image-section.bfresh-be-you {
    padding: 55px 0 165px;
  }
}
body .text-image-section.bfresh-be-you .column-data .title {
  font-size: 72px;
  -webkit-text-stroke: 1px #A463EE;
  text-shadow: 2px 2px #FE9BB1, 2px 2px #FE9BB1;
}
@media (max-width: 1279px) {
  body .text-image-section.bfresh-be-you .column-data .title {
    font-size: 68px;
  }
}
@media (max-width: 1023px) {
  body .text-image-section.bfresh-be-you .column-data .title {
    font-size: 56px;
  }
}
@media (max-width: 767px) {
  body .text-image-section.bfresh-be-you .column-data .title {
    font-size: 48px;
    width: 100%;
    justify-content: flex-start;
  }
}
body .text-image-section.bfresh-be-you .column-image .collage {
  position: relative;
  z-index: 1;
}
body .text-image-section.bfresh-be-you .column-image .collage:before {
  content: "";
  display: block;
  background: url("images/bfresh-leaf-bg-dots.svg") no-repeat center;
  background-size: contain;
  width: 870px;
  height: 665px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-57%) translateY(-48%);
  z-index: -1;
}
@media (max-width: 1279px) {
  body .text-image-section.bfresh-be-you .column-image .collage:before {
    width: 160%;
    height: 133%;
  }
}
@media (max-width: 767px) {
  body .text-image-section.bfresh-be-you .column-image .collage:before {
    width: 130vw;
    height: 130vw;
    transform: translateX(-50%) translateY(-44%) rotate(90deg);
  }
}
body .text-image-section.bfresh-be-you .column-image .collage figure img {
  border: 2px solid #fff;
}
body .text-image-section.bfresh-be-you .column-image .collage figure:after {
  background: #C8BBFF 0% 0% no-repeat padding-box;
  border: 2px solid #fff;
}
body .text-image-section .wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 767px) {
  body .text-image-section .wrapper {
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
  }
}
body .text-image-section .column-data {
  width: 48%;
  position: relative;
  z-index: 5;
}
@media (max-width: 1023px) {
  body .text-image-section .column-data {
    width: 50%;
  }
}
@media (max-width: 767px) {
  body .text-image-section .column-data {
    width: 100%;
  }
}
body .text-image-section .column-data .title {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  color: transparent;
  -webkit-text-stroke: 1px #000;
  text-align: left;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 55px;
}
@media (max-width: 1279px) {
  body .text-image-section .column-data .title {
    margin: 0 0 45px;
  }
}
@media (max-width: 767px) {
  body .text-image-section .column-data .title {
    font-size: 36px;
    justify-content: center;
    text-align: center;
    margin: 0 0 35px;
  }
}
body .text-image-section .column-data .title .b-logo {
  width: 92px;
  height: 92px;
  background: url("images/b-logo.svg") no-repeat center;
  background-size: contain;
  display: inline-block;
  overflow: hidden;
  text-indent: 200%;
  margin: 0 10px;
}
@media (max-width: 1279px) {
  body .text-image-section .column-data .title .b-logo {
    width: 70px;
    height: 70px;
  }
}
body .text-image-section .column-data .text {
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  body .text-image-section .column-data .text {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  body .text-image-section .column-data .text {
    font-size: 20px;
  }
}
body .text-image-section .column-data .btn {
  margin-top: 32px;
}
@media (max-width: 767px) {
  body .text-image-section .column-data .btn {
    font-size: 16px;
    margin: 32px auto 0;
  }
}
@media (max-width: 767px) {
  body .text-image-section .column-data .btn .text-btn {
    padding: 12px 32px;
  }
}
body .text-image-section .column-image {
  width: 52%;
  max-width: 590px;
}
@media (max-width: 1023px) {
  body .text-image-section .column-image {
    width: 50%;
  }
}
@media (max-width: 767px) {
  body .text-image-section .column-image {
    width: 100%;
  }
}
body .text-image-section .column-image .collage {
  width: 100%;
  min-height: 530px;
  position: relative;
}
@media (max-width: 1279px) {
  body .text-image-section .column-image .collage {
    min-height: 47vw;
  }
}
@media (max-width: 767px) {
  body .text-image-section .column-image .collage {
    display: flex;
    justify-content: flex-end;
  }
}
body .text-image-section .column-image .collage figure {
  position: absolute;
  z-index: 5;
}
body .text-image-section .column-image .collage figure:after {
  content: "";
  display: block;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  background: #F84070 0% 0% no-repeat padding-box;
  border: 1px solid #000;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px 22px 15px 22px;
  z-index: 1;
}
body .text-image-section .column-image .collage figure:first-of-type {
  width: 40%;
  aspect-ratio: 1;
  left: 0;
  top: 7%;
}
@media (max-width: 767px) {
  body .text-image-section .column-image .collage figure:first-of-type {
    width: 41%;
    top: 0;
  }
}
@media (max-width: 479px) {
  body .text-image-section .column-image .collage figure:first-of-type {
    width: 45%;
  }
}
body .text-image-section .column-image .collage figure:first-of-type img {
  height: 100%;
}
body .text-image-section .column-image .collage figure:nth-of-type(2) {
  width: 30%;
  aspect-ratio: 1;
  bottom: 7%;
  left: 5%;
}
@media (max-width: 767px) {
  body .text-image-section .column-image .collage figure:nth-of-type(2) {
    width: 31%;
    bottom: 0;
  }
}
@media (max-width: 479px) {
  body .text-image-section .column-image .collage figure:nth-of-type(2) {
    left: 8%;
  }
}
body .text-image-section .column-image .collage figure:nth-of-type(2) img {
  height: 100%;
}
body .text-image-section .column-image .collage figure:nth-of-type(3) {
  width: 53%;
  height: 530px;
  top: 0;
  right: 0;
}
@media (max-width: 1279px) {
  body .text-image-section .column-image .collage figure:nth-of-type(3) {
    height: 100%;
  }
}
@media (max-width: 767px) {
  body .text-image-section .column-image .collage figure:nth-of-type(3) {
    width: 50%;
    height: auto;
    position: relative;
  }
}
@media (max-width: 479px) {
  body .text-image-section .column-image .collage figure:nth-of-type(3) {
    width: 47%;
  }
}
body .text-image-section .column-image .collage figure:nth-of-type(3) img {
  height: 100%;
}
body .text-image-section .column-image .collage figure img {
  width: 100%;
  height: auto;
  border: 1px solid #000;
  border-radius: 10px;
  object-fit: cover;
  position: relative;
  z-index: 5;
}
body .filled-with-free-from {
  background: transparent linear-gradient(180deg, #CA79F2 0%, #F779D2 100%) 0% 0% no-repeat padding-box;
  padding: 120px 0 140px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1365px) {
  body .filled-with-free-from {
    padding: 95px 0 115px;
  }
}
@media (max-width: 1023px) {
  body .filled-with-free-from {
    padding: 65px 0 370px;
  }
}
@media (max-width: 767px) {
  body .filled-with-free-from:after {
    display: none;
  }
}
body .filled-with-free-from:before {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  background: url("images/white-wave.svg") repeat-x;
  background-size: 201px;
  position: absolute;
  left: 0;
  top: 0;
}
body .filled-with-free-from .wrapper {
  position: relative;
}
body .filled-with-free-from .wrapper:before, body .filled-with-free-from .wrapper:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  z-index: 1;
}
body .filled-with-free-from .wrapper:before {
  width: 638px;
  height: 957px;
  background-image: url(images/img-filled-free-left.png);
  left: -260px;
  bottom: -160px;
}
@media (max-width: 1023px) {
  body .filled-with-free-from .wrapper:before {
    width: 300px;
    height: 450px;
    left: calc(50% - 90px);
    bottom: -370px;
    transform: translateX(-50%);
  }
}
body .filled-with-free-from .wrapper:after {
  width: 452px;
  height: 791px;
  background-image: url(images/img-filled-free-right.png);
  right: -185px;
  bottom: -160px;
}
@media (max-width: 1023px) {
  body .filled-with-free-from .wrapper:after {
    width: 210px;
    height: 368px;
    right: calc(50% - 90px);
    bottom: -370px;
    transform: translateX(50%);
  }
}
body .filled-with-free-from h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 85px;
  position: relative;
  z-index: 5;
}
@media (max-width: 1023px) {
  body .filled-with-free-from h2 {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  body .filled-with-free-from h2 {
    margin-bottom: 50px;
  }
}
body .filled-with-free-from h2 br {
  display: none;
}
@media (max-width: 1023px) {
  body .filled-with-free-from h2 br {
    display: block;
  }
}
body .filled-with-free-from h2 b:first-child {
  text-shadow: 4px 4px 0px #23A792;
}
body .filled-with-free-from h2 b:last-child {
  text-shadow: 4px 4px 0px #FB5A69;
}
body .filled-with-free-from .list-blocks {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  margin: 0 -25px;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  body .filled-with-free-from .list-blocks {
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0;
  }
}
body .filled-with-free-from .list-blocks .single-block {
  border-radius: 40px;
  margin: 0 25px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1023px) {
  body .filled-with-free-from .list-blocks .single-block {
    width: 50%;
  }
}
@media (max-width: 767px) {
  body .filled-with-free-from .list-blocks .single-block {
    max-width: 400px;
    width: 100%;
    margin: 0 0 55px;
  }
  body .filled-with-free-from .list-blocks .single-block:last-of-type {
    margin: 0;
  }
}
body .filled-with-free-from .list-blocks .single-block:after {
  content: "";
  display: block;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background: #FAF48B 0% 0% no-repeat padding-box;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 40px 55px 50px 55px;
  z-index: -1;
}
body .filled-with-free-from .list-blocks .single-block:first-child .inner-block {
  background: transparent linear-gradient(0deg, #A1E2D4 0%, #CDFCF5 100%) 0% 0% no-repeat padding-box;
}
body .filled-with-free-from .list-blocks .single-block:last-child .inner-block {
  background: transparent linear-gradient(180deg, #FB5A69 0%, #FC788B 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}
body .filled-with-free-from .list-blocks .single-block .inner-block {
  height: 100%;
  border-radius: 40px;
  padding: 43px 48px;
}
@media (max-width: 767px) {
  body .filled-with-free-from .list-blocks .single-block .inner-block {
    padding: 40px 25px;
  }
}
body .filled-with-free-from .list-blocks .single-block .title-block {
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 30px;
}
body .filled-with-free-from .list-blocks .single-block .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
body .filled-with-free-from .list-blocks .single-block .list .list-item {
  display: flex;
  min-height: 38px;
  padding-left: 52px;
  margin-bottom: 32px;
  position: relative;
}
body .filled-with-free-from .list-blocks .single-block .list .list-item:before {
  content: "";
  display: block;
  position: absolute;
  background: url("images/check-green.png") no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  width: 36px;
  height: 38px;
}
body .filled-with-free-from .list-blocks .single-block .list .list-item:last-child {
  margin-bottom: 0;
}
body .filled-with-free-from .list-blocks .single-block .list .list-item .text {
  font-size: 24px;
  line-height: 150%;
}
body .bgreen-block {
  background: #B0F2E5 0% 0% no-repeat padding-box;
  padding: 112px 0;
}
body .bgreen-block.for-home {
  position: relative;
}
body .bgreen-block.for-home:before, body .bgreen-block.for-home:after {
  content: "";
  display: block;
  background-repeat: repeat-x;
  background-position: center;
  background-size: cover;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 32px;
  background-size: 202px;
  position: absolute;
  left: 0;
}
body .bgreen-block.for-home::before {
  background-image: url("images/bfresh-wave-transition-repeat-top.svg");
  top: -32px;
}
body .bgreen-block.for-home::after {
  background-image: url("images/bfresh-wave-transition-repeat.svg");
  bottom: -32px;
}
@media (max-width: 1023px) {
  body .bgreen-block {
    padding: 100px 0 60px;
  }
}
@media (max-width: 767px) {
  body .bgreen-block {
    padding: 60px 0 20px;
  }
}
@media (max-width: 767px) {
  body .bgreen-block.b-fresh-about {
    padding: 60px 0 70px;
  }
}
body .bgreen-block.b-fresh-about .content-row .column-data h2 span:after {
  background: #F8DF8E 0% 0% no-repeat padding-box;
}
body .bgreen-block.b-fresh-about .content-row .column-data .btn .text-btn, body .bgreen-block.b-fresh-about .content-row .column-data .btn .highlight, body .bgreen-block.b-fresh-about .content-row .column-data .btn .lowlight {
  border: 1px solid #fff;
}
body .bgreen-block.b-fresh-about .content-row .column-data .btn .shadow {
  display: none;
}
body .bgreen-block .content-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  body .bgreen-block .content-row {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
body .bgreen-block .content-row .column-image {
  width: 52%;
}
@media (max-width: 1279px) {
  body .bgreen-block .content-row .column-image {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  body .bgreen-block .content-row .column-image {
    width: 45%;
  }
}
@media (max-width: 767px) {
  body .bgreen-block .content-row .column-image {
    width: 100%;
  }
}
body .bgreen-block .content-row .column-image .collage {
  width: 100%;
  min-height: 645px;
  position: relative;
}
@media (max-width: 1279px) {
  body .bgreen-block .content-row .column-image .collage {
    min-height: 57vw;
  }
}
@media (max-width: 767px) {
  body .bgreen-block .content-row .column-image .collage {
    min-height: 100vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
body .bgreen-block .content-row .column-image .collage figure {
  position: absolute;
}
@media (max-width: 767px) {
  body .bgreen-block .content-row .column-image .collage figure {
    position: relative;
  }
}
body .bgreen-block .content-row .column-image .collage figure:after {
  content: "";
  display: block;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  background: #F9DC7C 0% 0% no-repeat padding-box;
  border: 1px solid #000;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px 22px 15px 22px;
  z-index: 1;
}
body .bgreen-block .content-row .column-image .collage figure:first-of-type {
  width: calc(38% + 3px);
  aspect-ratio: 1;
  left: 0;
  top: 7%;
}
@media (max-width: 767px) {
  body .bgreen-block .content-row .column-image .collage figure:first-of-type {
    width: calc(26% + 3px);
    left: auto;
    top: auto;
  }
}
body .bgreen-block .content-row .column-image .collage figure:first-of-type img {
  height: 100%;
}
body .bgreen-block .content-row .column-image .collage figure:nth-of-type(2) {
  width: calc(52% + 4px);
  aspect-ratio: 1;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  body .bgreen-block .content-row .column-image .collage figure:nth-of-type(2) {
    width: calc(57% + 4px);
    top: auto;
    right: auto;
    margin-right: 10px;
  }
}
body .bgreen-block .content-row .column-image .collage figure:nth-of-type(2) img {
  height: 100%;
}
body .bgreen-block .content-row .column-image .collage figure:nth-of-type(3) {
  width: 85%;
  top: 55%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1023px) {
  body .bgreen-block .content-row .column-image .collage figure:nth-of-type(3) {
    width: 80%;
  }
}
@media (max-width: 767px) {
  body .bgreen-block .content-row .column-image .collage figure:nth-of-type(3) {
    margin-top: 40px;
  }
}
body .bgreen-block .content-row .column-image .collage figure:nth-of-type(3) img {
  height: 100%;
}
body .bgreen-block .content-row .column-image .collage figure img {
  width: 100%;
  height: auto;
  border: 1px solid #000;
  border-radius: 10px;
  object-fit: cover;
  position: relative;
  z-index: 5;
}
body .bgreen-block .content-row .column-data {
  width: 48%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 85px;
}
@media (max-width: 1279px) {
  body .bgreen-block .content-row .column-data {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  body .bgreen-block .content-row .column-data {
    width: 55%;
    padding-left: 75px;
  }
}
@media (max-width: 767px) {
  body .bgreen-block .content-row .column-data {
    width: 100%;
    padding-left: 0;
    padding-top: 75px;
  }
}
body .bgreen-block .content-row .column-data h2 {
  font-size: 56px;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1023px) {
  body .bgreen-block .content-row .column-data h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  body .bgreen-block .content-row .column-data h2 {
    font-size: 46px;
    text-align: center;
    margin-bottom: 30px;
  }
}
body .bgreen-block .content-row .column-data h2 span {
  display: inline-block;
  position: relative;
}
body .bgreen-block .content-row .column-data h2 span:after {
  content: "";
  display: block;
  background: #D9FFF7 0% 0% no-repeat padding-box;
  width: calc(100% + 30px);
  height: 30px;
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
@media (max-width: 767px) {
  body .bgreen-block .content-row .column-data h2 span:after {
    height: 25px;
  }
}
body .bgreen-block .content-row .column-data h2 em {
  font-family: "Black Diamond", sans-serif;
  font-size: 78px;
  font-weight: 400;
  line-height: 48px;
  margin-right: 8px;
}
body .bgreen-block .content-row .column-data h2 b {
  color: transparent;
  -webkit-text-stroke: 1.5px #000;
}
body .bgreen-block .content-row .column-data .text {
  width: 100%;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  body .bgreen-block .content-row .column-data .text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  body .bgreen-block .content-row .column-data .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body .bgreen-block .content-row .column-data .btn {
    margin: auto;
  }
}
body .bgreen-block .content-row .column-data .btn:hover .highlight,
body .bgreen-block .content-row .column-data .btn:hover .shadow {
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  left: 5px;
  top: 5px;
}
body .bgreen-block .content-row .column-data .btn:hover .lowlight {
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  left: -5px;
  top: -5px;
}
body .bgreen-block .content-row .column-data .btn .text-btn {
  border: 1px solid #000;
  border-radius: 0 4px 0 4px;
}
body .bgreen-block .content-row .column-data .btn .highlight {
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  background: #F9DC7C;
  border: 1px solid #000;
  border-radius: 0 12px 0 12px;
}
body .bgreen-block .content-row .column-data .btn .shadow {
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border-radius: 0px 20px 0 20px;
  opacity: 0.25;
}
body .bgreen-block .content-row .column-data .btn .lowlight {
  background-color: #F8AFD3;
  border: 1px solid #000;
  border-radius: 1px 10px 1px 10px;
}
body .bgreen-block .list-advantages {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin: 120px -24px 0;
}
@media (max-width: 1279px) {
  body .bgreen-block .list-advantages {
    margin: 90px auto -15px;
  }
}
@media (max-width: 1023px) {
  body .bgreen-block .list-advantages {
    max-width: 600px;
    margin: 80px auto -15px;
  }
}
@media (max-width: 767px) {
  body .bgreen-block .list-advantages {
    margin: 65px auto -10px;
  }
}
body .bgreen-block .list-advantages .list-item {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0 24px;
}
@media (max-width: 1365px) {
  body .bgreen-block .list-advantages .list-item {
    padding: 0 15px;
  }
}
@media (max-width: 1023px) {
  body .bgreen-block .list-advantages .list-item {
    width: 50%;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  body .bgreen-block .list-advantages .list-item {
    padding: 0 10px;
  }
}
body .bgreen-block .list-advantages .list-item figure {
  max-width: 165px;
  width: 100%;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  body .bgreen-block .list-advantages .list-item figure {
    margin-bottom: 5px;
  }
}
body .bgreen-block .list-advantages .list-item .text {
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
}
@media (max-width: 1023px) {
  body .bgreen-block .list-advantages .list-item .text {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  body .bgreen-block .list-advantages .list-item .text {
    font-size: 16px;
  }
}
body .images-grid {
  padding: 110px 0;
}
@media (max-width: 1365px) {
  body .images-grid {
    padding: 80px 0;
  }
}
@media (max-width: 1023px) {
  body .images-grid {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  body .images-grid {
    padding: 60px 0;
  }
}
body .images-grid.b-fresh-about h2 {
  font-size: 64px;
  line-height: 56px;
  -webkit-text-stroke: 1px #E4398A;
  text-shadow: 1px 3px #F8DF8D;
  color: transparent;
  position: relative;
  background: url("images/blue-wave@1.5x.png") repeat-x center;
  background-size: 510px;
  padding: 0;
}
body .images-grid.b-fresh-about h2 b {
  font-weight: inherit;
  padding: 0 40px;
  background: #fff;
}
@media (max-width: 1023px) {
  body .images-grid.b-fresh-about h2 {
    font-size: 56px;
  }
}
@media (max-width: 767px) {
  body .images-grid.b-fresh-about h2 {
    font-size: 48px;
  }
}
body .images-grid.b-fresh-about .collage figure:after {
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background: #F8DF8D 0% 0% no-repeat padding-box;
  border: 2px solid #fff;
}
@media (max-width: 767px) {
  body .images-grid.b-fresh-about .collage figure:after {
    width: calc(100% + 8px);
    height: calc(100% + 8px);
  }
}
body .images-grid.b-fresh-about .collage figure img {
  border: 2px solid #fff;
}
body .images-grid .wrapper {
  max-width: 1380px;
}
body .images-grid .above-title {
  font-size: 32px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 45px;
  padding: 0 20px;
}
@media (max-width: 1365px) {
  body .images-grid .above-title {
    margin-bottom: 35px;
  }
}
@media (max-width: 1023px) {
  body .images-grid .above-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  body .images-grid .above-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
body .images-grid h2 {
  text-align: center;
  margin-bottom: 95px;
  padding: 0 20px;
}
@media (max-width: 1365px) {
  body .images-grid h2 {
    margin-bottom: 85px;
  }
}
@media (max-width: 1023px) {
  body .images-grid h2 {
    margin-bottom: 65px;
  }
}
@media (max-width: 767px) {
  body .images-grid h2 {
    font-size: 24px;
    margin-bottom: 50px;
  }
}
body .images-grid h2 span {
  -webkit-text-stroke: 1.5px #000;
  text-shadow: 1px 3px #FB5A69, 1px 3px #FB5A69;
  color: transparent;
}
@media (max-width: 767px) {
  body .images-grid h2 span {
    -webkit-text-stroke: 0.75px #000;
    text-shadow: 1px 1.5px #FB5A69;
    color: transparent;
  }
}
body .images-grid .collage {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
@media (max-width: 767px) {
  body .images-grid .collage {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
body .images-grid .collage .column {
  width: calc(33% - 16px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  body .images-grid .collage .column {
    max-width: 450px;
    width: 100%;
    margin-bottom: 24px;
  }
  body .images-grid .collage .column:last-of-type {
    margin: 0;
  }
}
body .images-grid .collage .column.vertic-img figure {
  height: 100%;
}
@media (max-width: 767px) {
  body .images-grid .collage .column.vertic-img figure {
    aspect-ratio: 1;
  }
}
body .images-grid .collage .column.vertic-img figure img {
  height: 100%;
}
@media (max-width: 767px) {
  body .images-grid .collage .column.vertic-img figure img {
    aspect-ratio: 1;
  }
}
body .images-grid .collage .column.column-with-row figure {
  aspect-ratio: 1;
}
body .images-grid .collage .column.column-with-row figure img {
  aspect-ratio: 1;
  height: 100%;
}
body .images-grid .collage .column .two-in-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
}
body .images-grid .collage .column .two-in-row.top-position {
  margin-bottom: 32px;
}
body .images-grid .collage .column .two-in-row.bottom-position {
  margin-top: 32px;
}
body .images-grid .collage .column .two-in-row figure {
  width: calc(50% - 16px);
  aspect-ratio: 1;
}
@media (max-width: 767px) {
  body .images-grid .collage .column .two-in-row figure {
    width: calc(50% - 12px);
  }
}
body .images-grid .collage .column .two-in-row figure img {
  aspect-ratio: 1;
  height: 100%;
}
body .images-grid .collage figure {
  width: 100%;
  position: relative;
}
body .images-grid .collage figure:after {
  content: "";
  display: block;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  background: #F8AFD3 0% 0% no-repeat padding-box;
  border: 1px solid #000;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px 22px 15px 22px;
  z-index: 1;
}
body .images-grid .collage figure img {
  width: 100%;
  height: auto;
  border: 1px solid #000;
  border-radius: 10px;
  object-fit: cover;
  position: relative;
  z-index: 5;
}
body .cta-section {
  min-height: 255px;
}
body .cta-section.quiz-cta {
  background: transparent linear-gradient(180deg, #EDB2D1 0%, #E98EB9 81%, #ED82B1 100%) 0% 0% no-repeat padding-box;
  padding: 32px 0;
}
body .cta-section.quiz-cta .wrapper {
  max-width: 1246px;
}
body .cta-section.quiz-cta .col {
  flex: auto;
}
@media (max-width: 767px) {
  body .cta-section.quiz-cta .headings-block {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  body .cta-section.quiz-cta .headings-block h2 {
    font-size: 24px;
    line-height: 185%;
    text-align: left;
  }
}
@media (max-width: 767px) {
  body .cta-section.quiz-cta .headings-block h2 b {
    font-size: 40px;
  }
}
body .cta-section.quiz-cta figure {
  margin-right: 120px;
}
@media (max-width: 1365px) {
  body .cta-section.quiz-cta figure {
    margin-right: 80px;
  }
}
@media (max-width: 1023px) {
  body .cta-section.quiz-cta figure {
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  body .cta-section.quiz-cta figure {
    margin-right: 0;
  }
}
body .cta-section.meet-b-fresh {
  background: transparent linear-gradient(180deg, #FFEE9D 0%, #FFD483 100%) 0% 0% no-repeat padding-box;
  padding: 48px 0;
}
@media (max-width: 767px) {
  body .cta-section.meet-b-fresh {
    padding: 65px 0;
  }
}
body .cta-section.meet-b-fresh .headings-block {
  color: #FF557E;
}
body .cta-section.meet-b-fresh .headings-block h2 {
  font-size: 56px;
  line-height: 60px;
  text-shadow: 3px 3px #fff, 3px 3px #fff;
}
@media (max-width: 1023px) {
  body .cta-section.meet-b-fresh .headings-block h2 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  body .cta-section.meet-b-fresh .headings-block .subheading {
    max-width: 230px;
    margin: 0 auto;
  }
}
body .cta-section.meet-b-fresh .btn:hover .shadow {
  width: calc(100% - 9px);
  height: calc(100% - 9px);
}
body .cta-section.meet-b-fresh .btn .shadow {
  width: calc(100% + 9px);
  height: calc(100% + 9px);
  background-color: #fff;
  opacity: 1;
}
body .cta-section.meet-b-tan {
  background: transparent linear-gradient(180deg, #CA79F2 0%, #F779D2 100%) 0% 0% no-repeat padding-box;
  padding: 48px 0;
}
@media (max-width: 767px) {
  body .cta-section.meet-b-tan {
    padding: 65px 0;
  }
}
body .cta-section.meet-b-tan .wrapper {
  max-width: 1350px;
}
body .cta-section.meet-b-tan .headings-block {
  color: #000;
}
body .cta-section.meet-b-tan .headings-block h2 {
  font-size: 56px;
  line-height: 71px;
}
@media (max-width: 1023px) {
  body .cta-section.meet-b-tan .headings-block h2 {
    font-size: 48px;
  }
}
body .cta-section.meet-b-tan .headings-block .subheading span:after {
  background-color: #F9DC7C;
}
body .cta-section.meet-b-tan .btn:hover .highlight {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
body .cta-section.meet-b-tan .btn:hover .shadow {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}
body .cta-section.meet-b-tan .btn .text-btn {
  border: 1px solid #000;
}
body .cta-section.meet-b-tan .btn .highlight {
  width: 100%;
  height: 100%;
  background: #FEE59A 0% 0% no-repeat padding-box;
  border: 1px solid #000;
}
body .cta-section.meet-b-tan .btn .shadow {
  width: calc(100% + 10px);
  height: calc(100% + 10px);
}
body .cta-section.meet-b-tan .btn .lowlight {
  background: #F8AFD3 0% 0% no-repeat padding-box;
  border: 1px solid #000;
}
body .cta-section.type-with-subtitle .headings-block h2 {
  margin-bottom: 19px;
}
@media (max-width: 767px) {
  body .cta-section.type-with-subtitle .headings-block h2 {
    margin-bottom: 25px;
  }
}
body .cta-section.circle-img figure {
  max-width: 160px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  body .cta-section.circle-img figure {
    max-width: 240px;
  }
}
body .cta-section.circle-img figure img {
  border-radius: 50%;
  aspect-ratio: 1;
  object-fit: cover;
}
@media (max-width: 767px) {
  body .cta-section.right-img .inner-wrapper, body .cta-section.left-img .inner-wrapper {
    justify-content: space-between;
  }
}
body .cta-section.right-img .col, body .cta-section.left-img .col {
  justify-content: space-between;
  margin-right: 0;
}
@media (max-width: 767px) {
  body .cta-section.right-img .col, body .cta-section.left-img .col {
    align-items: flex-start;
  }
}
body .cta-section.right-img .headings-block, body .cta-section.left-img .headings-block {
  margin-right: 50px;
}
@media (max-width: 1365px) {
  body .cta-section.right-img .headings-block, body .cta-section.left-img .headings-block {
    margin-right: 40px;
  }
}
@media (max-width: 1023px) {
  body .cta-section.right-img .headings-block, body .cta-section.left-img .headings-block {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  body .cta-section.right-img .headings-block, body .cta-section.left-img .headings-block {
    flex-direction: column;
    justify-content: flex-start;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  body .cta-section.right-img .inner-wrapper {
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  body .cta-section.right-img .col {
    width: 60%;
    flex: none;
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  body .cta-section.right-img figure {
    width: 30%;
    margin-right: 0;
    margin-bottom: 0;
  }
}
body .cta-section .inner-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  body .cta-section .inner-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }
}
body .cta-section .col {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  margin-right: 50px;
}
@media (max-width: 1365px) {
  body .cta-section .col {
    margin-right: 40px;
  }
}
@media (max-width: 1023px) {
  body .cta-section .col {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  body .cta-section .col {
    flex-direction: column;
    justify-content: flex-start;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
body .cta-section figure {
  max-width: 135px;
  width: 100%;
  display: flex;
  flex-shrink: 0;
  position: relative;
  margin-right: 90px;
}
@media (max-width: 1365px) {
  body .cta-section figure {
    margin-right: 70px;
  }
}
@media (max-width: 1023px) {
  body .cta-section figure {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  body .cta-section figure {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
body .cta-section figure img {
  max-width: 100%;
  width: 100%;
}
body .cta-section .headings-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
body .cta-section .headings-block h2 {
  line-height: 100%;
}
@media (max-width: 1023px) {
  body .cta-section .headings-block h2 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  body .cta-section .headings-block h2 {
    text-align: center;
  }
}
body .cta-section .headings-block h2 b {
  color: #fff;
  font-family: "Black Diamond", sans-serif;
  font-size: 80px;
  font-weight: 400;
}
body .cta-section .headings-block .subheading {
  width: 100%;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  body .cta-section .headings-block .subheading {
    line-height: 130%;
    text-align: center;
  }
}
body .cta-section .headings-block .subheading span {
  position: relative;
  z-index: 1;
}
body .cta-section .headings-block .subheading span:after {
  content: "";
  display: block;
  background-color: #FFF9A3;
  width: calc(100% + 10px);
  height: 17px;
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
body .cta-section .btn {
  width: max-content;
  flex-shrink: 0;
  font-size: 24px;
}
body .cta-section .btn .text-btn {
  padding: 9px 28px;
}
body .peta-approved-section {
  padding: 110px 0 150px;
}
@media (max-width: 1279px) {
  body .peta-approved-section {
    padding: 80px 0 120px;
  }
}
@media (max-width: 1023px) {
  body .peta-approved-section {
    padding: 80px 0 100px;
  }
}
@media (max-width: 767px) {
  body .peta-approved-section {
    padding: 65px 0;
  }
}
body .peta-approved-section h2 {
  color: transparent;
  -webkit-text-stroke: 1px #000;
  text-shadow: 2px 2px #36B8AB, 2px 2px #36B8AB;
  text-align: center;
  position: relative;
  margin-bottom: 65px;
}
body .peta-approved-section h2 br {
  display: none;
}
@media (max-width: 767px) {
  body .peta-approved-section h2 {
    margin-bottom: 55px;
  }
}
@media (max-width: 479px) {
  body .peta-approved-section h2 br {
    display: block;
  }
}
body .peta-approved-section .subheading {
  max-width: 865px;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  margin: 0 auto 85px;
}
@media (max-width: 1365px) {
  body .peta-approved-section .subheading {
    margin: 0 auto 65px;
  }
}
@media (max-width: 767px) {
  body .peta-approved-section .subheading {
    font-size: 20px;
    margin: 0 auto 55px;
  }
}
body .peta-approved-section .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  margin: 0 -24px;
}
@media (max-width: 767px) {
  body .peta-approved-section .list {
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0;
  }
}
body .peta-approved-section .list .list-item {
  width: calc(33% - 24px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0 24px;
  margin-bottom: 70px;
}
@media (max-width: 1023px) {
  body .peta-approved-section .list .list-item {
    width: calc(50% - 24px);
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  body .peta-approved-section .list .list-item {
    max-width: 400px;
    width: 100%;
  }
}
body .peta-approved-section .list .list-item figure {
  max-width: 240px;
  width: 100%;
  margin-bottom: 49px;
}
@media (max-width: 767px) {
  body .peta-approved-section .list .list-item figure {
    margin-bottom: 30px;
  }
}
body .peta-approved-section .list .list-item figure img {
  width: 100%;
  height: auto;
}
body .peta-approved-section .list .list-item .title-item {
  font-size: 32px;
  font-weight: 700;
  line-height: 113%;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  body .peta-approved-section .list .list-item .title-item {
    margin-bottom: 30px;
  }
}
body .peta-approved-section .list .list-item .text-item {
  font-size: 20px;
  line-height: 150%;
}
body .simple-heading-subheading {
  background: transparent linear-gradient(0deg, #A1E2D4 0%, #CDFCF5 100%) 0% 0% no-repeat padding-box;
  padding: 110px 0;
}
@media (max-width: 1023px) {
  body .simple-heading-subheading {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  body .simple-heading-subheading {
    padding: 45px 0;
  }
}
body .simple-heading-subheading.b-green-page {
  position: relative;
}
body .simple-heading-subheading.b-green-page:before {
  content: "";
  display: block;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("images/noise-for-bg.png") repeat;
  background-size: 180px;
}
body .simple-heading-subheading.b-green-page .wrapper {
  z-index: 2;
  position: relative;
}
body .simple-heading-subheading h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  body .simple-heading-subheading h2 {
    margin-bottom: 30px;
  }
}
body .simple-heading-subheading h2 span {
  display: inline-block;
  line-height: 100%;
  margin-bottom: 16px;
  position: relative;
}
body .simple-heading-subheading h2 span:after {
  content: "";
  display: block;
  background-color: #FFF9A3;
  width: calc(100% + 30px);
  height: 26px;
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
@media (max-width: 767px) {
  body .simple-heading-subheading h2 span:after {
    width: calc(100% + 20px);
    height: 15px;
  }
}
body .simple-heading-subheading h2 span:last-child {
  margin: 0;
}
body .simple-heading-subheading .subheading {
  font-size: 80px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  body .simple-heading-subheading .subheading {
    font-size: 40px;
  }
}
body .simple-heading-subheading .subheading span {
  display: inline-block;
  color: #fff;
  -webkit-text-stroke: 1px #000;
  line-height: 105%;
  padding: 0 85px;
  position: relative;
}
@media (max-width: 767px) {
  body .simple-heading-subheading .subheading span {
    padding: 0 70px;
  }
}
body .simple-heading-subheading .subheading span:before, body .simple-heading-subheading .subheading span:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50%;
}
body .simple-heading-subheading .subheading span:before {
  background-image: url(images/left-heart.svg);
  width: 59px;
  height: 56px;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  body .simple-heading-subheading .subheading span:before {
    width: 45px;
    height: 42px;
  }
}
body .simple-heading-subheading .subheading span:after {
  background-image: url(images/right-heart.svg);
  width: 57px;
  height: 54px;
  right: 10px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  body .simple-heading-subheading .subheading span:after {
    width: 45px;
    height: 43px;
    right: 0;
  }
}
body .faq-section {
  padding: 100px 0 110px;
}
@media (max-width: 1365px) {
  body .faq-section {
    padding: 80px 0;
  }
}
@media (max-width: 1023px) {
  body .faq-section {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  body .faq-section {
    padding: 50px 0 45px;
  }
}
body .faq-section h2 {
  text-align: center;
  margin-bottom: 85px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1365px) {
  body .faq-section h2 {
    margin-bottom: 75px;
  }
}
@media (max-width: 1023px) {
  body .faq-section h2 {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  body .faq-section h2 {
    margin-bottom: 48px;
  }
}
body .faq-section h2 span {
  position: relative;
}
body .faq-section h2 span:after {
  content: "";
  display: block;
  background-color: #F5CEE0;
  width: calc(100% + 30px);
  height: 26px;
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
body .faq-section .list {
  max-width: 820px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto;
  position: relative;
}
body .faq-section .list:before {
  content: "";
  display: block;
  height: 100%;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  border-radius: 40px 55px 0px 55px;
  background-color: #FBEAFF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  right: 0;
  z-index: 1;
}
body .faq-section .list .list-item {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  margin-bottom: 5px;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  body .faq-section .list .list-item:first-child .question.active {
    margin-top: 0;
  }
}
body .faq-section .list .list-item:first-child .question:hover:not(.active) .wrap-question:after {
  width: calc(100% + 4px);
  left: -7px;
}
body .faq-section .list .list-item:first-child .question .wrap-question {
  border-radius: 0px 40px 0px 0px;
}
body .faq-section .list .list-item:first-child .question .wrap-question:before {
  border-radius: 0px 55px 0px 11px;
}
body .faq-section .list .list-item:first-child .question .wrap-question:after {
  border-radius: 0px 40px 0px 0px;
}
body .faq-section .list .list-item:last-child {
  margin-bottom: 0;
}
body .faq-section .list .list-item:last-child .question:hover:not(.active) .wrap-question:after {
  height: calc(100% + 4px);
  top: -7px;
}
body .faq-section .list .list-item:last-child .question .wrap-question {
  border-radius: 0px 0px 0px 40px;
}
body .faq-section .list .list-item:last-child .question .wrap-question:before {
  border-radius: 0px 11px 0px 55px;
}
body .faq-section .list .list-item:last-child .question .wrap-question:after {
  border-radius: 0px 0px 0px 40px;
}
body .faq-section .list .list-item:nth-child(odd) .question .wrap-question {
  background-color: #FAE59D;
}
body .faq-section .list .list-item:nth-child(even) .question .wrap-question {
  background-color: #FCECB9;
}
body .faq-section .list .list-item .question {
  cursor: pointer;
  height: 120px;
  padding: 0 10px 10px 0;
  position: relative;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  body .faq-section .list .list-item .question {
    height: auto;
  }
}
body .faq-section .list .list-item .question:hover:not(.active) {
  padding: 5px 0 0 6px;
  transition: all 0.2s;
}
body .faq-section .list .list-item .question:hover:not(.active) .wrap-question:before {
  width: 100%;
  height: 100%;
  transition: all 0.2s;
}
body .faq-section .list .list-item .question:hover:not(.active) .wrap-question:after {
  width: calc(100% + 7px);
  height: calc(100% + 8px);
  transition: all 0.2s;
}
body .faq-section .list .list-item .question.active {
  transition: all 0.2s;
}
@media (max-width: 767px) {
  body .faq-section .list .list-item .question.active {
    margin-top: 15px;
    transition: all 0.2s;
  }
}
body .faq-section .list .list-item .question.active .wrap-question .icon-plus-minus:before {
  height: 0;
  transition: all 0.2s ease-in;
}
body .faq-section .list .list-item .question .wrap-question {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 110px;
  border: 1px solid #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
  padding: 15px 145px 15px 35px;
  position: relative;
}
@media (max-width: 767px) {
  body .faq-section .list .list-item .question .wrap-question {
    font-size: 16px;
    min-height: 88px;
    padding: 24px 55px 24px 24px;
  }
}
body .faq-section .list .list-item .question .wrap-question:before, body .faq-section .list .list-item .question .wrap-question:after {
  content: "";
  display: block;
  border: 1px solid #000;
  position: absolute;
  transition: all 0.2s;
  z-index: -1;
}
body .faq-section .list .list-item .question .wrap-question:before {
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  background: #F8D5FF 0% 0% no-repeat padding-box;
  border: 1px solid #000;
  border-radius: 0px 11px 0 11px;
  left: -1px;
  top: -1px;
}
body .faq-section .list .list-item .question .wrap-question:after {
  width: 100%;
  height: 100%;
  background: #A1E2D4 0% 0% no-repeat padding-box;
  right: -1px;
  bottom: -1px;
}
body .faq-section .list .list-item .question .wrap-question .icon-plus-minus {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in;
}
@media (max-width: 767px) {
  body .faq-section .list .list-item .question .wrap-question .icon-plus-minus {
    right: 18px;
  }
}
body .faq-section .list .list-item .question .wrap-question .icon-plus-minus:before, body .faq-section .list .list-item .question .wrap-question .icon-plus-minus:after {
  content: "";
  display: block;
  background-color: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.2s ease-in;
  z-index: 1;
}
body .faq-section .list .list-item .question .wrap-question .icon-plus-minus:before {
  width: 3px;
  height: 16px;
}
body .faq-section .list .list-item .question .wrap-question .icon-plus-minus:after {
  width: 16px;
  height: 3px;
}
body .faq-section .list .list-item .answer {
  display: none;
  width: calc(100% - 6px);
  font-size: 20px;
  line-height: 105%;
  padding: 50px 80px;
}
@media (max-width: 767px) {
  body .faq-section .list .list-item .answer {
    font-size: 16px;
    padding: 24px;
  }
}
body .reviews-section {
  background: transparent linear-gradient(180deg, #A1E2D4 0%, #D9FFF7 100%) 0% 0% no-repeat padding-box;
  backdrop-filter: blur(0px);
  padding: 90px 0 110px;
  position: relative;
}
body .reviews-section:before {
  content: "";
  display: block;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("images/noise-for-bg.png") repeat;
  background-size: 180px;
}
body .reviews-section .wrapper {
  z-index: 2;
  position: relative;
}
@media (max-width: 1279px) {
  body .reviews-section {
    padding: 80px 0 90px;
  }
}
@media (max-width: 1023px) {
  body .reviews-section {
    padding: 60px 0 70px;
  }
}
@media (max-width: 767px) {
  body .reviews-section {
    padding: 50px 0 30px;
  }
}
body .reviews-section .wrapper {
  max-width: 1170px;
}
body .reviews-section h2 {
  color: transparent;
  -webkit-text-stroke: 1px #000;
  text-shadow: 2px 2px #F891C1;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  body .reviews-section h2 {
    -webkit-text-stroke: 0.75px #000;
    text-shadow: 1.5px 1.5px #F891C1;
    margin-bottom: 40px;
  }
}
body .reviews-section .subheading {
  max-width: 645px;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  margin: 0 auto 75px;
}
@media (max-width: 1023px) {
  body .reviews-section .subheading {
    margin: 0 auto 65px;
  }
}
@media (max-width: 767px) {
  body .reviews-section .subheading {
    font-size: 20px;
    margin: 0 auto 45px;
  }
}
body .reviews-section .tns-ovh {
  padding: 0 8px 0 0;
}
@media (max-width: 1023px) {
  body .reviews-section .tns-ovh {
    overflow: visible;
  }
}
body .reviews-section .tns-outer {
  position: relative;
}
@media (max-width: 1279px) {
  body .reviews-section .tns-outer {
    padding: 0 15px !important;
  }
}
@media (max-width: 1023px) {
  body .reviews-section .tns-outer {
    padding: 0 15px 0 6px !important;
  }
}
body .reviews-section .list-reviews {
  position: relative;
}
body .reviews-section .list-reviews .list-item figure {
  width: 100%;
  aspect-ratio: 1;
  margin-bottom: 31px;
  position: relative;
}
body .reviews-section .list-reviews .list-item figure:after {
  content: "";
  display: block;
  background: #F8D5FF;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 8px;
  top: 8px;
  border: 1px solid #000;
  border-radius: 5px 10px 10px 10px;
  z-index: 0;
}
body .reviews-section .list-reviews .list-item figure img {
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid #000;
  border-radius: 5px;
  object-fit: cover;
  position: relative;
  z-index: 5;
}
body .reviews-section .list-reviews .list-item .text-review {
  font-style: oblique;
  text-transform: lowercase;
  margin-bottom: 16px;
}
body .reviews-section .list-reviews .list-item .author {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 32px;
}
body .reviews-section .list-reviews .list-item .list-used-products {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 19px;
  margin: 0 -10px;
}
body .reviews-section .list-reviews .list-item .list-used-products .product-item {
  position: relative;
  margin: 0 10px 25px;
}
body .reviews-section .list-reviews .list-item .list-used-products .product-item:before {
  content: "";
  display: block;
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  background-color: #E649B1;
  border: 1px solid #000;
  border-radius: 0 10px 0 10px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.2s ease-in;
}
body .reviews-section .list-reviews .list-item .list-used-products .product-item:after {
  content: "";
  display: block;
  width: calc(100% + 11px);
  height: calc(100% + 11px);
  background: #000 0% 0% no-repeat padding-box;
  border-radius: 0px 20px;
  opacity: 0.16;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.2s ease-in;
  z-index: 1;
}
body .reviews-section .list-reviews .list-item .list-used-products .product-item .title {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0 5px 0 5px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  padding: 7px 25px;
  position: relative;
  z-index: 5;
}
body .reviews-section .tns-controls button {
  width: 17px;
  height: 34px;
  position: absolute;
  background: url("images/left-arrow-gray.png") no-repeat center;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  white-space: nowrap;
  text-indent: 500%;
  overflow: hidden;
  padding: 0;
  top: calc(50% - 8px);
  transform: translateY(-50%);
  z-index: 1;
}
body .reviews-section .tns-controls button[data-controls=prev] {
  left: -70px;
}
@media (max-width: 1279px) {
  body .reviews-section .tns-controls button[data-controls=prev] {
    left: -15px;
  }
}
body .reviews-section .tns-controls button[data-controls=next] {
  right: -70px;
  transform: rotate(180deg) translateY(50%);
}
@media (max-width: 1279px) {
  body .reviews-section .tns-controls button[data-controls=next] {
    right: -15px;
  }
}
body .retailers-section {
  padding: 110px 0 70px;
}
@media (max-width: 1279px) {
  body .retailers-section {
    padding: 90px 0 70px;
  }
}
@media (max-width: 1023px) {
  body .retailers-section {
    padding: 75px 0 50px;
  }
}
@media (max-width: 767px) {
  body .retailers-section {
    padding: 60px 0 40px;
  }
}
body .retailers-section h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 1279px) {
  body .retailers-section h2 {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  body .retailers-section h2 {
    font-size: 24px;
    margin-bottom: 35px;
  }
}
body .retailers-section .switch-lists {
  width: max-content;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  margin: 0 auto 100px;
  position: relative;
}
@media (max-width: 1279px) {
  body .retailers-section .switch-lists {
    margin: 0 auto 80px;
  }
}
@media (max-width: 1023px) {
  body .retailers-section .switch-lists {
    margin: 0 auto 70px;
  }
}
body .retailers-section .switch-lists .active-backlight {
  display: inline-block;
  height: calc(100% + 10px);
  background-color: #F66CAC;
  border-radius: 0 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1.05);
  z-index: 1;
}
body .retailers-section .switch-lists .switch-item {
  background-color: #FEDCFF;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}
body .retailers-section .switch-lists .switch-item:first-of-type {
  border-radius: 0px 0px 0px 10px;
}
body .retailers-section .switch-lists .switch-item:last-of-type {
  border-radius: 0px 10px 0px 0px;
}
body .retailers-section .switch-lists .switch-item.active:before {
  opacity: 1;
  transition: all 0.3s ease-in;
}
body .retailers-section .switch-lists .switch-item .wrap-item {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 54px;
  padding: 14px 32px;
  position: relative;
  z-index: 5;
}
body .retailers-section .switch-lists .switch-item img {
  display: block;
  width: auto;
  max-height: 24px;
}
body .retailers-section .tns-outer {
  position: relative;
}
@media (max-width: 1279px) {
  body .retailers-section .tns-outer {
    padding: 0 15px !important;
  }
}
@media (max-width: 1023px) {
  body .retailers-section .tns-ovh {
    overflow: visible;
  }
}
body .retailers-section .logo-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
body .retailers-section .logo-list img {
  margin: 0 auto;
}
body .retailers-section .logo-list.centered-items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
}
@media (max-width: 1279px) {
  body .retailers-section .logo-list.centered-items {
    gap: 35px;
  }
}
@media (max-width: 1023px) {
  body .retailers-section .logo-list.centered-items {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  body .retailers-section .logo-list.centered-items {
    gap: 25px;
  }
}
body .retailers-section .logo-list.centered-items li {
  width: auto;
  flex-shrink: 0;
}
body .retailers-section .tns-controls button {
  width: 0px;
  height: 0px;
  background: transparent;
  border-style: solid;
  border-width: 16px 0 16px 24px;
  border-color: transparent transparent transparent #F66CAC;
  transform: rotate(0deg);
  cursor: pointer;
  -webkit-appearance: none;
  white-space: nowrap;
  text-indent: 500%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
body .retailers-section .tns-controls button[data-controls=prev] {
  left: -35px;
  transform: rotate(180deg) translateY(50%);
}
@media (max-width: 1279px) {
  body .retailers-section .tns-controls button[data-controls=prev] {
    left: -15px;
  }
}
body .retailers-section .tns-controls button[data-controls=next] {
  right: -35px;
}
@media (max-width: 1279px) {
  body .retailers-section .tns-controls button[data-controls=next] {
    right: -15px;
  }
}
body .retailers-full-section .retailers-heading {
  width: 100%;
  background: transparent linear-gradient(180deg, #B3DAFF 0%, #D1E9FF 100%) 0% 0% no-repeat padding-box;
  position: relative;
  text-align: center;
  padding: 120px 20px 54px;
  margin: 0 0 108px;
}
@media (max-width: 767px) {
  body .retailers-full-section .retailers-heading {
    padding: 64px 20px 54px;
  }
}
body .retailers-full-section .retailers-heading:after {
  content: "";
  display: block;
  width: 100%;
  height: 54px;
  background: url("images/blue-wave-bottom.png") repeat-x center;
  position: absolute;
  bottom: -54px;
  left: 0;
}
body .retailers-full-section .retailers-heading h2 {
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #000;
  text-shadow: 3px 3px 0px #EDB2D1;
  margin: 0 0 77px;
}
@media (max-width: 1023px) {
  body .retailers-full-section .retailers-heading h2 {
    font-size: 40px;
    margin: 0 0 65px;
  }
}
@media (max-width: 767px) {
  body .retailers-full-section .retailers-heading h2 {
    font-size: 35px;
    margin: 0 0 55px;
  }
}
@media (max-width: 479px) {
  body .retailers-full-section .retailers-heading h2 {
    font-size: 28px;
  }
}
body .retailers-full-section .retailers-heading .filers-hold {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  body .retailers-full-section .retailers-heading .filers-hold {
    flex-direction: column;
  }
}
body .retailers-full-section .retailers-heading .filers-hold .switch-lists {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin: 0 96px 0 0;
  position: relative;
  z-index: 1;
}
body .retailers-full-section .retailers-heading .filers-hold .switch-lists:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  border-radius: 0 10px 0 10px;
  top: -2px;
  left: 0;
  transition: all 0.3s;
  z-index: -1;
}
@media (max-width: 1023px) {
  body .retailers-full-section .retailers-heading .filers-hold .switch-lists {
    margin: 0 30px 0 0;
  }
}
@media (max-width: 767px) {
  body .retailers-full-section .retailers-heading .filers-hold .switch-lists {
    max-width: 300px;
    margin: 0 0 45px 0;
  }
}
@media (max-width: 479px) {
  body .retailers-full-section .retailers-heading .filers-hold .switch-lists {
    max-width: 300px;
    width: 100%;
  }
}
body .retailers-full-section .retailers-heading .filers-hold .switch-lists .active-backlight {
  display: inline-block;
  height: calc(100% + 16px);
  background-color: #F66CAC;
  border-radius: 0 10px;
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1.05);
  z-index: 1;
}
body .retailers-full-section .retailers-heading .filers-hold .switch-lists .active-backlight:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F66CAC;
  border-radius: 0 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
body .retailers-full-section .retailers-heading .filers-hold .switch-lists .active-backlight:after {
  content: "";
  display: block;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  position: absolute;
  background: #000;
  transition: all 0.3s;
  z-index: -1;
  border-radius: 0px 20px;
  top: 0;
  left: 0;
}
body .retailers-full-section .retailers-heading .filers-hold .switch-lists .switch-item {
  background-color: #FEDCFF;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}
@media (max-width: 479px) {
  body .retailers-full-section .retailers-heading .filers-hold .switch-lists .switch-item {
    width: 50%;
  }
}
body .retailers-full-section .retailers-heading .filers-hold .switch-lists .switch-item[data-brand="b.tan"] {
  border-radius: 0px 0px 0px 10px;
}
body .retailers-full-section .retailers-heading .filers-hold .switch-lists .switch-item:last-of-type {
  border-radius: 0px 10px 0px 0px;
}
body .retailers-full-section .retailers-heading .filers-hold .switch-lists .switch-item .wrap-item {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: fit-content;
  padding: 20px;
  position: relative;
  z-index: 5;
  width: 200px;
}
@media (max-width: 479px) {
  body .retailers-full-section .retailers-heading .filers-hold .switch-lists .switch-item .wrap-item {
    width: 100%;
    padding: 10px 15px;
  }
}
body .retailers-full-section .retailers-heading .filers-hold .switch-lists .switch-item img {
  display: block;
  width: auto;
  max-height: 32px;
}
@media (max-width: 479px) {
  body .retailers-full-section .retailers-heading .filers-hold .switch-lists .switch-item img {
    max-height: 20px;
  }
}
body .retailers-full-section .retailers-heading .filers-hold .switch-lists .switch-item.active {
  /*z-index: 2;
  &:before {
      opacity: 1;
      transition: all .3s ease-in;
      height: calc(100% + 10px);

      @media (max-width: 479px) {
          height: calc(100% + 12px);
      }
  }
  &:after {
      border-radius: 0px 20px;
      left: 0px;
      top: -5px;
      width: calc(100% + 6px);
      height: calc(100% + 16px);

      @media (max-width: 479px) {
          top: -6px;
          height: calc(100% + 18px);
      }
  }
  .wrap-item {
      //padding: 23px 20px;

      @media (max-width: 479px){
          //padding: 10px 15px;
      }

      img {
          @media (max-width: 479px) {
              max-height: 24px;
          }
      }
  }*/
}
body .retailers-full-section .retailers-heading .filers-hold .select-hold {
  position: relative;
}
@media (max-width: 479px) {
  body .retailers-full-section .retailers-heading .filers-hold .select-hold {
    max-width: 300px;
    width: 100%;
  }
}
body .retailers-full-section .retailers-heading .filers-hold .select-hold:after {
  content: "";
  display: block;
  z-index: 1;
  left: 0;
  top: 0;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  position: absolute;
  background: #FEDCFF;
  border-radius: 0px 20px;
}
body .retailers-full-section .retailers-heading .filers-hold .select-hold select {
  -webkit-appearance: none;
  background: url("images/arrow-down.svg") no-repeat #fff;
  background-position: 91.3% center;
  background-size: 24px;
  border-radius: 0px 10px;
  border: none;
  letter-spacing: 0.96px;
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  padding: 20px 72px 20px 24px;
  position: relative;
  z-index: 2;
}
@media (max-width: 479px) {
  body .retailers-full-section .retailers-heading .filers-hold .select-hold select {
    width: 100%;
    font-size: 20px;
  }
}
body .retailers-full-section .retailers-heading .filers-hold .select-hold select option {
  font-size: 18px;
}
body .retailers-full-section h3 {
  font-size: 56px;
  line-height: 114%;
  text-align: center;
  margin: 0 0 82px;
}
@media (max-width: 1023px) {
  body .retailers-full-section h3 {
    margin: 0 0 70px;
  }
}
@media (max-width: 767px) {
  body .retailers-full-section h3 {
    font-size: 40px;
    margin: 0 0 60px;
  }
}
@media (max-width: 479px) {
  body .retailers-full-section h3 {
    margin: 0 0 50px;
  }
}
body .retailers-full-section h3 span {
  position: relative;
  z-index: 2;
}
body .retailers-full-section h3 span:after {
  content: "";
  display: block;
  width: calc(100% + 16px);
  height: 30px;
  background: #F9DC7C;
  z-index: -1;
  position: absolute;
  left: -8px;
  top: 21px;
}
@media (max-width: 767px) {
  body .retailers-full-section h3 span:after {
    height: 22px;
    top: 17px;
  }
}
body .retailers-full-section .logo-grid {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 1023px) {
  body .retailers-full-section .logo-grid {
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  body .retailers-full-section .logo-grid {
    width: 100%;
    justify-content: flex-start;
    margin: 0;
  }
}
body .retailers-full-section .logo-grid .item {
  display: none;
  width: 16.66%;
  padding: 0 15px;
  margin: 0 0 74px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1279px) {
  body .retailers-full-section .logo-grid .item {
    width: 20%;
    margin: 0 0 70px;
  }
}
@media (max-width: 1023px) {
  body .retailers-full-section .logo-grid .item {
    width: 25%;
    padding: 0 10px;
    margin: 0 0 55px;
  }
}
@media (max-width: 767px) {
  body .retailers-full-section .logo-grid .item {
    width: 33.33%;
    margin: 0 0 40px;
  }
}
@media (max-width: 479px) {
  body .retailers-full-section .logo-grid .item {
    width: 50%;
    margin: 0 0 28px;
  }
}
body .retailers-full-section .logo-grid .item.active {
  display: flex;
}
body .retailers-full-section .logo-grid .item figure {
  display: flex;
  width: 166px;
  height: 80px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  body .retailers-full-section .logo-grid .item figure {
    width: 100%;
  }
}
body .retailers-full-section .logo-grid .item figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body .retailers-full-section .explore-countries {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #F9DFFF;
  padding: 56px 0 68px;
  position: relative;
  margin: 86px 0 20px;
}
@media (max-width: 1279px) {
  body .retailers-full-section .explore-countries {
    margin: 75px 0 20px;
  }
}
@media (max-width: 1023px) {
  body .retailers-full-section .explore-countries {
    padding: 45px 0 55px;
    margin: 75px 0 10px;
  }
}
@media (max-width: 767px) {
  body .retailers-full-section .explore-countries {
    padding: 30px 0 40px;
    margin: 45px 0 10px;
  }
}
@media (max-width: 479px) {
  body .retailers-full-section .explore-countries {
    padding: 20px 0 30px;
    margin: 25px 0 10px;
  }
}
body .retailers-full-section .explore-countries:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 22px 30px 22px;
  border-color: transparent transparent #F9DFFF;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: block;
}
@media (max-width: 767px) {
  body .retailers-full-section .explore-countries:before {
    border-width: 0 11px 15px 11px;
    top: -15px;
  }
}
body .retailers-full-section .explore-countries .btn {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.7px;
}
@media (max-width: 767px) {
  body .retailers-full-section .explore-countries .btn {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  body .retailers-full-section .explore-countries .btn .text-btn {
    padding: 8px 32px;
  }
}
body .retailers-full-section .explore-countries .btn .highlight {
  background-color: #E649B1;
}
body .tiktok-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  /*h2 {
      color: transparent;
      -webkit-text-stroke: 1.5px #8A42B5;
      text-align: center;
      text-shadow: 2px 2px #FE71B7, 2px 2px #FE71B7;
      margin-bottom: 85px;

      @media (max-width: 1279px) {
          margin-bottom: 75px;
      }

      @media (max-width: 1023px) {
          margin-bottom: 55px;
      }

      @media (max-width: 767px) {
          margin-bottom: 35px;
      }
  }*/
}
body .tiktok-section .wrapper {
  max-width: 1310px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  body .tiktok-section {
    padding: 65px 0 70px;
  }
}
body .tiktok-section h2 {
  width: max-content;
  color: transparent;
  -webkit-text-stroke: 1.5px #8A42B5;
  text-align: center;
  margin: 0 auto 85px;
  position: relative;
}
body .tiktok-section h2:after {
  content: attr(data-text);
  color: #FAB950;
  background-clip: text;
  background-image: linear-gradient(93deg, #FAB950 0%, #FC8D17 51%, #FF70B8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: transparent;
  position: absolute;
  left: 2px;
  top: 2px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1279px) {
  body .tiktok-section h2 {
    margin-bottom: 75px;
  }
}
@media (max-width: 1023px) {
  body .tiktok-section h2 {
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  body .tiktok-section h2 {
    -webkit-text-stroke: 1px #8A42B5;
    margin-bottom: 35px;
  }
  body .tiktok-section h2:after {
    left: 1.5px;
    top: 1.5px;
  }
}
body .tiktok-section .slider-block {
  position: relative;
}
body .tiktok-section .slider-block:after {
  content: "";
  display: block;
  width: 1790px;
  height: 248px;
  background: url("images/btan-squiggle.svg") no-repeat center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  z-index: 1;
}
@media (min-width: 1790px) {
  body .tiktok-section .slider-block:after {
    width: 110%;
    height: auto;
    background-size: 100%;
    padding-bottom: 12%;
  }
}
@media (max-width: 767px) {
  body .tiktok-section .slider-block:after {
    width: 1140px;
    height: 158px;
    background-size: cover;
  }
}
body .tiktok-section .tns-outer {
  position: relative;
}
@media (max-width: 1279px) {
  body .tiktok-section .tns-outer {
    padding: 0 15px !important;
  }
}
body .tiktok-section .tns-ovh {
  position: relative;
  z-index: 5;
}
@media (max-width: 1023px) {
  body .tiktok-section .tns-ovh {
    overflow: visible;
  }
}
@media (max-width: 767px) {
  body .tiktok-section .tns-inner {
    overflow: hidden;
  }
}
body .tiktok-section .embed-content {
  position: relative;
  z-index: 3;
}
body .tiktok-section .embed-content .tolstoy-carousel-video-container {
  border-radius: 5px;
}
body .tiktok-section .embed-content .tolstoy-carousel-video-container > a {
  display: none !important;
}
body .tiktok-section .tiktok-slider .slide .video-hold {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  padding-bottom: 177.78%; /* 9:16 */
  height: 0;
}
body .tiktok-section .tiktok-slider .slide .video-hold iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body .tiktok-section .tns-controls button {
  width: 0px;
  height: 0px;
  background: transparent;
  border-style: solid;
  border-width: 16px 0 16px 24px;
  border-color: transparent transparent transparent #E649B1;
  transform: rotate(0deg);
  cursor: pointer;
  -webkit-appearance: none;
  white-space: nowrap;
  text-indent: 500%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
body .tiktok-section .tns-controls button[data-controls=prev] {
  left: -56px;
  transform: rotate(180deg) translateY(50%);
}
@media (max-width: 1279px) {
  body .tiktok-section .tns-controls button[data-controls=prev] {
    left: -15px;
  }
}
body .tiktok-section .tns-controls button[data-controls=next] {
  right: -56px;
}
@media (max-width: 1279px) {
  body .tiktok-section .tns-controls button[data-controls=next] {
    right: -15px;
  }
}
body .instagram-section {
  padding: 80px 0 100px;
}
@media (max-width: 1023px) {
  body .instagram-section {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  body .instagram-section {
    padding: 60px 0;
  }
}
body .instagram-section.b-fresh-about h2 {
  -webkit-text-stroke: 1.5px #A463EE;
  background: url("images/violet-wave@1.5x.png") repeat-x center;
  background-size: 510px;
}
@media (max-width: 767px) {
  body .instagram-section.b-fresh-about h2 {
    -webkit-text-stroke: 1px #A463EE;
  }
}
@media (max-width: 479px) {
  body .instagram-section.b-fresh-about h2 span {
    max-width: 280px;
  }
}
body .instagram-section.b-fresh-about h2 b {
  text-shadow: 2px 2px #F59AA6, 2px 2px #F59AA6;
}
body .instagram-section.b-fresh-about h2:after {
  display: none;
}
body .instagram-section.b-fresh-about .instagram-block #sb_instagram #sbi_images .sbi_item img {
  border: 2px solid #fff;
}
body .instagram-section.b-fresh-about .instagram-block #sb_instagram #sbi_images .sbi_item .sbi_photo:after {
  background: #B3F6FF;
}
@media (max-width: 479px) {
  body .instagram-section.b-fresh-about .instagram-block #sb_instagram #sbi_images .sbi_item .sbi_photo:after {
    display: block;
  }
}
body .instagram-section.faq {
  padding: 50px 0 100px;
}
@media (max-width: 1023px) {
  body .instagram-section.faq {
    padding: 40px 0 80px;
  }
}
@media (max-width: 767px) {
  body .instagram-section.faq {
    padding: 30px 0 60px;
  }
}
body .instagram-section h2 {
  color: transparent;
  font-size: 64px;
  line-height: 64px;
  -webkit-text-stroke: 1.5px #000;
  text-shadow: 3px 1.5px #F9DC7C;
  text-align: center;
  position: relative;
  text-align: center;
  margin-bottom: 90px;
}
@media (max-width: 1023px) {
  body .instagram-section h2 {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  body .instagram-section h2 {
    font-size: 36px;
    line-height: 36px;
    -webkit-text-stroke: 1px #000;
    text-shadow: 2px 1.5px #F9DC7C;
    margin-bottom: 55px;
  }
}
body .instagram-section h2:after {
  background-color: #A463EE;
}
@media (max-width: 479px) {
  body .instagram-section h2:after {
    display: block;
  }
}
body .instagram-section h2 span {
  padding: 0 15px;
}
body .instagram-section h2 i {
  -webkit-text-stroke: 1px #000;
  text-shadow: 1.5px 1.5px #F39BBC, 1.5px 1.5px #F39BBC;
  font-style: normal;
  margin-right: 3px;
}
body .instagram-section .instagram-block {
  position: relative;
}
body .instagram-section .instagram-block #sbi_mod_error {
  display: none !important;
}
body .instagram-section .instagram-block #sb_instagram #sbi_images {
  display: block !important;
  gap: 0 !important;
}
body .instagram-section .instagram-block #sb_instagram #sbi_images .sbi_item {
  float: left !important;
}
body .instagram-section .instagram-block #sb_instagram {
  position: relative;
  overflow: hidden;
}
body .instagram-section .instagram-block #sb_instagram #sbi_images {
  width: 10000em !important;
  height: 100%;
  float: none !important;
  position: relative;
  margin: 0;
  padding: 0;
}
body .instagram-section .instagram-block #sb_instagram #sbi_images .sbi_item {
  display: block !important;
  padding: 0 15px !important;
}
body .instagram-section .instagram-block #sb_instagram #sbi_images .sbi_item img {
  border-radius: 0px 10px;
  position: relative;
  z-index: 1;
}
body .instagram-section .instagram-block #sb_instagram #sbi_images .sbi_item .sbi_photo {
  position: relative;
  z-index: 1;
}
body .instagram-section .instagram-block #sb_instagram #sbi_images .sbi_item .sbi_photo:after {
  content: "";
  background: #F9DC7C;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0px 20px;
  z-index: 0;
}
body .instagram-section .instagram-block .prev, body .instagram-section .instagram-block .next {
  width: 0px;
  height: 0px;
  background: transparent;
  border-style: solid;
  border-width: 16px 0 16px 24px;
  border-color: transparent transparent transparent #E649B1;
  transform: rotate(0deg);
  cursor: pointer;
  -webkit-appearance: none;
  white-space: nowrap;
  text-indent: 500%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
body .instagram-section .instagram-block .prev {
  left: -35px;
  transform: rotate(180deg) translateY(50%);
}
@media (max-width: 1279px) {
  body .instagram-section .instagram-block .prev {
    left: -15px;
  }
}
body .instagram-section .instagram-block .next {
  right: -35px;
}
@media (max-width: 1279px) {
  body .instagram-section .instagram-block .next {
    right: -15px;
  }
}
body .main-heading-block.not-found-page {
  margin: 0;
  padding: 96px 0 58px;
}
@media (max-width: 1023px) {
  body .main-heading-block.not-found-page {
    padding: 60px 0;
  }
}
body .main-heading-block.not-found-page .wrapper {
  max-width: 1245px;
  position: relative;
}
body .main-heading-block.not-found-page .wrapper:before {
  content: "";
  display: none;
  width: 313px;
  height: 430px;
  background-image: url(images/404-btan-img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: -112px;
  bottom: -60px;
  z-index: 1;
}
@media (max-width: 1023px) {
  body .main-heading-block.not-found-page .wrapper:before {
    display: block;
  }
}
@media (max-width: 767px) {
  body .main-heading-block.not-found-page {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  body .main-heading-block.not-found-page h1 span::after {
    width: calc(100% + 21px);
    height: 37px;
    top: 28px;
    left: -11px;
  }
}
body .main-heading-block.not-found-page .subtitle {
  max-width: 650px;
}
@media (min-width: 1024px) {
  body .main-heading-block.not-found-page .subtitle {
    margin-top: 27px;
    margin-bottom: 28px;
  }
}
@media (max-width: 1365px) {
  body .main-heading-block.not-found-page .subtitle {
    max-width: 50%;
  }
}
body .main-heading-block.not-found-page .text {
  max-width: 590px;
}
@media (max-width: 1365px) {
  body .main-heading-block.not-found-page .text {
    max-width: 50%;
  }
}
body .accessories-block {
  background-color: #FEF2CC;
  padding: 70px 0;
  position: relative;
}
@media (max-width: 1023px) {
  body .accessories-block {
    padding: 60px 0 70px;
  }
}
body .accessories-block.not-found-page .wrapper {
  max-width: 1245px;
}
body .accessories-block .wrapper {
  position: relative;
}
body .accessories-block .wrapper:before {
  content: "";
  display: block;
  width: 804px;
  height: 1107px;
  background-image: url(images/404-btan-img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: -440px;
  bottom: -70px;
  z-index: 1;
  width: 838px;
  height: 1172px;
  right: -315px;
  bottom: -70px;
}
@media (max-width: 1365px) {
  body .accessories-block .wrapper:before {
    right: -290px;
  }
}
@media (max-width: 1023px) {
  body .accessories-block .wrapper:before {
    display: none;
  }
}
body .accessories-block h2 {
  max-width: 710px;
  font-size: 40px;
  line-height: 140%;
  margin: 0 0 45px;
}
@media (max-width: 1365px) {
  body .accessories-block h2 {
    max-width: 50%;
  }
}
@media (max-width: 1023px) {
  body .accessories-block h2 {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  body .accessories-block h2 {
    font-size: 24px;
    text-align: center;
  }
}
body .accessories-block .list-accessories {
  max-width: 710px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 1365px) {
  body .accessories-block .list-accessories {
    max-width: 50%;
  }
}
@media (max-width: 1023px) {
  body .accessories-block .list-accessories {
    max-width: 100%;
  }
}
body .accessories-block .list-accessories .single-accessory {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media (max-width: 1365px) {
  body .accessories-block .list-accessories .single-accessory {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  body .accessories-block .list-accessories .single-accessory {
    margin-bottom: 32px;
  }
}
body .accessories-block .list-accessories .single-accessory:last-of-type {
  margin-bottom: 0;
}
body .accessories-block .list-accessories .single-accessory .icon {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: transparent linear-gradient(180deg, #FFAFDC 0%, #F581C9 100%) 0% 0% no-repeat padding-box;
  border-radius: 50%;
  margin-right: 40px;
}
@media (max-width: 767px) {
  body .accessories-block .list-accessories .single-accessory .icon {
    width: 96px;
    height: 96px;
  }
}
body .accessories-block .list-accessories .single-accessory .icon img {
  max-width: 55%;
  width: 100%;
  height: auto;
}
body .accessories-block .list-accessories .single-accessory .right-col {
  display: flex;
  flex: auto;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1365px) {
  body .accessories-block .list-accessories .single-accessory .right-col {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 1023px) {
  body .accessories-block .list-accessories .single-accessory .right-col {
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width: 767px) {
  body .accessories-block .list-accessories .single-accessory .right-col {
    flex-direction: column;
    align-items: flex-start;
  }
}
body .accessories-block .list-accessories .single-accessory .right-col .content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  margin-right: 40px;
}
@media (max-width: 1365px) {
  body .accessories-block .list-accessories .single-accessory .right-col .content {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 1023px) {
  body .accessories-block .list-accessories .single-accessory .right-col .content {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  body .accessories-block .list-accessories .single-accessory .right-col .content {
    margin-right: 0;
    margin-bottom: 13px;
  }
}
body .accessories-block .list-accessories .single-accessory .right-col .content .top-text {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  body .accessories-block .list-accessories .single-accessory .right-col .content .top-text {
    font-size: 16px;
    line-height: 20px;
  }
}
body .accessories-block .list-accessories .single-accessory .right-col .content .title-accessory {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
@media (max-width: 767px) {
  body .accessories-block .list-accessories .single-accessory .right-col .content .title-accessory {
    font-size: 12px;
    line-height: 20px;
  }
}
body .accessories-block .list-accessories .single-accessory .right-col .link-to-cart {
  width: 180px;
  height: auto;
}
@media (max-width: 767px) {
  body .accessories-block .list-accessories .single-accessory .right-col .link-to-cart {
    width: max-content;
    height: 30px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  body .accessories-block .list-accessories .single-accessory .right-col .link-to-cart .text-btn {
    border-radius: 1px 5px 1px 5px;
    padding: 7px 12px;
  }
}
body .accessories-block .list-accessories .single-accessory .right-col .link-to-cart .highlight {
  background-color: #E5388A;
}
@media (max-width: 767px) {
  body .accessories-block .list-accessories .single-accessory .right-col .link-to-cart .highlight {
    border-radius: 0 10px;
  }
}
@media (max-width: 767px) {
  body .accessories-block .list-accessories .single-accessory .right-col .link-to-cart .shadow {
    border-radius: 0 22px;
  }
}
body .gform_wrapper .gf_progressbar_wrapper {
  display: none;
}
body .gform_wrapper .top_label .gfield_label {
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
  margin: 0 0 72px;
  text-align: center;
  display: block;
  font-family: "Helvetica Neue", sans-serif;
}
body .gform_wrapper .top_label .gfield_label .gfield_required {
  display: none !important;
}
body .tan-selector-form .rad-area {
  position: absolute;
}
body .tan-selector-form ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body .tan-selector-form ul.gfield_radio {
  font-size: 0;
}
body .tan-selector-form ul.gfield_radio .image-choices-choice {
  display: inline-block;
  width: 50%;
  margin: 0 !important;
  margin-bottom: 35px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  border: none !important;
  border-width: 0 !important;
  box-sizing: border-box;
}
body .tan-selector-form ul.gfield_radio .image-choices-choice label {
  padding: 0 !important;
  width: 100%;
  position: relative;
  background: black;
}
body .tan-selector-form ul.gfield_radio .image-choices-choice label span.image-choices-choice-image-wrap {
  padding: 0 !important;
  width: 100%;
  padding-bottom: 100% !important;
  opacity: 0.9;
  transition: all ease 0.5s;
  height: auto;
}
body .tan-selector-form ul.gfield_radio .image-choices-choice:not(.image-choices-choice-selected) label {
  border: none;
}
body .tan-selector-form ul.gfield_radio .image-choices-choice.image-choices-choice-selected label span.image-choices-choice-image-wrap {
  opacity: 0.3;
}
body .tan-selector-form .gf_progressbar {
  display: none !important;
}
body .tan-selector-form .image-choices-field .image-choices-choice-text {
  display: block;
  position: absolute;
  color: white;
  left: 0;
  right: 0;
  padding: 0 50px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  font-family: Open Sans, Helvetica;
}
body .tan-selector-form .image-choices-field .image-choices-choice-text h4 {
  font-size: 30px;
  letter-spacing: 8px;
  margin: 0;
  line-height: 35px;
  margin-bottom: 10px;
  font-family: ITCAvantGardeProBk, Arial, sans-serif;
}
body .tan-selector-form img.gform_ajax_spinner {
  position: absolute !important;
  z-index: 999999;
  left: 50%;
  margin-left: -40px;
  top: 50%;
  margin-top: -40px;
  width: 80px;
  height: auto;
}
body .tan-selector-form .gform_page_footer input {
  visibility: hidden;
}
body .gf_progressbar_title {
  display: none;
}
body .tan-row .section--column .content__inner {
  width: 100%;
}
body .image-choices-field .image-choices-choice-selected {
  border: none !important;
  border-width: 0 !important;
}

/*# sourceMappingURL=style.css.map */
