/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/src/index.js!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./styles/donnad/index.scss ***!
  \*************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "Poppins-Bold";
  src: url("/fe-web/fonts/Poppins-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraBold";
  src: url("/fe-web/fonts/Poppins-ExtraBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Light";
  src: url("/fe-web/fonts/Poppins-Light.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("/fe-web/fonts/Poppins-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("/fe-web/fonts/Poppins-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("/fe-web/fonts/Poppins-SemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Playfair-Display-Bold";
  src: url("/fe-web/fonts/PlayfairDisplay-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Playfair-Display-Regular";
  src: url("/fe-web/fonts/PlayfairDisplay-Regular.ttf") format("truetype");
  font-display: swap;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
  color: inherit;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
body {
  position: relative;
  overflow-x: hidden;
  color: black;
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
body {
  font-size: 18px;
  line-height: 24px;
}
body b,
body strong {
  font-family: "Poppins-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
body .red,
body *[red] {
  color: #e1000f;
}
body .white,
body *[white] {
  color: white;
}
body .grey,
body *[grey] {
  color: #9292a6;
}
body .blue,
body *[blue] {
  color: #253C85;
}
body .dark-grey {
  color: #535368;
}
body .light-blue,
body *[light-blue] {
  color: #497BAA;
}
body .white-link a {
  color: #ffffff;
}
body .yxpType_IMAGE {
  margin-bottom: 16px;
}
body .yxpType_IMAGE img {
  max-width: 100%;
}
body table {
  width: 100%;
}
body table, body th, body td {
  border: 1px solid #9292a6;
  padding: 8px;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: 106px;
}

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

.no-scroll {
  overflow-y: hidden;
}

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

.show-mobile {
  display: block !important;
}
@media (min-width: 768px) {
  .show-mobile {
    display: none !important;
  }
}

.main-container {
  min-height: -webkit-calc(100vh - 150px);
  min-height: calc(100vh - 150px);
}
.main-container .yxpRow {
  gap: 32px;
}
.main-container > .yxpRow > div:not(.yxpType_CUSTOM) {
  padding: 48px 16px;
}
.main-container > .yxpRow > div:not(.yxpType_CUSTOM) > div {
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
}

.simple-header.yxpType_IMAGE {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
  position: relative;
  text-align: center;
  background: white;
  padding: 15px;
  height: 70px;
  margin: 0;
}
.simple-header.yxpType_IMAGE .yxpImageWrapper,
.simple-header.yxpType_IMAGE img {
  height: 100%;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (min-width: 1200px) {
  .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.row.full-width {
  overflow-x: visible;
}
@media (min-width: 1200px) {
  .row.full-width {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.full-width-bg {
  background-color: #ded7d6;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}

@media (min-width: 1200px) {
  .full-width-bg {
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    max-width: none;
  }
}
.full-width-bg {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}
.full-width-bg.light-grey {
  background-color: #ded7d6;
}
.full-width-bg.black {
  background-color: black;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .full-width-bg {
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    max-width: none;
  }
}

.column {
  padding: 1rem;
  width: 100%;
  overflow-x: visible;
}
@media (min-width: 1200px) {
  .column.column-9 {
    width: 75%;
  }
  .column.column-3 {
    width: 25%;
  }
  .column.full-width {
    width: 100%;
  }
}

.adv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.adv, .adv * {
  max-width: 100%;
}
.adv:empty {
  display: none;
}

#DotnAd_mh_u {
  padding: 10px 10px 0;
}

.yxp-cols-3 > .yxpRow:has(.adv.adv__container) {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.yxpBlock {
  padding: 0;
}

.loading::before,
.yxpLoading::before {
  content: " ";
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 30;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
}
.loading::after,
.yxpLoading::after {
  content: "";
  border: 6px solid transparent;
  border-top-color: #e1000f;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  position: absolute;
  z-index: 30;
  top: -webkit-calc(50% - 30px);
  top: calc(50% - 30px);
  left: -webkit-calc(50% - 30px);
  left: calc(50% - 30px);
}

.fixed-loading::before {
  content: " ";
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 30;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
}
.fixed-loading::after {
  content: "";
  border: 6px solid transparent;
  border-top-color: #e1000f;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  position: fixed;
  z-index: 30;
  top: -webkit-calc(50% - 30px);
  top: calc(50% - 30px);
  left: -webkit-calc(50% - 30px);
  left: calc(50% - 30px);
}

.yxpType_TITLE h1,
.yxpType_TEXT h1,
.yxpImageTextWrapper .yxpHtmlTextWrapper h1,
.yxpType_TEXTAREA .yxpHtmlTextWrapper h1 {
  font-family: "Poppins-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.yxpType_TITLE h1,
.yxpType_TEXT h1,
.yxpImageTextWrapper .yxpHtmlTextWrapper h1,
.yxpType_TEXTAREA .yxpHtmlTextWrapper h1 {
  font-size: 40px;
  line-height: 56px;
}
@media (min-width: 576px) {
  .yxpType_TITLE h1,
  .yxpType_TEXT h1,
  .yxpImageTextWrapper .yxpHtmlTextWrapper h1,
  .yxpType_TEXTAREA .yxpHtmlTextWrapper h1 {
    font-size: 48px;
    line-height: 64px;
  }
}
.yxpType_TITLE h2,
.yxpType_TEXT h2,
.yxpImageTextWrapper .yxpHtmlTextWrapper h2,
.yxpType_TEXTAREA .yxpHtmlTextWrapper h2 {
  font-family: "Poppins-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.yxpType_TITLE h2,
.yxpType_TEXT h2,
.yxpImageTextWrapper .yxpHtmlTextWrapper h2,
.yxpType_TEXTAREA .yxpHtmlTextWrapper h2 {
  font-size: 36px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .yxpType_TITLE h2,
  .yxpType_TEXT h2,
  .yxpImageTextWrapper .yxpHtmlTextWrapper h2,
  .yxpType_TEXTAREA .yxpHtmlTextWrapper h2 {
    font-size: 48px;
  }
}
.yxpType_TITLE h3,
.yxpType_TEXT h3,
.yxpImageTextWrapper .yxpHtmlTextWrapper h3,
.yxpType_TEXTAREA .yxpHtmlTextWrapper h3 {
  font-family: "Poppins-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.yxpType_TITLE h3,
.yxpType_TEXT h3,
.yxpImageTextWrapper .yxpHtmlTextWrapper h3,
.yxpType_TEXTAREA .yxpHtmlTextWrapper h3 {
  font-size: 32px;
  line-height: 1.2;
}
.yxpType_TITLE h4,
.yxpType_TEXT h4,
.yxpImageTextWrapper .yxpHtmlTextWrapper h4,
.yxpType_TEXTAREA .yxpHtmlTextWrapper h4 {
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.yxpType_TITLE h4,
.yxpType_TEXT h4,
.yxpImageTextWrapper .yxpHtmlTextWrapper h4,
.yxpType_TEXTAREA .yxpHtmlTextWrapper h4 {
  font-size: 28px;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .yxpType_TITLE h4,
  .yxpType_TEXT h4,
  .yxpImageTextWrapper .yxpHtmlTextWrapper h4,
  .yxpType_TEXTAREA .yxpHtmlTextWrapper h4 {
    font-size: 36px;
  }
}
.yxpType_TITLE h5,
.yxpType_TEXT h5,
.yxpImageTextWrapper .yxpHtmlTextWrapper h5,
.yxpType_TEXTAREA .yxpHtmlTextWrapper h5 {
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.yxpType_TITLE h5,
.yxpType_TEXT h5,
.yxpImageTextWrapper .yxpHtmlTextWrapper h5,
.yxpType_TEXTAREA .yxpHtmlTextWrapper h5 {
  font-size: 24px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .yxpType_TITLE h5,
  .yxpType_TEXT h5,
  .yxpImageTextWrapper .yxpHtmlTextWrapper h5,
  .yxpType_TEXTAREA .yxpHtmlTextWrapper h5 {
    font-size: 30px;
  }
}
.yxpType_TITLE h6,
.yxpType_TEXT h6,
.yxpImageTextWrapper .yxpHtmlTextWrapper h6,
.yxpType_TEXTAREA .yxpHtmlTextWrapper h6 {
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.yxpType_TITLE h6,
.yxpType_TEXT h6,
.yxpImageTextWrapper .yxpHtmlTextWrapper h6,
.yxpType_TEXTAREA .yxpHtmlTextWrapper h6 {
  font-size: 23px;
  line-height: 28px;
}
.yxpType_TITLE.playfair h1, .playfair .yxpType_TITLE h1,
.yxpType_TEXT.playfair h1,
.playfair .yxpType_TEXT h1,
.yxpImageTextWrapper .yxpHtmlTextWrapper.playfair h1,
.playfair .yxpImageTextWrapper .yxpHtmlTextWrapper h1,
.yxpType_TEXTAREA .yxpHtmlTextWrapper.playfair h1,
.playfair .yxpType_TEXTAREA .yxpHtmlTextWrapper h1 {
  font-family: "Playfair-Display-Regular", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
}
.yxpType_TITLE.playfair h1, .playfair .yxpType_TITLE h1,
.yxpType_TEXT.playfair h1,
.playfair .yxpType_TEXT h1,
.yxpImageTextWrapper .yxpHtmlTextWrapper.playfair h1,
.playfair .yxpImageTextWrapper .yxpHtmlTextWrapper h1,
.yxpType_TEXTAREA .yxpHtmlTextWrapper.playfair h1,
.playfair .yxpType_TEXTAREA .yxpHtmlTextWrapper h1 {
  font-size: 40px;
  line-height: 56px;
}
@media (min-width: 576px) {
  .yxpType_TITLE.playfair h1, .playfair .yxpType_TITLE h1,
  .yxpType_TEXT.playfair h1,
  .playfair .yxpType_TEXT h1,
  .yxpImageTextWrapper .yxpHtmlTextWrapper.playfair h1,
  .playfair .yxpImageTextWrapper .yxpHtmlTextWrapper h1,
  .yxpType_TEXTAREA .yxpHtmlTextWrapper.playfair h1,
  .playfair .yxpType_TEXTAREA .yxpHtmlTextWrapper h1 {
    font-size: 48px;
    line-height: 64px;
  }
}
.yxpType_TITLE.playfair h2, .playfair .yxpType_TITLE h2,
.yxpType_TEXT.playfair h2,
.playfair .yxpType_TEXT h2,
.yxpImageTextWrapper .yxpHtmlTextWrapper.playfair h2,
.playfair .yxpImageTextWrapper .yxpHtmlTextWrapper h2,
.yxpType_TEXTAREA .yxpHtmlTextWrapper.playfair h2,
.playfair .yxpType_TEXTAREA .yxpHtmlTextWrapper h2 {
  font-family: "Playfair-Display-Regular", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
}
.yxpType_TITLE.playfair h2, .playfair .yxpType_TITLE h2,
.yxpType_TEXT.playfair h2,
.playfair .yxpType_TEXT h2,
.yxpImageTextWrapper .yxpHtmlTextWrapper.playfair h2,
.playfair .yxpImageTextWrapper .yxpHtmlTextWrapper h2,
.yxpType_TEXTAREA .yxpHtmlTextWrapper.playfair h2,
.playfair .yxpType_TEXTAREA .yxpHtmlTextWrapper h2 {
  font-size: 36px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .yxpType_TITLE.playfair h2, .playfair .yxpType_TITLE h2,
  .yxpType_TEXT.playfair h2,
  .playfair .yxpType_TEXT h2,
  .yxpImageTextWrapper .yxpHtmlTextWrapper.playfair h2,
  .playfair .yxpImageTextWrapper .yxpHtmlTextWrapper h2,
  .yxpType_TEXTAREA .yxpHtmlTextWrapper.playfair h2,
  .playfair .yxpType_TEXTAREA .yxpHtmlTextWrapper h2 {
    font-size: 48px;
  }
}
.yxpType_TITLE.playfair h3, .playfair .yxpType_TITLE h3,
.yxpType_TEXT.playfair h3,
.playfair .yxpType_TEXT h3,
.yxpImageTextWrapper .yxpHtmlTextWrapper.playfair h3,
.playfair .yxpImageTextWrapper .yxpHtmlTextWrapper h3,
.yxpType_TEXTAREA .yxpHtmlTextWrapper.playfair h3,
.playfair .yxpType_TEXTAREA .yxpHtmlTextWrapper h3 {
  font-family: "Playfair-Display-Regular", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
}
.yxpType_TITLE.playfair h3, .playfair .yxpType_TITLE h3,
.yxpType_TEXT.playfair h3,
.playfair .yxpType_TEXT h3,
.yxpImageTextWrapper .yxpHtmlTextWrapper.playfair h3,
.playfair .yxpImageTextWrapper .yxpHtmlTextWrapper h3,
.yxpType_TEXTAREA .yxpHtmlTextWrapper.playfair h3,
.playfair .yxpType_TEXTAREA .yxpHtmlTextWrapper h3 {
  font-size: 32px;
  line-height: 1.2;
}
.yxpType_TITLE.playfair h4, .playfair .yxpType_TITLE h4,
.yxpType_TEXT.playfair h4,
.playfair .yxpType_TEXT h4,
.yxpImageTextWrapper .yxpHtmlTextWrapper.playfair h4,
.playfair .yxpImageTextWrapper .yxpHtmlTextWrapper h4,
.yxpType_TEXTAREA .yxpHtmlTextWrapper.playfair h4,
.playfair .yxpType_TEXTAREA .yxpHtmlTextWrapper h4 {
  font-family: "Playfair-Display-Regular", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
}
.yxpType_TITLE.playfair h4, .playfair .yxpType_TITLE h4,
.yxpType_TEXT.playfair h4,
.playfair .yxpType_TEXT h4,
.yxpImageTextWrapper .yxpHtmlTextWrapper.playfair h4,
.playfair .yxpImageTextWrapper .yxpHtmlTextWrapper h4,
.yxpType_TEXTAREA .yxpHtmlTextWrapper.playfair h4,
.playfair .yxpType_TEXTAREA .yxpHtmlTextWrapper h4 {
  font-size: 28px;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .yxpType_TITLE.playfair h4, .playfair .yxpType_TITLE h4,
  .yxpType_TEXT.playfair h4,
  .playfair .yxpType_TEXT h4,
  .yxpImageTextWrapper .yxpHtmlTextWrapper.playfair h4,
  .playfair .yxpImageTextWrapper .yxpHtmlTextWrapper h4,
  .yxpType_TEXTAREA .yxpHtmlTextWrapper.playfair h4,
  .playfair .yxpType_TEXTAREA .yxpHtmlTextWrapper h4 {
    font-size: 36px;
  }
}
.yxpType_TITLE.playfair h5, .playfair .yxpType_TITLE h5,
.yxpType_TEXT.playfair h5,
.playfair .yxpType_TEXT h5,
.yxpImageTextWrapper .yxpHtmlTextWrapper.playfair h5,
.playfair .yxpImageTextWrapper .yxpHtmlTextWrapper h5,
.yxpType_TEXTAREA .yxpHtmlTextWrapper.playfair h5,
.playfair .yxpType_TEXTAREA .yxpHtmlTextWrapper h5 {
  font-family: "Playfair-Display-Regular", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
}
.yxpType_TITLE.playfair h5, .playfair .yxpType_TITLE h5,
.yxpType_TEXT.playfair h5,
.playfair .yxpType_TEXT h5,
.yxpImageTextWrapper .yxpHtmlTextWrapper.playfair h5,
.playfair .yxpImageTextWrapper .yxpHtmlTextWrapper h5,
.yxpType_TEXTAREA .yxpHtmlTextWrapper.playfair h5,
.playfair .yxpType_TEXTAREA .yxpHtmlTextWrapper h5 {
  font-size: 24px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .yxpType_TITLE.playfair h5, .playfair .yxpType_TITLE h5,
  .yxpType_TEXT.playfair h5,
  .playfair .yxpType_TEXT h5,
  .yxpImageTextWrapper .yxpHtmlTextWrapper.playfair h5,
  .playfair .yxpImageTextWrapper .yxpHtmlTextWrapper h5,
  .yxpType_TEXTAREA .yxpHtmlTextWrapper.playfair h5,
  .playfair .yxpType_TEXTAREA .yxpHtmlTextWrapper h5 {
    font-size: 30px;
  }
}

.text {
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.text {
  font-size: 18px;
  line-height: 24px;
}

.text-large {
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.text-large {
  font-size: 23px;
  line-height: 28px;
}

.text-small {
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.text-small {
  font-size: 16px;
  line-height: 1.3;
}

.text-xsmall {
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.text-xsmall {
  font-size: 14px;
  line-height: 1.5;
}

.caption {
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.caption {
  font-size: 12px;
  line-height: 1.4;
}

.yxpType_TITLE {
  margin-bottom: 24px;
}

.yxpType_TEXTAREA {
  margin-bottom: 16px;
}
.yxpType_TEXTAREA a {
  text-decoration: underline;
}

.yxpType_VIDEO {
  height: 520px;
  width: 960px;
  margin: 0 auto 32px;
  border-radius: 10px;
  overflow: hidden;
  max-height: 55vw;
  max-width: 100%;
}
.yxpType_VIDEO .yxpCoverImage:after {
  background: url("/fe-web/img/donnad/icons/play.svg") no-repeat center;
  background-size: cover;
  height: 46px;
  width: 40px;
  border: none;
}

.yxpType_DIVIDER hr {
  border: none;
  border-top: 1px solid #ded7d6;
  margin: 38px 0;
}

.yxpImageTextTitle:empty {
  display: none;
}

.primary-button a,
button.yxpSubmitBtn {
  font-family: "Poppins-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
  height: 50px;
  min-width: 120px;
  padding: 16px 32px;
  border-radius: 60px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
}
.primary-button a,
button.yxpSubmitBtn {
  border: 1px solid transparent;
  -webkit-transition: background-color 0.3s ease, border 0.3s ease;
  transition: background-color 0.3s ease, border 0.3s ease;
  background: #e1000f;
  color: white;
}
.primary-button a:hover,
button.yxpSubmitBtn:hover {
  background-color: #FF0A1C;
  border: 1px solid #AE000C;
}
.primary-button a.yxpHidden,
button.yxpSubmitBtn.yxpHidden {
  display: none;
}

.secondary-button a {
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  height: 50px;
  min-width: 120px;
  padding: 16px 32px;
  border-radius: 60px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
}
.secondary-button a {
  background: #ffffff;
  color: #e1000f;
  border: 1px solid transparent;
  -webkit-transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
}
.secondary-button a:hover {
  color: #ffffff;
  background-color: #FF0A1C;
  border: 1px solid #AE000C;
}

@media (max-width: 767px) {
  .yxpRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .yxpRow .yxp-cols-1,
  .yxpRow .yxp-cols-2,
  .yxpRow .yxp-cols-3,
  .yxpRow .yxp-cols-4,
  .yxpRow .yxp-cols-5,
  .yxpRow .yxp-cols-6,
  .yxpRow .yxp-cols-7,
  .yxpRow .yxp-cols-8,
  .yxpRow .yxp-cols-9,
  .yxpRow .yxp-cols-10,
  .yxpRow .yxp-cols-11,
  .yxpRow .yxp-cols-12 {
    width: 100%;
  }
}
.width-1200 > .yxpRow {
  max-width: 1200px !important;
  margin: 0 auto;
}

.width-1024 > .yxpRow {
  max-width: 1024px !important;
  margin: 0 auto;
}

.width-900 > .yxpRow {
  max-width: 900px !important;
  margin: 0 auto;
}

.width-800 > .yxpRow {
  max-width: 800px !important;
  margin: 0 auto;
}

.width-700 > .yxpRow {
  max-width: 700px !important;
  margin: 0 auto;
}

.full-width-cnt {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.white-background {
  background: white;
}

.light-grey-background {
  background: #ded7d6;
}

.very-light-grey-background {
  background: #f3f3f8;
}

.red-background {
  background: #ca0611;
  color: white;
}

.light-blue-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(162, 204, 239, 0.5)), to(#D4EDFF)), #FFF;
  background: linear-gradient(180deg, rgba(162, 204, 239, 0.5) 0%, #D4EDFF 100%), #FFF;
}

.blue-gradient-background {
  background: -webkit-gradient(linear, left top, left bottom, from(#497BAA), to(#1F354A));
  background: linear-gradient(#497BAA, #1F354A);
  color: white;
}

.generic-card {
  border-radius: 32px;
  -webkit-box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.1);
  background-color: white;
  padding: 24px;
}
@media (min-width: 1024px) {
  .generic-card {
    padding: 48px 56px;
  }
}
.generic-card img {
  max-width: 100%;
}
.generic-card.small {
  padding: 16px 16px 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 1024px) {
  .generic-card.small {
    padding: 24px 16px 0;
  }
}

.icon {
  display: inline-block;
  line-height: 0;
}
.icon svg {
  display: block;
  width: 100%;
  height: auto;
}

.icon.small {
  width: 16px;
  height: 16px;
}
.icon.regular {
  width: 20px;
  height: 20px;
}
.icon.large {
  width: 24px;
  height: 24px;
}
.icon.xlarge {
  width: 52px;
  height: 100%;
}
.icon.rotated svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.icon.danger svg {
  fill: #e1000f;
}

.icon.light svg {
  fill: #ffffff;
}

.icon.light-grey svg {
  fill: #f3f3f8;
}

.icon.dark svg {
  fill: #131317;
}

.icon.grey svg {
  fill: #9292a6;
}

.form-wrapper {
  max-width: 100%;
  margin: 0 auto;
}

.yxpType_FORM form .yxpRow .yxpInputGroup {
  text-align: left;
  max-width: 560px;
}
.yxpType_FORM .yxpStepsWrapper {
  margin: 0;
}
.yxpType_FORM .yxpStepContainer.yxpStepActive {
  border: none;
}
.yxpType_FORM form .yxpRow {
  margin-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.yxpType_FORM form .yxpRow {
  font-size: 14px;
  line-height: 1.5;
}
.yxpType_FORM form .yxpRow:has(.yxpInputGroupHidden) {
  display: none;
}
.yxpType_FORM form .yxpHtmlTextWrapper {
  text-align: left;
  margin-top: -24px;
  margin-bottom: 16px;
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.yxpType_FORM form .yxpHtmlTextWrapper {
  font-size: 16px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .yxpType_FORM .yxp-cols-6 {
    width: 48%;
  }
}
.yxpType_FORM .yxpType_LINK {
  text-align: right;
}
.yxpType_FORM .yxpInputGroup label.yxpInputGroupLabel {
  padding: 0 0 8px 0;
  text-transform: none;
  letter-spacing: 0.5px;
  font-family: "Poppins-Light", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.yxpType_FORM .yxpInputGroup label.yxpInputGroupLabel {
  font-size: 14px;
  line-height: 1.5;
}
.yxpType_FORM .yxpInputGroup label.yxpInputGroupLabel.yxpInputGroupLabelRight {
  margin: 0;
  padding: 0 20px;
  color: #131317;
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.yxpType_FORM .yxpInputGroup label.yxpInputGroupLabel.yxpInputGroupLabelRight {
  font-size: 18px;
  line-height: 24px;
}
.yxpType_FORM .yxpInputGroup input,
.yxpType_FORM .yxpInputGroup select,
.yxpType_FORM .yxpInputGroup textarea {
  width: 100%;
  font-family: "Poppins-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.yxpType_FORM .yxpInputGroup input,
.yxpType_FORM .yxpInputGroup select,
.yxpType_FORM .yxpInputGroup textarea {
  font-size: 16px;
  line-height: 1.3;
}
.yxpType_FORM .yxpInputGroup input,
.yxpType_FORM .yxpInputGroup select,
.yxpType_FORM .yxpInputGroup textarea {
  font-family: "Poppins-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.yxpType_FORM .yxpInputGroup input,
.yxpType_FORM .yxpInputGroup select,
.yxpType_FORM .yxpInputGroup textarea {
  font-size: 16px;
  line-height: 1.3;
}
.yxpType_FORM .yxpInputGroup input,
.yxpType_FORM .yxpInputGroup select,
.yxpType_FORM .yxpInputGroup textarea {
  padding: 14px 24px;
  border-radius: 2px;
  color: #131317;
  border: 1px solid #131317;
  background-color: white;
  min-height: 50px;
}
.yxpType_FORM .yxpInputGroup input::-webkit-input-placeholder, .yxpType_FORM .yxpInputGroup select::-webkit-input-placeholder, .yxpType_FORM .yxpInputGroup textarea::-webkit-input-placeholder {
  color: #535368;
}
.yxpType_FORM .yxpInputGroup input::-webkit-input-placeholder, .yxpType_FORM .yxpInputGroup input::placeholder,
.yxpType_FORM .yxpInputGroup select::-webkit-input-placeholder,
.yxpType_FORM .yxpInputGroup select::placeholder,
.yxpType_FORM .yxpInputGroup textarea::-webkit-input-placeholder,
.yxpType_FORM .yxpInputGroup textarea::placeholder {
  color: #535368;
}
.yxpType_FORM .yxpInputGroup input.yxp-error,
.yxpType_FORM .yxpInputGroup select.yxp-error,
.yxpType_FORM .yxpInputGroup textarea.yxp-error {
  border-color: #e1000f;
}
.yxpType_FORM .yxpInputGroup input:disabled,
.yxpType_FORM .yxpInputGroup select:disabled,
.yxpType_FORM .yxpInputGroup textarea:disabled {
  color: #535368;
}
.yxpType_FORM .yxpInputGroup select {
  position: relative;
  padding: 0 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("/fe-web/img/donnad/icons/chevron-down.svg");
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 24px auto;
  width: 100%;
}
.yxpType_FORM .yxpInputGroupInput input {
  background: none;
  border: none;
}
.yxpType_FORM .yxpRow .yxpInputDescription {
  margin-bottom: 8px;
  position: relative;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.yxpType_FORM .yxpRow .yxpInputDescription {
  font-size: 16px;
  line-height: 1.3;
}
.yxpType_FORM .yxpFormActionsWrapper {
  margin: 32px 0;
  text-align: right;
  padding-top: 48px;
  border-top: 1px solid #ded7d6;
}
.yxpType_FORM .yxpFormActionsNavWrapper {
  float: none;
}
.yxpType_FORM .yxpSubmitBtn,
.yxpType_FORM .yxpNextBtn {
  font-family: "Poppins-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
  height: 50px;
  min-width: 120px;
  padding: 16px 32px;
  border-radius: 60px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
}
.yxpType_FORM .yxpSubmitBtn,
.yxpType_FORM .yxpNextBtn {
  border: 1px solid transparent;
  -webkit-transition: background-color 0.3s ease, border 0.3s ease;
  transition: background-color 0.3s ease, border 0.3s ease;
  background: #e1000f;
  color: white;
}
.yxpType_FORM .yxpSubmitBtn:hover,
.yxpType_FORM .yxpNextBtn:hover {
  background-color: #FF0A1C;
  border: 1px solid #AE000C;
}
.yxpType_FORM .yxpSubmitBtn,
.yxpType_FORM .yxpNextBtn {
  width: auto;
  float: none;
  border-radius: 0;
}
.yxpType_FORM .hidden,
.yxpType_FORM .yxpHidden {
  display: none !important;
}
.yxpType_FORM .yxpType_RADIO_INPUT label.yxpInputGroupLabel {
  color: #131317;
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.yxpType_FORM .yxpType_RADIO_INPUT label.yxpInputGroupLabel {
  font-size: 16px;
  line-height: 1.3;
}
.yxpType_FORM .yxpType_RADIO_INPUT label.yxpInputGroupLabel.yxpInputGroupLabelRight {
  cursor: pointer;
}
.yxpType_FORM fieldset {
  padding: 12px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.yxpType_FORM .yxpInputGroupRadioWrapper {
  position: relative;
}
.yxpType_FORM .yxpInputGroupRadioWrapper::before {
  content: "";
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #131317;
  position: absolute;
  pointer-events: none;
  top: 6px;
  left: 0;
}
.yxpType_FORM .yxpInputGroupRadioWrapper::after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 9px;
  width: 14px;
  height: 14px;
  left: 3px;
  border-radius: 50%;
  background: #131317;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.yxpType_FORM .yxpInputGroupRadioWrapper[active=true]::before {
  border-color: #131317;
}
.yxpType_FORM .yxpInputGroupRadioWrapper[active=true]::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.yxpType_FORM .yxpRow input[type=radio] {
  opacity: 0;
  cursor: pointer;
  min-width: 20px;
}
.yxpType_FORM .yxpInputCheckboxWrapper {
  background: none;
  border: none;
  padding: 0;
  margin: 8px 0;
}
.yxpType_FORM .yxpInputCheckboxWrapper .yxpInputGroupLabelRight {
  color: #131317;
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.yxpType_FORM .yxpInputCheckboxWrapper .yxpInputGroupLabelRight {
  font-size: 14px;
  line-height: 1.5;
}
.yxpType_FORM .yxpInputCheckboxWrapper .yxpInputGroupLabelRight a {
  margin-left: 3px;
  color: #131317;
  text-decoration: underline;
  font-family: "Poppins-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.yxpType_FORM .yxpInputCheckboxWrapper .yxpInputGroupLabelRight a {
  font-size: 14px;
  line-height: 1.5;
}
.yxpType_FORM .yxpInputCheckboxMultipleWrapper {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.yxpType_FORM input[type=checkbox] + label::before,
.yxpType_FORM input[type=checkbox] + span::before {
  content: "";
  border-radius: 0;
  border: 1px solid #131317;
  pointer-events: none;
  color: #131317;
  background-color: white;
  margin-right: 16px;
  line-height: 22px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  text-align: center;
  display: inline-block;
  vertical-align: bottom;
  cursor: pointer;
}
.yxpType_FORM input[type=checkbox]:checked + label::before,
.yxpType_FORM input[type=checkbox]:checked + span::before {
  background: url("/fe-web/img/donnad/icons/check.svg") no-repeat center;
}
.yxpType_FORM .yxpRow input[type=checkbox] {
  margin: 0;
  opacity: 0;
  position: absolute;
  min-width: 24px;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
}
.yxpType_FORM .yxpRow input[type=file] {
  position: absolute;
  opacity: 0;
  z-index: 1;
}
.yxpType_FORM .yxpPasswordValidator {
  display: none;
}
.yxpType_FORM .yxp-error {
  background: none;
}
.yxpType_FORM .yxp-error .yxpInputCheckboxMultipleWrapper:before,
.yxpType_FORM .yxp-error .yxpInputGroupRadioWrapper:before {
  border-color: #e1000f;
}
.yxpType_FORM .yxp-error.yxpInputGroup input, .yxpType_FORM .yxp-error.yxpInputGroup select, .yxpType_FORM .yxp-error.yxpInputGroup textarea,
.yxpType_FORM .yxp-error .yxpMultipleInputWrapper {
  border-color: #e1000f;
}
.yxpType_FORM .yxp-error-msg {
  left: 0;
  z-index: 1;
  bottom: -8px;
  text-align: left;
  color: #e1000f;
  font-family: "Poppins-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.yxpType_FORM .yxp-error-msg {
  font-size: 12px;
  line-height: 1.4;
}
.yxpType_FORM .yxp-error-msg a {
  text-decoration: underline;
  color: #e1000f;
}
.yxpType_FORM .yxpInputGroupLabelLeft {
  margin-left: 32px;
}
.yxpType_FORM .yxpInputGroup textarea {
  min-height: 210px;
}
.yxpType_FORM .yxpType_TEXTAREA {
  margin-top: 30px;
  margin-bottom: 0;
}
.yxpType_FORM .yxpFormProgressBarWrapper {
  width: 420px;
  max-width: -webkit-calc(100% - 20px);
  max-width: calc(100% - 20px);
  margin: 0 auto 40px;
}
.yxpType_FORM .yxpStepWrapper {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin: 0;
  position: absolute;
  width: -webkit-calc(100% - 32px);
  width: calc(100% - 32px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 420px;
  left: 50%;
  top: 0;
}
.yxpType_FORM .yxpStepWrapper .yxpStepBlock {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0;
  margin: 0;
  height: 4px;
  border: none;
  font-size: 0;
  background: #253C85;
}
.yxpType_FORM .yxpStepWrapper .yxpStepBlock:first-child {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
.yxpType_FORM .yxpStepWrapper .yxpStepBlock:last-child {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}
.yxpType_FORM .yxpStepWrapper .yxpStepBlock > span {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 36px;
  left: 50%;
}
.yxpType_FORM .yxpStepWrapper .yxpStepActive {
  border-radius: 0 8px 8px 0;
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.yxpType_FORM .yxpStepWrapper .yxpStepActive {
  font-size: 12px;
  line-height: 1.4;
}
.yxpType_FORM .yxpStepWrapper .yxpStepActive ~ .yxpStepBlock {
  background: #9292a6;
}

.set-password-form-container {
  padding: 46px 16px 32px;
}
.set-password-form-container .yxpRow form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .set-password-form-container .yxpRow form {
    gap: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.set-password-form-container .yxpType_FORM .yxpFormActionsWrapper {
  padding: 2px 0;
  border: 0;
}
.set-password-form-container form .yxpRow .yxpInputGroup:has(input[name=password]),
.set-password-form-container form .yxpRow .yxpInputGroup:has(input[name=repeatPassword]) {
  position: relative;
}
.set-password-form-container form .yxpRow .yxpInputGroup:has(input[name=password]) input,
.set-password-form-container form .yxpRow .yxpInputGroup:has(input[name=repeatPassword]) input {
  padding-right: 42px;
}
.set-password-form-container form .yxpRow .yxpInputGroup:has(input[name=password]) .visibility-icon,
.set-password-form-container form .yxpRow .yxpInputGroup:has(input[name=repeatPassword]) .visibility-icon {
  position: absolute;
  background: none;
  line-height: 1;
  padding: 5px;
  top: 40px;
  right: 0;
  width: 40px;
  height: 40px;
  border: none;
}
.set-password-form-container form .yxpRow .yxpInputGroup:has(input[name=password]) .visibility-icon:before,
.set-password-form-container form .yxpRow .yxpInputGroup:has(input[name=repeatPassword]) .visibility-icon:before {
  content: "";
  background: url("/fe-web/img/donnad/icons/eye-on.png") no-repeat center;
  background-size: 20px;
  display: block;
  height: 100%;
  width: 100%;
}
.set-password-form-container form .yxpRow .yxpInputGroup:has(input[name=password]).password-visible .visibility-icon:before,
.set-password-form-container form .yxpRow .yxpInputGroup:has(input[name=repeatPassword]).password-visible .visibility-icon:before {
  background-image: url("/fe-web/img/donnad/icons/eye-off.png");
  background-size: 17px;
}
.set-password-form-container .yxpType_FORM .yxpInputGroup input,
.set-password-form-container .yxpType_FORM .yxpSubmitBtn,
.set-password-form-container .yxpType_FORM .yxpNextBtn {
  border-color: white !important;
}
.set-password-form-container .yxpType_FORM .yxp-error-msg {
  color: white;
}

.yxpImageTextWrapper {
  text-align: center;
}
.yxpImageTextWrapper .yxpImageTextTitle {
  margin-bottom: 16px;
  font-family: "Playfair-Display-Bold", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
}
.yxpImageTextWrapper .yxpImageTextTitle {
  font-size: 24px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .yxpImageTextWrapper .yxpImageTextTitle {
    font-size: 30px;
  }
}
.yxpImageTextWrapper .yxpImage {
  width: 100%;
}
.yxpImageTextWrapper .yxpLink {
  margin-top: 56px;
  margin-right: 8px;
  font-family: "Poppins-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
  height: 50px;
  min-width: 120px;
  padding: 16px 32px;
  border-radius: 60px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
}
.yxpImageTextWrapper .yxpLink {
  border: 1px solid transparent;
  -webkit-transition: background-color 0.3s ease, border 0.3s ease;
  transition: background-color 0.3s ease, border 0.3s ease;
  background: #e1000f;
  color: white;
}
.yxpImageTextWrapper .yxpLink:hover {
  background-color: #FF0A1C;
  border: 1px solid #AE000C;
}
.yxpImageTextWrapper .yxpLink.secondLink {
  margin-top: 16px;
}
.yxpImageTextWrapper .yxpImageTextIcon {
  margin-bottom: 8px;
  max-width: 120px;
}
.yxpImageTextWrapper.yxpFlexWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  gap: 30px;
}
@media (min-width: 768px) {
  .yxpImageTextWrapper.yxpFlexWrapper {
    gap: 40px;
  }
  .yxpImageTextWrapper.yxpFlexWrapper .yxpImageTextTitle {
    font-size: 36px;
  }
}
.yxpImageTextWrapper.yxpFlexWrapper .yxpImageWrapper {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  height: auto;
  max-width: 100%;
}
.yxpImageTextWrapper.yxpFlexWrapper .yxpInfoWrapper {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 768px) {
  .yxpImageTextWrapper.yxpFlexWrapper {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .yxpImageTextWrapper.yxpFlexWrapper .yxpImageWrapper,
  .yxpImageTextWrapper.yxpFlexWrapper .yxpInfoWrapper {
    width: 50%;
    -webkit-box-ordinal-group: unset;
    -webkit-order: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
a > .yxpImageTextWrapper .yxpImageWrapper {
  width: auto;
  max-width: 300px;
  margin: 0 auto 16px;
}
a > .yxpImageTextWrapper .yxpImageWrapper img {
  max-height: 100%;
  max-width: 100%;
}
a > .yxpImageTextWrapper .yxpImageTextTitle {
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  position: relative;
  display: inline-block;
}
a > .yxpImageTextWrapper .yxpImageTextTitle {
  font-size: 16px;
  line-height: 1.3;
}
a > .yxpImageTextWrapper .yxpImageTextTitle:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #ded7d6;
  bottom: -2px;
  left: 0;
}

.swiper-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
}
.swiper-container .yxpRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div:has(> .generic-swiper) {
  position: relative;
  padding-bottom: 48px;
}

.generic-swiper {
  padding: 16px 16px 40px;
  margin: 0 -24px;
}
.generic-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 6px !important;
  background: #e1000f;
}
.red-background .generic-swiper .swiper-pagination-bullet {
  background: #ded7d6;
}
.generic-swiper .swiper-pagination-bullet-active {
  background: #b3000c;
}
.red-background .generic-swiper .swiper-pagination-bullet-active {
  background: white;
}
.generic-swiper .swiper-slide {
  margin-bottom: 16px;
  height: auto;
}

.generic-swiper-navigation-container {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -webkit-calc(100% - 78px);
  top: calc(100% - 78px);
  width: 100%;
  left: 50%;
  z-index: 2;
}
@media (min-width: 1200px) {
  .generic-swiper-navigation-container {
    top: -webkit-calc(50% - 36px);
    top: calc(50% - 36px);
  }
}
.generic-swiper-navigation-container .swiper-button-next,
.generic-swiper-navigation-container .swiper-button-prev {
  height: 64px;
  width: 64px;
}
.generic-swiper-navigation-container .swiper-button-next .icon,
.generic-swiper-navigation-container .swiper-button-prev .icon {
  height: 52px;
}
.generic-swiper-navigation-container .swiper-button-next svg path,
.generic-swiper-navigation-container .swiper-button-prev svg path {
  stroke: #b3000c;
}
.red-background .generic-swiper-navigation-container .swiper-button-next svg path,
.red-background .generic-swiper-navigation-container .swiper-button-prev svg path {
  stroke: white;
}
.generic-swiper-navigation-container .swiper-button-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 1200px) {
  .generic-swiper-navigation-container .swiper-button-prev {
    left: -60px;
  }
  .generic-swiper-navigation-container .swiper-button-next {
    right: -60px;
  }
}

html .gigya-style-modern div.gigya-screen-dialog-main,
html .gigya-style-modern div.gigya-screen-dialog-top {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  overflow: hidden;
}

html #reset-password-container {
  margin: 0 auto;
}

#reset-password-container_content_caption {
  display: none;
}

html .gigya-screen-dialog:focus {
  outline: none;
}

html .gigya-screen.landscape {
  padding-top: 18px;
}

html .gigya-style-modern div.gigya-screen-dialog-close img {
  display: none;
}

html .gigya-style-modern div.gigya-screen-dialog-close a {
  background-image: url("/fe-web/img/donnad/screensets/menu-closed-white.png");
  width: 20px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 7px;
}

@media (max-width: 919px) {
  html .gigya-style-modern div.gigya-screen-dialog-close a {
    margin-top: 4px;
  }
}
html .gigya-style-modern.gigya-screen-dialog-mobile div.gigya-screen-dialog-top {
  height: 50px;
  position: relative;
  padding-top: 10px;
}

html .gigya-style-modern.gigya-screen-dialog-mobile div.gigya-screen-dialog-inner {
  margin-top: 0;
}

html .gigya-style-modern.gigya-screen-dialog-mobile div.gigya-screen-dialog-caption {
  font-size: 21px;
}

html .gigya-composite-control.gigya-composite-control-multi-choice {
  width: 100%;
  display: flow-root;
}

html .gigya-screen,
html .gigya-screen * {
  outline: none;
  color: #131317;
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
html .gigya-screen,
html .gigya-screen * {
  font-size: 14px;
  line-height: 1.5;
}

html .gigya-screen .gigya-composite-control,
html .gigya-screen * .gigya-composite-control {
  padding-bottom: 10px;
}

html .gigya-screen .gigya-composite-control.gigya-spacer,
html .gigya-screen * .gigya-composite-control.gigya-spacer {
  border-top: 1px solid #D8D8D8;
  width: 100%;
  margin: 3px 0 17px;
  padding: 0;
}

html .gigya-screen .gigya-composite-control.gigya-composite-control-link.button {
  border: none;
}

html .gigya-screen .gigya-composite-control.gigya-composite-control-label {
  display: block;
  padding-bottom: 2px;
}

html .gigya-screen#gigya-verification-pending-screen .gigya-composite-control.gigya-composite-control-label {
  padding-bottom: 12px;
}

html .gigya-style-modern div.gigya-screen-dialog-top {
  background-color: #CA0511;
}

html .gigya-style-modern div.gigya-screen-dialog-caption {
  margin-left: 10px;
  font-family: "Playfair-Display-Regular", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
}

html .gigya-screen a,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-resend,
html .gigya-screen a:visited,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-resend:visited,
html .gigya-screen a:link,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-resend:link,
html .gigya-screen a:active,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-resend:active {
  color: #131317;
  border-bottom: 1px solid #D8D8D8;
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
html .gigya-screen a,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-resend,
html .gigya-screen a:visited,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-resend:visited,
html .gigya-screen a:link,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-resend:link,
html .gigya-screen a:active,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-resend:active {
  font-size: 12px;
  line-height: 1.4;
}

html .gigya-screen a:hover,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-resend:hover {
  text-decoration: none;
}

html .gigya-screen .gigya-error-msg.gigya-error-msg-active,
html .gigya-screen.portrait .gigya-error-msg-active.gigya-form-error-msg,
html .gigya-screen.portrait .gigya-error-msg.gigya-error-msg-active {
  font-size: 9px;
}

html .gigya-screen select,
html .gigya-screen input[type=text],
html .gigya-screen input[type=password],
html .gigya-screen input[type=email],
html .gigya-screen input[type=date],
html .gigya-screen a.gigya-button,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gigya-button.gig-tfa-phone-code-resend,
html .gigya-screen textarea {
  padding-left: 15px;
  border-radius: 2px !important;
  border: 1px solid #131317;
  color: #131317;
  font-family: "Poppins-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
html .gigya-screen select,
html .gigya-screen input[type=text],
html .gigya-screen input[type=password],
html .gigya-screen input[type=email],
html .gigya-screen input[type=date],
html .gigya-screen a.gigya-button,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gigya-button.gig-tfa-phone-code-resend,
html .gigya-screen textarea {
  font-size: 12px;
  line-height: 1.4;
}

html .gigya-screen select:focus,
html .gigya-screen input[type=text]:focus,
html .gigya-screen input[type=password]:focus,
html .gigya-screen input[type=email]:focus,
html .gigya-screen input[type=date]:focus,
html .gigya-screen a.gigya-button:focus,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gigya-button.gig-tfa-phone-code-resend:focus,
html .gigya-screen textarea:focus {
  outline: none;
  padding-left: 15px;
}

html .gigya-screen input[type=text],
html .gigya-screen input[type=password],
html .gigya-screen input[type=email],
html .gigya-screen textarea {
  background-image: none !important;
}

html .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item {
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 30%;
}

html .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item label {
  margin: 0 0 0 4px;
  width: initial;
  display: inline-block;
  vertical-align: middle;
}

html .gigya-screen-dialog #gigya-register-screen .gigya-composite-control-dropdown label.gigya-required-display.gigya-reset,
html .gigya-screen-dialog #gigya-register-screen .gigya-composite-control-dropdown span.gigya-label-text {
  display: none;
}

html .gigya-screen input.gigya-input-text,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container input.gig-tfa-phone-code-textbox,
html .gigya-screen input.gigya-input-text:focus,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container input.gig-tfa-phone-code-textbox:focus,
html .gigya-screen input.gigya-input-text.gigya-valid,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container input.gigya-valid.gig-tfa-phone-code-textbox,
html .gigya-screen input.gigya-input-text.gigya-valid:focus,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container input.gigya-valid.gig-tfa-phone-code-textbox:focus,
html .gigya-screen input.gigya-input-text.gigya-pending,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container input.gigya-pending.gig-tfa-phone-code-textbox,
html .gigya-screen input.gigya-input-text.gigya-pending:focus,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container input.gigya-pending.gig-tfa-phone-code-textbox:focus,
html .gigya-screen input.gigya-input-text.gigya-error,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container input.gigya-error.gig-tfa-phone-code-textbox,
html .gigya-screen input.gigya-input-text.gigya-error:focus,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container input.gigya-error.gig-tfa-phone-code-textbox:focus,
html .gigya-screen input.gigya-input-password,
html .gigya-screen input.gigya-input-password:focus,
html .gigya-screen input.gigya-input-password.gigya-valid,
html .gigya-screen input.gigya-input-password.gigya-valid:focus,
html .gigya-screen input.gigya-input-password.gigya-pending,
html .gigya-screen input.gigya-input-password.gigya-pending:focus,
html .gigya-screen input.gigya-input-password.gigya-error,
html .gigya-screen input.gigya-input-password.gigya-error:focus {
  padding-left: 15px;
}

html .gigya-screen .gigya-composite-control.gigya-composite-control-label.main-text,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-header-text {
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
}

html .gigya-screen select {
  background-position: 95% center;
  background-image: url("/fe-web/img/donnad/screensets/arrow-select-close.png");
  background-repeat: no-repeat;
  background-size: 11px;
  padding-left: 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  html .gigya-screen select {
    background-image: none;
  }
}
html .gigya-screen.portrait.mobile h2 {
  font-size: 26px;
}

html table.gigya-login-providers-container {
  width: 100%;
  margin: auto;
}

html .gigya-screen h1,
html .gigya-screen h2 {
  color: #131317;
  font-family: "Playfair-Display-Regular", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
}
html .gigya-screen h1,
html .gigya-screen h2 {
  font-size: 32px;
  line-height: 1.2;
}

@media (max-width: 919px) {
  html .gigya-screen h1,
  html .gigya-screen h2 {
    font-size: 26px;
  }
}
html .gigya-composite-control-label,
html .gigya-screen .gigya-label-text,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-remember-label,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-edit-header-text,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-edit-number,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-resend-type,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-resend-yourphone,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-resend-header-text,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-header-text,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-header-subtext,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-phonenumber,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-register-example,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-label,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-header-text,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-register-type span,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-resend-type span {
  color: #131317;
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
html .gigya-composite-control-label,
html .gigya-screen .gigya-label-text,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-remember-label,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-edit-header-text,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-edit-number,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-resend-type,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-resend-yourphone,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-resend-header-text,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-header-text,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-header-subtext,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-phonenumber,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-register-example,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-label,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-header-text,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-register-type span,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-resend-type span {
  font-size: 12px;
  line-height: 1.4;
}

html .gigya-screen .gigya-composite-control.gigya-composite-control-textbox .gigya-label {
  padding: 8px 0 2px;
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
html .gigya-screen .gigya-composite-control.gigya-composite-control-textbox .gigya-label {
  font-size: 14px;
  line-height: 1.5;
}

html .gigya-composite-control-label {
  font-size: 14px;
}

@media (max-width: 919px) {
  html .gigya-composite-control-label {
    font-size: 14px;
  }
}
html .gigya-screen .gigya-composite-control.gigya-composite-control-dropdown select option {
  padding-left: 15px;
}

html .gigya-screen a.gigya-button,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gigya-button.gig-tfa-phone-code-resend,
html .gigya-screen input[type=button],
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-button-container .gig-tfa-button,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-button-container .gig-tfa-button-submit,
html .gigya-screen input[type=submit],
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-edit-link {
  margin: 5px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 20px 40px;
  -webkit-transition: color, background-color 0.25s linear;
  transition: color, background-color 0.25s linear;
  cursor: pointer;
  width: 100%;
  height: initial;
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  color: #FFF;
  background-color: #CA0511;
  border-color: #CA0511;
  position: relative;
  font-family: "Poppins-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
html .gigya-screen a.gigya-button,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gigya-button.gig-tfa-phone-code-resend,
html .gigya-screen input[type=button],
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-button-container .gig-tfa-button,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-button-container .gig-tfa-button-submit,
html .gigya-screen input[type=submit],
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-edit-link {
  font-size: 12px;
  line-height: 1.4;
}

html .gigya-screen a.gigya-button:after,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gigya-button.gig-tfa-phone-code-resend:after,
html .gigya-screen input[type=button]:after,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-button-container .gig-tfa-button:after,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-button-container .gig-tfa-button-submit:after,
html .gigya-screen input[type=submit]:after,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-edit-link:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
}

html .gigya-screen a.gigya-button:hover,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gigya-button.gig-tfa-phone-code-resend:hover,
html .gigya-screen input[type=button]:hover,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-button-container .gig-tfa-button:hover,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-button-container .gig-tfa-button-submit:hover,
html .gigya-screen input[type=submit]:hover,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-edit-link:hover {
  background-color: #CA0511;
}

html .gigya-screen a.gigya-button:hover:after,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gigya-button.gig-tfa-phone-code-resend:hover:after,
html .gigya-screen input[type=button]:hover:after,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-button-container .gig-tfa-button:hover:after,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-button-container .gig-tfa-button-submit:hover:after,
html .gigya-screen input[type=submit]:hover:after,
html .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-edit-link:hover:after {
  background-color: #000;
  height: 2px;
}

html .gigya-screen-dialog #gigya-register-screen .gigya-composite-control.gigya-composite-control-dropdown {
  width: 33.3%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5px 0 5px;
  float: left;
}

html .gigya-screen-dialog #gigya-register-screen .gigya-composite-control.gigya-composite-control-dropdown select {
  background-position: 88% center;
}

@media (max-width: 919px) {
  html .gigya-screen-dialog #gigya-register-screen .gigya-composite-control.gigya-composite-control-dropdown {
    padding: 0 2px 0 2px;
  }
}
html .gigya-screen-dialog #gigya-register-screen .gigya-composite-control.gigya-composite-control-dropdown.dropdown-birthday {
  padding-left: 0;
}

html .gigya-screen-dialog #gigya-register-screen .gigya-composite-control.gigya-composite-control-dropdown.dropdown-year {
  padding-right: 0;
}

html .gigya-screen input.gigya-input-text {
  padding-left: 15px;
}

html .gigya-screen input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin: 2px 5px 2px 0;
  border: 1px solid #000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  padding: 0;
}

html .gigya-screen input[type=checkbox]:checked {
  background: url("/fe-web/img/donnad/screensets/check-select.png") no-repeat 2px center;
}

html .gigya-screen .gigya-composite-control.gigya-terms-error {
  border-radius: 0;
  border: 0 #DD4B39;
  border-bottom: 1px solid;
  padding: 0 6px 5px;
  margin-bottom: 10px;
}

html .gigya-screen .gigya-required-display {
  color: #D63237;
}

html .gigya-screen.portrait.mobile input[type=email],
html .gigya-screen.portrait.mobile input[type=password],
html .gigya-screen.portrait.mobile input[type=text],
html .gigya-screen.portrait.mobile select {
  height: 43px;
}

html #gigya-raas-landing-login-div .gigya-screen.landscape .gigya-composite-control.gigya-composite-control-social-login {
  right: 0;
}

html #gigya-raas-landing-login-div .gigya-layout-cell.responsive.with-divider {
  display: none;
}

html #gigya-raas-landing-login-div .gigya-screen-caption {
  padding: 0;
  visibility: hidden;
  height: 0;
  font-size: 0;
  display: none;
}

html #gigya-raas-landing-login-div .gigya-screen-content div.gigya-screen.landscape {
  margin: 0;
  padding: 0;
  width: auto;
}

html #gigya-raas-landing-login-div input[name=email] {
  max-width: 49%;
}

@media (max-width: 919px) {
  html #gigya-raas-landing-login-div input[name=email] {
    max-width: 100%;
  }
}
@media (max-width: 919px) {
  html #gigya-raas-landing-login-div .gigya-screen .gigya-layout-cell .gigya-layout-cell {
    max-width: 100%;
    width: 100%;
    float: none;
  }
  html #gigya-raas-landing-login-div .gigya-screen .gigya-layout-row.with-two-inputs .gigya-composite-control {
    padding: 0;
  }
}
html #gigya-raas-landing-login-div .gigya-screen .gigya-composite-control.gigya-composite-control-submit {
  text-align: right;
}

@media (max-width: 919px) {
  html #gigya-raas-landing-login-div .gigya-screen .gigya-composite-control.gigya-composite-control-submit {
    text-align: left;
  }
}
html #gigya-raas-landing-login-div .gigya-screen .gigya-composite-control.gigya-composite-control-submit input[type=submit] {
  max-width: 200px;
}

html #gigya-raas-landing-login-div .gigya-screen.landscape .gigya-layout-row .gigya-layout-cell.under-site-login {
  text-align: right;
  margin: 0;
  padding: 0;
  width: 100%;
}

html #gigya-raas-landing-login-div .gigya-screen h1,
html #gigya-raas-landing-login-div .gigya-screen h2 {
  font-size: 32px;
  max-width: 420px;
  margin: auto;
  font-weight: 400;
}

html #gigya-raas-landing-login-div .gigya-screen.landscape .gigya-layout-row.with-divider {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

html #gigya-raas-landing-login-div .gigya-screen.landscape .gigya-layout-row.with-divider > .gigya-layout-cell.with-divider {
  display: none;
}

html #gigya-raas-landing-login-div .gigya-screen.landscape .gigya-layout-row.with-divider > .gigya-layout-cell.with-site-login,
html #gigya-raas-landing-login-div .gigya-screen.landscape .gigya-layout-row.with-divider > .gigya-layout-cell.with-social-login {
  width: 100%;
}

html #gigya-raas-landing-login-div .gigya-register-form {
  margin: 0 20px;
}

@media (max-width: 919px) {
  html #gigya-raas-landing-login-div .gigya-register-form {
    margin: 0 20px;
  }
}
html #gigya-raas-landing-login-div .gigya-screen.portrait {
  width: 100%;
  padding: 0;
}

html #gigya-raas-landing-login-div .gigya-screen.portrait .gigya-layout-row .gigya-layout-cell.responsive {
  text-align: right;
}

@media (max-width: 919px) {
  html #gigya-raas-landing-login-div .gigya-screen.portrait .gigya-layout-row .gigya-layout-cell.responsive {
    text-align: left;
  }
}
html #gigya-raas-landing-login-div-newsletter .gigya-screen.landscape .gigya-composite-control.gigya-composite-control-social-login {
  right: 0;
}

html #gigya-raas-landing-login-div-newsletter .gigya-layout-cell.responsive.with-divider {
  display: none;
}

html #gigya-raas-landing-login-div-newsletter .gigya-screen-caption {
  padding: 0;
  visibility: hidden;
  height: 0;
  font-size: 0;
  display: none;
}

html #gigya-raas-landing-login-div-newsletter .gigya-screen-content div.gigya-screen.landscape {
  margin: 0;
  padding: 0;
  width: auto;
}

html #gigya-raas-landing-login-div-newsletter input[name=email] {
  max-width: 49%;
}

@media (max-width: 919px) {
  html #gigya-raas-landing-login-div-newsletter input[name=email] {
    max-width: 100%;
  }
}
@media (max-width: 919px) {
  html #gigya-raas-landing-login-div-newsletter .gigya-screen .gigya-layout-cell .gigya-layout-cell {
    max-width: 100%;
    width: 100%;
    float: none;
  }
  html #gigya-raas-landing-login-div-newsletter .gigya-screen .gigya-layout-row.with-two-inputs .gigya-composite-control {
    padding: 0;
  }
}
html #gigya-raas-landing-login-div-newsletter .gigya-screen .gigya-composite-control.gigya-composite-control-submit {
  text-align: right;
}

@media (max-width: 919px) {
  html #gigya-raas-landing-login-div-newsletter .gigya-screen .gigya-composite-control.gigya-composite-control-submit {
    text-align: left;
  }
}
html #gigya-raas-landing-login-div-newsletter .gigya-screen .gigya-composite-control.gigya-composite-control-submit input[type=submit] {
  max-width: 200px;
}

html #gigya-raas-landing-login-div-newsletter .gigya-screen.landscape .gigya-layout-row .gigya-layout-cell.under-site-login {
  text-align: right;
  margin: 0;
  padding: 0;
  width: 100%;
}

html #gigya-raas-landing-login-div-newsletter .gigya-screen h1,
html #gigya-raas-landing-login-div-newsletter .gigya-screen h2 {
  font-size: 32px;
  max-width: 420px;
  margin: auto;
  font-weight: 400;
}

