@charset "UTF-8";
@import "vdp-banner.css";
@import "vdp-cards.css";
@import "vdp-slider.css";
@import "home-delivery-badge.css";
@import "../price-history-module.css";

.re-fetch-autocheck {
    padding: 1rem 0;
}
.ws-para-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.ws-text {
    display: flex;
    flex-direction: column;
    max-width: 45rem;
    @media (max-width: 768px) {
        text-align: center;
    }
}

.ws-header-text {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: -0.48px;
    @media (max-width: 1268px) {
        margin-bottom: 1rem;
        line-height: 32px;
    }
}
.window-sticker-section-body .money-back-badge{
    width: 10.8rem;
    height: 7.5rem;
}
@media (max-width: 768px) {
    .window-sticker-section-body .btn-margin{
        margin-top: 2.8rem;
    }
}
.window-sticker-section-body {
    display: flex;
    column-gap: 3rem;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 3.4rem 4rem 3.4rem 3.3rem;
    @media (max-width: 768px) {
        flex-direction: column;
        padding: 1.8rem 1.5rem 1.7rem;
    }
    @media (max-width: 1199px) {
        padding: 1.8rem 1.5rem 2rem;
    }
}
a .normal_weight,
button .normal_weight,
.normal_weight {
    font-weight: normal;
}

.main-phone-link .ico-phone{
    margin-bottom: .3rem;
}
.main-phone-link {
    display: block;
    margin: auto;
    width: fit-content;
    padding-top: 1.5rem;
}
/*Google sign-in button*/
.abcRioButton {
    margin: auto;
}

.vdp-custom-description {
    margin-top: 15px;
}

/** truecar: */
.vdp-custom-description-truecar-remote div {
    font-weight: 600;
    text-align: center;
    margin: 10px 0;
}

.vdp-custom-description-truecar-remote .truecar-logo {
    height: 50px;
    width: 50px;
}

.vdp-custom-description-truecar-remote ul {
    list-style: none;
    margin: 0;
}

.inherit-color {
    color: inherit;
}
.form__actions .warning_table {
    margin-bottom: 1.5em;
}

.hidden_slide {
    display: none;
}

