.w-commerce-commercecartwrapper {
    display: inline-block;
    position: relative;
}

.w-commerce-commercecartopenlink {
    background-color: #3898ec;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    color: #fff;
    cursor: pointer;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    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-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecartopenlinkcount {
    display: inline-block;
    height: 18px;
    min-width: 18px;
    margin-left: 8px;
    padding-right: 6px;
    padding-left: 6px;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    background-color: #fff;
    color: #3898ec;
    font-size: 11px;
    line-height: 18px;
    font-weight: 700;
    text-align: center;
}

.w-commerce-commercecartcontainerwrapper {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.8);
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
    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;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
    position: absolute;
    top: 100%;
    left: 0px;
    right: auto;
    bottom: auto;
    background-color: transparent;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    position: absolute;
    left: auto;
    top: 100%;
    right: 0px;
    bottom: auto;
    background-color: transparent;
}

.w-commerce-commercecartcontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 480px;
    min-width: 320px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto;
    background-color: #fff;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
}

.w-commerce-commercecartheader {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e6e6e6;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.w-commerce-commercecartcloselink {
    width: 16px;
    height: 16px;
}

.w-commerce-commercecartformwrapper {
    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-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
}

.w-commerce-commercecartform {
    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-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
}

.w-commerce-commercecartlist {
    overflow: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
    -webkit-overflow-scrolling: touch;
}

.w-commerce-commercecartitem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.w-commerce-commercecartitemimage {
    width: 60px;
    height: 0%;
}

.w-commerce-commercecartiteminfo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 16px;
    margin-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
}

.w-commerce-commercecartproductname {
    font-weight: 700;
}

.w-commerce-commercecartoptionlist {
    text-decoration: none;
    padding-left: 0px;
    margin-bottom: 0px;
    list-style-type: none;
}

.w-commerce-commercecartquantity {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-top: 8px;
    padding-right: 6px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 60px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecartquantity::-webkit-input-placeholder {
    color: #999;
}

.w-commerce-commercecartquantity:-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecartquantity::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecartquantity::placeholder {
    color: #999;
}

.w-commerce-commercecartquantity:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecartfooter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #e6e6e6;
}

.w-commerce-commercecartlineitem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.w-commerce-commercecartordervalue {
    font-weight: 700;
}

.w-commerce-commercecartapplepaybutton {
    background-color: #000;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    color: #fff;
    cursor: pointer;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-decoration: none;
    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-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 8px;
    height: 38px;
    min-height: 30px;
}

.w-commerce-commercecartapplepayicon {
    width: 100%;
    height: 50%;
    min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
    background-color: #000;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    color: #fff;
    cursor: pointer;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    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-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 8px;
    height: 38px;
}

.w-commerce-commercequickcheckoutgoogleicon {
    display: block;
    margin-right: 8px;
}

.w-commerce-commercequickcheckoutmicrosofticon {
    display: block;
    margin-right: 8px;
}

.w-commerce-commercecartcheckoutbutton {
    background-color: #3898ec;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    color: #fff;
    cursor: pointer;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
}

.w-commerce-commercecartemptystate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 100px;
    padding-bottom: 100px;
    -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-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
}

.w-commerce-commercecarterrorstate {
    margin-top: 0px;
    margin-right: 24px;
    margin-bottom: 24px;
    margin-left: 24px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    background-color: #ffdede;
}

@media screen and (max-width: 479px) {
    .w-commerce-commercecartcontainerwrapper--cartType-modal {
        -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;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
        position: fixed;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -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;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
        position: fixed;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -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;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .w-commerce-commercecartquantity {
        font-size: 16px;
    }
}

body {
    font-family: Montserrat, sans-serif;
    color: #1a1b1f;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

h1 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 44px;
    line-height: 62px;
    font-weight: 400;
}

h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 50px;
    font-weight: 400;
}

h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 46px;
    font-weight: 400;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 38px;
    font-weight: 400;
}

