/* MARK: Wrapper */
@import url("https://use.typekit.net/syi2sjo.css");
@media (min-width: 1px) {
  .euOuterWrapper * {
    box-sizing: border-box;
  }
}

@media (min-width: 1px) {
  .euOuterWrapper {
    overflow: hidden;
    color: #454545;
    font-size: 14px;
    line-height: 0;
    font-family: sofia-pro, sans-serif;
  }
  .euOuterWrapper p {
    margin: 0;
    color: inherit;
  }
  .euOuterWrapper a {
    text-decoration: none;
  }
  .euOuterWrapper figure {
    height: 0;
    margin: 0;
    overflow: hidden;
  }
  .euOuterWrapper picture {
    line-height: 0;
  }
  .euOuterWrapper img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .euOuterWrapper {
    font-size: 14px;
  }
}
@media (min-width: 1921px) {
  .euOuterWrapper {
    font-size: 23px;
  }
}

/* MARK: BEM Blocks */
.euHero,
.euBanner,
.euSection,
.euSub {
  position: relative;
}

/* MARK: euCopybox */
.euCopybox {
  display: inline-block;
  position: absolute;
  text-align: inherit;
  top: 50%;
  left: 50%;
  width: 50%;
  color: inherit;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

/* MARK: euMinFont*/
@media (min-width: 1px) and (max-width: 380px) {
  .euMinFont {
    font-size: 14px !important;
  }
}
@media (min-width: 381px) and (max-width: 767px) {
  .euMinFont {
    font-size: 134% !important;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .euMinFont {
    font-size: 14px !important;
  }
}

/* MARK: euFluid */
@media (min-width: 1px) and (max-width: 767px) {
  .euFluid {
    font-size: 12px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) and (min-width: 320px) {
  .euFluid {
    font-size: round(down, 12px + 17 * (100vw - 320px) / 447, 1px);
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) and (min-width: 767px) {
  .euFluid {
    font-size: 29px;
  }
}
@media (min-width: 768px) and (max-width: 1920px) {
  .euFluid {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1920px) and (min-width: 768px) {
  .euFluid {
    font-size: round(down, 10px + 15 * (100vw - 768px) / 1152, 1px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1920px) and (min-width: 1920px) {
  .euFluid {
    font-size: 25px;
  }
}
@media (min-width: 1921px) and (max-width: 3440px) {
  .euFluid {
    font-size: 23px;
  }
}
@media screen and (min-width: 1921px) and (max-width: 3440px) and (min-width: 1921px) {
  .euFluid {
    font-size: round(down, 23px + 18 * (100vw - 1921px) / 1519, 1px);
  }
}
@media screen and (min-width: 1921px) and (max-width: 3440px) and (min-width: 3440px) {
  .euFluid {
    font-size: 41px;
  }
}

/* MARK: Typekit */
/* MARK: euCtaBox */
@media (min-width: 1px) {
  .euCtaBox {
    margin: 15px 0;
    display: flex;
    justify-content: center;
    row-gap: 15px;
    column-gap: 15px;
    flex-wrap: wrap;
    line-height: 1.2;
    width: 100%;
    padding: 0 15px;
  }
}

/* MARK: euButtons */
@media (min-width: 1px) {
  .euButton {
    line-height: 1;
    padding: 15px 15px 16px 15px;
    font-size: 13px;
    letter-spacing: 0.01em;
    border: 1px solid #454545;
    background: rgb(255, 255, 255);
    transition: 0.2s;
    border-radius: 0;
    font-family: sofia-pro, sans-serif, sans-serif;
    color: #454545;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
  }
  .euButton:hover {
    background: #454545;
    color: #fff;
    transition: 0.2s;
  }
}

@media (min-width: 1px) {
  .euButton--underhover {
    display: inline-block;
    padding: 10px 10px 11px;
    text-decoration: none;
    line-height: 1.2;
    width: auto;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: bold;
    text-align: center;
    margin: 0;
    border: 0;
    border-bottom: 2px solid;
    background: rgba(0, 0, 0, 0);
    transition: 0.3s;
    border-radius: 0;
    padding-bottom: 11px;
    margin-bottom: 0;
    padding-left: 2px;
    padding-right: 2px;
    font-family: sofia-pro, sans-serif, sans-serif;
    color: #454545;
    border-color: #454545;
  }
  .euButton--underhover:hover {
    display: inline-block;
    padding: 10px 10px 11px;
    text-decoration: none;
    line-height: 1.2;
    width: auto;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: bold;
    text-align: center;
    margin: 0;
    background: rgba(0, 0, 0, 0);
    color: #454545;
    transition: 0.3s;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid;
    padding-bottom: 6px;
    margin-bottom: 5px;
    padding-left: 2px;
    padding-right: 2px;
    font-family: sofia-pro, sans-serif, sans-serif;
  }
}

@media (min-width: 1px) {
  .euButton--icy {
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(5px) !important;
    text-shadow: none !important;
    border: 1px solid #fff !important;
    font-family: sofia-pro, sans-serif !important;
    font-weight: 600 !important;
    font-style: normal !important;
    padding: 15px !important;
    margin: 0 !important;
    line-height: 1 !important;
    transition: 0.2s;
    color: #fff !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    display: inline-block !important;
  }
}
.euButton--icy:hover {
  text-shadow: none !important;
  padding: 15px !important;
  margin: 0 !important;
  transition: 0.2s;
  background: #fff !important;
  color: #454545 !important;
  font-family: sofia-pro, sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
}

.euButton--round {
  border-radius: 30px;
  padding: 15px 30px 17px;
}

/* MARK: Videos */
@media (min-width: 1px) {
  body:before {
    content: "tiny";
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 361px) {
  body:before {
    content: "smallest";
  }
}
@media (min-width: 481px) {
  body:before {
    content: "small";
  }
}
@media (min-width: 768px) {
  body:before {
    content: "medium";
  }
}
@media (min-width: 1281px) {
  body:before {
    content: "large";
  }
}
@media (min-width: 1921px) {
  body:before {
    content: "xlarge";
  }
}

@media (min-width: 1px) {
  #vid,
  .euVideo {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    object-fit: cover;
  }
  #euVidControl::before,
  .euVidControl::before {
    content: " ";
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    top: -4px;
    left: -4px;
    background: url("/on/demandware.static/-/Sites/default/wbp/ui/le-pause.svg");
    background-size: 36% auto;
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    opacity: 0.8;
  }
  #euVidControl.paused::before,
  .euVidControl.paused::before {
    background: url("/on/demandware.static/-/Sites/default/wbp/ui/le-play.svg");
    background-size: 34% auto;
    background-repeat: no-repeat;
    background-position-x: 56%;
    background-position-y: 50%;
  }
  #euVidControl,
  .euVidControl {
    border: 3px solid hsla(0, 0%, 100%, 0.8);
    height: 39px;
    width: 38px;
    position: absolute;
    bottom: 18px;
    left: 15px;
    border-radius: 100%;
    cursor: pointer;
    transition: 0.2s;
  }
  #euVidControl:hover,
  .euVidControl:hover {
    box-shadow: 0 0 3px #fff;
    border-color: #fff;
    background: #fff;
    transition: 0.2s;
  }
  #euVidControl:hover::before,
  .euVidControl:hover::before {
    filter: brightness(0.1) sepia(1) saturate(1);
    transition: 0.2s;
  }
  #euVidControl.paused::before,
  .euVidControl.paused::before {
    background: url("/on/demandware.static/-/Sites/default/wbp/ui/le-play.svg");
    background-size: 34% auto;
    background-repeat: no-repeat;
    background-position-x: 56%;
    background-position-y: 50%;
  }
  #euVidControl,
  .euVidControl {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
  }
  #euVidControl::before,
  .euVidControl::before {
    background: url("/on/demandware.static/-/Sites/default/wbp/ui/le-pause.svg");
    background-size: 36% auto;
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
  }
}
/* MARK: Hide & Show */
@media (max-width: 767px) {
  .euOuterWrapper .euHideForLarge--inline-block,
  .euFlexWrapper .euHideForLarge--inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) {
  .euOuterWrapper .euHideForLarge--inline-block,
  .euFlexWrapper .euHideForLarge--inline-block {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .euOuterWrapper .euHideForSmall--inline-block,
  .euFlexWrapper .euHideForSmall--inline-block {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .euOuterWrapper .euHideForSmall--inline-block,
  .euFlexWrapper .euHideForSmall--inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .euOuterWrapper .euHideForLarge--inline,
  .euFlexWrapper .euHideForLarge--inline {
    display: inline !important;
  }
}
@media (min-width: 768px) {
  .euOuterWrapper .euHideForLarge--inline,
  .euFlexWrapper .euHideForLarge--inline {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .euOuterWrapper .euHideForSmall--inline,
  .euFlexWrapper .euHideForSmall--inline {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .euOuterWrapper .euHideForSmall--inline,
  .euFlexWrapper .euHideForSmall--inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .euOuterWrapper .euHideForLarge--grid,
  .euFlexWrapper .euHideForLarge--grid {
    display: grid !important;
  }
}
@media (min-width: 768px) {
  .euOuterWrapper .euHideForLarge--grid,
  .euFlexWrapper .euHideForLarge--grid {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .euOuterWrapper .euHideForSmall--grid,
  .euFlexWrapper .euHideForSmall--grid {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .euOuterWrapper .euHideForSmall--grid,
  .euFlexWrapper .euHideForSmall--grid {
    display: grid !important;
  }
}

@media (max-width: 767px) {
  .euOuterWrapper .euHideForLarge--block,
  .euFlexWrapper .euHideForLarge--block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .euOuterWrapper .euHideForLarge--block,
  .euFlexWrapper .euHideForLarge--block {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .euOuterWrapper .euHideForSmall--block,
  .euFlexWrapper .euHideForSmall--block {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .euOuterWrapper .euHideForSmall--block,
  .euFlexWrapper .euHideForSmall--block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .euOuterWrapper .euHideForLarge--flex,
  .euFlexWrapper .euHideForLarge--flex {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .euOuterWrapper .euHideForLarge--flex,
  .euFlexWrapper .euHideForLarge--flex {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .euOuterWrapper .euHideForSmall--flex,
  .euFlexWrapper .euHideForSmall--flex {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .euOuterWrapper .euHideForSmall--flex,
  .euFlexWrapper .euHideForSmall--flex {
    display: flex !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .euOuterWrapper .euShowForTablet--block,
  .euOuterWrapper .euShowForTablet--block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .euOuterWrapper .euShowForTablet--inline-block,
  .euOuterWrapper .euShowForTablet--inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .euOuterWrapper .euShowForTablet--grid,
  .euOuterWrapper .euShowForTablet--grid {
    display: grid !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .euOuterWrapper .euShowForTablet--flex,
  .euOuterWrapper .euShowForTablet--flex {
    display: flex !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .euOuterWrapper .euHideForTablet {
    display: none !important;
  }
}

@media (min-width: 1px) {
  .euHero__main,
  .euSection__main,
  .euSection__question,
  .euSection__answer,
  .euSection--faq .euSection__sub {
    font-family: big-caslon-fb, serif;
  }
  .euHero__sub,
  .euSection__sub,
  .euSection__list {
    font-family: sofia-pro, sans-serif;
  }
  .euSection__main,
  .euSection__list,
  .euSection__question {
    line-height: 1.2;
  }
  .euSection__answer,
  .euSection__sub,
  .euHero__sub {
    line-height: 1.6;
  }
}
@media (min-width: 1px) {
  .euHero--affiliate .euHero {
    text-align: center;
  }
  .euHero--affiliate .euHero__fig {
    padding-bottom: 100%;
    position: relative;
    margin-bottom: 1.6em;
  }
  .euHero--affiliate .euHero__copy {
    top: 90%;
    transform: translate(-50%, -100%);
  }
  .euHero--affiliate .euHero__main {
    text-align: center;
    font-size: 220%;
  }
  .euHero--affiliate .euHero__sub {
    margin-bottom: 1.6em;
    text-align: center;
    margin: 8px 8px 1.6em 8px;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .euHero--affiliate .euHero__sub {
    font-size: 18px !important;
  }
}
@media (min-width: 768px) {
  .euHero--affiliate .euHero__fig {
    padding-bottom: 37.56%;
  }
  .euHero--affiliate .euHero__main {
    text-align: center;
  }
  .euHero--affiliate .euHero__sub {
    margin: 30px 30px 1.6em 30px;
    text-align: center;
    font-size: 100%;
  }
}
@media (min-width: 992px) {
  .euHero--affiliate .euHero__fig {
    padding-bottom: 37.56%;
  }
  .euHero--affiliate .euHero__main {
    text-align: left;
  }
  .euHero--affiliate .euHero__sub {
    margin: 30px 30px 1.6em 0;
    text-align: left;
  }
}

@media (min-width: 1px) {
  .euSection--list {
    width: 100%;
    position: relative;
    display: grid;
    grid-template: auto auto/1fr;
    justify-content: center;
    align-items: center;
  }
  .euSection--list .euSection__main {
    font-size: 220%;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .euSection--list .euSection__wrap {
    display: block;
  }
  .euSection--list .euSection__fig {
    padding-bottom: 111.875%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .euSection--list .euSection__list {
    padding: 0 4vw 15px;
    display: grid;
    justify-content: center;
    align-items: center;
    list-style: none;
  }
  .euSection--list .euSection__list li::before {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: -34px;
    display: inline-block;
    width: 24px;
    height: 24px;
    content: " ";
    background: url(https://staging.landsend.co.uk/on/demandware.static/-/Sites-LandsEndUK-Library/en_GB/wbp-uk/img/20260708-affiliate/checkmark-bullet-large.webp);
    background-size: 100% 100%;
  }
  .euSection--list .euSection__list li {
    margin: 12px 0 12px 30px;
    position: relative;
    font-size: 18px;
    line-height: 1.46;
  }
}
@media (min-width: 768px) {
  .euSection--list {
    grid-template: 1fr/1fr 1fr;
    justify-content: center;
    align-items: center;
  }
  .euSection--list .euSection__main {
    text-align: left;
  }
  .euSection--list .euSection__wrap {
    display: inline-block;
  }
  .euSection--list .euSection__sub {
    margin-top: 8px;
  }
  .euSection--list .euSection__list {
    padding: 0 30px 15px;
    display: grid;
    justify-content: center;
    align-items: center;
    list-style: none;
  }
  .euSection--list .euSection__list li::before {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: -34px;
    display: inline-block;
    width: 24px;
    height: 24px;
    content: " ";
    background: url(https://staging.landsend.co.uk/on/demandware.static/-/Sites-LandsEndUK-Library/en_GB/wbp-uk/img/20260708-affiliate/checkmark-bullet-large.webp);
    background-size: 100% 100%;
  }
  .euSection--list .euSection__img {
    width: 85.851%;
  }
  .euSection--list .euSection__list li {
    margin: 8px 0 8px 30px;
    position: relative;
    font-size: 100% !important;
  }
  .euSection--list.euRev--tab .euSection__img {
    order: 2;
    margin-left: 15%;
  }
  .euSection--list.euRev--tab .euSection__list {
    order: 1;
  }
  .euSection--list .euSection__fig {
    padding-bottom: 125%;
    width: 100%;
  }
  .euSection--list .euCtaBox {
    justify-content: left;
    padding-left: 0;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .euSection--list.euRev--desk .euSection__img {
    order: 2;
    margin-left: 15%;
  }
  .euSection--list.euRev--desk .euSection__list {
    order: 1;
  }
  .euSection--list.euRev--tab .euSection__img {
    order: 1;
    margin-left: 0;
  }
  .euSection--list.euRev--tab .euSection__list {
    order: 2;
  }
}
@media (min-width: 1921px) {
  .euSection--list .euSection__list li::before {
    left: -2vw;
    display: inline-block;
    width: 1.4vw;
    height: 1.4vw;
    content: " ";
    background: url(https://staging.landsend.co.uk/on/demandware.static/-/Sites-LandsEndUK-Library/en_GB/wbp-uk/img/20260708-affiliate/checkmark-bullet.svg);
    background-size: 100% 100%;
  }
}

@media (min-width: 1px) {
  .euSection--faq {
    background: #f3f1eb;
    padding: 8px 30px;
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .euSection--faq {
    padding: 30px 30px;
  }
}
@media (min-width: 1px) {
  .euSection--faq .euSection__main {
    font-size: 220%;
    text-align: center;
    margin: 15px 0 0 0;
  }
  .euSection--faq .euSection__sub {
    text-align: center;
    font-size: 18px;
    margin: 15px 0 20px 0;
  }
  .euSection--faq .euSection__question {
    cursor: pointer;
    position: relative;
    padding-right: 30px;
    font-size: 22px;
  }
  .euSection--faq .euSection__answer {
    display: none;
    font-size: 16px;
    padding-bottom: 1.6em;
  }
  .euSection--faq .euSection__question.euAccordion:after {
    content: " ";
    width: 15px;
    height: 15px;
    background: url(https://staging.landsend.co.uk/on/demandware.static/-/Sites-LandsEndUK-Library/en_GB/wbp-uk/ui/chevron-right-solid.svg);
    display: inline-block;
    position: absolute;
    right: 0;
    background-size: 100% 100%;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.2s;
    top: 50%;
  }
  .euSection--faq .euSection__question.euAccordion.active:after {
    transform: rotate(-90deg);
    transition: 0.2s;
  }
}
@media (min-width: 768px) {
  .euSection--faq .euSection__main {
    font-size: 280%;
  }
  .euSection--faq .euSection__sub {
    font-size: clamp(18px, 100%, 20px) !important;
    margin: 15px 0 30px 0;
  }
  .euSection--faq .euSection__question {
    font-size: clamp(18px, 140%, 25px);
  }
  .euSection--faq .euSection__answer {
    padding-bottom: 1.6em;
  }
}

@media (min-width: 1px) {
  .euMobileExpander {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    display: grid;
    grid-template: auto 35px/1fr;
    z-index: 1;
    transition: 0.3s;
  }
  .euMobileExpander::after {
    width: auto;
    min-height: auto;
    position: absolute;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(253, 251, 249) 110%);
    z-index: 2;
    display: block;
    content: "...";
    transform: translate(-50%, -50%);
    left: 50%;
    top: calc(95% - 34px);
    color: #454545;
    opacity: 0.5;
  }
  .euMobileExpander.is-expanded {
    z-index: 2;
    transition: 0.3s;
  }
  .euMobileExpander.is-expanded:after {
    opacity: 0;
    transition: 0.35s;
  }
}
@media (min-width: 768px) {
  .euMobileExpander {
    display: none;
  }
}
@media (min-width: 1px) {
  .euMobileExpander p {
    height: 126px;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    margin-bottom: 12px;
    padding-bottom: 12px;
    transition: 0.3s;
    text-align: inherit;
    line-height: 1.6;
  }
  .euMobileExpander p::after {
    width: 100vw;
    min-height: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(253, 251, 249) 110%);
    z-index: 2;
    display: block;
    content: " ";
    opacity: 1;
    transition: 0.3s;
    top: 0;
  }
  .euMobileExpander.is-expanded p {
    height: auto;
    height: calc-size(auto, size);
    transition: 0.3s;
  }
  .euMobileExpander.is-expanded p:after {
    opacity: 0;
    transition: 0.3s;
  }
}
@media (min-width: 1px) {
  .euMobileExpander__more {
    max-width: 150px;
    max-height: 45px;
    background: transparent;
    border: 0;
    font-family: sofia-pro, sans-serif;
    text-transform: uppercase;
    color: #454545;
    font-weight: 600;
    margin: auto;
    position: relative;
  }
  .euMobileExpander__more::before {
    content: "Read more";
  }
  .euMobileExpander.is-expanded .euMobileExpander__more::before {
    content: "View less";
  }
  .euMobileExpander__more::after {
    content: " ";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%) rotate(90deg);
    left: 100%;
    background: url("https://staging.landsend.co.uk/on/demandware.static/-/Sites-LandsEndUK-Library/en_GB/wbp-uk/ui/chevron-right-solid.svg");
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    transition: 0.3s;
  }
  .euMobileExpander.is-expanded .euMobileExpander__more::after {
    transform: translate(0, -50%) rotate(-90deg);
    transition: 0.3s;
  }
}
@media (min-width: 1400px) {
  .euHero--affiliate .euHero__main,
  .euSection--list .euSection__main {
    font-size: 40px;
  }
  .euSection--faq .euSection__main {
    font-size: 50px;
  }
  .euHero--affiliate .euHero__sub,
  .euSection--list .euSection__sub,
  .euSection--list .euSection__list li {
    font-size: 14px !important;
  }
}
@media (min-width: 1921px) {
  .euSection .euSection__list li::before {
    left: -34px;
    display: inline-block;
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 768px) {
  .euSection--list .euSection__list {
    padding: 0 12px 15px;
  }
  .euSection--faq .euSection__question {
    padding-left: 0;
    padding-right: 35px;
  }
}