/* ------------------------------------------------------------ *\
	Insight
\* ------------------------------------------------------------ */
.insight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .insight {
      display: block;
    }
}
.insight .insight__aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22.7rem;
            flex: 0 0 22.7rem;
    background: #E6EFF5;
    text-align: center;
    padding: 4.2rem 1rem;
    border-bottom-left-radius: 0.8rem;
    line-height: 1.36;
    font-weight: 600;
    position: relative;
    z-index: 3;
}
.insight .insight__aside .tooltip {
    text-align: left;
    font-weight: normal;
}
@media (max-width: 1199px) {
    .insight .insight__aside {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 20rem;
              flex: 0 0 20rem;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .insight .insight__aside {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-align: left;
      padding: 3.3rem 1.6rem 6.4rem;

        -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      border-radius: 0;
      /*overflow: hidden;*/
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .insight .insight__aside p.desktop_description {
        display: none;
    }
}


.insight .insight__aside h4 {
    font-weight: 600;
    margin-bottom: 1.4rem;
}
.insight .insight__aside .strong_price strong {
    font-weight: 700;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .insight .insight__aside .insight_text{
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .insight .insight__aside h4 {
        margin: 0;
        line-height: 1.36;
        letter-spacing: -0.01em;
    }

    .insight .insight__aside .strong_price h4{
        font-size: 2.4rem;
    }
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .insight .insight__aside .insight_text{
        font-size: 1.6rem;
        line-height: 1.36;
        margin: 0.6rem 0 0 0.3rem;
        letter-spacing: 0;
    }
}
.insight .insight__icon {
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fff;
    margin: 0 auto 1.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .insight .insight__icon {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
      margin: 0.5rem 1.4rem 0 0;
    }
}
.insight .insight__aside-graphic {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    z-index: -1;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .insight .insight__aside-graphic {
      bottom: -0.4rem;
      left: calc(50% - 1.9rem);
      text-align: right;
    }
}
.insight .insight__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    background: #fff;
    padding: 2.2rem 4rem 2.7rem;
    border-bottom-right-radius: 0.8rem;
}
@media (max-width: 1199px) {
    .insight .insight__content {
      padding: 2rem 1.5rem;
    }
}
.insight .insight__actions {
    border-top: 0.1rem solid #D2D5D7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 2.4rem;
    margin-top: 0.5rem;
}
@media (max-width: 1199px) {
    .insight .insight__actions {
      display: block;
      padding-top: 1.5rem;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .insight .insight__actions {
      padding-top: 2.5rem;
      line-height: 1.25;
    }
}
.insight .insight__actions p {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    margin: 0 2rem 0 0;
}
@media (max-width: 1199px) {
    .insight .insight__actions p {
      margin: 0 0 1rem;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .insight .insight__actions p {
      margin-bottom: 1.6rem;
    }
}
.insight .insight__actions a {
    /*padding: 0.8rem 1rem;*/
    min-width: 29.3rem;
    font-weight: 600;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .insight .insight__actions a {
      min-width: auto;
      width: 100%;
    }
}
/* ------------------------------------------------------------ *\
	List stars
\* ------------------------------------------------------------ */
.list-stars {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.list-stars li {
    margin-right: 0.1rem;
}
.list-stars li:last-child {
    margin: 0;
}
/* ------------------------------------------------------------ *\
	List words
\* ------------------------------------------------------------ */
.list-words {
    padding-left: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .list-words {
      padding: 0 1rem 0 2.4rem;
    }
}
.list-words li {
    padding-left: 3.3rem;
    list-style-type: none;
    position: relative;
}
.list-words li:before {
    content: attr(data-marker);
    display: block;
    font-size: inherit;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
}
.list-words li + li {
    margin-top: 0.1rem;
}
/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
.list {
    padding-left: 1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .list {
      padding-left: 1.3rem;
    }
}
.list li {
    padding-left: 1.9rem;
    list-style-type: none;
    position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .list li {
      padding-left: 2.2rem;
    }
}
.list li:before {
    content: "";
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    background: currentColor;
    position: absolute;
    top: 0.9rem;
    left: 1rem;
}
.list li + li {
    margin-top: 0.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .list li + li {
      margin-top: 0.5rem;
    }
}
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
.main {
    overflow: hidden;
}
/* ------------------------------------------------------------ *\
	Question
\* ------------------------------------------------------------ */
.question {
    padding-right: 3rem;
    letter-spacing: -0.01em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .question {
      padding-right: 0;
    }
}
.question h5 {
    margin-bottom: 1.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .question h5 {
      margin-bottom: 1.8rem;
    }
}
.question p {
    margin-bottom: 1.8rem;
}
.question p:last-child {
    margin-bottom: 0;
}
.question ul {
    padding-left: 1.9rem;
    font-size: 1.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .question ul {
      padding-left: 2.2rem;
      line-height: 1.46;
    }
}
.question li {
    padding: 0 7rem 0 1.2rem;
    list-style-type: none;
    position: relative;
    letter-spacing: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .question li {
      padding: 0 0 0 1.3rem;
    }
}
.question li + li {
    margin-top: 0.5rem;
}
.question li:before {
    content: "";
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    background: #333333;
    border-radius: 50%;
    position: absolute;
    top: 1rem;
    left: 0;
}
/* ------------------------------------------------------------ *\
	Questions
\* ------------------------------------------------------------ */
.questions .questions__item + .questions__item {
    margin-top: 3.4rem;
    padding-top: 3.3rem;
    border-top: 0.1rem solid #D2D5D7;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .questions .questions__item + .questions__item {
      margin-top: 2.7rem;
      padding-top: 2.4rem;
    }
}
/* ------------------------------------------------------------ *\
	Savings Counter
\* ------------------------------------------------------------ */
.savings-counter {
    margin-bottom: 3.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .savings-counter {
      margin-bottom: 2.5rem;
    }
}
.savings-counter .savings__sign {
    display: inline-block;
    margin-right: 1rem;
    font-size: 6rem;
    color: #D2D5D7;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .savings-counter .savings__sign {
      margin-right: 0.6rem;
      font-size: 3rem;
    }
}
.savings-counter .savings__number {
    -webkit-box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.15), 0 0 0.7rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.15), 0 0 0.7rem rgba(0, 0, 0, 0.15);
}
.savings-counter .savings__numbers span.savings_number:nth-last-child(3n) {
    margin-left: 2rem;
    position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .savings-counter .savings__numbers span.savings_number:nth-last-child(3n) {
      margin-left: 0.8rem;
    }
}
.savings-counter .savings__numbers span.savings_number:nth-last-child(3n):after {
    content: ",";
    position: absolute;
    left: -1.6rem;
    bottom: 0.9rem;
    font-size: 4rem;
    color: #D2D5D7;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .savings-counter .savings__numbers span.savings_number:nth-last-child(3n):after {
      font-size: 2rem;
      left: -0.7rem;
      bottom: 0.5rem;
    }
}
.savings-counter .savings__numbers span.savings_number:first-child {
    margin-left: 0;
}
.savings-counter .savings__numbers span.savings_number:first-child:after {
    display: none;
}
/* ------------------------------------------------------------ *\
	Section Cards
\* ------------------------------------------------------------ */
.section-cards {
    padding: 10rem 0;
    background: #F8FAFB;
    overflow: hidden;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-cards {
      padding: 4.8rem 0;
    }
}
.section-cards h2 {
    margin-bottom: 4.8rem;
    text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-cards h2 {
      max-width: 85%;
      margin: 0 auto 3.1rem;
    }
}
.section-cards .section__inner--alt {
    padding: 0 0.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-cards .section__inner--alt {
      padding: 0;
    }
}
/* ------------------------------------------------------------ *\
	Section FAQ
\* ------------------------------------------------------------ */
.section-faq {
    padding: 5rem 0 10rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-faq {
      padding: 2.4rem 0 4.8rem;
    }
}
.section-faq .section__head {
    margin-bottom: 6.3rem;
    text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-faq .section__head {
      margin-bottom: 3.2rem;
    }
}
.section-faq .section__body {
    margin-bottom: 5.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-faq .section__body {
      margin-bottom: 4.3rem;
    }
}
.section-faq .section__actions {
    text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-faq .section__actions a {
      display: block;
    }
}
/* ------------------------------------------------------------ *\
	Section Number
\* ------------------------------------------------------------ */
.section-number {
    padding: 10rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-number {
      padding: 5rem 0;
    }
}
.section-number h2 {
    margin-bottom: 1.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-number h2 {
      margin-bottom: 3.1rem;
    }
}
.section-number .section__inner {
    margin: 0 auto;
    max-width: 88.5rem;
}
.section-number .section__head {
    margin: 0 auto 6.4rem;
    max-width: 60rem;
    text-align: center;
    letter-spacing: -0.01em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-number .section__head {
      margin-bottom: 2.7rem;
      padding: 0 2rem;
    }
}
/* ------------------------------------------------------------ *\
	Section Partners
\* ------------------------------------------------------------ */
.section-partners {
    padding: 2.2rem 0 0.6rem;
    border-bottom: 0.1rem solid rgba(210, 213, 215, 0.5);
}
/* ------------------------------------------------------------ *\
	Section primary
\* ------------------------------------------------------------ */
.section-primary {
    padding: 2.8rem 0 5.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-primary {
      padding: 1.5rem 0 3rem;
    }
}
.section-primary .section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media (max-width: 1023px) {
    .section-primary .section__inner {
      display: block;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-primary .section__figure {
      text-align: center;
      margin-bottom: 3.2rem;
    }
}
.section-primary .section__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-primary .section__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap;
    }
}
.section-primary .section__offers,
.section-primary .section__availability {
    margin-bottom: 5.7rem;
}
@media (max-width: 1199px) {
    .section-primary .section__offers,
    .section-primary .section__availability {
      margin-bottom: 3rem;
    }
}