h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 34px;
    font-weight: 500;
}

h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}

p {
    margin-bottom: 10px;
}

a {
    display: block;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    color: #43464d;
    text-decoration: underline;
}

a:hover {
    color: #32343a;
}

a:active {
    color: #43464d;
}

ul {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 40px;
    list-style-type: disc;
}

li {
    margin-bottom: 10px;
}

img {
    display: block;
}

label {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

blockquote {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 15px 30px;
    border-left: 5px solid #e2e2e2;
    font-size: 20px;
    line-height: 34px;
}

figure {
    margin-top: 25px;
    padding-bottom: 20px;
}

figcaption {
    margin-top: 5px;
    opacity: 0.6;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
}

.section {
    margin-right: 30px;
    margin-left: 30px;
}

.section.cc-store-home-wrap {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 100px;
    padding-bottom: 100px;
    border-top: 10px none #675b4f;
}

.section.cc-store-home-wrap.footer {
    border-top-style: none;
    background-color: #1a4174;
}

.section.cc-store-home-wrap.section2 {
    padding-top: 100px;
    padding-bottom: 100px;
    border: 1px none #000;
    background-color: transparent;
}

.section.cc-store-home-wrap.faq {
    padding-top: 60px;
    padding-bottom: 60px;
    border-top-style: none;
    background-color: #f6c256;
}

.section.cc-store-home-wrap.executive-order {
    padding-top: 60px;
    padding-bottom: 60px;
    border-top-style: none;
    background-color: #fde7a6;
}

.section.cc-store-home-wrap.footer {
    padding-bottom: 30px;
    border-top-style: none;
    background-color: #28728a;
    color: #10122c;
}

.section.cc-subscribe-form {
    margin-right: 0px;
    margin-left: 0px;
    background-color: #f4f4f4;
}

.section.section1 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 100px;
    padding-bottom: 100px;
    border-top: 10px none #675b4f;
    background-color: #d4f4eb;
}

.container {
    width: 100%;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
}

.container.cc-subscription-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: auto;
    padding-top: 130px;
    padding-bottom: 140px;
    -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;
    text-align: center;
}

.paragraph-tiny {
    font-size: 12px;
    line-height: 20px;
}

.paragraph-bigger {
    color: #181818;
    margin: 10px 0;
    opacity: 1;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    display: flex;
    align-items: center;
}

.paragraph-bigger.cc-bigger-light {
    margin-bottom: 25px;
    opacity: 1;
    color: #10122c;
    font-weight: 300;
}