html #gigya-raas-landing-login-div-newsletter .gigya-screen.landscape .gigya-layout-row.with-divider {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

html #gigya-raas-landing-login-div-newsletter .gigya-screen.landscape .gigya-layout-row.with-divider > .gigya-layout-cell.with-divider {
  display: none;
}

html #gigya-raas-landing-login-div-newsletter .gigya-screen.landscape .gigya-layout-row.with-divider > .gigya-layout-cell.with-site-login,
html #gigya-raas-landing-login-div-newsletter .gigya-screen.landscape .gigya-layout-row.with-divider > .gigya-layout-cell.with-social-login {
  width: 100%;
}

html #gigya-raas-landing-login-div-newsletter .gigya-register-form {
  margin: 0 20px;
}

@media (max-width: 919px) {
  html #gigya-raas-landing-login-div-newsletter .gigya-register-form {
    margin: 0 20px;
  }
}
html #gigya-raas-landing-login-div-newsletter .gigya-screen.portrait {
  width: 100%;
  padding: 0;
}

html #gigya-raas-landing-login-div-newsletter .gigya-screen.portrait .gigya-layout-row .gigya-layout-cell.responsive {
  text-align: right;
}

@media (max-width: 919px) {
  html #gigya-raas-landing-login-div-newsletter .gigya-screen.portrait .gigya-layout-row .gigya-layout-cell.responsive {
    text-align: left;
  }
}
html #gigya-raas-profile_content_caption,
html #gigya-raas-password_content_caption {
  display: none;
}