.section-primary .section__insights {
    margin-bottom: 0;
}
.section-primary .section__block {
    margin-bottom: 4.8rem;
}
@media (max-width: 1199px) {
    .section-primary .section__insights,
    .section-primary .section__block {
      margin-bottom: 3.3rem;
    }
}
.section-primary .section__block {
    border-radius: 0.8rem;
    background: #fff;
    border: 0.1rem solid #D2D5D7;
}
.section__block--vehicle-info .section__block-head {
    display: flex;
    /*display: block;*/
}
.section-primary .section__block-head {
    padding: 2.3rem 2.3rem;
    border-bottom: 0.1rem solid rgba(114, 117, 119, 0.26);
}
@media (max-width: 1023px) {
    .section-primary .section__block-head {
      padding: 1.5rem 1.5rem;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-primary .section__block-head h4 {
      font-size: 2rem;
      line-height: 1.4;
    }
}
.section-primary .section__block-body--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-primary .section__block-body--flex {
      display: block;
    }
}
.section-primary .section__block-foot {
    padding: 2.5rem 1.5rem 2.4rem;
    background: #F8FAFB;
    text-align: center;
    border-radius: 0 0 0.8rem 0.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-primary .section__block-foot {
      padding: 1.6rem 1.5rem 1.7rem;
    }
}
.section-primary .section__block-foot a {
    font-weight: 600;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-primary .section__block-foot a {
      white-space: normal;
    }
}
.section-primary .section__value-bug-variations {
    margin-bottom: 4rem;
}
.section-primary .section__block--vehicle-info .section__block-body {
     overflow: hidden;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-primary .section__block--vehicle-history .section__block-foot {
      padding: 1.3rem 2.5rem;
    }
}