.button {
    padding: 12px 25px;
    border-radius: 0px;
    background-color: #1a1b1f;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease,
        color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

.button:hover {
    background-color: #32343a;
    color: #fff;
}

.button:active {
    background-color: #43464d;
}

.button.cc-white-button {
    padding: 16px 35px;
    background-color: #fff;
    color: #202020;
    font-size: 14px;
    line-height: 26px;
}

.button.cc-white-button:hover {
    background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
    background-color: hsla(0, 0%, 100%, 0.9);
}

.label {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.label.cc-cart-remove-link {
    margin-top: 4px;
    margin-bottom: 5px;
    color: #a7a7a7;
    font-weight: 400;
    text-decoration: none;
}

.heading-jumbo-tiny {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    text-transform: uppercase;
}

.paragraph-light {
    opacity: 0.6;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0px;
    text-transform: none;
}

.paragraph-light.cc-subscribe-paragraph {
    width: 40%;
}

.heading-jumbo {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 64px;
    line-height: 80px;
    text-transform: none;
}

.heading-jumbo-small {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 50px;
    font-weight: 400;
    text-transform: none;
}

.logo-link {
    z-index: 1;
}

.logo-link:hover {
    opacity: 0.8;
}

.logo-link:active {
    opacity: 0.7;
}

.cart-footer {
    padding-top: 20px;
}

.status-message {
    padding: 9px 30px;
    background-color: #202020;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
}

.status-message.cc-error-message {
    background-color: #db4b68;
}

.product-name-text {
    font-size: 20px;
    line-height: 34px;
    font-weight: 500;
    text-transform: uppercase;
}

.product-name-text.cc-name-text-cart {
    font-size: 14px;
    line-height: 26px;
}

.cart-item-info-wrap {
    margin-top: -5px;
    margin-bottom: 5px;
    padding-right: 20px;
    padding-left: 20px;
}

.cart-quantity {
    display: block;
    height: auto;
    min-width: auto;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 0px;
    background-color: transparent;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0px;
}

.navigation-items {
    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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.cart {
    margin-left: 20px;
}

.navigation {
    display: none;
    padding: 30px 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.text-field {
    margin-bottom: 18px;
    padding: 21px 20px;
    border: 1px solid #e4e4e4;
    border-radius: 0px;
    -webkit-transition: border-color 400ms ease;
    transition: border-color 400ms ease;
    font-size: 14px;
    line-height: 26px;
}

.text-field:hover {
    border-color: #e3e6eb;
}

.text-field:active {
    border-color: #43464d;
}

.text-field:focus {
    border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
    color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
    color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
    color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
    color: rgba(50, 52, 58, 0.4);
}

.text-field.cc-subscribe-text-field {
    width: 330px;
    margin-right: 10px;
    margin-bottom: 0px;
}

.text-field.cc-subscribe-text-field:focus {
    border-color: #32343a;
}

.cart-list {
    padding-top: 20px;
    padding-bottom: 20px;
}

.cart-line-item {
    margin-bottom: 10px;
}

.navigation-item {
    padding-top: 9px;
    padding-bottom: 9px;
    opacity: 0.6;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.navigation-item:hover {
    opacity: 0.9;
}

.navigation-item:active {
    opacity: 0.8;
}

.navigation-item.w--current {
    opacity: 1;
    color: #1a1b1f;
    font-weight: 600;
}

.navigation-item.w--current:hover {
    opacity: 0.8;
    color: #32343a;
}

.navigation-item.w--current:active {
    opacity: 0.7;
    color: #32343a;
}

.icon {
    display: block;
}

.logo-image {
    display: block;
}

.remove-button {
    text-decoration: none;
}

.cart-header {
    padding-top: 16px;
    padding-bottom: 16px;
}

.navigation-wrap {
    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;
}

.cart-container {
    min-width: 400px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
}

.products-heading {
    margin-bottom: 0px;
    text-align: center;
}

.intro-header {
    display: none;
    height: 620px;
    margin-bottom: 100px;
    -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: #f4f4f4;
    background-image: url("../images/placeholder-1---wide.svg");
    background-position: 50% 50%;
    background-size: cover;
    color: #fff;
}

.intro-content {
    width: 70%;
    max-width: 1140px;
    margin-bottom: 20px;
    text-align: center;
}

.intro-text {
    width: 80%;
    margin-right: auto;
    margin-bottom: 35px;
    margin-left: auto;
}

.main-heading-wrap {
    margin-bottom: 0px;
    padding: 0px 160px 50px;
}

.subscribe-form {
    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;
}

.form-block {
    margin-top: 20px;
}

.footer {
    padding-top: 120px;
    padding-bottom: 60px;
    justify-items: start;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-areas: ". . . . ." ". . . . .";
    -ms-grid-columns: 2fr 30px 1fr 30px 1fr 30px 1.25fr 30px 1fr;
    grid-template-columns: 2fr 1fr 1fr 1.25fr 1fr;
    -ms-grid-rows: auto 30px auto;
    grid-template-rows: auto auto;
}

.footer-link {
    margin-bottom: 15px;
    opacity: 0.6;
    -webkit-transition: color 200ms ease, opacity 200ms ease;
    transition: color 200ms ease, opacity 200ms ease;
    font-size: 14px;
    text-decoration: none;
}

.footer-link:hover {
    opacity: 1;
}

.made-with-webflow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 70px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0.5;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    text-decoration: none;
}

.made-with-webflow:hover {
    opacity: 1;
}

.made-with-webflow:active {
    opacity: 0.8;
}

.links-section-footer {
    margin-top: 40px;
}

.webflow-logo-tiny {
    margin-top: -2px;
    margin-right: 8px;
}

.utility-page-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    padding: 30px;
    -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: #fff;
    text-align: center;
}

.protected-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 90px;
    padding-bottom: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.protected-heading {
    margin-bottom: 30px;
}

.protected-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;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.cart-option-list {
    margin-top: 0px;
    color: #a7a7a7;
    font-size: 14px;
    line-height: 26px;
}

.cart-option-wrap {
    margin-bottom: 0px;
}

.option-item-value {
    color: #1a1b1f;
}

.apple-pay {
    height: 42px;
}

.pay-with-browser {
    height: 42px;
}

.div-block {
    width: 200px;
    height: 200px;
}

.div-block.icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -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;
    padding-top: 20px;
    align-items: flex-start;
    background-color: #d4f4eb;
    text-align: center;
}

.div-block.icon.azul {
    margin-bottom: 25px;
    background-color: #ffffff;
}

.div-block.icon.gris {
    border-style: solid;
    border-width: 6px;
    border-color: hsla(0, 0%, 87.1%, 0.25);
    background-color: transparent;
}

.column {
    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;
}

.columns {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 30px 130px 40px;
    border-bottom: 1px none #dcdcdc;
}

.heading {
    display: block;
    margin: 10px auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    opacity: 1;
    color: #10122c;
    font-size: 24px;
    text-align: left;
}

.heading.blanco {
    margin-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
    color: #10122c;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}

.heading.center {
    margin-bottom: 10px;
    text-align: center;
}

.heading.denocumplir {
    font-size: 18px;
    line-height: 28px;
}

.column-2 {
    display: block;
    -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;
}

.column-2.center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.heading-2 {
    margin-top: 0px;
    margin-bottom: 45px;
    padding-right: 160px;
    padding-left: 80px;
    opacity: 1;
    color: #10122c;
    font-size: 32px;
    line-height: 48px;
    font-weight: 400;
    text-align: left;
}

.button-3 {
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    background: #e05294;
    border-radius: 0px 0px 6px 6px;
    font-weight: bold;
}

.button-3:hover {
    background-color: #c44982;
    color: #fff;
}

.button-3.centro {
    float: none;
    text-align: center;
}

.button-3.espa-ol {
    float: right;
    font-size: 14px;
    line-height: 24px;
}

.button-4 {
    margin: 10px;
    float: left;
    color: #28728a;
    background: #ffffff;
    border: 1px solid #28728a;
    box-sizing: border-box;
    border-radius: 6px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
}

.button-4:hover {
    background-color: #f4f4f4;
    color: #28728a;
}

.button-4.centro {
    float: none;
    text-align: center;
}

.button-4.espa-ol {
    float: right;
    font-size: 14px;
    line-height: 24px;
}

.button-5 {
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    color: #e05294;
    background: #ffffff;
    border: 1px solid #e05294;
    box-sizing: border-box;
    border-radius: 6px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
}

.button-5:hover {
    background-color: #f4f4f4;
    color: #e05294;
}

.button-5.centro {
    float: none;
    text-align: center;
}

.button-5.espa-ol {
    float: right;
    font-size: 14px;
    line-height: 24px;
}

.button-6 {
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    color: #ffffff;
    background: #d72578;
    border: 1px solid #e05294;
    box-sizing: border-box;
    border-radius: 6px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
}

.button-6:hover {
    background-color: #e05294;
    color: #f4f4f4;
}

.button-6.centro {
    float: none;
    text-align: center;
    margin: auto;
    max-width: fit-content;
}

.button-6.espa-ol {
    float: right;
    font-size: 14px;
    line-height: 24px;
}

.h2-2 {
    margin-top: 0px;
    margin-bottom: 80px;
    padding-left: 0px;
    text-align: center;
}

.heading2 {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    font-size: 32px;
    text-align: center;
}

.heading2.h-centro {
    color: #fff;
}

.heading2.h-centro {
    float: none;
    color: #10122c;
    font-weight: 600;
}

.text-block-2 {
    float: left;
    clear: none;
    opacity: 1;
    color: #10122c;
    font-size: 24px;
}

.body {
    border-top: 10px solid #28728a;
    border-bottom: 1px none #000;
}

.heading-3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 33px;
    display: flex;
    align-items: center;
    color: #181818;
}

.subtitle {
    margin-top: 1em;
    margin-bottom: 1em;
}

.header-logo {
    padding: 14px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: max-content;
    flex-direction: column;
    align-items: center;
}

.text-block-3 {
    display: block;
    margin-bottom: 20px;
    float: left;
    color: #505050;
    font-weight: 300;
    text-align: left;
}

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

.footer-title {
    color: #fff;
    text-align: center;
}

.footer-link {
    opacity: 1;
    color: #fff;
    font-weight: 300;
    text-align: center;
}

.footer-link:hover {
    opacity: 1;
    color: #4fb7d7;
}

.link-block {
    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: #4fb7d7;
}

.link-block.icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    clear: none;
    background-color: transparent;
    -webkit-transition-property: background-color;
    transition-property: background-color;
}

.link-block.icon:hover {
    background-color: #e8853b;
}

.column-3 {
    display: block;
    clear: none;
}

.div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: 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;
}