@media (min-width: 320px) and (max-width: 767px) {
  html .gigya-screen.portrait {
    padding-left: 20px;
    padding-right: 20px;
  }
  html .gigya-screen.portrait.mobile:before {
    width: 100%;
    min-width: 320px;
  }
}
@media (min-width: 768px) and (max-width: 1319px) {
  html .gigya-screen.portrait {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1320px) {
  html .gigya-screen.portrait {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1320px) {
  html .col--main--area .gigya-screen.portrait {
    padding-top: 30px;
  }
  html .col--main--area .gigya-screen .gigya-composite-control.gigya-composite-control-label.main-text,
  html .col--main--area .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-header-text {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5714285714;
    letter-spacing: 0.1099999994px;
    padding-bottom: 40px;
  }
  html .col--main--area .gigya-screen .gigya-composite-control.gigya-composite-control-dropdown .gigya-label,
  html .col--main--area .gigya-screen .gigya-composite-control.gigya-composite-control-password .gigya-label,
  html .col--main--area .gigya-screen .gigya-composite-control.gigya-composite-control-textbox .gigya-label {
    padding-bottom: 10px;
  }
  html .col--main--area .gigya-composite-control-label,
  html .col--main--area .gigya-screen .gigya-label-text,
  html .col--main--area .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-remember-label,
  html .col--main--area .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-edit-header-text,
  html .col--main--area .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-edit-number,
  html .col--main--area .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-resend-type,
  html .col--main--area .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-resend-yourphone,
  html .col--main--area .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-resend-header-text,
  html .col--main--area .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-header-text,
  html .col--main--area .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-header-subtext,
  html .col--main--area .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-phonenumber,
  html .col--main--area .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-register-example,
  html .col--main--area .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-label,
  html .col--main--area .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-header-text,
  html .col--main--area .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-register-type span,
  html .col--main--area .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-resend-type span {
    font-family: "Poppins-Regular", sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  html .col--main--area .gigya-composite-control-label,
  html .col--main--area .gigya-screen .gigya-label-text,
  html .col--main--area .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-remember-label,
  html .col--main--area .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-edit-header-text,
  html .col--main--area .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-edit-number,
  html .col--main--area .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-resend-type,
  html .col--main--area .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-resend-yourphone,
  html .col--main--area .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-resend-header-text,
  html .col--main--area .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-header-text,
  html .col--main--area .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-header-subtext,
  html .col--main--area .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-phonenumber,
  html .col--main--area .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-register-example,
  html .col--main--area .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-label,
  html .col--main--area .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-header-text,
  html .col--main--area .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-register-type span,
  html .col--main--area .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-resend-type span {
    font-size: 14px;
    line-height: 1.5;
  }
  html .col--main--area .gigya-screen .gigya-input-password,
  html .col--main--area .gigya-screen .gigya-input-text,
  html .col--main--area .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-code-textbox,
  html .col--main--area .gigya-screen select {
    height: 50px;
  }
  html .col--main--area .gigya-screen .gigya-composite-control.gigya-composite-control-button,
  html .col--main--area .gigya-screen .gigya-composite-control.gigya-composite-control-button + .gigya-error-display-active,
  html .col--main--area .gigya-screen .gigya-composite-control.gigya-composite-control-link.button,
  html .col--main--area .gigya-screen .gigya-composite-control.gigya-composite-control-link.button + .gigya-error-display-active,
  html .col--main--area .gigya-screen .gigya-composite-control.gigya-composite-control-submit,
  html .col--main--area .gigya-screen .gigya-composite-control.gigya-composite-control-submit + .gigya-error-display-active {
    display: inline-block;
    float: right;
  }
}
@media (min-width: 768px) {
  html .gigya-profile-form > .gigya-layout-row:first-child .gigya-layout-cell:nth-child(1) {
    max-width: 202px;
    width: 100%;
  }
  html .gigya-profile-form > .gigya-layout-row:first-child .gigya-layout-cell:nth-child(2) {
    max-width: -webkit-calc(100% - 202px);
    max-width: calc(100% - 202px);
    width: 100%;
  }
}
html .gigya-style-modern {
  font-family: "Playfair-Display-Regular", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
}

html .gigya-style-modern #gigya-screen-dialog-page-overlay {
  opacity: 0.55 !important;
}

html .gigya-style-modern .gigya-screen {
  background-color: #FFF;
}

html .gigya-style-modern .gigya-screen#gigya-login-screen,
html .gigya-style-modern .gigya-screen#gigya-register-screen-complete,
html .gigya-style-modern .gigya-screen#gigya-register-screen,
html .gigya-style-modern .gigya-screen#gigya-passwordless-register-screen,
html .gigya-style-modern .gigya-screen#gigya-passwordlessregister-screen-complete {
  background-color: transparent;
}

html .gigya-style-modern .gigya-social-login-container div[id*=gigya-raas-landing-login-div] {
  width: 100% !important;
  height: auto !important;
  margin: 0 auto;
  text-align: center;
}

html .gigya-style-modern .gigya-social-login-container table.gigya-login-providers-container {
  width: 100% !important;
  display: block;
}

html .gigya-style-modern .gigya-social-login-container table.gigya-login-providers-container tbody,
html .gigya-style-modern .gigya-social-login-container table.gigya-login-providers-container tr {
  display: block;
}

html .gigya-style-modern .gigya-social-login-container table.gigya-login-providers-container td.gigya-login-providers-list-container {
  display: block;
  width: 100% !important;
}

html .gigya-style-modern .gigya-social-login-container .gigya-login-provider #Facebook_btn {
  background-image: url("/fe-web/img/donnad/screensets/facebook.png");
  width: 161px !important;
  height: 35px !important;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}