.section-primary .section__block--payment-calculator .section__block-foot {
    font-size: 1.2rem;
    line-height: 1.42;
    text-align: left;
    padding: 1.7rem 1.9rem 1.7rem;
}
@media (max-width: 1399px) {
    .section-primary .section__block--payment-calculator .section__block-foot {
      padding-left: 2.3rem;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-primary .section__block--payment-calculator .section__block-foot {
      font-size: 1rem;
      line-height: 1.5;
      padding: 1.4rem 1.1rem 0.9rem 1.4rem;
    }
}
.section-primary .section__block--payment-calculator .section__block-foot p {
    margin-bottom: 0;
}
.section-primary .section__block--seller-info .section__block-body {
    padding: 2.6rem 2.4rem 1.3rem;
}
@media (max-width: 1199px) {
    .section-primary .section__block--seller-info .section__block-body {
      padding: 2rem 1.5rem 1rem;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-primary .section__block--seller-info .section__block-body {
      padding: 3.3rem 1.5rem 3.3rem;
    }
}
.section-primary .section__block--seller-info .section__block-foot {
    background: none;
    padding: 0;
    overflow: hidden;
}
.section-primary .section__block--seller-info .section__cols {
    margin: 0 -2rem;
}
@media (max-width: 1199px) {
    .section-primary .section__block--seller-info .section__cols {
      margin: 0 -1rem;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-primary .section__block--seller-info .section__cols {
      margin: 0;
    }
}
.section-primary .section__block--seller-info .section__col {
    padding: 0 2rem;
}
@media (max-width: 1199px) {
    .section-primary .section__block--seller-info .section__col {
      padding: 0 1rem;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-primary .section__block--seller-info .section__col {
      border-bottom: 0.1rem solid #D2D5D7;
      padding: 0 0 3.3rem;
      margin-bottom: 3.3rem;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-primary .section__block--seller-info .section__col:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0;
    }
}
.section-primary .section__directions {
    font-size: 1.4rem;
    line-height: 1.43;
}
.section-primary .section__directions h5 {
    font-size: 1.8rem;
    line-height: 1.33;
    letter-spacing: 0;
    font-weight: 700;
    margin-bottom: 0.9rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-primary .section__directions h5 {
      font-size: 1.6rem;
      line-height: 1.5;
      margin-bottom: 0.4rem;
    }
}
.section-primary .section__directions .lnk,
.section-primary .section__directions a {
    font-weight: 600;
    margin-bottom: 1.3rem;
    display: inline-block;
}
.section-primary .section__directions .lnk svg,
.section-primary .section__directions a svg {
    margin-right: 0.7rem;
}
.section-primary .section__info {
    padding-top: 0.6rem;
}
.section-primary .section__info p {
    margin-bottom: 1.6rem;
}
.section-primary .section__info-image {
    margin-bottom: 1.5rem;
}
.section-primary .section__info-list-checks {
    list-style-type: none;
    font-size: 1.4rem;
    line-height: 1.43;
    margin-left: -0.3rem;
    margin-bottom: 3.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-primary .section__info-list-checks {
      margin: 0 0 1.3rem;
    }
}
.section-primary .section__info-list-checks li {
    position: relative;
    padding-left: 2.4rem;
    margin-bottom: 0.8rem;
}
.section-primary .section__info-list-checks li:last-child {
    margin: 0;
}
.section-primary .section__info-list-checks li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.8rem;
    height: 1.8rem;
    background-image: url(../../images/icons/ico-check-orange.svg);
    background-size: cover;
    background-position: 50%;
}
.section-primary .section__info-list-actions {
    font-size: 1.4rem;
    line-height: 1.71;
    font-weight: 600;
    list-style-type: none;
}
.section-primary .section__info-list-actions li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1.1rem;
}
.section-primary .section__info-list-actions li:last-child {
    margin: 0;
}
.section-primary .section__info-list-actions li:before {
    content: "";
    position: absolute;
    top: 0.9rem;
    left: 0.4rem;
    width: 0.6rem;
    height: 0.6rem;
    background: #ACAEAF;
    border-radius: 50%;
}
.section-primary .section__info-list-actions a {
    font-weight: 600;
}
.section-primary .section__widgets-history {
    max-width: 80.6rem;
    margin: 0 auto;
    padding: 3rem 0.7rem 3.3rem 0;
}
@media (max-width: 1199px) {
    .section-primary .section__widgets-history {
      padding: 2rem 1rem;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-primary .section__widgets-history {
      padding: 2.9rem 1rem 2.6rem;
    }
}
.section-primary .section__advert {
    text-align: center;
    margin-bottom: 4.8rem;
}
.section-primary .section__lists-features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2.4rem 3.7rem 3rem 2.4rem;
}
@media (max-width: 1199px) {
    .section-primary .section__lists-features {
      padding: 1.5rem 2rem;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-primary .section__lists-features {
      font-size: 1.4rem;
      line-height: 1.57;
      padding: 2rem 1.4rem 3.1rem;
      margin-bottom: -2.3rem;
    }
}
.section-primary .section__list-features {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-primary .section__list-features {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      margin-bottom: 2.3rem;
    }
}
.section-primary .section__list-features ul {
    list-style-type: none;
}
.section-primary .section__list-features li {
    padding-left: 1.1rem;
    position: relative;
}
.section-primary .section__list-features li:after {
    /*unicode for bullet character (&bull doesn't work with `content`) */
    content: "\002022";
    position: absolute;
    top: 0;
    left: 0;
}
.section-primary .section__list-features h4 {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -0.01em;
    font-weight: 600;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-primary .section__list-features h4 {
      font-size: 1.4rem;
      line-height: 1.14;
      font-weight: 700;
      letter-spacing: 0;
    }
}
.section-primary .section__directions address {
    display: block;
    line-height: 1.43;
}
.section-primary .section__directions address span{
    display: block;
}
.section-primary .section__directions address span+span {
    margin-top: 1.8rem;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-primary .section__offers {
      margin-bottom: 3.3rem;
    }
}
.section-primary .section__aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30.3rem;
            flex: 0 0 30.3rem;
    margin-left: 8.1rem;
    padding-top: 0.3rem;
}
@media (max-width: 1399px) {
    .section-primary .section__aside {
      margin-left: 3rem;
    }
}
@media (max-width: 1199px) {
    .section-primary .section__aside {
      max-width: 25rem;
    }
}
@media (max-width: 1023px) {
    .section-primary .section__aside {
      display: none;
    }
}
.section-primary .section__aside img + img {
    margin-top: 2.5rem;
}
/* ------------------------------------------------------------ *\
	Section product info
\* ------------------------------------------------------------ */
.section-product-info {
    padding: 3.2rem 0 0;
    position: relative;
}
@media (max-width: 1023px) {
    .section-product-info {
      padding: 0;
    }
}
@media (max-width: 1023px) {
    .section-product-info .section__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap;
    }
}
.section-product-info .section__sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 15;
    background: #fff;
    border-bottom: 0.1rem solid #D2D5D7;
    padding: 1rem 0 0.9rem;
    -webkit-transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
    -o-transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
    transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
    transition: opacity 0.4s, visibility 0.4s, transform 0.4s, -webkit-transform 0.4s;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
}
@media (max-width: 1023px) {
    .section-product-info .section__sticky-header {
      display: none;
    }
}
.section-product-info .section__sticky-header.is-visible {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
    visibility: visible;
}
.section-product-info .section__sticky-header.is-bottom {
    position: absolute;
    bottom: 0;
    top: auto;
}
.section-product-info .section__sticky-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 0.7rem;
}
@media (max-width: 1023px) {
    .section-product-info .section__sticky-header-inner {
      padding-right: 0;
    }
}
.section-product-info .section__sticky-header-inner h4 {
    font-weight: 400;
    letter-spacing: -0.02em;
    margin: 0 10.3rem 0 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}
