@charset "UTF-8";
/* Media queries mixins */
/* ==========================================================================
	Base Colors
========================================================================== */
/* Brand colors */
/* Secondary colors */
/* Neutral colors */
/* System colors */
/* Digital UI colors */
/* Gradients*/
/* Background colors */
/* Period tracker */
/* Input validation colors */
/* Social media colors */
/* ==========================================================================
	Table variables overwriting from bootstrap
========================================================================== */
/* ==========================================================================
	Base Sizes
========================================================================== */
/* Spacings */
/* Navigation */
/* Logo */
/* ==========================================================================
	Z-index
========================================================================== */
/* ==========================================================================
	Base Typography
========================================================================== */
/* ==========================================================================
	Media queries breakpoints, copied from bootstrap
========================================================================== */
/* ==========================================================================
	Container width with respect to screen size
========================================================================== */
/* =================================================================
	Mediaquery Enum
==================================================================== */
/* =================================================================
	Spacing for offset containers
==================================================================== */
@font-face {
  font-family: "BWModelicaLGC-ExtraBold";
  src: url("./fonts/BwModelicaLGC-ExtraBold.woff2") format("woff2"), url("./fonts/BwModelicaLGC-ExtraBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "BwModelicaLGC-Bold";
  src: url("./fonts/BwModelicaLGC-Bold.woff2") format("woff2"), url("./fonts/BwModelicaLGC-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "BwModelicaLGC-Regular";
  src: url("./fonts/BwModelicaLGC-Regular.woff2") format("woff2"), url("./fonts/BwModelicaLGC-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "BwModelicaLGC-Medium";
  src: url("./fonts/BwModelicaLGC-Medium.woff2") format("woff2"), url("./fonts/BwModelicaLGC-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "BwModelicaLGC-Thin";
  src: url("./fonts/BwModelicaLGC-Thin.woff2") format("woff2"), url("./fonts/BwModelicaLGC-Thin.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansArabic-ExtraBold";
  src: url("./fonts/NotoSansArabic-ExtraBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansArabic-Bold";
  src: url("./fonts/NotoSansArabic-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansArabic-Regular";
  src: url("./fonts/NotoSansArabic-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansArabic-Thin";
  src: url("./fonts/NotoSansArabic-Thin.woff") format("woff");
  font-display: swap;
}
/* ==========================================================================
    Fallback fonts
    Values generated with https://screenspan.net/fallback tool
========================================================================== */
@font-face {
  font-family: "BWModelicaLGC-ExtraBold-Fallback";
  src: local("Verdana");
  size-adjust: 101%;
  ascent-override: 98%;
  descent-override: 22%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "BwModelicaLGC-Bold-Fallback";
  src: local("Verdana");
  size-adjust: 101%;
  ascent-override: 96%;
  descent-override: 24%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "BwModelicaLGC-Regular-Fallback";
  src: local("Arial");
  size-adjust: 108%;
  ascent-override: 93%;
  descent-override: 20%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "BwModelicaLGC-Medium-Fallback";
  src: local("Verdana");
  size-adjust: 98%;
  ascent-override: 99%;
  descent-override: 19%;
  line-gap-override: 7%;
}
@font-face {
  font-family: "BwModelicaLGC-Thin-Fallback";
  src: local("Verdana");
  size-adjust: 94%;
  ascent-override: 99%;
  descent-override: 16%;
  line-gap-override: 13%;
}
@font-face {
  font-family: "NotoSansArabic-ExtraBold-Fallback";
  src: local("Arial");
  size-adjust: 99%;
  ascent-override: 139%;
  descent-override: 69%;
  line-gap-override: 5%;
}
@font-face {
  font-family: "NotoSansArabic-Bold-Fallback";
  src: local("Arial");
  size-adjust: 99%;
  ascent-override: 139%;
  descent-override: 69%;
  line-gap-override: 5%;
}
@font-face {
  font-family: "NotoSansArabic-Regular-Fallback";
  src: local("Arial");
  size-adjust: 99%;
  ascent-override: 139%;
  descent-override: 69%;
  line-gap-override: 5%;
}
@font-face {
  font-family: "NotoSansArabic-Thin-Fallback";
  src: local("Arial");
  size-adjust: 99%;
  ascent-override: 139%;
  descent-override: 69%;
  line-gap-override: 5%;
}
.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* ==========================================================================
	Button mixins / shared button styles
========================================================================== */
/* ==========================================================================
	Spacing mixins
========================================================================== */
/* ==========================================================================
	Typography mixins
========================================================================== */
/* Start Typography */
/* Footer&NavTypography */
/* End Footer Typography */
/* End Typography */
/* ==========================================================================
	Base typography
========================================================================== */
h1,
.h1,
.page-header__title,
h2,
.h2,
h3,
.h3,
.signpost-campaign__headline h2,
.signpost-article__headline h2,
h4,
.h4,
h5,
.h5 {
  margin-top: 0;
}

h1,
.h1,
.page-header__title {
  font-size: 30px;
  line-height: 40px;
}

h2,
.h2 {
  font-size: 24px;
  line-height: 28px;
}

h3,
.h3,
.signpost-campaign__headline h2,
.signpost-article__headline h2 {
  font-size: 20px;
  line-height: 24px;
}

h4,
.h4 {
  font-size: 18px;
  line-height: 22px;
}

p {
  font-size: 16px;
  line-height: 24px;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  grid-gap: 10px;
  gap: 10px;
  border-radius: 50px;
  transition: background 0.25s ease, color 0.25s ease, opacity 0.25s ease;
  padding: 12px 25px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.btn {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .btn {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.btn {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
}
.btn:focus {
  outline: 1px solid #001E62;
  outline-offset: 5px;
}
.rtl .btn {
  padding: 12px 25px;
}
.btn-explanation {
  color: #746969;
  margin: 5px 30px 5px 0;
}
.btn-explanation {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .btn-explanation {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.btn-explanation {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
}

.btn-primary {
  background: #001E62;
  color: #FFFFFF;
}
.btn-primary:hover:not(:disabled):not(.disabled) {
  background: #6F2453;
}
.btn-primary[disabled], .btn-primary.disabled {
  cursor: default;
  background: #F6F3F3;
  color: #746969;
}

.btn-secondary {
  background: transparent;
  border: 1px solid #001E62;
  color: #001E62;
}
.btn-secondary:hover:not(:disabled):not(.disabled) {
  border-color: #6F2453;
  color: #6F2453;
}
.btn-secondary[disabled], .btn-secondary.disabled {
  cursor: default;
  border-color: #C0B4B4;
  color: #746969;
}
.btn-secondary i {
  font-size: 18px;
  line-height: 18px;
  vertical-align: baseline;
}
.btn-secondary--icon i {
  font-size: 24px;
  line-height: 24px;
}

.btn-narrow {
  padding: 9px 15px;
}
.btn-narrow span {
  padding-right: 30px;
}

.btn-large {
  min-width: 265px;
  text-align: center;
}

.btn-external-link i {
  font-size: 20px;
}
.btn-external-link.btn-external-link--reversed i {
  order: -1;
}

.btn-borderless {
  background: transparent;
  border: 1px solid #001E62;
  color: #001E62;
}
.btn-borderless:hover:not(:disabled):not(.disabled) {
  border-color: #6F2453;
  color: #6F2453;
}
.btn-borderless[disabled], .btn-borderless.disabled {
  cursor: default;
  border-color: #C0B4B4;
  color: #746969;
}
.btn-borderless i {
  font-size: 18px;
  line-height: 18px;
  vertical-align: baseline;
}
.btn-borderless {
  border: none;
}

.btn-loading .loader {
  display: block !important;
  position: static;
  position: initial;
  background-color: transparent;
}
.btn-loading .loader__animation {
  border-width: 2px;
  border-bottom-color: #746969;
  width: 20px;
  height: 20px;
}

/* ==========================================================================
	Social share buttons
    TODO: Remove this part of the code when quiz is refactored
========================================================================== */
.share-button {
  display: inline-block;
  text-align: center;
  padding: 0;
  margin: 10px 10px 0 0;
  border-bottom: none;
  width: 45px;
  height: 45px;
}
.rtl .share-button {
  margin: 10px 0 0 10px;
  padding: 0;
}
.share-button i {
  font-size: 45px;
  color: #001E62;
}
.share-button:hover i {
  color: #D11A88;
}

/* ==========================================================================
	Custom grid extensions
========================================================================== */
.col-xs-1-10 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 10%;
}
.rtl .col-xs-1-10 {
  float: right;
}

.col-xs-2-10 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 20%;
}
.rtl .col-xs-2-10 {
  float: right;
}

.col-xs-3-10 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 30%;
}
.rtl .col-xs-3-10 {
  float: right;
}

.col-xs-4-10 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 40%;
}
.rtl .col-xs-4-10 {
  float: right;
}

.col-xs-5-10 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
}
.rtl .col-xs-5-10 {
  float: right;
}

.col-xs-6-10 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 60%;
}
.rtl .col-xs-6-10 {
  float: right;
}

.col-xs-7-10 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 70%;
}
.rtl .col-xs-7-10 {
  float: right;
}

.col-xs-8-10 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 80%;
}
.rtl .col-xs-8-10 {
  float: right;
}

.col-xs-9-10 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 90%;
}
.rtl .col-xs-9-10 {
  float: right;
}

.col-xs-10-10 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.rtl .col-xs-10-10 {
  float: right;
}

/* Container */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@font-face {
  font-family: "femcare-icons";
  src: url("fonts/femcare-icons.eot?#iefix");
  src: url("fonts/femcare-icons.eot?#iefix") format("embedded-opentype"), url("fonts/femcare-icons.ttf") format("truetype"), url("fonts/femcare-icons.woff") format("woff"), url("fonts/femcare-icons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "femcare-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 14px;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\e901";
}

.icon-arrow-left:before {
  content: "\e902";
}

.icon-arrow-right:before {
  content: "\e903";
}

.icon-arrow-up:before {
  content: "ऀ";
}

.icon-check-sign:before {
  content: "\e95d";
}

.icon-close:before {
  content: "\e964";
}

.icon-facebook:before {
  content: "\e908";
}

.icon-language:before {
  content: "\e992";
}

.icon-info:before {
  content: "\e98f";
}

.icon-instagram:before {
  content: "\e90b";
}

.icon-instagram-filled:before {
  content: "\e90a";
}

.icon-minus:before {
  content: "\e99e";
}

.icon-menu:before {
  content: "\e905";
}

.icon-play:before {
  content: "\e93d";
}

.icon-plus:before {
  content: "\e9a4";
}

.icon-quote:before {
  content: "\e9a5";
}

.icon-pinterest:before {
  content: "\e90d";
}

.icon-sample:before {
  content: "\e989";
}

.icon-search:before {
  content: "\e9aa";
}

.icon-share-dots:before {
  content: "\e980";
}

.icon-share-facebook:before {
  content: "\e909";
}

.icon-share-mail:before {
  content: "\e99c";
}

.icon-share-twitter:before {
  content: "\e913";
}

.icon-snapchat:before {
  content: "\e90e";
}

.icon-twitter:before {
  content: "\e912";
}

.icon-tiktok:before {
  content: "\e90f";
}

.icon-user:before {
  content: "\e946";
}

.icon-vk:before {
  content: "\e910";
}

.icon-youtube:before {
  content: "\e914";
}

.icon-location:before {
  content: "\e996";
}

.icon-shopping-bag:before {
  content: "\e951";
}

.icon-external-link:before {
  content: "\e984";
}

.icon-arrow-down-smooth {
  font-size: 20px;
}
.icon-arrow-down-smooth:before {
  content: "\e901";
}

.icon-arrow-right-smooth:before, .period-tracker #datepicker .ui-datepicker-next:before {
  font-size: 20px;
  content: "\e903";
}

.icon-arrow-left-smooth:before, .period-tracker #datepicker .ui-datepicker-prev:before {
  font-size: 20px;
  content: "\e902";
}

.icon-arrow-up-smooth {
  font-size: 20px;
}
.icon-arrow-up-smooth:before {
  content: "\e900";
}

.icon-arrow-forward:before {
  content: "\e94c";
}

.icon-calendar:before {
  content: "\e955";
}

.icon-play-dashed:before {
  content: "\e939";
}

.icon-smiley:before {
  content: "\e920";
}

.icon-newsletter:before {
  content: "\e906";
}

.icon-trash-can::before {
  content: "\e97d";
}

.icon-heart::before {
  content: "\e98b";
}

.icon-period-tracker::before {
  content: "\e92a";
}

.icon-filter::before {
  content: "\e986";
}

.icon-share::before {
  content: "\e9ac";
}

.icon-sort::before {
  content: "\e9ad";
}

.icon-validation-error::before {
  content: "\e96e";
}

.icon-validation-success::before {
  content: "\e96f";
}

.icon-question:before {
  content: "\e970";
}

.icon-social-copy-circle {
  content: "\e971";
}

.icon-social-facebook-circle:before {
  content: "\e9be";
}

.icon-social-pinterest-circle:before {
  content: "\e9bf";
}

.icon-social-snapchat-circle:before {
  content: "\e9c0";
}

.icon-social-vk-circle:before {
  content: "\e9c1";
}

.icon-social-whatsapp-circle:before {
  content: "\e9c2";
}

.icon-social-instagram-circle:before {
  content: "\e9c3";
}

.icon-social-linkedin-circle:before {
  content: "\e9c4";
}

.icon-social-tiktok-circle:before {
  content: "\e9c5";
}

.icon-social-vimeo-circle:before {
  content: "\e9c6";
}

.icon-social-x-circle:before {
  content: "\e9c7";
}

.icon-social-youtube-circle:before {
  content: "\e9c8";
}

.icon-social-facebook-circle-color:before {
  content: "\e9be";
  color: #0865FF;
}

.icon-social-pinterest-circle-color:before {
  content: "\e9bf";
  color: #E60019;
}

.icon-social-snapchat-circle-color:before {
  content: "\e9c0";
  color: #FCFF00;
}

.icon-social-vk-circle-color:before {
  content: "\e9c1";
  color: #0077FF;
}

.icon-social-whatsapp-circle-color:before {
  content: "\e9c2";
  color: #25D366;
}

.icon-social-instagram-circle-color:before {
  content: "\e9c3";
  color: linear-gradient(138.01deg, #6B4BDA 13.32%, #D20EA0 37.88%, #FF3377 58.35%, #FFCF6D 87.37%);
}

.icon-social-linkedin-circle-color:before {
  content: "\e9c4";
  color: #2D64BC;
}

.icon-social-tiktok-circle-color:before {
  content: "\e9c5";
  color: linear-gradient(127.41deg, #FE2C55 14.53%, #2F2F2F 51.86%, #000000 64.1%, #25F4EE 86.09%);
}

.icon-social-vimeo-circle-color:before {
  content: "\e9c6";
  color: #00ADEF;
}

.icon-social-x-circle-color:before {
  content: "\e9c7";
  color: #000;
}

.icon-social-youtube-circle-color:before {
  content: "\e9c8";
  color: #EA3323;
}

.icon-social-email-circle-color:before {
  content: "\e972";
  color: #001E62;
}

.icon-social-copy-circle-color:before {
  content: "\e971";
  color: #001E62;
}

.icon-social-vk:before {
  content: "\e9c9";
}

.icon-social-facebook:before {
  content: "\e9ca";
}

.icon-social-instagram:before {
  content: "\e9cb";
}

.icon-social-linkedin:before {
  content: "\e9cc";
}

.icon-social-pinterest:before {
  content: "\e9cd";
}

.icon-social-snapchat:before {
  content: "\e9ce";
}

.icon-social-tiktok:before {
  content: "\e9cf";
}

.icon-social-vimeo:before {
  content: "\e9d0";
}

.icon-social-whatsapp:before {
  content: "\e9d1";
}

.icon-social-x:before {
  content: "\e9d2";
}

.icon-social-youtube:before {
  content: "\e9d3";
}

.icon-icon-social-email-circle:before {
  content: "\e972";
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}

.ie8 select,
.ie9 select {
  background: none;
  padding-right: 0;
}

table {
  background-color: #FFFFFF;
  width: 100%;
  max-width: 100%;
  border: 1px solid #F6F3F3;
}
table th, table td {
  border-bottom: 1px solid #F6F3F3;
  border-right: 1px solid #F6F3F3;
  vertical-align: middle;
  text-align: center;
}
table th, table td {
  padding: 10px 0;
}
table th {
  color: #2F2F2F;
}
table th {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl table th {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
table th {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
table td {
  color: #413D3D;
}
table td {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl table td {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
table td {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

.tooltip__container {
  position: relative;
  display: inline-block;
}

.tooltip-icon-btn {
  display: inline-block;
  font-size: 15px;
  border: none;
  background: none;
  color: #001E62;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.tooltip__icon {
  font-size: 15px;
  color: #001E62;
  display: inline-block;
  line-height: 1;
}
.period-tracker .tooltip__icon {
  font-size: 20px;
}

.tooltip--active .tooltip-icon-btn,
.tooltip--active .tooltip__icon {
  color: #6F2453;
}

.tooltip__content {
  display: none;
  position: absolute;
  top: auto;
  top: initial;
  right: auto;
  right: initial;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%);
  background-color: #FFFFFF;
  color: #2F2F2F;
  padding: 12px;
  border-radius: 6px;
  width: -moz-max-content;
  width: max-content;
  max-width: 300px;
  box-shadow: 0px 4px 12px rgba(102, 102, 102, 0.16);
  z-index: 1090;
  text-align: left;
}
.tooltip__content::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border-radius: 4px;
  width: 0;
  height: 0;
  box-sizing: border-box;
  border: 10px solid #666;
  border-color: transparent transparent #FFFFFF #FFFFFF;
  transform: translate(-50%, -50%) rotate(-45deg);
  box-shadow: -3px 3px 3px 0 rgba(102, 102, 102, 0.16);
}

.tooltip--active .tooltip__content[aria-hidden=false] {
  opacity: 1;
  display: block;
}

.tooltip__item {
  padding: 10px 20px;
}
.tooltip__item:not(:last-child) {
  margin-bottom: 10px;
}

.tooltip__heading {
  display: inline-block;
  margin: 0;
  position: relative;
}
.tooltip__heading {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .tooltip__heading {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.tooltip__heading {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
}
.tooltip__heading::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  top: 50%;
  left: -14px;
  transform: translateY(-100%);
}

.tooltip__heading--pre-period::before {
  background: #ff7e00;
}

.tooltip__heading--period::before {
  background: #ff4d5e;
}

.tooltip__heading--post-period::before {
  background: #e22993;
}

.tooltip__heading--peak-ovulation::before {
  background: #01b0ac;
}

.tooltip__text,
.tooltip__text p {
  display: block;
  margin: 0;
}
.tooltip__text,
.tooltip__text p {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .tooltip__text,
.rtl .tooltip__text p {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.tooltip__text,
.tooltip__text p {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}

.tooltip__content--flip-left {
  top: -10px;
  bottom: auto;
  bottom: initial;
  transform: none;
  right: 30px;
  left: auto;
  left: initial;
}
.tooltip__content--flip-left::after {
  top: 22px;
  left: auto;
  left: initial;
  right: -19px;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.tooltip__content--flip-right {
  top: -10px;
  bottom: auto;
  bottom: initial;
  transform: none;
  left: 30px;
  right: auto;
  right: initial;
}
.tooltip__content--flip-right::after {
  top: 22px;
  left: 0;
  right: auto;
  right: initial;
  transform: translate(-50%, -50%) rotate(45deg);
}

.tooltip__container--dark .tooltip__content,
.tooltip__container--dark .tooltip__content::after {
  background-color: #F6F3F3;
}

.mediaquery-state-indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.mediaquery-state-indicator:before {
  content: "1";
}

/**
 * This code sets up a basic normalization for common HTML elements to ensure consistency across different browsers.
 */
* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  line-height: 1.42857;
}
body[\:has\(.modal.displayed\)] {
  overflow: hidden;
}
body:has(.modal.displayed) {
  overflow: hidden;
}

a {
  cursor: pointer;
  color: #413D3D;
  text-underline-offset: 5px;
}
a, a:hover, a:focus {
  -webkit-text-decoration: none;
  text-decoration: none;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

p {
  margin: 0 0 10px;
}

figure {
  margin: 0;
  padding: 0;
  height: 100%;
}

img {
  height: auto;
  border: 0;
  vertical-align: middle;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.hidden {
  display: none !important;
}

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

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

select:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "femcare-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 14px;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
select:before {
  color: #2F2F2F;
  content: "\e901";
  right: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
}

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

td,
th {
  padding: 0;
}

.sr-only {
  width: 1px !important;
  position: absolute;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  background-image: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

.hidden {
  display: none !important;
}

.displayed {
  display: block !important;
}

.invisible {
  visibility: hidden !important;
}

.visible {
  visibility: visible !important;
}

.screen-reader-only {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
  white-space: nowrap;
}

#pr-reviewsnippet,
#pr-reviewdisplay,
.cta-panel,
.product-main__rating,
.product-main__out-of-stock {
  /**
   * STARS
   * Rating Stars can be customized by overriding the
   * background-image property of the 5 Star-related
   * CSS classes
   * --------------------------------------------------
   * .pr-star-v4-0-filled    // Custom star image - filled 0%
   * .pr-star-v4-25-filled   // Custom star image - filled 25%
   * .pr-star-v4-50-filled   // Custom star image - filled 50%
   * .pr-star-v4-75-filled   // Custom star image - filled 75%
   * .pr-star-v4-100-filled  // Custom star image - filled 100%
   */
}
#pr-reviewsnippet .p-w-r .pr-subscript,
#pr-reviewdisplay .p-w-r .pr-subscript,
.cta-panel .p-w-r .pr-subscript,
.product-main__rating .p-w-r .pr-subscript,
.product-main__out-of-stock .p-w-r .pr-subscript {
  margin-bottom: 30px;
  font-size: 14px;
}
#pr-reviewsnippet .p-w-r .pr-subscript a,
#pr-reviewdisplay .p-w-r .pr-subscript a,
.cta-panel .p-w-r .pr-subscript a,
.product-main__rating .p-w-r .pr-subscript a,
.product-main__out-of-stock .p-w-r .pr-subscript a {
  font-size: 14px;
  color: #001E62;
}
#pr-reviewsnippet .p-w-r .pr-star-v4-0-filled,
#pr-reviewdisplay .p-w-r .pr-star-v4-0-filled,
.cta-panel .p-w-r .pr-star-v4-0-filled,
.product-main__rating .p-w-r .pr-star-v4-0-filled,
.product-main__out-of-stock .p-w-r .pr-star-v4-0-filled {
  background-image: url("../img/power-reviews/star-0-filled.svg");
}
#pr-reviewsnippet .p-w-r .pr-star-v4-25-filled,
#pr-reviewdisplay .p-w-r .pr-star-v4-25-filled,
.cta-panel .p-w-r .pr-star-v4-25-filled,
.product-main__rating .p-w-r .pr-star-v4-25-filled,
.product-main__out-of-stock .p-w-r .pr-star-v4-25-filled {
  background-image: url("../img/power-reviews/star-25-filled.svg");
}
#pr-reviewsnippet .p-w-r .pr-star-v4-50-filled,
#pr-reviewdisplay .p-w-r .pr-star-v4-50-filled,
.cta-panel .p-w-r .pr-star-v4-50-filled,
.product-main__rating .p-w-r .pr-star-v4-50-filled,
.product-main__out-of-stock .p-w-r .pr-star-v4-50-filled {
  background-image: url("../img/power-reviews/star-50-filled.svg");
}
#pr-reviewsnippet .p-w-r .pr-star-v4-75-filled,
#pr-reviewdisplay .p-w-r .pr-star-v4-75-filled,
.cta-panel .p-w-r .pr-star-v4-75-filled,
.product-main__rating .p-w-r .pr-star-v4-75-filled,
.product-main__out-of-stock .p-w-r .pr-star-v4-75-filled {
  background-image: url("../img/power-reviews/star-75-filled.svg");
}
#pr-reviewsnippet .p-w-r .pr-star-v4-100-filled,
#pr-reviewdisplay .p-w-r .pr-star-v4-100-filled,
.cta-panel .p-w-r .pr-star-v4-100-filled,
.product-main__rating .p-w-r .pr-star-v4-100-filled,
.product-main__out-of-stock .p-w-r .pr-star-v4-100-filled {
  background-image: url("../img/power-reviews/star-100-filled.svg");
}

#pr-war-form .form-group {
  margin-bottom: 10px;
}
#pr-war-form .btn-group-radio-vertical div:first-child {
  margin-bottom: 8px;
}
#pr-war-form .btn-group-radio-vertical div:last-child {
  border-top: 1px solid #ccc;
}

.p-w-r .pr-checkbox input[type=checkbox] {
  bottom: -4px !important;
}
.p-w-r :focus {
  outline: none !important;
  box-shadow: none !important;
}

/* ==========================================================================
	Styles to override powerreviews display default css.
========================================================================== */
.power-reviews {
  background-color: #FFFFFF;
  padding-bottom: 50px;
}
.power-reviews #pr-reviewdisplay {
  background-color: #FFFFFF;
  padding: 50px 0 0;
}
@media (min-width: 768px) {
  .power-reviews #pr-reviewdisplay {
    padding: 50px 0 0;
  }
}

#pr-reviewdisplay .p-w-r {
  position: static;
}
#pr-reviewdisplay .p-w-r .pr-snippet-rating-decimal,
#pr-reviewdisplay .p-w-r .pr-accordion-btn,
#pr-reviewdisplay .p-w-r .pr-rd-review-service,
#pr-reviewdisplay .p-w-r .pr-review-snapshot-header .pr-subheadline,
#pr-reviewdisplay .p-w-r .pr-rd-review-product,
#pr-reviewdisplay .p-w-r .pr-review-snapshot-block-pros,
#pr-reviewdisplay .p-w-r .pr-review-snapshot-block-cons,
#pr-reviewdisplay .p-w-r .pr-snippet-stars-reco-reco {
  display: none !important;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot-block-histogram,
#pr-reviewdisplay .p-w-r #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-block {
  width: 100%;
  border-right: none;
}
@media (min-width: 992px) {
  #pr-reviewdisplay .p-w-r .pr-review-snapshot-block-histogram,
  #pr-reviewdisplay .p-w-r #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-block {
    width: 40% !important;
  }
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot-block-histogram .pr-histogram-count,
#pr-reviewdisplay .p-w-r #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-block .pr-histogram-count {
  padding: 0;
  text-align: center;
  white-space: nowrap;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot-simple--brandscore {
  position: relative;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot-simple--brandscore .pr-review-snapshot-brandscore {
  margin-top: 20px;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot-simple--brandscore .pr-brandscore-headline {
  color: #2F2F2F;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot-simple--brandscore .pr-brandscore-headline {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl #pr-reviewdisplay .p-w-r .pr-review-snapshot-simple--brandscore .pr-brandscore-headline {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot-simple--brandscore .pr-brandscore-headline {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
@media (min-width: 1200px) {
  #pr-reviewdisplay .p-w-r .pr-review-snapshot-simple--brandscore .pr-brandscore-headline {
    font-size: 26px;
    line-height: 31px;
  }
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot-simple--brandscore .pr-brandscore-description {
  color: #746969;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot-simple--brandscore .pr-brandscore-description {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl #pr-reviewdisplay .p-w-r .pr-review-snapshot-simple--brandscore .pr-brandscore-description {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot-simple--brandscore .pr-brandscore-description {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot-simple--brandscore .pr-brandscore-bargraph-colorbar {
  background-color: #6F2453;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot-simple--brandscore .pr-brandscore-bargraph-fullbar {
  background-color: #F6F3F3;
}

.pr-snippet-rating-decimal {
  display: none !important;
}

.p-w-r .pr-category-snippet__total {
  color: #746969 !important;
  padding: 0 !important;
}
.p-w-r .pr-category-snippet__total {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .p-w-r .pr-category-snippet__total {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.p-w-r .pr-category-snippet__total {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}

#pr-reviewdisplay .p-w-r .pr-review-snapshot {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  #pr-reviewdisplay .p-w-r .pr-review-snapshot {
    margin-bottom: 40px;
  }
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-header {
  display: inline-block;
  padding-left: 0;
  position: relative;
  width: 100%;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-header .pr-headline {
  color: #D11A88;
  margin-bottom: 30px;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-header .pr-headline {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-header .pr-headline {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-header .pr-headline {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.5px;
  font-weight: 700;
}
@media (min-width: 1200px) {
  #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-header .pr-headline {
    font-size: 30px;
    line-height: 36px;
  }
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-header .pr-snippet-stars {
  position: relative;
  top: 0;
  vertical-align: baseline;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-header .pr-snippet-review-count {
  color: #413D3D;
  font-style: inherit;
  font-size: 16px !important;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-header .pr-snippet-review-count:focus {
  outline: 2px solid #2F2F2F !important;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-header .pr-snippet-review-count {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-header .pr-snippet-review-count {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-header .pr-snippet-review-count {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-snippet-stars-container,
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-snippet-review-count {
  display: none;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-header-intro {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 0;
  justify-content: flex-start;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-content-block {
  margin-bottom: 0;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-snippets-headline {
  display: none;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-faceoff {
  border: none;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-faceoff {
    width: 60%;
  }
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-faceoff .pr-faceoff-positive,
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-faceoff .pr-faceoff-negative {
  padding-bottom: 30px;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-faceoff .pr-faceoff-positive {
  padding-left: 0;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-faceoff .pr-faceoff-negative {
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
}
@media (min-width: 992px) {
  #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-faceoff .pr-faceoff-negative {
    padding-left: 15px;
    padding-top: 15px;
  }
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-faceoff .pr-faceoff-label {
  color: #413D3D;
  margin-top: 15px;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-faceoff .pr-faceoff-label {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-faceoff .pr-faceoff-label {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-faceoff .pr-faceoff-label {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-faceoff .pr-snippet-stars {
  position: relative;
  margin-bottom: 20px;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-faceoff .pr-faceoff-img {
  margin: 25px 0 10px;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-faceoff .pr-faceoff-img span {
  display: none;
}
@media (min-width: 992px) {
  #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-faceoff .pr-faceoff-img {
    display: none;
  }
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-faceoff .pr-faceoff-title {
  color: #413D3D;
  margin-bottom: 20px;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-faceoff .pr-faceoff-title {
  font-family: "BwModelicaLGC-Medium", "BwModelicaLGC-Medium-Fallback", sans-serif;
}
.rtl #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-faceoff .pr-faceoff-title {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-faceoff .pr-faceoff-title {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-faceoff .pr-faceoff-title {
    font-size: 18px;
    line-height: 22px;
  }
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-faceoff .pr-faceoff-review {
  color: #413D3D;
  margin-bottom: 0;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-faceoff .pr-faceoff-review {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-faceoff .pr-faceoff-review {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-faceoff .pr-faceoff-review {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-faceoff .pr-faceoff-readcomplete {
  bottom: -10px;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-faceoff .pr-faceoff-readcomplete:focus {
  outline: 2px solid #2F2F2F !important;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-simple {
  flex-direction: column;
  margin-bottom: 0;
  margin-top: 0;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-block {
  padding: 0;
  min-height: 0;
  min-height: initial;
  border: none;
  position: relative;
}
@media (min-width: 992px) {
  #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-block.pr-review-snapshot-block-snippet {
    width: 0 !important;
    position: absolute;
    right: 0;
  }
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-block.pr-review-snapshot-block-snippet a {
  top: -105px !important;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-block-recommend {
  display: none;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write .pr-snippet-review-count {
  color: #746969;
  position: absolute;
  top: -8px;
  left: 100px;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write .pr-snippet-review-count {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write .pr-snippet-review-count {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write .pr-snippet-review-count {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write .pr-snippet-review-count {
    top: -5px;
  }
}
@media (min-width: 992px) {
  #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-simple {
    flex-direction: row;
  }
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-ratings-histogram-barValue {
  background: #6F2453;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-histogram-stars .pr-ratings-histogram-bar {
  background: #F6F3F3;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-histogram-stars:hover {
  background-color: transparent;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-histogram-stars:hover .pr-ratings-histogram-bar {
  background: #F6F3F3;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-block-headline {
  color: #413D3D;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-block-headline {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-block-headline {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-block-headline {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}

#pr-reviewdisplay .pr-rd-main-header-with-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 992px) {
  #pr-reviewdisplay .pr-rd-main-header-with-filters {
    flex-direction: row;
    align-items: center;
  }
}
#pr-reviewdisplay .pr-rd-main-header-with-filters .pr-rd-review-header-contents {
  display: flex;
  width: 100%;
  background-color: transparent;
  padding: 0;
  flex-direction: column;
}
@media (min-width: 992px) {
  #pr-reviewdisplay .pr-rd-main-header-with-filters .pr-rd-review-header-contents {
    flex-direction: row;
    width: 75%;
  }
}
#pr-reviewdisplay .pr-rd-main-header-with-filters .pr-rd-review-header-contents .pr-rd-review-total {
  color: #2F2F2F;
}
#pr-reviewdisplay .pr-rd-main-header-with-filters .pr-rd-review-header-contents .pr-rd-review-total {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl #pr-reviewdisplay .pr-rd-main-header-with-filters .pr-rd-review-header-contents .pr-rd-review-total {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
#pr-reviewdisplay .pr-rd-main-header-with-filters .pr-rd-review-header-contents .pr-rd-review-total {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
#pr-reviewdisplay .pr-rd-main-header-with-filters .pr-rd-review-header-contents .pr-rd-search-container {
  margin-left: auto;
}
#pr-reviewdisplay .pr-rd-main-header-with-filters .pr-rd-review-header-contents .pr-rd-search-container .pr-rd-search-reviews-input input {
  border: 0;
  background: #F6F3F3;
  color: #413D3D;
}
#pr-reviewdisplay .pr-rd-main-header-with-filters .pr-rd-review-header-contents .pr-rd-search-container .pr-rd-search-reviews-input input:focus {
  outline: 2px solid #2F2F2F !important;
}
#pr-reviewdisplay .pr-rd-main-header-with-filters .pr-rd-review-header-contents .pr-rd-search-container .pr-rd-search-reviews-input input {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl #pr-reviewdisplay .pr-rd-main-header-with-filters .pr-rd-review-header-contents .pr-rd-search-container .pr-rd-search-reviews-input input {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
#pr-reviewdisplay .pr-rd-main-header-with-filters .pr-rd-review-header-contents .pr-rd-search-container .pr-rd-search-reviews-input input {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
#pr-reviewdisplay .pr-rd-main-header-with-filters .pr-rd-review-header-contents .pr-rd-search-container .pr-rd-search-reviews-input .pr-rd-search-reviews-icon-button {
  background-color: #F6F3F3;
  border: none;
}
#pr-reviewdisplay .pr-rd-main-header-with-filters .pr-rd-review-header-contents .pr-rd-search-container .pr-rd-search-reviews-input .pr-rd-search-reviews-icon-button:focus {
  outline: 2px solid #2F2F2F !important;
}
#pr-reviewdisplay .pr-rd-main-header-with-filters .pr-rd-review-header-contents .pr-rd-search-container .pr-rd-search-reviews-input .pr-rd-search-reviews-icon-button:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "femcare-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 14px;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#pr-reviewdisplay .pr-rd-main-header-with-filters .pr-rd-review-header-contents .pr-rd-search-container .pr-rd-search-reviews-input .pr-rd-search-reviews-icon-button:after {
  content: "\e9aa";
  color: #001E62;
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 18px;
}
#pr-reviewdisplay .pr-rd-main-header-with-filters .pr-rd-review-header-contents .pr-rd-search-container .pr-rd-search-reviews-input .pr-rd-search-reviews-icon-button svg {
  display: none;
}
#pr-reviewdisplay .pr-rd-main-header-with-filters .pr-rd-review-header-sorts {
  width: auto;
  float: none;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  #pr-reviewdisplay .pr-rd-main-header-with-filters .pr-rd-review-header-sorts {
    width: 25%;
  }
}
#pr-reviewdisplay .pr-snippet-stars {
  background-color: #FFFFFF;
  margin-top: 0;
}
@media (min-width: 992px) {
  #pr-reviewdisplay .pr-snippet-stars {
    position: absolute;
    left: 0;
    top: 5px;
  }
}
#pr-reviewdisplay .pr-star-v4 {
  height: 15px;
  width: 15px;
}

#pr-reviewdisplay .pr-snippet-write-review-link {
  margin: 0;
  border-radius: 50px;
  transition: background 0.25s ease, color 0.25s ease, opacity 0.25s ease;
  white-space: normal;
  padding: 12px 25px;
  background: transparent;
  color: #001E62;
  border: 1px solid #001E62;
  width: -moz-max-content !important;
  width: max-content !important;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}
#pr-reviewdisplay .pr-snippet-write-review-link {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl #pr-reviewdisplay .pr-snippet-write-review-link {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
#pr-reviewdisplay .pr-snippet-write-review-link {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
}
#pr-reviewdisplay .pr-snippet-write-review-link:focus {
  outline: 2px solid #2F2F2F !important;
}
#pr-reviewdisplay .pr-snippet-write-review-link:hover:not(:disabled), #pr-reviewdisplay .pr-snippet-write-review-link.active {
  color: #6F2453;
  border-color: #6F2453;
  background: transparent;
}
@media (min-width: 992px) {
  #pr-reviewdisplay .pr-snippet-write-review-link {
    position: absolute;
    top: 0 !important;
    right: 0;
    left: auto !important;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  #pr-reviewdisplay .p-w-r .pr-review-snapshot {
    position: relative;
  }
}
@media (min-width: 992px) {
  #pr-reviewdisplay .pr-review-snapshot-simple .pr-snippet-write-review-link {
    top: -25px !important;
  }
}
#pr-reviewdisplay .pr-rd-header {
  position: relative;
  margin-bottom: 0;
}
#pr-reviewdisplay .pr-review .pr-snippet-stars {
  top: 20px;
}
#pr-reviewdisplay .pr-review .pr-rd-review-headline {
  font-size: 12px;
  color: #413D3D;
  margin-left: 0;
  margin-bottom: 10px;
}
#pr-reviewdisplay .pr-review .pr-rd-review-headline {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl #pr-reviewdisplay .pr-review .pr-rd-review-headline {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
#pr-reviewdisplay .pr-review .pr-rd-review-headline {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  #pr-reviewdisplay .pr-review .pr-rd-review-headline {
    position: absolute;
    left: 36%;
    margin-bottom: 0;
  }
}
#pr-reviewdisplay .pr-rd-description .pr-rd-side-content-block {
  position: relative;
  right: 0;
  padding: 0;
  width: 100%;
  margin-bottom: 0;
}
#pr-reviewdisplay .pr-rd-description-text {
  font-size: 16px;
}
#pr-reviewdisplay .pr-rd-description-text {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl #pr-reviewdisplay .pr-rd-description-text {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
#pr-reviewdisplay .pr-rd-description-text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  #pr-reviewdisplay .pr-rd-description-text {
    position: relative;
    left: 36%;
    max-width: 580px;
  }
}
@media (min-width: 1200px) {
  #pr-reviewdisplay .pr-rd-description-text {
    max-width: 704px;
  }
}
#pr-reviewdisplay .pr-rd-merchant-response {
  padding: 0;
  margin-bottom: 0;
}
#pr-reviewdisplay .pr-rd-merchant-response .pr-rd-description-text {
  color: #413D3D;
  top: -30px;
}
#pr-reviewdisplay article.pr-review {
  margin-bottom: 50px;
  padding-bottom: 0;
  padding-top: 0;
}
#pr-reviewdisplay .pr-rd-inner-side-content-block {
  margin-bottom: 20px;
}
#pr-reviewdisplay .pr-rd-inner-side-content-block .pr-rd-details.pr-rd-author-nickname {
  margin-right: 10px;
  display: block;
}
@media (min-width: 768px) {
  #pr-reviewdisplay .pr-rd-inner-side-content-block .pr-rd-details.pr-rd-author-nickname {
    float: left;
    display: inline;
  }
}
#pr-reviewdisplay .pr-rd-inner-side-content-block .pr-rd-details.pr-rd-author-nickname span {
  font-size: 12px;
  color: #413D3D;
}
#pr-reviewdisplay .pr-rd-inner-side-content-block .pr-rd-details.pr-rd-author-nickname span {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl #pr-reviewdisplay .pr-rd-inner-side-content-block .pr-rd-details.pr-rd-author-nickname span {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
#pr-reviewdisplay .pr-rd-inner-side-content-block .pr-rd-details.pr-rd-author-nickname span {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}
#pr-reviewdisplay .pr-rd-inner-side-content-block .pr-rd-details.pr-rd-author-submission-date {
  display: none;
}
#pr-reviewdisplay .pr-rd-inner-side-content-block .pr-rd-details.pr-rd-author-location {
  display: none;
}
#pr-reviewdisplay .pr-rd-merchant-response {
  background-color: #FFFFFF;
}
#pr-reviewdisplay .pr-rd-content-block {
  width: 100%;
}
#pr-reviewdisplay .pr-rd-content-block .pr-rd-merchant-response-headline {
  letter-spacing: 1.2px;
}
#pr-reviewdisplay .pr-rd-content-block .pr-rd-merchant-response-headline {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl #pr-reviewdisplay .pr-rd-content-block .pr-rd-merchant-response-headline {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
#pr-reviewdisplay .pr-rd-content-block .pr-rd-merchant-response-headline strong {
  color: #D11A88;
}
#pr-reviewdisplay .pr-rd-main-header {
  background-color: #FFFFFF;
  padding: 5px 0;
}
#pr-reviewdisplay .pr-rd-main-header h1 {
  color: #001E62;
}
#pr-reviewdisplay .pr-rd-main-header h1 {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl #pr-reviewdisplay .pr-rd-main-header h1 {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
#pr-reviewdisplay .pr-rd-main-header h1 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  #pr-reviewdisplay .pr-rd-main-header h1 {
    float: right;
    margin-top: 5px;
  }
}
#pr-reviewdisplay .pr-rd-sort-group {
  float: left;
  position: relative;
  width: 100%;
  padding-top: 0;
}
#pr-reviewdisplay .pr-rd-sort-group label {
  display: none;
}
#pr-reviewdisplay .pr-rd-sort-group select {
  margin: 0;
  border-color: #746969;
  color: #413D3D;
  border-radius: 2px;
  width: 100%;
}
#pr-reviewdisplay .pr-rd-sort-group select {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl #pr-reviewdisplay .pr-rd-sort-group select {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
#pr-reviewdisplay .pr-rd-sort-group select {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
#pr-reviewdisplay .pr-rd-sort-group select:focus {
  outline: 2px solid #2F2F2F !important;
}
@media (min-width: 768px) {
  #pr-reviewdisplay .pr-rd-sort-group select {
    margin-left: 10px;
  }
}
#pr-reviewdisplay .pr-rd-sort-group:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "femcare-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 14px;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#pr-reviewdisplay .pr-rd-sort-group:after {
  position: absolute;
  content: "\e901";
  color: #001E62;
  right: 10px;
  top: 10px;
}
#pr-reviewdisplay .pr-review {
  background-color: #FFFFFF;
  padding: 20px 20px 20px 0;
}
@media (min-width: 768px) {
  #pr-reviewdisplay .pr-review {
    padding: 30px 30px 30px 0;
  }
}
#pr-reviewdisplay .pr-review .pr-rd-footer {
  padding-bottom: 0 !important;
}
#pr-reviewdisplay .pr-review .pr-helpful-voting.pr-rd-helpful-action-btn-group {
  margin: 0 !important;
}
#pr-reviewdisplay .pr-review .pr-helpful-voting.pr-rd-helpful-action-btn-group .pr-helpful-btn {
  border: none;
  background-color: transparent;
}
#pr-reviewdisplay .pr-review .pr-helpful-voting.pr-rd-helpful-action-btn-group .pr-helpful-btn:hover span {
  color: #D11A88 !important;
}
#pr-reviewdisplay .pr-review .pr-helpful-voting.pr-rd-helpful-action-btn-group .pr-helpful-btn:hover .pr-thumbs-fill,
#pr-reviewdisplay .pr-review .pr-helpful-voting.pr-rd-helpful-action-btn-group .pr-helpful-btn:hover .pr-thumbs-cuff-fill {
  fill: #D11A88 !important;
}
#pr-reviewdisplay .pr-review .pr-helpful-voting.pr-rd-helpful-action-btn-group .pr-helpful-btn:focus .pr-thumbs-fill,
#pr-reviewdisplay .pr-review .pr-helpful-voting.pr-rd-helpful-action-btn-group .pr-helpful-btn:focus .pr-thumbs-cuff-fill, #pr-reviewdisplay .pr-review .pr-helpful-voting.pr-rd-helpful-action-btn-group .pr-helpful-btn:active .pr-thumbs-fill,
#pr-reviewdisplay .pr-review .pr-helpful-voting.pr-rd-helpful-action-btn-group .pr-helpful-btn:active .pr-thumbs-cuff-fill {
  background-color: transparent;
}
#pr-reviewdisplay .pr-review .pr-helpful-voting.pr-rd-helpful-action-btn-group .pr-helpful-btn:focus {
  outline: 2px solid #2F2F2F !important;
}
#pr-reviewdisplay .pr-review .pr-helpful-voting.pr-rd-helpful-action-btn-group .pr-helpful-yes {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
#pr-reviewdisplay .pr-review .pr-helpful-voting.pr-rd-helpful-action-btn-group .pr-helpful-yes:focus {
  outline: 2px solid #2F2F2F !important;
}
#pr-reviewdisplay .pr-review .pr-helpful-voting.pr-rd-helpful-action-btn-group .pr-helpful-no:focus {
  outline: 2px solid #2F2F2F !important;
}
#pr-reviewdisplay .pr-review .pr-helpful-voting.pr-rd-helpful-action-btn-group .pr-helpful-active {
  background-color: transparent !important;
  opacity: 1;
}
#pr-reviewdisplay .pr-review .pr-helpful-voting.pr-rd-helpful-action-btn-group .pr-helpful-active .pr-thumbs-fill,
#pr-reviewdisplay .pr-review .pr-helpful-voting.pr-rd-helpful-action-btn-group .pr-helpful-active .pr-thumbs-cuff-fill {
  fill: #D11A88 !important;
}
#pr-reviewdisplay .pr-review .pr-helpful-voting.pr-rd-helpful-action-btn-group .pr-helpful-active .pr-helpful-count {
  color: #D11A88;
}
#pr-reviewdisplay .pr-review .pr-rd-bottomline {
  display: none;
}
#pr-reviewdisplay .pr-accordion,
#pr-reviewdisplay .pr-rd-images,
#pr-reviewdisplay .pr-rd-helpful-text,
#pr-reviewdisplay .pr-rd-flag-review-container,
#pr-reviewdisplay .pr-rd-to-top {
  display: none;
}
#pr-reviewdisplay .pr-rd-pagination {
  border: none;
  width: 100%;
  text-align: center;
}
#pr-reviewdisplay .pr-rd-pagination .pr-rd-show-more {
  border-width: 0;
  color: #001E62;
  font-size: 14px;
  position: relative;
  transition: transform 0.3s ease-out;
}
#pr-reviewdisplay .pr-rd-pagination .pr-rd-show-more {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl #pr-reviewdisplay .pr-rd-pagination .pr-rd-show-more {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
#pr-reviewdisplay .pr-rd-pagination .pr-rd-show-more {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}
#pr-reviewdisplay .pr-rd-pagination .pr-rd-show-more:focus {
  outline: 2px solid #2F2F2F !important;
}
#pr-reviewdisplay .pr-rd-pagination .pr-rd-show-more:after {
  font-family: "femcare-icons";
  font-weight: bold;
  font-size: 14px;
  content: "\e903";
  position: absolute;
  right: -10px;
  top: 12px;
  vertical-align: baseline;
  transition: all 0.3s ease-out;
  display: inline-block;
}
#pr-reviewdisplay .pr-rd-pagination .pr-rd-show-more:hover {
  background: #FFFFFF;
}
#pr-reviewdisplay .pr-rd-pagination .pr-rd-show-more:hover:after {
  right: -20px;
}
#pr-reviewdisplay .pr-rd-pagination .pr-rd-show-more .pr-cross-icon {
  display: none;
}
#pr-reviewdisplay .pr-rd-main-header h1 {
  float: none;
  margin-bottom: 5px;
}
#pr-reviewdisplay .pr-rd-main-footer {
  border-bottom: none;
}
#pr-reviewdisplay.pr-rd-display-tablet .pr-rd-main-header-with-filters .pr-rd-search-container {
  float: none !important;
}
#pr-reviewdisplay .pr-rd-inner-side-content-block {
  margin-bottom: 0;
}

#pr-reviewdisplay .accordion__header {
  min-height: 0;
  border: none;
}
#pr-reviewdisplay .accordion__toggle {
  position: relative;
  width: auto;
}
#pr-reviewdisplay .accordion__toggle .accordion__toggle-icon {
  position: absolute;
  right: 0;
  top: -190px;
  cursor: pointer;
}
@media (min-width: 992px) {
  #pr-reviewdisplay .accordion__toggle .accordion__toggle-icon {
    top: -105px;
  }
}

#pr-review-display {
  padding-top: 0;
}
#pr-review-display .pr-rd-no-reviews {
  height: 0;
}
#pr-review-display .pr-rd-no-reviews .pr-snippet-write-review-link {
  position: relative;
  top: -80px;
}
@media (min-width: 768px) {
  #pr-review-display .pr-rd-no-reviews .pr-snippet-write-review-link {
    top: -50px;
  }
}

.product-main .p-w-r .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-stars {
  float: none;
}

/* ==========================================================================
	Styles to override powerreviews write default css.
========================================================================== */
.p-w-r .pr-submit .pr-btn-review {
  font-size: 12px;
  margin: 0;
  border-radius: 50px;
  transition: background 0.25s ease, color 0.25s ease, opacity 0.25s ease;
  white-space: normal;
  padding: 16px 12px 16px 16px;
  background: transparent;
  color: #413D3D;
  border: 2px solid #413D3D;
  width: auto;
  margin-top: 20px;
}
.p-w-r .pr-submit .pr-btn-review {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .p-w-r .pr-submit .pr-btn-review {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.p-w-r .pr-submit .pr-btn-review {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
}
.p-w-r .pr-submit .pr-btn-review:hover:not(:disabled), .p-w-r .pr-submit .pr-btn-review.active {
  background: #413D3D;
  color: #FFFFFF;
  outline: 0;
}
@media (min-width: 992px) {
  .p-w-r .pr-submit .pr-btn-review {
    padding: 16px 32px 16px 36px;
    position: relative;
    top: 20px;
    margin-top: 0;
  }
}

.power-reviews .power-reviews__thanks {
  max-width: 500px;
  margin: 0 auto;
  background-color: #F6F3F3;
  text-align: center;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .power-reviews .power-reviews__thanks {
    padding: 50px 0;
  }
}
@media (min-width: 1200px) {
  .power-reviews .power-reviews__thanks {
    padding: 100px 0;
  }
}
.power-reviews .power-reviews__thanks p {
  color: #001E62;
  letter-spacing: 1.2px;
  font-size: 1em;
  line-height: 1.125;
}
.power-reviews .power-reviews__thanks p {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .power-reviews .power-reviews__thanks p {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  .power-reviews .power-reviews__thanks p {
    font-size: 1.125em;
    line-height: 1.1111111111;
  }
}
.power-reviews .power-reviews__thanks p:last-of-type {
  margin-bottom: 50px;
}

.p-w-r .pr-content-collection-form .pr-media-modal .pr-cross-icon__line {
  stroke: #413D3D !important;
}
.p-w-r .pr-content-collection-form .pr-media-modal svg {
  width: 30px;
}

.p-w-r .pr-content-collection-form .pr-media-modal .modal__body {
  padding-top: 25px !important;
}

/* ==========================================================================
	Styles to override powerreviews display default css.
========================================================================== */
#pr-reviewsnippet .p-w-r {
  margin: 0;
}
#pr-reviewsnippet .p-w-r .pr-snippet-stars-reco-reco,
#pr-reviewsnippet .p-w-r .pr-snippet-rating-decimal,
#pr-reviewsnippet .p-w-r .pr-snippet-write-review-link {
  display: none;
}
#pr-reviewsnippet .p-w-r .pr-snippet-read-and-write {
  margin-top: 0;
  margin-left: 10px;
}
#pr-reviewsnippet .p-w-r .pr-snippet-review-count {
  font-size: 12px !important;
  color: #746969;
  padding: 0;
  display: block;
}
#pr-reviewsnippet .p-w-r .pr-snippet-review-count:focus {
  outline: 2px solid #2F2F2F !important;
}
#pr-reviewsnippet .p-w-r .pr-snippet-review-count {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl #pr-reviewsnippet .p-w-r .pr-snippet-review-count {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
#pr-reviewsnippet .p-w-r .pr-snippet-review-count {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}
#pr-reviewsnippet .p-w-r .pr-snippet-stars {
  background-color: transparent;
}
#pr-reviewsnippet .p-w-r .pr-star-v4 {
  height: 15px;
  width: 15px;
}
#pr-reviewsnippet .p-w-r .pr-snippet div,
#pr-reviewsnippet .p-w-r .pr-snippet span {
  vertical-align: top;
}
#pr-reviewsnippet .p-w-r .pr-snippet-review-count {
  margin-top: 0;
  line-height: 20px;
}
#pr-reviewsnippet .p-w-r .pr-snippet-stars-container {
  display: inline-block !important;
}

.pr-rating-stars {
  vertical-align: baseline !important;
  vertical-align: initial !important;
}

.product-main__rating .p-w-r .pr-snippet-stars-reco-inline.pr-snippet-minimal .pr-snippet-read-and-write a {
  font-size: 12px !important;
  color: #746969;
  padding-left: 10px;
}
.product-main__rating .p-w-r .pr-snippet-stars-reco-inline.pr-snippet-minimal .pr-snippet-read-and-write a {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .product-main__rating .p-w-r .pr-snippet-stars-reco-inline.pr-snippet-minimal .pr-snippet-read-and-write a {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-main__rating .p-w-r .pr-snippet-stars-reco-inline.pr-snippet-minimal .pr-snippet-read-and-write a {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}

.show-reviews-container {
  background: #FFFFFF;
  padding-bottom: 50px;
}
.show-reviews-container .container {
  background: #FFFFFF;
  padding-top: 50px;
}
.show-reviews-container .container .bv-cv2-cleanslate .bv-core-container-16 .bv-content-search .bv-masthead,
.show-reviews-container .container .bv-cv2-cleanslate .bv-core-container-16 .bv-control-bar {
  background-color: #FFFFFF !important;
}
.show-reviews-container .bv-cv2-cleanslate .bv-core-container-42 .bv-content-data-summary .bv-content-meta .bv-content-datetime,
.show-reviews-container .bv-cv2-cleanslate .bv-core-container-42 .bv-control-bar {
  display: none !important;
}
.show-reviews-container .bv-author-profile .bv-popup-prosnap-userinfo.bv-contains-profile-button {
  display: none !important;
}
.show-reviews-container .bv-cv2-cleanslate .bv-core-container-42 .bv-write-review {
  padding: 16px !important;
  letter-spacing: 4px !important;
}
@media (min-width: 768px) {
  .show-reviews-container .bv-cv2-cleanslate .bv-core-container-42 .bv-write-review {
    padding: 16px 36px !important;
  }
}
.show-reviews-container .bv-first-review {
  text-align: center !important;
}

.white-background {
  background: #FFFFFF;
}

.sr-only {
  width: 1px !important;
}

.no-padding {
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}

.no-pointer-events {
  pointer-events: none;
}

.row--no-padding [class*=col-] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.strikethrough--animate {
  position: relative;
}
.strikethrough--animate:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 5px;
  background: #DA291C;
  animation-name: strikethrough;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes strikethrough {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0.3;
  }
  75% {
    transform: scale(2.2);
    opacity: 0.5;
  }
  100% {
    transform: scale(2.6);
    opacity: 0;
    box-shadow: inset 0 0 2px 1px rgba(255, 255, 255, 0.3);
  }
}
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.u-h2-pink {
  color: #D11A88;
  text-align: center;
  margin-bottom: 30px;
}
.u-h2-pink {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .u-h2-pink {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.u-h2-pink {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.5px;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .u-h2-pink {
    font-size: 30px;
    line-height: 36px;
  }
}

.u-separator {
  padding: 0 8px;
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: ease;
  transition-timing-function: initial;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
[dir="ltr"] .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child{
  margin-left: var(--swiper-centered-offset-before);
}
[dir="rtl"] .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child{
  margin-right: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid #007aff;
  border: 4px solid var(--swiper-theme-color);
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(44px / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: 44px;
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - 44px / 2);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #007aff;
  color: var(--swiper-theme-color);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-feature-settings: normal, , normal, ;
  font-variant: normal;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
/*!
 * jQuery UI Menu 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

/*!
 * jQuery UI Selectmenu 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/selectmenu/#theming
 */
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

/* =====================
Imports mobile first
===================== */
html {
  font-size: 16px;
}

body {
  background: #F6F3F3;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 64px;
  word-break: break-word;
  word-wrap: break-word;
}
body {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl body {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
body.global-landing {
  padding-top: 0;
}

main,
footer {
  margin: 0 auto;
  max-width: 1500px;
}

a {
  cursor: pointer;
}
a:hover, a:active, a:focus {
  -webkit-text-decoration: none;
  text-decoration: none;
}

picture,
img {
  max-width: 100%;
  width: 100%;
}

blockquote {
  border: none !important;
  margin: 0;
}
blockquote p {
  display: inline;
}
blockquote:before {
  content: "“";
}
blockquote:after {
  content: "“";
}

::-ms-clear {
  display: none;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
  box-sizing: content-box;
  height: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  z-index: 1000;
}
.search-bar .loader {
  position: static;
  position: initial;
  height: 200px;
  background-color: transparent;
}
.product-main__media-panel .loader {
  background-color: #F6F3F3;
}

.loader__animation {
  width: 48px;
  height: 48px;
  border: 5px solid #D7D3D3;
  border-bottom-color: #D11A88;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.article {
  position: relative;
  background: #FFFFFF;
  padding-top: 40px;
  padding-bottom: 70px;
}
.article > :first-child:not(.article__aside) {
  margin-top: 0;
  padding-top: 0;
}
.article > :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.article__aside {
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0 15px;
}

.article__share-icons a {
  padding: 0;
  margin: 0 20px 0 0;
}
.article__share-icons a:last-child {
  margin: 0;
}
.rtl .article__share-icons a {
  margin: 0 0 0 20px;
}

.article__title {
  margin-top: 30px;
  margin-bottom: 30px;
}
.article__title h1 {
  margin: 0;
  color: #413D3D;
}

.article__date {
  color: #413D3D;
  margin-bottom: 10px;
}
.article__date {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .article__date {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.article__date {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}

.article__subheading-section {
  margin-top: 30px;
  margin-bottom: 20px;
}

.article__subheading-text {
  margin: 0;
  color: #413D3D;
}
.article__subheading-text {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .article__subheading-text {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}

.article__paragraph-section {
  margin-top: 30px;
  margin-bottom: 30px;
}
.article__paragraph-section p {
  color: #413D3D;
  margin-top: 30px;
  margin-bottom: 30px;
}
.article__paragraph-section h1 {
  color: #413D3D;
  margin-top: 30px;
  margin-bottom: 30px;
}
.article__paragraph-section h2 {
  margin-top: 30px;
  margin-bottom: 20px;
}
.article__paragraph-section h3 {
  font-size: 1.125em;
  line-height: 1.1111111111;
  margin-bottom: 30px;
  margin-top: 30px;
}
.article__paragraph-section h2,
.article__paragraph-section h3 {
  color: #413D3D;
}
.article__paragraph-section h2,
.article__paragraph-section h3 {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .article__paragraph-section h2,
.rtl .article__paragraph-section h3 {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.article__paragraph-section p:first-child,
.article__paragraph-section h1:first-child,
.article__paragraph-section h2:first-child,
.article__paragraph-section h3:first-child {
  margin-top: 0;
}
.article__paragraph-section p:last-child,
.article__paragraph-section h1:last-child,
.article__paragraph-section h2:last-child,
.article__paragraph-section h3:last-child {
  margin-bottom: 0;
}
.article__paragraph-section ul {
  margin-bottom: 30px;
  padding-left: 20px;
  color: #413D3D;
}
.article__paragraph-section ul > li {
  font-size: 1em;
  line-height: 1.875;
}
.article__paragraph-section div {
  color: #413D3D;
  font-size: 16px;
  line-height: 30px;
}
.article__paragraph-section div {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .article__paragraph-section div {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  .article__paragraph-section p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .article__paragraph-section h1 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .article__paragraph-section h2 {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .article__paragraph-section h3 {
    font-size: 1.625em;
    line-height: 1.0769230769;
    margin-bottom: 30px;
    margin-top: 50px;
  }
  .article__paragraph-section p:first-child,
  .article__paragraph-section h1:first-child,
  .article__paragraph-section h2:first-child,
  .article__paragraph-section h3:first-child {
    margin-top: 0;
  }
  .article__paragraph-section p:last-child,
  .article__paragraph-section h1:last-child,
  .article__paragraph-section h2:last-child,
  .article__paragraph-section h3:last-child {
    margin-bottom: 0;
  }
}

.article__quote-section {
  margin-top: 50px;
  margin-bottom: 50px;
}

.article__quote-text {
  padding: 0;
}
.article__quote-text, .article__quote-text:after, .article__quote-text:before {
  background: linear-gradient(to right, #D11A88, #ef5a9e 54%, #DA291C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .article__quote-text, .article__quote-text:after, .article__quote-text:before {
    /* IE11 fallback */
    color: #D11A88;
    background: transparent;
  }
}
.article__quote-text, .article__quote-text:after, .article__quote-text:before {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .article__quote-text, .rtl .article__quote-text:after, .rtl .article__quote-text:before {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.article__quote-text, .article__quote-text:after, .article__quote-text:before {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0;
}
@media (min-width: 1200px) {
  .article__quote-text, .article__quote-text:after, .article__quote-text:before {
    font-size: 34px;
    line-height: 46px;
  }
}
.article__quote-text.article__quote-text--dense {
  font-size: 22px;
}
.article__quote-text.article__quote-text--dense:before, .article__quote-text.article__quote-text--dense:after {
  font-size: 22px;
}

.article__image {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.article__image img {
  width: auto;
  margin-bottom: 10px;
}
.article__image figcaption {
  color: #D11A88;
  text-align: left;
}
.article__image figcaption {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .article__image figcaption {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.article__image figcaption {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}
.rtl .article__image figcaption {
  text-align: right;
}

.article__image-section {
  margin-top: 50px;
  margin-bottom: 50px;
}

.article__video-section {
  position: relative;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.article__video-section:hover a i {
  color: #D11A88;
}
.article__video-section .video-play-trigger {
  color: #001E62;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  border-radius: 40px;
  border: none;
  cursor: pointer;
  z-index: 1;
  width: 60px;
  height: 60px;
}
.article__video-section .video-play-trigger i {
  position: absolute;
  top: 50%;
  left: 56%;
  transform: translate(-56%, -50%);
  font-size: 27px;
}
.article__video-section .video-play-trigger:before, .article__video-section .video-play-trigger:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 40px;
  box-shadow: inset 0 0 5px 3px rgb(255, 255, 255);
}
.article__video-section .video-play-trigger:before {
  animation: ripple 4.2s linear infinite;
}
.article__video-section .video-play-trigger:after {
  animation: ripple 4.2s linear 2.1s infinite;
}
.article__video-section .iframe-wrapper:before {
  padding-top: 50%;
}

.article__infographic-heading {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.article__infographic-heading h2 {
  color: #413D3D;
  max-width: 780px;
  margin: 0 auto;
}
.article__infographic-heading h2 {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .article__infographic-heading h2 {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.article__infographic-heading h2 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0;
}
@media (min-width: 1200px) {
  .article__infographic-heading h2 {
    font-size: 34px;
    line-height: 46px;
  }
}
.article__infographic-heading + .article__infographic-section {
  margin-top: 50px;
}

.article__infographic-section {
  margin-top: 70px;
  margin-bottom: 70px;
}
.article__infographic-section .infographic {
  margin-bottom: 0;
  padding: 0;
}

.article__enumeration {
  counter-reset: li;
  margin-left: 55px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.article__enumeration li {
  position: relative;
  margin-bottom: 20px;
  list-style: none;
  line-height: 1.88;
}
.article__enumeration li {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .article__enumeration li {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.article__enumeration li {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.article__enumeration li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  line-height: 1;
  left: -52px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #413D3D;
  color: #413D3D;
  text-align: center;
  z-index: 1;
  padding: 6px;
}
.rtl .article__enumeration li:before {
  left: auto;
  right: -52px;
}
.article__enumeration li:last-child {
  margin-bottom: 0;
}
.rtl .article__enumeration {
  margin-left: 0;
  margin-right: 55px;
}
.article__enumeration-section {
  margin-top: 50px;
  margin-bottom: 50px;
}
.article__enumeration-section h2 {
  color: #413D3D;
  margin-bottom: 20px;
}
.article__enumeration-section h2 {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .article__enumeration-section h2 {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}

.article__cta-section {
  margin-top: 30px;
  margin-bottom: 30px;
}
.article__cta-section .button-link {
  margin: 0;
}

.article__summary {
  display: flex;
  flex-direction: column;
}

.article__summary-label {
  margin-top: 0;
  margin-bottom: 15px;
  color: #413D3D;
}
.article__summary-label {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .article__summary-label {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.article__summary-label {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
}

.article__summary-description {
  margin-bottom: 15px;
  color: #413D3D;
}
.article__summary-description {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .article__summary-description {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.article__summary-description {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

.article__summary-list {
  list-style: none;
  padding-left: 0;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #C0B4B4;
}

.article__summary-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.article__summary-item i {
  color: #001E62;
  margin-right: 10px;
}

.article__summary-link {
  color: #001E62;
}
.article__summary-link h2 {
  margin: 0;
}
.article__summary-link h2 {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .article__summary-link h2 {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.article__summary-link h2 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.article__summary-link:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

/* ==========================================================================
	Spacing edge-cases:
========================================================================== */
.media-hero + .article,
.media-hero + .color-region--white,
.image-gallery + .article,
.image-gallery + .color-region--white,
.info-list + .article,
.info-list + .color-region--white {
  padding-top: 40px;
}

.image-gallery + .article,
.image-gallery + .color-region--white {
  margin-top: -40px;
}

.article + .article,
.color-region--white + .article {
  padding-top: 0;
}

.article + .color-region--white > div:first-child {
  margin-top: 0;
}

.signpost-article-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  grid-gap: 20px;
  gap: 20px;
  margin: 70px 15px;
}

.signpost-article {
  display: flex;
  flex: 1;
  flex-direction: column;
  text-align: center;
}
.signpost-article a {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.signpost-article:hover h2 {
  border-bottom: 1px solid #D11A88;
}
.rtl .signpost-article:hover h2 {
  border-bottom: none;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.signpost-article__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
  text-align: center;
  padding: 30px 15px;
  background: #FFFFFF;
  border-bottom: 4px solid #FFFFFF;
  margin: -15px 0 0;
}

.signpost-article__category {
  display: inline-block;
  color: #001E62;
}
.signpost-article__category {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .signpost-article__category {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.signpost-article__category {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}
.signpost-article__category hr {
  border-top: 4px solid #D11A88;
  border-bottom: 0;
  margin-top: 0;
  margin-bottom: 20px;
  width: 35px;
}

.signpost-article__headline a,
.signpost-article__headline h2,
.signpost-article__headline h3 {
  color: #D11A88;
}
.signpost-article__headline h2,
.signpost-article__headline h3 {
  margin: 0;
}
.signpost-article__headline h2 {
  display: inline;
}
.signpost-article__headline h2 {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .signpost-article__headline h2 {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.signpost-article__headline h2 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.signpost-article__headline h2:hover {
  border-bottom: 1px solid #D11A88;
}
.rtl .signpost-article__headline h2:hover {
  border-bottom: none;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.signpost-article__headline[\:has\(\%2B\%20.signpost-article__date\)] {
  margin-bottom: 25px;
}
.signpost-article__headline:has(+ .signpost-article__date) {
  margin-bottom: 25px;
}

.signpost-article__body {
  display: none;
  margin-bottom: 50px;
  color: #413D3D;
}

.signpost-article__date {
  position: absolute;
  color: #413D3D;
  left: 50%;
  transform: translateX(-50%);
  bottom: 17px;
}
.signpost-article__date {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .signpost-article__date {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.signpost-article__date {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}

.signpost-article__picture {
  margin: 0 -15px;
}

.article-hero-signpost {
  width: 100%;
  margin-top: 70px;
  margin-bottom: 70px;
}
.article-hero-signpost a:hover h2 {
  border-bottom: 1px solid #D11A88;
}
.rtl .article-hero-signpost a:hover h2 {
  border-bottom: none;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.article-hero-signpost .article-hero-signpost__wrapper {
  display: flex;
  flex-direction: column;
}
.article-hero-signpost .article-hero-signpost__picture {
  width: 100%;
  display: inline-block;
  height: auto;
  float: left;
}
.article-hero-signpost .article-hero-signpost__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.article-hero-signpost .article-hero-signpost__content {
  display: inline-block;
  background: #FFFFFF;
  padding: 30px 17px;
  margin: -30px 15px 0;
  position: relative;
  text-align: center;
  border-bottom: 4px solid #FFFFFF;
  width: calc(100% - 30px);
  border-radius: 30px;
}
.article-hero-signpost .article-hero-signpost__category {
  display: inline-block;
  color: #001E62;
  margin-bottom: 40px;
}
.article-hero-signpost .article-hero-signpost__category {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .article-hero-signpost .article-hero-signpost__category {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.article-hero-signpost .article-hero-signpost__category {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}
.article-hero-signpost .article-hero-signpost__category hr {
  display: none;
  border-top: 4px solid #D11A88;
  border-bottom: 0;
  margin-top: 0;
  margin-bottom: 10px;
  width: 35px;
}
.article-hero-signpost .article-hero-signpost__headline {
  margin-bottom: 25px;
}
.article-hero-signpost .article-hero-signpost__headline h2 {
  display: inline;
  border-bottom: 1px solid transparent;
}
.article-hero-signpost .article-hero-signpost__headline h2 {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .article-hero-signpost .article-hero-signpost__headline h2 {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.article-hero-signpost .article-hero-signpost__headline h2 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0;
}
@media (min-width: 1200px) {
  .article-hero-signpost .article-hero-signpost__headline h2 {
    font-size: 34px;
    line-height: 46px;
  }
}
.article-hero-signpost .article-hero-signpost__headline a,
.article-hero-signpost .article-hero-signpost__headline h2,
.article-hero-signpost .article-hero-signpost__headline h3 {
  color: #D11A88;
}
.article-hero-signpost .article-hero-signpost__headline h2,
.article-hero-signpost .article-hero-signpost__headline h3 {
  margin: 0;
}
.article-hero-signpost .article-hero-signpost__body {
  display: none;
  margin-bottom: 50px;
  color: #001E62;
}
.article-hero-signpost .article-hero-signpost__date {
  position: absolute;
  color: #413D3D;
  left: 50%;
  transform: translateX(-50%);
  bottom: 17px;
}
.article-hero-signpost .article-hero-signpost__date {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .article-hero-signpost .article-hero-signpost__date {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.article-hero-signpost .article-hero-signpost__date {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}

.time-to-read {
  position: relative;
  width: 76px;
  height: 76px;
  text-align: center;
  word-break: initial;
  margin: 0 auto 20px auto;
}
.time-to-read__rhomb {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  height: 60px;
  width: 60px;
  border-radius: 15px;
  background-color: #FFFFFF;
}
.time-to-read__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.time-to-read__inner-duration {
  color: #413D3D;
  display: block;
  padding-top: 20px;
}
.time-to-read__inner-duration {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .time-to-read__inner-duration {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.time-to-read__inner-duration {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.time-to-read__inner-text {
  color: #413D3D;
  display: block;
  padding-top: 4px;
}
.time-to-read__inner-text {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .time-to-read__inner-text {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.time-to-read__inner-text {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}

.media-hero {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #D11A88;
  background: #FFFFFF;
}
.media-hero .media-hero__video {
  position: relative;
  width: 100%;
}
.media-hero .media-hero__video:hover .video-play-trigger i {
  color: #D11A88;
}
.media-hero .media-hero__video .video-play-trigger {
  color: #001E62;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  border-radius: 40px;
  border: none;
  cursor: pointer;
  z-index: 1;
  width: 60px;
  height: 60px;
}
.media-hero .media-hero__video .video-play-trigger i {
  position: absolute;
  top: 50%;
  left: 56%;
  transform: translate(-56%, -50%);
  font-size: 27px;
}
.media-hero .media-hero__video .video-play-trigger:before, .media-hero .media-hero__video .video-play-trigger:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 40px;
  box-shadow: inset 0 0 5px 3px rgb(255, 255, 255);
}
.media-hero .media-hero__video .video-play-trigger:before {
  animation: ripple 4.2s linear infinite;
}
.media-hero .media-hero__video .video-play-trigger:after {
  animation: ripple 4.2s linear 2.1s infinite;
}
.media-hero .media-hero__video--inline {
  position: relative;
}
.media-hero .iframe-wrapper {
  z-index: 0;
}
.media-hero .iframe-wrapper:before {
  padding-top: 50%;
}
.media-hero .media-hero__picture,
.media-hero .video__poster,
.media-hero .js-play-video-modal {
  position: relative;
  padding-bottom: 58%;
  background-color: #D7D3D3;
}
@media (min-width: 768px) {
  .media-hero .media-hero__picture,
  .media-hero .video__poster,
  .media-hero .js-play-video-modal {
    padding-bottom: 40%;
  }
}
.media-hero .media-hero__picture img,
.media-hero .video__poster img,
.media-hero .js-play-video-modal img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.article-references {
  margin-top: 40px;
  margin-bottom: 40px;
}
.article-references h2 {
  color: #413D3D;
  margin-bottom: 20px;
}
.article-references h2 {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .article-references h2 {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.article-references p {
  margin-bottom: 0;
}
.article-references p {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .article-references p {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.article-references p {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}

.ask-expert {
  margin-top: 40px;
  margin-bottom: 40px;
}

.ask-expert__avatar img,
.ask-expert__avatar picture {
  width: auto;
}

.ask-expert__question-wrapper {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
}

.ask-expert__ask-question {
  display: flex;
  flex-direction: column;
  color: #413D3D;
  border-bottom: 4px solid transparent;
  padding: 25px;
  text-align: center;
}
.ask-expert__ask-question h2 {
  margin: 0;
}

.ask-expert__call-to-action {
  margin-top: 50px;
}

.ask-expert__form-toggle {
  margin: auto;
}

.ask-expert__expert {
  display: flex;
  flex-direction: column;
  padding: 25px;
  text-align: center;
  color: #413D3D;
}

.ask-expert__headline {
  margin-top: 20px;
}

.ask-expert__body {
  margin-top: 20px;
}

.ask-expert-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFFFFF;
  margin-top: 20px;
}
.ask-expert-form .form-head,
.ask-expert-form form {
  max-width: 550px;
}

.ask-expert-article {
  position: relative;
  border: none;
  background: #D7D3D3;
  text-align: left;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 30px;
}

.ask-expert-article__ask_expert {
  margin-bottom: 20px;
}
.ask-expert-article__ask_expert {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .ask-expert-article__ask_expert {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.ask-expert-article__ask_expert {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

.ask-expert-article__author {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
  text-align: center;
}
.ask-expert-article__author img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ask-expert-article__body,
.ask-expert-article__body p {
  margin-bottom: 10px;
}
.ask-expert-article__body,
.ask-expert-article__body p {
  font-family: "BwModelicaLGC-Medium", "BwModelicaLGC-Medium-Fallback", sans-serif;
}
.rtl .ask-expert-article__body,
.rtl .ask-expert-article__body p {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.ask-expert-article__body,
.ask-expert-article__body p {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  .ask-expert-article__body,
  .ask-expert-article__body p {
    font-size: 18px;
    line-height: 22px;
  }
}
.ask-expert-article__body,
.ask-expert-article__body p {
  font-size: 18px;
}

.ask-expert-article__voting {
  text-align: center;
}
.ask-expert-article__voting h4 {
  color: #D11A88;
}
.ask-expert-article__voting h4 {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .ask-expert-article__voting h4 {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.ask-expert-article__voting h4 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.ask-expert-article__voting button {
  font-size: 14px;
  margin: 0;
  border: none;
  background: none;
  color: #FAC9CC;
  transition: color 0.3s ease;
}
.ask-expert-article__voting button.has-voted {
  color: #413D3D;
}
.ask-expert-article__voting button {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .ask-expert-article__voting button {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}

.ask-expert-article__triangle::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #D7D3D3 transparent transparent transparent;
}

.ask-expert-header {
  position: relative;
  border: none;
  background: #FFFFFF;
  text-align: left;
  border-radius: 8px;
  padding: 20px;
  margin: 40px 0;
}
.ask-expert-header i {
  font-size: 32px;
  color: #D11A88;
  pointer-events: none;
}

.ask-expert-header__subtitle {
  color: #001E62;
}
.ask-expert-header__subtitle {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .ask-expert-header__subtitle {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.ask-expert-header__subtitle {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}

.ask-expert-header__title,
.ask-expert-header__title p {
  color: #413D3D;
  margin: 20px 0;
}
.ask-expert-header__title,
.ask-expert-header__title p {
  font-family: "BwModelicaLGC-Medium", "BwModelicaLGC-Medium-Fallback", sans-serif;
}
.rtl .ask-expert-header__title,
.rtl .ask-expert-header__title p {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.ask-expert-header__title,
.ask-expert-header__title p {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  .ask-expert-header__title,
  .ask-expert-header__title p {
    font-size: 18px;
    line-height: 22px;
  }
}
.ask-expert-header__title,
.ask-expert-header__title p {
  font-size: 18px;
}

.ask-expert-header__summary,
.ask-expert-header__summary p {
  color: #413D3D;
  font-size: 18px;
  margin-bottom: 20px;
}

.ask-expert-header__user-info {
  color: #413D3D;
  margin-bottom: 10px;
}
.ask-expert-header__user-info {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .ask-expert-header__user-info {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.ask-expert-header__user-info {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

.ask-expert-header__triangle::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #FFFFFF transparent transparent transparent;
}

.signpost-ask-expert {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 70px;
}
.signpost-ask-expert.container:before, .signpost-ask-expert.container:after {
  content: normal;
  content: initial;
}

.signpost-ask-expert__heading {
  margin-bottom: 30px;
}
.signpost-ask-expert__heading {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .signpost-ask-expert__heading {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.signpost-ask-expert__heading {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.5px;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .signpost-ask-expert__heading {
    font-size: 30px;
    line-height: 36px;
  }
}

.signpost-ask-expert__items {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  gap: 20px;
}

.signpost-ask-expert__item {
  background-color: #FFFFFF;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  display: grid;
  grid-template-rows: auto;
}
.signpost-ask-expert__item::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
  grid-area: 1/1;
}
.signpost-ask-expert__item i {
  font-size: 32px;
  color: #D11A88;
}

.signpost-ask-expert__content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  grid-area: 1/1;
  z-index: 1;
}

.signpost-ask-expert__centered-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  text-align: center;
}

.signpost-ask-expert__title {
  color: #D11A88;
  margin-top: 0;
}
.signpost-ask-expert__title {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .signpost-ask-expert__title {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.signpost-ask-expert__title {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.5px;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .signpost-ask-expert__title {
    font-size: 30px;
    line-height: 36px;
  }
}

.signpost-ask-expert__description {
  margin-top: 15px;
}
.signpost-ask-expert__description {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .signpost-ask-expert__description {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.signpost-ask-expert__description {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

.signpost-ask-expert__link {
  margin-top: auto;
}

.signpost-ask-expert__item--quote .signpost-ask-expert__title {
  color: #2F2F2F;
  margin-top: 30px;
}
.signpost-ask-expert__item--quote .signpost-ask-expert__link {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.signpost-ask-expert__item--quote .signpost-ask-expert__link:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.questions {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
.questions form {
  margin: 0;
  padding: 0;
}
.questions .sub-heading {
  color: #2F2F2F;
  margin-bottom: 40px;
  margin-top: 0;
}
.questions .sub-heading {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .questions .sub-heading {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}

.questions__load-more {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  min-height: 50px;
}

.questions__list {
  display: grid;
  grid-gap: 20px;
  gap: 20px;
  grid-template-columns: 1fr;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.question {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: left;
}
.question i {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 32px;
  color: #D11A88;
  pointer-events: none;
}

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

.question__link {
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
  padding: 62px 20px 20px 20px;
  border-radius: 8px;
}
.question__link {
  font-family: "BwModelicaLGC-Medium", "BwModelicaLGC-Medium-Fallback", sans-serif;
}
.rtl .question__link {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.question__link {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  .question__link {
    font-size: 18px;
    line-height: 22px;
  }
}
.question__link:hover, .question__link:focus {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  background-color: #EAE7E7;
}

.questions__status {
  visibility: inherit !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  margin: -1px;
  white-space: nowrap;
}

.signpost-basic {
  background: #FFFFFF;
  margin-top: 70px;
  margin-bottom: 70px;
  position: relative;
}
.signpost-basic__background {
  width: 100%;
  height: 0;
  padding-top: 76.7%;
  position: relative;
}
.signpost-basic__background svg {
  position: absolute;
  top: 0;
  left: 0;
}
.signpost-basic__picture {
  position: absolute;
  top: 0;
  width: 100%;
}
.signpost-basic__content {
  width: 100%;
  padding: 60px 15px;
  float: left;
}
.signpost-basic__headline {
  margin-bottom: 10px;
}
.signpost-basic__headline h2 {
  color: #413D3D;
  margin: 0;
}
.signpost-basic__headline h2 {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .signpost-basic__headline h2 {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.signpost-basic__headline h2 {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.5px;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .signpost-basic__headline h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.signpost-basic__body {
  margin: 0;
  color: #413D3D;
}
.signpost-basic__body p {
  margin: 0;
}
.signpost-basic__call-to-action {
  margin-top: 30px;
}
.signpost-basic__call-to-action .btn {
  white-space: normal;
}

.signpost-campaign-list {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  gap: 20px;
  margin: 40px 15px;
}

.signpost-campaign {
  display: flex;
  flex: 1;
}
.signpost-campaign a {
  display: flex;
  flex-direction: column;
}

.signpost-campaign__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
  background: #FFFFFF;
  border-bottom: 4px solid transparent;
}

.signpost-campaign__picture img {
  max-width: 100%;
}

.signpost-campaign__headline {
  padding: 25px;
  text-align: center;
  color: #D11A88;
  display: table;
  width: 100%;
}
.signpost-campaign__headline h2 {
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 0;
}

.signpost-campaign-hero {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.signpost-campaign-hero .signpost-campaign-hero__content {
  background-color: transparent;
}
.signpost-campaign-hero .signpost-campaign-hero__headline {
  border-radius: 10px;
}
.signpost-campaign-hero__picture {
  position: relative;
}
.signpost-campaign-hero__picture:hover ~ .signpost-campaign-hero__content .signpost-campaign-hero__headline:before {
  top: -10px;
  height: 10px;
}
.signpost-campaign-hero__picture:hover ~ .signpost-campaign-hero__content h2 {
  border-bottom: 1px solid #D11A88;
}
.rtl .signpost-campaign-hero__picture:hover ~ .signpost-campaign-hero__content h2 {
  border-bottom: none;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.signpost-campaign-hero__content {
  background: #FFFFFF;
  margin-top: -30px;
}
.signpost-campaign-hero__content .row {
  padding-left: 15px;
  padding-right: 15px;
}
.signpost-campaign-hero__content .row [class^=col-] {
  padding: 0;
}
.signpost-campaign-hero__strapline {
  position: absolute;
  bottom: 45px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
.signpost-campaign-hero__headline {
  position: relative;
  background: #FFFFFF;
  text-align: center;
  padding: 25px;
  color: #D11A88;
}
.signpost-campaign-hero__headline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #FFFFFF;
  transition: all 0.5s ease;
}
.signpost-campaign-hero__headline:hover:before {
  top: -10px;
  height: 10px;
  width: 100%;
}
.signpost-campaign-hero__headline:hover h2 {
  border-bottom: 1px solid #D11A88;
}
.rtl .signpost-campaign-hero__headline:hover h2 {
  border-bottom: none;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.signpost-campaign-hero__headline h2 {
  display: inline;
  color: #D11A88;
}

.article-gallery {
  margin: 70px 0;
}
.article-gallery.article-gallery--multislide {
  margin-bottom: 20px;
}

.article-gallery__content {
  overflow: hidden;
}

.article-gallery__heading {
  text-align: center;
}
.article-gallery__heading h2 {
  margin-bottom: 10px;
}
.article-gallery__heading h2 {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .article-gallery__heading h2 {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.article-gallery__heading h2 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0;
}
@media (min-width: 1200px) {
  .article-gallery__heading h2 {
    font-size: 34px;
    line-height: 46px;
  }
}

.article-gallery__con,
.article-gallery__pro {
  color: #413D3D;
  display: block;
}

.article-gallery__info {
  color: #413D3D;
  max-width: 555px;
  margin: 0 auto;
}
.article-gallery__info p {
  margin: 0;
}

.article-gallery__cta {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-bottom: 40px;
}
.article-gallery__cta:last-child {
  margin-bottom: 0;
}

.article-gallery__items {
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
  gap: 30px;
  margin-top: 30px;
}
.article-gallery--multislide .article-gallery__items {
  grid-gap: initial;
  gap: initial;
  flex-direction: row;
}

.article-gallery__item-image,
.article-gallery__item-image--cta {
  width: 100%;
  display: block;
  height: auto;
  margin-bottom: 20px;
}

.article-gallery__item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  grid-gap: 20px;
  gap: 20px;
}
.article-gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.article-gallery__item-category {
  color: #413D3D;
  margin-bottom: 10px;
}
.article-gallery__item-category {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .article-gallery__item-category {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.article-gallery__item-category {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}

.article-gallery__item-title {
  color: #413D3D;
  margin: 0;
}
.article-gallery__item-title {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .article-gallery__item-title {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.article-gallery__item-title {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

.article-gallery--multislide .article-gallery__pagination {
  margin-top: 40px;
  text-align: center;
}

.article-gallery__page {
  background: #D6D6D6;
  border-radius: 15px;
  border: none;
  padding: 0;
  margin: 5px 7px;
  width: 10px;
  height: 10px;
  outline: none;
}
.article-gallery__page.article-gallery__page--active {
  background: #869791;
}

.features-list {
  margin: 40px 0;
  color: #FFFFFF;
  text-align: center;
  overflow: hidden;
  /* ==========================================================================
  	Video-grid overrides inside this "block"
  ========================================================================== */
  /* ==========================================================================
  	image-grid overrides inside this "block"
  ========================================================================== */
}
.features-list .features-list-row:not(:first-of-type) {
  margin-top: 20px;
}
.features-list .features-list-row:last-of-type {
  margin-bottom: 0;
}
.features-list .features-list-item {
  vertical-align: top;
  clear: both;
  margin-bottom: 20px;
  padding: 0 30px;
}
.features-list .features-list-item:before, .features-list .features-list-item:after {
  display: table;
  content: " ";
}
.features-list .features-list-item:after {
  clear: both;
}
.features-list .features-list-item:last-of-type {
  margin-bottom: 0;
}
.features-list .features-list-item:last-of-type:before {
  content: none;
}
.features-list .features-list-item__number {
  color: #413D3D;
  text-align: left;
  margin-bottom: 10px;
}
.features-list .features-list-item__number {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .features-list .features-list-item__number {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.features-list .features-list-item__number {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0;
}
@media (min-width: 1200px) {
  .features-list .features-list-item__number {
    font-size: 34px;
    line-height: 46px;
  }
}
.rtl .features-list .features-list-item__number {
  text-align: right;
}
.features-list .features-list-item__text {
  color: #413D3D;
  text-align: left;
  overflow: hidden;
}
.features-list .features-list-item__text {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .features-list .features-list-item__text {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.features-list .features-list-item__text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.rtl .features-list .features-list-item__text {
  text-align: right;
}
.features-list .video-grid {
  background: transparent;
  padding-top: 25px;
  margin-bottom: 0;
}
.features-list .video-grid__title h2 {
  color: #FFFFFF;
}
.features-list .video-grid .video {
  padding: 0;
}
.features-list .video-grid .video__title h3 {
  color: #413D3D;
}
.features-list .video-grid .video__title h3 {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .features-list .video-grid .video__title h3 {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.features-list .video-grid .video__title h3 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.features-list .video-grid .video__timestamp {
  color: #FFFFFF;
}
.features-list .image-grid {
  background: transparent;
  padding-top: 25px;
}
.features-list .image-grid .image {
  margin-bottom: 25px;
  padding: 0;
}
.features-list .image-grid .image__picture {
  margin-left: 0;
  margin-right: 0;
}
.features-list .image-grid .image__title {
  color: #FFFFFF;
}
.features-list .image-grid .image__body {
  color: #FFFFFF;
}

.footer {
  background-color: #FFFFFF;
  border-top: 1px solid #F6F3F3;
}

.footer__container {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #001E62;
}

.footer__copyright {
  color: #001E62;
  margin: 0 0 15px;
  text-align: left;
  display: inline-block;
  white-space: nowrap;
}
.footer__copyright {
  font-family: "BwModelicaLGC-Medium", "BwModelicaLGC-Medium-Fallback", sans-serif;
}
.rtl .footer__copyright {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.footer__copyright {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  .footer__copyright {
    font-size: 18px;
    line-height: 22px;
  }
}
.rtl .footer__copyright {
  text-align: right;
  margin-right: 0;
  margin-left: 20px;
}

.footer__social {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 32px;
}

.footer__menu {
  position: relative;
}

.footer__menu-list {
  -moz-column-count: 1;
       column-count: 1;
  list-style: none;
  text-indent: 0;
  margin-bottom: 32px;
  padding: 0;
}

.footer__menu-item {
  margin-right: 15px;
  padding: 12px 0;
  text-align: left;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
.rtl .footer__menu-item {
  text-align: right;
  margin-right: 0;
  margin-left: 15px;
}

.footer__menu-link {
  margin-bottom: 20px;
  padding: 3px 0;
  color: #001E62;
}
.footer__menu-link {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .footer__menu-link {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.footer__menu-link {
  font-size: 0.875em;
  letter-spacing: 0.5px;
  line-height: 1.4285714286;
}
.footer__menu-link:hover, .footer__menu-link.open {
  border-bottom: 1px solid #001E62;
}
.rtl .footer__menu-link:hover, .rtl .footer__menu-link.open {
  border-bottom: none;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.footer__essity-description p {
  color: #001E62;
  margin: 0;
}
.footer__essity-description p {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .footer__essity-description p {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.footer__essity-description p {
  font-size: 0.6875em;
  line-height: 1.5454545455;
}
.footer__essity-description a {
  color: #001E62;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.footer__essity-description a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
  border: none;
}

.footer__essity-logo {
  display: flex;
  width: 100%;
  margin-bottom: 25px;
  align-items: center;
}

.footer__essity-branding {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #C0B4B4;
  padding-top: 40px;
}

form {
  margin-bottom: 40px;
  padding: 10px;
}
form button[type=submit] {
  display: block;
  margin: 30px auto 0 auto;
}
form button[type=submit].search-bar__submit {
  margin: 0;
  padding: 0;
}
form .newsletter-legal p {
  color: #413D3D;
  padding: 10px 0 0 0;
}
form .newsletter-legal p {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl form .newsletter-legal p {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
form .newsletter-legal p {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}

.form-head,
.form-info-section {
  margin: 40px 0;
  color: #413D3D;
}
.form-head h3,
.form-info-section h3 {
  margin-bottom: 10px;
}
.form-head p,
.form-info-section p {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .form-head p,
.rtl .form-info-section p {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.form-head p,
.form-info-section p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.form-head p a,
.form-info-section p a {
  color: #D11A88;
}
.form-head p a:hover,
.form-info-section p a:hover {
  border-bottom: 1px solid #D11A88;
}
.rtl .form-head p a:hover,
.rtl .form-info-section p a:hover {
  border-bottom: none;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.rtl .form-head p a,
.rtl .form-info-section p a {
  border-bottom: none;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.form-group {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.form-group .form-group__label-wrapper {
  display: flex;
}
.form-group.has-error .form-control {
  border-color: #ed1d24;
  border-bottom-width: 2px;
}
.form-group.has-error .validation-error {
  display: block;
}
.form-group.success .form-control {
  border-color: #15847D;
  border-bottom-width: 2px;
}
.form-group.form-group--checkbox, .form-group.form-group--single-select-checkbox {
  margin-bottom: 15px;
}
.form-group.form-group--checkbox + .form-group, .form-group.form-group--single-select-checkbox + .form-group {
  margin-top: 20px;
}
.form-group.form-group--checkbox + .form-group.form-group--checkbox, .form-group.form-group--single-select-checkbox + .form-group.form-group--checkbox {
  margin-top: 0;
}
.form-group.form-group--checkbox .validation-error, .form-group.form-group--single-select-checkbox .validation-error {
  padding-bottom: 5px;
}
.form-group.form-group--checkbox.disabled, .form-group.checkbox--custom.disabled {
  pointer-events: none;
}
.form-group.form-group--checkbox.disabled label, .form-group.checkbox--custom.disabled label {
  color: #746969;
}
.form-group .additional-text {
  color: #2F2F2F;
}
.form-group .additional-text {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .form-group .additional-text {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.form-group .additional-text {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}
.form-group .form-group__label-wrapper[\:has\(\%2B\%20.form-control\:required\)] .form-label::after,
.form-group .form-group__label-wrapper[\:has\(\%2B\%20.form-control-wrapper--required\)] .form-label::after,
.form-group .form-group__label-wrapper[\:has\(\%2B\%20.form-radio-control\%20input\[type\%3Dradio\]\[required\]\)] .form-label::after,
.form-group .form-group__label-wrapper[\:has\(~\%20input\[type\%3Dhidden\]\[required\]\)] .form-label::after {
  content: "*";
  color: #DA291C;
  margin-left: 5px;
}
.form-group .form-group__label-wrapper:has(+ .form-control:required) .form-label::after,
.form-group .form-group__label-wrapper:has(+ .form-control-wrapper--required) .form-label::after,
.form-group .form-group__label-wrapper:has(+ .form-radio-control input[type=radio][required]) .form-label::after,
.form-group .form-group__label-wrapper:has(~ input[type=hidden][required]) .form-label::after {
  content: "*";
  color: #DA291C;
  margin-left: 5px;
}
.form-group .icon-arrow-down-smooth {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: #2F2F2F;
  pointer-events: none;
}

.address-group .address-group__legend {
  margin-bottom: 15px;
}
.address-group .address-group__legend {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .address-group .address-group__legend {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.address-group .address-group__legend {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  .address-group .address-group__legend {
    font-size: 22px;
    line-height: 26px;
  }
}
.address-group.has-error {
  background-color: rgba(255, 0, 0, 0.1);
  padding: 15px;
  border-radius: 10px;
}
.address-group.has-error .validation-error {
  color: #9B2743;
}
.address-group.has-error .validation-error--address-group {
  display: block;
}

.form-group-custom-option {
  margin-top: 15px;
}
.form-group-custom-option .form-group-custom-option__input {
  position: relative;
  width: 100%;
  height: 48px;
}

.form-control-wrapper {
  position: relative;
}

.form-control {
  box-shadow: none !important;
  height: 48px;
  border: none;
  border-bottom: 1px solid #2F2F2F;
  border-radius: 2px;
  padding: 10px 20px;
  color: #2F2F2F;
  background-color: #FFFFFF;
}
.form-control {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .form-control {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.form-control {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.color-region--white .form-control {
  background-color: #F6F3F3;
}
.form-control[type=file] {
  padding: 0;
  height: auto;
  border: none !important;
}
.form-control:focus {
  border-bottom-width: 2px;
}
.form-control:active {
  border-bottom-width: 2px;
}
.form-control:disabled {
  cursor: default !important;
  background: #C0B4B4;
  color: #2F2F2F;
  border-bottom: 1px solid #2F2F2F;
}
.form-control:disabled::-moz-placeholder {
  color: #2F2F2F;
}
.form-control:disabled::placeholder {
  color: #2F2F2F;
}
.form-control::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #746969;
}
.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #746969;
}
.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #746969;
}
.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #746969;
}

.form-label {
  display: inline-block;
  justify-content: space-between;
  color: #2F2F2F;
  margin-bottom: 4px;
  width: 100%;
  text-align: left;
}
.form-label {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .form-label {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.form-label {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.form-label.form-label--small {
  width: -moz-fit-content;
  width: fit-content;
}
.form-label .form-label-tooltip {
  width: 16px;
  height: 16px;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center center;
  float: right;
  border-radius: 50%;
  margin-top: 4px;
}
.rtl .form-label .form-label-tooltip {
  clear: both;
  float: left;
}
.form-label .form-label-tooltip i {
  position: absolute;
}

.validation-error {
  padding-top: 5px;
  display: none;
  color: #DA291C;
}
.validation-error {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .validation-error {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.validation-error {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}
.validation-error i {
  display: inline-block;
  font-size: 16px;
  position: relative;
  bottom: 2px;
}

.ui-selectmenu-button {
  display: inline-block;
  position: relative;
  width: 100%;
  cursor: pointer;
  box-shadow: none !important;
  height: 48px;
  border: none;
  border-bottom: 1px solid #2F2F2F;
  border-radius: 0;
  padding: 13px 12px;
  color: #2F2F2F;
  background-color: #FFFFFF;
}
.color-region--white .ui-selectmenu-button {
  background-color: #F6F3F3;
}
.rtl .ui-selectmenu-button {
  background-position: left 10px center;
  text-align: right;
}
.ui-selectmenu-button.ui-button {
  width: 100%;
}
.ui-selectmenu-button.ui-button:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "femcare-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 14px;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-selectmenu-button.ui-button:after {
  color: #2F2F2F;
  content: "\e901";
  right: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
}
.rtl .ui-selectmenu-button.ui-button:after {
  left: 5px;
  right: auto;
  right: initial;
}
.has-error .ui-selectmenu-button.ui-button {
  border-bottom: 2px solid #DA291C;
}
.success .ui-selectmenu-button.ui-button {
  border-bottom: 2px solid #15847D;
}

.ui-selectmenu-text {
  color: #746969;
}
.ui-selectmenu-text {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .ui-selectmenu-text {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.ui-selectmenu-text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

.ui-selectmenu-icon {
  display: none;
}

.ui-selectmenu-menu {
  z-index: 999;
  padding-top: 5px;
}
.ui-selectmenu-menu ul.ui-menu {
  background-color: #F6F3F3;
  color: #746969;
  border-radius: 2px;
}
.ui-selectmenu-menu li .ui-menu-item-wrapper {
  padding: 6px;
}
.ui-selectmenu-menu li .ui-menu-item-wrapper {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .ui-selectmenu-menu li .ui-menu-item-wrapper {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.ui-selectmenu-menu li .ui-menu-item-wrapper {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

.modal--opened ~ .ui-selectmenu-menu.ui-selectmenu-open {
  z-index: 1100;
}

.form-group--product-radio-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 0;
}
.form-group--product-radio-group.form-group--color-picker div,
.form-group--product-radio-group .form-group--color-picker div {
  display: flex;
  flex-wrap: wrap;
}
.form-group--product-radio-group.form-group--color-picker div label,
.form-group--product-radio-group .form-group--color-picker div label {
  display: none;
  position: absolute;
  top: -30px;
  color: #413D3D;
  font-weight: normal;
  width: -moz-max-content;
  width: max-content;
  max-width: none;
  left: 0;
}
.form-group--product-radio-group.form-group--color-picker div label,
.form-group--product-radio-group .form-group--color-picker div label {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .form-group--product-radio-group.form-group--color-picker div label,
.rtl .form-group--product-radio-group .form-group--color-picker div label {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.form-group--product-radio-group.form-group--color-picker div label,
.form-group--product-radio-group .form-group--color-picker div label {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.form-group--product-radio-group.form-group--color-picker div label span,
.form-group--product-radio-group .form-group--color-picker div label span {
  font-weight: 700;
}
.form-group--product-radio-group.form-group--color-picker div input,
.form-group--product-radio-group .form-group--color-picker div input {
  background-clip: content-box;
  -webkit-appearance: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 10px;
  padding: 6px;
}
.form-group--product-radio-group.form-group--color-picker div input:hover,
.form-group--product-radio-group .form-group--color-picker div input:hover {
  cursor: pointer;
}
.form-group--product-radio-group.form-group--color-picker div input:checked,
.form-group--product-radio-group .form-group--color-picker div input:checked {
  border: 1px solid #2F2F2F;
}
.form-group--product-radio-group.form-group--color-picker div input:checked + label,
.form-group--product-radio-group .form-group--color-picker div input:checked + label {
  display: block;
}
.form-group--product-radio-group.form-group--color-picker div input:disabled,
.form-group--product-radio-group .form-group--color-picker div input:disabled {
  display: none;
}
.form-group--product-radio-group.form-group--color-picker div input:disabled + label,
.form-group--product-radio-group .form-group--color-picker div input:disabled + label {
  display: none;
}
.form-group--product-radio-group.form-group--color-picker .form-group__size-picker input,
.form-group--product-radio-group .form-group--color-picker .form-group__size-picker input {
  -webkit-appearance: none;
}
.form-group--product-radio-group.form-group--color-picker .form-group__size-picker label,
.form-group--product-radio-group .form-group--color-picker .form-group__size-picker label {
  padding: 4px 16px;
  border-radius: 8px;
  border: 1px solid #C0B4B4;
  color: #2F2F2F;
  background-color: #FFFFFF;
  min-width: 60px;
  margin-right: 13px;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.form-group--product-radio-group.form-group--color-picker .form-group__size-picker label:hover,
.form-group--product-radio-group .form-group--color-picker .form-group__size-picker label:hover {
  cursor: pointer;
}
.form-group--product-radio-group.form-group--color-picker .form-group__size-picker input:checked + label,
.form-group--product-radio-group .form-group--color-picker .form-group__size-picker input:checked + label {
  background-color: #001E62;
  color: #FFFFFF;
}
.form-group--product-radio-group.form-group--color-picker .form-group__size-picker input:disabled + label,
.form-group--product-radio-group .form-group--color-picker .form-group__size-picker input:disabled + label {
  pointer-events: none;
  background-color: #F6F3F3;
  color: #746969;
}
.form-group--product-radio-group.form-group--color-picker .form-group__size-picker input:disabled + label:after,
.form-group--product-radio-group .form-group--color-picker .form-group__size-picker input:disabled + label:after {
  position: absolute;
  left: -5px;
  bottom: 15px;
  content: "";
  width: 120%;
  height: 1px;
  background: #C0B4B4;
  transform: rotate(-30deg);
}
.form-group--product-radio-group.form-group--chips input {
  -webkit-appearance: none;
}
.form-group--product-radio-group.form-group--chips label {
  padding: 4px 16px;
  border-radius: 8px;
  border: 1px solid #C0B4B4;
  color: #2F2F2F;
  background-color: #FFFFFF;
  min-width: 60px;
  margin-right: 13px;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.form-group--product-radio-group.form-group--chips label:hover {
  cursor: pointer;
}
.form-group--product-radio-group.form-group--chips input:checked + label {
  background-color: #001E62;
  color: #FFFFFF;
}
.form-group--product-radio-group.form-group--chips input:disabled + label {
  pointer-events: none;
  background-color: #F6F3F3;
  color: #746969;
}
.form-group--product-radio-group.form-group--chips input:disabled + label:after {
  position: absolute;
  left: -5px;
  bottom: 15px;
  content: "";
  width: 120%;
  height: 1px;
  background: #C0B4B4;
  transform: rotate(-30deg);
}

.ui-selectmenu-menu {
  padding-top: 2px;
}
.ui-selectmenu-menu .ui-menu {
  background: #FFFFFF;
  box-shadow: 0 2px 10px rgba(184, 169, 177, 0.2);
  border: 1px solid #D6CED3;
  border-radius: 10px;
  padding: 5px 15px;
}
.ui-selectmenu-menu .ui-menu-item {
  border-bottom: 1px solid #D6CED3;
}
.ui-selectmenu-menu .ui-menu-item:last-child {
  border-bottom: none;
}
.ui-selectmenu-menu .ui-menu-item-wrapper {
  color: #413D3D;
  padding: 4px 0;
}
.ui-selectmenu-menu .ui-menu-item-wrapper {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .ui-selectmenu-menu .ui-menu-item-wrapper {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.ui-selectmenu-menu .ui-menu-item-wrapper {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}
.ui-selectmenu-menu .ui-state-active {
  color: #D11A88;
  margin: 0;
}

.select-wrapper {
  position: relative;
}
.select-wrapper i {
  position: absolute;
  color: #2F2F2F;
  right: 5px;
  top: 50%;
  font-size: 28px;
  transform: translateY(-50%);
  pointer-events: none;
}

select.form-control {
  background-repeat: no-repeat;
  background-position: right 10px center;
  cursor: pointer;
}
.rtl select.form-control {
  background-position: left 10px center;
}
select.form-control option {
  color: #746969;
  border-bottom: 1px solid #D7D3D3;
}
select.form-control option {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl select.form-control option {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
select.form-control option {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
select.form-control option:disabled {
  display: none;
}
.rtl select.form-control option {
  direction: ltr;
}
select.form-control.form-month {
  position: relative;
}
select.form-control.form-month:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "femcare-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 14px;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
select.form-control.form-month:after {
  color: #2F2F2F;
  content: "\e901";
  right: 5px;
  position: absolute;
  top: 50%;
  font-size: 28px;
  transform: translateY(-50%);
}

.form-group--radio-image .radio-image-label {
  border: none;
  cursor: pointer;
  display: block;
  margin-bottom: 6px;
}
.form-group--radio-image .radio-image-label.radio-image-label--background {
  padding-top: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.form-group--radio-image .radio-image-label:hover {
  opacity: 0.5;
}
.form-group--radio-image .radio-image-label img {
  pointer-events: none;
}
.form-group--radio-image .radio-image {
  display: none;
}
.form-group--radio-image .radio-image:checked ~ .radio-image-label {
  border: 3px solid #D11A88;
  position: relative;
}
.form-group--radio-image .radio-image:checked ~ .radio-image-label.radio-image-label--background {
  padding-top: calc(100% - 6px);
}
.form-group--radio-image .radio-image:checked ~ .radio-image-label:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "femcare-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 14px;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.form-group--radio-image .radio-image:checked ~ .radio-image-label:after {
  color: #D11A88;
  content: "\e95d";
  font-size: 50px;
  left: 50%;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.form-group--radio-image .form-radio-control {
  padding: 0 3px;
}
.form-group--radio-image .row {
  margin: 0;
}

.form-recaptcha {
  margin-top: 30px;
  text-align: center;
}

textarea {
  resize: none;
  min-height: 150px;
}

.textarea-char-count-wrapper {
  position: relative;
}
.textarea-char-count-wrapper .counter {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.rtl .textarea-char-count-wrapper .counter {
  right: auto;
  left: 10px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

.form__logout {
  text-align: center;
  margin-top: 30px;
}
.form__logout a {
  color: #D11A88;
}
.form__logout a {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .form__logout a {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.form__logout a {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}

.form-control-tooltip {
  display: none;
  background: #FFFFFF;
  z-index: 1090;
  position: absolute;
  top: 40px;
  padding: 30px;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.12);
  text-align: center;
  width: 250px;
}
.form-control-tooltip a {
  color: #D11A88;
}
.form-control-tooltip img {
  width: 100%;
}

.promotion-form {
  margin-top: 50px;
  margin-bottom: 50px;
}
.promotion-form .form-head {
  margin-top: 0;
}
.promotion-form form {
  margin-top: 0;
  margin-bottom: 0;
}

.form-group input,
.form-group--single-field-date input {
  background-repeat: no-repeat;
  background-position: right 10px center;
  cursor: default;
}
.rtl .form-group input,
.rtl .form-group--single-field-date input {
  background-position: left 10px center;
}

.form-group--single-field-date .form-control {
  color: #746969;
  -webkit-appearance: none;
}

.product-sort__sort-options {
  position: relative;
}

.form-checkbox-control,
.form-radio-control {
  position: relative;
  display: flex;
  padding: 0 0 0 35px;
  margin-bottom: 10px;
}
.rtl .form-checkbox-control,
.rtl .form-radio-control {
  padding: 0 40px 0 0;
}
.form-checkbox-control input[type=checkbox],
.form-checkbox-control input[type=radio],
.form-radio-control input[type=checkbox],
.form-radio-control input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  -moz-appearance: initial;
  -webkit-appearance: initial;
  height: 0;
  width: 0;
  cursor: pointer;
}
.rtl .form-checkbox-control input[type=checkbox],
.rtl .form-checkbox-control input[type=radio],
.rtl .form-radio-control input[type=checkbox],
.rtl .form-radio-control input[type=radio] {
  left: auto;
  right: 0;
}
.form-checkbox-control input[type=checkbox].focus-visible::after,
.form-checkbox-control input[type=radio].focus-visible::after,
.form-radio-control input[type=checkbox].focus-visible::after,
.form-radio-control input[type=radio].focus-visible::after {
  outline: 2px solid #2F2F2F;
  outline-offset: 2px;
}
.form-checkbox-control input[type=checkbox]:focus-visible::after,
.form-checkbox-control input[type=radio]:focus-visible::after,
.form-radio-control input[type=checkbox]:focus-visible::after,
.form-radio-control input[type=radio]:focus-visible::after {
  outline: 2px solid #2F2F2F;
  outline-offset: 2px;
}
.form-checkbox-control label,
.form-radio-control label {
  margin-bottom: 0;
  display: inline;
  color: #2F2F2F;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
}
.form-checkbox-control label,
.form-radio-control label {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .form-checkbox-control label,
.rtl .form-radio-control label {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.form-checkbox-control label,
.form-radio-control label {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.rtl .form-checkbox-control label,
.rtl .form-radio-control label {
  padding-left: 20px;
}
.form-checkbox-control label sup,
.form-radio-control label sup {
  color: #D11A88;
}

.form-radio-control {
  flex-wrap: wrap;
  flex-direction: column;
}
.rtl .form-radio-control label {
  padding-right: 0;
  padding-left: 30px;
}
.form-radio-control input:after {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  border: 2px solid #C0B4B4;
  border-radius: 50%;
}
.form-radio-control input:hover:after {
  border-color: #6F2453;
}
.form-radio-control input:checked:after {
  border-color: #001E62;
  background-color: #001E62;
}
.form-radio-control input:checked:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-color: white;
  border-radius: 50%;
  z-index: 1;
  left: 6px;
  top: 6px;
}
.rtl .form-radio-control input:checked:before {
  left: auto;
  right: 6px;
}
.form-radio-control input:checked:hover:after {
  border-color: #6F2453;
  background-color: #6F2453;
}
.form-radio-control input:checked:focus:after {
  border-color: #2F2F2F;
}

.form-checkbox-control input[type=checkbox] {
  border-radius: 2px;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "femcare-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 14px;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.form-checkbox-control input[type=checkbox]:before {
  content: "\e95d";
  font-size: 12px;
  padding: 4px 2px;
  color: transparent;
  width: 24px;
  height: 24px;
  border: 2px solid #C0B4B4;
  position: absolute;
  left: 0;
  top: 0;
}
.color-region--white .form-checkbox-control input[type=checkbox]:before {
  color: #FFFFFF;
}
.rtl .form-checkbox-control input[type=checkbox]:before {
  left: auto;
  right: 0;
}
.form-checkbox-control input[type=checkbox].active:before, .form-checkbox-control input[type=checkbox]:checked:before {
  background: #001E62;
  border-color: #001E62;
  color: #FFFFFF;
}
.form-checkbox-control input[type=checkbox].active:hover:before, .form-checkbox-control input[type=checkbox]:checked:hover:before {
  background: #6F2453;
  border-color: #6F2453;
}
.form-checkbox-control input[type=checkbox]:hover:before {
  border-color: #6F2453;
}
.form-checkbox-control input[type=checkbox]:disabled:before {
  background: #C0B4B4;
  color: #C0B4B4;
}
.form-checkbox-control input[type=checkbox]:disabled:hover:before {
  border-color: #C0B4B4;
}
.form-checkbox-control input[type=checkbox]:disabled:checked:before, .form-checkbox-control input[type=checkbox]:disabled:checked:hover:before {
  border-color: #C0B4B4;
  color: #FFFFFF;
  background-color: #C0B4B4;
}
.form-checkbox-control input[type=checkbox]:focus:before {
  border-color: #2F2F2F;
}
.form-checkbox-control input[type=checkbox].consentCheckbox:after {
  position: absolute;
  left: 25px;
  top: -5px;
  content: "*";
  color: #DA291C;
}
.form-checkbox-control input[type=checkbox].consentCheckbox:after {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .form-checkbox-control input[type=checkbox].consentCheckbox:after {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.form-checkbox-control input[type=checkbox].consentCheckbox:after {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.form-checkbox-control label[\:not-has\(\%3E\%20sup\)] input[type=checkbox]::before {
  top: -4px;
}
.form-checkbox-control label:not(:has(> sup)) input[type=checkbox]::before {
  top: -4px;
}
.form-checkbox-control label[\:not-has\(\%3E\%20sup\)] input[type=checkbox].consentCheckbox:after {
  top: -8px;
}
.form-checkbox-control label:not(:has(> sup)) input[type=checkbox].consentCheckbox:after {
  top: -8px;
}
.form-checkbox-control label[\:has\(\%3E\%20a\%20\%3E\%20sup\)] input[type=checkbox]::before {
  top: 0px;
}
.form-checkbox-control label:has(> a > sup) input[type=checkbox]::before {
  top: 0px;
}

.ui-datepicker {
  border-radius: 6px;
}

.form-group.form-group--checkbox.form-group--checkbox-legal {
  margin-bottom: 10px;
}
.form-group.form-group--checkbox.form-group--checkbox-legal label {
  color: #2F2F2F;
}
.form-group.form-group--checkbox.form-group--checkbox-legal label {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .form-group.form-group--checkbox.form-group--checkbox-legal label {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.form-group.form-group--checkbox.form-group--checkbox-legal label {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}

.form-group--checkbox-legal.has-error .form-checkbox-control input[type=checkbox].consentCheckbox:before {
  border: 2px solid #DA291C;
}

.consent-description {
  padding-left: 35px;
  margin-bottom: 10px;
}
.rtl .consent-description {
  padding-left: 0;
  padding-right: 35px;
}

.consent-description,
.consent-description p {
  color: #2F2F2F;
  text-align: left;
}
.consent-description,
.consent-description p {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .consent-description,
.rtl .consent-description p {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.consent-description,
.consent-description p {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}

.g-recaptcha {
  display: inline-block;
}
.g-recaptcha textarea {
  display: none !important;
}
.g-recaptcha.has-error + .validation-error {
  display: block;
  margin-bottom: 20px;
}

.phone-number {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 5px;
  gap: 5px;
}

.phone-area {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 10;
  background-color: #FFFFFF;
  margin-top: 50px;
  box-shadow: 0 2px 10px rgba(184, 169, 177, 0.2);
  border: 1px solid #D6CED3;
  border-radius: 2px;
}
.color-region--white .phone-area {
  background-color: #F6F3F3;
}

.phone-area__search {
  border-bottom: 1px solid #D6CED3;
  padding-left: 45px;
}

.phone-area__search-icon {
  position: absolute;
  left: 20px;
  top: 15px;
  font-size: 17px;
}

.phone-area__countries {
  max-height: 250px;
  overflow-y: auto;
}

.phone-number__country-code {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px;
  background-color: #FFFFFF;
}
.phone-number__country-code:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "femcare-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 14px;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.phone-number__country-code:after {
  color: #2F2F2F;
  content: "\e901";
  right: 5px;
  position: absolute;
  top: 50%;
  font-size: 28px;
  transform: translateY(-50%);
}

.phone-area__country {
  display: flex;
  align-items: center;
  position: relative;
  height: 48px;
  padding: 10px 20px;
  background: none;
  width: 100%;
  border: none;
  border-top: 1px solid #D6CED3;
  cursor: pointer;
}
.phone-area__country:first-child {
  border-top: none;
}
.phone-area__country:hover {
  background-color: #D7D3D3;
}

.phone-area__country-flag,
.phone-area__country-number {
  pointer-events: none;
}

.phone-area__country--selected {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.phone-area__country--selected:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "femcare-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 14px;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.phone-area__country--selected:after {
  content: "\e95d";
  color: #001E62;
  right: 20px;
  position: absolute;
  font-size: 10px;
}

.phone-area__country-name {
  margin-right: 5px;
}
.rtl .phone-area__country-name {
  margin-right: 0;
  margin-left: 5px;
}

.phone-area__country-flag {
  height: 16px;
  width: 16px;
  margin-right: 10px;
}
.rtl .phone-area__country-flag {
  margin-right: 0;
  margin-left: 10px;
}

.phone-area__country-number {
  white-space: nowrap;
}

.upload-container {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 10px 20px;
  border-bottom: 1px solid #2F2F2F;
  background-color: #FFFFFF;
  border-radius: 2px;
}
.has-error .upload-container {
  border-bottom: 2px solid #DA291C;
}
.success .upload-container {
  border-bottom: 2px solid #15847D;
}
.color-region--white .upload-container {
  background-color: #F6F3F3;
}

.upload__button {
  border: none;
  background-color: #D7D3D3;
  padding: 3px 10px;
  border-radius: 2px;
  cursor: pointer;
}
.upload__button {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .upload__button {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.upload__button {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
}
.upload__button:hover, .upload__button:focus {
  background-color: #C0B4B4;
}

.upload__status {
  margin-left: 10px;
  color: #746969;
}
.rtl .upload__status {
  margin-left: 0;
  margin-right: 10px;
}

.upload__entry {
  display: flex;
  flex-direction: column;
  padding: 6px 0;
}
.upload__entry:first-child {
  padding-top: 20px;
}
.upload__entry .icon-validation-success {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  font-size: 20px;
  margin-left: 20px;
  color: #15847D;
  text-align: right;
}
.rtl .upload__entry .icon-validation-success {
  margin-left: 0;
  margin-right: 20px;
}

.upload__progress {
  width: 100%;
  height: 4px;
  background-color: #001E62;
  border-radius: 5px;
  margin-bottom: 5px;
}

.upload__details {
  display: flex;
}

.upload__reset {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  font-size: 14px;
  margin-left: 10px;
  color: #001E62;
  cursor: pointer;
}

.upload__file-name {
  display: flex;
  align-items: center;
}
.upload__file-name {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .upload__file-name {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.upload__file-name {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}

.global-landing-hero {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.global-landing-hero__picture {
  position: relative;
}
.global-landing-hero__content {
  margin-top: -30px;
}
.global-landing-hero__headline {
  position: relative;
  background: #FFFFFF;
  text-align: center;
  padding: 25px;
  color: #D11A88;
  border-bottom: 4px solid transparent;
}
.global-landing-hero__headline h2 {
  margin-bottom: 0;
}

.global-landing-logos {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  display: none;
}
.global-landing-logos ul {
  list-style-type: none;
  padding: 0 15px;
  margin: 0 auto;
  width: auto;
  text-align: center;
  display: table;
}
.global-landing-logos ul li {
  float: none;
  width: auto;
  max-width: 110px;
  display: table-cell;
}

.global-landing-headline {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .global-landing-headline {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.global-landing-headline {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0;
}
@media (min-width: 1200px) {
  .global-landing-headline {
    font-size: 34px;
    line-height: 46px;
  }
}
.global-landing-headline .gradient {
  background: linear-gradient(to right, #D11A88, #ef5a9e 54%, #DA291C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .global-landing-headline .gradient {
    /* IE11 fallback */
    color: #D11A88;
    background: transparent;
  }
}
.global-landing-wrapper {
  color: #413D3D;
  margin-bottom: 70px;
  margin-top: 70px;
}
.global-landing-wrapper .icon-location {
  display: inline-block;
  font-size: 21px;
  margin-top: 4px;
  opacity: 0.5;
}
.global-landing-box-row {
  display: flex;
  flex-wrap: wrap;
}
.global-landing-box {
  margin-top: 70px;
}
.global-landing-title {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .global-landing-title {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.global-landing-title {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
@media (min-width: 1200px) {
  .global-landing-title {
    font-size: 26px;
    line-height: 31px;
  }
}
.global-landing-region-box {
  margin-top: 30px;
  display: flex;
  flex-basis: 50%;
}
.global-landing-region-link {
  color: #413D3D;
  display: flex;
  align-items: baseline;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
}
.global-landing-region-link:hover {
  color: #413D3D;
}
.global-landing-region-link:hover .icon-location {
  opacity: 1;
}
.global-landing-pin-wrap {
  margin-right: 15px;
}
.global-landing-region-title {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .global-landing-region-title {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.global-landing-region-title {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.global-landing-region-language {
  color: #413D3D;
  font-size: 13px;
  letter-spacing: normal;
  line-height: 1.47;
}
.global-landing-region-language:hover {
  color: #413D3D;
}
.global-landing-title, .global-landing-region-title, .global-landing-region-language {
  margin: 0;
}

.image-grid {
  background: #FFFFFF;
  padding-top: 50px;
  overflow: hidden;
  margin-bottom: 50px;
}

.image {
  margin-bottom: 50px;
  text-align: left;
}
.image__picture {
  position: relative;
  transition: opacity 0.25s ease;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
}
.image__picture img {
  max-width: 100%;
}
.image__title {
  color: #D11A88;
}

/* ==========================================================================
	Article content gallery 
========================================================================== */
.image-gallery {
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .image-gallery__offset {
    margin-left: calc((100% - 750px) / 2);
  }
  .rtl .image-gallery__offset {
    margin-left: 0;
    margin-right: calc((100% - 750px) / 2);
  }
}
@media (min-width: 992px) {
  .image-gallery__offset {
    margin-left: calc((100% - 970px) / 2);
  }
  .rtl .image-gallery__offset {
    margin-left: 0;
    margin-right: calc((100% - 970px) / 2);
  }
}
@media (min-width: 1200px) {
  .image-gallery__offset {
    margin-left: calc((100% - 1170px) / 2);
  }
  .rtl .image-gallery__offset {
    margin-left: 0;
    margin-right: calc((100% - 1170px) / 2);
  }
}

.image-gallery__heading {
  padding-left: 40px;
  margin-bottom: 30px;
  color: #413D3D;
}
.image-gallery__heading {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .image-gallery__heading {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.image-gallery__heading {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0;
}
@media (min-width: 1200px) {
  .image-gallery__heading {
    font-size: 34px;
    line-height: 46px;
  }
}
.rtl .image-gallery__heading {
  padding-left: 0;
  padding-right: 40px;
}

.image-gallery__item-content {
  width: 75%;
}

.image-gallery__content {
  position: relative;
}

.image-gallery__pagination {
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.image-gallery__pages {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.image-gallery__pages > li {
  display: inline-block;
  position: relative;
  bottom: 5px;
}
.image-gallery__pages > li:last-child .image-gallery__page {
  margin-right: 0;
}
.rtl .image-gallery__pages > li:last-child .image-gallery__page {
  margin-right: 10px;
  margin-left: 0;
}

.image-gallery__page {
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 10px 0 0;
  background: #413D3D;
  border: none;
  border-radius: 30px;
  opacity: 0.5;
  display: block;
}
.image-gallery__page.image-gallery__page--active, .image-gallery__page:hover {
  opacity: 1;
}

.image-gallery__pagination-arrows {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 140px;
  z-index: 1;
}
.rtl .image-gallery__pagination-arrows {
  right: auto;
  right: initial;
  left: 140px;
}
.image-gallery__pagination-arrows li {
  display: inline-block;
}

.image-gallery__arrow.image-gallery__arrow--previous, .image-gallery__arrow.image-gallery__arrow--next {
  color: #413D3D;
  background: none;
  border: none;
}
.image-gallery__arrow.swiper-button-disabled {
  opacity: 0.5;
}
.rtl .image-gallery__arrow {
  transform: rotate(180deg);
}

.image-gallery__controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 40%;
}

.image-gallery__item-subheading {
  color: #413D3D;
}
.image-gallery__item-subheading {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .image-gallery__item-subheading {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.image-gallery__item-subheading {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
@media (min-width: 1200px) {
  .image-gallery__item-subheading {
    font-size: 26px;
    line-height: 31px;
  }
}

.image-gallery__item-paragraph {
  color: #413D3D;
}

.image-gallery__item-image {
  margin-bottom: 70px;
  cursor: grab;
}

/* ==========================================================================
	Special case styles
========================================================================== */
.image-gallery + .social-share {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .image-gallery + .social-share {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .image-gallery + .social-share {
    margin-top: 100px;
  }
}

.iframe-wrapper {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.iframe-wrapper:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.iframe-wrapper iframe,
.iframe-wrapper .iframe {
  border: 0;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.youtube-thumbnail img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.video-consent-overlay {
  position: absolute;
  top: 50%;
  height: 60%;
  background: #FFFFFF;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 75%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  border: 1px solid #F6F3F3;
  text-align: center;
  overflow-y: auto;
}
.video-consent-overlay .video-consent-overlay__content {
  height: 100%;
}
.video-consent-overlay .video-consent-overlay__text {
  color: #413D3D;
  margin-bottom: 5px;
  text-align: left;
}
.video-consent-overlay .video-consent-overlay__text {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .video-consent-overlay .video-consent-overlay__text {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.video-consent-overlay .video-consent-overlay__text {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}
.video-consent-overlay .video-consent-overlay__text .video-consent-overlay__text-settings-link {
  color: #D11A88;
}
.rtl .video-consent-overlay .video-consent-overlay__text {
  text-align: right;
}
.article__video-section .video-consent-overlay, .video-hero .video-consent-overlay {
  height: 85%;
  width: 85%;
}
.media-hero .video-consent-overlay, .video-grid .video-consent-overlay {
  height: 90%;
  width: 90%;
}

.js-youtube-embed {
  display: none;
}

.info-item {
  margin-bottom: 40px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  word-spacing: normal;
}
.info-item:last-child {
  margin-bottom: 0;
}
.info-item__headline {
  color: #413D3D;
  overflow: hidden;
  margin-bottom: 10px;
  text-align: center;
}
.info-item__headline-text {
  display: block;
  margin-right: 0;
  font-size: 1.375em;
}
.info-item__headline-text {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .info-item__headline-text {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.rtl .info-item__headline-text {
  padding-right: 5px;
}
.info-item__picture {
  width: 150px;
  max-width: 305px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 30px;
}
.info-item__picture img {
  height: auto;
}
.info-item__body {
  text-align: center;
  color: #413D3D;
}

.info-list {
  margin: 70px 15px;
  overflow: hidden;
  text-align: center;
  letter-spacing: -0.3em;
  word-spacing: -0.4em;
}

.signpost-info-list {
  margin-top: 50px;
  margin-bottom: 50px;
}
.signpost-info-list .row {
  margin-bottom: 30px;
}
.signpost-info-list .row:last-child {
  margin-bottom: 0;
}

.signpost-info-item {
  margin-bottom: 30px;
}
.signpost-info-item:last-child {
  margin-bottom: 0;
}
.signpost-info-item__picture {
  overflow: hidden;
  display: none;
}
.signpost-info-item__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.signpost-info-item__headline {
  display: inline;
  color: #D11A88;
}
.signpost-info-item__headline {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .signpost-info-item__headline {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.signpost-info-item__headline {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
@media (min-width: 1200px) {
  .signpost-info-item__headline {
    font-size: 26px;
    line-height: 31px;
  }
}
.signpost-info-item__headline {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .signpost-info-item__headline {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.signpost-info-item__content {
  text-align: center;
  background: white;
  border-bottom: 4px solid transparent;
  overflow: hidden;
  padding: 50px 30px;
}
.signpost-info-item__body {
  color: #413D3D;
  margin-top: 20px;
}
.signpost-info-item__body {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .signpost-info-item__body {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.signpost-info-item__body {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.signpost-info-item--feature-left .signpost-info-item__picture, .signpost-info-item--feature-right .signpost-info-item__picture, .signpost-info-item--large .signpost-info-item__picture {
  display: block;
}
.signpost-info-item > a:hover .signpost-info-item__headline {
  border-bottom: 1px solid #D11A88;
}
.rtl .signpost-info-item > a:hover .signpost-info-item__headline {
  border-bottom: none;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.infographic {
  margin: 70px 0;
  text-align: center;
}
.infographic .button-link {
  margin-bottom: 0;
}

.infographic__heading {
  text-align: center;
  margin-bottom: 70px;
}
.infographic__heading h2 {
  margin-bottom: 10px;
}
.infographic__heading h2 {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .infographic__heading h2 {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.infographic__heading h2 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0;
}
@media (min-width: 1200px) {
  .infographic__heading h2 {
    font-size: 34px;
    line-height: 46px;
  }
}

.infographic__con,
.infographic__pro {
  color: #413D3D;
  display: block;
}

.infographic__info {
  color: #413D3D;
  max-width: 555px;
  margin: 0 auto 30px;
}
.infographic__info p {
  margin: 0;
}

.infographic__columns {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  flex-direction: column;
  margin-bottom: 70px;
}
.infographic__columns:last-child {
  margin-bottom: 0;
}

.infographic-column {
  width: 100%;
  display: inline-block;
  margin: 0 0 70px;
  vertical-align: top;
}
.infographic-column:last-child {
  margin: 0;
}

.infographic-column__progress {
  width: 215px;
  height: 215px;
  border-radius: 50%;
  background-color: #FFFFFF;
  position: relative;
  margin: 0 auto;
}
.infographic-column__progress canvas {
  width: 215px !important;
  height: 215px !important;
}

.infographic-column__stats {
  position: absolute;
  width: 100%;
  height: 100%;
  display: table;
  color: #413D3D;
  top: 0;
  margin: 0;
}
.infographic-column__stats {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .infographic-column__stats {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.infographic-column__stats {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.5px;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .infographic-column__stats {
    font-size: 30px;
    line-height: 36px;
  }
}

.infographic-column__value {
  display: table-cell;
  vertical-align: middle;
}

.infographic-column__text {
  margin-top: 20px;
  color: #413D3D;
  word-break: break-word;
}
.infographic-column__text {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .infographic-column__text {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.infographic-column__text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

.signpost-initiative-list {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  gap: 20px;
  margin: 40px 15px;
}

.signpost-initiative {
  display: flex;
  flex: 1;
}
.signpost-initiative a {
  display: flex;
  align-items: center;
}

.signpost-initiative__picture {
  float: left;
  width: 40%;
}
.rtl .signpost-initiative__picture {
  float: right;
}

.signpost-initiative__content {
  position: relative;
  padding: 15px;
  height: 100%;
  width: calc(60% + 30px);
  float: left;
  background: #FFFFFF;
  margin-left: -30px;
  border-bottom: 4px solid transparent;
  color: #D11A88;
  overflow: hidden;
}
.rtl .signpost-initiative__content {
  margin-left: 0;
  margin-right: -30px;
  float: right;
}

.signpost-initiative__headline {
  display: table;
  height: 100%;
}
.signpost-initiative__headline h2 {
  display: table-cell;
  vertical-align: middle;
  color: #D11A88;
  margin-bottom: 0;
  text-transform: none;
  letter-spacing: 1.2px;
  font-size: 1em;
  line-height: 1;
}
.signpost-initiative__headline h2 {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .signpost-initiative__headline h2 {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}

.signpost-initiative-hero {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
.signpost-initiative-hero__picture {
  position: relative;
}
.signpost-initiative-hero__picture:hover ~ .signpost-initiative-hero__content .signpost-initiative-hero__headline:before {
  top: -10px;
  height: 10px;
}
.signpost-initiative-hero__picture:hover ~ .signpost-initiative-hero__content h2 {
  border-bottom: 1px solid #D11A88;
}
.rtl .signpost-initiative-hero__picture:hover ~ .signpost-initiative-hero__content h2 {
  border-bottom: none;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.signpost-initiative-hero__content {
  background-color: #FFFFFF;
  margin-top: -30px;
}
.signpost-initiative-hero__strapline {
  position: absolute;
  bottom: 45px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
.signpost-initiative-hero__headline {
  position: relative;
  background: #FFFFFF;
  text-align: center;
  padding: 25px;
  color: #D11A88;
}
.signpost-initiative-hero__headline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #FFFFFF;
  transition: all 0.5s ease;
}
.signpost-initiative-hero__headline:hover:before {
  top: -10px;
  height: 10px;
  width: 100%;
}
.signpost-initiative-hero__headline:hover h2 {
  border-bottom: 1px solid #D11A88;
}
.rtl .signpost-initiative-hero__headline:hover h2 {
  border-bottom: none;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.signpost-initiative-hero__headline h2 {
  display: inline;
  color: #D11A88;
}

.innovations {
  margin: 70px 0 100px 0;
}
@media (min-width: 992px) {
  .innovations {
    margin-left: calc((100% - 970px) / 2);
  }
  .rtl .innovations {
    margin-left: 0;
    margin-right: calc((100% - 970px) / 2);
  }
}
@media (min-width: 1200px) {
  .innovations {
    margin-left: calc((100% - 1170px) / 2);
  }
  .rtl .innovations {
    margin-left: 0;
    margin-right: calc((100% - 1170px) / 2);
  }
}
.innovations .innovations__slider {
  margin: 0;
  padding: 0 0 0 15px;
}
.rtl .innovations .innovations__slider {
  padding: 0 15px 0 0;
}
.innovations .innovations__slider .swiper-slide {
  display: flex;
  flex: 1;
  width: 285px;
  height: auto;
  height: initial;
}

.innovations-info-panel {
  padding: 0 15px;
  margin-bottom: 30px;
}
.innovations-info-panel .innovations-info-panel__headline h2 {
  color: #413D3D;
  margin-bottom: 10px;
}
.innovations-info-panel .innovations-info-panel__headline h2 {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .innovations-info-panel .innovations-info-panel__headline h2 {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.innovations-info-panel .innovations-info-panel__headline h2 {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.5px;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .innovations-info-panel .innovations-info-panel__headline h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.innovations-info-panel .innovations-info-panel__body {
  color: #413D3D;
}
.innovations-info-panel .innovations-info-panel__body {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .innovations-info-panel .innovations-info-panel__body {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.innovations-info-panel .innovations-info-panel__body {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

.innovation {
  background: #FFFFFF;
}
.innovation .innovation__image {
  position: relative;
  width: 285px;
}
.innovation .innovation__background {
  width: 285px;
  height: 285px;
}
.innovation .innovation__image-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 205px;
}
.innovation .innovation__content {
  width: 285px;
  background: #FFFFFF;
  text-align: center;
}
.innovation .innovation__subheading {
  color: #413D3D;
  padding: 30px 30px 10px 30px;
  margin-bottom: 0;
}
.innovation .innovation__subheading {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .innovation .innovation__subheading {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.innovation .innovation__subheading {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.innovation .innovation__paragraph {
  color: #413D3D;
  padding: 0 20px 30px 20px;
}
.innovation .innovation__paragraph {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .innovation .innovation__paragraph {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.innovation .innovation__paragraph {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

.signpost-manifesto-list {
  padding: 30px 0 40px;
  background: #FFFFFF;
}

.signpost-manifesto-item {
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
  white-space: nowrap;
  margin: 0 15px 40px;
}
.signpost-manifesto-item:before {
  content: "";
  display: none;
  vertical-align: middle;
  width: 58.3333333333%;
  min-height: 516px;
}
.signpost-manifesto-item:last-of-type {
  margin-bottom: 0;
}

.signpost-manifesto-item--flipped .signpost-manifesto-item__picture {
  left: auto;
  right: 0;
}
.rtl .signpost-manifesto-item--flipped .signpost-manifesto-item__picture {
  left: 0;
  right: auto;
}

.signpost-manifesto-item__picture {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  vertical-align: top;
  color: #FFFFFF;
  font-style: normal;
}
.rtl .signpost-manifesto-item__picture {
  right: 0;
}
.signpost-manifesto-item__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.signpost-manifesto-item__content {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 30px 50px;
  white-space: normal;
  text-align: center;
}

.signpost-manifesto-item__headline {
  color: #413D3D;
}
.signpost-manifesto-item__headline {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .signpost-manifesto-item__headline {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.signpost-manifesto-item__headline {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
@media (min-width: 1200px) {
  .signpost-manifesto-item__headline {
    font-size: 26px;
    line-height: 31px;
  }
}
.signpost-manifesto-item__headline {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .signpost-manifesto-item__headline {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}

.signpost-manifesto-item__body {
  margin-top: 20px;
  color: #413D3D;
}
.signpost-manifesto-item__body {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .signpost-manifesto-item__body {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.signpost-manifesto-item__body {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

.signpost-manifesto-item__overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.signpost-manifesto-item__overlay {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .signpost-manifesto-item__overlay {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.signpost-manifesto-item__overlay {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.5px;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .signpost-manifesto-item__overlay {
    font-size: 30px;
    line-height: 36px;
  }
}
.signpost-manifesto-item__overlay span {
  vertical-align: middle;
}

.signpost-manifesto-item__divider {
  display: inline-block;
  width: 1px;
  height: 90px;
  transform: rotate(10deg);
  border-left: 4px solid #FFFFFF;
  margin-left: 5px;
}

.signpost-manifesto-item__overlay-text--crossed {
  opacity: 0.7;
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(68, 68, 68, 0.8);
}
.modal .modal__dialog {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  background-color: #FFFFFF;
  border: none;
}
.modal .modal__header {
  text-align: center;
  margin-top: 45px;
  padding: 0 20px;
  border: none;
}
.modal .modal__title {
  color: #2F2F2F;
  padding-top: 20px;
  margin: 15px 0;
}
.modal .modal__title {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .modal .modal__title {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.modal .modal__title {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
@media (min-width: 1200px) {
  .modal .modal__title {
    font-size: 26px;
    line-height: 31px;
  }
}
.rtl .modal .modal__title {
  text-align: right;
}
.modal .modal__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  background-color: transparent;
  border: none;
  cursor: pointer;
  border-radius: 50%;
}
.modal .modal__close i {
  font-size: 18px;
  color: #2F2F2F;
}
.modal .modal__close.focus-visible {
  border: 1px solid #2F2F2F;
}
.modal .modal__close:focus-visible {
  border: 1px solid #2F2F2F;
}
.modal .modal__close:hover {
  background-color: #F6EEEC;
}
.modal .modal__body {
  position: relative;
  padding: 20px;
  background-color: #FFFFFF;
}
.modal .form-control {
  background-color: #FFFFFF;
}
.modal form {
  padding: 0;
}

.modal--newsletter .newsletter-subscription {
  margin: 0;
  padding: 0;
}

.modal--video {
  text-align: center;
}
.modal--video .modal__close {
  background: #FFFFFF;
  z-index: 1070;
  right: 0;
  top: 45px;
}
.modal--video .modal__close i {
  color: #2F2F2F;
}
.modal--video .modal__close:hover {
  background-color: #F6EEEC;
}
.modal--video .modal__dialog {
  top: 25%;
  bottom: 50%;
  margin: 0 15px;
  background-color: transparent;
}
.modal--video .modal__content,
.modal--video .modal__header {
  background: transparent;
  border-bottom: none;
}
.modal--video .modal__header {
  padding: 0;
}
.modal--video .modal__body {
  padding: 0;
  background: #413D3D;
}
.modal--video .video-player-parent {
  color: rgba(255, 255, 255, 0.5);
}

.modal--search {
  background-color: rgba(245, 243, 244, 0.8);
}
.modal--search .modal__dialog {
  top: auto;
  top: initial;
  left: auto;
  left: initial;
  transform: none;
  transform: initial;
  bottom: auto;
  bottom: initial;
  background-color: #FFFFFF;
}
.modal--search .modal__body {
  padding: 0;
}
.modal--search .modal__header {
  margin: 0;
  padding: 0;
}
.modal--search .modal__close {
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.rtl .modal--search .modal__close {
  right: auto;
  right: initial;
  left: 10px;
}
.modal--search .modal__title {
  display: none;
}

.modal--cart .modal__header,
.modal--cart-notification .modal__header {
  position: sticky;
  z-index: 1050;
  background-color: #FFFFFF;
  top: 0;
  margin-top: 0;
  padding-top: 20px;
}
.modal--cart .modal__title,
.modal--cart-notification .modal__title {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #D7D3D3;
  text-align: left;
}
.modal--cart .modal__close,
.modal--cart-notification .modal__close {
  right: 15px;
}
.modal--cart .modal__dialog,
.modal--cart-notification .modal__dialog {
  display: flex;
  flex-direction: column;
  bottom: auto;
  bottom: initial;
  height: 100%;
  overflow-y: auto;
}
.modal--cart .modal__body,
.modal--cart-notification .modal__body {
  position: relative;
  height: 100%;
  padding-top: 20px;
}

.modal--navigation {
  top: 64px;
  z-index: 1000;
}
.modal--navigation .modal__header {
  display: none;
}

.modal--sort .modal__dialog {
  top: auto;
  top: initial;
  min-height: 50%;
  max-height: 80%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.modal--sort .modal__header {
  text-align: left;
}

.modal--age-verification .modal__dialog,
.modal--newsletter .modal__dialog,
.modal--out-of-stock .modal__dialog,
.modal--quick-buy .modal__dialog,
[class*=modal--iframe] .modal__dialog {
  background-color: #F6EEEC;
}
.modal--age-verification .modal__body,
.modal--newsletter .modal__body,
.modal--out-of-stock .modal__body,
.modal--quick-buy .modal__body,
[class*=modal--iframe] .modal__body {
  background-color: #F6EEEC;
}
.modal--age-verification .modal__close:hover,
.modal--newsletter .modal__close:hover,
.modal--out-of-stock .modal__close:hover,
.modal--quick-buy .modal__close:hover,
[class*=modal--iframe] .modal__close:hover {
  background-color: #FFFFFF;
}

.modal--alert {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  z-index: 1031;
}
.modal--alert .modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(68, 68, 68, 0.8);
  z-index: -1;
}
.modal--alert .modal__content {
  position: relative;
  background: #FFFFFF;
  width: 90%;
  max-width: 500px;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal--alert .modal__close-button {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}
.modal--alert .modal__close-button .modal__close-icon {
  font-size: 18px;
  color: #2F2F2F;
}
.modal--alert .modal__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  padding: 0 30px;
}
.modal--alert .modal__body .modal__icon {
  flex-shrink: 0;
}
.modal--alert .modal__body .modal__icon .modal__icon-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #DA291C;
  color: #FFFFFF;
  border-radius: 50%;
  font-size: 40px;
}
.modal--alert .modal__body .modal__text {
  flex-grow: 1;
  text-align: center;
}
.modal--alert .modal__body .modal__text .modal__title {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .modal--alert .modal__body .modal__text .modal__title {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.modal--alert .modal__body .modal__text .modal__title {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
@media (min-width: 1200px) {
  .modal--alert .modal__body .modal__text .modal__title {
    font-size: 26px;
    line-height: 31px;
  }
}
.modal--alert .modal__body .modal__text .modal__description {
  color: #2F2F2F;
}
.modal--alert .modal__body .modal__text .modal__description {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .modal--alert .modal__body .modal__text .modal__description {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.modal--alert .modal__body .modal__text .modal__description {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.modal--alert .modal__footer .modal__action-button {
  padding: 10px 32px;
  background: #001E62;
  color: white;
  border: none;
  border-radius: 40px;
  cursor: pointer;
}
.modal--alert .modal__footer .modal__action-button {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .modal--alert .modal__footer .modal__action-button {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.modal--alert .modal__footer .modal__action-button {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}

.age-verification {
  text-align: center;
  color: #2F2F2F;
}
.age-verification button {
  width: 100%;
}

.modal.modal--light .modal__dialog {
  width: auto;
  margin: 0;
  top: 50%;
  left: 50%;
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
  transform: translate(-50%, -50%);
}
.modal.modal--light .modal__title {
  color: #413D3D;
}
.modal.modal--light .modal__title {
  font-family: "BwModelicaLGC-Medium", "BwModelicaLGC-Medium-Fallback", sans-serif;
}
.rtl .modal.modal--light .modal__title {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.modal.modal--light .modal__title {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  .modal.modal--light .modal__title {
    font-size: 18px;
    line-height: 22px;
  }
}
.modal.modal--light .modal__content {
  background-color: #FFFFFF;
  border: none;
  box-shadow: 0 9px 15px rgba(184, 169, 177, 0.3);
}
.modal.modal--light .modal__header {
  padding: 10px 50px 10px 20px;
  border-color: #D7D3D3;
}
.modal.modal--light .modal__header .close {
  width: 50px;
  height: 50px;
  border-left: 1px solid #D7D3D3;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.8;
}
.modal.modal--light .modal__header i {
  color: #C0B4B4;
}
.modal.modal--light .modal__body {
  padding: 20px;
}
.modal.modal--light button.close {
  background: transparent;
}

.cart {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  background-color: #FFFFFF;
  outline: 0;
}

.cart__header {
  padding: 15px;
  border-bottom: 1px solid #F6F3F3;
  display: flex;
  align-items: center;
  color: #001E62;
}

.cart__body {
  display: flex;
  flex: 1 0 100px;
  flex-direction: column;
}

.cart__items {
  display: none;
  list-style-type: none;
  padding: 0 0 170px 0;
  flex: 1 0 100px;
}

.cart__title {
  color: #2F2F2F;
  flex: 1 0 50px;
}
.cart__title {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .cart__title {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.cart__title {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.5px;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .cart__title {
    font-size: 30px;
    line-height: 36px;
  }
}

.cart__close {
  display: none;
}

.cart__body--empty {
  justify-content: center;
}
.cart__body--empty .cart-empty {
  display: block;
}
.cart__body--empty .cart__items,
.cart__body--empty .cart-summary,
.cart__body--empty .cart-checkout {
  display: none;
}

.cart-empty {
  display: none;
  text-align: center;
}
.cart-empty .cart-empty__image {
  width: auto;
  margin-bottom: 30px;
}
.cart-empty .cart-empty__message {
  color: #413D3D;
}

.cart .cart-item__info {
  display: flex;
  flex-wrap: wrap;
}

.cart-item {
  display: flex;
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #F6F3F3;
}
.cart-item .cart-item__media {
  flex: 0 0 100px;
  height: 100px;
  background-color: #F6F3F3;
  border-radius: 8px;
}
.cart-item .cart-item__image {
  width: 100%;
  border-radius: 8px;
}
.cart-item .cart-item__info {
  padding-left: 15px;
}
.cart-item .cart-item__title {
  flex: 0 0 85%;
}
.cart-item .cart-item__name {
  color: #2F2F2F;
  margin-bottom: 5px;
}
.cart-item .cart-item__name {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .cart-item .cart-item__name {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.cart-item .cart-item__name {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
}
.cart-item .cart-item__skuName {
  color: #D11A88;
  margin-bottom: 5px;
}
.cart-item .cart-item__skuName {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .cart-item .cart-item__skuName {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.cart-item .cart-item__skuName {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.cart-item .cart-item__availability {
  position: relative;
  order: 0;
  flex: 1 0 auto;
  height: 30px;
  padding-left: 12px;
}
.cart-item .cart-item__availability {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .cart-item .cart-item__availability {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.cart-item .cart-item__availability {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}
.cart-item .cart-item__availability:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 8px;
}
.cart-item .cart-item__availability.cart-item__availability--in-stock:before {
  background-color: #01B0AC;
}
.cart-item .cart-item__availability.cart-item__availability--out-of-stock {
  color: #FF4D5E;
}
.cart-item .cart-item__availability.cart-item__availability--out-of-stock:before {
  background-color: #FF4D5E;
}
.cart-item .cart-item__price-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px;
}
.cart-item .cart-item__original-price {
  color: #746969;
  margin-right: 5px;
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}
.cart-item .cart-item__original-price {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .cart-item .cart-item__original-price {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.cart-item .cart-item__original-price {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}
.cart-item .cart-item__discounted-price {
  color: #D11A88;
}
.cart-item .cart-item__discounted-price {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .cart-item .cart-item__discounted-price {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.cart-item .cart-item__discounted-price {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
}
.cart-item .cart-item__total {
  color: #2F2F2F;
}
.cart-item .cart-item__total {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .cart-item .cart-item__total {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.cart-item .cart-item__total {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
}
.cart-item .cart-item__quantity {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .cart-item .cart-item__quantity {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.cart-item .cart-item__quantity {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}
.cart-item .cart-item__counter {
  order: 2;
  flex: 0 0 100%;
}
.cart-item .counter {
  max-width: 120px;
  margin: 5px 0;
}
.cart-item .counter .counter__increment,
.cart-item .counter .counter__input,
.cart-item .counter .counter__decrement {
  height: 24px;
}
.cart-item .counter .counter__increment,
.cart-item .counter .counter__increment i,
.cart-item .counter .counter__input,
.cart-item .counter .counter__input i,
.cart-item .counter .counter__decrement,
.cart-item .counter .counter__decrement i {
  font-size: 13px;
}
.cart-item .counter .counter__increment,
.cart-item .counter .counter__decrement {
  background-color: #F6F3F3;
  border-radius: 50%;
}
.cart-item .counter .counter__increment:hover,
.cart-item .counter .counter__decrement:hover {
  background-color: #D7D3D3;
}
.cart-item .cart-item__delete {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
  right: 0;
  color: #001E62;
  cursor: pointer;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  border: none;
  background-color: transparent;
}
.cart-item .cart-item__delete i {
  font-size: 17px;
  color: #001E62;
}
.cart-item .cart-item__delete:hover {
  background-color: #F6F3F3;
}
.cart-item:first-child {
  padding-top: 0;
}
.cart-item:first-child .cart-item__delete {
  top: -5px;
}
.cart-item:last-child {
  border-bottom: none;
}

.cart-summary {
  display: none;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #D7D3D3;
  background-color: #FFFFFF;
  width: 100%;
}
.cart-summary .cart-summary__additional {
  color: #746969;
  margin-top: 20px;
}
.cart-summary .cart-summary__additional {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .cart-summary .cart-summary__additional {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.cart-summary .cart-summary__additional {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}

.cart-subtotal {
  display: flex;
}
.cart-subtotal .cart-subtotal__label {
  color: #2F2F2F;
  flex: 1 0 auto;
  text-align: left;
}
.cart-subtotal .cart-subtotal__label {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .cart-subtotal .cart-subtotal__label {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.cart-subtotal .cart-subtotal__label {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.cart-subtotal .cart-subtotal__cost {
  color: #2F2F2F;
  flex: 1 0 auto;
  text-align: right;
}
.cart-subtotal .cart-subtotal__cost {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .cart-subtotal .cart-subtotal__cost {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.cart-subtotal .cart-subtotal__cost {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  .cart-subtotal .cart-subtotal__cost {
    font-size: 22px;
    line-height: 26px;
  }
}

.cart-discount {
  display: flex;
  margin-bottom: 5px;
}
.cart-discount .cart-discount__label {
  flex: 1 0 auto;
  text-align: left;
  color: #2F2F2F;
}
.cart-discount .cart-discount__label {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .cart-discount .cart-discount__label {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.cart-discount .cart-discount__label {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}
.cart-discount .cart-discount__cost {
  color: #2F2F2F;
  flex: 1 0 auto;
  text-align: right;
}
.cart-discount .cart-discount__cost {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .cart-discount .cart-discount__cost {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.cart-discount .cart-discount__cost {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}

.cart-subtotal,
.cart-discount,
.cart-summary__additional,
.cart-checkout {
  padding-left: 20px;
  padding-right: 20px;
}

.cart-checkout {
  padding-top: 25px;
  text-align: right;
  flex: 0 0 auto;
}

.cart-checkout__button {
  width: 100%;
}

.stash .stash__dialog {
  width: 100%;
  position: fixed;
  margin: 0;
  top: 0;
  right: 0;
  height: 100vh;
}
.stash .stash__wrapper {
  display: flex;
  height: 100%;
  flex-direction: column;
  background-color: #FFFFFF;
  border: 1px solid #F6F3F3;
  border-radius: 7px;
  outline: 0;
  padding: 64px 25px 25px;
}
.stash .stash__header {
  padding: 20px 15px 15px;
  border-bottom: 1px solid #F6F3F3;
  display: flex;
  align-items: center;
  color: #001E62;
  flex: 0 0 64px;
}
.stash .stash__body {
  display: flex;
  flex: 1 0 100px;
  flex-direction: column;
}
.stash .stash__items {
  list-style-type: none;
  padding: 0;
  flex: 1 0 100px;
  overflow-y: auto;
}
.stash .stash__title {
  flex: 1 0 50px;
}
.stash .stash__title {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .stash .stash__title {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.stash .stash__title {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.stash .stash__close {
  display: none;
}
.stash .stash__body--empty {
  justify-content: center;
}
.stash .stash__body--empty .stash-empty {
  display: block;
}
.stash .stash__body--empty .stash__items,
.stash .stash__body--empty .stash__save {
  display: none;
}
.stash .stash__save {
  padding-top: 20px;
  border-top: 1px solid #F6F3F3;
  text-align: right;
}

.stash-indicator {
  flex: 0 0 35px;
  position: relative;
}
.stash-indicator .stash-indicator__icon {
  color: #001E62;
  font-size: 21px;
}
.stash-indicator .stash-indicator__counter {
  font-size: 11px;
  color: #FFFFFF;
  text-align: center;
  width: 15px;
  height: 15px;
  border-radius: 25px;
  background-color: #D11A88;
  position: absolute;
  top: -3px;
  left: 13px;
}

.stash-empty {
  display: none;
  text-align: center;
}
.stash-empty .stash-empty__image {
  margin-bottom: 30px;
}
.stash-empty .stash-empty__message {
  color: #413D3D;
}

.stash-item {
  display: flex;
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #F6F3F3;
}
.stash-item .stash-item__media {
  flex: 0 0 115px;
}
.stash-item .stash-item__image {
  width: 100%;
}
.stash-item .stash-item__info {
  display: flex;
  flex-wrap: wrap;
  flex: 1 0 60px;
  padding: 0 15px;
}
.stash-item .stash-item__name {
  color: #001E62;
  flex: 0 0 90%;
}
.stash-item .stash-item__name {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .stash-item .stash-item__name {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.stash-item .stash-item__name {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}
.stash-item .stash-item__stock {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
}
.stash-item .stash-item__availability {
  position: relative;
  order: 0;
  flex: 1 0 auto;
  height: 30px;
  padding-left: 12px;
}
.stash-item .stash-item__availability {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .stash-item .stash-item__availability {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.stash-item .stash-item__availability {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}
.stash-item .stash-item__availability:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 8px;
}
.stash-item .stash-item__availability.stash-item__availability--in-stock:before {
  background-color: #01B0AC;
}
.stash-item .stash-item__availability.stash-item__availability--out-of-stock {
  color: #FF4D5E;
}
.stash-item .stash-item__availability.stash-item__availability--out-of-stock:before {
  background-color: #FF4D5E;
}
.stash-item .stash-item__counter {
  order: 2;
  flex: 0 0 100%;
}
.stash-item .counter {
  max-width: 120px;
}
.stash-item .counter .counter__increment,
.stash-item .counter .counter__input,
.stash-item .counter .counter__decrement {
  height: 27px;
}
.stash-item .counter .counter__increment,
.stash-item .counter .counter__increment i,
.stash-item .counter .counter__input,
.stash-item .counter .counter__input i,
.stash-item .counter .counter__decrement,
.stash-item .counter .counter__decrement i {
  font-size: 13px;
}
.stash-item .stash-item__total {
  order: 1;
  flex: 0 0 auto;
  height: 30px;
  align-self: flex-end;
}
.stash-item .stash-item__total {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .stash-item .stash-item__total {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.stash-item .stash-item__total {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}
.stash-item .stash-item__transfer {
  order: 2;
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  color: #001E62;
}
.stash-item .stash-item__transfer:hover {
  color: #D11A88;
  cursor: pointer;
}
.stash-item .stash-item__icon {
  font-size: 15px;
}
.stash-item .stash-item__action-label {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .stash-item .stash-item__action-label {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.stash-item .stash-item__action-label {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}
.stash-item .stash-item__delete {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #001E62;
  cursor: pointer;
}
.stash-item .stash-item__delete i {
  font-size: 17px;
}

.modal--popup .modal__dialog {
  margin: 25px;
  border-radius: 15px;
  height: -moz-fit-content;
  height: fit-content;
}
.modal--popup .modal__header {
  margin: 0;
}
.modal--popup .modal__close {
  background-color: #FFFFFF;
}
.modal--popup .modal__close:hover {
  background-color: #F6EEEC;
}

.popup-signpost {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  height: 100%;
}

.popup-signpost__media {
  position: relative;
  padding-bottom: 75%;
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.popup-signpost__media img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.popup-signpost__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 30px 20px;
  position: relative;
  background-color: #FFFFFF;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.popup-signpost__text {
  display: flex;
  flex-direction: column;
  grid-gap: 15px;
  gap: 15px;
}
.popup-signpost__text p {
  margin: 0;
}

.popup-signpost__subtitle {
  color: #746969;
}
.popup-signpost__subtitle {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .popup-signpost__subtitle {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.popup-signpost__subtitle {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}

.popup-signpost__title {
  -webkit-text-decoration: none;
  text-decoration: none;
  margin: 0;
}
.popup-signpost__title {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .popup-signpost__title {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.popup-signpost__title {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
@media (min-width: 1200px) {
  .popup-signpost__title {
    font-size: 26px;
    line-height: 31px;
  }
}

.popup-signpost__description {
  color: #413D3D;
}

.popup-signpost__action {
  margin-top: 30px;
}
.popup-signpost__action:not(.btn) {
  color: #001E62;
  border-bottom: 1px solid #001E62;
}
.popup-signpost__action:not(.btn) {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .popup-signpost__action:not(.btn) {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.popup-signpost__action:not(.btn) {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.popup-signpost__action:not(.btn):hover {
  border-bottom: 1px solid transparent;
}

.cookie-notice {
  display: block;
  background: #F6F3F3;
  color: #413D3D;
  padding: 30px 15px;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1080;
  transition: transform 1s ease;
  transform: translateY(100%);
}
.cookie-notice.show {
  transform: translateY(0);
}
.cookie-notice p {
  margin-bottom: 30px;
}
.cookie-notice p {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .cookie-notice p {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.cookie-notice p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.cookie-notice__action {
  margin-top: 20px;
  text-align: center;
}

.navigation {
  position: fixed;
  top: 0;
  height: 64px;
  width: 100%;
  transition: height 0.5s, top 0.4s;
  z-index: 1030;
}
.navigation.navigation--hidden {
  top: -90px;
}

.navigation__v-logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 76px;
  width: 164px;
  transition: width 0.5s, height 0.5s;
}

.navigation__ribbon-logo,
.navigation__rhombus-logo {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  height: 49px;
  width: 76px;
  transition: width 0.5s, height 0.5s, top 0.5s;
}

.navigation--overlayed {
  z-index: 1090;
}

.navigation-bar {
  background: #FFFFFF;
  min-height: 64px;
}
.navigation-bar .icon-close {
  font-size: 16px;
}

.navigation-bar--overlayed {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1090;
}

.navigation-bar__icon i {
  font-size: 21px;
}

.navigation-bar__icon--toggle {
  padding: 0;
  background: none;
  border: none;
  color: #001E62;
  position: absolute;
  left: 20px;
  top: 20px;
}
.rtl .navigation-bar__icon--toggle {
  right: 20px;
  left: auto;
}

.navigation-bar__icon--cart,
.navigation-bar__icon--stash {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.navigation-bar__half {
  display: none;
}

.navigation-bar__logo-wrapper {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 231px;
  height: 100%;
}

.navigation-bar__icon--mobile-search {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #001E62;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.rtl .navigation-bar__icon--mobile-search {
  left: 20px;
  right: auto;
}

.navigation-bar__icon--toggle + .navigation-bar__icon--mobile-search {
  left: 57px;
  top: 20px;
  right: auto;
}

.navigation-bar__icon--mobile-stash {
  position: absolute;
  right: 55px;
  top: 20px;
  color: #001E62;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.rtl .navigation-bar__icon--mobile-stash {
  left: 55px;
  right: auto;
}

.navigation-bar__icon--mobile-cart {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #001E62;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.rtl .navigation-bar__icon--mobile-cart {
  left: 20px;
  right: auto;
}

.navigation-bar__cart-counter,
.navigation-bar__stash-counter {
  font-size: 11px;
  color: #FFFFFF;
  text-align: center;
  width: 15px;
  height: 15px;
  border-radius: 25px;
  background-color: #D11A88;
  position: absolute;
  top: -3px;
  left: 15px;
}

.mobile-navigation {
  padding: 0 !important;
}
.mobile-navigation .accordion-standalone {
  margin: 0;
  padding: 0;
}
.mobile-navigation .accordion--default .accordion__header {
  border-color: #F6F3F3;
}

.mobile-navigation__submenu {
  padding: 0 15px;
}
.rtl .mobile-navigation__submenu {
  padding: 0 15px;
}

.mobile-navigation__submenu-headline {
  color: #001E62;
  display: block;
  padding-bottom: 5px;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.mobile-navigation__submenu-headline {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .mobile-navigation__submenu-headline {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.mobile-navigation__submenu-headline {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
}
.mobile-navigation__submenu-headline:active {
  color: #D11A88;
}
.mobile-navigation__submenu-headline:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #001E62;
}

.mobile-navigation__links {
  padding: 20px 0 0;
  list-style-type: none;
}
.mobile-navigation__links li {
  padding-bottom: 12px;
}
.mobile-navigation__links li:last-child {
  padding-bottom: 0;
}

.mobile-navigation__category {
  color: #001E62;
  text-transform: uppercase;
  display: block;
  padding-bottom: 10px;
}
.mobile-navigation__category {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .mobile-navigation__category {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.mobile-navigation__category {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}

.mobile-navigation__link-group {
  padding: 20px 0;
  border-bottom: 1px solid #F6F3F3;
}
.mobile-navigation__link-group:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.mobile-navigation__link-group .mobile-navigation__links {
  padding: 0;
}

.mobile-navigation__link {
  color: #001E62;
  position: relative;
  display: inline-block;
  padding: 4px 20px 4px 0;
}
.mobile-navigation__link {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .mobile-navigation__link {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.mobile-navigation__link {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}
.rtl .mobile-navigation__link {
  padding: 4px 0 0 20px;
}
.mobile-navigation__link--highlighted {
  padding-right: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #001E62;
}
.mobile-navigation__link--highlighted {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .mobile-navigation__link--highlighted {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.mobile-navigation__link--highlighted {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
}
.rtl .mobile-navigation__link--highlighted {
  padding-left: 0;
}

.mobile-navigation__submenu-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.rtl .mobile-navigation__submenu-icon {
  right: auto;
  left: 0;
}

.mobile-navigation__topics {
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  left: 0;
  transition: left 0.5s;
}
.mobile-navigation__topics > li {
  padding: 20px 0;
  text-align: left;
  border-bottom: 1px solid #F6F3F3;
}
.mobile-navigation__topics > li:first-of-type {
  margin-top: 0;
}
.rtl .mobile-navigation__topics > li {
  text-align: right;
}

.mobile-navigation__topic {
  color: #001E62;
  padding: 0 5px 0 0;
  border-bottom: 1px solid transparent;
  display: inline-block;
}
.mobile-navigation__topic {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .mobile-navigation__topic {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.mobile-navigation__topic {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.mobile-navigation__topic--primary {
  color: #D11A88;
  display: flex;
  align-items: center;
}
.mobile-navigation__topic--primary i {
  font-size: 25px;
  line-height: 25px;
  margin-right: 5px;
}
.rtl .mobile-navigation__topic--primary i {
  float: right;
  margin-left: 5px;
}
.rtl .mobile-navigation__topic--primary {
  padding: 0 0 0 5px;
}

.mobile-navigation__accordion-header {
  position: relative;
  cursor: pointer;
}

.mobile-navigation__submenu-toggle {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 0;
  transition: transform 0.25s ease-out;
  color: #001E62;
  font-weight: bold;
}
.mobile-navigation__submenu-toggle--expanded {
  color: #8D1D60;
  transform: rotate(180deg);
}
.rtl .mobile-navigation__submenu-toggle {
  right: auto;
  left: 10px;
}

.ui-state-active .mobile-navigation__topic {
  color: #6F2453;
}

.navigation-bar .navigation-bar__logo-wrapper .navigation__v-logo,
.modal__content .navigation-bar__logo-wrapper .navigation__v-logo {
  position: static;
  top: auto;
  left: auto;
  transform: none;
  margin: auto;
  display: block;
}

.navigation-bar__category {
  color: #001E62;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.navigation-bar__category {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .navigation-bar__category {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.navigation-bar__category {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}

.mobile-navigation__submenu-headline-container {
  border-bottom: 1px solid #F6F3F3;
  padding: 20px 0 25px;
}

.navigation-bar__icon--search {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.cart-notification {
  width: 100%;
  height: 100%;
}
.cart-notification .cart-notification__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-notification .cart-notification__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 15px;
  flex-wrap: wrap;
}
.cart-notification .cart-notification-view__button {
  color: #2F2F2F;
  cursor: pointer;
  padding: 0 15px 15px 0;
  border: none;
  background-color: transparent;
}
.cart-notification .cart-notification-view__button {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .cart-notification .cart-notification-view__button {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.cart-notification .cart-notification-view__button {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.rtl .cart-notification .cart-notification-view__button {
  padding: 0 0 15px 15px;
}
.cart-notification .cart-notification-view__button:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.cart-suggested {
  border-top: 1px solid #D7D3D3;
  margin-top: 25px;
  padding-top: 25px;
}
.cart-suggested .cart-suggested__title {
  margin: 0 0 25px 0;
  color: #2F2F2F;
}
.cart-suggested .cart-suggested__title {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .cart-suggested .cart-suggested__title {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.cart-suggested .cart-suggested__title {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.cart-suggested .range-sliders__promo .range-slider {
  padding: 0 0 20px 0;
}
.cart-suggested .range-sliders__promo .range-slider .container {
  padding: 0;
}
.cart-suggested .range-sliders__promo .range-slider .range-slider__slider {
  padding: 0;
  margin-left: 0;
  margin-right: -20px;
}

.cta-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: default;
  width: 100%;
  border: 1px solid #D7D3D3;
  border-radius: 6px;
  height: 100%;
  max-width: 330px;
  margin: 0 auto;
  background: #F6EEEC;
}
.cta-panel .cta-panel__feature {
  color: #746969;
  margin-bottom: 15px;
}
.cta-panel .cta-panel__feature {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .cta-panel .cta-panel__feature {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.cta-panel .cta-panel__feature {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}
.cta-panel a:first-of-type {
  width: 100%;
}
.cta-panel .cta-panel__image {
  overflow: hidden;
}
.cta-panel .cta-panel__picture {
  display: block;
  max-width: 330px;
  max-height: 330px;
}
.cta-panel .cta-panel__picture img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cta-panel .cta-panel__title {
  margin-top: 0;
  margin-bottom: 15px;
  width: 100%;
}
.cta-panel .cta-panel__title a {
  display: block;
}
.cta-panel .cta-panel__title a {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .cta-panel .cta-panel__title a {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.cta-panel .cta-panel__title a {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.cta-panel .cta-panel__title:hover a, .cta-panel .cta-panel__title:focus a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.cta-panel .cta-panel__content {
  width: 100%;
  height: 100%;
  padding: 15px;
  background-color: #FFFFFF;
  text-align: left;
}
.rtl .cta-panel .cta-panel__content {
  text-align: right;
}
.cta-panel .cta-panel__price {
  margin-bottom: 15px;
}
.cta-panel .cta-panel__price {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .cta-panel .cta-panel__price {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.cta-panel .cta-panel__price {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.cta-panel .cta-panel__amount {
  display: inline-block;
}
.cta-panel .cta-panel__amount.cta-panel__amount--old {
  color: #746969;
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}
.cta-panel .cta-panel__amount.cta-panel__amount--old {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .cta-panel .cta-panel__amount.cta-panel__amount--old {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.cta-panel .cta-panel__amount.cta-panel__amount--old {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.cta-panel .cta-panel__amount.cta-panel__amount--current {
  color: #6F2453;
}
.cta-panel .cta-panel__amount.cta-panel__amount--current {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .cta-panel .cta-panel__amount.cta-panel__amount--current {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.cta-panel .cta-panel__amount.cta-panel__amount--current {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.cta-panel .cta-panel__colors {
  display: flex;
  grid-column-gap: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 15px;
}
.cta-panel .pr-category-snippet__item {
  color: #001E62;
}
.cta-panel [data-bv-show=inline_rating] {
  margin-top: 5px;
}
.cta-panel .cta-panel__link {
  display: block;
  color: #6F2453;
  margin: 10px 0;
}
.cta-panel .cta-panel__link {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .cta-panel .cta-panel__link {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.cta-panel .cta-panel__link {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.cta-panel .cta-panel__link a {
  color: inherit;
}

.cta-panel-flow-indicator {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 5px 10px;
  gap: 5px 10px;
  margin-bottom: 15px;
  height: 20px;
}
.cta-panel-flow-indicator .cta-panel-flow-indicator__info {
  display: flex;
}
.cta-panel-flow-indicator .cta-panel-flow-indicator__title {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .cta-panel-flow-indicator .cta-panel-flow-indicator__title {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.cta-panel-flow-indicator .cta-panel-flow-indicator__title {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}
.cta-panel-flow-indicator .cta-panel-flow-indicator__icon {
  color: #001E62;
}
.cta-panel-flow-indicator .cta-panel-flow-indicator__tooltip-content {
  display: none;
}
.cta-panel-flow-indicator svg {
  height: 15px;
  width: 30px;
}

.cta-panel__review {
  height: 25px;
}
.cta-panel__review .pr-category-snippet {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center !important;
  grid-column-gap: 5px;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.cta-panel__review .pr-category-snippet .pr-category-snippet__total.pr-category-snippet__item {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .cta-panel__review .pr-category-snippet .pr-category-snippet__total.pr-category-snippet__item {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.cta-panel__review .pr-category-snippet .pr-category-snippet__total.pr-category-snippet__item {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}
.cta-panel__review .pr-snippet-stars {
  background: none !important;
}

.product-color {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 20px;
}

.product-main {
  margin-top: 0;
  margin-bottom: 30px;
  background: #F6F3F3;
}
.product-main .breadcrumbs {
  margin-bottom: 20px;
}
.product-main .product-main__gallery-wrapper {
  position: relative;
}
.product-main .product-main__details {
  padding: 10px 25px 0;
}
.product-main .product-main__media-panel {
  margin-bottom: 25px;
  padding: 0 10px;
}
.product-main .product-main__media-aspect--outer {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.product-main .product-main__media-aspect--inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.product-main .product-main__gallery {
  height: 100%;
}
.product-main .product-main__info-panel {
  text-align: center;
}
.product-main [data-360-trigger] {
  position: relative;
  cursor: pointer;
}
.product-main .view-360-indicator {
  padding: 15px 11px;
  font-weight: bold;
  font-size: 21px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #FFFFFF;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  transform: translate(-56%, -50%);
}
.product-main .view-360-indicator:before, .product-main .view-360-indicator:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 40px;
  box-shadow: inset 0 0 5px 3px rgb(255, 255, 255);
}
.product-main .view-360-indicator:before {
  animation: ripple 4.2s linear infinite;
}
.product-main .view-360-indicator:after {
  animation: ripple 4.2s linear 2.1s infinite;
}
.product-main .pr-snippet-stars-reco-stars {
  text-align: center;
}
.product-main .product-main__image {
  height: 100%;
}
.product-main .product-main__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-main .product-main__image--large {
  display: none;
}
.product-main .product-main__image--large img {
  transform: none !important;
}
.product-main .swiper-zoom-container,
.product-main .swiper-zoom-target {
  height: 100%;
}
.product-main .swiper-slide-zoomed .product-main__image--standard {
  display: none;
}
.product-main .swiper-slide-zoomed .product-main__image--large {
  display: block;
}
.product-main .product-main__thumbnails-wrapper {
  display: none;
}
.product-main .product-main__thumbnails {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.product-main .product-main__nav-previous {
  left: 5px;
}
.rtl .product-main .product-main__nav-previous {
  left: auto;
  right: 5px;
}
.product-main .product-main__nav-previous i {
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-45%, -50%);
}
.product-main .product-main__nav-next {
  right: 5px;
}
.rtl .product-main .product-main__nav-next {
  right: auto;
  left: 5px;
}
.product-main .product-main__nav-next i {
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-55%, -50%);
}
.product-main .product-main__nav-previous,
.product-main .product-main__nav-next {
  top: 30px;
  background: #001E62;
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #001E62;
  border-radius: 25px;
  position: absolute;
  cursor: pointer;
  color: #FFFFFF;
  z-index: 5;
}
.product-main .product-main__nav-previous.swiper-button-disabled,
.product-main .product-main__nav-next.swiper-button-disabled {
  display: none;
}
.product-main .product-main__nav-previous.swiper-button-lock,
.product-main .product-main__nav-next.swiper-button-lock {
  display: none;
}
.rtl .product-main .product-main__nav-previous,
.rtl .product-main .product-main__nav-next {
  transform: rotate(180deg);
}
.product-main .product-main__thumbnail {
  display: inline-block;
  height: 55px;
  width: 35px;
  padding: 10px 0;
  position: relative;
  text-align: center;
}
.product-main .product-main__thumbnail img {
  width: 35px;
  height: 35px;
  max-width: 35px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 5px;
}
.product-main .product-main__thumbnail.swiper-slide-thumb-active:after {
  content: "";
  width: calc(100% - 6px);
  margin: 0 3px;
  height: 3px;
  background: #D11A88;
  position: absolute;
  bottom: 5px;
  left: 0;
  border-radius: 30px;
}
.product-main .product-main__video-outer-outline {
  background: #F6F3F3;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  display: inline-block;
  position: relative;
}
.product-main .product-main__video-inner-outline {
  background: #FFFFFF;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-main .product-main__video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #D11A88;
  font-size: 10px;
}
.product-main .product-main__slide {
  background: #FFFFFF;
  border-radius: 50px;
  overflow: hidden;
}
.product-main .product-main__slide img {
  border-radius: 50px;
}
.product-main .product-main__slide--video {
  position: relative;
}
.product-main .product-main__slide--video .video-play-trigger {
  color: #001E62;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  border-radius: 40px;
  border: none;
  cursor: pointer;
  z-index: 1;
  width: 60px;
  height: 60px;
}
.product-main .product-main__slide--video .video-play-trigger i {
  position: absolute;
  top: 50%;
  left: 56%;
  transform: translate(-56%, -50%);
  font-size: 27px;
}
.product-main .product-main__slide--video .video-play-trigger:before, .product-main .product-main__slide--video .video-play-trigger:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 40px;
  box-shadow: inset 0 0 5px 3px rgb(255, 255, 255);
}
.product-main .product-main__slide--video .video-play-trigger:before {
  animation: ripple 4.2s linear infinite;
}
.product-main .product-main__slide--video .video-play-trigger:after {
  animation: ripple 4.2s linear 2.1s infinite;
}
.product-main .product-main__slide--video:hover .video-play-trigger {
  color: #D11A88;
}
.product-main .product-main__slide--360 {
  cursor: pointer;
}
.product-main .product-main__title {
  color: #D11A88;
  display: block;
  margin-bottom: 10px;
  padding: 0;
}
.product-main .product-main__title {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .product-main .product-main__title {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-main .product-main__title {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0;
}
@media (min-width: 1200px) {
  .product-main .product-main__title {
    font-size: 34px;
    line-height: 46px;
  }
}
.product-main .product-main__title span {
  display: block;
}
.rtl .product-main .product-main__title {
  text-align: right;
}
.product-main .product-main__subtitle {
  color: #413D3D;
  margin-bottom: 10px;
}
.product-main .product-main__subtitle {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .product-main .product-main__subtitle {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-main .product-main__subtitle {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  .product-main .product-main__subtitle {
    font-size: 22px;
    line-height: 26px;
  }
}
.rtl .product-main .product-main__subtitle {
  text-align: right;
}
.product-main .product-main__description {
  color: #413D3D;
  margin-bottom: 20px;
  text-align: left;
  overflow: hidden;
}
.product-main .product-main__description {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .product-main .product-main__description {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-main .product-main__description {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.product-main .product-main__description p {
  color: #413D3D;
  margin-top: 30px;
  margin-bottom: 30px;
}
.product-main .product-main__description h1 {
  color: #413D3D;
  margin-top: 30px;
  margin-bottom: 30px;
}
.product-main .product-main__description h2 {
  margin-top: 30px;
  margin-bottom: 20px;
}
.product-main .product-main__description h3 {
  font-size: 1.125em;
  line-height: 1.1111111111;
  margin-bottom: 30px;
  margin-top: 30px;
}
.product-main .product-main__description h2,
.product-main .product-main__description h3 {
  color: #413D3D;
}
.product-main .product-main__description h2,
.product-main .product-main__description h3 {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .product-main .product-main__description h2,
.rtl .product-main .product-main__description h3 {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-main .product-main__description p:first-child,
.product-main .product-main__description h1:first-child,
.product-main .product-main__description h2:first-child,
.product-main .product-main__description h3:first-child {
  margin-top: 0;
}
.product-main .product-main__description p:last-child,
.product-main .product-main__description h1:last-child,
.product-main .product-main__description h2:last-child,
.product-main .product-main__description h3:last-child {
  margin-bottom: 0;
}
.product-main .product-main__description ul {
  margin-bottom: 30px;
  padding-left: 20px;
  color: #413D3D;
}
.product-main .product-main__description ul > li {
  font-size: 1em;
  line-height: 1.875;
}
.product-main .product-main__description div {
  color: #413D3D;
  font-size: 16px;
  line-height: 30px;
}
.product-main .product-main__description div {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .product-main .product-main__description div {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  .product-main .product-main__description p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .product-main .product-main__description h1 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .product-main .product-main__description h2 {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .product-main .product-main__description h3 {
    font-size: 1.625em;
    line-height: 1.0769230769;
    margin-bottom: 30px;
    margin-top: 50px;
  }
  .product-main .product-main__description p:first-child,
  .product-main .product-main__description h1:first-child,
  .product-main .product-main__description h2:first-child,
  .product-main .product-main__description h3:first-child {
    margin-top: 0;
  }
  .product-main .product-main__description p:last-child,
  .product-main .product-main__description h1:last-child,
  .product-main .product-main__description h2:last-child,
  .product-main .product-main__description h3:last-child {
    margin-bottom: 0;
  }
}
.product-main .product-main__description p, .product-main .product-main__description li, .product-main .product-main__description body {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.product-main .product-main__description body {
  padding: 0;
}
.rtl .product-main .product-main__description {
  text-align: right;
}
.product-main .product-main__description-cta {
  line-height: 20px !important;
  margin-top: -15px;
  margin-bottom: 30px;
  text-align: left;
}
.rtl .product-main .product-main__description-cta {
  text-align: right;
}
.product-main .product-main__description-cta .product-main__read-more,
.product-main .product-main__description-cta .product-main__read-less {
  color: #001E62;
}
.product-main .product-main__description-cta .product-main__read-more,
.product-main .product-main__description-cta .product-main__read-less {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .product-main .product-main__description-cta .product-main__read-more,
.rtl .product-main .product-main__description-cta .product-main__read-less {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-main .product-main__description-cta .product-main__read-more,
.product-main .product-main__description-cta .product-main__read-less {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
}
.product-main .product-main__description-cta .product-main__read-more:hover,
.product-main .product-main__description-cta .product-main__read-less:hover {
  color: #001E62;
}
.product-main .product-main__description-cta .product-main__read-more i,
.product-main .product-main__description-cta .product-main__read-less i {
  margin-left: 10px;
}
.product-main .product-main__description-cta .product-main__read-less {
  display: none;
}
.product-main .bv-rating-summary {
  display: flex;
  justify-content: center;
}
.product-main .product-main__rating {
  height: 16px;
  margin-bottom: 10px;
  text-align: center;
}
.product-main .product-main__rating h4 {
  color: #D11A88;
}
.product-main .product-main__rating h4 {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .product-main .product-main__rating h4 {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-main .product-main__rating h4 {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
}
.product-main .product-main__rating h4 a {
  border-bottom: 2px solid transparent;
  color: #D11A88;
}
.product-main .product-main__rating h4 a:hover {
  border-color: #D11A88;
}
.product-main .product-main__conversion {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #F6F3F3;
  padding-top: 30px;
  margin-bottom: 30px;
  text-align: left;
}
.rtl .product-main .product-main__conversion {
  text-align: right;
}
.product-main .product-main__pros {
  color: #413D3D;
  text-align: left;
  color: #413D3D;
  border-top: 1px solid #C0B4B4;
  margin-top: 30px;
}
.product-main .product-main__pros {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .product-main .product-main__pros {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-main .product-main__pros {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}
.product-main .product-main__pros p {
  color: #413D3D;
  margin-top: 30px;
  margin-bottom: 30px;
}
.product-main .product-main__pros h1 {
  color: #413D3D;
  margin-top: 30px;
  margin-bottom: 30px;
}
.product-main .product-main__pros h2 {
  margin-top: 30px;
  margin-bottom: 20px;
}
.product-main .product-main__pros h3 {
  font-size: 1.125em;
  line-height: 1.1111111111;
  margin-bottom: 30px;
  margin-top: 30px;
}
.product-main .product-main__pros h2,
.product-main .product-main__pros h3 {
  color: #413D3D;
}
.product-main .product-main__pros h2,
.product-main .product-main__pros h3 {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .product-main .product-main__pros h2,
.rtl .product-main .product-main__pros h3 {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-main .product-main__pros p:first-child,
.product-main .product-main__pros h1:first-child,
.product-main .product-main__pros h2:first-child,
.product-main .product-main__pros h3:first-child {
  margin-top: 0;
}
.product-main .product-main__pros p:last-child,
.product-main .product-main__pros h1:last-child,
.product-main .product-main__pros h2:last-child,
.product-main .product-main__pros h3:last-child {
  margin-bottom: 0;
}
.product-main .product-main__pros ul {
  margin-bottom: 30px;
  padding-left: 20px;
  color: #413D3D;
}
.product-main .product-main__pros ul > li {
  font-size: 1em;
  line-height: 1.875;
}
.product-main .product-main__pros div {
  color: #413D3D;
  font-size: 16px;
  line-height: 30px;
}
.product-main .product-main__pros div {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .product-main .product-main__pros div {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  .product-main .product-main__pros p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .product-main .product-main__pros h1 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .product-main .product-main__pros h2 {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .product-main .product-main__pros h3 {
    font-size: 1.625em;
    line-height: 1.0769230769;
    margin-bottom: 30px;
    margin-top: 50px;
  }
  .product-main .product-main__pros p:first-child,
  .product-main .product-main__pros h1:first-child,
  .product-main .product-main__pros h2:first-child,
  .product-main .product-main__pros h3:first-child {
    margin-top: 0;
  }
  .product-main .product-main__pros p:last-child,
  .product-main .product-main__pros h1:last-child,
  .product-main .product-main__pros h2:last-child,
  .product-main .product-main__pros h3:last-child {
    margin-bottom: 0;
  }
}
.product-main .product-main__pros,
.product-main .product-main__pros li {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .product-main .product-main__pros,
.rtl .product-main .product-main__pros li {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-main .product-main__pros,
.product-main .product-main__pros li {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}
.product-main .product-main__pros p,
.product-main .product-main__pros li p {
  color: #413D3D;
  margin-top: 30px;
  margin-bottom: 30px;
}
.product-main .product-main__pros h1,
.product-main .product-main__pros li h1 {
  color: #413D3D;
  margin-top: 30px;
  margin-bottom: 30px;
}
.product-main .product-main__pros h2,
.product-main .product-main__pros li h2 {
  margin-top: 30px;
  margin-bottom: 20px;
}
.product-main .product-main__pros h3,
.product-main .product-main__pros li h3 {
  font-size: 1.125em;
  line-height: 1.1111111111;
  margin-bottom: 30px;
  margin-top: 30px;
}
.product-main .product-main__pros h2,
.product-main .product-main__pros h3,
.product-main .product-main__pros li h2,
.product-main .product-main__pros li h3 {
  color: #413D3D;
}
.product-main .product-main__pros h2,
.product-main .product-main__pros h3,
.product-main .product-main__pros li h2,
.product-main .product-main__pros li h3 {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .product-main .product-main__pros h2,
.rtl .product-main .product-main__pros h3,
.rtl .product-main .product-main__pros li h2,
.rtl .product-main .product-main__pros li h3 {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-main .product-main__pros p:first-child,
.product-main .product-main__pros h1:first-child,
.product-main .product-main__pros h2:first-child,
.product-main .product-main__pros h3:first-child,
.product-main .product-main__pros li p:first-child,
.product-main .product-main__pros li h1:first-child,
.product-main .product-main__pros li h2:first-child,
.product-main .product-main__pros li h3:first-child {
  margin-top: 0;
}
.product-main .product-main__pros p:last-child,
.product-main .product-main__pros h1:last-child,
.product-main .product-main__pros h2:last-child,
.product-main .product-main__pros h3:last-child,
.product-main .product-main__pros li p:last-child,
.product-main .product-main__pros li h1:last-child,
.product-main .product-main__pros li h2:last-child,
.product-main .product-main__pros li h3:last-child {
  margin-bottom: 0;
}
.product-main .product-main__pros ul,
.product-main .product-main__pros li ul {
  margin-bottom: 30px;
  padding-left: 20px;
  color: #413D3D;
}
.product-main .product-main__pros ul > li,
.product-main .product-main__pros li ul > li {
  font-size: 1em;
  line-height: 1.875;
}
.product-main .product-main__pros div,
.product-main .product-main__pros li div {
  color: #413D3D;
  font-size: 16px;
  line-height: 30px;
}
.product-main .product-main__pros div,
.product-main .product-main__pros li div {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .product-main .product-main__pros div,
.rtl .product-main .product-main__pros li div {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  .product-main .product-main__pros p,
  .product-main .product-main__pros li p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .product-main .product-main__pros h1,
  .product-main .product-main__pros li h1 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .product-main .product-main__pros h2,
  .product-main .product-main__pros li h2 {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .product-main .product-main__pros h3,
  .product-main .product-main__pros li h3 {
    font-size: 1.625em;
    line-height: 1.0769230769;
    margin-bottom: 30px;
    margin-top: 50px;
  }
  .product-main .product-main__pros p:first-child,
  .product-main .product-main__pros h1:first-child,
  .product-main .product-main__pros h2:first-child,
  .product-main .product-main__pros h3:first-child,
  .product-main .product-main__pros li p:first-child,
  .product-main .product-main__pros li h1:first-child,
  .product-main .product-main__pros li h2:first-child,
  .product-main .product-main__pros li h3:first-child {
    margin-top: 0;
  }
  .product-main .product-main__pros p:last-child,
  .product-main .product-main__pros h1:last-child,
  .product-main .product-main__pros h2:last-child,
  .product-main .product-main__pros h3:last-child,
  .product-main .product-main__pros li p:last-child,
  .product-main .product-main__pros li h1:last-child,
  .product-main .product-main__pros li h2:last-child,
  .product-main .product-main__pros li h3:last-child {
    margin-bottom: 0;
  }
}
.rtl .product-main .product-main__pros {
  text-align: right;
}
.product-main .product-main__buy-now {
  position: relative;
  min-width: 160px;
  margin: 0 auto 30px auto;
  width: -moz-fit-content;
  width: fit-content;
}

.product-main-nav-button {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #001E62;
}
.product-main-nav-button i {
  color: #FFFFFF;
}
.product-main-nav-button--previous {
  left: -13px;
}
.product-main-nav-button--previous i {
  padding-left: 2px;
}
.product-main-nav-button--next {
  right: -13px;
}
.product-main-nav-button--next i {
  padding-left: 4px;
}

.product-metrics {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.product-metric {
  display: flex;
  align-items: center;
  position: relative;
  min-width: 120px;
  max-width: 290px;
  background: transparent;
}
.product-metric .product-metric__data {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  padding: 0 5px;
  text-align: left;
}
.rtl .product-metric .product-metric__data {
  text-align: right;
}
.product-metric .product-metric__name {
  color: #413D3D;
  display: inline-block;
}
.product-metric .product-metric__name {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .product-metric .product-metric__name {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-metric .product-metric__name {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}
.product-metric .product-metric__name-description {
  color: #413D3D;
}
.product-metric .product-metric__name-description {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .product-metric .product-metric__name-description {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-metric .product-metric__name-description {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}
.product-metric .product-metric__indicator {
  padding: inherit;
  display: flex;
  align-items: center;
}
.rtl .product-metric .product-metric__indicator {
  left: auto;
  right: 0;
}
.product-metric .product-metric__info {
  display: flex;
  align-items: center;
  right: 10px;
  padding: inherit;
}
.product-metric .product-metric__info i {
  color: #001E62;
}
.product-metric .product-metric__info button {
  display: flex;
  align-items: center;
}
.rtl .product-metric .product-metric__info {
  right: auto;
  left: 0;
}

.product-newsletter {
  border-top: 1px solid #C0B4B4;
  padding: 11px 0 25px 38px;
  color: #413D3D;
  position: relative;
}
.rtl .product-newsletter {
  padding: 11px 38px 25px 0;
  text-align: right;
}
.product-newsletter .product-newsletter__icon {
  position: absolute;
  top: 11px;
  left: -7px;
}
.product-newsletter .product-newsletter__icon i {
  font-size: 18px;
  color: #C0B4B4;
}
.rtl .product-newsletter .product-newsletter__icon {
  left: auto;
  right: -7px;
}
.product-newsletter .product-newsletter__text {
  color: #413D3D;
}
.product-newsletter .product-newsletter__text {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .product-newsletter .product-newsletter__text {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-newsletter .product-newsletter__text {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}
.product-newsletter .product-newsletter__link {
  margin-top: 10px;
}

.accordion--product-main .accordion__header {
  position: relative;
  cursor: pointer;
  padding: 11px 30px 11px 38px;
}
.rtl .accordion--product-main .accordion__header {
  padding: 11px 38px 11px 30px;
}
.accordion--product-main .accordion__body {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 0.1s ease, opacity 0.2s ease, padding 0.2s ease;
}
.accordion--product-main .accordion__body::before, .accordion--product-main .accordion__body::after {
  content: "";
  display: block;
}
.accordion--product-main .accordion__body::before {
  margin-top: -2rem;
}
.accordion--product-main .accordion__body::after {
  margin-bottom: -2rem;
}
.accordion--product-main .accordion__body.expanded {
  height: auto;
  opacity: 1;
  padding: 2.5rem 0;
}
.accordion--product-main .accordion__indicator {
  position: absolute;
  top: 11px;
  left: 0;
}
.accordion--product-main .accordion__indicator i {
  color: #C0B4B4;
  font-size: 24px;
}
.rtl .accordion--product-main .accordion__indicator {
  left: auto;
  right: 0;
}
.accordion--product-main .accordion__title {
  color: #413D3D;
}
.accordion--product-main .accordion__title {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .accordion--product-main .accordion__title {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.accordion--product-main .accordion__title {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}
.accordion--product-main .accordion__toggle-icon {
  color: #D11A88;
  position: absolute;
  right: 5px;
  top: 11px;
  display: inline-block;
  transition: transform 0.25s ease-out;
}
.accordion--product-main .accordion__toggle-icon--expanded {
  transform: rotate(180deg);
}
.rtl .accordion--product-main .accordion__toggle-icon {
  right: auto;
  left: 5px;
}

.product-360-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.product-main--shop .product-main__info {
  display: flex;
  flex-direction: column;
}
.product-main--shop .product-metrics--brief {
  margin: 0;
}
.product-main--shop .product-metrics--brief .product-metric {
  display: inline-block;
  min-width: auto;
  max-width: none;
  width: 100px;
  height: 52px;
}
.product-main--shop .product-metrics--brief .product-metric__name {
  display: none;
}
.product-main--shop .product-main__rating {
  top: 76px;
  right: 25px;
  border-radius: 30px;
  z-index: 1;
}
.product-main--shop .product-main__rating .pr-snippet-stars {
  background: none !important;
}
.product-main--shop .product-main-options {
  order: 1;
}
.product-main--shop .product-main__pros {
  order: 8;
}
.product-main--shop .product-main-add {
  order: 6;
}
.product-main--shop .product-main__conversion {
  display: flex;
  flex-direction: column;
  order: 7;
}
.product-main--shop .product-newsletter {
  order: 9;
}

.product-main-options {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.product-main-options .product-main-options__title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #413D3D;
  margin-bottom: 15px;
}
.product-main-options .product-main-options__title {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .product-main-options .product-main-options__title {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-main-options .product-main-options__title {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.product-main-options .product-main-options__title span {
  margin-right: 15px;
}
.product-main-options .product-main-options__group {
  margin-bottom: 20px;
}
.product-main-options .form-group--color-picker {
  margin-top: 20px;
}

.product-main-add {
  display: flex;
  align-items: flex-start;
  padding: 15px 0;
  width: 100%;
  flex-wrap: wrap;
  justify-items: center;
}

.product-cart-add {
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: center;
}
.product-cart-add .product-cart-add__counter {
  margin-right: 20px;
}
.product-cart-add .product-cart-add__button {
  min-width: 210px;
}
.product-cart-add .product-cart-add__button .btn {
  padding: 15px 60px;
}
.product-cart-add .product-cart-add__title {
  color: #413D3D;
  margin-bottom: 10px;
}
.product-cart-add .product-cart-add__title {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .product-cart-add .product-cart-add__title {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-cart-add .product-cart-add__title {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

.product-stash-add .product-stash-add__button {
  display: inline-block;
  cursor: pointer;
}
.product-stash-add .product-stash-add__icon {
  color: #D11A88;
  font-size: 25px;
}
.product-stash-add .product-stash-add__label {
  color: #413D3D;
}
.product-stash-add .product-stash-add__label {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .product-stash-add .product-stash-add__label {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-stash-add .product-stash-add__label {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}

.product-unavailable {
  display: block;
}
.product-unavailable .product-unavailable__message {
  margin: 0;
  display: inline;
}
.product-unavailable .product-unavailable__message--availability {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .product-unavailable .product-unavailable__message--availability {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-unavailable .product-unavailable__message--availability {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}
.product-unavailable .product-unavailable__message--notification {
  font-weight: bold;
}
.product-unavailable .product-unavailable__message--notification {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .product-unavailable .product-unavailable__message--notification {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-unavailable .product-unavailable__message--notification {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}
.product-unavailable .product-unavailable__notify-button {
  margin-top: 20px;
}

.product-unavailable__form input {
  background-color: #F6F3F3;
}

.product-notify-feedback__modal-content {
  display: none;
}

.modal-product-notify-feedback {
  text-align: center;
  padding: 10px;
}
.modal-product-notify-feedback .modal-product-notify-feedback__title {
  color: #001E62;
}
.modal-product-notify-feedback .modal-product-notify-feedback__title {
  font-family: "BwModelicaLGC-Medium", "BwModelicaLGC-Medium-Fallback", sans-serif;
}
.rtl .modal-product-notify-feedback .modal-product-notify-feedback__title {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.modal-product-notify-feedback .modal-product-notify-feedback__title {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  .modal-product-notify-feedback .modal-product-notify-feedback__title {
    font-size: 18px;
    line-height: 22px;
  }
}
.modal-product-notify-feedback .modal-product-notify-feedback__button {
  padding-top: 10px;
}

.product-purchase-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.product-main-purchase .product-main-purchase__shipping {
  color: #746969;
  position: relative;
  display: inline-block;
}
.product-main-purchase .product-main-purchase__shipping {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .product-main-purchase .product-main-purchase__shipping {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-main-purchase .product-main-purchase__shipping {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}
.product-main-purchase .product-main-purchase__price {
  flex: 0 0 50%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.product-main-purchase .product-main-purchase__amount {
  color: #413D3D;
  cursor: default;
}
.product-main-purchase .product-main-purchase__amount {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .product-main-purchase .product-main-purchase__amount {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-main-purchase .product-main-purchase__amount {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  .product-main-purchase .product-main-purchase__amount {
    font-size: 22px;
    line-height: 26px;
  }
}
.product-main-purchase .product-main-purchase__amount--old {
  position: relative;
  color: #746969;
  margin-right: 10px;
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}
.product-main-purchase .product-main-purchase__amount--new {
  color: #6F2453;
}
.product-main-purchase .product-main-purchase__tooltip {
  display: none;
}

.product-main__out-of-stock {
  order: 2;
  margin-bottom: 20px;
  text-align: left;
}

.product-main__out-of-stock--title {
  color: #6F2453;
}
.product-main__out-of-stock--title {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .product-main__out-of-stock--title {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-main__out-of-stock--title {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  .product-main__out-of-stock--title {
    font-size: 22px;
    line-height: 26px;
  }
}

.product-main__out-of-stock--description {
  margin-bottom: 20px;
}
.product-main__out-of-stock--description {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .product-main__out-of-stock--description {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-main__out-of-stock--description {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

.suggested-products__slider {
  margin: 20px 0;
}
.suggested-products__slider .suggested-product {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 275px;
  border: 1px solid #C0B4B4;
  border-radius: 20px;
  padding: 20px 12px;
}
.suggested-products__slider .suggested-product__info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 150px;
  margin-top: -7px;
}
.suggested-products__slider .suggested-product__img {
  width: 80px;
  height: 80px;
  margin-right: 12px;
}
.suggested-products__slider .suggested-product__img img {
  border-radius: 8px;
}
.suggested-products__slider .suggested-product__price {
  color: #6F2453;
}
.suggested-products__slider .suggested-product__price {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .suggested-products__slider .suggested-product__price {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.suggested-products__slider .suggested-product__price {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
}
.suggested-products__slider .suggested-product__name {
  color: #D11A88;
}
.suggested-products__slider .suggested-product__name {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .suggested-products__slider .suggested-product__name {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.suggested-products__slider .suggested-product__name {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
}
.suggested-products__slider .suggested-products-slider__navigation {
  display: none;
}
.suggested-products__slider .cta-panel__review .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4 {
  width: 12px;
  height: 12px;
}
.suggested-products__slider .cta-panel__review .pr-category-snippet {
  flex-direction: row !important;
}

.product-retailers {
  margin: 30px 0;
  background: #FFFFFF;
  padding: 25px 0 0;
}

.product-retailers__slider {
  padding-left: 25px;
  padding-bottom: 30px;
}

.product-retailers__body {
  padding: 0;
}

.product-retailers__title {
  display: inline-block;
  padding-right: 10px;
  color: #001E62;
}
.product-retailers__title {
  font-family: "BwModelicaLGC-Medium", "BwModelicaLGC-Medium-Fallback", sans-serif;
}
.rtl .product-retailers__title {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-retailers__title {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  .product-retailers__title {
    font-size: 18px;
    line-height: 22px;
  }
}
.rtl .product-retailers__title {
  padding-right: 0;
  padding-left: 10px;
}

.product-retailers__count {
  display: inline-block;
  color: #413D3D;
}
.product-retailers__count {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .product-retailers__count {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-retailers__count {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}

.product-retailers__header {
  padding: 0 25px 25px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

.product-retailers__slides {
  cursor: grab;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.product-retailers__slide {
  display: inline-block;
  text-align: center;
}
.product-retailers__slide img {
  width: 95px;
  border-radius: 40px;
  box-shadow: 10px 14px 20px 0px rgba(0, 30, 98, 0.15);
}

.product-retailers__navigation {
  display: none;
}

.product-landing {
  margin-bottom: 60px;
}

.product-list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  margin: 0 auto;
  margin-bottom: 70px;
  text-align: center;
  grid-gap: 20px;
  gap: 20px;
  list-style: none;
  padding: 0;
}
.product-list::before {
  display: inline;
  display: initial;
  content: normal;
  content: initial;
}

.product-list-back {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  padding: 60px 0;
}
.product-list-back {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .product-list-back {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-list-back {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}
.product-list-back:hover i {
  background-color: transparent;
  color: #001E62;
}

.product-list-back__button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  min-width: 50px;
  border-radius: 40px;
  border: 2px solid #001E62;
  background: #001E62;
  margin-right: 10px;
  transition: background 0.25s ease, color 0.25s ease;
  color: #FFFFFF;
}
.rtl .product-list-back__button {
  transform: rotate(180deg);
  margin-right: 0;
  margin-left: 10px;
}

.product-list-back__text {
  text-transform: uppercase;
  color: #001E62;
  display: inline-block;
  width: 180px;
}
.product-list-back__text {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .product-list-back__text {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-list-back__text {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}
.product-list-back__text:hover, .product-list-back__text:focus {
  color: #413D3D;
}

.product-buy {
  position: relative;
  margin: 30px 0 50px;
}
.product-buy .product-buy__actions {
  text-align: center;
}
.product-buy .product-buy__button {
  margin: 0 auto;
  width: auto;
  -webkit-text-decoration: none;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  padding: 16px 50px 16px 25px;
}
.product-buy .product-buy__button {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .product-buy .product-buy__button {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-buy .product-buy__button {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
}
.product-buy .product-buy__icon {
  background-color: #D11A88;
  background-repeat: no-repeat;
  background-position: -3px 1px;
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  right: 12px;
  top: 36%;
  margin-top: -9px;
  border-radius: 50%;
}

.product-testimonial {
  margin: 30px 0;
  text-align: center;
  padding: 30px 0;
  background: #FFFFFF;
}
.product-testimonial__quote {
  display: inline-block;
  max-width: 940px;
  padding: 0;
}
.product-testimonial__quote {
  background: linear-gradient(to right, #D11A88, #ef5a9e 54%, #DA291C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .product-testimonial__quote {
    /* IE11 fallback */
    color: #D11A88;
    background: transparent;
  }
}
.product-testimonial__quote {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .product-testimonial__quote {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-testimonial__quote {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
@media (min-width: 1200px) {
  .product-testimonial__quote {
    font-size: 26px;
    line-height: 31px;
  }
}
.product-testimonial__author {
  color: #413D3D;
  margin-top: 20px;
}
.product-testimonial__author {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .product-testimonial__author {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-testimonial__author {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

.product-features {
  margin-bottom: 70px;
}

.product-features__header {
  color: #413D3D;
  margin-bottom: 30px;
}
.product-features__header {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .product-features__header {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-features__header {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0;
}
@media (min-width: 1200px) {
  .product-features__header {
    font-size: 34px;
    line-height: 46px;
  }
}

.product-features__image {
  display: inline-block;
  float: left;
  padding: 0;
}
.product-features__image img {
  height: 100%;
  width: 100%;
}

.product-features__panel {
  display: flex;
  flex-direction: column;
}

.product-features__content {
  background: #FFFFFF;
  display: inline-block;
  width: 100%;
}
.product-features__panel--no-image .product-features__content {
  width: 100%;
}
.product-features__content.accordion-standalone {
  margin: 0;
}

.product-features__cta {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.accordion--product-features .accordion__feature-graphic {
  width: 70px;
}
.accordion--product-features .accordion__feature-graphic img {
  height: 70px;
  width: 70px;
}
.accordion--product-features .accordion__feature-title {
  display: flex;
  flex: 1;
  color: #413D3D;
  padding: 0 20px;
}
.accordion--product-features .accordion__feature-title {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .accordion--product-features .accordion__feature-title {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.accordion--product-features .accordion__feature-title {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}

.product-quick-filter {
  display: flex;
  flex-direction: column;
  padding-right: 0;
}
.product-quick-filter .product-filter__list {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  max-width: 100%;
  border-bottom: none;
  padding-bottom: 0;
}
.product-quick-filter .product-filter__list::-webkit-scrollbar {
  display: none;
}
.product-quick-filter .product-filter__option {
  display: flex;
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
  border: none;
}
.product-quick-filter .product-filter__option.quick-filter__option--active {
  pointer-events: none;
  cursor: inherit;
}
.product-quick-filter .product-filter__option.quick-filter__option--active .product-filter__chip.btn.btn-secondary {
  background-color: #001E62;
  color: #FFFFFF;
}
.product-quick-filter .product-filter__option.quick-filter__option--active .product-filter__chip {
  cursor: inherit;
}
.product-quick-filter .product-filter__option .occurrence {
  margin-left: 5px;
}
.product-quick-filter .product-filter__chip {
  display: flex;
  min-width: -moz-min-content;
  min-width: min-content;
  white-space: nowrap;
  cursor: pointer;
}

.product-quick-filter--category .product-filter__option.quick-filter__option--active {
  pointer-events: inherit;
}
.product-quick-filter--category .product-filter__option.quick-filter__option--active .product-filter__chip {
  cursor: pointer;
}

.product-quick-filter__title {
  color: #D11A88;
  margin-bottom: 15px;
  font-weight: 700;
}

.product-quick-filter__progress {
  visibility: hidden;
  height: 4px;
  background-color: #D7D3D3;
  overflow: hidden;
  border-radius: 5px;
  margin: 15px 15px 15px 0;
}

.product-quick-filter__progress--visible {
  display: flex;
}

.progress-scroll {
  width: 0%;
  height: 4px;
  background-color: #D11A88;
}

.product-filter {
  margin-bottom: 30px;
}

.product-filter__occurrences {
  color: #413D3D;
  grid-area: filter-occurrences;
  justify-self: flex-start;
  margin-bottom: 30px;
}
.product-filter__occurrences {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .product-filter__occurrences {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-filter__occurrences {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

.product-filter__options {
  overflow-x: auto;
}

.product-filter__list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-bottom: 0px;
  padding: 0 0 20px 0;
  position: relative;
  min-width: 100%;
  grid-gap: 10px;
  gap: 10px;
}

.product-filter__option {
  display: none;
}
.product-filter__option.show {
  display: inline-block;
}
.rtl .product-filter__option {
  margin-right: 0;
  margin-left: 10px;
}
.product-filter__option.product-filter__option--clear {
  position: absolute;
  visibility: hidden;
}

.product-filter__chip {
  display: flex;
  color: #413D3D;
  padding: 5px 20px;
  background: transparent;
  border: 1px solid #C0B4B4;
  border-radius: 16px;
}
.product-filter__chip {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .product-filter__chip {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-filter__chip {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}
.product-filter__chip.product-filter__chip--clear {
  background: transparent;
  padding: 5px 20px;
  color: #001E62;
  border: 1px solid #001E62;
  opacity: 0;
}
.product-filter__chip.product-filter__chip--clear:hover {
  cursor: pointer;
}
.product-filter__chip.active {
  background: rgba(65, 61, 61, 0.4);
  color: #413D3D;
}

.product-filter__heading-container {
  display: flex;
  flex-direction: column;
}

.product-filter__heading {
  display: grid;
  grid-template-columns: 1fr;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  grid-template-areas: "filter-occurrences" "filter" "sort";
}

.init-filter {
  grid-area: filter;
}

.init-filter,
.init-sort {
  display: flex;
  justify-content: space-between;
  min-width: 150px;
  margin-bottom: 15px;
}
.init-filter .icon,
.init-sort .icon {
  font-size: 18px;
  padding-left: 25px;
}
.rtl .init-filter .icon,
.rtl .init-sort .icon {
  padding-left: 0;
  padding-right: 25px;
}
.init-filter span,
.init-sort span {
  padding-right: 0;
}

.init-sort {
  grid-area: sort;
  margin-bottom: 0;
}

.product-filter__overlay {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 80%;
  min-height: 50%;
  background: #FFFFFF;
  z-index: 1100;
  padding: 25px 20px 25px 25px;
  overflow-y: auto;
  overflow-x: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.product-filter__overlay .product-filter__option--clear {
  position: relative;
  visibility: visible;
  border-bottom: 1px solid #001E62;
  cursor: pointer;
}
.product-filter__overlay .product-filter__option--clear {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .product-filter__overlay .product-filter__option--clear {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-filter__overlay .product-filter__option--clear {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
}

.product-filter__overlay--container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  min-height: 100%;
  width: 100%;
}

.product-filter__overlay--visible {
  display: block;
}

.product-filter__overlay-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.product-filter__overlay-heading {
  display: flex;
  align-items: center;
}

.product-filter__overlay-footer {
  width: 100%;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
}
.product-filter__overlay-footer .product-filter__occurrences {
  padding-bottom: 15px;
  font-size: inherit;
}

.product-filter__filters .accordion-standalone {
  margin-top: 40px;
}
.product-filter__filters .accordion__toggle-icon i {
  color: #2F2F2F;
}
.product-filter__filters .accordion__toggle-icon .icon-minus {
  display: none;
}
.product-filter__filters .accordion__toggle-icon--expanded .icon-minus {
  display: block;
}
.product-filter__filters .accordion__toggle-icon--expanded .icon-plus {
  display: none;
}

.product-filter--page-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(68, 68, 68, 0.8);
  display: none;
  z-index: 1090;
}

.product-filter__overlay-clear {
  border: none;
  background-color: transparent;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 5px;
  cursor: pointer;
}
.product-filter__overlay-clear {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .product-filter__overlay-clear {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-filter__overlay-clear {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
}
.product-filter__overlay-clear:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.product-filter__chip--remove-filter {
  display: flex;
  align-items: center;
  border: none;
  border-left: 1px solid #2F2F2F;
  margin-left: 8px;
  padding-left: 8px;
  background-color: transparent;
}
.product-filter__chip--remove-filter:hover {
  color: #6F2453;
}

.product-filter__chip--remove-filter,
.product-filter__chip--clear,
.product-filter__overlay--show-items {
  cursor: pointer;
}

.occurrence {
  margin-left: auto;
  word-break: keep-all;
  pointer-events: none;
}
.rtl .occurrence {
  margin-left: 0;
  margin-left: initial;
  margin-right: auto;
}

.product-filter__overlay-title {
  color: #2F2F2F;
  margin: 0;
}
.product-filter__overlay-title {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .product-filter__overlay-title {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-filter__overlay-title {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  .product-filter__overlay-title {
    font-size: 22px;
    line-height: 26px;
  }
}

.product-filter__overlay-close {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.product-filter__overlay-close i {
  font-size: 18px;
  color: #001E62;
}

.product-filter__active-chips {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2F2F2F;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  text-align: center;
  color: #FFFFFF;
  margin-left: 5px;
}
.product-filter__active-chips {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .product-filter__active-chips {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-filter__active-chips {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
}
.rtl .product-filter__active-chips {
  margin-left: 0;
  margin-right: 5px;
}

.product-filter__category {
  border-top: 1px solid #2F2F2F;
}
.product-filter__category .accordion__title {
  display: flex;
  flex: 1;
}
.product-filter__category .accordion__title {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .product-filter__category .accordion__title {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-filter__category .accordion__title {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.product-filter__category .accordion__header {
  display: flex;
  overflow: hidden;
  width: 100%;
  background-color: transparent;
  border: none;
  text-align: left;
  padding: 20px 0;
  cursor: pointer;
}
.product-filter__category .accordion__header {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .product-filter__category .accordion__header {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-filter__category .accordion__header {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.product-filter__category .accordion__header:hover {
  color: #6F2453;
}
.product-filter__category .accordion__header:hover i {
  color: #6F2453;
}
.product-filter__category .accordion__body {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 0.1s ease, opacity 0.2s ease, padding 0.2s ease;
}
.product-filter__category .accordion__body::before, .product-filter__category .accordion__body::after {
  content: "";
  display: block;
}
.product-filter__category .accordion__body::before {
  margin-top: -2rem;
}
.product-filter__category .accordion__body::after {
  margin-bottom: -2rem;
}
.product-filter__category .accordion__body.expanded {
  height: auto;
  opacity: 1;
  padding: 2.5rem 0;
}
.product-filter__category .accordion__toggle-icon {
  display: inline-block;
  transition: transform 0.25s ease-out;
}
.product-filter__category .accordion__toggle-icon--expanded {
  transform: rotate(180deg);
}
.product-filter__category:last-child {
  border-bottom: 1px solid #2F2F2F;
}

.product-filter__category--absorbency {
  padding-bottom: 15px;
  /* Active state (when the checkbox is checked) */
}
.product-filter__category--absorbency .form-checkbox-control {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0;
}
.product-filter__category--absorbency .product-filter__checkbox {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.product-filter__category--absorbency .form-checkbox-control label {
  display: flex;
  align-items: center;
  padding: 5px 35px 5px 15px;
  width: 100%;
  min-height: 35px;
  background-color: #fbf6f5;
  border-radius: 40px;
  cursor: pointer;
  text-align: left;
}
.product-filter__category--absorbency .form-checkbox-control label svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.rtl .product-filter__category--absorbency .form-checkbox-control label svg {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .product-filter__category--absorbency .form-checkbox-control label {
  padding: 5px 15px 5px 35px;
}
.product-filter__category--absorbency .form-checkbox-control label:hover {
  color: #6F2453;
}
.product-filter__category--absorbency .product-filter__checkbox.focus-visible + label {
  outline: 1px solid #000;
}
.product-filter__category--absorbency .product-filter__checkbox:focus-visible + label {
  outline: 1px solid #000;
}
.product-filter__category--absorbency .product-filter__checkbox--checked + label {
  background-color: #F6EEEC;
  border: 1px solid #2F2F2F;
}
.product-filter__category--absorbency .occurrence {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.rtl .product-filter__category--absorbency .occurrence {
  right: auto;
  right: initial;
  left: 10px;
}

.product-modal {
  text-align: center;
  padding: 0 !important;
}
.product-modal .close {
  background: #D11A88;
  color: #FFFFFF;
  font-size: 30px;
  line-height: 30px;
  z-index: 1070;
  font-weight: 300;
  opacity: 1;
  text-shadow: none;
  position: absolute;
  right: 20px;
}
.product-modal .close:active {
  box-shadow: none;
}
.product-modal .close span {
  position: relative;
  top: -7px;
}
.product-modal .modal__content {
  border: none;
  border-radius: 0;
  text-align: center;
}
.product-modal .modal__header {
  background: #D11A88;
  color: #FFFFFF;
  padding: 35px 20px;
}
.product-modal .modal__header h3 {
  margin: 0;
  padding: 0 30px;
}
.product-modal .modal__body {
  background: #FFFFFF;
  padding: 30px;
}
.product-modal .modal__body h4 {
  color: #D11A88;
  font-size: 1.125em;
  line-height: 1.1111111111;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 30px;
}
.product-modal .modal__body h4 {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .product-modal .modal__body h4 {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-modal__package {
  color: #D11A88;
  font-size: 0.875em;
  line-height: 1.1428571429;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.product-modal__package {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .product-modal__package {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-modal__package:last-of-type {
  margin-bottom: 0;
}
.product-modal__package img {
  display: block;
  margin: 0 auto 15px;
  max-width: 175px;
}
.product-modal__package .btn {
  margin-top: 10px;
}

.slider {
  margin: 30px 0;
  padding: 30px 0;
  text-align: center;
  background: #FFFFFF;
}
.slider__title {
  margin-bottom: 35px;
}
.slider__title h3 {
  color: #001E62;
}
.slider__title h3 {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .slider__title h3 {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.slider__title h3 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
@media (min-width: 1200px) {
  .slider__title h3 {
    font-size: 26px;
    line-height: 31px;
  }
}
.slider__image {
  text-align: center;
  margin-bottom: 10px;
}
.slider__image img {
  width: 135px;
  height: 135px;
}
.slider__name {
  color: #413D3D;
}
.slider__name {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .slider__name {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.slider__name {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}
.slider__slide-count,
.slider__slide-count span {
  color: #413D3D;
}
.slider__slide-count,
.slider__slide-count span {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .slider__slide-count,
.rtl .slider__slide-count span {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.slider__slide-count,
.slider__slide-count span {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}
.slider__pagination {
  margin: 30px 0 25px;
  padding: 0;
  width: 95px;
  display: inline-block;
}
.slider__previous {
  float: left;
}
.rtl .slider__previous {
  float: right;
}
.slider__previous i {
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-45%, -50%);
}
.slider__next {
  float: right;
}
.rtl .slider__next {
  float: left;
}
.slider__next i {
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-55%, -50%);
}
.slider__previous, .slider__next {
  background: #FFFFFF;
  display: inline-block;
  width: 37px;
  height: 37px;
  border: 1px solid #F6F3F3;
  border-radius: 25px;
  position: relative;
  cursor: pointer;
  color: #D11A88;
}
.slider__previous.swiper-button-disabled, .slider__next.swiper-button-disabled {
  cursor: default;
  color: #F6F3F3;
}
.slider__previous.swiper-button-lock, .slider__next.swiper-button-lock {
  display: none;
}
.rtl .slider__previous, .rtl .slider__next {
  transform: rotate(180deg);
}

.sticky-anchor--list {
  display: none;
}

.sticky-anchor--select {
  position: sticky;
  top: 15px;
  z-index: 100;
  transition: top 0.4s;
  width: 90%;
  max-width: 350px;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 10px;
}
.sticky-anchor--select.offset {
  top: 100px;
}
.sticky-anchor--select .select-selected {
  border-top: 1px solid #F6F3F3;
  border-left: 1px solid #F6F3F3;
  border-right: 1px solid #F6F3F3;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.sticky-anchor--select .select-selected {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .sticky-anchor--select .select-selected {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.sticky-anchor--select .select-selected {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.sticky-anchor--select .select-selected {
  background: linear-gradient(to right, #D11A88, #ef5a9e 10%, #DA291C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .sticky-anchor--select .select-selected {
    /* IE11 fallback */
    color: #D11A88;
    background: transparent;
  }
}
.rtl .sticky-anchor--select .select-selected {
  background: linear-gradient(to left, #D11A88, #ef5a9e 10%, #DA291C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .rtl .sticky-anchor--select .select-selected {
    /* IE11 fallback */
    color: #D11A88;
    background: transparent;
  }
}
.sticky-anchor--select .select-items div {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .sticky-anchor--select .select-items div {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.sticky-anchor--select .select-items div {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}
.sticky-anchor--select select {
  border: 1px solid #F6F3F3;
  box-sizing: border-box;
  box-shadow: 0px 2px 10px rgba(184, 169, 177, 0.25);
  border-radius: 7px;
  padding: 12px 20px;
  background: #FFFFFF;
}
.sticky-anchor--select .select-toggle.icon-arrow-down-smooth,
.sticky-anchor--select .select-toggle.icon-arrow-up-smooth {
  top: 15px;
  pointer-events: none;
}

.sticky-anchor__underline {
  height: 5px;
  background: linear-gradient(to right, #D11A88, #ef5a9e 54%, #DA291C);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.product-safety {
  background: #FFFFFF;
  margin: 40px 0;
  padding: 30px 0;
}

.product-safety__title {
  margin-bottom: 20px;
  text-align: center;
}
.product-safety__title h2 {
  color: #001E62;
  margin: 0;
}
.product-safety__title h2 {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .product-safety__title h2 {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-safety__title h2 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
@media (min-width: 1200px) {
  .product-safety__title h2 {
    font-size: 26px;
    line-height: 31px;
  }
}

.product-safety__description {
  color: #413D3D;
  text-align: center;
}
.product-safety__description {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .product-safety__description {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-safety__description {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

.product-layers {
  display: flex;
  flex-direction: column;
}

.product-layers__images {
  position: relative;
  padding: 0;
}
.product-layers__images img {
  transition: opacity 0.2s linear;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}
.product-layers__images img:first-child {
  position: static;
}
.product-layers__images img.active {
  opacity: 1;
  z-index: 10;
}

.product-layers__descriptions {
  margin-right: -15px;
}

.product-layer {
  border: 2px solid rgba(93, 52, 135, 0.1);
  border-radius: 10px;
  box-shadow: 0px 2px 10px rgba(184, 169, 177, 0.2);
  padding: 5px 20px;
}
.product-layer.swiper-slide {
  height: auto !important;
}

.product-layer__name {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .product-layer__name {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-layer__name {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.product-layer__name {
  background: linear-gradient(to right, #D11A88, #ef5a9e 10%, #DA291C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .product-layer__name {
    /* IE11 fallback */
    color: #D11A88;
    background: transparent;
  }
}

.product-layer__description {
  margin-top: 5px;
}
.product-layer__description {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .product-layer__description {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-layer__description {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}

.product-layers__slider--vertical {
  display: none;
}

.product-materials__title {
  color: #001E62;
  margin: 20px 0;
}
.product-materials__title {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .product-materials__title {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-materials__title {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  .product-materials__title {
    font-size: 22px;
    line-height: 26px;
  }
}

.product-materials__items {
  display: flex;
  flex-flow: row wrap;
}

.product-material {
  flex: 1 0 250px;
  padding: 10px 0;
}

.product-material__name {
  color: #2F2F2F;
  margin-bottom: 10px;
}
.product-material__name {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .product-material__name {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-material__name {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

.product-material__description {
  color: #413D3D;
}
.product-material__description {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .product-material__description {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-material__description {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}
.product-material__description a {
  color: #D11A88;
}

.breadcrumbs {
  display: flex;
  justify-content: center;
}

.breadcrumbs__list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  list-style: none;
  padding-left: 0;
}

.breadcrumbs__item {
  display: flex;
  align-items: center;
  text-indent: 0;
  margin: 0;
  white-space: pre;
  padding-right: 10px;
  margin-right: 15px;
  color: #413D3D;
  position: relative;
}
.breadcrumbs__item {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .breadcrumbs__item {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.breadcrumbs__item {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}
.breadcrumbs__item.invisible {
  width: 1px;
  margin: 0;
  padding: 0;
}
.rtl .breadcrumbs__item {
  padding-left: 10px;
  margin-left: 15px;
  padding-right: 0;
  margin-right: 0;
}
.breadcrumbs__item::after {
  right: -10px;
  position: absolute;
  content: "\e903";
  color: #C0B4B4;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "femcare-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 14px;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rtl .breadcrumbs__item::after {
  right: auto;
  left: -10px;
  transform: scaleX(-1);
}
.breadcrumbs__item:hover .breadcrumbs__link {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.breadcrumbs__item:last-child {
  padding-right: 0;
  margin-right: 0;
}
.breadcrumbs__item:last-child .breadcrumbs__link {
  pointer-events: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #746969;
}
.breadcrumbs__item:last-child::after {
  content: "";
}
.rtl .breadcrumbs__item:last-child {
  padding-left: 0;
  margin-left: 0;
}

.breadcrumbs__dots {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 2px;
  text-align: center;
  padding-right: 7px;
  white-space: nowrap;
}
.breadcrumbs__dots {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .breadcrumbs__dots {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.breadcrumbs__dots {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}
.breadcrumbs__dots:hover, .breadcrumbs__dots.active {
  background-color: #D4D4F0;
}

.breadcrumbs__dropdown-container:first-child + .breadcrumbs__item:last-child .breadcrumbs__link {
  white-space: pre-wrap;
  text-align: left;
}
.rtl .breadcrumbs__dropdown-container:first-child + .breadcrumbs__item:last-child .breadcrumbs__link {
  text-align: right;
}

.breadcrumbs__dropdown-container:hover .breadcrumbs__link {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.breadcrumbs__dropdown-container .breadcrumbs__item:hover .breadcrumbs__link {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.breadcrumbs__dropdown {
  display: flex;
  flex-direction: column;
  grid-row-gap: 15px;
  row-gap: 15px;
  position: absolute;
  width: 280px;
  list-style: none;
  background-color: #FFFFFF;
  box-shadow: 0px 9px 15px 0px #C0B4B4;
  padding: 20px;
  top: 35px;
  left: 0;
  text-align: left;
  border-radius: 2px;
  z-index: 5;
}
.rtl .breadcrumbs__dropdown {
  left: auto;
  right: 0;
  text-align: right;
}
.breadcrumbs__dropdown .breadcrumbs__item:after {
  content: "";
}
.breadcrumbs__dropdown .breadcrumbs__item:last-child .breadcrumbs__link {
  pointer-events: inherit;
  color: #2F2F2F;
}
.breadcrumbs__dropdown .breadcrumbs__link {
  white-space: pre-wrap;
}

.how-to-section {
  margin: 30px 0;
  padding: 30px 0;
  background: #FFFFFF;
  text-align: center;
}

.how-to-section__title {
  margin: 0;
  margin-bottom: 10px;
  color: #D11A88;
}
.how-to-section__title {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .how-to-section__title {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.how-to-section__title {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.5px;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .how-to-section__title {
    font-size: 30px;
    line-height: 36px;
  }
}

.how-to-section__intro {
  color: #413D3D;
  margin-bottom: 15px;
}
.how-to-section__intro {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .how-to-section__intro {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.how-to-section__intro {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

.how-to-section__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  grid-row-gap: 40px;
  row-gap: 40px;
  grid-column-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.how-to-section__video {
  position: relative;
  width: calc(100% + 30px);
  overflow: visible;
  margin: 35px 0;
  left: -15px;
}
.how-to-section__video:hover a i {
  color: #D11A88;
}
.how-to-section__video .iframe-wrapper {
  max-width: 992px;
  margin: 0 auto;
}
.how-to-section__video .iframe-wrapper:before {
  padding-top: 50%;
}
.how-to-section__video .video-play-trigger {
  color: #001E62;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  border-radius: 40px;
  border: none;
  cursor: pointer;
  z-index: 1;
  width: 60px;
  height: 60px;
}
.how-to-section__video .video-play-trigger i {
  position: absolute;
  top: 50%;
  left: 56%;
  transform: translate(-56%, -50%);
  font-size: 27px;
}
.how-to-section__video .video-play-trigger:before, .how-to-section__video .video-play-trigger:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 40px;
  box-shadow: inset 0 0 5px 3px rgb(255, 255, 255);
}
.how-to-section__video .video-play-trigger:before {
  animation: ripple 4.2s linear infinite;
}
.how-to-section__video .video-play-trigger:after {
  animation: ripple 4.2s linear 2.1s infinite;
}

.how-to-section-item {
  display: flex;
  flex-direction: column;
  flex: 0 1 150px;
}

.how-to-section-item__image {
  width: 60px;
  height: 60px;
  position: relative;
  margin: 0 auto 30px;
}

.how-to-section-item__title {
  color: #413D3D;
  margin-bottom: 15px;
}
.how-to-section-item__title {
  font-family: "BwModelicaLGC-Medium", "BwModelicaLGC-Medium-Fallback", sans-serif;
}
.rtl .how-to-section-item__title {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.how-to-section-item__title {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  .how-to-section-item__title {
    font-size: 18px;
    line-height: 22px;
  }
}

.how-to-section-item__body {
  color: #413D3D;
}
.how-to-section-item__body {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .how-to-section-item__body {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.how-to-section-item__body {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

.counter {
  display: flex;
  align-items: center;
}
.counter .counter__increment,
.counter .counter__input,
.counter .counter__decrement {
  display: flex;
  text-align: center;
  height: 25px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 40px;
  border: none;
  background-color: transparent;
}
.counter .counter__input {
  background-color: transparent;
  margin: 0 2px;
  border: none;
  color: #2F2F2F;
}
.counter .counter__input {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .counter .counter__input {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.counter .counter__input {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.counter .counter__increment,
.counter .counter__decrement {
  border-radius: 50%;
  color: #001E62;
  background-color: #FFFFFF;
  width: 25px;
  height: 25px;
}

.counter--large {
  background-color: #FFFFFF;
  width: 100%;
  height: 44px;
  justify-content: space-between;
  padding: 0 20px;
}
.counter--large:active {
  border-bottom-width: 1px;
}
.color-region--white .counter--large {
  background-color: #F6F3F3;
}
.counter--large .counter__input {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .counter--large .counter__input {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.counter--large .counter__input {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.counter--large .counter__increment,
.counter--large .counter__decrement {
  background: none;
}

.page-title-overlay {
  background: #001E62;
  z-index: 10;
  width: 100%;
  text-align: center;
  padding: 25px 30px 15px;
}
.page-title-overlay .page-title-overlay__text {
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
}
.page-title-overlay .page-title-overlay__text {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .page-title-overlay .page-title-overlay__text {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.page-title-overlay .page-title-overlay__text {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}

.range-sliders__pcl {
  margin-bottom: 30px;
}
.range-sliders__pcl .range-slider {
  margin: 5px 0;
  padding: 30px 0;
}
.range-sliders__pcl .swiper-slide {
  display: flex;
  width: 260px;
}

.related-products .range-slider__navigation,
.related-products .range-slider__scrollbar {
  display: none;
}

.range-sliders__promo .range-slider {
  margin: 5px 0;
  padding: 40px 0;
}
.range-sliders__promo .swiper-slide {
  display: flex;
  width: 100%;
}
.range-sliders__promo .range-slider__slider {
  margin-right: -15px;
  margin-left: -15px;
}

.range-slider--bg-white {
  background: #FFFFFF;
}

.range-slider__offset--left {
  display: flex;
  margin-left: 0;
}

.range-slider .range-slider__wrapper {
  position: relative;
  padding: 0;
}
@media (min-width: 992px) {
  .range-slider .range-slider__offset {
    margin-left: calc((100% - 970px) / 2);
  }
  .rtl .range-slider .range-slider__offset {
    margin-left: 0;
    margin-right: calc((100% - 970px) / 2);
  }
}
@media (min-width: 1200px) {
  .range-slider .range-slider__offset {
    margin-left: calc((100% - 1170px) / 2);
  }
  .rtl .range-slider .range-slider__offset {
    margin-left: 0;
    margin-right: calc((100% - 1170px) / 2);
  }
}
.range-slider .range-slider__offset .range-slider__wrapper {
  display: flex;
  grid-gap: 0;
  gap: 0;
}
.range-slider .range-slider__offset .range-slider__slider {
  width: 100%;
}
.range-slider .range-slider__navigation {
  display: none;
}
.range-slider .range-slider__slider {
  position: relative;
  padding: 0 10px;
}
.range-slider .range-slider__cta a {
  margin: auto;
  margin-top: 30px;
}
.range-slider .range-slider__link a {
  color: #413D3D;
}

.range-slider-info-panel {
  padding: 0 25px 30px;
}
.range-slider-info-panel .range-slider-info-panel__headline {
  margin-bottom: 15px;
}
.range-slider-info-panel .range-slider-info-panel__headline h2 {
  color: #D11A88;
  margin: 0;
}
.range-slider-info-panel .range-slider-info-panel__headline h2 {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .range-slider-info-panel .range-slider-info-panel__headline h2 {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.range-slider-info-panel .range-slider-info-panel__headline h2 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
@media (min-width: 1200px) {
  .range-slider-info-panel .range-slider-info-panel__headline h2 {
    font-size: 26px;
    line-height: 31px;
  }
}
.range-slider-info-panel .range-slider-info-panel__counter {
  color: #746969;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: #F6F3F3;
  margin-bottom: 15px;
}
.range-slider-info-panel .range-slider-info-panel__counter {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .range-slider-info-panel .range-slider-info-panel__counter {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.range-slider-info-panel .range-slider-info-panel__counter {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.range-slider-info-panel .range-slider-info-panel__count {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .range-slider-info-panel .range-slider-info-panel__count {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.range-slider-info-panel .range-slider-info-panel__count {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.range-slider-info-panel .range-slider-info-panel__link {
  display: inline-block;
  padding-bottom: 2px;
  color: #001E62;
  border-bottom: 1px solid #001E62;
}
.range-slider-info-panel .range-slider-info-panel__link {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .range-slider-info-panel .range-slider-info-panel__link {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.range-slider-info-panel .range-slider-info-panel__link {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
}
.range-slider-info-panel .range-slider-info-panel__link:hover {
  border-color: transparent;
}

.range-slider__scrollbar {
  width: 100%;
  height: 4px;
  border-bottom: 1px solid #D7D3D3;
  border-radius: 10px;
  margin-top: 30px;
  overflow: visible;
}
.range-slider__scrollbar .swiper-scrollbar-drag {
  background-color: #D11A88;
  height: 4px;
  border-radius: 10px;
}

.cta-panel-slide {
  margin-right: 20px;
  max-width: 260px;
  height: auto;
  height: initial;
}

.promotion {
  width: 100%;
  display: block;
  margin-bottom: 50px;
}

.hero-overlay {
  position: relative;
}
.hero-overlay__content {
  position: absolute;
  top: 50%;
  color: #FFFFFF;
  margin: 0 15px;
  max-width: 650px;
  transform: translateY(-50%);
}
.hero-overlay__content h1 {
  margin-bottom: 0;
}
.hero-overlay__picture {
  width: 100%;
  height: auto;
}
.hero-overlay__picture--small {
  display: block;
}
.hero-overlay__picture--large {
  display: none;
}
.hero-overlay__picture--darken:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.15);
}
.hero-overlay__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.hero-overlay__subheading {
  margin-bottom: 10px;
}
.hero-overlay__subheading {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .hero-overlay__subheading {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.hero-overlay__subheading {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}
.hero-overlay__video a {
  margin-top: 30px;
  display: inline-block;
  background: #001E62;
  color: #FFFFFF;
}
.hero-overlay__video a:hover:not(:disabled):not(.disabled) {
  background: #6F2453;
}
.hero-overlay__video a[disabled], .hero-overlay__video a.disabled {
  cursor: default;
  background: #F6F3F3;
  color: #746969;
}
.hero-overlay__cta {
  margin-top: 30px;
  background: #001E62;
  color: #FFFFFF;
}
.hero-overlay__cta:hover:not(:disabled):not(.disabled) {
  background: #6F2453;
}
.hero-overlay__cta[disabled], .hero-overlay__cta.disabled {
  cursor: default;
  background: #F6F3F3;
  color: #746969;
}

.hero-overlay--layout-2 {
  background-color: #FFFFFF;
}
.hero-overlay--layout-2 .hero-overlay__content {
  color: #413D3D;
  position: static;
  top: 0;
  transform: none;
  padding: 70px 0;
}
.hero-overlay--layout-2 .hero-overlay__video a {
  background: #001E62;
  color: #FFFFFF;
}
.hero-overlay--layout-2 .hero-overlay__video a:hover:not(:disabled):not(.disabled) {
  background: #6F2453;
}
.hero-overlay--layout-2 .hero-overlay__video a[disabled], .hero-overlay--layout-2 .hero-overlay__video a.disabled {
  cursor: default;
  background: #F6F3F3;
  color: #746969;
}
.hero-overlay--layout-2 .hero-overlay__cta {
  margin-top: 30px;
  background: #001E62;
  color: #FFFFFF;
}
.hero-overlay--layout-2 .hero-overlay__cta:hover:not(:disabled):not(.disabled) {
  background: #6F2453;
}
.hero-overlay--layout-2 .hero-overlay__cta[disabled], .hero-overlay--layout-2 .hero-overlay__cta.disabled {
  cursor: default;
  background: #F6F3F3;
  color: #746969;
}

.quiz {
  background: #FFFFFF;
}
.quiz__start {
  margin-top: 30px;
}

.quiz-intro {
  text-align: center;
}
.quiz-intro__body {
  padding-bottom: 20px;
}
.quiz-intro__image {
  margin-bottom: 20px;
}
.quiz-intro__title {
  margin: 30px 0 30px;
}

.questionnaire {
  display: none;
  text-align: left;
}
.questionnaire form {
  margin: 0;
}
.rtl .questionnaire {
  text-align: right;
}
.questionnaire__progress-bar {
  background-color: #D11A88;
}
.questionnaire__step {
  animation: fadeInArticle 0.5s ease;
}
.questionnaire__step:first-of-type .questionnaire__previous {
  display: none;
}
.questionnaire__step h3 {
  display: inline-block;
  color: #413D3D;
  text-align: center;
  margin: 0 0 30px 0;
}
.questionnaire__step--user-data h3 {
  display: block;
  margin: 0 auto 20px;
  width: 100%;
  text-align: center;
}
.questionnaire__step--user-data button {
  display: inline-block;
  margin-top: 30px;
}
.questionnaire__step--user-data button[type=submit] {
  display: inline-block;
  margin: 30px 10px 0 0;
}
.questionnaire .progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #F6F3F3;
  border-radius: 4px;
}
.questionnaire .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #FFFFFF;
  text-align: center;
  transition: width 0.6s ease;
}

.quiz-intro,
.questionnaire,
.quiz-result {
  color: #413D3D;
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 40px 15px;
}
.quiz-intro .questionnaire__next,
.quiz-intro .questionnaire__previous,
.quiz-intro .questionnaire__skip,
.questionnaire .questionnaire__next,
.questionnaire .questionnaire__previous,
.questionnaire .questionnaire__skip,
.quiz-result .questionnaire__next,
.quiz-result .questionnaire__previous,
.quiz-result .questionnaire__skip {
  margin-top: 30px;
  margin-right: 10px;
}
.rtl .quiz-intro .questionnaire__next,
.rtl .quiz-intro .questionnaire__previous,
.rtl .quiz-intro .questionnaire__skip,
.rtl .questionnaire .questionnaire__next,
.rtl .questionnaire .questionnaire__previous,
.rtl .questionnaire .questionnaire__skip,
.rtl .quiz-result .questionnaire__next,
.rtl .quiz-result .questionnaire__previous,
.rtl .quiz-result .questionnaire__skip {
  margin-right: 0;
  margin-left: 10px;
}

.quiz-result {
  display: none;
  text-align: center;
  color: #413D3D;
}
.quiz-result__body {
  margin-bottom: 50px;
}
.quiz-result__image {
  margin-bottom: 30px;
}
.quiz-result__image img {
  max-width: 250px;
}

.quiz--standard {
  min-height: 400px;
}
.quiz--standard .quiz-intro {
  padding-top: 0;
}
.quiz--standard .quiz__restart {
  margin-top: 0;
  margin-bottom: 30px;
}

.quiz--shareable {
  min-height: 600px;
}
.quiz--shareable .quiz__restart {
  margin-top: 30px;
}
.quiz--shareable .questionnaire {
  padding-top: 0;
}
.quiz--shareable .questionnaire .quiz__restart {
  margin-right: 10px;
}
.rtl .quiz--shareable .questionnaire .quiz__restart {
  margin-right: 0;
  margin-left: 10px;
}
.quiz--shareable .quiz-result {
  padding-top: 0;
}
.quiz--shareable .social-buttons-horizontal {
  width: 100%;
  margin: 0;
}
.quiz--shareable .social-buttons-horizontal .share {
  margin: 10px 0 15px 0;
}

.survey-popup {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 0px;
  max-height: 33vh;
  width: 400px;
  padding: 20px 32px;
  word-wrap: break-word;
  z-index: 1060;
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.rtl .survey-popup {
  right: auto;
  left: 0;
}
.survey-popup__close {
  position: absolute;
  right: 0;
  top: 1px;
  color: #D11A88;
  background-color: #fff;
  padding: 10px;
}
.rtl .survey-popup__close {
  right: auto;
  left: 0;
  padding: 10px;
}
.survey-popup__answers {
  border-radius: 10px;
  list-style-type: none;
}
.survey-popup__answer {
  display: block;
  padding: 7px;
  margin: 5px 0;
  text-transform: none;
  border-color: rgba(0, 0, 0, 0.2);
}
.rtl .survey-popup__answer {
  padding: 7px;
}
.survey-popup__completed {
  display: none;
}
.survey-popup__completed-indicator {
  color: #D11A88;
  font-style: italic;
  font-weight: bold;
  font-size: 25px;
  padding-right: 20px;
}

.sample-coupon {
  margin-bottom: 40px;
}
.sample-coupon .signpost-basic {
  margin-bottom: 0;
}
.sample-coupon .signpost-basic__body {
  display: none;
}
.sample-coupon .signpost-basic__call-to-action--unavailable {
  color: #D11A88;
}
.sample-coupon__order {
  display: none;
  position: relative;
  background: #FFFFFF;
}
.sample-coupon__order .form-head {
  margin-top: 40px;
}
.sample-coupon__order .form-head a {
  color: #D11A88;
}
.sample-coupon__order .form-head a:hover {
  border-bottom: 1px solid #D11A88;
}
.rtl .sample-coupon__order .form-head a:hover {
  border-bottom: none;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.rtl .sample-coupon__order .form-head a:hover {
  border-bottom: none;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.sample-coupon__close {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  margin: 0;
  background: 0;
}

.sample-coupon-inner {
  margin-bottom: 10px;
}

.sample-coupon-response {
  text-align: center;
  color: #413D3D;
  padding: 50px 0;
}
.sample-coupon-response__body {
  margin-bottom: 20px;
}
.sample-coupon-response__images {
  margin-bottom: 30px;
}
.sample-coupon-response__images a {
  display: inline-block;
  margin-bottom: 20px;
}

.search-bar {
  background: #F6F3F3;
  color: #413D3D;
  width: 100%;
  max-width: 820px;
  padding: 25px 0;
  margin: 0 auto;
}
.search-bar form {
  margin: 0;
  padding: 0;
}

.search-bar__label {
  margin-bottom: 10px;
}
.search-bar__label {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .search-bar__label {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.search-bar__label {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}

.search-bar__field {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: inline-block;
  color: #001E62;
  background: #FFFFFF;
  padding: 11px 50px 11px 20px;
  border-radius: 5px;
}
.rtl .search-bar__field {
  padding: 11px 20px 11px 50px;
}
.search-bar__field button {
  background: none;
  padding: 0;
  margin: 0;
  border: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.rtl .search-bar__field button {
  right: auto;
  left: 20px;
}
.search-bar__field button i {
  font-size: 16px;
  vertical-align: top;
}
.search-bar__field button i.icon-close {
  font-size: 22px;
}
.search-bar__field button[type=submit] {
  margin: 0;
}
.search-bar__field input[type=search],
.search-bar__field input[type=text] {
  border: none;
  -webkit-appearance: none;
  outline: none !important;
  width: 100%;
}
.search-bar__field input[type=search],
.search-bar__field input[type=text] {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .search-bar__field input[type=search],
.rtl .search-bar__field input[type=text] {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.search-bar__field input[type=search],
.search-bar__field input[type=text] {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  .search-bar__field input[type=search],
  .search-bar__field input[type=text] {
    font-size: 22px;
    line-height: 26px;
  }
}
.search-bar__field ::-webkit-input-placeholder {
  color: #001E62;
  opacity: 0.5;
}
.search-bar__field :-moz-placeholder {
  color: #001E62;
  opacity: 0.5;
}
.search-bar__field ::-moz-placeholder {
  color: #001E62;
  opacity: 0.5;
}
.search-bar__field :-ms-input-placeholder {
  color: #001E62;
  opacity: 0.5;
}

.search-content {
  padding: 50px 0 60px;
  background: #FFFFFF;
}
.search-content h2 {
  margin-bottom: 40px;
  color: #D11A88;
}
.search-content p {
  margin-bottom: 20px;
}
.search-content p {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .search-content p {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.search-content p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.search-content p:last-of-type {
  margin-bottom: 0;
}
.search-content__heading {
  color: #001E62;
  margin-bottom: 10px;
}
.search-content__heading {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .search-content__heading {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.search-content__heading {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}

.modal--search {
  padding: 0 !important;
  height: 100%;
  min-height: 100vh;
}
.modal--search .modal__dialog {
  width: 100%;
  margin: 0;
}
.modal--search .modal__content {
  border: none;
  box-shadow: none;
  border-radius: 0;
  text-align: left;
}

.modal--search__bar {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #FFFFFF;
  padding: 17px 15px;
}
.modal--search__bar .container {
  position: relative;
  padding: 0;
}
.modal--search__bar form {
  margin-bottom: 0;
  width: 85%;
}
.modal--search__bar form input {
  border: none;
  background: transparent;
  color: #001E62;
  width: 100%;
  border-radius: 1px;
  padding-left: 10px;
}
.modal--search__bar form input {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .modal--search__bar form input {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.modal--search__bar form input {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
@media (min-width: 1200px) {
  .modal--search__bar form input {
    font-size: 26px;
    line-height: 31px;
  }
}
.modal--search__bar form input:focus {
  outline: 0;
}
.modal--search__bar form input.focus-visible {
  outline: 2px solid #001E62;
  outline-offset: 5px;
}
.modal--search__bar form input:focus-visible {
  outline: 2px solid #001E62;
  outline-offset: 5px;
}
.rtl .modal--search__bar form input {
  padding-right: 0;
  padding-left: 70px;
}
.modal--search__bar form button[type=submit] {
  display: none;
  background: none;
  border: none;
}
.modal--search__bar ::-webkit-input-placeholder {
  color: #001E62;
  opacity: 0.5;
}
.modal--search__bar :-moz-placeholder {
  color: #001E62;
  opacity: 0.5;
}
.modal--search__bar ::-moz-placeholder {
  color: #001E62;
  opacity: 0.5;
}
.modal--search__bar :-ms-input-placeholder {
  color: #001E62;
  opacity: 0.5;
}

.modal--search__close {
  padding: 0;
  background: none;
  color: #001E62;
  position: absolute;
  right: 0;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
}
.rtl .modal--search__close {
  right: auto;
  left: 0;
}
.modal--search__close:hover {
  color: #D11A88;
}
.modal--search__close i {
  font-size: 15px;
  display: block;
}

.search-results {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 60px;
  background: #FFFFFF;
}
.search-results .container {
  margin: 0;
}

.search-results__container {
  position: relative;
}

.search-results__section {
  margin-bottom: 60px;
}

.search-results__heading {
  margin: 50px 0;
  color: #746969;
}
.search-results__heading {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .search-results__heading {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.search-results__heading {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}

.search-results__no-results {
  background-color: #FFFFFF;
  padding: 40px 0;
}
.search-results__no-results h2 {
  color: #2F2F2F;
  margin-bottom: 0;
}

.search-results__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  gap: 20px;
  list-style-type: none;
  padding: 0;
}

.search-results__load-more-container {
  text-align: center;
  margin: 40px 0;
}

.search-results__load-more {
  margin: 0 auto;
  min-height: 50px;
}

.search-results--articles .search-results__list {
  grid-template-columns: 1fr;
}
.search-results--articles .cta-panel {
  max-width: none;
  max-width: initial;
  border: none;
  border-bottom: 1px solid #C0B4B4;
  border-radius: 0;
  border-radius: initial;
  background-color: transparent;
}
.search-results--articles .cta-panel .cta-panel__content {
  padding: 10px 0;
  margin-bottom: 10px;
}
.search-results--articles .cta-panel .cta-panel__link {
  position: relative;
  color: #D11A88;
}
.search-results--articles .cta-panel .cta-panel__link i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.search-results--articles .cta-panel .cta-panel__link a {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  color: #D11A88;
  padding-right: 10px;
}
.search-results--articles .cta-panel .cta-panel__link a {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .search-results--articles .cta-panel .cta-panel__link a {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.search-results--articles .cta-panel .cta-panel__link a {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  .search-results--articles .cta-panel .cta-panel__link a {
    font-size: 22px;
    line-height: 26px;
  }
}
.search-results--articles .cta-panel .cta-panel__link a {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .search-results--articles .cta-panel .cta-panel__link a {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.search-results--articles .cta-panel .cta-panel__link a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.rtl .search-results--articles .cta-panel .cta-panel__link a {
  padding-right: 0;
  padding-left: 10px;
}
.search-results--articles .cta-panel .cta-panel__description {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .search-results--articles .cta-panel .cta-panel__description {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.search-results--articles .cta-panel .cta-panel__description {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

.search-results--expertQuestionAnswers .search-results__list {
  grid-template-columns: 1fr;
}
.search-results--expertQuestionAnswers .cta-panel {
  max-width: none;
  max-width: initial;
  border: none;
  border-radius: 0;
  border-radius: initial;
  background-color: transparent;
  min-width: 300px;
}
.search-results--expertQuestionAnswers .cta-panel .cta-panel__link {
  margin: 0;
}
.search-results--expertQuestionAnswers .cta-panel .cta-panel__content {
  padding: 0;
  background-color: transparent;
}
.search-results--expertQuestionAnswers .cta-panel .question__link {
  background-color: #F6F3F3;
  color: #2F2F2F;
}
.search-results--expertQuestionAnswers .cta-panel .question__link:hover {
  background-color: #EAE7E7;
}
.search-results--expertQuestionAnswers .cta-panel .question__link.focus-visible {
  box-shadow: inset 0 0 0 2px black;
  outline: none;
}
.search-results--expertQuestionAnswers .cta-panel .question__link:focus-visible {
  box-shadow: inset 0 0 0 2px black;
  outline: none;
}

.search-navigation {
  padding: 50px 0;
  background-color: #FFFFFF;
  margin-bottom: 5px;
  border-bottom: 4px solid #F6F3F3;
}

.search-navigation__title {
  text-align: center;
  margin-bottom: 20px;
}
.search-navigation__title {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .search-navigation__title {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.search-navigation__title {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}

.search-navigation__selectmenu {
  border-radius: 10px;
  box-shadow: 0px 2px 30px 0px rgba(53, 53, 53, 0.2);
  width: 90%;
  max-width: 350px;
  margin: 0 auto;
}
.search-navigation__selectmenu .form-control {
  border-bottom: none;
  border-radius: 8px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  text-align: center;
}
.search-navigation__selectmenu .form-control {
  font-family: "BwModelicaLGC-Medium", "BwModelicaLGC-Medium-Fallback", sans-serif;
}
.rtl .search-navigation__selectmenu .form-control {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.search-navigation__selectmenu .form-control {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  .search-navigation__selectmenu .form-control {
    font-size: 18px;
    line-height: 22px;
  }
}
.search-navigation__selectmenu i {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.search-navigation__selectmenu .search-navigation__underline {
  border-radius: 8px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.search-navigation__wrapper {
  display: none;
  overflow: hidden;
  margin: 0 auto;
}

.search-navigation__list {
  display: flex;
  padding: 0;
  margin: 0 auto;
  background: #FFFFFF;
  list-style-type: none;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  border-radius: 10px;
}

.search-navigation__button {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 17px 30px;
  color: #413D3D;
}
.search-navigation__button {
  font-family: "BwModelicaLGC-Medium", "BwModelicaLGC-Medium-Fallback", sans-serif;
}
.rtl .search-navigation__button {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.search-navigation__button {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  .search-navigation__button {
    font-size: 18px;
    line-height: 22px;
  }
}

.search-navigation__item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #2F2F2F;
}
.search-navigation__item:first-child .search-navigation__button {
  padding-left: 40px;
}
.search-navigation__item:last-child .search-navigation__button {
  padding-right: 40px;
  border-right: none;
}
.search-navigation__item:hover {
  border-bottom: 4px solid #D11A88;
}
.search-navigation__item:hover .search-navigation__button {
  padding-bottom: 14px;
}
.search-navigation__item--active {
  border-bottom: 4px solid #D11A88;
}
.search-navigation__item--active {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .search-navigation__item--active {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.search-navigation__item--active {
  background: linear-gradient(to right, #D11A88, #ef5a9e 54%, #DA291C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .search-navigation__item--active {
    /* IE11 fallback */
    color: #D11A88;
    background: transparent;
  }
}
.search-navigation__item--active .search-navigation__button {
  padding-bottom: 14px;
}

.search-navigation__button {
  text-align: center;
  word-break: normal;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.search-navigation__underline {
  width: 100%;
  border: none;
}

.cta-page-header {
  padding: 40px 0;
  text-align: center;
}
.cta-page-header .cta-page-header__title {
  color: #D11A88;
  margin-bottom: 15px;
  text-align: center;
}
.cta-page-header .cta-page-header__title {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .cta-page-header .cta-page-header__title {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.cta-page-header .cta-page-header__title {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0;
}
@media (min-width: 1200px) {
  .cta-page-header .cta-page-header__title {
    font-size: 34px;
    line-height: 46px;
  }
}
.cta-page-header .cta-page-header__description {
  color: #413D3D;
  margin-bottom: 25px;
  text-align: center;
}
.cta-page-header .cta-page-header__description {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .cta-page-header .cta-page-header__description {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.cta-page-header .cta-page-header__description {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}
.cta-page-header .cta-page-header__link {
  padding-bottom: 2px;
  color: #001E62;
  border-bottom: 1px solid #001E62;
  margin-left: auto;
  margin-right: auto;
}
.cta-page-header .cta-page-header__link:hover {
  border-color: transparent;
}
.cta-page-header .cta-page-header__link {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .cta-page-header .cta-page-header__link {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.cta-page-header .cta-page-header__link {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
}

.cta-page-header--product {
  padding: 0;
  margin-bottom: 30px;
}
.cta-page-header--product .breadcrumbs {
  margin-top: 30px;
}
.cta-page-header--product .cta-page-header__title {
  margin-top: 30px;
  margin-bottom: 0;
  color: #2F2F2F;
}
.cta-page-header--product .cta-page-header__title {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .cta-page-header--product .cta-page-header__title {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.cta-page-header--product .cta-page-header__title {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
@media (min-width: 1200px) {
  .cta-page-header--product .cta-page-header__title {
    font-size: 26px;
    line-height: 31px;
  }
}
.cta-page-header--product .cta-page-header__description {
  margin-bottom: 0;
  margin-top: 15px;
}
.cta-page-header--product .cta-page-header__link {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-top: 20px;
}

.anchor-panel {
  margin: 70px 0;
  text-align: center;
}
.anchor-panel__heading {
  margin-bottom: 30px;
  color: #413D3D;
}
.anchor-panel__heading {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .anchor-panel__heading {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.anchor-panel__heading {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0;
}
@media (min-width: 1200px) {
  .anchor-panel__heading {
    font-size: 34px;
    line-height: 46px;
  }
}
.anchor-panel__anchors {
  list-style-type: none;
  margin: 0;
}
.anchor-panel__anchors li {
  display: block;
}
.anchor-panel__anchor {
  display: inline-block;
  width: 100%;
  text-align: left;
  position: relative;
}
.anchor-panel__anchor:hover .icon-arrow-down-smooth {
  transform: translateY(10px);
}
.anchor-panel__pictogram-container {
  display: inline-block;
  width: 120px;
}
.anchor-panel__pictogram {
  width: 100%;
}
.anchor-panel__label {
  color: #413D3D;
  display: inline-block;
}
.anchor-panel__label {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .anchor-panel__label {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.anchor-panel__label {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}
.anchor-panel__label .icon-arrow-right-smooth, .anchor-panel__label .period-tracker #datepicker .ui-datepicker-next, .period-tracker #datepicker .anchor-panel__label .ui-datepicker-next {
  display: inline-block;
  position: absolute;
  right: 0;
}
.anchor-panel__label .icon-arrow-down-smooth {
  display: none;
}

.button-link {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 70px;
  text-align: center;
  position: relative;
}

.article-hero-signpost + .button-link {
  margin-top: -40px;
}

.signposts-topic + .button-link {
  margin-top: -40px;
  padding-bottom: 50px;
}

.article + .button-link {
  margin-top: 40px;
}

.info-text-box {
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 30px 0;
  color: #413D3D;
  text-align: center;
}
.info-text-box h2 {
  margin-bottom: 20px;
}
.info-text-box h2 {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .info-text-box h2 {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.info-text-box h2 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.info-text-box--no-margin {
  margin: 0;
}

.article__paragraph-text a, p a, label a {
  color: #D11A88;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.article__paragraph-text a, p a, label a {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .article__paragraph-text a, .rtl p a, .rtl label a {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.article__paragraph-text a:hover, p a:hover, label a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.page-header {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0;
  border: none;
  text-align: center;
  color: #413D3D;
}
.page-header__title {
  margin: 0 auto 0;
  max-width: 750px;
  padding: 0 15px;
}
.page-header__link {
  margin-top: 10px;
}
.page-header__subtitle {
  margin-top: 20px;
}
.page-header__subtitle {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .page-header__subtitle {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.page-header__subtitle {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.page-header__subtitle p {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .page-header__subtitle p {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.page-header__subtitle p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.page-header hr {
  border-top: 4px solid #e32894;
  border-bottom: 0;
  margin-top: 0;
  margin-bottom: 10px;
  width: 35px;
}

.page-header.page-header--product {
  padding: 0;
  margin: 0;
}
.page-header.page-header--product .page-header__image {
  margin: 0 auto;
}
.page-header.page-header--product .page-header__content {
  padding: 40px 15px;
  color: #413D3D;
  z-index: 1;
}
.page-header.page-header--product .page-header__content .arrow-link {
  color: #413D3D;
}

.statement {
  margin: 70px 0;
  text-align: center;
  color: #413D3D;
}
.statement__description p {
  max-width: 750px;
  margin: 0 auto;
}
.statement__description p {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .statement__description p {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.statement__description p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.statement__heading {
  margin-bottom: 30px;
}
.statement__heading {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .statement__heading {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.statement__heading {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}

.sub-heading {
  text-align: center;
  padding: 0;
  margin-top: 70px;
  margin-bottom: 30px;
}
.sub-heading h2 {
  color: #D11A88;
  max-width: 780px;
  margin: 0 auto;
}
.sub-heading h2 {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .sub-heading h2 {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.sub-heading h2 {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.5px;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .sub-heading h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.sub-heading + .signposts-topic,
.sub-heading + .article-hero-signpost,
.sub-heading + .signpost-ask-expert,
.sub-heading + .signpost-article-list,
.sub-heading + .info-list {
  margin-top: 0;
}

.signpost-dual-side {
  background: #FFFFFF;
  margin: 30px 0;
  padding: 30px 0;
}

.signpost-dual-side__text {
  margin-bottom: 20px;
}

.signpost-dual-side__title h2 {
  color: #D11A88;
  margin-bottom: 20px;
}
.signpost-dual-side__title h2 {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .signpost-dual-side__title h2 {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.signpost-dual-side__title h2 {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.5px;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .signpost-dual-side__title h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

.signpost-dual-side__body {
  margin-bottom: 20px;
}
.signpost-dual-side__body h1,
.signpost-dual-side__body h2,
.signpost-dual-side__body h3 {
  color: #8D1D60;
  margin: 25px 0;
}
.signpost-dual-side__body h1,
.signpost-dual-side__body h2,
.signpost-dual-side__body h3 {
  font-family: "BwModelicaLGC-Medium", "BwModelicaLGC-Medium-Fallback", sans-serif;
}
.rtl .signpost-dual-side__body h1,
.rtl .signpost-dual-side__body h2,
.rtl .signpost-dual-side__body h3 {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.signpost-dual-side__body h1,
.signpost-dual-side__body h2,
.signpost-dual-side__body h3 {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  .signpost-dual-side__body h1,
  .signpost-dual-side__body h2,
  .signpost-dual-side__body h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.signpost-dual-side__body h4 {
  color: #413D3D;
  margin-bottom: 20px;
}
.signpost-dual-side__body h4 {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .signpost-dual-side__body h4 {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.signpost-dual-side__body h4 {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  .signpost-dual-side__body h4 {
    font-size: 22px;
    line-height: 26px;
  }
}
.signpost-dual-side__body p {
  margin-bottom: 30px;
}
.signpost-dual-side__body p {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .signpost-dual-side__body p {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.signpost-dual-side__body p {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}
.signpost-dual-side__body p:last-child {
  margin-bottom: 0;
}
.signpost-dual-side__body li {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .signpost-dual-side__body li {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.signpost-dual-side__body li {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}
.signpost-dual-side__body li:last-child {
  margin-bottom: 30px;
}

.signpost-dual-side__image {
  text-align: right;
}
.rtl .signpost-dual-side__image {
  text-align: left;
}
.signpost-dual-side__image img {
  border-radius: 10px;
}

.signpost-dual-side__link {
  margin-top: 20px;
}

.signpost-dual-side__bullets {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.signpost-dual-side-bullet {
  display: flex;
  margin-bottom: 15px;
}

.signpost-dual-side-bullet__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 50px;
  float: left;
  margin-right: 15px;
}
.signpost-dual-side-bullet__image img {
  width: auto;
  height: 40px;
}

.signpost-dual-side-bullet__content {
  width: 100%;
}
.signpost-dual-side-bullet__content p {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .signpost-dual-side-bullet__content p {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.signpost-dual-side-bullet__content p {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}

.signpost-dual-side-bullet__title {
  color: #413D3D;
}
.signpost-dual-side-bullet__title {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .signpost-dual-side-bullet__title {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.signpost-dual-side-bullet__title {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

.custom-dropdown__hidden {
  position: relative;
  border-radius: 10px;
}
.custom-dropdown__hidden select {
  display: none;
}
.custom-dropdown .select-hide {
  display: none;
}
.custom-dropdown .select-toggle {
  position: absolute;
  top: 25px;
  right: 25px;
  color: #D11A88;
}
.rtl .custom-dropdown .select-toggle {
  right: auto;
  left: 25px;
}
.custom-dropdown .select-selected {
  background-color: #FFFFFF;
  color: #D11A88;
  cursor: pointer;
  padding: 12px 40px 12px 20px;
}
.rtl .custom-dropdown .select-selected {
  padding: 12px 20px 12px 40px;
}
.custom-dropdown .select-items {
  position: absolute;
  background-color: #FFFFFF;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-left: 1px solid #F6F3F3;
  border-right: 1px solid #F6F3F3;
  border-bottom: 1px solid #F6F3F3;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.custom-dropdown .select-items div {
  color: #001E62;
  padding: 10px 30px;
  cursor: pointer;
}
.custom-dropdown .select-items div:first-child {
  padding-top: 20px;
}
.custom-dropdown .select-items div:last-child {
  padding-bottom: 20px;
}
.custom-dropdown .select-items div:hover, .custom-dropdown .select-items div.same-as-selected {
  color: #D11A88;
}

.comparison-bar {
  background: #FFFFFF;
  padding: 40px 0;
  margin: 50px 0;
}
.comparison-bar__items {
  display: flex;
  flex-direction: column;
}
.comparison-bar__item {
  flex: 1 0 100px;
  display: flex;
  position: relative;
  padding: 25px 10px;
  margin: 5px 0;
  border: 1px solid #F6F3F3;
  border-radius: 10px;
}
.comparison-bar__item--placeholder {
  border: 1px dashed #F6F3F3;
  align-items: center;
  justify-content: center;
}
.comparison-bar__add-item {
  color: #413D3D;
  display: flex;
  align-items: center;
}
.comparison-bar__add-item {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .comparison-bar__add-item {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.comparison-bar__add-item {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}
.comparison-bar__add-item i {
  margin-right: 15px;
  color: #D11A88;
}
.comparison-bar__name {
  color: #001E62;
  display: inline-block;
  padding: 10px;
}
.comparison-bar__name {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .comparison-bar__name {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.comparison-bar__name {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}
.comparison-bar__image {
  display: inline-block;
}
.comparison-bar__exclude {
  position: absolute;
  top: 10px;
  right: 10px;
}
.comparison-bar__exclude i {
  padding: 4px;
  color: #746969;
  font-size: 8px;
  font-weight: bold;
}
.comparison-bar__actions {
  text-align: center;
  margin-top: 40px;
}

.media-hero.media-hero--standalone {
  margin: 30px 0;
}

.page-header-hero {
  margin-bottom: 70px;
  margin-top: -30px;
  transition: all 0.6s ease;
  margin-left: auto;
  margin-right: auto;
}
.page-header-hero.page-header-hero--move {
  margin-top: 30px;
}
.page-header-hero .row {
  padding-left: 15px;
  padding-right: 15px;
}
.page-header-hero .row [class^=col-] {
  padding: 0;
}
.page-header-hero__content {
  padding: 30px 10px 40px 10px;
  position: relative;
  border-radius: 10px;
  background-color: #FFFFFF;
}
.page-header-hero__headline {
  position: relative;
  text-align: center;
  color: #D11A88;
  border-bottom: 4px solid transparent;
  width: 100%;
}
.page-header-hero__headline h2 {
  display: inline;
}
.page-header-hero__headline h2 {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .page-header-hero__headline h2 {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.page-header-hero__headline h2 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0;
}
@media (min-width: 1200px) {
  .page-header-hero__headline h2 {
    font-size: 34px;
    line-height: 46px;
  }
}
.page-header-hero__body {
  text-align: center;
  margin-top: 20px;
}
.page-header-hero__body p {
  color: #413D3D;
}
.page-header-hero__body p {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .page-header-hero__body p {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.page-header-hero__body p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

.sitemap {
  margin: 25px 0;
}
.sitemap__title {
  margin-bottom: 30px;
}

.signposts-topic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-gap: 15px;
  gap: 15px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.signpost-topic {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.signpost-topic__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  background: #FFFFFF;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  text-align: center;
  padding: 35px 15px;
}

.signpost-topic__headline {
  margin-bottom: 15px;
}
.signpost-topic__headline h2 {
  color: #D11A88;
  border-bottom: 1px solid transparent;
  display: inline;
}
.signpost-topic__headline h2 {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .signpost-topic__headline h2 {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.signpost-topic__headline h2 {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  .signpost-topic__headline h2 {
    font-size: 22px;
    line-height: 26px;
  }
}

.signpost-topic__body p {
  color: #413D3D;
}
.signpost-topic__body p {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .signpost-topic__body p {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.signpost-topic__body p {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}

.signpost-topic__picture {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  overflow: hidden;
}

.signpost-topic__call-to-action {
  margin-top: 15px;
}

.signpost-topic-list {
  margin-top: 70px;
  margin-bottom: 70px;
}

.signpost-topic-item {
  position: relative;
  overflow: hidden;
  background: white;
  white-space: nowrap;
  margin: 0 15px 40px;
}
.signpost-topic-item:last-child {
  margin-bottom: 0;
}
.signpost-topic-item:before {
  content: "";
  display: none;
  vertical-align: middle;
  width: 58.3333333333%;
  min-height: 516px;
}
.signpost-topic-item__picture {
  top: 0;
  left: 0;
  width: 100%;
  vertical-align: top;
}
.rtl .signpost-topic-item__picture {
  right: 0;
}
.signpost-topic-item__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.signpost-topic-item__content {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 30px;
  white-space: normal;
  text-align: center;
}
.signpost-topic-item__headline {
  color: #D11A88;
}
.signpost-topic-item__body {
  color: #413D3D;
  display: block;
  margin-top: 20px;
}
.signpost-topic-item__body {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .signpost-topic-item__body {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.signpost-topic-item__body {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.signpost-topic-item__call-to-action {
  margin-top: 20px;
}
.signpost-topic-item__call-to-action .btn {
  white-space: normal;
  margin: 0 auto;
}

.video-grid {
  margin-top: 50px;
  margin-bottom: 50px;
  overflow: hidden;
}
.video-grid .row {
  margin: 0 0 50px;
}
.video-grid .row:last-child {
  margin-bottom: 0;
}
.video-grid .row div[class^=col-] {
  margin-bottom: 50px;
}
.video-grid .row div[class^=col-]:last-child {
  margin-bottom: 0;
}
.video-grid .video {
  margin-bottom: 0;
}
.video-grid .video__overlay {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
}
.video-grid .video__overlay:hover i {
  color: #D11A88;
}
.video-grid .video__overlay .video-play-trigger {
  color: #001E62;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  border-radius: 40px;
  border: none;
  cursor: pointer;
  z-index: 1;
  width: 60px;
  height: 60px;
}
.video-grid .video__overlay .video-play-trigger i {
  position: absolute;
  top: 50%;
  left: 56%;
  transform: translate(-56%, -50%);
  font-size: 27px;
}
.video-grid .video__overlay .video-play-trigger:before, .video-grid .video__overlay .video-play-trigger:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 40px;
  box-shadow: inset 0 0 5px 3px rgb(255, 255, 255);
}
.video-grid .video__overlay .video-play-trigger:before {
  animation: ripple 4.2s linear infinite;
}
.video-grid .video__overlay .video-play-trigger:after {
  animation: ripple 4.2s linear 2.1s infinite;
}
.video-grid .video__overlay img {
  max-width: 100%;
}
.video-grid .iframe-wrapper {
  margin-bottom: 20px;
}
.video-grid .iframe-wrapper:before {
  padding-top: 62%;
}

.video-grid--2x2 .video__overlay i {
  font-size: 55px;
}

.video-hero {
  text-align: center;
  overflow: hidden;
  margin-top: 56px;
  margin-bottom: 50px;
}
.video-hero .iframe-wrapper:before {
  padding-top: 62%;
}

.video-hero__overlay {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}
.video-hero__overlay:hover i {
  color: #D11A88;
}
.video-hero__overlay[\:not-has\(img\)] {
  padding-top: 62.6%;
  background-color: #D7D3D3;
}
.video-hero__overlay:not(:has(img)) {
  padding-top: 62.6%;
  background-color: #D7D3D3;
}
.video-hero__overlay .video-play-trigger {
  color: #001E62;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  border-radius: 40px;
  border: none;
  cursor: pointer;
  z-index: 1;
  width: 60px;
  height: 60px;
}
.video-hero__overlay .video-play-trigger i {
  position: absolute;
  top: 50%;
  left: 56%;
  transform: translate(-56%, -50%);
  font-size: 27px;
}
.video-hero__overlay .video-play-trigger:before, .video-hero__overlay .video-play-trigger:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 40px;
  box-shadow: inset 0 0 5px 3px rgb(255, 255, 255);
}
.video-hero__overlay .video-play-trigger:before {
  animation: ripple 4.2s linear infinite;
}
.video-hero__overlay .video-play-trigger:after {
  animation: ripple 4.2s linear 2.1s infinite;
}
.video-hero__overlay img {
  max-width: 100%;
}

.video-hero__title {
  color: #413D3D;
  margin-top: 30px;
}

.video-hero__timestamp {
  color: #001E62;
}
.video-hero__timestamp {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .video-hero__timestamp {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.video-hero__timestamp {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}

.video-inline {
  position: relative;
}
.video-inline--grow {
  margin-left: auto;
  margin-right: auto;
}
.video-inline--grow .video-inline__wrapper {
  margin: 0 auto;
  float: none;
  transition: all 0.6s ease;
}
.video-inline--grow img {
  display: block;
  margin: 0 auto;
}
.video-inline--grow-active .container {
  width: 100%;
  padding: 0;
}
.video-inline--grow-active .row {
  margin: 0;
}
.video-inline--grow-active .video-inline__wrapper {
  width: 100%;
  padding: 0;
}
.video-inline--grow-active .video__poster img {
  width: 100%;
}
.video-inline .video__poster {
  position: relative;
  cursor: pointer;
}
.video-inline .video-player-parent {
  position: absolute;
  height: 0;
  width: 100%;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s ease, height 0.1s 0.5s ease;
}
.video-inline .video-player-parent--show {
  height: 100%;
  opacity: 1;
  transition: height 0.1s ease, opacity 0.5s 0.1s ease;
}
.video-inline .video-player-parent .jwplayer {
  height: 100% !important;
}

.tiktok-video {
  position: relative;
  margin: 0 auto;
  background-color: #C0B4B4;
  border-radius: 7px;
  height: 757px;
  width: 330px;
}

blockquote.tiktok-embed {
  height: 760px;
  width: 330px;
  margin: 0 auto;
}
blockquote.tiktok-embed:before, blockquote.tiktok-embed:after {
  content: "";
}

.video {
  margin-bottom: 50px;
  text-align: center;
}
.video__title {
  text-align: center;
  color: #413D3D;
}
.video__title {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .video__title {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.video__title {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
@media (min-width: 1200px) {
  .video__title {
    font-size: 26px;
    line-height: 31px;
  }
}
.video__title {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .video__title {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.video__timestamp {
  color: #001E62;
}
.video__timestamp {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .video__timestamp {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.video__timestamp {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}

.jwplayer .jw-preview {
  background-position: center;
  background-size: cover;
}
.jwplayer .jw-svg-icon-play {
  display: none !important;
}
.jwplayer .jw-svg-icon-replay,
.jwplayer .jw-svg-icon-buffer,
.jwplayer .jw-svg-icon-pause {
  width: 24px !important;
  height: 24px !important;
}
.jwplayer .jw-icon-rewind {
  visibility: hidden !important;
}
.jwplayer .jw-display-icon-container .jw-icon, .jwplayer.jw-breakpoint-5 .jw-display .jw-display-icon-container .jw-icon {
  width: 65px !important;
  height: 65px !important;
  line-height: 65px !important;
  background-color: #D11A88;
  border-radius: 100%;
}
.jwplayer .jw-svg-icon-pause {
  height: 24px !important;
  width: 24px !important;
}
.jwplayer .jw-display-icon-container .jw-icon:before {
  font-size: 16px;
  opacity: 1;
}
.jwplayer .jw-background-color {
  background-color: transparent;
}
.jwplayer.jw-state-idle .jw-icon-display, .jwplayer.jw-state-complete .jw-icon-playback, .jwplayer.jw-state-paused .jw-icon-display, .jwplayer.jw-state-paused .jw-icon-playback {
  position: relative;
}
.jwplayer.jw-state-idle .jw-icon-display:before, .jwplayer.jw-state-complete .jw-icon-playback:before, .jwplayer.jw-state-paused .jw-icon-display:before, .jwplayer.jw-state-paused .jw-icon-playback:before {
  font-family: "femcare-icons" !important;
  content: "\e927" !important;
  position: absolute;
  top: 0;
  width: auto !important;
  height: auto !important;
}
.jwplayer.jw-state-playing .jw-icon-display {
  font-size: 16px;
}
.jwplayer.jwplayer:not(.jw-flag-touch):not(.jw-error):not(.jw-state-error):not(.jw-state-buffering) .jw-display-icon-container:hover, .jwplayer.jwplayer:not(.jw-flag-touch):not(.jw-error):not(.jw-state-error):not(.jw-state-buffering) .jw-media:hover ~ .jw-controls .jw-display-icon-display {
  background-color: transparent;
}
.jwplayer.jwplayer:not(.jw-flag-touch):not(.jw-error):not(.jw-state-error):not(.jw-state-buffering) .jw-display-icon-container:hover, .jwplayer.jwplayer:not(.jw-flag-touch):not(.jw-error):not(.jw-state-error):not(.jw-state-buffering) .jw-media:hover ~ .jw-controls .jw-display-icon-display {
  background-color: transparent;
}
.jwplayer .jw-button-color {
  color: #FFFFFF;
}
.jwplayer .jw-controlbar {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .jwplayer .jw-controlbar {
    padding: 5px 15px;
  }
}
.jwplayer .jw-icon-rewind,
.jwplayer .jw-icon-hd,
.jwplayer .jw-icon-audio-tracks {
  display: none;
}
.jwplayer .jw-icon-playback {
  background-color: #D11A88;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
}
.jwplayer .jw-icon-fullscreen {
  font-size: 20px;
}
.jwplayer .jw-rail {
  background-color: rgba(246, 243, 243, 0.7);
  border-radius: 100px;
}
.jwplayer .jw-buffer {
  background-color: #F6F3F3;
  border-radius: 100px;
}
.jwplayer .jw-progress {
  background-color: #001E62;
  border-radius: 100px;
}
.jwplayer .jw-knob {
  height: 15px;
  width: 15px;
  background-color: #D11A88;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 100%;
}
.jwplayer .jw-slider-horizontal .jw-buffer,
.jwplayer .jw-slider-horizontal .jw-progress,
.jwplayer .jw-slider-horizontal .jw-rail {
  height: 4px;
}
.jwplayer .jw-slider-vertical .jw-progress,
.jwplayer .jw-slider-vertical .jw-rail,
.jwplayer .jw-slider-vertical .jw-slider-container {
  width: 4px;
}
.jwplayer .jw-slider-vertical .jw-knob {
  left: -6px;
}
.jwplayer .jw-time-tip {
  word-break: normal;
}
.jwplayer .jw-text-duration {
  width: 80px !important;
}

/* ==========================
Medical Device Regulation
========================= */
.mdr {
  margin: 30px 0;
  padding: 0;
}
.mdr__container {
  background: transparent;
}
.mdr__item {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.mdr__item:first-of-type {
  margin-top: 0;
}
.mdr__icon-container {
  margin-right: 10px;
  max-width: 45px;
  min-width: 45px;
}
.rtl .mdr__icon-container {
  margin-left: 10px;
  margin-right: 0;
}
.mdr__icon {
  display: block;
  width: 100%;
}
.mdr__headline, .mdr__text {
  color: #413D3D;
  font-size: 0.875em;
  line-height: 1.4;
  margin-bottom: 0;
}
.mdr__headline {
  font-family: "BWModelicaLGC-ExtraBold", "BWModelicaLGC-ExtraBold-Fallback", sans-serif;
}
.rtl .mdr__headline {
  font-family: "NotoSansArabic-ExtraBold", "NotoSansArabic-ExtraBold-Fallback", sans-serif;
  letter-spacing: normal;
}

.color-region--white {
  background-color: #FFFFFF;
}
.color-region--white > :first-child {
  margin-top: 0;
  padding-top: 40px;
}
.color-region--white > :last-child {
  margin-bottom: 0;
  padding-bottom: 70px;
}

.hero-signpost {
  background: #FFFFFF;
  margin-top: 50px;
  margin-bottom: 50px;
}
.hero-signpost:first-child {
  margin-top: 0;
}
.hero-signpost .hero-signpost__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.hero-signpost .hero-signpost__icon {
  width: 55px;
  height: 51px;
  margin-bottom: 20px;
}
.hero-signpost .hero-signpost__headline {
  text-align: center;
  margin-bottom: 30px;
}
.hero-signpost .hero-signpost__headline h2 {
  color: #413D3D;
  margin: 0;
}
.hero-signpost .hero-signpost__headline h2 {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .hero-signpost .hero-signpost__headline h2 {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.hero-signpost .hero-signpost__headline h2 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0;
}
@media (min-width: 1200px) {
  .hero-signpost .hero-signpost__headline h2 {
    font-size: 34px;
    line-height: 46px;
  }
}
.hero-signpost .hero-signpost__body {
  margin-bottom: 50px;
  color: #413D3D;
  text-align: center;
}
.hero-signpost .hero-signpost__body {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .hero-signpost .hero-signpost__body {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.hero-signpost .hero-signpost__body {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.hero-signpost .hero-signpost__actions {
  display: flex;
  grid-gap: 10px;
  gap: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero-signpost .hero-signpost__button {
  text-align: center;
  min-width: 150px;
  width: 100%;
}
.hero-signpost .hero-signpost__button a {
  width: 100%;
}

.accordion-standalone {
  background: #FFFFFF;
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 0 20px;
}

.accordion__list {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
}

.accordion--default .accordion__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #FFFFFF;
  padding: 25px 0;
  border: none;
  border-top: 1px solid #D7D3D3;
  text-align: left;
  cursor: pointer;
  color: #2F2F2F;
}
.accordion--default .accordion__header.active {
  border: none;
}
.accordion--default .accordion__header {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .accordion--default .accordion__header {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.accordion--default .accordion__header {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.accordion--default .accordion__item:first-child .accordion__header {
  border: none;
}
.accordion--default .accordion__body {
  background: #FFFFFF;
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 0.1s ease, opacity 0.2s ease, padding 0.2s ease;
}
.accordion--default .accordion__body.expanded {
  margin-bottom: 25px;
}
.accordion--default .accordion__body::before, .accordion--default .accordion__body::after {
  content: "";
  display: block;
}
.accordion--default .accordion__body::before {
  margin-top: -2rem;
}
.accordion--default .accordion__body::after {
  margin-bottom: -2rem;
}
.accordion--default .accordion__body.expanded {
  height: auto;
  opacity: 1;
  padding: 2.5rem 0;
}
.accordion--default .accordion__body p {
  color: #413D3D;
  margin-top: 30px;
  margin-bottom: 30px;
}
.accordion--default .accordion__body h1 {
  color: #413D3D;
  margin-top: 30px;
  margin-bottom: 30px;
}
.accordion--default .accordion__body h2 {
  margin-top: 30px;
  margin-bottom: 20px;
}
.accordion--default .accordion__body h3 {
  font-size: 1.125em;
  line-height: 1.1111111111;
  margin-bottom: 30px;
  margin-top: 30px;
}
.accordion--default .accordion__body h2,
.accordion--default .accordion__body h3 {
  color: #413D3D;
}
.accordion--default .accordion__body h2,
.accordion--default .accordion__body h3 {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .accordion--default .accordion__body h2,
.rtl .accordion--default .accordion__body h3 {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.accordion--default .accordion__body p:first-child,
.accordion--default .accordion__body h1:first-child,
.accordion--default .accordion__body h2:first-child,
.accordion--default .accordion__body h3:first-child {
  margin-top: 0;
}
.accordion--default .accordion__body p:last-child,
.accordion--default .accordion__body h1:last-child,
.accordion--default .accordion__body h2:last-child,
.accordion--default .accordion__body h3:last-child {
  margin-bottom: 0;
}
.accordion--default .accordion__body ul {
  margin-bottom: 30px;
  padding-left: 20px;
  color: #413D3D;
}
.accordion--default .accordion__body ul > li {
  font-size: 1em;
  line-height: 1.875;
}
.accordion--default .accordion__body div {
  color: #413D3D;
  font-size: 16px;
  line-height: 30px;
}
.accordion--default .accordion__body div {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .accordion--default .accordion__body div {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  .accordion--default .accordion__body p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .accordion--default .accordion__body h1 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .accordion--default .accordion__body h2 {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .accordion--default .accordion__body h3 {
    font-size: 1.625em;
    line-height: 1.0769230769;
    margin-bottom: 30px;
    margin-top: 50px;
  }
  .accordion--default .accordion__body p:first-child,
  .accordion--default .accordion__body h1:first-child,
  .accordion--default .accordion__body h2:first-child,
  .accordion--default .accordion__body h3:first-child {
    margin-top: 0;
  }
  .accordion--default .accordion__body p:last-child,
  .accordion--default .accordion__body h1:last-child,
  .accordion--default .accordion__body h2:last-child,
  .accordion--default .accordion__body h3:last-child {
    margin-bottom: 0;
  }
}
.accordion--default .accordion__body {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .accordion--default .accordion__body {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.accordion--default .accordion__body {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}
.accordion--default .accordion__toggle-icon {
  color: #001E62;
  display: inline-block;
  transition: transform 0.25s ease-out;
}
.accordion--default .accordion__toggle-icon--expanded {
  transform: rotate(180deg);
}

.period-tracker {
  margin-top: 70px;
  margin-bottom: 40px;
}
.period-tracker:first-child {
  margin-top: 0;
}
.period-tracker__panel {
  margin: 60px 0;
  background-color: #FFFFFF;
}
.period-tracker__panel .row [class^=col-] {
  padding: 0;
}
.period-tracker__content {
  padding: 0 15px;
  background: #FFFFFF;
}
.period-tracker__headline {
  text-align: center;
  color: #001E62;
  margin-bottom: 20px;
  padding: 30px 30px 0;
}
.period-tracker__headline h1 {
  display: inline;
}
.period-tracker__headline h1 {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .period-tracker__headline h1 {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.period-tracker__headline h1 {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.5px;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .period-tracker__headline h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
.period-tracker__body {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.period-tracker__body p {
  color: #413D3D;
}
.period-tracker__body p {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .period-tracker__body p {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.period-tracker__body p {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}
.period-tracker__disclaimer {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.period-tracker__disclaimer p {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .period-tracker__disclaimer p {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.period-tracker__disclaimer p {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}
.period-tracker__inputs {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
}
.period-tracker__input {
  width: 100%;
  margin-bottom: 25px;
}
.period-tracker__input:last-child {
  margin-bottom: 0;
}
.period-tracker__input select,
.period-tracker__input .date-selected {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 2px solid #e8dfe4;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: right center;
}
.period-tracker__input select,
.period-tracker__input .date-selected {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .period-tracker__input select,
.rtl .period-tracker__input .date-selected {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.period-tracker__input select,
.period-tracker__input .date-selected {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.rtl .period-tracker__input select,
.rtl .period-tracker__input .date-selected {
  background-position: left 10px center;
}
.period-tracker__input select:hover,
.period-tracker__input .date-selected:hover {
  cursor: pointer;
}
.period-tracker__input select:focus,
.period-tracker__input .date-selected:focus {
  outline: none;
}
.period-tracker__input select.focus-visible,
.period-tracker__input .date-selected.focus-visible {
  outline: 2px solid #2F2F2F;
}
.period-tracker__input select:focus-visible,
.period-tracker__input .date-selected:focus-visible {
  outline: 2px solid #2F2F2F;
}
.period-tracker__input select {
  width: 100%;
  padding-left: calc(50% - 10px);
  background-color: #FFFFFF;
}
.rtl .period-tracker__input select {
  padding-left: 0;
  padding-right: calc(50% - 10px);
}
.period-tracker__input .date-selected {
  position: relative;
  text-align: center;
  padding-right: 5px;
}
.period-tracker__input .date-selected i {
  color: #D11A88;
  right: 25px;
  position: absolute;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
}
.rtl .period-tracker__input .date-selected i {
  right: auto;
  right: initial;
  left: 10px;
}
.period-tracker__input-description {
  position: relative;
  z-index: 1;
}
.period-tracker__input-heading {
  margin-left: 30px;
  color: #413D3D;
  margin-top: 10px;
  margin-bottom: 10px;
}
.period-tracker__input-heading {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .period-tracker__input-heading {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.period-tracker__input-heading {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}
.rtl .period-tracker__input-heading {
  margin-left: 0;
  margin-right: 30px;
}
.period-tracker__track {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
}
.period-tracker #datepicker {
  z-index: 20;
  position: absolute;
  top: 65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: #FFFFFF;
  text-align: center;
  padding: 0 16px 18px 16px;
  box-shadow: 0px 9px 15px rgba(184, 169, 177, 0.3);
  border-radius: 10px;
}
.period-tracker #datepicker .ui-datepicker-title {
  display: inline-block;
}
.period-tracker #datepicker .ui-datepicker-title {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .period-tracker #datepicker .ui-datepicker-title {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.period-tracker #datepicker .ui-datepicker-title {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}
.period-tracker #datepicker .ui-datepicker-header {
  margin-top: 5px;
  margin-bottom: 15px;
}
.period-tracker #datepicker .ui-datepicker-next:before,
.period-tracker #datepicker .ui-datepicker-prev:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "femcare-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 14px;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.period-tracker #datepicker .ui-datepicker-next:before,
.period-tracker #datepicker .ui-datepicker-prev:before {
  color: #D11A88;
  font-size: 11px;
  padding: 0 10px;
}
.period-tracker #datepicker .ui-datepicker-prev {
  float: left;
}
.rtl .period-tracker #datepicker .ui-datepicker-prev {
  float: right;
  transform: rotate(180deg);
}
.period-tracker #datepicker .ui-datepicker-next {
  float: right;
}
.rtl .period-tracker #datepicker .ui-datepicker-next {
  float: left;
  transform: rotate(180deg);
}
.period-tracker #datepicker .ui-icon {
  display: none;
}
.period-tracker #datepicker .ui-datepicker-calendar th,
.period-tracker #datepicker .ui-datepicker-calendar td {
  white-space: nowrap;
  text-align: center;
}
.period-tracker #datepicker .ui-datepicker-calendar th span {
  color: #001E62;
  display: inline-block;
  width: 32px;
  height: 32px;
}
.period-tracker #datepicker .ui-datepicker-calendar th span {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .period-tracker #datepicker .ui-datepicker-calendar th span {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.period-tracker #datepicker .ui-datepicker-calendar th span {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}
.period-tracker #datepicker .ui-datepicker-calendar td {
  height: 32px;
}
.period-tracker #datepicker .ui-datepicker-calendar td a {
  color: #413D3D;
}
.period-tracker #datepicker .ui-datepicker-calendar td a {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .period-tracker #datepicker .ui-datepicker-calendar td a {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.period-tracker #datepicker .ui-datepicker-calendar td a {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}
.period-tracker #datepicker .ui-datepicker-calendar td:not(.ui-datepicker-other-month):hover {
  background: #fce8f4;
  border-radius: 50px;
}
.period-tracker #datepicker .ui-datepicker-calendar td.ui-datepicker-current-day {
  position: relative;
}
.period-tracker #datepicker .ui-datepicker-calendar td.ui-datepicker-current-day:after {
  content: "";
  border: 2px solid #D11A88;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
}
.period-tracker .hidden-pt {
  display: none;
}
.period-tracker .ui-datepicker-calendar,
.period-tracker .ui-datepicker-calendar table,
.period-tracker .ui-datepicker-calendar th,
.period-tracker .ui-datepicker-calendar td {
  border: none;
  padding: 0;
}

.period-tracker-info {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
}
.period-tracker-info .period-tracker-info__icon {
  font-size: 20px;
  color: #746969;
}
.period-tracker-info .period-tracker-info__tooltip-content {
  display: none;
}

.tooltip__content--period-tracker-input p {
  margin: 0;
}

.period-tracker-result-heading {
  display: none;
  text-align: center;
  padding: 0;
  margin-top: 40px;
  margin-bottom: 30px;
}
.period-tracker-result-heading h2 {
  color: #413D3D;
  max-width: 780px;
  margin: 0 auto;
}
.period-tracker-result-heading h2 {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .period-tracker-result-heading h2 {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.period-tracker-result-heading h2 {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  .period-tracker-result-heading h2 {
    font-size: 22px;
    line-height: 26px;
  }
}

.period-tracker .ui-datepicker-month,
.period-tracker-results .ui-datepicker-month {
  text-transform: capitalize;
}
.period-tracker .ui-datepicker-inline,
.period-tracker-results .ui-datepicker-inline {
  display: block !important;
  margin: 0 auto;
  width: 100% !important;
}
.period-tracker .ui-datepicker-inline:before, .period-tracker .ui-datepicker-inline:after,
.period-tracker-results .ui-datepicker-inline:before,
.period-tracker-results .ui-datepicker-inline:after {
  display: table;
  content: " ";
}
.period-tracker .ui-datepicker-inline:after,
.period-tracker-results .ui-datepicker-inline:after {
  clear: both;
}
.rtl .period-tracker .ui-datepicker-inline,
.rtl .period-tracker-results .ui-datepicker-inline {
  display: flex !important;
  flex-direction: column;
}

.period-tracker-results {
  display: none;
  background-color: #FFFFFF;
  width: 100%;
  padding: 0 30px;
}
.period-tracker-results.active {
  display: flex;
  flex-direction: column;
}
.period-tracker-results .result-wrapper {
  margin-bottom: 15px;
  order: 0;
}
.period-tracker-results__disclaimer {
  margin: 15px 0;
  text-align: center;
  order: 3;
}
.period-tracker-results .period-result {
  position: relative;
  min-height: 200px;
  display: none;
}
.period-tracker-results .period-result:focus {
  outline: none;
}
.period-tracker-results .period-result.active {
  display: block;
}
.period-tracker-results .period-result:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.period-tracker-results .ui-datepicker-group {
  margin-top: 30px;
  text-align: center;
  display: block;
  width: auto;
}
.period-tracker-results .ui-datepicker-group th,
.period-tracker-results .ui-datepicker-group td {
  text-align: center;
  box-sizing: border-box;
}
.period-tracker-results .ui-datepicker-group th span {
  color: #001E62;
  font-weight: bold;
}
.period-tracker-results .ui-datepicker-group th span {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .period-tracker-results .ui-datepicker-group th span {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.period-tracker-results .ui-datepicker-group th span {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.period-tracker-results .ui-datepicker-group tr:first-child td {
  padding-top: 12px;
}
.period-tracker-results .ui-datepicker-group td {
  padding-top: 6px;
  padding-bottom: 6px;
}
.period-tracker-results .ui-datepicker-group td.ui-datepicker-other-month {
  visibility: hidden;
}
.period-tracker-results .ui-datepicker-group td a {
  color: #413D3D;
  display: inline-block;
  width: 41px;
}
.period-tracker-results .ui-datepicker-group td a {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .period-tracker-results .ui-datepicker-group td a {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.period-tracker-results .ui-datepicker-group td a {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.period-tracker-results .ui-datepicker-group td.prePeriod a {
  border-color: rgba(255, 126, 0, 0.5);
  color: #413D3D;
}
.period-tracker-results .ui-datepicker-group td.periodDays a {
  border-color: #ff4d5e;
  background-color: #ff4d5e;
  color: #FFFFFF;
}
.period-tracker-results .ui-datepicker-group td.postPeriod a {
  border-color: rgba(209, 26, 136, 0.5);
  color: #413D3D;
}
.period-tracker-results .ui-datepicker-group td.peakOvulation a {
  border-color: rgba(1, 176, 172, 0.5);
  color: #413D3D;
}
.period-tracker-results .ui-datepicker-group td.period-tracker-day--border-radius-start.period-tracker-day--rtl a {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-right-width: 2px;
  border-right-style: solid;
  width: 40px;
  float: left;
}
.period-tracker-results .ui-datepicker-group td.period-tracker-day--border-radius-start:not(.period-tracker-day--rtl) a {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-left-width: 2px;
  border-left-style: solid;
  width: 40px;
  float: right;
}
.period-tracker-results .ui-datepicker-group td.period-tracker-day--border-radius-end.period-tracker-day--rtl a {
  width: 40px;
  float: right;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-left-width: 2px;
  border-left-style: solid;
}
.period-tracker-results .ui-datepicker-group td.period-tracker-day--border-radius-end:not(.period-tracker-day--rtl) a {
  width: 40px;
  float: left;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-right-width: 2px;
  border-right-style: solid;
}
.period-tracker-results .ui-datepicker-group td.period-tracker-day--border-radius-end.period-tracker-day--border-radius-start a {
  width: 39px;
  float: none;
}
.period-tracker-results .ui-datepicker-title {
  margin-bottom: 20px;
  font-weight: bold;
  color: #413D3D;
}
.period-tracker-results .ui-datepicker-title {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .period-tracker-results .ui-datepicker-title {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.period-tracker-results .ui-datepicker-title {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.period-tracker-results .ui-datepicker-calendar {
  display: inline-block;
  width: auto;
}
.period-tracker-results .ui-datepicker-calendar,
.period-tracker-results .ui-datepicker-calendar table,
.period-tracker-results .ui-datepicker-calendar th,
.period-tracker-results .ui-datepicker-calendar td {
  border: none;
}
.period-tracker-results .ui-datepicker-prev {
  display: none;
}
.period-tracker-results .ui-datepicker-next {
  display: none;
}
.period-tracker-results .prePeriod a,
.period-tracker-results .periodDays a,
.period-tracker-results .postPeriod a,
.period-tracker-results .peakOvulation a {
  border-top-width: 2px;
  border-top-style: solid;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.period-tracker-results .nav.desktop {
  order: 1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.period-tracker-results .nav.desktop i {
  color: #D11A88;
  display: inline-block;
  font-size: 11px;
  line-height: 25px;
  width: 24px;
  height: 24px;
  border-radius: 30px;
  text-align: center;
  padding-left: 2px;
}
.period-tracker-results .nav.desktop #previous,
.period-tracker-results .nav.desktop #next {
  max-width: 50%;
}
.period-tracker-results .nav.desktop #previous:hover,
.period-tracker-results .nav.desktop #next:hover {
  cursor: pointer;
}
.period-tracker-results .nav.desktop #previous:hover i,
.period-tracker-results .nav.desktop #next:hover i {
  background: rgba(209, 26, 136, 0.1);
}
.period-tracker-results .nav.desktop #previous {
  float: left;
}
.period-tracker-results .nav.desktop #previous i {
  float: left;
  margin-right: 5px;
}
.rtl .period-tracker-results .nav.desktop #previous {
  float: right;
}
.rtl .period-tracker-results .nav.desktop #previous i {
  transform: rotate(180deg);
}
.period-tracker-results .nav.desktop #next {
  float: right;
}
.period-tracker-results .nav.desktop #next i {
  float: right;
  margin-left: 5px;
}
.rtl .period-tracker-results .nav.desktop #next {
  float: left;
}
.rtl .period-tracker-results .nav.desktop #next i {
  transform: rotate(180deg);
}
.period-tracker-results .nav.desktop p {
  margin: 0;
  display: flex;
  align-items: center;
}
.period-tracker-results .nav.desktop p {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .period-tracker-results .nav.desktop p {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.period-tracker-results .nav.desktop p {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}
.rtl .period-tracker-results .nav.desktop p {
  flex-direction: row-reverse;
}
.period-tracker-results__disclaimer {
  margin: 15px 0;
  text-align: center;
}
.period-tracker-results__disclaimer {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .period-tracker-results__disclaimer {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.period-tracker-results__disclaimer {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}
.period-tracker-results .button-wrapper {
  margin: 15px 0 30px 0;
  text-align: center;
  order: 4;
}
.period-tracker-results .button-wrapper #addeventatc1 {
  width: 100%;
}
.period-tracker-results .button {
  display: inline-block;
  color: #D11A88;
  background-color: transparent;
  border: 2px solid #D11A88;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 50px;
  transition: background 0.25s ease, color 0.25s ease, opacity 0.25s ease;
  padding: 16px 36px;
}
.period-tracker-results .button span {
  display: inline-block;
  text-transform: uppercase;
}
.period-tracker-results .button span {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .period-tracker-results .button span {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.period-tracker-results .button span {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
}
.period-tracker-results .button span#addeventatc1-drop {
  position: absolute;
  display: none;
  top: 60px;
  left: -5px;
  width: 100%;
  background: #D11A88;
  border: 3px solid #D11A88;
  text-align: center;
  margin: 0px;
  padding: 0px 2px !important;
}
.period-tracker-results .button span#addeventatc1-drop > span {
  width: 100%;
  padding: 22px 0;
}
.period-tracker-results .addeventatc {
  color: #FFFFFF !important;
  box-shadow: none !important;
  z-index: 1 !important;
}
.period-tracker-results .addeventatc:hover span.text {
  color: #FFFFFF;
}
.period-tracker-results .addeventatc span {
  color: #D11A88;
}
.period-tracker-results .addeventatc span.addeventatc_icon {
  display: none;
}
.period-tracker-results .addeventatc:hover {
  background-color: #D11A88;
  color: #FFFFFF;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.period-tracker-results .addeventatc:active {
  border-width: 2px !important;
}
.period-tracker-results .addeventatc #addeventatc1-drop span {
  color: #FFFFFF !important;
}
.period-tracker-results .addeventatc #addeventatc1-drop span:hover {
  color: #D11A88 !important;
}
.period-tracker-results .addeventatc_dropdown .copyx {
  display: none !important;
}
.period-tracker-results .addeventatc_dropdown span em {
  color: #FFFFFF !important;
}
.period-tracker-results .addeventatc_dropdown span:hover em {
  color: #D11A88 !important;
}

.period-tracker-legend:last-child,
.period-tracker-results__disclaimer:last-child {
  margin-bottom: 30px;
}

.period-tracker-legend {
  margin: 15px 0;
  display: block;
  width: 100%;
  text-align: center;
  order: 2;
}
.period-tracker-legend__list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
}
.period-tracker-legend__list-item {
  display: block;
  text-align: left;
}
.period-tracker-legend__color {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 20px;
  margin-right: 7px;
}
.period-tracker-legend__color--pre-period {
  background: #ff7e00;
}
.period-tracker-legend__color--period {
  background: #ff4d5e;
}
.period-tracker-legend__color--post-period {
  background: #e22993;
}
.period-tracker-legend__color--peak-ovulation {
  background: #01b0ac;
}
.period-tracker-legend__identifier {
  text-transform: lowercase;
}
.period-tracker-legend__identifier {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .period-tracker-legend__identifier {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.period-tracker-legend__identifier {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}

.period-tracker-legend-info {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: -20px;
}
.rtl .period-tracker-legend-info {
  right: auto;
  left: -20px;
}
.period-tracker-legend-info .period-tracker-legend-info__icon {
  color: #D11A88;
  line-height: 23px;
  font-size: 13px;
  vertical-align: middle;
}
.period-tracker-legend-info .period-tracker-legend-info__tooltip-content {
  display: none;
}

.tooltip__content--period-tracker-legend {
  padding-left: 25px;
}
.rtl .tooltip__content--period-tracker-legend {
  padding-left: 0;
  padding-right: 25px;
}
.tooltip__content--period-tracker-legend .tooltip__heading {
  color: #413D3D;
  display: block;
  position: relative;
}
.tooltip__content--period-tracker-legend .tooltip__heading {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .tooltip__content--period-tracker-legend .tooltip__heading {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.tooltip__content--period-tracker-legend .tooltip__heading {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}
.tooltip__content--period-tracker-legend .tooltip__heading:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 20px;
  top: 7px;
  left: -14px;
}
.rtl .tooltip__content--period-tracker-legend .tooltip__heading:before {
  left: auto;
  right: -14px;
}
.tooltip__content--period-tracker-legend .tooltip__heading--pre-period:before {
  background: #ff7e00;
}
.tooltip__content--period-tracker-legend .tooltip__heading--period:before {
  background: #ff4d5e;
}
.tooltip__content--period-tracker-legend .tooltip__heading--post-period:before {
  background: #e22993;
}
.tooltip__content--period-tracker-legend .tooltip__heading--peak-ovulation:before {
  background: #01b0ac;
}

.arrow-link {
  color: #D11A88;
  display: inline-block;
}
.arrow-link {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .arrow-link {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.arrow-link {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}
.arrow-link.arrow-link--blue {
  color: #001E62;
}
.arrow-link.arrow-link--white {
  color: #FFFFFF;
}
.arrow-link .icon-arrow-right-smooth, .arrow-link .period-tracker #datepicker .ui-datepicker-next, .period-tracker #datepicker .arrow-link .ui-datepicker-next {
  font-size: 13px;
  vertical-align: baseline;
  transition: transform 0.3s ease-out;
  display: inline-block;
  font-weight: bold;
  padding-left: 10px;
}
.rtl .arrow-link .icon-arrow-right-smooth, .rtl .arrow-link .period-tracker #datepicker .ui-datepicker-next, .period-tracker #datepicker .rtl .arrow-link .ui-datepicker-next {
  transform: rotate(180deg) translateY(2px);
}
.rtl .arrow-link__title,
.rtl .arrow-link .arrow-link {
  float: right;
}
.arrow-link:hover {
  color: #D11A88;
}
.arrow-link:hover.arrow-link--blue {
  color: #001E62;
}
.arrow-link:hover.arrow-link--white {
  color: #FFFFFF;
}
.arrow-link:hover .icon-arrow-right-smooth, .arrow-link:hover .period-tracker #datepicker .ui-datepicker-next, .period-tracker #datepicker .arrow-link:hover .ui-datepicker-next {
  transform: translateX(10px);
}
.rtl .arrow-link:hover .icon-arrow-right-smooth, .rtl .arrow-link:hover .period-tracker #datepicker .ui-datepicker-next, .period-tracker #datepicker .rtl .arrow-link:hover .ui-datepicker-next {
  transform: translateX(-10px) rotate(180deg);
}

.cta-link {
  color: #D11A88;
  display: inline-block;
  position: relative;
}
.cta-link {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .cta-link {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.cta-link {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}
.cta-link.cta-link--white {
  color: #FFFFFF;
}
.cta-link.cta-link--blue {
  color: #001E62;
}
.cta-link.cta-link--bold {
  font-weight: bold;
}
.cta-link i {
  position: absolute;
  font-size: 11px;
  transition: transform 0.3s ease-out;
  display: inline-block;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
}
.rtl .cta-link i {
  right: auto;
  left: -25px;
  top: 0;
  transform: rotate(180deg);
}
.cta-link:hover {
  color: #D11A88;
}
.cta-link:hover.cta-link--white {
  color: #FFFFFF;
}
.cta-link:hover.cta-link--blue {
  color: #001E62;
}
.cta-link:hover i {
  transform: translate(10px, -50%);
}
.rtl .cta-link:hover i {
  transform: translateX(-10px) rotate(180deg);
}

.cta-link--secondary {
  color: #001E62;
  border-bottom: 1px solid #001E62;
}
.cta-link--secondary {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .cta-link--secondary {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.cta-link--secondary {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
}

.cards-panel {
  margin: 40px 0;
  text-align: center;
}
.cards-panel__title h2 {
  color: #001E62;
  margin-bottom: 20px;
}
.cards-panel__title h2 {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .cards-panel__title h2 {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.cards-panel__title h2 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
@media (min-width: 1200px) {
  .cards-panel__title h2 {
    font-size: 26px;
    line-height: 31px;
  }
}
.cards-panel__description {
  color: #2F2F2F;
  margin-bottom: 20px;
}
.cards-panel__description {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .cards-panel__description {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.cards-panel__description {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}
.cards-panel__list {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.card {
  flex-basis: 135px;
  min-height: 135px;
  margin-bottom: 20px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 25px 15px 10px;
  text-align: center;
  box-shadow: 0px 2px 10px rgba(184, 169, 177, 0.2);
}
.card__image {
  height: 50px;
  width: 50px;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
}
.card__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.card__name {
  color: #2F2F2F;
}
.card__name {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .card__name {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.card__name {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}

.podcast {
  margin: 20px 0;
}

.podcast-hero {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.podcast-hero__title {
  color: #413D3D;
  margin-top: 30px;
}

.podcast-grid {
  margin-top: 50px;
  margin-bottom: 50px;
}
.podcast-grid .row {
  margin: 0 0 50px;
}
.podcast-grid .row:last-child {
  margin-bottom: 0;
}
.podcast-grid .row div[class^=col-] {
  margin-bottom: 50px;
}
.podcast-grid .row div[class^=col-]:last-child {
  margin-bottom: 0;
}
.podcast-grid .podcast-embed {
  margin-bottom: 20px;
}
.podcast-grid .podcast-title {
  text-align: center;
  color: #413D3D;
}
.podcast-grid .podcast-title h2 {
  margin: 0;
}
.podcast-grid .podcast-title h2 {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .podcast-grid .podcast-title h2 {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.podcast-grid .podcast-title h2 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
@media (min-width: 1200px) {
  .podcast-grid .podcast-title h2 {
    font-size: 26px;
    line-height: 31px;
  }
}
.podcast-grid .podcast-title h2 {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .podcast-grid .podcast-title h2 {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}

.newsletter-subscription {
  margin: 50px 0;
  padding: 50px 0;
  max-width: 100%;
  background-color: #F6EEEC;
}
.newsletter-subscription form {
  margin: 0;
}
.newsletter-subscription form .form-recaptcha {
  margin: 0;
}
.newsletter-subscription form button[type=submit] {
  margin: 0;
}
.newsletter-subscription .form-checkbox-control {
  padding-left: 35px;
}
.rtl .newsletter-subscription .form-checkbox-control {
  padding-right: 25px;
  padding-left: 0;
}
.newsletter-modal .newsletter-subscription {
  padding: 0;
}

.newsletter-subscription__title {
  color: #2F2F2F;
  margin-bottom: 10px;
  text-align: center;
}
.newsletter-subscription__title {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .newsletter-subscription__title {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.newsletter-subscription__title {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
@media (min-width: 1200px) {
  .newsletter-subscription__title {
    font-size: 26px;
    line-height: 31px;
  }
}

.newsletter-subscription__description {
  color: #413D3D;
  margin-bottom: 20px;
  text-align: center;
}
.newsletter-subscription__description {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .newsletter-subscription__description {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.newsletter-subscription__description {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}

.newsletter-subscription__response-title {
  color: #001E62;
}
.newsletter-subscription__response-title {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .newsletter-subscription__response-title {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.newsletter-subscription__response-title {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
}

.newsletter-subscription__response-description {
  color: #413D3D;
}
.newsletter-subscription__response-description {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .newsletter-subscription__response-description {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.newsletter-subscription__response-description {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}

.newsletter-subscription__submit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
  grid-gap: 20px;
  gap: 20px;
}
.newsletter-subscription__submit .btn[disabled] {
  background-color: #FFFFFF;
}

.floating-button-wrapper {
  display: none;
  justify-content: right;
  position: sticky;
  right: 0;
  bottom: 35px;
  margin: 0 35px 35px 0;
  z-index: 999;
}

.floating-button-wrapper--shown {
  display: flex;
}

.floating-button {
  display: flex;
  box-shadow: 0px 6px 7px 0px rgba(0, 30, 98, 0.3);
  border-radius: 50px;
}

.floating-button__open {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 50px;
  width: 50px;
}
.floating-button__open i {
  font-size: 24px;
}

.floating-button__text {
  display: none;
  margin-bottom: 0;
  margin-left: 15px;
  white-space: pre-wrap;
  word-break: break-word;
  font-size: 14px;
  text-align: left;
}

.floating-button__close {
  display: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.floating-button__close.btn-narrow {
  padding-left: 0;
}
.floating-button__close i {
  font-size: 18px;
  box-shadow: -1px 0px 0px 0px #746969;
  padding: 10px 0 10px 15px;
}

.floating-button__open,
.floating-button__close {
  background-color: #001E62;
  color: #FFFFFF;
}
.floating-button__open:hover,
.floating-button__close:hover {
  background-color: #6F2453;
}

.floating-button--dragging {
  cursor: grab;
  cursor: -webkit-grab;
  opacity: 0.8;
  transform: scale(1.1);
}
.floating-button--dragging:before {
  content: "X";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 10;
  background-color: #DA291C;
  padding: 10px;
  border-radius: 50%;
  color: black;
  width: 20px;
  height: 20px;
}
.floating-button--dragging:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.comparison-panel {
  padding: 60px 0;
  background: #FFFFFF;
}
.comparison-panel__title {
  text-align: center;
}
.comparison-panel__title h1 {
  color: #001E62;
  margin: 0;
}
.comparison-panel__title h1 {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .comparison-panel__title h1 {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.comparison-panel__title h1 {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.5px;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .comparison-panel__title h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
.comparison-panel__table {
  padding-top: 30px;
  border-top: 2px solid #F6F3F3;
  text-align: center;
  overflow: auto;
}
.comparison-panel__briefs, .comparison-panel__specs {
  display: flex;
  width: 965px;
  justify-content: left;
}
.comparison-panel__brief {
  position: relative;
  padding: 50px 60px;
  border: 1px solid #F6F3F3;
  border-radius: 10px;
  margin: 0 10px;
  flex: 0 0 300px;
}
.comparison-panel__spec {
  padding: 25px 25px 0;
  flex: 0 0 321px;
  border: 1px solid #F6F3F3;
}
.comparison-panel__spec:nth-child(1) {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-right: none;
}
.comparison-panel__spec:nth-child(3) {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-left: none;
}
.comparison-panel__subheading {
  margin: 50px 0 30px;
  display: inline-block;
  position: sticky;
  left: 50%;
  transform: translateX(-50%);
}
.comparison-panel__subheading h3 {
  color: #001E62;
  margin: 0;
}
.comparison-panel__subheading h3 {
  font-family: "BwModelicaLGC-Medium", "BwModelicaLGC-Medium-Fallback", sans-serif;
}
.rtl .comparison-panel__subheading h3 {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.comparison-panel__subheading h3 {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  .comparison-panel__subheading h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.comparison-panel__description {
  padding-bottom: 25px;
  height: 330px;
  overflow-y: hidden;
}
.comparison-panel__description {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .comparison-panel__description {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.comparison-panel__description {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.comparison-panel__exclude {
  position: absolute;
  top: 10px;
  right: 10px;
}
.comparison-panel__exclude i {
  padding: 4px;
  color: #746969;
  font-size: 8px;
  font-weight: bold;
}
.comparison-panel__name {
  color: #001E62;
  margin-top: 15px;
}
.comparison-panel__name {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .comparison-panel__name {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.comparison-panel__name {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.comparison-panel__info {
  margin-top: 100px;
}
.comparison-panel__attributes {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.comparison-panel__attribute {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 2px solid #F6F3F3;
  height: 75px;
}
.comparison-panel__attribute img {
  margin-right: 10px;
  max-width: 35px;
}
.comparison-panel__actions {
  height: 75px;
  position: relative;
}
.comparison-panel__add-item {
  position: absolute;
  right: 0;
  top: 0;
  color: #413D3D;
  display: flex;
  align-items: center;
}
.comparison-panel__add-item {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .comparison-panel__add-item {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.comparison-panel__add-item {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}
.comparison-panel__add-item i {
  margin-right: 15px;
  color: #D11A88;
}

.product-measurement {
  margin: 30px 0;
}
.product-measurement .product-measurement__container {
  background: #FFFFFF;
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: left;
}
.product-measurement .product-measurement__top {
  position: relative;
  margin-bottom: 15px;
  text-align: center;
}
.product-measurement .product-measurement__header {
  color: #D11A88;
  margin: 0;
}
.product-measurement .product-measurement__header {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .product-measurement .product-measurement__header {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-measurement .product-measurement__header {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.5px;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .product-measurement .product-measurement__header {
    font-size: 30px;
    line-height: 36px;
  }
}
.product-measurement .product-measurement__description {
  color: #2F2F2F;
  margin-bottom: 40px;
  text-align: center;
}
.product-measurement .product-measurement__description {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .product-measurement .product-measurement__description {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-measurement .product-measurement__description {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}
.product-measurement .product-measurement__description p {
  margin: 0;
}
.product-measurement .product-measurement__spec--large {
  display: none;
}
.product-measurement .product-measurement__single-style-heading {
  color: #D11A88;
  text-align: left;
  margin-bottom: 10px;
}
.product-measurement .product-measurement__single-style-heading {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .product-measurement .product-measurement__single-style-heading {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-measurement .product-measurement__single-style-heading {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.rtl .product-measurement .product-measurement__single-style-heading {
  text-align: right;
}
.product-measurement .product-measurement__video {
  position: relative;
  width: calc(100% + 30px);
  overflow: visible;
  margin-top: 35px;
  left: -15px;
}
.product-measurement .product-measurement__video:hover a i {
  color: #D11A88;
}
.product-measurement .product-measurement__video .video-play-trigger {
  color: #001E62;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  border-radius: 40px;
  border: none;
  cursor: pointer;
  z-index: 1;
  width: 60px;
  height: 60px;
}
.product-measurement .product-measurement__video .video-play-trigger i {
  position: absolute;
  top: 50%;
  left: 56%;
  transform: translate(-56%, -50%);
  font-size: 27px;
}
.product-measurement .product-measurement__video .video-play-trigger:before, .product-measurement .product-measurement__video .video-play-trigger:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 40px;
  box-shadow: inset 0 0 5px 3px rgb(255, 255, 255);
}
.product-measurement .product-measurement__video .video-play-trigger:before {
  animation: ripple 4.2s linear infinite;
}
.product-measurement .product-measurement__video .video-play-trigger:after {
  animation: ripple 4.2s linear 2.1s infinite;
}
.product-measurement .product-measurement__video .iframe-wrapper:before {
  padding-top: 50%;
}

.product-measurement-iconcell {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  grid-column-gap: 5px;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.product-measurement-iconcell .product-measurement-iconcell__icon {
  height: 22px;
}
.product-measurement-iconcell .product-measurement-iconcell__text {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .product-measurement-iconcell .product-measurement-iconcell__text {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-measurement-iconcell .product-measurement-iconcell__text {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}

.accordion--measurement .accordion__header {
  color: #001E62;
  position: relative;
  padding: 10px 0;
  cursor: pointer;
}
.accordion--measurement .accordion__header {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .accordion--measurement .accordion__header {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.accordion--measurement .accordion__header {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.accordion--measurement .accordion__header:not(:first-child) {
  border-top: 1px solid #F6F3F3;
}
.rtl .accordion--measurement .accordion__header {
  text-align: right;
}
.accordion--measurement .accordion__body {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 0.1s ease, opacity 0.2s ease, padding 0.2s ease;
}
.accordion--measurement .accordion__body.expanded {
  margin-bottom: 15px;
}
.accordion--measurement .accordion__body::before, .accordion--measurement .accordion__body::after {
  content: "";
  display: block;
}
.accordion--measurement .accordion__body::before {
  margin-top: -2rem;
}
.accordion--measurement .accordion__body::after {
  margin-bottom: -2rem;
}
.accordion--measurement .accordion__body.expanded {
  height: auto;
  opacity: 1;
  padding: 2.5rem 0;
}
.accordion--measurement .ui-accordion-header-active {
  color: #D11A88;
}
.accordion--measurement .accordion__toggle-icon {
  color: #D11A88;
  position: absolute;
  right: 10px;
  display: inline-block;
  transition: transform 0.25s ease-out;
}
.accordion--measurement .accordion__toggle-icon--expanded {
  transform: rotate(180deg);
}
.rtl .accordion--measurement .accordion__toggle-icon {
  left: 10px;
  right: auto;
}

.product-measurement__table {
  border-collapse: separate;
  border-radius: 7px;
  overflow: hidden;
  table-layout: fixed;
}
.product-measurement__table:nth-child(2) {
  display: none;
}
.product-measurement__table tr:last-child th,
.product-measurement__table tr:last-child td {
  border-bottom: none;
}
.product-measurement__table th:last-child,
.product-measurement__table td:last-child {
  border-right: none;
}
.rtl .product-measurement__table th:last-child,
.rtl .product-measurement__table td:last-child {
  border-left: none;
  border-right: 1px solid #F6F3F3;
}

.product-measurement-toggle {
  text-align: right;
}
.rtl .product-measurement-toggle {
  text-align: left;
}
.product-measurement-toggle.product-measurement-toggle--top {
  display: none;
}
.product-measurement-toggle.product-measurement-toggle--bottom {
  margin-top: 20px;
}
.product-measurement-toggle .product-measurement-toggle__options {
  display: inline-flex;
  border: 1px solid #d6ced3;
  border-radius: 10px;
  background: #fcfafb;
  overflow: hidden;
}
.product-measurement-toggle .product-measurement-toggle__option {
  color: #413D3D;
  display: inline-block;
  padding: 7px 10px;
  border-right: 1px solid #d6ced3;
  cursor: pointer;
}
.product-measurement-toggle .product-measurement-toggle__option {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .product-measurement-toggle .product-measurement-toggle__option {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.product-measurement-toggle .product-measurement-toggle__option {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}
.rtl .product-measurement-toggle .product-measurement-toggle__option {
  border-right: none;
  border-left: 1px solid #d6ced3;
}
.product-measurement-toggle .product-measurement-toggle__option:first-child {
  padding: 7px 10px 7px 15px;
}
.product-measurement-toggle .product-measurement-toggle__option:last-child {
  padding: 7px 15px 7px 10px;
  border-right: none;
}
.rtl .product-measurement-toggle .product-measurement-toggle__option:last-child {
  border-left: none;
}
.product-measurement-toggle .product-measurement-toggle__option--active {
  color: #D11A88;
  background: #FFFFFF;
}

.hero-slider {
  margin-top: 40px;
  margin-bottom: 40px;
}
.hero-slider:first-child {
  margin-top: 0;
}
.hero-slider .hero-slider__banner {
  background: #6F2453;
}
.hero-slider .hero-slider__slider {
  position: relative;
  overflow: hidden;
}
.hero-slider .hero-slider__slider.hero-slider__slider--freeze::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 100;
}

.hero-slider-title {
  color: #FFFFFF;
  margin: 0;
  text-align: center;
  padding: 10px 25px;
}
.hero-slider-title {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .hero-slider-title {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.hero-slider-title {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}
.hero-slider-title .hero-slider-title__text {
  display: block;
}
.hero-slider-title .hero-slider-title__text.hero-slider-title__text--bold {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .hero-slider-title .hero-slider-title__text.hero-slider-title__text--bold {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.hero-slider-title .hero-slider-title__text.hero-slider-title__text--bold {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
}

.hero-slider__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  padding-bottom: 50px;
  margin-top: 15px;
  height: 80px;
}

.hero-slider__page {
  background: #C0B4B4;
  border-radius: 15px;
  border: none;
  padding: 0;
  margin: 5px 10px;
  width: 12px;
  height: 12px;
  outline: none;
  cursor: pointer;
}
.hero-slider__page.hero-slider__page--active {
  width: 18px;
  height: 18px;
  background: #6F2453;
}
.hero-slider__page.focus-visible {
  outline: 2px solid #2F2F2F;
  outline-offset: 4px;
}
.hero-slider__page:focus-visible {
  outline: 2px solid #2F2F2F;
  outline-offset: 4px;
}

main > .hero-slide {
  margin-top: 40px;
  margin-bottom: 40px;
}
main > .hero-slide:first-child {
  margin-top: 0;
}

.hero-slide .hero-slide__panel {
  margin: -30px auto 0;
}
.hero-slide .hero-slide__panel.hero-slide__panel--move {
  margin-top: 30px;
}
.hero-slide .hero-slide__content {
  background: #FFFFFF;
  padding: 30px 20px 30px;
  border-radius: 10px;
  text-align: center;
}
.hero-slide .hero-slide__heading--minor {
  color: #413D3D;
  padding-bottom: 10px;
}
.hero-slide .hero-slide__heading--minor {
  font-family: "BwModelicaLGC-Medium", "BwModelicaLGC-Medium-Fallback", sans-serif;
}
.rtl .hero-slide .hero-slide__heading--minor {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.hero-slide .hero-slide__heading--minor {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  .hero-slide .hero-slide__heading--minor {
    font-size: 18px;
    line-height: 22px;
  }
}
.hero-slide .hero-slide__heading--main {
  color: #D11A88;
  padding-bottom: 10px;
  margin: 0;
}
.hero-slide .hero-slide__heading--main {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .hero-slide .hero-slide__heading--main {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.hero-slide .hero-slide__heading--main {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0;
}
@media (min-width: 1200px) {
  .hero-slide .hero-slide__heading--main {
    font-size: 34px;
    line-height: 46px;
  }
}
.hero-slide .hero-slide__description {
  margin-bottom: 10px;
  color: #6F2453;
}
.hero-slide .hero-slide__description {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .hero-slide .hero-slide__description {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.hero-slide .hero-slide__description {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}
.hero-slide .hero-slide__price {
  color: #6F2453;
}
.hero-slide .hero-slide__price {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .hero-slide .hero-slide__price {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.hero-slide .hero-slide__price {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  .hero-slide .hero-slide__price {
    font-size: 22px;
    line-height: 26px;
  }
}
.hero-slide .hero-slide__buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  grid-gap: 10px 10px;
  gap: 10px 10px;
  margin-top: 35px;
}
.hero-slide .hero-slide__button {
  display: inline-block;
}
.hero-slide .row {
  padding-left: 10px;
  padding-right: 10px;
}
.hero-slide [class^=col-] {
  padding: 0;
}
.hero-slide .media-hero .iframe-wrapper {
  z-index: 0;
}
.hero-slide .media-hero .iframe-wrapper:before {
  padding-top: 58%;
}
.hero-slide.color-region--white {
  background-color: transparent;
}
.hero-slide.color-region--white > :first-child {
  margin-top: 0;
  padding-top: 0;
}
.hero-slide.color-region--white > :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.hero-slide .newsletter-subscription {
  background-color: transparent;
  padding: 0;
  margin: 0 auto;
}
.hero-slide .newsletter-subscription .container {
  padding: 0;
}
.hero-slide .newsletter-subscription__submit .btn[disabled] {
  background-color: #F6F3F3;
}

.range-sliders__pcl {
  margin-bottom: 30px;
}
.range-sliders__pcl .range-slider {
  margin: 5px 0;
  padding: 30px 0;
}
.range-sliders__pcl .swiper-slide {
  display: flex;
  width: 260px;
}

.related-products .range-slider__navigation,
.related-products .range-slider__scrollbar {
  display: none;
}

.range-sliders__promo .range-slider {
  margin: 5px 0;
  padding: 40px 0;
}
.range-sliders__promo .swiper-slide {
  display: flex;
  width: 100%;
}
.range-sliders__promo .range-slider__slider {
  margin-right: -15px;
  margin-left: -15px;
}

.range-slider--bg-white {
  background: #FFFFFF;
}

.range-slider__offset--left {
  display: flex;
  margin-left: 0;
}

.range-slider .range-slider__wrapper {
  position: relative;
  padding: 0;
}
@media (min-width: 992px) {
  .range-slider .range-slider__offset {
    margin-left: calc((100% - 970px) / 2);
  }
  .rtl .range-slider .range-slider__offset {
    margin-left: 0;
    margin-right: calc((100% - 970px) / 2);
  }
}
@media (min-width: 1200px) {
  .range-slider .range-slider__offset {
    margin-left: calc((100% - 1170px) / 2);
  }
  .rtl .range-slider .range-slider__offset {
    margin-left: 0;
    margin-right: calc((100% - 1170px) / 2);
  }
}
.range-slider .range-slider__offset .range-slider__wrapper {
  display: flex;
  grid-gap: 0;
  gap: 0;
}
.range-slider .range-slider__offset .range-slider__slider {
  width: 100%;
}
.range-slider .range-slider__navigation {
  display: none;
}
.range-slider .range-slider__slider {
  position: relative;
  padding: 0 10px;
}
.range-slider .range-slider__cta a {
  margin: auto;
  margin-top: 30px;
}
.range-slider .range-slider__link a {
  color: #413D3D;
}

.range-slider-info-panel {
  padding: 0 25px 30px;
}
.range-slider-info-panel .range-slider-info-panel__headline {
  margin-bottom: 15px;
}
.range-slider-info-panel .range-slider-info-panel__headline h2 {
  color: #D11A88;
  margin: 0;
}
.range-slider-info-panel .range-slider-info-panel__headline h2 {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .range-slider-info-panel .range-slider-info-panel__headline h2 {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.range-slider-info-panel .range-slider-info-panel__headline h2 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
@media (min-width: 1200px) {
  .range-slider-info-panel .range-slider-info-panel__headline h2 {
    font-size: 26px;
    line-height: 31px;
  }
}
.range-slider-info-panel .range-slider-info-panel__counter {
  color: #746969;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: #F6F3F3;
  margin-bottom: 15px;
}
.range-slider-info-panel .range-slider-info-panel__counter {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .range-slider-info-panel .range-slider-info-panel__counter {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.range-slider-info-panel .range-slider-info-panel__counter {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.range-slider-info-panel .range-slider-info-panel__count {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .range-slider-info-panel .range-slider-info-panel__count {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.range-slider-info-panel .range-slider-info-panel__count {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.range-slider-info-panel .range-slider-info-panel__link {
  display: inline-block;
  padding-bottom: 2px;
  color: #001E62;
  border-bottom: 1px solid #001E62;
}
.range-slider-info-panel .range-slider-info-panel__link {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .range-slider-info-panel .range-slider-info-panel__link {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.range-slider-info-panel .range-slider-info-panel__link {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
}
.range-slider-info-panel .range-slider-info-panel__link:hover {
  border-color: transparent;
}

.range-slider__scrollbar {
  width: 100%;
  height: 4px;
  border-bottom: 1px solid #D7D3D3;
  border-radius: 10px;
  margin-top: 30px;
  overflow: visible;
}
.range-slider__scrollbar .swiper-scrollbar-drag {
  background-color: #D11A88;
  height: 4px;
  border-radius: 10px;
}

.cta-panel-slide {
  margin-right: 20px;
  max-width: 260px;
  height: auto;
  height: initial;
}

.vertical-tabs {
  margin-top: 40px;
}
.vertical-tabs .accordion-standalone {
  margin: 0;
}
.vertical-tabs .ui-selectmenu-button {
  border-bottom: 2px solid #D11A88;
  border-radius: 12px;
  background: #FFFFFF;
}
.vertical-tabs .ui-selectmenu-text {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .vertical-tabs .ui-selectmenu-text {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.vertical-tabs .ui-selectmenu-text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.vertical-tabs .ui-selectmenu-text {
  background: linear-gradient(to right, #D11A88, #ef5a9e 10%, #DA291C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .vertical-tabs .ui-selectmenu-text {
    /* IE11 fallback */
    color: #D11A88;
    background: transparent;
  }
}

.vertical-tabs__head {
  padding: 0 35px;
  margin-bottom: 60px;
}

.vertical-tabs__title {
  margin-bottom: 60px;
  text-align: center;
}
.vertical-tabs__title {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .vertical-tabs__title {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.vertical-tabs__title {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.5px;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .vertical-tabs__title {
    font-size: 30px;
    line-height: 36px;
  }
}
.vertical-tabs__title {
  font-family: "BwModelicaLGC-Thin", "BwModelicaLGC-Thin-Fallback", sans-serif;
}
.rtl .vertical-tabs__title {
  font-family: "NotoSansArabic-Thin", "NotoSansArabic-Thin-Fallback", sans-serif;
  letter-spacing: normal;
}

.vertical-tabs__description {
  color: #413D3D;
  text-align: center;
}
.vertical-tabs__description {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .vertical-tabs__description {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.vertical-tabs__description {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
}

.vertical-tabs__tab-panel {
  display: none;
  margin-top: 60px;
}

.vertical-tabs__selectmenu {
  position: sticky;
  top: 15px;
  z-index: 100;
  transition: top 0.4s;
  border-radius: 10px;
  box-shadow: 0px 2px 30px 0px rgba(53, 53, 53, 0.2);
  width: 90%;
  max-width: 350px;
  margin: 0 auto;
}
.vertical-tabs__selectmenu.offset {
  top: 100px;
}
.vertical-tabs__selectmenu .form-control {
  border-bottom: none;
  border-radius: 8px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  text-align: center;
}
.vertical-tabs__selectmenu .form-control {
  font-family: "BwModelicaLGC-Medium", "BwModelicaLGC-Medium-Fallback", sans-serif;
}
.rtl .vertical-tabs__selectmenu .form-control {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.vertical-tabs__selectmenu .form-control {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  .vertical-tabs__selectmenu .form-control {
    font-size: 18px;
    line-height: 22px;
  }
}
.vertical-tabs__selectmenu .form-group .icon-arrow-down-smooth {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.vertical-tabs__selectmenu .sticky-anchor__underline {
  border-radius: 8px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.vertical-tabs__body {
  background: #F6F3F3;
}

.vertical-tabs__tabs {
  display: none;
}

.citations-topic {
  padding: 90px 0;
}
.citations-topic.range-slider .range-slider__wrapper {
  display: flex;
  grid-gap: 0;
}

.citation {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  width: 285px;
  height: 280px;
  background: #FFFFFF;
  border-radius: 30px;
  overflow: hidden;
  margin-right: 20px;
}
.citation .citation__quotation-mark {
  position: absolute;
  left: 30px;
  top: 30px;
}
.citation .citation__image {
  height: 130px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.citation .citation__image picture {
  align-self: end;
}
.citation .citation__image img {
  width: 150px;
  height: auto;
}
.citation .citation__text {
  height: 130px;
  padding: 30px 20px;
  text-align: center;
}
.citation .citation__text {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .citation .citation__text {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.citation .citation__text {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}
.citation .citation__divider {
  width: 244px;
  height: 2px;
  background: #D7D3D3;
}

.category-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  border-bottom: 5px solid #F6F3F3;
  text-align: center;
}

.category-heading__title {
  color: #D11A88;
}
.category-heading__title {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .category-heading__title {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.category-heading__title {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.5px;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .category-heading__title {
    font-size: 30px;
    line-height: 36px;
  }
}

.category-heading__description {
  color: #413D3D;
  max-width: 820px;
  margin: 20px auto 0 auto;
}
.category-heading__description {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .category-heading__description {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.category-heading__description {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}

.category-heading__products {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  gap: 20px;
  margin-top: 30px;
  list-style-type: none;
}

.elements-page {
  background-color: #f9f9f9;
  padding: 100px;
}
.elements-page section {
  margin-top: 100px;
}
.elements-page h1 {
  margin-bottom: 50px;
}
.elements-page .main-menu a {
  font-size: 28px;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.elements-page .main-menu a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.elements-page .elements-category {
  margin-left: 50px;
}
.elements-page .color-palette {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
  gap: 1rem;
}
.elements-page .color-palette .color-swatch {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
  font-size: 0.875rem;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.elements-page .color-palette .color-femcare-blue {
  background-color: #001E62;
}
.elements-page .color-palette .color-essity-red {
  background-color: #DA291C;
}
.elements-page .color-palette .color-essity-pink {
  background-color: #D11A88;
}
.elements-page .color-palette .color-essity-white {
  background-color: #FFFFFF;
  color: #2F2F2F;
}
.elements-page .color-palette .color-essity-dark-plum {
  background-color: #6F2453;
}
.elements-page .color-palette .color-essity-plum {
  background-color: #8D1D60;
}
.elements-page .color-palette .color-essity-dark-red {
  background-color: #9B2743;
}
.elements-page .color-palette .color-essity-light-pink {
  background-color: #FAC9CC;
}
.elements-page .color-palette .color-whisper-grey {
  background-color: #F6F3F3;
  color: #2F2F2F;
}
.elements-page .color-palette .color-pale-grey {
  background-color: #D7D3D3;
}
.elements-page .color-palette .color-concrete {
  background-color: #C0B4B4;
}
.elements-page .color-palette .color-mid-grey {
  background-color: #746969;
}
.elements-page .color-palette .color-dark-grey {
  background-color: #413D3D;
}
.elements-page .color-palette .color-black {
  background-color: #2F2F2F;
}
.elements-page .color-palette .color-system-blue {
  background-color: #2727B3;
}
.elements-page .color-palette .color-system-green {
  background-color: #15847D;
}
.elements-page .color-palette .color-system-red {
  background-color: #DA291C;
}
.elements-page .color-palette .color-system-light-blue {
  background-color: #D4D4F0;
}
.elements-page .color-palette .color-system-light-green {
  background-color: #D0E6E5;
}
.elements-page .color-palette .color-system-light-red {
  background-color: #F8D4D2;
}
.elements-page .color-palette .color-light-gray {
  background-color: #8C8C8C;
}
.elements-page .color-palette .gradient-pink {
  background: linear-gradient(to right, #D11A88, #ef5a9e 54%, #DA291C);
}
.elements-page .color-palette .gradient-pink-short {
  background: linear-gradient(to right, #D11A88, #ef5a9e 10%, #DA291C);
}
.elements-page .color-palette .gradient-pink-short-rtl {
  background: linear-gradient(to left, #D11A88, #ef5a9e 10%, #DA291C);
}
.elements-page .color-palette .color-black-transparent {
  background-color: rgba(68, 68, 68, 0.8);
}
.elements-page .color-palette .color-modal-background {
  background-color: rgba(245, 243, 244, 0.8);
  color: #2F2F2F;
}
.elements-page .color-palette .color-modal-light-gray {
  background-color: #D7D3D3;
}
.elements-page .color-palette .color-modal-dark-gray {
  background-color: #C0B4B4;
}
.elements-page .color-palette .color-period-tracker-pre-period {
  background-color: #ff7e00;
}
.elements-page .color-palette .color-period-tracker-period {
  background-color: #ff4d5e;
}
.elements-page .color-palette .color-period-tracker-post-period {
  background-color: #e22993;
}
.elements-page .color-palette .color-period-tracker-peak-ovulation {
  background-color: #01b0ac;
}
.elements-page .color-palette .color-period-tracker-cell-hover {
  background-color: #fce8f4;
  color: #2F2F2F;
}
.elements-page .color-palette .color-period-tracker-input-border {
  background-color: #e8dfe4;
  color: #2F2F2F;
}
.elements-page .color-palette .color-valid {
  background-color: #34a525;
}
.elements-page .color-palette .color-invalid {
  background-color: #ed1d24;
}
.elements-page .color-palette .color-input-border {
  background-color: #C0B4B4;
}
.elements-page .color-palette .color-out-of-stock {
  background-color: #FF4D5E;
}
.elements-page .color-palette .color-in-stock {
  background-color: #01B0AC;
}
.elements-page .button-palette {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1rem;
  gap: 1rem;
}
.elements-page .button-palette .button-group {
  display: flex;
  flex-direction: column;
  grid-gap: 1rem;
  gap: 1rem;
}
.elements-page .icons-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.elements-page .icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 40px;
}
.elements-page .icon-item i {
  font-size: 28px;
  margin-bottom: 0.5rem;
}
.elements-page .icon-item div {
  font-family: "BwModelicaLGC-Regular", sans-serif;
  font-size: 0.875rem;
  text-align: center;
  color: #333;
}

.banner {
  max-width: 1500px;
  background: #D11A88;
  color: #FFFFFF;
  padding: 15px 40px;
  text-align: center;
}
.banner {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .banner {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.banner {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
}
.banner i {
  font-size: 20px;
}

.banner--text-enlarge,
.banner--darker,
.banner--vignette,
.banner--lighter {
  transition: all 0.2s ease-in-out;
}
.banner--text-enlarge:hover .banner__text,
.banner--darker:hover .banner__text,
.banner--vignette:hover .banner__text,
.banner--lighter:hover .banner__text {
  transform: scale(1.1);
}

.banner--darker:hover {
  background-color: #6F2453;
}

.banner--vignette {
  position: relative;
}
.banner--vignette::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: radial-gradient(circle, transparent 25%, #6F2453 100%);
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.banner--vignette:hover::before {
  opacity: 0.8;
}

.banner--delayed {
  background-color: #FAC9CC;
  color: #001E62;
}

.banner__item {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column-gap: 8px;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.banner__text {
  transition: all 0.2s ease-in-out;
}

.bypass-block {
  position: absolute;
  overflow: auto;
  z-index: 1040;
}

.bypass-block--start,
.bypass-block--main {
  top: 10px;
  left: 10px;
}

.bypass-block--end {
  bottom: 10px;
  right: 10px;
}

.bypass-block.invisible {
  visibility: inherit !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  margin: -1px;
  white-space: nowrap;
}

.social {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.social i {
  font-size: 40px;
}

.social--follow {
  grid-gap: 30px;
  gap: 30px;
}
.social--follow .social__heading,
.social--follow .social__list {
  display: flex;
}
.social--follow .social__list {
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 20px;
  gap: 20px;
}
.social--follow .social__link {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 10px;
  gap: 10px;
  white-space: nowrap;
  color: #FFFFFF;
  border: none;
  min-width: 145px;
}
.social--follow .social__link span:not(.screen-reader-only) {
  display: flex;
  align-items: center;
  white-space: break-spaces;
}
.social--follow .social__link--facebook {
  background-color: #0865FF;
}
.social--follow .social__link--instagram {
  background: linear-gradient(138.01deg, #6B4BDA 13.32%, #D20EA0 37.88%, #FF3377 58.35%, #FFCF6D 87.37%);
}
.social--follow .social__link--x {
  background-color: #000;
}
.social--follow .social__link--linkedin {
  background-color: #2D64BC;
}
.social--follow .social__link--youtube {
  background-color: #EA3323;
}
.social--follow .social__link--tiktok {
  background: linear-gradient(127.41deg, #FE2C55 14.53%, #2F2F2F 51.86%, #000000 64.1%, #25F4EE 86.09%);
}
.social--follow .social__link--vimeo {
  background-color: #00ADEF;
}
.social--follow .social__link--snapchat {
  color: #2F2F2F;
  background-color: #FCFF00;
}
.social--follow .social__link--snapchat i {
  color: #2F2F2F;
}
.social--follow .social__link--whatsapp {
  background-color: #25D366;
}
.social--follow .social__link--pinterest {
  background-color: #E60019;
}
.social--follow .social__link--vk {
  background-color: #0077FF;
}
.social--follow i {
  font-size: 32px;
  color: #FFFFFF;
}

.social--follow-footer {
  padding: 0;
  align-items: flex-start;
}
.social--follow-footer .social__list {
  justify-content: flex-start;
}
.social--follow-footer .social__link {
  min-width: 0;
  min-width: initial;
  padding: 0;
}
.social--follow-footer i {
  color: #001E62;
  font-size: 24px;
}

.social__mobile {
  display: flex;
  align-items: center;
  align-self: flex-start;
  grid-gap: 10px;
  gap: 10px;
  color: #001E62;
  background-color: transparent;
  border: none;
  padding: 0 10px;
  cursor: pointer;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.social__mobile i {
  font-size: 24px;
}
.social__mobile {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .social__mobile {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.social__mobile {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
}
.social__mobile:hover span, .social__mobile:focus span {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.social__heading,
.social__list {
  display: none;
}

.social__heading {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .social__heading {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.social__heading {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}

.social__list {
  list-style-type: none;
  padding: 0;
}

.social__link:hover, .social__link:focus {
  filter: brightness(90%);
}

.store-locator {
  display: flex;
  flex-direction: column;
  margin: 50px 0;
  padding: 0 15px;
  background-color: #F6F3F3;
}

.store-locator__search {
  display: flex;
  flex: 1;
  position: relative;
  flex-direction: column;
}
.store-locator__search .form-group {
  margin-bottom: 0;
}
.store-locator__search .form-control--with-suggestions {
  border-color: #FFFFFF;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.store-locator__suggestions-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: 110px;
  background-color: #F6F3F3;
  opacity: 0.6;
}

.store-locator__suggestions {
  position: absolute;
  top: 80px;
  right: 0;
  left: 0;
  z-index: 5;
  max-height: 500px;
  overflow-y: auto;
  background-color: #FFFFFF;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0px 4px 4px 0px #C0B4B4;
}
.store-locator__suggestions ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.store-locator__suggestions-heading {
  padding: 8px 12px;
  background-color: #746969;
  color: #FFFFFF;
}
.store-locator__suggestions-heading {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .store-locator__suggestions-heading {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.store-locator__suggestions-heading {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}

.store-locator__suggestion {
  padding: 8px 12px;
  font-size: 14px;
  cursor: pointer;
  color: #2F2F2F;
  border-bottom: 1px solid #EAE7E7;
}
.store-locator__suggestion:hover {
  background-color: #D7D3D3;
}

.store-locator__suggestion--empty {
  pointer-events: none;
}

.store-locator__info {
  margin: 10px 0;
  color: #746969;
}
.store-locator__info {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .store-locator__info {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.store-locator__info {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}

.store-locator__list-wrapper {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.store-locator__list {
  display: flex;
  flex-direction: column;
  padding: 0;
  grid-gap: 10px;
  gap: 10px;
  list-style: none;
}

.store-locator__list--initial {
  border-top: 1px solid #2F2F2F;
  margin-top: 20px;
  padding-top: 30px;
}

.store-locator__item {
  padding: 20px;
  border-radius: 4px;
  background-color: #FFFFFF;
}
.store-locator__item {
  font-family: "BwModelicaLGC-Regular", "BwModelicaLGC-Regular-Fallback", sans-serif;
}
.rtl .store-locator__item {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.store-locator__item {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

.store-locator__item--active {
  background-color: #F6EEEC;
  border: 1px solid #746969;
}

.store-locator__item-title {
  margin-bottom: 5px;
  margin-top: 0;
}
.store-locator__item-title {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .store-locator__item-title {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.store-locator__item-title {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

.store-locator__item-address,
.store-locator__item-phone {
  font-size: 14px;
  color: #746969;
}

.store-locator__item-phone {
  margin-bottom: 15px;
}

.store-locator__item-actions {
  display: flex;
  flex-direction: column;
  width: -moz-max-content;
  width: max-content;
  grid-gap: 10px;
  gap: 10px;
}

.store-locator__item-button--directions {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  padding-left: 0;
}
.store-locator__item-button--directions i {
  margin-right: 5px;
  font-size: 18px;
}
.store-locator__item-button--directions:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.store-locator__active-card {
  margin-top: 20px;
  padding-bottom: 20px;
}
.store-locator__active-card button {
  display: none;
}

.store-locator__map {
  display: none;
  height: 520px;
  border-radius: 8px;
  background-color: #FFFFFF;
}

.store-locator__map--error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.store-locator__map--error i {
  font-size: 28px;
  margin-bottom: 20px;
  color: #DA291C;
}
.store-locator__map--error {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .store-locator__map--error {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.store-locator__map--error {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  .store-locator__map--error {
    font-size: 22px;
    line-height: 26px;
  }
}

.store-locator-nav__wrapper {
  display: flex;
  overflow: hidden;
  margin: 10px auto 30px auto;
}

.store-locator-nav__list {
  display: flex;
  padding: 0;
  margin: 0 auto;
  list-style-type: none;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  border-radius: 10px;
}

.store-locator-nav__button {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 17px 30px;
  color: #413D3D;
}
.store-locator-nav__button {
  font-family: "BwModelicaLGC-Medium", "BwModelicaLGC-Medium-Fallback", sans-serif;
}
.rtl .store-locator-nav__button {
  font-family: "NotoSansArabic-Regular", "NotoSansArabic-Regular-Fallback", sans-serif;
  letter-spacing: normal;
}
.store-locator-nav__button {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  .store-locator-nav__button {
    font-size: 18px;
    line-height: 22px;
  }
}

.store-locator-nav__item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #2F2F2F;
}
.store-locator-nav__item:first-child .store-locator-nav__button {
  padding-left: 40px;
}
.store-locator-nav__item:last-child .store-locator-nav__button {
  padding-right: 40px;
  border-right: none;
}
.store-locator-nav__item:hover {
  border-bottom: 4px solid #D11A88;
}
.store-locator-nav__item:hover .store-locator-nav__button {
  padding-bottom: 14px;
}

.store-locator-nav__item--active {
  border-bottom: 4px solid #D11A88;
}
.store-locator-nav__item--active {
  font-family: "BwModelicaLGC-Bold", "BwModelicaLGC-Bold-Fallback", sans-serif;
}
.rtl .store-locator-nav__item--active {
  font-family: "NotoSansArabic-Bold", "NotoSansArabic-Bold-Fallback", sans-serif;
  letter-spacing: normal;
}
.store-locator-nav__item--active {
  background: linear-gradient(to right, #D11A88, #ef5a9e 54%, #DA291C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .store-locator-nav__item--active {
    /* IE11 fallback */
    color: #D11A88;
    background: transparent;
  }
}
.store-locator-nav__item--active .store-locator-nav__button {
  padding-bottom: 14px;
}

.store-locator-nav__button {
  text-align: center;
  word-break: normal;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.store-locator-nav__underline {
  width: 100%;
  border: none;
}

.download-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  grid-gap: 12px;
  gap: 12px;
  margin-top: 35px;
}
.download-buttons img {
  height: 40px;
}

@media (min-width: 480px) {
  .mediaquery-state-indicator:before {
    content: "1";
  }
  /* =====================
  Imports phone screens
  ===================== */
  .signpost-article__content {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  /* =====================
  Imports max phone size
  ===================== */
  .vertical-center-parent-mobile {
    display: table;
  }
  .vertical-center-mobile {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
  .u-overfllow-x {
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .u-overfllow-x::-webkit-scrollbar {
    display: none;
  }
  .survey-popup {
    width: 100%;
  }
  .range-slider__offset .cta-panel-flow-indicator .cta-panel-flow-indicator__info {
    display: flex;
  }
}
@media (max-height: 480px) {
  /* ===============================
  Imports max phone height screens
  ================================ */
  .survey-popup {
    max-height: 60vh;
  }
}
@media (max-width: 992px) {
  /* ============================
  Imports Max Medium screens desktop
  ============================ */
  .cta-panel__quick-buy {
    display: none !important;
  }
  .cta-panel__quick-buy-modal {
    display: none !important;
  }
  .cta-panel__image {
    pointer-events: none !important;
  }
}