.section-2 {
    padding-top: 0px;
    padding-bottom: 30px;
    border-bottom: 1px none #dedede;
    background-color: #d4f4eb;
}

.div-block-3 {
    padding-right: 130px;
    padding-left: 180px;
}

.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-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;
}

.image-2 {
    margin-bottom: 10px;
    width: 320px;
    max-width: 100%;
}

.image-3 {
    display: none;
}

.bold {
    font-size: 24px;
    font-weight: 500;
}

.text-span {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
}

.heading-4 {
    font-weight: 500;
}

.text-block-4 {
    margin-top: 50px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
}

.first-button {
    margin-left: 0;
}

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

.notice .red-alert {
    color: #D72578;
}

.no-space {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.guttered {
    margin-top: 1em;
    margin-bottom: 1em;
}

@media screen and (max-width: 991px) {
    .section.section1 {
        padding-top: 100px;
    }
    .button {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .paragraph-light.cc-subscribe-paragraph {
        width: 60%;
    }
    .heading-jumbo {
        font-size: 56px;
        line-height: 70px;
    }
    .logo-link.w--current {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .menu-icon {
        display: block;
    }
    .navigation-items {
        background-color: #fff;
    }
    .cart {
        margin-right: 30px;
        margin-left: 0px;
    }
    .navigation {
        padding: 25px 30px;
    }
    .navigation-item {
        padding: 15px 30px;
        -webkit-transition: background-color 400ms ease, opacity 400ms ease,
            color 400ms ease;
        transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
        text-align: center;
    }
    .navigation-item:hover {
        background-color: #f7f8f9;
    }
    .navigation-item:active {
        background-color: #eef0f3;
    }
    .menu-button {
        padding: 0px;
    }
    .menu-button.w--open {
        background-color: transparent;
    }
    .intro-text {
        width: auto;
    }
    .main-heading-wrap {
        padding-right: 70px;
        padding-left: 70px;
    }
    .column {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .columns {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 10px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .heading-2 {
        padding-bottom: 30px;
    }
    .text-block-2 {
        float: none;
    }
    .body {
        padding-right: 0px;
        padding-left: 0px;
    }
    .header-logo {
        padding-right: 70px;
        padding-left: 70px;
    }
    .div-block-3 {
        margin-bottom: 25px;
        padding-right: 0px;
        padding-left: 0px;
        float: none;
    }
}

@media screen and (max-width: 767px) {
    .section {
        margin-right: 15px;
        margin-left: 15px;
    }
    .section.cc-store-home-wrap {
        margin-right: 15px;
        margin-left: 15px;
        padding-top: 40px;
        padding-bottom: 19px;
    }
    .section.cc-store-home-wrap.footer {
        margin-right: 0px;
        margin-left: 0px;
        padding-top: 30px;
    }
    .section.cc-store-home-wrap.section2 {
        margin-right: 0px;
        margin-left: 0px;
        padding-top: 50px;
        padding-bottom: 0px;
    }
    .section.cc-store-home-wrap.faq {
        margin-right: 0px;
        margin-left: 0px;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .section.cc-store-home-wrap.executive-order {
        margin-right: 0px;
        margin-left: 0px;
        padding-top: 30px;
    }
    .section.cc-store-home-wrap.footer {
        margin-right: 0px;
        margin-left: 0px;
        padding-top: 30px;
    }
    .section.section1 {
        margin: auto;
        padding-top: 40px;
        padding-bottom: 0px;
    }
    .container {
        text-align: center;
    }
    .container.cc-subscription-form {
        padding-right: 30px;
        padding-left: 30px;
    }
    .paragraph-bigger {
        font-size: 16px;
        line-height: 28px;
    }
    .heading-jumbo-tiny {
        font-size: 16px;
        line-height: 28px;
    }
    .paragraph-light.cc-subscribe-paragraph {
        width: 80%;
    }
    .heading-jumbo {
        font-size: 50px;
        line-height: 64px;
    }
    .heading-jumbo-small {
        font-size: 30px;
        line-height: 52px;
    }
    .logo-link {
        padding-left: 0px;
    }
    .cart-item-info-wrap {
        padding-right: 10px;
        padding-left: 10px;
    }
    .navigation {
        padding: 20px 30px;
    }
    .text-field.cc-subscribe-text-field {
        width: auto;
        margin-right: 0px;
        margin-bottom: 10px;
        text-align: center;
    }
    .cart-container {
        min-width: 360px;
    }
    .products-heading {
        padding-right: 20px;
        padding-left: 20px;
    }
    .intro-content {
        width: 80%;
    }
    .main-heading-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-right: 50px;
        padding-left: 50px;
        -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;
    }
    .subscribe-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .form-block {
        width: 90%;
        max-width: 470px;
    }
    .footer {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 100px;
        -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;
    }
    .logo-footer {
        margin-bottom: 70px;
    }
    .links-section-footer {
        margin-top: 10px;
        margin-bottom: 40px;
    }
    .utility-page-wrap {
        padding: 15px;
    }
    .column {
        padding-bottom: 30px;
    }
    .columns {
        display: block;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .heading {
        float: none;
        text-align: center;
    }
    .heading-2 {
        margin: 0 auto;
        text-align: center;
    }
    .buttonTravel {
        display: flex;
        align-items: flex-start;
        flex-wrap: nowrap;
        justify-content: center;
    }
    .button-3 {
        float: none;
    }
    .h2-2 {
        margin-bottom: 10px;
        padding-top: 0px;
        padding-left: 0px;
        float: none;
        text-align: center;
    }
    .text-block-2 {
        float: none;
    }
    .body {
        padding-right: 0px;
        padding-left: 0px;
    }
    .header-logo {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-right: 50px;
        padding-left: 50px;
        -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;
    }
    .text-block-3 {
        text-align: center;
    }
    .div-block-2 {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .first-button {
        margin-left: 10px;
    }

    .div-block.icon {
        margin-bottom: 20px;
        align-items: center;
    }
}

@media screen and (max-width: 479px) {
    h1 {
        font-size: 36px;
        line-height: 52px;
    }
    h2 {
        font-size: 34px;
        line-height: 46px;
    }
    .section.cc-store-home-wrap {
        margin-right: 0px;
        margin-left: 0px;
        padding: 40px 20px;
        border-top-style: none;
    }
    .section.cc-store-home-wrap.footer {
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 15px;
        padding-bottom: 40px;
        padding-left: 15px;
    }
    .section.cc-store-home-wrap.section2 {
        margin-right: 0px;
        margin-left: 0px;
        padding: 40px 20px 0px;
    }
    .section.cc-store-home-wrap.faq {
        margin-right: 0px;
        margin-left: 0px;
        padding: 70px 50px;
    }
    .section.cc-store-home-wrap.executive-order {
        margin-right: 0px;
        margin-left: 0px;
        padding: 70px 50px;
    }
    .section.cc-store-home-wrap.footer {
        margin-right: 0px;
        margin-left: 0px;
        padding: 40px 50px;
        -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;
    }
    .section.section1 {
        margin-right: 0px;
        margin-left: 0px;
        padding: 40px 20px;
        border-top-style: none;
    }
    .container.cc-subscription-form {
        padding-right: 15px;
        padding-left: 15px;
    }
    .button.cc-cart {
        padding-right: 16px;
        padding-left: 16px;
    }
    .paragraph-light.cc-subscribe-paragraph {
        width: 100%;
    }
    .heading-jumbo {
        font-size: 36px;
        line-height: 48px;
    }
    .cart-item-info-wrap {
        margin-right: 10px;
        margin-left: 10px;
    }
    .cart {
        margin-right: 20px;
    }
    .navigation {
        padding-right: 20px;
        padding-left: 20px;
    }
    .menu-button {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .menu-button.w--open {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .cart-container {
        min-width: 320px;
    }
    .products-heading {
        padding-right: 0px;
        padding-left: 0px;
    }
    .main-heading-wrap {
        padding: 0px 30px;
    }
    .form-block {
        width: 100%;
        max-width: none;
    }
    .div-block.icon {
        margin-bottom: 20px;
    }
    .column {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 0px;
    }
    .column.center {
        margin-bottom: 30px;
        padding-bottom: 10px;
    }
    .columns {
        display: block;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .heading {
        float: none;
        font-size: 24px;
        text-align: center;
    }
    .heading.blanco {
        line-height: 32px;
    }
    .column-2 {
        margin-bottom: 30px;
        padding-bottom: 0px;
    }
    .column-2.center {
        margin-bottom: 30px;
        padding-bottom: 10px;
    }
    .heading-2 {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-right: 15px;
        padding-left: 15px;
        text-align: center;
    }
    .button-3 {
        width: 90%;
        padding-top: 20px;
        padding-bottom: 20px;
        float: none;
    }
    .button-3.espa-ol {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 25px;
        text-align: center;
    }
    .h2-2 {
        margin-bottom: 20px;
        padding-top: 0px;
        padding-right: 20px;
        padding-left: 20px;
        text-align: center;
    }
    .heading2 {
        text-align: center;
    }
    .heading2.h-centro {
        padding-right: 16px;
        padding-left: 16px;
    }
    .text-block-2 {
        margin-top: 50px;
        padding-top: 0px;
        padding-bottom: 0px;
        float: none;
    }
    .body {
        padding-right: 0px;
        padding-left: 0px;
        border-top: 10px solid #fde7a6;
    }
    .heading-3 {
        margin-bottom: 0px;
        padding-top: 20px;
    }
    .header-logo {
        padding-top: 0px;
        padding-right: 40px;
        padding-left: 40px;
    }
    .text-block-3 {
        text-align: center;
    }
    .footer-title {
        text-align: center;
    }
    .footer-link {
        margin-bottom: 5px;
        text-align: center;
    }
    .div-block-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 25px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: left;
    }
    .columns-2 {
        padding-right: 0px;
        padding-left: 0px;
    }
    .section-2 {
        padding: 0px 0px 35px;
    }
    .div-block-3 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .image-2 {
        display: none;
    }
    .image-3 {
        display: block;
        margin-bottom: 20px;
    }
    .heading-4 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .text-block-4 {
        margin-top: 20px;
    }
}