@media (max-width: 1199px) {
    .section-product-info .section__sticky-header-inner h4 {
      margin-right: 4rem;
    }
}
@media (max-width: 1023px) {
    .section-product-info .section__sticky-header-inner h4 {
      font-size: 2rem;
      margin-right: 2rem;
    }
}


.section-product-info .section__sticky-header-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.section-product-info .section__sticky-header-info a + a {
    margin-left: 1.8rem;
}
@media (max-width: 1023px) {
    .section-product-info .section__sticky-header-info a.heart {
      display: none;
    }
}
.section-product-info .section__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 4rem;
}
@media (max-width: 1023px) {
    .section-product-info .section__head {
      margin: 0.8rem 0 0;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap;
    }
}
.section-product-info .section__head-text {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% - 600px);
    flex-basis: calc(100% - 600px);
}
@media (max-width: 1023px) {
    .section-product-info .section__head-text {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
    }
}
.section-product-info .section__head-text h2 {
    letter-spacing: -0.01em;
    margin-bottom: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-product-info .section__head-text h2 {
      font-size: 2rem;
      /*line-height: 1.65;*/
      line-height: 1.4;
      font-weight: 600;
      letter-spacing: 0;
    }
}
.section-product-info .section__head-actions {
    margin-top: 3rem;
    display: none;
    @media (max-width: 1023px) {
        display: block;
        p {
          display: block;
          margin-top: 1.6rem;
        }
    }
}
.section-product-info .section__list-info {
    list-style-type: none;
    font-size: 1.8rem;
    line-height: 1.4;
    margin: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-product-info .section__list-info {
      font-size: 1.4rem;
      line-height: 1.56;
    }
}
.section-product-info .section__list-info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1023px) {
    .section-product-info .section__list-info a {
      display: none;
    }
}
.section-product-info .section__head-info {
    display: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-product-info .section__head-info {
      display: block;
    }
}
.section-product-info .section__head-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.section-product-info .section__insights {
    min-width: 31rem;
    border-radius: 0.8rem;
    border: 0.1rem solid #D2D5D7;
    position: relative;
    margin: 1rem 0 0 3.3rem;
    font-size: 1.4rem;
    line-height: 1.43;
    padding: 1.5rem 2.4rem 1.7rem;
}
@media (max-width: 1199px) {
    .section-product-info .section__insights {
      min-width: 30rem;
      margin-left: 2rem;
    }
}
@media (max-width: 1023px) {
    .section-product-info .section__insights {
      display: none;
    }
}
.section-product-info .section__insights h6 {
    margin-bottom: 0.5rem;
}
.section-product-info .section__insights-image {
    position: absolute;
    top: 0;
    right: 2rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #fff;
    padding: 0 0.7rem 0.9rem;
}
.section-product-info .section__photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 1023px) {
    .section-product-info .section__photo {
      display: block;
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
      margin: 0 -2rem;
    }
}
.section-product-info .section__sliders {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55.2%;
            flex: 0 0 55.2%;
    max-width: 55.2%;
    margin-right: 2.7rem;
}
@media (max-width: 1399px) {
    .section-product-info .section__sliders {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      margin-right: 2rem;
    }
}
@media (max-width: 1023px) {
    .section-product-info .section__sliders {
      max-width: none;
      margin: 0;
    }
}

.section-product-info .section__sliders_min_height {
    min-height: 150px;
}
@media (min-width: 500px) {
    .section-product-info .section__sliders_min_height {
      min-height: 250px;
    }
}
@media (min-width: 600px) {
    .section-product-info .section__sliders_min_height {
      min-height: 350px;
    }
}
@media (min-width: 700px) {
    .section-product-info .section__sliders_min_height {
      min-height: 400px;
    }
}

