/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import '../css/bootstrap-grid.css';
@import '../css/hamburgers.css';
@import '../css/slick.css';
@import '../css/jquery.fancybox.css';
@import url("https://fonts.googleapis.com/css2?family=Caveat+Brush&family=Jost:wght@300;400;600&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*Colors*/
/*Classes*/
@media only screen and (max-width: 992px) {
  .mobileHide {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  .desktopHide {
    display: none !important;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
* {
  scroll-behavior: smooth;
  box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  line-height: 0;
  overflow-x: hidden;
  font-size: 1rem;
  line-height: 1rem;
  font-family: "Jost", sans-serif;
  color: #941334;
}

img {
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: 600;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

em, i {
  font-style: italic;
}

h1 {
  font-size: 2rem;
  line-height: 2rem;
  font-family: "Caveat Brush", cursive;
  text-transform: uppercase;
}

h2 {
  font-size: 4.375rem;
  line-height: 4.5rem;
  font-family: "Caveat Brush", cursive;
  text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
  h2 {
    font-size: 3.125rem;
    line-height: 3.5rem;
  }
}

h3 {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-family: "Caveat Brush", cursive;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-family: "Caveat Brush", cursive;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-family: "Caveat Brush", cursive;
}

h6 {
  font-size: 1rem;
  line-height: 1rem;
  font-family: "Caveat Brush", cursive;
}

a, a:link, a:focus, a:visited {
  color: #000;
  text-decoration: none;
}

p {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 15px;
}

table {
  max-width: 100% !important;
}
table th, table td {
  padding: 10px 20px;
  border: 1px solid #941334;
}

.container {
  width: 80%;
  margin: 0 auto;
  max-width: 1200px;
}
@media only screen and (max-width: 992px) {
  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.container.container-narrow {
  max-width: 860px;
}

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

.align-right {
  text-align: right;
}

.bottom {
  position: relative;
  padding-bottom: 15px;
}
.bottom:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 0;
}
.bottom.bottom-white:after {
  background-image: url(../images/Group\ 171.svg);
}
.bottom.bottom-red:after {
  background-image: url(../images/Group\ 209.svg);
}

#cookie-law-info-bar a {
  text-decoration: underline;
  color: #941334;
}

.btn, .btn:link, .btn:focus, .btn:visited {
  position: relative;
  display: inline-block;
  background-color: transparent;
  border: 2px solid #941334;
  color: #941334;
  border-radius: 30px;
  padding: 17px 28px;
  line-height: 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  text-decoration: none;
}
.btn:hover, .btn:link:hover, .btn:focus:hover, .btn:visited:hover {
  color: #fff;
  background-color: #941334;
}
.btn.slim, .btn:link.slim, .btn:focus.slim, .btn:visited.slim {
  border-width: 1px;
  padding: 17px 40px;
  font-size: 1rem;
}
.btn.small, .btn:link.small, .btn:focus.small, .btn:visited.small {
  padding: 12px 20px;
  font-size: 0.625rem;
  line-height: 0.8125rem;
}
.btn.btn-red, .btn:link.btn-red, .btn:focus.btn-red, .btn:visited.btn-red {
  background-color: #941334;
  color: #fff;
  border: 2px solid #941334;
}
.btn.btn-red:hover, .btn:link.btn-red:hover, .btn:focus.btn-red:hover, .btn:visited.btn-red:hover {
  background-color: #fff;
  border: 2px solid #941334;
  color: #941334;
}
.btn.btn-yellow, .btn:link.btn-yellow, .btn:focus.btn-yellow, .btn:visited.btn-yellow {
  background-color: #f9d54c;
  color: #941334;
  border: 2px solid #f9d54c;
}
.btn.btn-yellow:hover, .btn:link.btn-yellow:hover, .btn:focus.btn-yellow:hover, .btn:visited.btn-yellow:hover {
  background-color: #fff;
  border: 2px solid #fff;
}
.btn.btn-yellow.inverted:hover, .btn:link.btn-yellow.inverted:hover, .btn:focus.btn-yellow.inverted:hover, .btn:visited.btn-yellow.inverted:hover {
  background-color: #941334;
  border: 2px solid #941334;
  color: #fff;
}
.btn.btn-yellow-border, .btn:link.btn-yellow-border, .btn:focus.btn-yellow-border, .btn:visited.btn-yellow-border {
  background-color: transparent;
  color: #f9d54c;
  border: 2px solid #f9d54c;
}
.btn.btn-yellow-border:hover, .btn:link.btn-yellow-border:hover, .btn:focus.btn-yellow-border:hover, .btn:visited.btn-yellow-border:hover {
  background-color: #f9d54c;
  color: #941334;
}
.btn.btn-white, .btn:link.btn-white, .btn:focus.btn-white, .btn:visited.btn-white {
  background-color: #fff;
  color: #941334;
  border: 2px solid #fff;
}
.btn.btn-rect, .btn:link.btn-rect, .btn:focus.btn-rect, .btn:visited.btn-rect {
  border-radius: 0px;
}
.btn.btn-top, .btn:link.btn-top, .btn:focus.btn-top, .btn:visited.btn-top {
  padding: 8px 28px;
  border-radius: 60px;
}

a.read-more-white {
  position: relative;
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  text-transform: uppercase;
  display: inline-block;
  color: #941334;
  font-weight: 600;
  padding: 0 15px 10px 15px;
}
a.read-more-white:hover:after {
  width: 100%;
}
a.read-more-white:after {
  content: "";
  position: absolute;
  width: 0;
  height: 8px;
  bottom: 0;
  left: 0;
  background-image: url(../images/border-bottom.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 992px) {
  a.read-more-white:after {
    width: 100%;
  }
}

a.next-btn, a.read-more-red {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.1875rem;
  color: #941334;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 20px 10px 20px;
}
a.next-btn:hover:after, a.read-more-red:hover:after {
  width: 100%;
}
a.next-btn:after, a.read-more-red:after {
  content: "";
  position: absolute;
  width: 0;
  height: 8px;
  bottom: 0;
  left: 0;
  background-image: url(../images/border-bottom-red.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 992px) {
  a.next-btn:after, a.read-more-red:after {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  a.next-btn.tablet-yellow, a.read-more-red.tablet-yellow {
    color: #f9d54c;
  }
  a.next-btn.tablet-yellow:after, a.read-more-red.tablet-yellow:after {
    background-image: url(../images/border-bottom-yellow.svg);
  }
}
a.next-btn.disabled, a.read-more-red.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.wt-cli-accept-all-btn#wt-cli-accept-all-btn {
  background-color: #941334 !important;
  color: #fff !important;
  border: 2px solid #941334;
  position: relative;
  display: inline-block;
  border-radius: 30px;
  padding: 12px 20px;
  font-size: 0.625rem;
  line-height: 0.8125rem;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
  overflow: hidden;
  text-decoration: none;
}
.wt-cli-accept-all-btn#wt-cli-accept-all-btn:hover {
  color: #941334 !important;
  background-color: #fff !important;
}

#suple {
  position: fixed;
  bottom: 0;
  right: 80px;
}

nav {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 45px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  nav {
    padding-top: 20px;
  }
}
nav .logo {
  padding: 0 34px;
}
nav .nav-container .col-12 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
nav .nav-container .logo-wrap {
  max-width: 24%;
}
@media only screen and (max-width: 992px) {
  nav .nav-container .logo-wrap {
    max-width: 215px;
    height: auto;
    text-align: center;
    margin: 0 auto;
  }
  nav .nav-container .logo-wrap .logo {
    padding: 0px;
  }
}
nav .nav-container .menu {
  list-style: none;
  display: flex;
  align-items: center;
  flex-grow: 1;
  max-width: 38%;
}
@media only screen and (max-width: 992px) {
  nav .nav-container .menu {
    display: none;
  }
}
nav .nav-container .menu.menu-left {
  margin: auto auto auto 0;
}
nav .nav-container .menu.menu-right {
  margin: auto 0 auto auto;
}
nav .nav-container .menu li {
  flex: 1;
  padding: 0 15px;
  text-align: center;
}
nav .nav-container .menu li a:not(.btn) {
  line-height: 1.625rem;
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
}
nav .nav-container .menu li.current-menu-item a:not(.btn) {
  font-weight: 600;
}
nav .hamburger-inner, nav .hamburger-inner::after, nav .hamburger-inner::before {
  border-radius: 0px;
  background-color: #f9d54c !important;
}
nav .hamburger {
  display: none;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  nav .hamburger {
    display: inline-block;
  }
}

.sidenav {
  display: none;
  position: fixed;
  background-color: #941334;
  height: 100vh;
  width: 100%;
  top: 0;
  left: -100%;
  z-index: 99999;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 992px) {
  .sidenav {
    display: block;
  }
}
.sidenav .hamburger {
  position: absolute;
  top: 15px;
  right: 15px;
}
.sidenav .hamburger .hamburger-inner, .sidenav .hamburger .hamburger-inner::after, .sidenav .hamburger .hamburger-inner::before {
  background-color: #f9d54c !important;
}
.sidenav ul {
  list-style: none;
  padding: 90px 0 0 0px;
}
.sidenav ul li {
  margin-bottom: 10px;
  text-align: center;
}
.sidenav ul li a {
  color: #fff;
  display: inline-block;
  line-height: 1.5rem;
  font-size: 1.125rem;
}

.sidenav.open {
  left: 0px;
  display: block;
}

footer {
  background-color: #941334;
  padding: 33px 0;
}
footer p {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 300;
}
footer ul {
  margin-bottom: 30px;
}
footer ul li a {
  color: #fff !important;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  font-weight: 600;
}
footer .btn {
  font-weight: 600;
}

.arrow-up {
  height: 65px;
  width: 65px;
  position: fixed;
  bottom: 0;
  right: 25px;
  text-align: center;
  padding: 14px 0;
  border: 3px solid #f9d54c;
  z-index: 9999;
  background-color: #fff;
  border-radius: 25px;
}
.arrow-up img {
  height: 25px;
  width: auto;
  transform: rotate(-90deg);
}

#cookie-law-info-bar .col {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#cookie-law-info-bar .col p {
  margin: auto auto auto 0;
}

section.product {
  background-image: url(../images/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 170px;
  overflow: hidden;
}
section.product p {
  color: #f9d54c;
  font-size: 0.9375rem;
  line-height: 1.1875rem;
}
@media only screen and (max-width: 992px) {
  section.product p {
    color: #941334;
  }
}
section.product .mobile-bg {
  position: relative;
}
section.product .mobile-bg:before {
  content: "";
  position: absolute;
  width: 600%;
  height: 200vh;
  top: -300px;
  left: -200%;
  background-color: #f9d54c;
  background-image: url(../images/background-yellow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
section.product h1 {
  font-family: "Jost", sans-serif;
  color: #f9d54c;
  padding-bottom: 15px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 992px) {
  section.product h1 {
    color: #941334;
  }
}
section.product .img-wrap {
  margin-bottom: 21px;
}
section.product img {
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
section.product .btn {
  z-index: 2;
  margin-bottom: 21px;
}
section.product .calc-top {
  position: relative;
}
section.product .calc-top:before {
  content: "";
  position: absolute;
  width: 600%;
  height: 200vh;
  top: 0;
  left: -200%;
  background-color: #f9d54c;
  background-image: url(../images/background-yellow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
section.product .recommended-products {
  margin-left: -33px;
  margin-right: -33px;
}
section.product .recommended-products > div {
  float: left;
  width: 12.5%;
  padding: 0 33px;
  margin-bottom: 35px;
}
section.product .recommended-products a:hover img {
  transform: scale(120%);
}
section.product .acc-content p {
  color: #941334;
}

section.faq-top {
  background-image: url(../images/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 145px;
  padding-bottom: 35px;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  section.faq-top {
    padding-top: 165px;
  }
}
section.faq-top h1 {
  margin-bottom: 55px;
  text-align: center;
  font-size: 3rem;
  line-height: 3.25rem;
  color: #f9d54c;
}
@media only screen and (max-width: 992px) {
  section.faq-top h1 {
    margin-bottom: 35px;
  }
}
section.faq-top p {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media only screen and (max-width: 992px) {
  section.faq-top p {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

section.accordions-wrap {
  padding: 32px 0 55px 0;
  background-color: #f9d54c;
  background-image: url(../images/BG_y.png);
  background-repeat: repeat;
  background-size: 100%;
  background-position: top left;
  margin-bottom: 0px;
}

section.content h2 {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.625rem;
  margin-bottom: 17px;
}
section.content a {
  text-decoration: underline;
  color: #941334;
}
section.content ul, section.content ol {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 35px;
}
section.content ul li, section.content ol li {
  line-height: 1.125rem;
  margin-bottom: 5px;
}

.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.tooltip.disabled .tooltiptext {
  display: none;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #941334;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 0;
  margin-left: -60px;
  right: 0;
  margin: 0 auto !important;
}
.tooltip .tooltiptext:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #941334 transparent transparent transparent;
}

.top {
  min-height: 760px;
  padding-top: 135px;
  background-image: url(../images/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 992px) {
  .top {
    padding-top: 180px;
  }
}
.top .col {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.top .left img.family {
  position: relative;
  margin-bottom: -132px;
  -o-object-fit: contain;
     object-fit: contain;
  padding-right: 10px;
  width: 110%;
  max-width: 110%;
  margin-left: -10%;
  z-index: 4;
}
@media only screen and (max-width: 992px) {
  .top .left img.family {
    margin-bottom: 0;
    width: 100%;
    margin-left: 0;
    max-width: 100%;
    padding-right: 0px;
  }
}
.top .left img.text {
  display: none;
}
@media only screen and (max-width: 992px) {
  .top .left img.text {
    display: block;
  }
}
.top .right {
  margin: auto auto 0 auto;
}
@media only screen and (max-width: 992px) {
  .top .right {
    position: relative;
    z-index: 2;
  }
  .top .right:after {
    content: "";
    background-image: url(../images/background-yellow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 200%;
    height: 150%;
    left: -30%;
    top: -17%;
    z-index: -1;
    position: absolute;
  }
  .top .right .text-wrap p {
    color: #941334;
  }
}
.top .right img.text {
  width: 120%;
  max-width: 120%;
  margin-left: -20%;
}
@media only screen and (max-width: 992px) {
  .top .right img.text {
    display: none;
  }
}
.top .text-wrap {
  margin: 29px auto 0 auto;
}
.top .text-wrap p {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #fff;
  margin-bottom: 30px;
}

section.discover-products {
  background-color: #f9d54c;
  background-image: url(../images/background-yellow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 35px 0 48px 0;
}
@media only screen and (max-width: 992px) {
  section.discover-products {
    background-image: url(../images/background.jpg);
  }
  section.discover-products h2 {
    color: #f9d54c;
  }
}
section.discover-products h2 {
  margin-bottom: 45px;
}
section.discover-products .slider-wrap {
  position: relative;
}
section.discover-products .slider {
  padding-left: 150px;
  padding-right: 150px;
}
@media only screen and (max-width: 992px) {
  section.discover-products .slider {
    padding-left: 0px;
    padding-right: 0px;
  }
}
section.discover-products .slider .slick-slide {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 992px) {
  section.discover-products .slider .slick-slide img {
    padding: 30px;
  }
}
section.discover-products .slider .row {
  flex-wrap: wrap;
  display: flex !important;
}
@media only screen and (max-width: 992px) {
  section.discover-products .slider .row {
    margin-left: 0px;
    margin-right: 0px;
  }
}
section.discover-products .slider .row .col {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 992px) {
  section.discover-products .slider .row .col {
    padding-left: 0px;
    padding-right: 0px;
  }
}
section.discover-products .slider .title {
  font-size: 1.5625rem;
  line-height: 2rem;
  font-weight: 600;
  padding-top: 32px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 992px) {
  section.discover-products .slider .title {
    color: #f9d54c;
  }
}
section.discover-products .slider .text {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 47px;
}
@media only screen and (max-width: 992px) {
  section.discover-products .slider .text {
    color: #f9d54c;
  }
}
section.discover-products .slider .btn-wrap {
  text-align: right;
}

.arrow {
  position: absolute;
  height: 86px;
  width: 86px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 992px) {
  .arrow {
    background-image: url(../images/arrow-yellow.svg);
    height: 27px;
    width: 27px;
    top: 120px;
    bottom: auto;
  }
}
.arrow:hover {
  transform: scale(110%);
}

.arrow-left {
  left: 0px;
}
.arrow-left img, .arrow-left svg {
  transform: rotate(180deg);
}

.arrow-right {
  right: 0px;
}

section.quiz {
  padding: 65px 0 80px 0;
}
section.quiz h2 {
  margin-bottom: 15px;
}
section.quiz .sub-title {
  font-size: 1.625rem;
  line-height: 1.75rem;
  font-weight: 300;
  margin-bottom: 56px;
}
section.quiz .question {
  font-size: 1.625rem;
  line-height: 1.75rem;
  margin-bottom: 25px;
  text-align: center;
}
section.quiz .step {
  display: none;
  max-width: 800px;
  margin: 0 auto;
}
section.quiz .step.current {
  display: block;
}
section.quiz .answer {
  position: relative;
  font-size: 1.25rem;
  line-height: 1.625rem;
  margin-bottom: 22px;
  font-weight: 300;
  padding-left: 31px;
  cursor: pointer;
}
section.quiz .answer.selected:before {
  background-image: url(../images/rect.svg);
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat;
}
section.quiz .answer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 22px;
  height: 22px;
  border: 1px solid #941334;
  background-color: transparent;
}
section.quiz .steps.results .result {
  display: none;
}
section.quiz .steps.results .result.current {
  display: block;
}
section.quiz .steps.results .result .img-wrap {
  margin-bottom: 35px;
}
section.quiz .steps.results .result .col {
  display: flex;
}
section.quiz .steps.results .result .text-wrap {
  max-width: 700px;
  margin: auto auto;
}
section.quiz .steps.results .result .text-wrap a:not(.btn) {
  font-weight: 600;
  color: #f9d54c;
}
section.quiz .quiz-nav {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
section.quiz .quiz-nav span {
  font-weight: 600;
  display: inline-block;
  margin: 0 2px;
}
section.quiz .quiz-nav span.separator {
  color: #f9d54c;
}
section.quiz .quiz-nav .steps-count {
  margin-bottom: 25px;
}

section.blog {
  margin-bottom: 90px;
}
section.blog h1 {
  margin-bottom: 55px;
  text-align: center;
  font-size: 3rem;
  line-height: 3.25rem;
}
@media only screen and (max-width: 992px) {
  section.blog h1 {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 992px) {
  section.blog article, section.blog .article {
    margin-bottom: 25px;
  }
}
section.blog h2 {
  margin-bottom: 40px;
}
section.blog h2.custom {
  font-size: 1.1875rem;
  line-height: 1.75rem;
  font-weight: 600;
  padding-top: 39px;
  font-family: "Jost", sans-serif;
}
section.blog .img-wrap {
  margin-bottom: 25px;
  height: 100%;
}
@media only screen and (max-width: 992px) {
  section.blog .img-wrap.cover {
    padding-bottom: 25px;
    margin-bottom: 0px;
  }
}
section.blog .img-wrap.cover img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.blog .right > .row {
  height: 100%;
}
section.blog .text-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
section.blog .date {
  color: #f9d54c;
  margin-bottom: 10px;
}
section.blog .title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  margin-bottom: 35px;
}
section.blog .title a {
  color: #941334;
}
section.blog .excerpt {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 300;
  margin-bottom: 35px;
}
section.blog .inner {
  padding: 0 5px;
  height: 100%;
}
section.blog .read-more-row {
  margin: auto -15px 0 -15px;
}
section.blog .read-more-row .read-more {
  margin-top: 6px;
}
@media only screen and (max-width: 992px) {
  section.blog .read-more-row {
    margin: 0;
    width: 100%;
  }
}
section.blog .form-wrap {
  margin-bottom: 16px;
}
@media only screen and (max-width: 992px) {
  section.blog .form-wrap {
    margin-top: 17px;
  }
}
section.blog .form-wrap input {
  width: 100%;
  padding: 15px 15px 14px 17px;
  border-radius: 24px;
  border: solid 1px #941334;
  color: #941334;
}
section.blog .form-wrap input::-moz-placeholder {
  font-weight: 600;
  color: #941334;
  opacity: 1;
}
section.blog .form-wrap input:-ms-input-placeholder {
  font-weight: 600;
  color: #941334;
  opacity: 1;
}
section.blog .form-wrap input::placeholder {
  font-weight: 600;
  color: #941334;
  opacity: 1;
}
section.blog .category-cloud {
  margin-bottom: 29px;
}
section.blog .category-cloud .btn {
  margin: 0 11px 5px 0;
}
section.blog .articles-wrap > .col {
  margin-bottom: 40px;
}

.single h1 {
  font-family: "Jost", sans-serif;
}
@media only screen and (max-width: 992px) {
  .single h1 {
    margin-bottom: 0px !important;
  }
}
.single section.blog {
  margin-bottom: 0px;
}
.single section.blog .category-cloud {
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .single section.blog .category-cloud {
    margin-top: 17px;
    margin-bottom: 30px;
  }
}
.single section.blog .read-more-row {
  margin: 0 0 50px 0;
}
.single .meta .col {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 992px) {
  .single .text-wrap {
    width: 100%;
    margin-bottom: 23px;
  }
}

section.heroes {
  background-image: url(../images/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 170px;
}
@media only screen and (max-width: 992px) {
  section.heroes {
    padding-top: 215px;
  }
}
section.heroes h1 {
  margin-bottom: 55px;
  text-align: center;
  font-size: 3rem;
  line-height: 3.25rem;
  color: #f9d54c;
}
@media only screen and (max-width: 992px) {
  section.heroes h1 {
    margin-bottom: 35px;
  }
}
section.heroes .container {
  position: relative;
}
section.heroes .slider-heroes .slick-track {
  display: flex !important;
}
section.heroes .slider-heroes .slick-list {
  padding: 0 0 !important;
}
section.heroes .slider-heroes .slick-slide {
  height: inherit !important;
  cursor: pointer;
}
section.heroes .slider-heroes .slick-slide:hover img {
  transform: scale(95%);
}
@media only screen and (max-width: 992px) {
  section.heroes .slider-heroes .slick-slide:hover img {
    transform: none;
  }
}
section.heroes .slider-heroes .slick-slide img {
  transition: all 0.3s ease-in-out;
  transform: scale(85%);
}
@media only screen and (max-width: 992px) {
  section.heroes .slider-heroes .slick-slide img {
    transform: none;
  }
}
section.heroes .slider-heroes .slick-slide.slick-current img {
  transform: scale(110%);
}
@media only screen and (max-width: 992px) {
  section.heroes .slider-heroes .slick-slide.slick-current img {
    transform: none;
  }
}
section.heroes .slider-heroes .slick-slide > div {
  height: 100%;
}
section.heroes .slider-heroes .slick-slide > div .slide {
  height: 100%;
  display: flex !important;
  padding-bottom: 50px;
}
section.heroes .slider-heroes .slick-slide > div .slide img {
  margin: auto;
  max-height: 504px;
  width: auto;
  padding: 25px 0;
}
section.heroes .slider-heroes-nav-wrap {
  background-color: #f9d54c;
  background-image: url(../images/background-yellow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 155px;
  padding-bottom: 40px;
  margin-top: -120px;
}
@media only screen and (max-width: 992px) {
  section.heroes .slider-heroes-nav-wrap {
    padding-top: 245px;
    margin-top: -258px;
  }
}
section.heroes .slider-heroes-nav-wrap p {
  font-size: 1.25rem;
  line-height: 1.625rem;
}
section.heroes .slider-heroes-nav-wrap h4 {
  font-family: "Jost", sans-serif;
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-weight: 600;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  section.heroes .slider-heroes-nav-wrap h4 {
    margin-bottom: 25px;
  }
}
section.heroes .slider-heroes-nav-wrap .col {
  display: flex;
  flex-wrap: wrap;
}
section.heroes .arrow {
  top: auto;
  bottom: 170px;
}

section.page-top {
  background-image: url(../images/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 117px;
  padding-bottom: 35px;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  section.page-top {
    padding-bottom: 75px;
  }
}

.page-id-33 section.page-top {
  margin-bottom: 20px;
}

section.products-top {
  background-image: url(../images/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 170px;
  overflow: hidden;
}
section.products-top .col {
  display: flex;
  flex-direction: column;
}
section.products-top .text-wrap {
  margin: auto 0 35px 0;
}
section.products-top p {
  color: #fff;
  margin-bottom: 35px;
}
section.products-top h1 {
  color: #f9d54c;
  font-size: 2.875rem;
  line-height: 3.25rem;
  margin: 70px 0 auto 0;
}
@media only screen and (max-width: 992px) {
  section.products-top h1 {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 992px) {
  section.products-top .btn-wrap {
    text-align: center;
  }
}

section.products {
  padding-top: 89px;
  background-color: #f9d54c;
  background-image: url(../images/background-yellow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section.products .product-loop {
  margin-bottom: 82px;
  display: flex;
  flex-direction: column;
}
section.products .product-loop .img-wrap {
  position: relative;
  margin: auto 0 25px 0;
}
@media only screen and (max-width: 992px) {
  section.products .product-loop .img-wrap {
    margin: 0 0 25px 0;
  }
}
section.products .product-loop .img-wrap img {
  padding: 0 25px;
  max-width: 278px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  section.products .product-loop .img-wrap img {
    max-width: 100%;
  }
}
section.products .product-loop .img-wrap .label {
  position: absolute;
  top: -25px;
  left: -10px;
  font-size: 1.125rem;
  line-height: 1.25rem;
}
@media only screen and (max-width: 992px) {
  section.products .product-loop .img-wrap .label {
    top: -10px;
    font-size: 0.5rem;
    line-height: 0.5625rem;
    padding: 8px 12px;
  }
}
section.products .product-loop .btn-wrap {
  margin: 15px auto 0 auto;
}
@media only screen and (max-width: 992px) {
  section.products .product-loop .btn-wrap .btn {
    font-size: 0.6875rem;
    border-width: 1px;
    padding: 12px 11px;
  }
}
section.products .product-loop .title {
  font-family: "Jost", sans-serif;
  margin: auto 0 15px 0;
  font-weight: 600;
}
section.products .product-loop .title a {
  color: #941334;
}

.accordions-wrap {
  padding-top: 29px;
  margin-bottom: 26px;
}

.accordion-block {
  position: relative;
  z-index: 2;
  margin-bottom: 12px;
}
.accordion-block.active .acc-header:after {
  transform: rotate(0deg);
}
.accordion-block p {
  color: #941334;
}
.accordion-block .acc-header {
  position: relative;
  display: block;
  padding-left: 54px;
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-weight: 600;
  color: #941334;
}
@media only screen and (max-width: 992px) {
  .accordion-block .acc-header {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}
.accordion-block .acc-header:before, .accordion-block .acc-header:after {
  position: absolute;
  content: "";
  background-image: url(../images/minus-red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 8px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s ease-in-out;
}
.accordion-block .acc-header:after {
  transform: rotate(90deg);
}
.accordion-block .acc-body {
  margin-top: 9px;
}

.breadcrumbs {
  margin-bottom: 35px;
  font-size: 0.75rem;
  line-height: 0.875rem;
}
@media only screen and (max-width: 992px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs a, .breadcrumbs span {
  color: #fff;
  font-size: 0.75rem;
  line-height: 0.875rem;
}

.inverted .breadcrumbs {
  margin-bottom: 20px;
  margin-top: 20px;
}
.inverted .breadcrumbs a, .inverted .breadcrumbs span {
  color: #941334;
}/*# sourceMappingURL=main.min.css.map */