html .gigya-style-modern .gigya-social-login-container .gigya-login-provider #Facebook_btn img,
html .gigya-style-modern .gigya-social-login-container .gigya-login-provider #Facebook_btn div[aria-hidden=true] {
  display: none;
}

@media (min-width: 920px) {
  html .gigya-style-modern .gigya-screen-dialog-main {
    background-color: transparent !important;
    overflow: visible;
  }
}
html .gigya-style-modern .gigya-screen-dialog-top {
  background-color: transparent !important;
  z-index: 1;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
  zoom: inherit;
  position: absolute !important;
  top: 15px !important;
  right: 15px !important;
  width: 23px !important;
  height: 23px !important;
}

@media (max-width: 919px) {
  html .gigya-style-modern .gigya-screen-dialog-top {
    width: 16px !important;
    height: 16px !important;
  }
}
html .gigya-style-modern .gigya-screen-dialog-top .gigya-screen-dialog-caption {
  display: none;
}

html .gigya-style-modern .gigya-screen-dialog-top a[role=button] {
  width: 23px;
  height: 23px;
  display: block;
  padding: 0;
  margin: 0;
  opacity: 0.8;
  background: none !important;
}

@media (max-width: 919px) {
  html .gigya-style-modern .gigya-screen-dialog-top a[role=button] {
    width: 16px;
    height: 16px;
  }
}
html .gigya-style-modern .gigya-screen-dialog-top a[role=button] img {
  display: none;
}

html .gigya-style-modern .gigya-screen-dialog-top a[role=button]:after {
  content: "";
  height: 23px;
  position: absolute;
  border-left: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 12px;
}

@media (max-width: 919px) {
  html .gigya-style-modern .gigya-screen-dialog-top a[role=button]:after {
    height: 16px;
  }
}
@media (max-width: 919px) {
  html .gigya-style-modern .gigya-screen-dialog-top a[role=button]:after {
    left: 8px;
  }
}
html .gigya-style-modern .gigya-screen-dialog-top a[role=button]:before {
  content: "";
  height: 23px;
  border-left: 2px solid #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  left: 12px;
}

@media (max-width: 919px) {
  html .gigya-style-modern .gigya-screen-dialog-top a[role=button]:before {
    height: 16px;
  }
}
@media (max-width: 919px) {
  html .gigya-style-modern .gigya-screen-dialog-top a[role=button]:before {
    left: 8px;
  }
}
@media (min-width: 920px) {
  html .gigya-style-modern .gigya-screen-dialog-inner {
    background-color: transparent !important;
    overflow: visible;
  }
}
@media (max-width: 919px) {
  html .gigya-style-modern .gigya-screen-dialog-inner {
    padding-top: 15px;
  }
}
html .gigya-style-modern .gigya-screen-dialog-inner .gigya-composite-control.gigya-forgotPassword {
  font-weight: 400;
  border-bottom: 1px solid #000;
}

@media (min-width: 920px) {
  html .gigya-style-modern .gigya-screen-dialog-inner .gigya-composite-control.gigya-composite-control-social-login {
    right: auto;
  }
}
html .gigya-style-modern .gigya-screen-dialog-inner .gigya-composite-control.gigya-composite-control-social-login .gigya-social-login-container,
html .gigya-style-modern .gigya-screen-dialog-inner .gigya-composite-control.gigya-composite-control-social-login div[id*=gigya-modal-plugin-container] {
  height: auto !important;
}

html .gigya-style-modern .gigya-screen-dialog-inner .gigya-composite-control-header {
  padding-bottom: 15px;
}

@media (min-width: 920px) {
  html .gigya-style-modern .gigya-screen-dialog-inner .gigya-composite-control-header {
    padding-bottom: 15px;
  }
}
html .gigya-style-modern .gigya-screen-dialog-inner .gigya-composite-control.cta,
html .gigya-style-modern .gigya-screen-dialog-inner .landing-form-group input.gigya-composite-control.form-submit,
.landing-form-group html .gigya-style-modern .gigya-screen-dialog-inner input.gigya-composite-control.form-submit,
html .gigya-style-modern .gigya-screen-dialog-inner .landing-form-group button.gigya-composite-control.form-submit,
.landing-form-group html .gigya-style-modern .gigya-screen-dialog-inner button.gigya-composite-control.form-submit {
  background-color: #CA0511;
  border-radius: 2px;
  border-style: solid !important;
  border-width: 1px !important;
  color: #FFF;
  border-color: #FFF;
  display: inline-block;
  padding: 17px 40px;
  font-family: "Poppins-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
html .gigya-style-modern .gigya-screen-dialog-inner .gigya-composite-control.cta,
html .gigya-style-modern .gigya-screen-dialog-inner .landing-form-group input.gigya-composite-control.form-submit,
.landing-form-group html .gigya-style-modern .gigya-screen-dialog-inner input.gigya-composite-control.form-submit,
html .gigya-style-modern .gigya-screen-dialog-inner .landing-form-group button.gigya-composite-control.form-submit,
.landing-form-group html .gigya-style-modern .gigya-screen-dialog-inner button.gigya-composite-control.form-submit {
  font-size: 12px;
  line-height: 1.4;
}

html .gigya-style-modern .gigya-screen-dialog-inner .gigya-composite-control-label,
html .gigya-style-modern .gigya-screen-dialog-inner .gigya-composite-control-label .gigya-terms-of-use {
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
html .gigya-style-modern .gigya-screen-dialog-inner .gigya-composite-control-label,
html .gigya-style-modern .gigya-screen-dialog-inner .gigya-composite-control-label .gigya-terms-of-use {
  font-size: 12px;
  line-height: 1.4;
}

@media (min-width: 920px) {
  html .gigya-style-modern .gigya-screen-dialog-inner .gigya-composite-control-label,
  html .gigya-style-modern .gigya-screen-dialog-inner .gigya-composite-control-label .gigya-terms-of-use {
    font-size: 16px;
  }
}
html .gigya-style-modern .gigya-screen-dialog-inner .gigya-composite-control-label.block-divider {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

html .gigya-style-modern .gigya-screen-dialog-inner .gigya-composite-control-label.block-divider:before,
html .gigya-style-modern .gigya-screen-dialog-inner .gigya-composite-control-label.block-divider:after {
  content: "";
  background-color: #EAEAEA;
  position: relative;
  height: 1px;
  top: 11px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

html .gigya-style-modern .gigya-screen-dialog-inner .gigya-composite-control-label.block-divider:before {
  margin-right: 15px;
}

html .gigya-style-modern .gigya-screen-dialog-inner .gigya-composite-control-label.block-divider:after {
  margin-left: 15px;
}

html .gigya-style-modern .gigya-screen-dialog-inner .gigya-composite-control.gigya-spacer {
  border: 0 none;
}

html .gigya-style-modern .gigya-screen-dialog-inner .gigya-composite-control-submit {
  text-align: center;
}

@media (max-width: 919px) {
  html .gigya-style-modern .gigya-screen-dialog-inner .gigya-composite-control-submit {
    padding-bottom: 10px;
  }
}
html .gigya-style-modern .gigya-screen-dialog-inner .gigya-input-submit {
  padding: 17px 40px;
  width: auto;
  min-width: 200px;
}

html .gigya-style-modern .gigya-screen-dialog-inner:not(#gigya-login-screen):not(#gigya-register-screen-complete):not(#gigya-passwordlessregister-screen-complete):not(#gigya-register-screen):not(#gigya-passwordless-register-screen) {
  background-color: #FFF;
}

html .gigya-style-modern .gigya-screen-dialog-inner #gigya-login-screen.portrait .gigya-layout-row.with-divider,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen-complete.portrait .gigya-layout-row.with-divider,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen.portrait .gigya-layout-row.with-divider,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordless-register-screen.portrait .gigya-layout-row.with-divider,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordlessregister-screen-complete.portrait .gigya-layout-row.with-divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}

html .gigya-style-modern .gigya-screen-dialog-inner #gigya-login-screen.portrait .gigya-layout-cell.with-social-login,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen-complete.portrait .gigya-layout-cell.with-social-login,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen.portrait .gigya-layout-cell.with-social-login,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordless-register-screen.portrait .gigya-layout-cell.with-social-login,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordlessregister-screen-complete.portrait .gigya-layout-cell.with-social-login {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  padding-top: 24px;
  padding-bottom: 16px;
}

html .gigya-style-modern .gigya-screen-dialog-inner #gigya-login-screen.portrait .gigya-layout-cell.with-divider,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen-complete.portrait .gigya-layout-cell.with-divider,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen.portrait .gigya-layout-cell.with-divider,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordless-register-screen.portrait .gigya-layout-cell.with-divider,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordlessregister-screen-complete.portrait .gigya-layout-cell.with-divider {
  display: none;
}

html .gigya-style-modern .gigya-screen-dialog-inner #gigya-login-screen.portrait .gigya-layout-cell.with-site-login,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen-complete.portrait .gigya-layout-cell.with-site-login,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen.portrait .gigya-layout-cell.with-site-login,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordless-register-screen.portrait .gigya-layout-cell.with-site-login,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordlessregister-screen-complete.portrait .gigya-layout-cell.with-site-login {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

html .gigya-style-modern .gigya-screen-dialog-inner .gigya-composite-control-label.text-bold {
  font-weight: bold;
}

@media (min-width: 920px) {
  html .gigya-style-modern .gigya-screen-dialog-inner #gigya-login-screen.landscape .gigya-layout-cell .gigya-composite-control-header,
  html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen-complete.landscape .gigya-layout-cell .gigya-composite-control-header,
  html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen.landscape .gigya-layout-cell .gigya-composite-control-header,
  html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordlessregister-screen-complete.landscape .gigya-layout-cell .gigya-composite-control-header,
  html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordless-register-screen.landscape .gigya-layout-cell .gigya-composite-control-header {
    font-size: 32px;
  }
  html .gigya-style-modern .gigya-screen-dialog-inner #gigya-login-screen.landscape .gigya-layout-cell .gigya-composite-control-header.header-subtitle,
  html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen-complete.landscape .gigya-layout-cell .gigya-composite-control-header.header-subtitle,
  html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen.landscape .gigya-layout-cell .gigya-composite-control-header.header-subtitle,
  html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordlessregister-screen-complete.landscape .gigya-layout-cell .gigya-composite-control-header.header-subtitle,
  html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordless-register-screen.landscape .gigya-layout-cell .gigya-composite-control-header.header-subtitle {
    font-size: 22px !important;
  }
}
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-login-screen.landscape .gigya-layout-cell .gigya-composite-control-header.header-subtitle,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen-complete.landscape .gigya-layout-cell .gigya-composite-control-header.header-subtitle,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen.landscape .gigya-layout-cell .gigya-composite-control-header.header-subtitle,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordlessregister-screen-complete.landscape .gigya-layout-cell .gigya-composite-control-header.header-subtitle,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordless-register-screen.landscape .gigya-layout-cell .gigya-composite-control-header.header-subtitle {
  font-size: 22px !important;
  font-weight: normal !important;
}

html .gigya-style-modern .gigya-screen-dialog-inner #gigya-login-screen.landscape .gigya-layout-cell.with-social-login,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen-complete.landscape .gigya-layout-cell.with-social-login,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen.landscape .gigya-layout-cell.with-social-login,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordlessregister-screen-complete.landscape .gigya-layout-cell.with-social-login,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordless-register-screen.landscape .gigya-layout-cell.with-social-login {
  position: relative;
  width: 44%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

html .gigya-style-modern .gigya-screen-dialog-inner #gigya-login-screen.landscape .gigya-layout-cell.with-social-login .gigya-composite-control-header,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen-complete.landscape .gigya-layout-cell.with-social-login .gigya-composite-control-header,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen.landscape .gigya-layout-cell.with-social-login .gigya-composite-control-header,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordlessregister-screen-complete.landscape .gigya-layout-cell.with-social-login .gigya-composite-control-header,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordless-register-screen.landscape .gigya-layout-cell.with-social-login .gigya-composite-control-header {
  color: #FFF;
  margin-left: 20px;
  margin-right: 20px;
}

html .gigya-style-modern .gigya-screen-dialog-inner #gigya-login-screen.landscape .gigya-layout-cell.with-social-login .gigya-composite-control-label,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen-complete.landscape .gigya-layout-cell.with-social-login .gigya-composite-control-label,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen.landscape .gigya-layout-cell.with-social-login .gigya-composite-control-label,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordlessregister-screen-complete.landscape .gigya-layout-cell.with-social-login .gigya-composite-control-label,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordless-register-screen.landscape .gigya-layout-cell.with-social-login .gigya-composite-control-label {
  color: #FFF;
  margin-left: 80px;
  margin-right: 80px;
}

html .gigya-style-modern .gigya-screen-dialog-inner #gigya-login-screen.landscape .gigya-layout-cell.with-social-login .cta,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-login-screen.landscape .gigya-layout-cell.with-social-login .landing-form-group input.form-submit,
.landing-form-group html .gigya-style-modern .gigya-screen-dialog-inner #gigya-login-screen.landscape .gigya-layout-cell.with-social-login input.form-submit,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-login-screen.landscape .gigya-layout-cell.with-social-login .landing-form-group button.form-submit,
.landing-form-group html .gigya-style-modern .gigya-screen-dialog-inner #gigya-login-screen.landscape .gigya-layout-cell.with-social-login button.form-submit,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen-complete.landscape .gigya-layout-cell.with-social-login .cta,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen-complete.landscape .gigya-layout-cell.with-social-login .landing-form-group input.form-submit,
.landing-form-group html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen-complete.landscape .gigya-layout-cell.with-social-login input.form-submit,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen-complete.landscape .gigya-layout-cell.with-social-login .landing-form-group button.form-submit,
.landing-form-group html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen-complete.landscape .gigya-layout-cell.with-social-login button.form-submit,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen.landscape .gigya-layout-cell.with-social-login .cta,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen.landscape .gigya-layout-cell.with-social-login .landing-form-group input.form-submit,
.landing-form-group html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen.landscape .gigya-layout-cell.with-social-login input.form-submit,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen.landscape .gigya-layout-cell.with-social-login .landing-form-group button.form-submit,
.landing-form-group html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen.landscape .gigya-layout-cell.with-social-login button.form-submit,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordlessregister-screen-complete.landscape .gigya-layout-cell.with-social-login .cta,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordlessregister-screen-complete.landscape .gigya-layout-cell.with-social-login .landing-form-group input.form-submit,
.landing-form-group html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordlessregister-screen-complete.landscape .gigya-layout-cell.with-social-login input.form-submit,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordlessregister-screen-complete.landscape .gigya-layout-cell.with-social-login .landing-form-group button.form-submit,
.landing-form-group html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordlessregister-screen-complete.landscape .gigya-layout-cell.with-social-login button.form-submit,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordless-register-screen.landscape .gigya-layout-cell.with-social-login .cta,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordless-register-screen.landscape .gigya-layout-cell.with-social-login .landing-form-group input.form-submit,
.landing-form-group html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordless-register-screen.landscape .gigya-layout-cell.with-social-login input.form-submit,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordless-register-screen.landscape .gigya-layout-cell.with-social-login .landing-form-group button.form-submit,
.landing-form-group html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordless-register-screen.landscape .gigya-layout-cell.with-social-login button.form-submit {
  border-radius: 2px;
  background-color: #FFF;
  border-style: solid !important;
  border-width: 1px !important;
  color: #CA0511;
  border-color: #CA0511;
  display: inline-block;
  padding: 17px 40px;
  text-transform: uppercase;
  font-family: "Poppins-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-login-screen.landscape .gigya-layout-cell.with-social-login .cta,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-login-screen.landscape .gigya-layout-cell.with-social-login .landing-form-group input.form-submit,
.landing-form-group html .gigya-style-modern .gigya-screen-dialog-inner #gigya-login-screen.landscape .gigya-layout-cell.with-social-login input.form-submit,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-login-screen.landscape .gigya-layout-cell.with-social-login .landing-form-group button.form-submit,
.landing-form-group html .gigya-style-modern .gigya-screen-dialog-inner #gigya-login-screen.landscape .gigya-layout-cell.with-social-login button.form-submit,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen-complete.landscape .gigya-layout-cell.with-social-login .cta,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen-complete.landscape .gigya-layout-cell.with-social-login .landing-form-group input.form-submit,
.landing-form-group html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen-complete.landscape .gigya-layout-cell.with-social-login input.form-submit,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen-complete.landscape .gigya-layout-cell.with-social-login .landing-form-group button.form-submit,
.landing-form-group html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen-complete.landscape .gigya-layout-cell.with-social-login button.form-submit,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen.landscape .gigya-layout-cell.with-social-login .cta,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen.landscape .gigya-layout-cell.with-social-login .landing-form-group input.form-submit,
.landing-form-group html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen.landscape .gigya-layout-cell.with-social-login input.form-submit,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen.landscape .gigya-layout-cell.with-social-login .landing-form-group button.form-submit,
.landing-form-group html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen.landscape .gigya-layout-cell.with-social-login button.form-submit,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordlessregister-screen-complete.landscape .gigya-layout-cell.with-social-login .cta,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordlessregister-screen-complete.landscape .gigya-layout-cell.with-social-login .landing-form-group input.form-submit,
.landing-form-group html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordlessregister-screen-complete.landscape .gigya-layout-cell.with-social-login input.form-submit,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordlessregister-screen-complete.landscape .gigya-layout-cell.with-social-login .landing-form-group button.form-submit,
.landing-form-group html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordlessregister-screen-complete.landscape .gigya-layout-cell.with-social-login button.form-submit,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordless-register-screen.landscape .gigya-layout-cell.with-social-login .cta,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordless-register-screen.landscape .gigya-layout-cell.with-social-login .landing-form-group input.form-submit,
.landing-form-group html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordless-register-screen.landscape .gigya-layout-cell.with-social-login input.form-submit,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordless-register-screen.landscape .gigya-layout-cell.with-social-login .landing-form-group button.form-submit,
.landing-form-group html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordless-register-screen.landscape .gigya-layout-cell.with-social-login button.form-submit {
  font-size: 12px;
  line-height: 1.4;
}

html .gigya-style-modern .gigya-screen-dialog-inner #gigya-login-screen.landscape .gigya-layout-cell.with-social-login:before,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen-complete.landscape .gigya-layout-cell.with-social-login:before,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen.landscape .gigya-layout-cell.with-social-login:before,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordlessregister-screen-complete.landscape .gigya-layout-cell.with-social-login:before,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordless-register-screen.landscape .gigya-layout-cell.with-social-login:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 80%;
  top: 50%;
  left: 0;
  background-color: #CA0511;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-height: 406px;
  z-index: -1;
}

html .gigya-style-modern .gigya-screen-dialog-inner #gigya-login-screen.landscape .gigya-layout-cell.with-divider,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen-complete.landscape .gigya-layout-cell.with-divider,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen.landscape .gigya-layout-cell.with-divider,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordlessregister-screen-complete.landscape .gigya-layout-cell.with-divider,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordless-register-screen.landscape .gigya-layout-cell.with-divider {
  display: none;
}