.section-product-info .section__availability {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
}
@media (max-width: 1023px) {
    .section-product-info .section__availability {
      display: none;
    }
}
/* ------------------------------------------------------------ *\
	Section recently viewed
\* ------------------------------------------------------------ */
.section-recently-viewed {
    padding: 6.1rem 0 5.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-recently-viewed {
      padding: 2.1rem 0 2.7rem;
    }
}
.section-recently-viewed .section__head {
    margin-bottom: 3.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-recently-viewed .section__head {
      margin-bottom: 2.9rem;
    }
}
.section-recently-viewed .section__head h4 {
    letter-spacing: -0.01em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-recently-viewed .section__head h4 {
      font-size: 2rem;
      line-height: 1.5;
    }
}
/* ------------------------------------------------------------ *\
	Section related products
\* ------------------------------------------------------------ */
.section-related-products {
    padding: 4.5rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-related-products {
      padding: 2.2rem 0 2.8rem;
    }
}
.section-related-products .section__related-products + .section__related-products {
    margin-top: 7rem;
}
@media (max-width: 1199px) {
    .section-related-products .section__related-products + .section__related-products {
      margin-top: 3.5rem;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-related-products .section__related-products + .section__related-products {
      margin-top: 3.2rem;
    }
}
.section-related-products .section__related-products + .section__disclaimer {
    margin-top: 8.5rem;
}
@media (max-width: 1199px) {
    .section-related-products .section__related-products + .section__disclaimer {
      margin-top: 6rem;
    }
}
.section-related-products .section__related-products-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 3.1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-related-products .section__related-products-head {
      display: block;
      margin-bottom: 1.6rem;
    }
}
.section-related-products .section__related-products-head h4 {
    letter-spacing: -0.01em;
    margin: 0 2.3rem 0 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-related-products .section__related-products-head h4 {
      font-size: 2rem;
      line-height: 1.4;
      letter-spacing: 0;
      margin: 0 0 0.3rem;
    }
}
.section-related-products .section__related-products-head a svg {
    margin-left: 0.6rem;
}
/* ------------------------------------------------------------ *\
	Section Savings
\* ------------------------------------------------------------ */
.section-savings {
    padding: 7rem 0 5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-savings {
      padding: 4.8rem 0 2.4rem;
    }
}
.section-savings h2 {
    margin-bottom: 1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-savings h2 {
      margin-bottom: 3rem;
    }
}
.section-savings h5 {
    font-weight: 400;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-savings h5 {
      font-size: 1.6rem;
    }
}
.section-savings .section__head {
    margin-bottom: 4.8rem;
    text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-savings .section__head {
      margin-bottom: 3.3rem;
    }
}
/* ------------------------------------------------------------ *\
	Section secondary
\* ------------------------------------------------------------ */
.section-secondary {
    padding: 6.7rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-secondary {
      padding: 2rem 0;
    }
}
.section-secondary .section__head {
    margin-bottom: 7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-secondary .section__head {
      margin-bottom: 4.7rem;
    }
}
.section-secondary .section__head-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0.8rem 0 0.1rem;
    margin-bottom: 4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-secondary .section__head-inner {
      padding: 0;
      margin-bottom: 2rem;
    }
}
.section-secondary .section__head-inner h4 {
    letter-spacing: -0.01em;
    margin: 0 0 0.6rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-secondary .section__head-inner h4 {
      font-size: 2rem;
      line-height: 1.5;
      margin-top: 0.3rem;
    }
}
.section-secondary .section__info-message {
    background: #E6EFF5;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.43;
    position: relative;
    padding: 1.4rem 8.5rem 1.4rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-secondary .section__info-message {
      padding: 0.5rem 2rem 0.5rem 1.7rem;
    }
}
.section-secondary .section__info-message > img ,
.section-secondary .section__info-message > svg {
    max-width: 2.2rem;
    margin-right: 1.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-secondary .section__info-message > img ,
    .section-secondary .section__info-message > svg {
      margin-right: 0;
    }
}
.section-secondary .section__info-message p {
    margin: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-secondary .section__info-message p {
      -webkit-box-flex: 1;
          -ms-flex: 1 1;
              flex: 1 1;
      max-width: 59%;
      margin: 0 auto;
    }
}
.section-secondary .section__info-message-close {
    position: absolute;
    top: 50%;
    right: 2.2rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: inline-block;
    text-decoration: none;
    line-height: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-secondary .section__info-message-close {
      position: static;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      margin-left: 1.9rem;
    }
}
.section-secondary .section__info-message-close:focus-visible:after {
    opacity: 1;
    visibility: visible;
}
.section-secondary .section__info-message-close:after {
    content: "";
    position: absolute;
    top: -0.4rem;
    left: -0.4rem;
    right: -0.4rem;
    bottom: -0.4rem;
    border: 0.2rem solid currentColor;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    -o-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
}
.section-secondary .section__info-message + .section__message-board {
    margin-top: 6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-secondary .section__info-message + .section__message-board {
      margin-top: 2rem;
    }
}
.section-secondary .section__message-board {
    max-width: 109.3rem;
    margin: 0 auto;
    border: 0.1rem solid #D2D5D7;
    border-radius: 0.8rem;
    font-size: 1.8rem;
    line-height: 1.56;
    letter-spacing: -0.01em;
    text-align: center;
    padding: 2.9rem 1.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-secondary .section__message-board {
      font-size: 1.6rem;
      line-height: 1.85;
      padding: 1.9rem 1.5rem 1.8rem;
    }
}
@media (max-width: 374px) {
    .section-secondary .section__message-board {
      font-size: 1.4rem;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-secondary .section__message-board p {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
}
.section-secondary .section__message-board a {
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600;
    color: #006FB9;
    margin-left: 0.7rem;
}
.section-secondary .section__message-board a svg {
    width: 0.8rem;
    height: 1.2rem;
    margin: 0.4rem 0 0 1rem;
}
.section-secondary .section__message-board-text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
}
.section-secondary .section__message-board-info {
    background: #F8FAFB;
    padding: 3.8rem 6rem 3.4rem 7.3rem;
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: -0.01em;
}
@media (max-width: 1023px) {
    .section-secondary .section__message-board-info {
      padding: 2.5rem 2rem;
    }
}
.section-secondary .section__message-board--alt {
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-secondary .section__message-board--alt {
      display: block;
      text-align: center;
    }
}
.section-secondary .section__message-board--alt .section__message-board-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-secondary .section__message-board--alt .section__message-board-text {
      padding: 2rem 0.5rem 1.8rem;
    }
}
.section-secondary .section__message-board--alt .section__message-board-text p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-secondary .section__message-board--alt .section__message-board-text p {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
}
.section-secondary .section__message-board--alt .section__message-board-text a {
    margin: 0.9rem 0 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-secondary .section__message-board--alt .section__message-board-text a {
      margin: 0;
    }
}
.section-secondary .section__message-board--alt .section__message-board-info {
    max-width: 50.5%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-secondary .section__message-board--alt .section__message-board-info {
      max-width: none;
      font-size: 1.4rem;
      line-height: 1.43;
      padding: 2.1rem 2rem;
    }
}
/*  Section secondary size1 */
.section-secondary--size1 {
    padding: 7rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-secondary--size1 {
      padding: 2.1rem 0;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-secondary--size1 .section__head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 3.8rem;
    }
}
.section-secondary--size1 .section__head-inner {
    margin-bottom: 4.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-secondary--size1 .section__head-inner {
      display: contents;
    }
}
.section-secondary--size1 .section__head-inner h4 {
    margin: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-secondary--size1 .section__head-inner h4 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
      margin-bottom: 2rem;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-secondary--size1 .section__sort {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-secondary--size1 .section__info-message {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      margin-bottom: 1.8rem;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-secondary--size1 .section__info-message p {
      max-width: 75%;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-secondary--size1 .section__message-board {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
    }
}
.section-secondary--size1 .section__info-message + .section__message-board {
    margin-top: 7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-secondary--size1 .section__info-message + .section__message-board {
      margin-top: 2.5rem;
    }
}
/*  Section secondary size2  */
.section-secondary--size2 {
    padding: 7.2rem 0 3.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-secondary--size2 {
      padding: 3.1rem 0 2.2rem;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-secondary--size2 .section__head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 1.6rem;
    }
}
.section-secondary--size2 .section__head-inner {
    margin-bottom: 6.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-secondary--size2 .section__head-inner {
      display: contents;
      margin: 0;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-secondary--size2 .section__head-inner h4 {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
      margin: 0 0 2.9rem;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-secondary--size2 .section__head-inner .link3 {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-secondary--size2 .section__message-board {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      margin-bottom: 4rem;
    }
}
/*  Section secondary recent searches  */
.section-secondary--recent-searches {
    padding: 6.1rem 0 2.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-secondary--recent-searches {
      padding: 2.4rem 0 2rem;
    }
}
.section-secondary--recent-searches .section__head {
    margin-bottom: 2.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-secondary--recent-searches .section__head {
      margin-bottom: 1.9rem;
    }
}
.section-secondary--recent-searches .section__head h4 {
    font-weight: 600;
    letter-spacing: -0.01em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-secondary--recent-searches .section__head h4 {
      font-size: 2rem;
      line-height: 1.5;
    }
}
/* ------------------------------------------------------------ *\
	Section settings
\* ------------------------------------------------------------ */
.section-settings {
    padding: 5rem 0 8.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-settings {
      padding: 1.1rem 0 2.9rem;
    }
}
.section-settings .section__head {
    margin-bottom: 2.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-settings .section__head {
      margin-bottom: 2.2rem;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-settings .section__head h4 {
      font-size: 2rem;
      line-height: 1.5;
    }
}
/* ------------------------------------------------------------ *\
	Section small
\* ------------------------------------------------------------ */
.section-small {
    line-height: 1.35;
    text-align: center;
    background: #E6EFF5;
    padding: 2.8rem 0rem 2.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-small {
      padding: 1.5rem 0;
    }
}
/* ------------------------------------------------------------ *\
	Section Table
\* ------------------------------------------------------------ */
.section-table {
    padding: 10rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-table {
      padding: 4.7rem 0;
    }
}
.section-table h2 {
    margin-bottom: 1.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-table h2 {
      margin-bottom: 3rem;
    }
}
.section-table .section__head {
    margin-bottom: 5.4rem;
    text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-table .section__head {
      margin-bottom: 3.7rem;
      padding: 0 3.5rem;
    }
}
@media (max-width: 374px) {
    .section-table .section__head {
      padding: 0 1rem;
    }
}
.section-table .section__head h5 {
    font-weight: 400;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-table .section__head h5 {
      font-size: 1.6rem;
    }
}
/* ------------------------------------------------------------ *\
	Wection
\* ------------------------------------------------------------ */
.section {
    background: #F8FAFB;
    padding: 10rem 0rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section {
      padding: 4.8rem 0;
    }
}
.section .section__head {
    margin-bottom: 4.9rem;
}
.section .section__actions {
    margin-top: 3.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section .section__actions {
      margin-top: 3.1rem;
      text-align: center;
    }
}
.section .section__actions span {
    margin-left: 1.8rem;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section .section__actions span {
      margin: 1.5rem 0 0;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section .section__actions a {
      display: block;
    }
}
/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select select::-ms-expand {
    display: none;
}
/* Shell Fluid */
.shell--fluid {
    max-width: none;
}
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.socials li {
    list-style-type: none;
}
.socials li + li {
    margin-left: 2.6rem;
}
.socials a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 1.9rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 3rem;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
    position: relative;
}
@media (hover: hover) {
    .socials a:hover {
      opacity: 0.5;
    }
    .socials a:focus-visible:before {
      opacity: 1;
    }
}
.socials img {
    height: 100%;
    max-height: 100%;
    width: auto;
}
/* ------------------------------------------------------------ *\
	Sort
\* ------------------------------------------------------------ */
.sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.4rem;
    line-height: 1.43;
    letter-spacing: -0.01em;
    font-weight: 300;
}
.sort p {
    margin: 0;
}
/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */
.table {
    padding-left: 0.3rem;
    font-size: 1.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .table {
      padding-left: 0;
    }
}
.table table {
    border-collapse: separate;
}
.table tbody td {
    padding: 1.4rem 1rem 1.6rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .table tbody td {
      padding: 1.1rem 0.5rem 1.1rem 0;
    }
}
.table tbody td:not(:first-child) {
    padding: 1.4rem 2rem 1.6rem;
    text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .table tbody td:not(:first-child) {
      padding: 1.1rem 0.5rem 1.1rem;
    }
}
.table tbody tr:not(:last-child) td {
    border-bottom: 0.1rem solid rgba(210, 213, 215, 0.5);
}
.table tr td:nth-child(2),
.table tr th:nth-child(2) {
    border-width: 0 0.1rem;
    border-style: solid;
    border-color: #DD390C;
}
.table tr:last-child td:nth-child(2) {
    border-width: 0 0.1rem 0.1rem;
    border-radius: 0 0 0.8rem 0.8rem;
}
.table tr:last-child td {
    padding: 1.4rem 0 3.3rem;
}
.table tr:last-child td:not(:first-child) {
    padding: 1.4rem 2rem 3.3rem;
}
.table tr:first-child th:nth-child(2) {
    border-width: 0.1rem 0.1rem 0;
    border-radius: 0.8rem 0.8rem 0 0;
}
.table th {
    padding: 2.4rem 1rem 1.2rem;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.01em;
}
@media (max-width: 1023px) {
    .table th {
      font-size: 1.8rem;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .table th {
      padding: 1.7rem 1rem 0;
      font-size: 1.6rem;
      line-height: 1.25;
    }
}
@media (max-width: 374px) {
    .table th {
      font-size: 1.4rem;
    }
}
.table h6 {
    margin-bottom: 0.3rem;
    letter-spacing: -0.01em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .table h6 {
      line-height: 1.375;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .table p {
      display: none;
    }
}
.table svg {
    margin-top: 0.7rem;
}
.table .table__col {
    width: 19.5%;
}
.table .table__col--size-1 {
    width: 53.56%;
}

/* ------------------------------------------------------------ *\
	Username
\* ------------------------------------------------------------ */
.username {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #75777B;
    padding: 0.9rem 2.3rem;
}
.username i {
    margin-right: 0.9rem;
}
/* ------------------------------------------------------------ *\
	Value bug
\* ------------------------------------------------------------ */
.value-bug {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.2rem;
    line-height: 1.33;
    letter-spacing: -0.01em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.value-bug p {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    margin-left: 0.5rem;
}
@media (min-width: 767.02px) and (max-width: 1199px) {
    .value-bug p {
      margin-left: 0.2rem;
    }
}
.value-bug strong {
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
    display: block;
    line-height: 1.2;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .value-bug strong {
      margin-bottom: 0.2rem;
    }
}
@media (max-width: 374px) {
    .value-bug strong {
      margin-bottom: 0;
    }
}
.value-bug strong span {
    font-weight: 800;
}
/* ------------------------------------------------------------ *\
	Values bug
\* ------------------------------------------------------------ */
.values-bug {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .values-bug {
      display: block;
    }
}
.values-bug .values__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-right: 6.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .values-bug .values__item {
      margin: 0 0 2rem;
    }
}
.values-bug .values__item:last-child {
    margin: 0;
}

.features-body .features__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2.4rem 3.7rem 2.5rem 2.4rem;
}
@media (max-width: 1199px) {
    .features-body .features__lists {
      padding: 1.5rem 2rem;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .features-body .features__lists {
      font-size: 1.4rem;
      line-height: 1.57;
      padding: 2.1rem 1.2rem 1.9rem;
    }
}
.features__lists {
    text-transform: capitalize;
}
.features-body .features__list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    list-style-type: none;
    margin: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .features-body .features__list-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
    }
}
.features-body .features__list-item li {
    padding-left: 1.1rem;
    position: relative;
}
.features-body .features__list-item li:after {
    /*unicode for bullet character (&bull doesn't work with `content`) */
    content: "\002022";
    position: absolute;
    top: 0;
    left: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .features-body .features__list-item li:after {
      left: 0.2rem;
    }
}


/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Select2 overwrites
\* ------------------------------------------------------------ */
.select2-container .select2-search--dropdown {
    display: none;
}