html .gigya-style-modern .gigya-screen-dialog-inner #gigya-login-screen.landscape .gigya-layout-cell.with-site-login,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen-complete.landscape .gigya-layout-cell.with-site-login,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen.landscape .gigya-layout-cell.with-site-login,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordlessregister-screen-complete.landscape .gigya-layout-cell.with-site-login,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordless-register-screen.landscape .gigya-layout-cell.with-site-login {
  position: relative;
  width: 56%;
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #FFF;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.21);
          box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.21);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html .gigya-style-modern .gigya-screen-dialog-inner #gigya-login-screen.landscape .gigya-layout-cell.with-site-login .gigya-composite-control-header,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen-complete.landscape .gigya-layout-cell.with-site-login .gigya-composite-control-header,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen.landscape .gigya-layout-cell.with-site-login .gigya-composite-control-header,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordlessregister-screen-complete.landscape .gigya-layout-cell.with-site-login .gigya-composite-control-header,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordless-register-screen.landscape .gigya-layout-cell.with-site-login .gigya-composite-control-header {
  font-weight: 400 !important;
}

html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen-complete.landscape .gigya-layout-row.with-divider,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen.landscape .gigya-layout-row.with-divider,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordless-register-screen.landscape .gigya-layout-row.with-divider,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordlessregister-screen-complete.landscape .gigya-layout-row.with-divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen-complete.landscape .gigya-layout-cell.with-social-login,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen.landscape .gigya-layout-cell.with-social-login,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordless-register-screen.landscape .gigya-layout-cell.with-social-login,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordlessregister-screen-complete.landscape .gigya-layout-cell.with-social-login {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen-complete.landscape .gigya-layout-cell.with-site-login,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-register-screen.landscape .gigya-layout-cell.with-site-login,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordless-register-screen.landscape .gigya-layout-cell.with-site-login,
html .gigya-style-modern .gigya-screen-dialog-inner #gigya-passwordlessregister-screen-complete.landscape .gigya-layout-cell.with-site-login {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  max-height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

html .gigya-style-modern .gigya-screen-content .gigya-screen.landscape {
  padding: 0 !important;
}

html .gigya-login-form .gigya-composite-control.cta,
html .gigya-login-form .landing-form-group input.gigya-composite-control.form-submit,
.landing-form-group html .gigya-login-form input.gigya-composite-control.form-submit,
html .gigya-login-form .landing-form-group button.gigya-composite-control.form-submit,
.landing-form-group html .gigya-login-form button.gigya-composite-control.form-submit,
html .gigya-register-form .gigya-composite-control.cta,
html .gigya-register-form .landing-form-group input.gigya-composite-control.form-submit,
.landing-form-group html .gigya-register-form input.gigya-composite-control.form-submit,
html .gigya-register-form .landing-form-group button.gigya-composite-control.form-submit,
.landing-form-group html .gigya-register-form button.gigya-composite-control.form-submit {
  margin-bottom: 6rem !important;
}

@media (min-width: 920px) {
  html .gigya-login-form .gigya-composite-control.cta,
  html .gigya-login-form .landing-form-group input.gigya-composite-control.form-submit,
  .landing-form-group html .gigya-login-form input.gigya-composite-control.form-submit,
  html .gigya-login-form .landing-form-group button.gigya-composite-control.form-submit,
  .landing-form-group html .gigya-login-form button.gigya-composite-control.form-submit,
  html .gigya-register-form .gigya-composite-control.cta,
  html .gigya-register-form .landing-form-group input.gigya-composite-control.form-submit,
  .landing-form-group html .gigya-register-form input.gigya-composite-control.form-submit,
  html .gigya-register-form .landing-form-group button.gigya-composite-control.form-submit,
  .landing-form-group html .gigya-register-form button.gigya-composite-control.form-submit {
    margin-bottom: 0 !important;
  }
}
.gigya-error-msg {
  font-size: 15px !important;
  line-height: 18px !important;
}

.overlay-mini .gigya-screen.portrait {
  padding: 0 !important;
}

@media (min-width: 920px) {
  html.gigya_open_gigya-register-screen-complete .gigya-style-modern div.gigya-screen-dialog-top,
  html.gigya_open_gigya-register-screen .gigya-style-modern div.gigya-screen-dialog-top,
  html.gigya_open_gigya-passwordlessregister-screen-complete .gigya-style-modern div.gigya-screen-dialog-top,
  html.gigya_open_gigya-passwordless-register-screen .gigya-style-modern div.gigya-screen-dialog-top {
    left: -webkit-calc(48% + 30px);
    left: calc(48% + 30px);
  }
}
.styleguide-page .yxpType_TEXTAREA {
  padding: 24px;
  margin-bottom: 8px;
}
.styleguide-page .yxpType_LINK {
  margin: 8px;
}
.styleguide-page .styleguide-container {
  padding: 16px;
  border-radius: 4px;
  background: #E7EBF0;
}
.styleguide-page .yxpImageTextWrapper {
  margin: 16px 0;
}

.page-container > .yxpRow:has(.header) {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  position: -webkit-sticky;
  position: sticky;
  z-index: 100;
  top: -26px;
}

.header {
  width: 100%;
  background-color: #131317;
  color: #ffffff;
  height: 106px;
}
.header:has(.sub-header) {
  height: 150px;
}
.header__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 20px 10px 20px;
  height: 106px;
  width: 100%;
}
@media (min-width: 768px) {
  .header__top {
    padding: 40px 20px 10px;
    max-width: 1320px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
  .header__top .header__left,
  .header__top .header__middle,
  .header__top .header__right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 33.3333%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__top .header__left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header__top .header__middle {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__top .header__right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 1024px) {
  .header__top {
    padding: 40px 20px 10px;
  }
}
@media (min-width: 1200px) {
  .header__top {
    padding: 40px 30px 10px;
    max-width: 1320px;
  }
}
.header__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__left .header__menu-label {
  display: none;
}
@media (min-width: 768px) {
  .header__left {
    width: 100%;
  }
  .header__left .header__menu-label {
    display: inline;
    margin-left: 8px;
    font-family: "Poppins-Bold", sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  .header__left .header__menu-label {
    font-size: 18px;
    line-height: 24px;
  }
}
.header__hamburger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  gap: 4px;
}
.header__hamburger .hamburger-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.header .close-icon {
  height: 24px;
}
.header__search-button, .header__search-button_mobile {
  cursor: pointer;
  height: 20px;
  width: 20px;
}
.header__search-button img, .header__search-button_mobile img {
  width: 20px;
  height: 20px;
}
.header__search-button {
  display: none;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .header__search-button {
    margin-left: 16px;
    display: inline;
  }
}
.header__search-button_mobile {
  display: inline;
}
@media (min-width: 768px) {
  .header__search-button_mobile {
    display: none;
  }
}
.header__middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.header__middle .header__logo-link {
  display: inline-block;
  padding-left: 20px;
}
.header__middle .header__logo-image {
  width: 150px;
  height: auto;
}
@media (min-width: 768px) {
  .header__middle .header__logo-image {
    width: 290px;
    height: 50px;
  }
}
@media (min-width: 768px) {
  .header__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    width: 100%;
    font-family: "Poppins-Light", sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  .header__right {
    font-size: 16px;
    line-height: 1.3;
  }
}
.header__auth-wrapper {
  display: none;
}
@media (min-width: 768px) {
  .header__auth-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}
.header__auth-icon {
  width: 20px;
  height: 20px;
}
.header__user-logged {
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.header__user-logged {
  font-size: 14px;
  line-height: 1.5;
}
.header__user-layer {
  position: fixed;
  background: white;
  color: #131317;
  -webkit-transition: opacity 0.3s ease-in 0.1s;
  transition: opacity 0.3s ease-in 0.1s;
  display: none;
  z-index: 101;
  opacity: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.header__user-layer.visible {
  display: block;
}
.header__user-layer.fade-in {
  opacity: 1;
}
.header__user-layer-close {
  background: none;
  border: none;
}
.header__user-layer-wrapper {
  max-width: 1320px;
  margin: 0 auto;
  padding: 32px 10px;
  text-align: right;
  overflow: auto;
  height: 100%;
}
.header__user-layer-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 32px;
}
@media (min-width: 768px) {
  .header__user-layer-body {
    height: -webkit-calc(100% - 32px);
    height: calc(100% - 32px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.header__user-layer-body .primary-button {
  margin-bottom: 32px;
  font-family: "Poppins-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
  height: 50px;
  min-width: 120px;
  padding: 16px 32px;
  border-radius: 60px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
}
.header__user-layer-body .primary-button {
  border: 1px solid transparent;
  -webkit-transition: background-color 0.3s ease, border 0.3s ease;
  transition: background-color 0.3s ease, border 0.3s ease;
  background: #e1000f;
  color: white;
}
.header__user-layer-body .primary-button:hover {
  background-color: #FF0A1C;
  border: 1px solid #AE000C;
}
.header__user-layer-column {
  -webkit-box-flex: 0.5;
  -webkit-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
}
.header__user-layer-column--links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .header__user-layer-column--links {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.header__user-layer-column--image {
  -webkit-box-flex: 0.4;
  -webkit-flex: 0.4;
      -ms-flex: 0.4;
          flex: 0.4;
  display: none;
}
@media (min-width: 1024px) {
  .header__user-layer-column--image {
    display: block;
  }
}
.header__user-layer-column img {
  width: 500px;
  min-width: 500px;
  border-radius: 32px;
  margin-right: 32px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 500px;
}
.header__user-layer-link {
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.header__user-layer-link {
  font-size: 16px;
  line-height: 1.3;
}
.header__user-layer-link {
  position: relative;
  display: inline-block;
}
.header__user-layer-link:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #ded7d6;
  bottom: -2px;
  left: 0;
}
.header__user-layer-link--logout {
  padding-top: 24px;
  color: #535368;
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.header__user-layer-link--logout {
  font-size: 14px;
  line-height: 1.5;
}

.hidden {
  display: none;
}

.header-simple {
  height: 112px;
  padding: 16px;
  background: white;
  text-align: center;
}
.header-simple img {
  height: 80px;
  width: auto;
}

.sub-header {
  background-color: #ded7d6;
  padding: 10px 0;
  text-align: center;
  min-height: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
}
@media (min-width: 768px) {
  .sub-header {
    padding: 16px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sub-header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  width: 100%;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  color: #535368;
  font-family: "Poppins-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.sub-header__nav {
  font-size: 12px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .sub-header__nav {
    max-width: 1055px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sub-header__nav-item {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: auto;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  list-style: none;
}
.sub-header__nav-item:first-child {
  font-family: "Poppins-Light", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.sub-header__nav-item:first-child {
  font-size: 12px;
  line-height: 1.4;
}
.sub-header__nav-link {
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.sub-header__nav-link:hover {
  color: #e1000f;
}

.menu {
  position: fixed;
  top: 0;
  left: -100vw;
  width: 100%;
  height: 100%;
  margin-top: 100px;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: left 0.5s ease;
  transition: left 0.5s ease;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .menu {
    max-width: 90vw;
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .menu {
    max-width: 65vw;
  }
}
.menu.is-active {
  left: 0;
}
.menu.is-active .menu__footer {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.menu__header {
  background-color: #e1000f;
}
@media (min-width: 768px) {
  .menu__header {
    display: none;
  }
}
.menu__auth {
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px;
  padding: 18px;
}
.menu__auth svg {
  height: 1rem;
  width: 1rem;
}
.menu__auth .arrow {
  vertical-align: middle;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  max-height: 1rem;
  max-width: 1rem;
}
.menu__auth a {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
  padding-left: 1rem;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Poppins-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.menu__auth a {
  font-size: 12px;
  line-height: 1.4;
}
.menu__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 768px) {
  .menu__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
}
.menu__left {
  background-color: #131317;
}
@media (min-width: 768px) {
  .menu__left {
    height: 100%;
  }
}
.menu__left-close {
  display: none;
}
@media (min-width: 768px) {
  .menu__left-close {
    display: inline-block;
    width: 100%;
    height: 80px;
    vertical-align: top;
    padding: 1rem;
  }
}
.menu__left > div:nth-child(2) .menu-accordion__header {
  background-color: #131317;
  color: #ffffff;
}
.menu__left > div:nth-child(3) .menu-accordion__header {
  background-color: rgba(83, 83, 104, 0.6);
  color: #ffffff;
}
.menu__left > div:nth-child(2) .menu-accordion__content {
  background-color: #131317;
  color: #ffffff;
}
.menu__left > div:nth-child(3) .menu-accordion__content {
  background-color: rgba(83, 83, 104, 0.5);
  color: #ded7d6;
}
@media (min-width: 768px) {
  .menu__left {
    width: 50%;
  }
}
.menu__right {
  max-width: 100%;
  overflow-y: auto;
  height: -webkit-calc(100% - 364px);
  height: calc(100% - 364px);
  color: #131317;
}
@media (min-width: 768px) {
  .menu__right {
    padding: 48px 32px 32px;
    height: 100%;
    width: 50%;
  }
}
.menu__right-header {
  padding: 8px 1rem 0;
  margin-bottom: 1rem;
  color: #535368;
  font-family: "Poppins-Light", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.menu__right-header {
  font-size: 16px;
  line-height: 1.3;
}
.menu .menu-accordion__header.is-open {
  background-color: #ded7d6;
  color: #e1000f;
}
.menu__right .menu-accordion__icon--plus svg {
  fill: #131317;
}
.menu__right .menu-accordion__icon--minus svg {
  fill: #e1000f;
}
.menu__footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 81px;
  padding: 23px 20px;
  background-color: #e1000f;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  font-family: "Poppins-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.menu__footer {
  font-size: 12px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .menu__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: auto;
    padding: 1rem;
  }
}
.menu__footer-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.5rem;
  gap: 1rem;
}

.footer {
  color: #ffffff;
}
.footer__wrapper {
  max-width: 1320px;
  margin: 0 auto;
  padding: 28px 20px 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .footer__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 60px;
  }
}
.footer__logo {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  text-align: start;
  padding-bottom: 24px;
}
.footer__logo img {
  width: 200px;
  height: 55px;
}
@media (min-width: 1024px) {
  .footer__logo {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    text-align: left;
    padding: 0;
  }
}
.footer__top {
  min-height: 55px;
  background: #131317;
}
.footer__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 8px 0;
  gap: 24px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 1024px) {
  .footer__social {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-flex-basis: 16.67%;
        -ms-flex-preferred-size: 16.67%;
            flex-basis: 16.67%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    padding: 0;
  }
}
.footer__social-link {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
  color: #535368;
  width: 1.5rem;
  height: 1.5rem;
}
.footer__social-link:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.footer__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  padding: 24px 0 5px;
}
@media (min-width: 1024px) {
  .footer__contact {
    -webkit-flex-basis: 33.33%;
        -ms-flex-preferred-size: 33.33%;
            flex-basis: 33.33%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
  }
}
.footer__contact-link {
  margin-left: 8px;
  margin-right: 4rem;
  text-decoration: underline;
  font-family: "Poppins-Light", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.footer__contact-link {
  font-size: 12px;
  line-height: 1.4;
}
.footer__bottom {
  min-height: 62px;
  padding: 25px 20px 90px;
  background: #ca0611;
}
.footer__bottom .footer__nav {
  text-align: center;
  margin-bottom: 16px;
}
.footer__bottom .footer__nav-link {
  padding: 10px 15px;
  font-family: "Poppins-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.footer__bottom .footer__nav-link {
  font-size: 11px;
  line-height: 16px;
}
.footer__bottom .footer__copyright {
  text-align: center;
  font-family: "Poppins-Light", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.footer__bottom .footer__copyright {
  font-size: 11px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .footer__bottom {
    padding: 20px 30px 40px;
  }
}
@media (min-width: 1024px) {
  .footer__bottom {
    padding: 30px 0;
  }
}

.visual {
  position: relative;
  padding-bottom: 32px;
  min-height: 42vw;
}
.visual__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.visual__image--desktop {
  display: none;
}
@media (min-width: 768px) {
  .visual__image--mobile {
    display: none;
  }
  .visual__image--desktop {
    display: block;
  }
}
.visual__wrapper {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 16px;
}
.visual__info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 0 0 16px 16px;
  padding: 20px 32px;
  width: 100%;
  z-index: 2;
  gap: 24px;
}
@media (min-width: 768px) {
  .visual__info {
    padding: 32px 46px;
    max-width: 70%;
    width: 580px;
  }
}
@media (min-width: 1024px) {
  .visual__info {
    max-width: 50%;
  }
}
.visual--card .visual__info {
  background: white;
  color: #131317;
}
.visual--center .visual__info {
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: none;
}
.visual__icon {
  max-height: 110px;
}
.visual__title {
  color: inherit;
  font-family: "Playfair-Display-Regular", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
}
.visual__title {
  font-size: 28px;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .visual__title {
    font-size: 36px;
  }
}
.visual__button {
  font-family: "Poppins-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
  height: 50px;
  min-width: 120px;
  padding: 16px 32px;
  border-radius: 60px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
}
.visual__button {
  border: 1px solid transparent;
  -webkit-transition: background-color 0.3s ease, border 0.3s ease;
  transition: background-color 0.3s ease, border 0.3s ease;
  background: #e1000f;
  color: white;
}
.visual__button:hover {
  background-color: #FF0A1C;
  border: 1px solid #AE000C;
}
.visual__disclaimer {
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.visual__disclaimer {
  font-size: 12px;
  line-height: 1.4;
}

.newsletter {
  padding: 3.6rem 1.5rem;
  background-color: #ffffff;
  border-radius: 1rem;
  margin: 32px auto;
  width: 95%;
  max-width: 1320px;
}
.newsletter__content {
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 600px;
  width: 100%;
}
@media (min-width: 1200px) {
  .newsletter__content {
    max-width: 800px;
  }
}
.newsletter__title {
  margin: 32px 0;
  line-height: 32px;
  font-family: "Poppins-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.newsletter__title {
  font-size: 32px;
  line-height: 1.2;
}
.newsletter__description {
  margin-bottom: 20px;
  font-family: "Poppins-Light", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.newsletter__description {
  font-size: 16px;
  line-height: 1.3;
}
.newsletter__button {
  margin-top: 24px;
  font-family: "Poppins-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
  height: 50px;
  min-width: 120px;
  padding: 16px 32px;
  border-radius: 60px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
}
.newsletter__button {
  border: 1px solid transparent;
  -webkit-transition: background-color 0.3s ease, border 0.3s ease;
  transition: background-color 0.3s ease, border 0.3s ease;
  background: #e1000f;
  color: white;
}
.newsletter__button:hover {
  background-color: #FF0A1C;
  border: 1px solid #AE000C;
}

.image-text-banner {
  margin: 32px 0;
  padding: 48px 32px;
  border-radius: 16px;
  background: #f6e67d;
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.image-text-banner {
  font-size: 16px;
  line-height: 1.3;
}
.image-text-banner > .yxpRow {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
.image-text-banner img {
  max-width: 100%;
}
.image-text-banner .yxpHtmlTextWrapper h3 {
  margin-bottom: 16px;
  font-family: "Playfair-Display-Regular", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
}
.image-text-banner .yxpHtmlTextWrapper h3 {
  font-size: 36px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .image-text-banner .yxpHtmlTextWrapper h3 {
    font-size: 48px;
  }
}
.image-text-banner .yxpType_LINK {
  margin-top: 32px;
}

.search {
  width: 100%;
}
.search__background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  min-height: 300px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url("/fe-web/img/donnad/backgrounds/search-recipe.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/fe-web/img/donnad/backgrounds/search-recipe.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .search__background {
    padding: 3rem;
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .search__background {
    padding: 4rem;
    border-radius: 1rem;
    margin: 2rem auto;
    max-width: 100%;
  }
}
.search__content {
  padding: 0 16px;
}
.search__title {
  text-align: center;
  padding-right: 4rem;
  padding-left: 4rem;
  margin: 0.5rem 0 2rem;
  color: #ffffff;
  font-family: "Playfair-Display-Regular", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
}
.search__title {
  font-size: 32px;
  line-height: 1.2;
}

.card {
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding-left: 1rem;
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .card {
    padding-left: 0;
  }
}
.card__image img {
  display: block;
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.card__content {
  padding: 1rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.card__title {
  margin: 8px 0 24px;
  color: #131317;
  font-family: "Playfair-Display-Bold", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
}
.card__title {
  font-size: 23px;
  line-height: 28px;
}
.card__info, .card__additional-info {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #535368;
  font-family: "Poppins-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.card__info, .card__additional-info {
  font-size: 12px;
  line-height: 1.4;
}
.card__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-top: 8px;
}

.cards-section-intro {
  padding: 1rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
}
.cards-section-intro__content {
  max-width: 100%;
  text-align: start;
}
.cards-section-intro__title {
  font-weight: bold;
  margin-bottom: 1rem;
  font-family: "Poppins-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.cards-section-intro__title {
  font-size: 24px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .cards-section-intro__title {
    font-size: 30px;
  }
}
.cards-section-intro__description {
  margin-bottom: 1.5rem;
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.cards-section-intro__description {
  font-size: 16px;
  line-height: 1.3;
}
.cards-section-intro__description {
  line-height: 1.6rem;
}
.cards-section-intro__cta {
  text-align: start;
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-bottom: 0.2rem;
  margin-left: 0.5rem;
  border-bottom: 1px solid #ded7d6;
  font-family: "Poppins-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.cards-section-intro__cta {
  font-size: 16px;
  line-height: 1.3;
}
.cards-section-intro__cta:hover {
  color: #131317;
}
.cards-section-intro__cta:active {
  color: #e1000f;
}
@media (min-width: 768px) {
  .cards-section-intro {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .cards-section-intro__content {
    max-width: 80%;
  }
}

.advanced-search {
  width: 100%;
  height: auto;
}
.advanced-search__background {
  width: 100%;
  background-color: #f3f3f8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.advanced-search__content {
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  max-width: 1320px;
  padding: 0 15px;
}
.advanced-search__title {
  font-family: "Playfair-Display-Regular", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
}
.advanced-search__title {
  font-size: 28px;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .advanced-search__title {
    font-size: 36px;
  }
}
.advanced-search__title {
  line-height: 31px;
  color: #131317;
  text-align: center;
  margin: 1.5rem 0;
}

.advanced-search__filter {
  padding: 1rem;
  border-radius: 1rem;
  text-align: left;
  width: 100%;
  max-width: 500px;
}
@media (min-width: 768px) {
  .advanced-search__filter {
    padding: 1rem;
  }
}
.advanced-search__filter-title {
  font-size: 1.2rem;
  color: #e1000f;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}
.advanced-search__filter-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  /* Stile per il divider */
}
.advanced-search__filter-content .filter-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 1rem;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, border-radius 0.3s;
  transition: background-color 0.3s, border-radius 0.3s;
  border: 1px solid white;
  width: 100%;
  max-height: 70px;
}
.advanced-search__filter-content .filter-option.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-bottom: 0.5rem;
  border-color: #ded7d6;
  border-bottom: 0;
}
.advanced-search__filter-content .filter-option .icon {
  margin-right: 0.8rem;
}
.advanced-search__filter-content .filter-option .text-container {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.advanced-search__filter-content .filter-option .label {
  font-family: "Poppins-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.advanced-search__filter-content .filter-option .label {
  font-size: 12px;
  line-height: 1.4;
}
.advanced-search__filter-content .filter-option .selection {
  line-height: 1rem;
  color: #ded7d6;
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.advanced-search__filter-content .filter-option .selection {
  font-size: 16px;
  line-height: 1.3;
}
.advanced-search__filter-content .filter-option .dropdown-icon {
  height: 18px;
  width: 16px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.advanced-search__filter-content .filter-option .dropdown-icon.rotated {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.advanced-search__filter-content .divider {
  height: 1px;
  background-color: #9292a6;
  margin: -6px auto 16px;
  width: 80%;
}
.advanced-search__filter-content .dropdown-content {
  display: none;
  padding: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 8px 8px;
  position: absolute;
  z-index: 20;
  width: 100%;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, border-radius 0.3s;
  transition: opacity 0.3s ease, visibility 0.3s ease, border-radius 0.3s;
  border: 1px solid white;
}
.advanced-search__filter-content .dropdown-content.show {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  opacity: 1;
  visibility: visible;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #ded7d6;
  border-top: 0;
}
.advanced-search__filter-content .dropdown-content label {
  position: relative;
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.advanced-search__filter-content .dropdown-content label {
  font-size: 12px;
  line-height: 1.4;
}
.advanced-search__filter-content .dropdown-content label {
  line-height: 19px;
  max-height: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  cursor: pointer;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  color: #535368;
}
.advanced-search__filter-content .dropdown-content label input {
  opacity: 0;
  margin-right: 0.5rem;
  width: 24px !important;
  height: 24px !important;
}
.advanced-search__filter-content .dropdown-content label:before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #131317;
}
.advanced-search__filter-content .dropdown-content label:has(input[type=radio]:checked):before {
  background: url("/fe-web/img/donnad/icons/check.svg") no-repeat center;
}

/* accordion.scss */
.accordion {
  overflow: hidden;
  width: 100%;
}
.accordion--open {
  overflow: visible;
}
.accordion__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 40px 0 24px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  color: #131317;
  gap: 8px;
}
.accordion--open .accordion__header {
  color: #e1000f;
}
.accordion__title {
  padding-right: 5px;
  font-family: "Poppins-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.accordion__title {
  font-size: 16px;
  line-height: 1.3;
}
.accordion__icon {
  font-size: 1rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.accordion--open .accordion__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion--open .accordion__icon svg {
  fill: #e1000f !important;
}
.accordion__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease, padding 0.3s ease;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.accordion__content__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .accordion__content__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
}
.accordion__content__divider {
  width: 100%;
  height: 1px;
  background-color: #535368;
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .accordion__content {
    max-width: 680px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .accordion__content {
    max-width: 920px;
  }
}
@media (min-width: 1200px) {
  .accordion__content {
    max-width: 1150px;
  }
}
@media (min-width: 1440px) {
  .accordion__content {
    max-width: 1326px;
  }
}
.accordion__content--open {
  overflow: visible;
  min-height: 600px;
  padding-top: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .accordion__content--open {
    min-height: 300px;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
}
.accordion__divider {
  width: 100%;
  height: 1px;
  background-color: #535368;
  margin: 1rem 0;
}

.clear-selection {
  font-size: 0.9rem;
  color: #535368;
  text-decoration: underline;
  cursor: pointer;
  text-align: center;
}

.advanced-search-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: 56px;
  -webkit-box-shadow: 0 0.5rem 1.5rem rgba(19, 19, 23, 0.25);
          box-shadow: 0 0.5rem 1.5rem rgba(19, 19, 23, 0.25);
  width: 100%;
  height: 62px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 500px;
  margin: 0 auto;
}
.advanced-search-bar .advanced-search-bar__input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  background-color: transparent;
  border-radius: 56px 0 0 56px;
  padding: 1.2rem 1.8rem;
  font-size: 12px;
}
.advanced-search-bar .advanced-search-bar__input::-webkit-input-placeholder {
  color: #9292a6;
  font-family: "Poppins-Light", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.advanced-search-bar .advanced-search-bar__input::-moz-placeholder {
  color: #9292a6;
  font-family: "Poppins-Light", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.advanced-search-bar .advanced-search-bar__input:-ms-input-placeholder {
  color: #9292a6;
  font-family: "Poppins-Light", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.advanced-search-bar .advanced-search-bar__input::-ms-input-placeholder {
  color: #9292a6;
  font-family: "Poppins-Light", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.advanced-search-bar .advanced-search-bar__input::placeholder {
  color: #9292a6;
  font-family: "Poppins-Light", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.advanced-search-bar .advanced-search-bar__input::-webkit-input-placeholder {
  font-size: 14;
  opacity: 1;
}
.advanced-search-bar .advanced-search-bar__input::-moz-placeholder {
  font-size: 14;
  opacity: 1;
}
.advanced-search-bar .advanced-search-bar__input:-ms-input-placeholder {
  font-size: 14;
  opacity: 1;
}
.advanced-search-bar .advanced-search-bar__input::-ms-input-placeholder {
  font-size: 14;
  opacity: 1;
}
.advanced-search-bar .advanced-search-bar__input::placeholder {
  font-size: 14;
  opacity: 1;
}
@media (min-width: 1320px) {
  .advanced-search-bar .advanced-search-bar__input::-webkit-input-placeholder {
    font-size: 1.25rem;
  }
  .advanced-search-bar .advanced-search-bar__input::-moz-placeholder {
    font-size: 1.25rem;
  }
  .advanced-search-bar .advanced-search-bar__input:-ms-input-placeholder {
    font-size: 1.25rem;
  }
  .advanced-search-bar .advanced-search-bar__input::-ms-input-placeholder {
    font-size: 1.25rem;
  }
  .advanced-search-bar .advanced-search-bar__input::placeholder {
    font-size: 1.25rem;
  }
}
.advanced-search-bar .advanced-search-bar__input:focus {
  outline: none;
}
@media (min-width: 1200px) {
  .advanced-search-bar .advanced-search-bar__input {
    font-size: 1.4rem;
  }
}
.advanced-search-bar__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #9292a6;
  border: none;
  cursor: pointer;
  border-radius: 0 56px 56px 0;
  width: 62px;
  height: 62px;
}
.advanced-search-bar__button.active {
  background-color: #e1000f;
}
.advanced-search-bar__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.advanced-search-bar__icon svg {
  width: 28px;
  height: 28px;
}
@media (min-width: 768px) {
  .advanced-search-bar {
    max-width: 680px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .advanced-search-bar {
    min-width: 920px !important;
  }
}
@media (min-width: 1200px) {
  .advanced-search-bar {
    max-width: 570px;
  }
}
@media (min-width: 1440px) {
  .advanced-search-bar {
    max-width: 664px;
  }
}

.search-ingridient {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-width: 280px;
  margin: 40px 0;
}
.search-ingridient__title {
  text-transform: uppercase;
  color: #131317;
  margin-bottom: 1rem;
  font-family: "Poppins-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.search-ingridient__title {
  font-size: 12px;
  line-height: 1.4;
}
.search-ingridient__bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.search-ingridient .search-ingridient__input {
  width: 100%;
  min-height: 42px;
  padding: 0.8rem 1rem;
  border: 1px solid gray;
  border-radius: 8px;
  background-color: #ffffff;
  font-size: 1rem;
  margin-bottom: 1rem;
  -webkit-transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.search-ingridient .search-ingridient__input::-webkit-input-placeholder {
  color: #535368;
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.search-ingridient .search-ingridient__input::-moz-placeholder {
  color: #535368;
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.search-ingridient .search-ingridient__input:-ms-input-placeholder {
  color: #535368;
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.search-ingridient .search-ingridient__input::-ms-input-placeholder {
  color: #535368;
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.search-ingridient .search-ingridient__input::placeholder {
  color: #535368;
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.search-ingridient .search-ingridient__input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 1.3;
}
.search-ingridient .search-ingridient__input::-moz-placeholder {
  font-size: 16px;
  line-height: 1.3;
}
.search-ingridient .search-ingridient__input:-ms-input-placeholder {
  font-size: 16px;
  line-height: 1.3;
}
.search-ingridient .search-ingridient__input::-ms-input-placeholder {
  font-size: 16px;
  line-height: 1.3;
}
.search-ingridient .search-ingridient__input::placeholder {
  font-size: 16px;
  line-height: 1.3;
}
.search-ingridient .search-ingridient__input:focus {
  outline: none;
  border-color: #e1000f;
  -webkit-box-shadow: 0 0 5px rgb(123, 0, 8.2);
          box-shadow: 0 0 5px rgb(123, 0, 8.2);
}
.search-ingridient__button {
  width: 100%;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  min-height: 55px;
  background-color: #e1000f;
  color: #ffffff;
  border: none;
  border-radius: 1rem;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  font-family: "Poppins-Light", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.search-ingridient__button {
  font-size: 18px;
  line-height: 24px;
}
.search-ingridient__button:hover {
  background-color: rgb(255, 26, 28.5730337079);
}
.search-ingridient__button:active {
  background-color: rgb(255, 128, 129.4269662921);
}
.search-ingridient__button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 5px rgb(230, 0, 2.5842696629);
          box-shadow: 0 0 5px rgb(230, 0, 2.5842696629);
}
@media (min-width: 768px) {
  .search-ingridient {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .search-ingridient__bar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .search-ingridient .search-ingridient__input {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0;
    margin-right: 1rem;
  }
  .search-ingridient__button {
    width: auto !important;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .search-ingridient__bar {
    min-width: 400px;
  }
  .search-ingridient .search-ingridient__input {
    width: 280px;
  }
}

.cards-section {
  display: grid;
  grid-auto-flow: column;
  overflow-x: auto;
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
  grid-auto-columns: -webkit-calc(100% - 15px);
  grid-auto-columns: calc(100% - 15px);
  gap: 0;
  padding-right: 15px;
  margin-left: -16px;
  margin-right: -16px;
}
.cards-section::-webkit-scrollbar {
  display: none;
}
.cards-section {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.cards-section .card__item {
  scroll-snap-align: start;
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cards-section {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: row;
    overflow-x: unset;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    gap: 1rem;
  }
  .cards-section .card {
    margin-right: 0;
  }
}

.card-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f6e67d;
  padding: 1rem;
  border-radius: 1rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .card-banner {
    max-height: 437px;
  }
}
.card-banner__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1200px) {
  .card-banner__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1.5rem;
  }
}
.card-banner__text {
  margin: 0 15px;
}
@media (min-width: 1200px) {
  .card-banner__text {
    text-align: left;
    width: 60%;
  }
}
.card-banner__image {
  min-width: 343px;
}
.card-banner__image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  .card-banner__image img {
    min-height: 570px;
  }
}
@media (min-width: 1200px) {
  .card-banner__image img {
    max-height: 310px;
  }
}
@media (min-width: 1200px) {
  .card-banner__image {
    width: 40%;
  }
}
.card-banner__subtitle {
  display: none;
}
@media (min-width: 1200px) {
  .card-banner__subtitle {
    display: block;
    margin: 1rem 0;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 400;
  }
}
.card-banner__title {
  font-family: "Playfair-Display-Regular", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
}
.card-banner__title {
  font-size: 32px;
  line-height: 1.2;
}
.card-banner__title {
  line-height: 35px;
  font-weight: 400;
  margin: 2rem 0;
}
@media (min-width: 1200px) {
  .card-banner__title {
    font-size: 48px;
    line-height: 53px;
  }
}
.card-banner__button {
  margin-bottom: 1rem;
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  height: 50px;
  min-width: 120px;
  padding: 16px 32px;
  border-radius: 60px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
}
.card-banner__button {
  background: #ffffff;
  color: #e1000f;
  border: 1px solid transparent;
  -webkit-transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
}
.card-banner__button:hover {
  color: #ffffff;
  background-color: #FF0A1C;
  border: 1px solid #AE000C;
}
.card-banner__button {
  height: 58px;
}

.horizontal-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto 32px;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  max-width: 500px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.horizontal-card__image img {
  display: block;
  max-width: 100%;
  width: 300px;
  height: 208px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.horizontal-card__content {
  padding: 1rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.horizontal-card__title {
  color: #131317;
  margin: 8px 0;
  font-family: "Playfair-Display-Regular", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
}
.horizontal-card__title {
  font-size: 24px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .horizontal-card__title {
    font-size: 30px;
  }
}
.horizontal-card__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .horizontal-card__title {
    font-size: 28px;
    line-height: 31px;
  }
}
.horizontal-card__caption {
  display: none;
  color: #131317;
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.horizontal-card__caption {
  font-size: 18px;
  line-height: 24px;
}
.horizontal-card__additional-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1rem;
  margin-top: 16px;
  color: #131317;
  font-family: "Poppins-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.horizontal-card__additional-info {
  font-size: 12px;
  line-height: 1.4;
}
.horizontal-card__info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.horizontal-card .horizontal-card-icon {
  margin-right: 0.5rem;
  max-height: 16px;
}
.horizontal-card .horizontal-card-icon svg,
.horizontal-card .horizontal-card-icon img {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .horizontal-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 680px;
    gap: 1.5rem;
  }
  .horizontal-card__caption {
    display: block;
  }
}
@media (min-width: 992px) {
  .horizontal-card {
    max-width: 980px;
    padding: 0 2rem;
  }
}
@media (min-width: 1200px) {
  .horizontal-card {
    min-width: 850px;
  }
}
@media (min-width: 1440px) {
  .horizontal-card {
    min-width: 990px;
    padding: 0;
  }
}

.share {
  display: inline-block;
  position: relative;
  margin-bottom: 32px;
}
.share__trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 1rem;
}
.share__text {
  color: #535368;
  font-family: "Poppins-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.share__text {
  font-size: 18px;
  line-height: 24px;
}
.share__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f3f3f8;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  color: #535368;
}
.share__popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
  background: #ffffff;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  width: 90%;
  max-width: 360px;
  z-index: 1000;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.share__popup-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4rem 0;
}
.share__popup-header {
  margin-bottom: 32px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.share__popup-title {
  margin-bottom: 8px;
  font-family: "Playfair-Display-Regular", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
}
.share__popup-title {
  font-size: 32px;
  line-height: 1.2;
}
.share__popup-options {
  list-style: none;
  padding: 0;
  margin: 0;
}
.share__popup-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  cursor: pointer;
}
.share__popup-icon {
  background-color: #f3f3f8;
  border-radius: 50%;
  padding: 0.5rem;
  font-size: 1rem;
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.share__popup-close {
  display: block;
  margin: 1rem auto 0;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  font-family: "Poppins-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.share__popup-close {
  font-size: 16px;
  line-height: 1.3;
}
.share__popup-close:hover {
  color: #e1000f;
}
.share__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.share.active .share__overlay {
  opacity: 1;
  pointer-events: all;
}
.share.active .share__popup {
  display: block;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.carousel-component {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-component__swiper {
  width: 100%;
  height: 100%;
  padding: 24px 16px 32px;
  overflow: visible;
}
@media (min-width: 1024px) {
  .carousel-component__swiper {
    padding: 24px 48px 32px;
  }
}
.carousel-component__swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.carousel-component__swiper-slide {
  position: relative;
  height: 600px;
  border-radius: 1rem;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .carousel-component .swiper-slide {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .carousel-component .swiper-slide-active {
    z-index: 2;
  }
}
.carousel-component__image {
  width: 100%;
  height: 100%;
  min-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-filter: brightness(70%);
          filter: brightness(70%);
}
.carousel-component__content {
  position: absolute;
  bottom: 30px;
  left: 20px;
  z-index: 10;
  color: #ffffff;
}
.carousel-component__button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.carousel-component__button--prev {
  left: 8px;
}
.carousel-component__button--prev::after {
  content: "<";
  color: #535368;
  font-size: 1rem;
}
.carousel-component__button--next {
  right: 8px;
}
.carousel-component__button--next::after {
  content: ">";
  color: #535368;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .carousel-component__button {
    width: 4rem;
    height: 4rem;
  }
  .carousel-component__button::after {
    font-size: 1.5rem;
  }
}
.carousel-component__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
}
.carousel-component__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #CEC9CC;
  opacity: 0.6;
  border-radius: 50%;
  -webkit-transition: opacity 0.3s ease, background-color 0.3s ease;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}
.carousel-component__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #9292a6;
  width: 40px;
  border-radius: 20px;
}
.carousel-component__category {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: underline;
  font-family: "Poppins-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.carousel-component__category {
  font-size: 12px;
  line-height: 1.4;
}
.carousel-component__title {
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Poppins-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.carousel-component__title {
  font-size: 24px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .carousel-component__title {
    font-size: 30px;
  }
}
.carousel-component__title:hover {
  text-decoration: underline;
  cursor: pointer;
}
.carousel-component__info {
  margin-top: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-family: "Poppins-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.carousel-component__info {
  font-size: 12px;
  line-height: 1.4;
}
.carousel-component__info-icon {
  margin-right: 0.5rem;
  font-size: 1.2rem;
}
.carousel-component__info-text {
  font-weight: normal;
}

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 1000;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.search-overlay.visible {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.search-overlay__content {
  max-width: 1066px;
  width: 90%;
  text-align: center;
}
@media (min-width: 1200px) {
  .search-overlay__content {
    margin-bottom: 250px;
  }
}
.search-overlay__close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  color: #131317;
  text-decoration: underline;
}
.search-overlay__close-button:hover {
  color: #e1000f;
}
.search-overlay__title {
  font-family: "Playfair-Display-Regular", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 48px;
  line-height: 48px;
  font-weight: 600;
  color: #e1000f;
  margin: 4rem auto;
}
.search-overlay__label {
  width: 100%;
  text-align: center;
  color: #535368;
  margin-bottom: 2rem;
  font-family: "Poppins-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.search-overlay__label {
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 1320px) {
  .search-overlay__label {
    text-align: left;
    margin-bottom: 0;
  }
}
.search-overlay__input-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
}
@media (min-width: 1320px) {
  .search-overlay {
    background-color: rgba(255, 255, 255, 0.96);
  }
}

.search-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: 56px;
  -webkit-box-shadow: 0 0.5rem 1.5rem rgba(19, 19, 23, 0.25);
          box-shadow: 0 0.5rem 1.5rem rgba(19, 19, 23, 0.25);
  width: 100%;
  height: 62px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1066px;
  margin: 0 auto;
}
.search-bar .search-bar__input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  background-color: transparent;
  border-radius: 56px 0 0 56px;
  padding: 1.2rem 1.8rem;
  font-size: 12px;
}
.search-bar .search-bar__input::-webkit-input-placeholder {
  opacity: 1;
  color: #9292a6;
  font-family: "Poppins-Light", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.search-bar .search-bar__input::-moz-placeholder {
  opacity: 1;
  color: #9292a6;
  font-family: "Poppins-Light", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.search-bar .search-bar__input:-ms-input-placeholder {
  opacity: 1;
  color: #9292a6;
  font-family: "Poppins-Light", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.search-bar .search-bar__input::-ms-input-placeholder {
  opacity: 1;
  color: #9292a6;
  font-family: "Poppins-Light", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.search-bar .search-bar__input::placeholder {
  opacity: 1;
  color: #9292a6;
  font-family: "Poppins-Light", sans-serif;
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 1320px) {
  .search-bar .search-bar__input::-webkit-input-placeholder {
    font-size: 1.25rem;
  }
  .search-bar .search-bar__input::-moz-placeholder {
    font-size: 1.25rem;
  }
  .search-bar .search-bar__input:-ms-input-placeholder {
    font-size: 1.25rem;
  }
  .search-bar .search-bar__input::-ms-input-placeholder {
    font-size: 1.25rem;
  }
  .search-bar .search-bar__input::placeholder {
    font-size: 1.25rem;
  }
}
.search-bar .search-bar__input:focus {
  outline: none;
}
@media (min-width: 1200px) {
  .search-bar .search-bar__input {
    font-size: 1.4rem;
  }
}
.search-bar__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #9292a6;
  border: none;
  cursor: pointer;
  border-radius: 0 56px 56px 0;
  width: 62px;
  height: 62px;
}
.search-bar__button.active {
  background-color: #e1000f;
}
.search-bar__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-bar__icon svg {
  width: 28px;
  height: 28px;
}

.featured-article {
  padding: 64px 24px;
  text-align: center;
  margin: 0 auto;
  color: #ffffff;
}
.featured-article__title {
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  font-family: "Poppins-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.featured-article__title {
  font-size: 32px;
  line-height: 1.2;
}
.featured-article__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.featured-article__image {
  position: relative;
  width: 100%;
  min-width: 300px;
  max-width: 890px;
  border-radius: 10px;
  overflow: hidden;
  min-height: 520px;
}
.featured-article__image img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-article__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  text-align: left;
}
.featured-article__category {
  text-transform: uppercase;
  text-decoration: underline;
  margin-bottom: 0.5rem;
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.featured-article__category {
  font-size: 12px;
  line-height: 1.4;
}
.featured-article__headline {
  text-transform: uppercase;
  font-family: "Poppins-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.featured-article__headline {
  font-size: 40px;
  line-height: 56px;
}
@media (min-width: 576px) {
  .featured-article__headline {
    font-size: 48px;
    line-height: 64px;
  }
}
.featured-article__headline {
  line-height: 1.1;
}
.featured-article__details {
  text-align: start;
  width: 100%;
  max-width: 890px;
}
@media (min-width: 768px) {
  .featured-article__details {
    font-size: 20px;
    line-height: 32px;
  }
}
.featured-article__description {
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 26px;
}
.featured-article__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5rem;
  font-size: 0.9rem;
}
.featured-article__read-time {
  text-transform: uppercase;
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.featured-article__read-time {
  font-size: 12px;
  line-height: 1.4;
}
.featured-article__button {
  margin-top: 1rem;
  font-family: "Poppins-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
  height: 50px;
  min-width: 120px;
  padding: 16px 32px;
  border-radius: 60px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
}
.featured-article__button {
  border: 1px solid transparent;
  -webkit-transition: background-color 0.3s ease, border 0.3s ease;
  transition: background-color 0.3s ease, border 0.3s ease;
  background: #e1000f;
  color: white;
}
.featured-article__button:hover {
  background-color: #FF0A1C;
  border: 1px solid #AE000C;
}
.featured-article__button {
  height: 58px;
}

.menu-accordion {
  overflow: hidden;
  width: 100%;
  max-width: 400px;
  margin: 1rem auto;
}
.menu-accordion__header {
  width: 100%;
  padding: 12px 16px;
  margin: 0;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  background-color: inherit;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.menu__left .menu-accordion__header {
  border-bottom: 1px solid #535368;
  padding: 20px 16px;
}
.menu-accordion__header .menu-accordion__icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-accordion__header .menu-accordion__icon-wrapper .menu-accordion__icon {
  display: none;
}
.menu-accordion__header .menu-accordion__icon-wrapper .menu-accordion__icon--plus {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.menu-accordion__title {
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: left;
}
.menu-accordion__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.menu-accordion__content.is-active {
  max-height: 500px;
}
.menu-accordion__content .menu-accordion__list {
  list-style: none;
  padding: 8px 0 8px 16px;
  margin: 0;
}
.menu-accordion__content .menu-accordion__list .menu-accordion__list-item {
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
}
.menu-accordion__item.is-active .menu-accordion__header .menu-accordion__icon-wrapper .menu-accordion__icon--plus {
  display: none;
}
.menu-accordion__item.is-active .menu-accordion__header .menu-accordion__icon-wrapper .menu-accordion__icon--minus {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (min-width: 768px) {
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .overlay.is-active {
    opacity: 1;
    visibility: visible;
  }
}
.search-bar-landing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem;
  color: #ffffff;
}
.search-bar-landing__label {
  font-size: 1.2rem;
  font-weight: bold;
  display: none;
  text-wrap: nowrap;
}
@media (min-width: 1320px) {
  .search-bar-landing__label {
    display: inline-block;
    margin-right: 2rem;
  }
}
.search-bar-landing__input-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  overflow: hidden;
  background-color: transparent;
}
.search-bar-landing .search-bar-landing__input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #ffffff;
  padding: 0;
  padding-bottom: 0.3rem;
  font-size: 1rem;
  outline: none;
  color: #ffffff;
  background-color: transparent;
}
.search-bar-landing .search-bar-landing__input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.search-bar-landing .search-bar-landing__input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.search-bar-landing .search-bar-landing__input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.search-bar-landing .search-bar-landing__input::-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.search-bar-landing .search-bar-landing__input::placeholder {
  color: #ffffff;
  opacity: 1;
}
@media (min-width: 1320px) {
  .search-bar-landing .search-bar-landing__input::-webkit-input-placeholder {
    opacity: 0;
  }
  .search-bar-landing .search-bar-landing__input::-moz-placeholder {
    opacity: 0;
  }
  .search-bar-landing .search-bar-landing__input:-ms-input-placeholder {
    opacity: 0;
  }
  .search-bar-landing .search-bar-landing__input::-ms-input-placeholder {
    opacity: 0;
  }
  .search-bar-landing .search-bar-landing__input::placeholder {
    opacity: 0;
  }
}
.search-bar-landing__icon {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
}
.search-bar-landing__cta {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  text-wrap: nowrap;
  margin-left: 2rem;
  padding: 15px 40px;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #FFF;
  text-transform: uppercase;
  color: #FFF;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  cursor: pointer;
  border-radius: 0;
}
@media (min-width: 768px) {
  .search-bar-landing {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.text-landing {
  text-align: center;
  padding-top: 1rem;
  color: #131317;
}
.text-landing__title {
  margin-bottom: 0.5rem;
  font-family: "Playfair-Display-Regular", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
}
.text-landing__title {
  font-size: 32px;
  line-height: 1.2;
}
.text-landing__description {
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.text-landing__description {
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .text-landing {
    text-align: left;
  }
}

.index-landing-component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  padding: 2rem;
  background-color: #ffffff;
}
.index-landing-component__button {
  display: inline-block;
  padding: 12px 16px;
  background: #CA0511;
  text-transform: uppercase;
  color: white;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
  border: none;
  border-radius: 0;
}
.index-landing-component__button :hover {
  background-color: #ff0a1b;
}
.index-landing-component__button {
  width: 100%;
}
@media (min-width: 768px) {
  .index-landing-component__button {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .index-landing-component {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.card-landing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border-bottom: 2px solid #e1000f;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.card-landing__image img {
  width: 100%;
  display: block;
}
.card-landing__content {
  background-color: #ffffff;
  text-align: left;
  padding: 2rem 1rem;
}
.card-landing__caption {
  color: #e1000f;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: "Poppins-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.card-landing__caption {
  font-size: 12px;
  line-height: 1.4;
}
.card-landing__title {
  color: #131317;
  padding-bottom: 0.5rem;
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.card-landing__title {
  font-size: 18px;
  line-height: 24px;
}

.recipe-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  text-align: center;
  padding: 16px;
  border-radius: 8px;
  max-width: 300px;
  margin: 0 auto;
}
.recipe-card__header {
  margin-bottom: 16px;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .recipe-card__header {
    margin-bottom: 40px;
  }
}
.recipe-card__title {
  font-size: 37px;
  line-height: 37px;
  margin: 0;
  max-width: 600px;
}
.recipe-card__image-container {
  position: relative;
  margin-bottom: 16px;
}
.recipe-card__image-container img {
  width: 100%;
  max-width: 600px;
}
@media (min-width: 768px) {
  .recipe-card__image-container img {
    max-width: 850px;
  }
}
@media (min-width: 1024px) {
  .recipe-card__image-container img {
    max-width: 850px;
  }
}
.recipe-card__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.recipe-card__play-icon {
  font-size: 24px;
  color: #e1000f;
}
.recipe-card__bottom-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .recipe-card__bottom-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}
.recipe-card__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
}
.recipe-card__actions-button {
  display: inline-block;
  padding: 12px 16px;
  background: #ffffff;
  text-transform: uppercase;
  color: #e1000f;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
  border: none;
  border-radius: 0;
}
.recipe-card__actions-button :hover {
  background-color: #ff0a1b;
}
.recipe-card__actions-button {
  height: 24px;
  max-height: 48px;
}
.recipe-card__actions-button--outline {
  padding: 15px 40px;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #FFF;
  text-transform: uppercase;
  color: #FFF;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  cursor: pointer;
  border-radius: 0;
}
@media (min-width: 768px) {
  .recipe-card__actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1rem;
  }
}
.recipe-card__footer {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .recipe-card__footer {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: auto;
    margin-top: 0;
  }
}
.recipe-card__footer-text {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-wrap: nowrap;
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.recipe-card__footer-text {
  font-size: 14px;
  line-height: 1.5;
}
.recipe-card__footer-logo {
  max-height: 140px;
  z-index: 1000;
}
@media (min-width: 576px) {
  .recipe-card {
    max-width: 400px;
  }
}
@media (min-width: 768px) {
  .recipe-card {
    max-width: 680px;
  }
}
@media (min-width: 1024px) {
  .recipe-card {
    max-width: 850px;
  }
}

.column-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.column-section__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.column-section__image-container {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.column-section__image-container > .column-section__image {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.column-section__content {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.column-section__content > .column-section__button {
  max-width: 180px;
  margin-top: 1rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  display: inline-block;
  padding: 12px 16px;
  background: #CA0511;
  text-transform: uppercase;
  color: white;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
  border: none;
  border-radius: 0;
  font-family: "Poppins-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.column-section__content > .column-section__button :hover {
  background-color: #ff0a1b;
}
.column-section__content > .column-section__button {
  font-size: 12px;
  line-height: 1.4;
}
.column-section__content > .column-section__button:hover {
  background-color: #e1000f;
}

@media (min-width: 768px) {
  .column-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .column-section__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
  .column-section__image-container,
  .column-section__content {
    width: 50%;
    padding: 20px;
  }
  .column-section__button {
    width: auto;
  }
}
.single-carousel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 500px;
}
.single-carousel__container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.single-carousel__container .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #131317;
  opacity: 1;
}
.single-carousel__container .swiper-pagination-bullet-active {
  background-color: #131317;
}
.single-carousel__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.single-carousel__slide {
  width: 100%;
  max-height: 350px;
  overflow: hidden;
}
.single-carousel__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-carousel__image {
  width: 100%;
  height: auto;
}
.single-carousel__button {
  margin: 1rem;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
@media (min-width: 768px) {
  .single-carousel__button {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.single-carousel__icon {
  display: block;
  line-height: 1;
}
@media (min-width: 1024px) {
  .single-carousel {
    max-width: 800px;
  }
}

@media (max-width: 700px) {
  .single-carousel__button--next,
  .single-carousel__button--prev {
    display: none;
  }
}
.single-carousel__button--next.swiper-button-disabled,
.single-carousel__button--prev.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.triple-carousel {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.triple-carousel__container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  width: 100%;
}
.triple-carousel__wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
}
.triple-carousel__slide {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 280px;
}
@media (min-width: 360px) {
  .triple-carousel__slide {
    max-width: 300px;
  }
}
@media (min-width: 400px) {
  .triple-carousel__slide {
    max-width: 320px;
  }
}
@media (min-width: 480px) {
  .triple-carousel__slide {
    max-width: 450px;
  }
}
@media (min-width: 1440px) {
  .triple-carousel__slide {
    max-width: 356px;
  }
}
.triple-carousel__button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  background: #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: none;
}
.triple-carousel__button--prev {
  left: -50px;
}
.triple-carousel__button--next {
  right: -50px;
}
.triple-carousel__button::after {
  display: none;
}
@media (min-width: 1200px) {
  .triple-carousel__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.triple-carousel__button:hover {
  opacity: 0.8;
}
.triple-carousel .swiper-button-disabled {
  display: none;
}

.small-card-landing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 155px;
}
.small-card-landing__content {
  padding: 10px;
  background-color: #ffffff;
}
.small-card-landing__caption {
  text-align: left;
  display: block;
  color: #9292a6;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 14px;
}
.small-card-landing__header {
  font-size: 20px;
  line-height: 32px;
  color: #131317;
  margin: 0;
  font-family: "Playfair-Display-Regular", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
}
.small-card-landing__image img {
  width: 100%;
  height: auto;
  display: block;
}

.calendar-carousel__swiper {
  position: relative;
  width: 100vw;
  margin: 0 auto;
  padding-top: 2rem;
}
.calendar-carousel__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  overflow: visible;
}
.calendar-carousel__slide {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 200px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.calendar-carousel__slide.swiper-slide-active {
  -webkit-transform: scale(1.2) !important;
          transform: scale(1.2) !important;
}
.calendar-carousel__controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.calendar-carousel__button {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.calendar-carousel__button--prev, .calendar-carousel__button--next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.calendar-carousel__button.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

.navigation-thumb-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.navigation-thumb-container .navigation-thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem;
  cursor: pointer;
}
.navigation-thumb-container .navigation-thumb__image {
  border-radius: 50%;
  overflow: hidden;
  width: 100px;
  height: 100px;
}
.navigation-thumb-container .navigation-thumb__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.navigation-thumb-container .navigation-thumb__text {
  margin-top: 1rem;
  color: #ded7d6;
  font-family: "Poppins-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.navigation-thumb-container .navigation-thumb__text {
  font-size: 16px;
  line-height: 1.3;
}
.navigation-thumb-container .navigation-thumb--active .navigation-thumb__text {
  color: #131317;
}
.navigation-thumb-container .navigation-thumb--active .navigation-thumb__image {
  border: 5px solid #e1000f;
}

.jumbotron {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem;
  margin-left: -webkit-calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  margin-right: -webkit-calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
}
@media (min-width: 768px) {
  .jumbotron {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    min-height: 80vh;
  }
}
.jumbotron__column-image img {
  width: 100%;
}
@media (min-width: 768px) {
  .jumbotron__column-image {
    display: none;
  }
}
@media (min-width: 768px) {
  .jumbotron--background {
    background-image: url("../../../../img/donnad/jumbo-bg.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 65% center;
  }
}
.jumbotron__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  text-align: center;
}
@media (min-width: 768px) {
  .jumbotron__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
  }
}
.jumbotron__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .jumbotron__text {
    text-align: left;
  }
}
.jumbotron__logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .jumbotron__logos {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.jumbotron__logo {
  max-height: 67px;
  -o-object-fit: contain;
     object-fit: contain;
}
.jumbotron__title {
  font-family: "Playfair-Display-Regular", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
}
.jumbotron__title {
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .jumbotron__title {
    font-size: 38px;
    line-height: 40px;
  }
}
.jumbotron__subtitle {
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.jumbotron__subtitle {
  font-size: 16px;
  line-height: 1.3;
}
.jumbotron__subtitle {
  margin-bottom: 1.5rem;
  line-height: 22px;
  color: #131317;
}
@media (min-width: 768px) {
  .jumbotron__subtitle {
    font-family: "Poppins-Regular", sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  .jumbotron__subtitle {
    font-size: 14px;
    line-height: 1.5;
  }
}
.jumbotron__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.jumbotron__button--a {
  display: inline-block;
  padding: 12px 16px;
  background: #CA0511;
  text-transform: uppercase;
  color: white;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
  border: none;
  border-radius: 0;
  width: 205px;
  text-align: center;
}
.jumbotron__button--a :hover {
  background-color: #ff0a1b;
}
@media (min-width: 768px) {
  .jumbotron__button {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.jumbotron__image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.jumbotron__image img {
  max-width: 100%;
  border-radius: 5px;
}

.recipe-carousel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.recipe-carousel__main {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgb(242, 24, 16)), color-stop(rgb(211, 21, 16)), color-stop(rgb(181, 19, 15)), color-stop(rgb(151, 16, 13)), to(rgb(123, 14, 10)));
  background-image: linear-gradient(to right bottom, rgb(242, 24, 16), rgb(211, 21, 16), rgb(181, 19, 15), rgb(151, 16, 13), rgb(123, 14, 10));
  position: relative;
}
.recipe-carousel__main .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.recipe-carousel__button {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.recipe-carousel__button.swiper-button-prev::after, .recipe-carousel__button.swiper-button-next::after {
  content: none !important;
}
.recipe-carousel__button.swiper-button-disabled {
  display: none !important;
}
.recipe-carousel__button--left {
  left: 2px;
}
.recipe-carousel__button--left span {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #ffffff;
}
@media (min-width: 768px) {
  .recipe-carousel__button--left {
    left: 20px;
  }
}
.recipe-carousel__button--right {
  right: 2px;
}
.recipe-carousel__button--right span {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  color: #ffffff;
}
@media (min-width: 768px) {
  .recipe-carousel__button--right {
    right: 20px;
  }
}
.recipe-carousel__thumbs {
  display: none;
}
@media (min-width: 768px) {
  .recipe-carousel__thumbs {
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 0;
    position: relative;
    background-color: #f4f4f1;
  }
  .recipe-carousel__thumbs .swiper-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.recipe-carousel__thumbs-slide {
  width: 20%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recipe-carousel__thumbs-slide.swiper-slide-thumb-active .navigation-thumb__text {
  color: #131317;
}
.recipe-carousel__thumbs-slide.swiper-slide-thumb-active .navigation-thumb__image {
  border: 5px solid #e1000f;
}
.recipe-carousel__thumbs-slide img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: none !important;
  background: none !important;
}

.category-info__top {
  text-align: center;
  padding: 20px 16px 32px;
}
.category-info__title {
  margin-bottom: 16px;
  text-transform: uppercase;
  font-family: "Poppins-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.category-info__title {
  font-size: 40px;
  line-height: 56px;
}
@media (min-width: 576px) {
  .category-info__title {
    font-size: 48px;
    line-height: 64px;
  }
}
.category-info__description {
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.category-info__description {
  font-size: 12px;
  line-height: 1.4;
}
.category-info__description {
  margin: 0 auto;
  color: #535368;
  text-transform: uppercase;
}
.category-info__slider-wrapper {
  background: #ded7d6;
  overflow: hidden;
  max-width: 100%;
}
.category-info__anchors {
  text-align: center;
  background: #ded7d6;
  border-bottom: 2px solid white;
  color: #535368;
  font-family: "Poppins-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.category-info__anchors {
  font-size: 18px;
  line-height: 24px;
}
.category-info__anchor-wrapper {
  padding: 24px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  overflow-x: auto;
  max-width: 100%;
  gap: 30px;
}
.category-info__anchor-wrapper a {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.category-info__anchor-wrapper a:hover {
  color: #e1000f;
}
.category-info__body {
  margin: 0 auto 24px;
  padding: 0 0 32px;
  max-width: 1320px;
}
.category-info__sub-category {
  margin-bottom: 32px;
}
.category-info__adv-container {
  min-width: 25%;
  padding-left: 32px;
}
.category-info__in-evidence {
  background: #131317;
}

.sub-category-preview {
  margin: 32px 0;
}

.sub-category-info {
  padding: 0 16px 48px;
}
.sub-category-info__top {
  text-align: center;
  padding: 20px 0;
}
.sub-category-info__title {
  margin-bottom: 16px;
  text-transform: uppercase;
  font-family: "Poppins-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.sub-category-info__title {
  font-size: 40px;
  line-height: 56px;
}
@media (min-width: 576px) {
  .sub-category-info__title {
    font-size: 48px;
    line-height: 64px;
  }
}
.sub-category-info__description {
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.sub-category-info__description {
  font-size: 12px;
  line-height: 1.4;
}
.sub-category-info__description {
  margin: 0 auto 32px;
  color: #535368;
  text-transform: uppercase;
}
.sub-category-info__articles {
  max-width: 1320px;
  margin: 0 auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .sub-category-info__articles {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.sub-category-info__adv {
  position: -webkit-sticky;
  position: sticky;
  top: 106px;
}
@media (min-width: 1024px) {
  .sub-category-info .column-75 {
    width: 75%;
  }
}
.sub-category-info .column-25 {
  position: relative;
}
@media (min-width: 1024px) {
  .sub-category-info .column-25 {
    width: 25%;
  }
}
.sub-category-info .horizontal-card {
  max-width: 100%;
  min-width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  .sub-category-info .horizontal-card__image, .sub-category-info .horizontal-card__image img {
    width: 100%;
    height: 56vw;
  }
}
.sub-category-info__show-more {
  text-align: center;
}
.sub-category-info__show-more a {
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  height: 50px;
  min-width: 120px;
  padding: 16px 32px;
  border-radius: 60px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
}
.sub-category-info__show-more a {
  background: #ffffff;
  color: #131317;
  border: 1px solid transparent;
  -webkit-transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
}
.sub-category-info__show-more a:hover {
  color: #ffffff;
  background-color: #FF0A1C;
  border: 1px solid #AE000C;
}
.sub-category-info__show-more a {
  border: 1px solid #131317;
}

.article-info {
  max-width: 1320px;
  margin: 0 auto;
}
.article-info__related {
  width: 100%;
  padding: 0 16px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .article-info__related {
    width: 75%;
  }
}
.article-info h2 {
  margin-bottom: 32px;
  font-family: "Poppins-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.article-info h2 {
  font-size: 32px;
  line-height: 1.2;
}

.article-recipe-details {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.article-recipe-details .divider {
  width: 100%;
  height: 1px;
  background-color: #ded7d6;
  margin: 2rem 0;
}
.article-recipe-details__category {
  display: block;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: #e1000f;
  font-family: "Poppins-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.article-recipe-details__category {
  font-size: 14px;
  line-height: 1.5;
}
.article-recipe-details__adv {
  position: -webkit-sticky;
  position: sticky;
  top: 106px;
}
.article-recipe-details__title {
  margin-bottom: 1.5rem;
  font-family: "Playfair-Display-Bold", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
}
.article-recipe-details__title {
  font-size: 40px;
  line-height: 56px;
}
@media (min-width: 576px) {
  .article-recipe-details__title {
    font-size: 48px;
    line-height: 64px;
  }
}
.article-recipe-details__time {
  color: #9292a6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding-bottom: 1rem;
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.article-recipe-details__time {
  font-size: 12px;
  line-height: 1.4;
}
.article-recipe-details__image-container {
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}
.article-recipe-details__image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  max-height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-recipe-details__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 12px;
  margin-bottom: 1rem;
}
.article-recipe-details__info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  height: 64px;
  gap: 1rem;
}
.article-recipe-details__info-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f3f3f8;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  font-size: 1.5rem;
  color: #535368;
}
.article-recipe-details__info-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.article-recipe-details__info-title {
  text-transform: uppercase;
  color: #535368;
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.article-recipe-details__info-title {
  font-size: 12px;
  line-height: 1.4;
}
.article-recipe-details__info-title {
  line-height: 15px;
}
.article-recipe-details__info-text {
  font-size: 20px;
  line-height: 25px;
  color: #535368;
}
@media (min-width: 768px) {
  .article-recipe-details__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1rem;
  }
}
.article-recipe-details__subtitle {
  padding: 8px 0 24px;
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.article-recipe-details__subtitle {
  font-size: 23px;
  line-height: 28px;
}
.article-recipe-details__ingredients {
  margin-top: 2rem;
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.article-recipe-details__ingredients {
  font-size: 18px;
  line-height: 24px;
}
.article-recipe-details__ingredients ul {
  list-style: none;
  padding: 0 3rem;
  margin: 0;
}
.article-recipe-details__ingredients li {
  position: relative;
  padding-bottom: 8px;
}
.article-recipe-details__ingredients li::before {
  content: "";
  font-size: 1.2rem;
  position: absolute;
  left: -1rem;
  top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  height: 7px;
  width: 14px;
  border-radius: 150px 150px 0 0;
  background-color: #e1000f;
  margin-top: 0.75rem;
}
.article-recipe-details__ingredients-title {
  margin: 2rem 0;
  text-transform: uppercase;
  font-family: "Poppins-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.article-recipe-details__ingredients-title {
  font-size: 32px;
  line-height: 1.2;
}
.article-recipe-details__article-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Poppins-Light", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.article-recipe-details__article-content {
  font-size: 16px;
  line-height: 1.3;
}
.article-recipe-details__article-content {
  line-height: 1.6;
}
.article-recipe-details__article-content p {
  margin-bottom: 10px;
}
.article-recipe-details__article-content .adv {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}
.article-recipe-details__article-content p:nth-child(2),
.article-recipe-details__article-content p:nth-child(3) {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}
.article-recipe-details__indexes {
  margin-bottom: 48px;
}
.article-recipe-details__gallery {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  color: white;
  gap: 8px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.article-recipe-details__gallery {
  font-size: 14px;
  line-height: 1.5;
}
.article-recipe-details__gallery > span {
  position: relative;
}
.article-recipe-details__gallery > span:after {
  content: "";
  width: 100%;
  bottom: -8px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
}
.article-recipe-details__gallery-icon {
  min-height: 40px;
  position: relative;
  font-family: "Poppins-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.article-recipe-details__gallery-icon {
  font-size: 16px;
  line-height: 1.3;
}
.article-recipe-details__gallery-icon .icon {
  width: 38px;
  height: 36px;
}
.article-recipe-details__counter {
  position: absolute;
  top: 10px;
  left: 44%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.article-index__title {
  font-family: "Poppins-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.article-index__title {
  font-size: 24px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .article-index__title {
    font-size: 30px;
  }
}
.article-index__title {
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .article-index__title {
    font-family: "Poppins-Bold", sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  .article-index__title {
    font-size: 32px;
    line-height: 1.2;
  }
}
.article-index__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.article-index__item {
  margin-bottom: 0.5rem;
}
.article-index__link {
  color: #535368;
  font-size: 1rem;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-decoration: underline;
}
.article-index__link:hover {
  color: #e1000f;
}
.article-index__icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  margin-right: 0.5rem;
  font-size: 0.9rem;
}

.article-recipe-gallery {
  color: #131317;
  display: none;
  background: white;
  position: fixed;
  z-index: 101;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.article-recipe-gallery.visible {
  display: block;
}
.article-recipe-gallery__wrapper {
  margin: 0 auto;
  min-height: 100%;
  max-width: 1280px;
  padding: 82px 16px 32px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .article-recipe-gallery__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.article-recipe-gallery__close {
  border: none;
  background: none;
  position: absolute;
  cursor: pointer;
  right: 16px;
  top: 32px;
}
.article-recipe-gallery__images {
  width: 100%;
  margin: 0;
}
@media (min-width: 768px) {
  .article-recipe-gallery__images {
    width: 64%;
  }
}
.article-recipe-gallery__slide {
  height: 470px;
  background: #f3f3f8;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.article-recipe-gallery__slide img {
  max-width: 100%;
  max-height: 100%;
}
.article-recipe-gallery__button {
  position: absolute;
  top: -webkit-calc(50% - 30px);
  top: calc(50% - 30px);
  background: rgba(19, 19, 23, 0.2);
  text-align: center;
  padding: 20px 0;
  height: 60px;
  width: 60px;
  z-index: 1;
}
.article-recipe-gallery__button--next {
  right: 0;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.article-recipe-gallery__button--prev {
  left: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.article-recipe-gallery__text {
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.article-recipe-gallery__text {
  font-size: 14px;
  line-height: 1.5;
}
.article-recipe-gallery__counter {
  display: inline-block;
  margin-bottom: 48px;
}
.article-recipe-gallery__descriptions {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .article-recipe-gallery__descriptions {
    min-height: 470px;
    width: -webkit-calc(36% - 40px);
    width: calc(36% - 40px);
  }
}
.article-recipe-gallery__descriptions-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.article-recipe-gallery__text {
  min-width: 100%;
}
.article-recipe-gallery__share {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
  gap: 32px;
}

.article-card {
  display: block;
  text-align: left;
  background: white;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid #e1000f;
  height: 100%;
}
.article-card__image {
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.article-card__info {
  padding: 24px;
}
.article-card__category {
  margin-bottom: 16px;
  text-transform: uppercase;
  color: #e1000f;
  font-family: "Poppins-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.article-card__category {
  font-size: 14px;
  line-height: 1.5;
}
.article-card__title {
  margin-bottom: 8px;
  font-family: "Playfair-Display-Regular", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
}
.article-card__title {
  font-size: 24px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .article-card__title {
    font-size: 30px;
  }
}

.home-template {
  margin-top: 200px;
}

.search-results {
  position: relative;
}
.search-results__container {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  color: #9292a6;
}
.search-results--advanced .search-results__container {
  max-width: none;
}
.search-results__background {
  background: #f3f3f8;
}
.search-results__title {
  padding: 2rem 0;
  text-align: center;
  color: #131317;
  font-family: "Playfair-Display-Bold", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
}
.search-results__title {
  font-size: 40px;
  line-height: 56px;
}
@media (min-width: 576px) {
  .search-results__title {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (min-width: 1440px) {
  .search-results__title {
    margin: 3rem 0 4rem;
    padding-bottom: 0;
  }
}
.search-results__search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  padding: 0 0.3rem;
}
.search-results--advanced .search-results__search {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 16px;
}
.search-results__search .search-results__label {
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-family: "Poppins-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.search-results__search .search-results__label {
  font-size: 16px;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .search-results__search .search-results__label {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .search-results__search {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.search-results__show-more {
  margin: 24px 0 32px;
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  height: 50px;
  min-width: 120px;
  padding: 16px 32px;
  border-radius: 60px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
}
.search-results__show-more {
  background: #ffffff;
  color: #131317;
  border: 1px solid transparent;
  -webkit-transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
}
.search-results__show-more:hover {
  color: #ffffff;
  background-color: #FF0A1C;
  border: 1px solid #AE000C;
}
.search-results__show-more {
  border: 1px solid #131317;
}
.search-results__show-more.hidden {
  display: none;
}
.search-results__categories {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-y: hidden;
  overflow-x: scroll;
  text-transform: uppercase;
  border-bottom: 2px solid #ded7d6;
  scrollbar-width: none;
  margin: 32px 0 8px;
  height: 100%;
}
@media (min-width: 768px) {
  .search-results__categories {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    overflow-x: hidden;
  }
}
.search-results__empty {
  text-align: center;
  padding: 40px 0;
  color: #535368;
}
.search-results__category {
  text-wrap: nowrap;
  padding: 0.5rem 1rem;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  color: #9292a6;
  cursor: pointer;
  font-family: "Poppins-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.search-results__category {
  font-size: 16px;
  line-height: 1.3;
}
.search-results__category {
  line-height: 26px;
}
.search-results__category:hover {
  color: #e1000f;
  border-color: #e1000f;
}
.search-results__category--active {
  font-weight: bold;
  color: #e1000f;
  border-color: #e1000f;
}
.search-results__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
}
.search-results--advanced .search-results__list {
  max-width: 980px;
  margin: 4rem auto 0;
  padding: 0 16px;
}
.search-results__info-item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.search-results__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  padding-bottom: 1.5rem;
  color: #131317;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  /* Dividi in due colonne uguali */
}
@media (min-width: 768px) {
  .search-results__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.search-results__item-image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 190px;
}
.search-results__item-image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 190px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.search-results__item-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1200px) {
  .search-results__item-content {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
}
.search-results__item-category {
  margin-bottom: 1rem;
  color: #e1000f;
  font-family: "Poppins-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.search-results__item-category {
  font-size: 12px;
  line-height: 1.4;
}
.search-results__item-title {
  font-family: "Playfair-Display-Bold", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
}
.search-results__item-title {
  font-size: 23px;
  line-height: 28px;
}
.search-results__item-description {
  margin: 16px 0;
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.search-results__item-description {
  font-size: 14px;
  line-height: 1.5;
}
.search-results__item-info {
  margin-top: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Poppins-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.search-results__item-info {
  font-size: 12px;
  line-height: 1.4;
}
@media (min-width: 400px) {
  .search-results__item-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
}

.contact-form {
  padding: 0 1rem;
}
.contact-form__title {
  font-size: 26px;
  line-height: 27px;
  margin-bottom: 0.5rem;
  font-family: "Playfair-Display-Regular", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 768px) {
  .contact-form__title {
    font-size: 38px;
    line-height: 40px;
  }
}
.contact-form__description {
  line-height: 19px;
  margin-bottom: 2rem;
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.contact-form__description {
  font-size: 16px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .contact-form__description {
    margin-bottom: 2.5rem;
    font-size: 18px;
    line-height: 24px;
  }
}
.contact-form__checkbox {
  margin-right: 0.5rem;
}
.contact-form__required-label {
  color: #ded7d6;
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.contact-form__required-label {
  font-size: 14px;
  line-height: 1.5;
}
.contact-form__link {
  color: black;
  text-decoration: underline;
  font-family: "Poppins-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.contact-form__link {
  font-size: 12px;
  line-height: 1.4;
}
.contact-form__link {
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.contact-form__link {
  font-size: 14px;
  line-height: 1.5;
}
.contact-form__link:hover {
  text-decoration: underline;
}
.contact-form__submit {
  background-color: #e1000f;
  color: #ffffff;
  border: none;
  padding: 20px 40px;
  font-size: 1rem;
  width: 170px;
  cursor: pointer;
}
.contact-form__submit:hover {
  background-color: #A00000;
}
.contact-form__info {
  text-align: start;
  color: #131317;
  margin-bottom: 1rem;
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.contact-form__info {
  font-size: 16px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .contact-form__info {
    font-family: "Poppins-Regular", sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  .contact-form__info {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (min-width: 1320px) {
  .contact-form__info {
    display: none;
  }
}

.contact-form__submit-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .contact-form__submit-wrapper {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.contact-form__terms {
  max-width: 200px;
  text-wrap: wrap;
  margin: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.contact-form__terms {
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .contact-form__terms {
    width: 100%;
    max-width: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.landing-container {
  margin: 2rem auto;
  margin-top: 150px;
  padding: 0 15px;
  max-width: 1140px;
}
.landing-container .calendar-section {
  background-color: #f6f6f6;
  margin-left: -webkit-calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  margin-right: -webkit-calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
  padding: 2rem 0;
}
.landing-container .calendar-section .text-landing {
  text-align: center;
  max-width: 700px;
  margin-bottom: 3rem;
}
.landing-container .calendar-section .text-landing__title {
  font-size: 40px;
  line-height: 48px;
}
@media (min-width: 768px) {
  .landing-container .calendar-section .text-landing__title {
    font-size: 60px;
    line-height: 72px;
  }
}
.landing-container .colored-bg {
  background-color: #9d0160;
  text-align: center;
  padding: 4rem 1rem;
  margin-left: -webkit-calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  margin-right: -webkit-calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  min-height: 420px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.landing-container .colored-bg {
  font-size: 14px;
  line-height: 1.5;
}
.landing-container .colored-bg .text-landing {
  max-width: 850px;
  color: #ffffff;
  text-align: center;
}
.landing-container .colored-bg p {
  margin-top: 1rem;
  font-weight: 900;
}
.landing-container .colored-bg button {
  margin-top: 1rem;
  display: inline-block;
  padding: 12px 16px;
  background: #CA0511;
  text-transform: uppercase;
  color: white;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
  border: none;
  border-radius: 0;
}
.landing-container .colored-bg button :hover {
  background-color: #ff0a1b;
}

.survey-page {
  color: var(--primary);
  position: relative;
  text-align: center;
  min-height: -webkit-calc(100vh - 112px);
  min-height: calc(100vh - 112px);
  padding: 32px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.survey-page .yxpLoading {
  position: static;
}
.survey-page .yxpType_FORM .yxpStepWrapper .yxpStepBlock {
  background: var(--primary);
}
.survey-page .yxpType_FORM .yxpStepActive ~ .yxpStepBlock {
  background: rgba(146, 146, 166, 0.5);
}
.survey-page .yxpType_FORM .yxpSubmitBtn,
.survey-page .yxpType_FORM .yxpNextBtn {
  border-radius: 32px;
}
.survey-page .yxpType_FORM form .yxpRow .yxpInputGroup {
  max-width: 900px;
}
.survey-page .yxpType_FORM form .yxpRow .yxpInputGroup input {
  min-height: 25px;
}
.survey-page .yxpType_FORM form label.yxpInputGroupLabel {
  text-align: center;
  color: var(--primary);
  font-family: "Poppins-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.survey-page .yxpType_FORM form label.yxpInputGroupLabel {
  font-size: 36px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .survey-page .yxpType_FORM form label.yxpInputGroupLabel {
    font-size: 48px;
  }
}
.survey-page .yxpType_FORM form label.yxpInputGroupLabel span[id^=yxp_asterisk_] {
  display: none;
}
.survey-page .yxpType_FORM form label.yxpInputGroupLabel.yxpInputGroupLabelRight {
  padding: 10px 12px 10px 20px;
  color: var(--primary);
  text-align: left;
  width: 100%;
}
.survey-page .yxpFormActionsWrapper {
  border-top: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
.survey-page .survey-start-button a {
  margin-top: 24px;
  font-family: "Poppins-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
  height: 50px;
  min-width: 120px;
  padding: 16px 32px;
  border-radius: 60px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
}
.survey-page .survey-start-button a {
  border: 1px solid transparent;
  -webkit-transition: background-color 0.3s ease, border 0.3s ease;
  transition: background-color 0.3s ease, border 0.3s ease;
  background: white;
  color: inherit;
}
.survey-page .survey-start-button a:hover {
  background-color: #FF0A1C;
  border: 1px solid #AE000C;
}
.survey-page .survey-start-button a:hover {
  color: white;
}
.survey-page .yxpStepWrapper {
  width: 100%;
  max-width: 100%;
}
.survey-page .simple-tag > span {
  background: white;
  border-radius: 8px;
  padding: 4px 8px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 24px;
  width: auto;
  gap: 10px;
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.survey-page .simple-tag > span {
  font-size: 16px;
  line-height: 1.3;
}
.survey-page .formResponseKO {
  padding: 48px 0 24px;
}
.survey-page .formResponseKO h2 {
  margin-bottom: 16px;
  font-family: "Poppins-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.survey-page .formResponseKO h2 {
  font-size: 36px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .survey-page .formResponseKO h2 {
    font-size: 48px;
  }
}
.survey-page .formResponseOK {
  padding-bottom: 56px;
}
.survey-page .formResponseOK h2 {
  margin: 20px 0 32px;
  font-family: "Poppins-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.survey-page .formResponseOK h2 {
  font-size: 36px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .survey-page .formResponseOK h2 {
    font-size: 48px;
  }
}
.survey-page h3 {
  padding: 4px 0;
}
.survey-page .yxpInputGroupLabel {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.survey-page .yxpInputDescription {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  color: var(--primary);
  text-align: center;
  margin-top: 32px;
}
.survey-page fieldset {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 40px;
  gap: 20px;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
.survey-page .yxpPrevBtn {
  display: none;
}
.survey-page .yxpInputGroupRadioWrapper {
  background-color: rgba(255, 255, 255, 0.6980392157);
  border: 2px solid rgba(255, 255, 255, 0.6980392157);
  -webkit-box-shadow: 0 0 0 1px var(--primary);
          box-shadow: 0 0 0 1px var(--primary);
  border-radius: 12px;
  padding: 0;
}
.survey-page .yxpInputGroupRadioWrapper::before {
  content: "";
  left: 8px;
  border: 1px solid var(--primary);
  top: unset;
}
.survey-page .yxpInputGroupRadioWrapper::after {
  content: "";
  left: 11px;
  background: var(--primary);
  top: unset;
}
.survey-page .yxpInputGroupRadioWrapper[active=true] {
  border: 2px solid var(--primary);
}
.survey-page .as-image fieldset {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .survey-page .as-image fieldset {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.survey-page .as-image .yxpInputGroupRadioWrapper {
  position: relative;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 12px;
  width: 100%;
}
@media (min-width: 768px) {
  .survey-page .as-image .yxpInputGroupRadioWrapper {
    width: -webkit-calc(33.33% - 15px);
    width: calc(33.33% - 15px);
  }
}
.survey-page .as-image .yxpInputGroupRadioWrapper:hover {
  border-color: var(--primary);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.survey-page .as-image .yxpInputGroupRadioWrapper input[type=radio] {
  position: absolute;
  height: 100%;
  width: 100% !important;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
}
.survey-page .as-image .yxpInputGroupRadioWrapper img {
  display: block;
  height: 150px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  margin-top: 22px;
}
@media (min-width: 768px) {
  .survey-page .as-image .yxpInputGroupRadioWrapper img {
    height: 180px;
  }
}
.survey-page .as-image .yxpInputGroupRadioWrapper::before {
  right: 5px;
  left: unset;
  top: 6px;
}
.survey-page .as-image .yxpInputGroupRadioWrapper::after {
  right: 8px;
  left: unset;
  top: 9px;
}
.survey-page .as-image .yxpInputGroupLabel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  cursor: pointer;
  width: 100%;
}
.survey-page .as-image .yxpInputGroupLabel.yxpInputGroupLabelRight {
  margin-top: 10px;
  margin-left: 0;
}

/*# sourceMappingURL=henkel_donnad_1.1.4.css.map*/