body {
  font-family: "Montserrat", sans-serif;
    background: transparent;
}


#wrapper {
    padding: 0 20px 0 20px;
}

  
  #wrapper:before {
	content: "";
    background-color: #000;
    height: 164px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-bottom: 4px solid #2e2e2e;
    margin: 0 calc(-50vw + 50%);
    width: calc(100vw - 9px);
  }
  
  #wrapper .products .labelInner1 .title {
	color: #010101;
        margin-left: 8px;
  }

  .mastheadLogo #brand-logo{
	display:block;
}
.mastheadLogo #mobile-logo{
	display:none;
}
  .mast {
	margin-bottom: 50px;
	position:relative;
  }
 
  
  .mast .sleeve .mobile {
	display: none;
  }
  
  .mast .sleeve div {
	padding: 9px 0;
  }

h1,
h2 {
  color: #212121;
}

h1 {
  font-size: 2.9em;
  line-height: 1.241;
}

h3,
h4,
h5,
h6 {
  font-size: 1.6em;
  line-height: 1.56;
}

p {
  font-size: 1.6em;
  line-height: 1.56;
}

p.style1 {
  font-size: 1.8em;
  line-height: 1.55;
}

li {
  font-size: 1.6em;
  line-height: 1.56;
}

ol li {
  margin-left: 27px;
}

dl {
  font-size: 1.6em;
  line-height: 1.56;
}

address {
  font-size: 1.6em;
  line-height: 1.56;
}

table {
  font-size: 1.6em;
  line-height: 1.56;
}

label,
fieldset fieldset legend {
  font-size: 1.6em;
  line-height: 1.56;
  font-weight: 500;
}

label {
    font-weight: 400;
}

input.text,
select,
textarea {
  border: 1px solid #ABADB3;
  font-size: 1.6em;
}


button {   
    background: #5A869F;
}

button,
a.button {
  border: 0;
  border-radius: 5px;
}

button.text,
button.returnTo {
  color: #42789e;
}

button.text:hover,
button.returnTo:hover {
  color: #222;
}

button:hover, button:focus, a.button:hover, a.button:focus {
    background: #5A869F;
}


a:link,
a:visited {
  color: #42789e;
  text-decoration: none;
}

a:hover,
a:active {
  color: #222;
  text-decoration: underline;
}
#wrapper {
  box-shadow: none;
  background: none;
  padding-top: 45px;
  overflow: visible;
}
.validationBox h2 {
  font-size: 1.6em;
  line-height: 1.56;
}

.validationBox li {
  font-size: 1.6em;
  line-height: 1.56;
}

.paymentType .radiogroup label > span {
  color: #42789e;
  padding-top: 1px;
}

#wrapper .products .labelInner1 .title {
  color: #42789e;
}
.title h1 {
  color: #525252;
}
.informSleeve > fieldset > legend {
  font-weight: 700;
  border-radius: 2px;
}
.mast {
  margin-bottom: 75px;
}
.mast .sleeve .mobile {
  display: none;
}

.mast .sleeve .mastheadLogo {
  width: 100%;
  padding: 0;
  border: none;
  margin-top: -4px;
}
.mast .sleeve .mastheadLogo img {
  max-width: none;
}
button.style2 {
  border: 0;
  border-radius: 4px;
  background-color: #e52c33;
  color: #fff;
  transition: background-color 0.3s, color 0.3s;
   font-family: "Montserrat", sans-serif;
}
button.style2:not([disabled]):hover, button.style2:not([disabled]):active, button.style2:not([disabled]):focus {
  background-color: #e52c33;
  color: #fff;
}

.buttonTop a {
    color: #fff;
}


fieldset.style2 .promotion {   
display: none;
}



/* FOOTER */
.footer {
    width: calc(100vw - 9px);
    position: relative;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-top: 0;
    background: #344651;
    color: #fff;
}

.footer .sleeve {
    position: relative;
    padding-top: 25px;
}

.footer .sleeve:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
}



.footer .nav {
    width: 100%;
    display: flex; /* Makes it easy to center child elements */
    justify-content: center; /* Centers horizontally */
    padding: 0 20px 0 20px;
}

.footer .nav ul {
    color: #fff;
    width: 1220px; /* Ensure the parent container is wide enough for this */
    padding: 17px 20px;
    margin: 0 auto; /* Centers the element horizontally */
    text-align: center;
    display: flex; /* Use flex instead of inline-flex */
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: none;
    box-sizing: border-box; /* Ensures padding doesn't affect width */
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}

.footer li {
    float: none;
    display: inline-block;
    vertical-align: top;
    border: none;
    margin: 0;
    padding: 0;
}


.footer li:not(:last-child)::after {
       content: "|";
    margin-left: 5px;
    margin-right: 5px;
    color: #fff;
    font-size: 7px;
    line-height: 0.6;
    transform: scaleY(3.5);
    display: inline-block;
    font-weight: 100;
    vertical-align: 4px;
}


.footer ul li a {
    color: #fff;
    font-size: 16px;
}

.footer ul li a:hover {
    text-decoration: underline;
}



/* Outer container with center alignment */
.legal {
  max-width: 1220px;
  margin: 0 auto;
  padding: 24px 20px;
  display: flex;
  gap: 20px;
  align-items: center; /* Vertically centers the items */
    clear: both;
}

/* Column widths */
.legal .col-1,
.legal .col-2,
.legal .col-3 {
  display: flex;
}

.legal .col-1 {
  flex-basis: 24%;
}

.legal .col-2 {
    flex-basis: 100%;
    text-align: left;
    line-height: 18px;
    font-size: 11px;
    display: flex;
    flex-direction: column;
    text-align: left;
    font-family: Arial,Helvetica,sans-serif;
}

.legal .col-2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
    text-align: left;
    gap: 5px;
}

.legal .col-2 ul li {
  display: inline;
    font-size: 11px;
    text-align: left;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    font-weight: normal;
    border-left: none;
    font-size: 11px;
    line-height: 18px;
}

.legal .col-2 ul li:not(:last-child)::after {
  content: "|";
  margin-left: 5px;
    color: #fff;
  font-size: 11px;           /* Adjusts the font size of the separator */
  line-height: 1;            /* Sets line-height to control vertical alignment */
  transform: scaleY(1);    /* Scale the separator vertically */
  display: inline-block; 
    font-weight: 400; /* Ensures that transformations work correctly */
    vertical-align: 0px;
}

.legal .col-2 a {
  color: #fff;
    font-weight: 700;
    text-decoration: none;
    font-size:11px;
}




.legal .col-3 {
  flex-basis: 25%;
}

/* Responsive stacking on mobile */
@media (max-width: 954px) {
  .legal {
    flex-direction: column;
    align-items: center;
  }

  .legal .col-1,
  .legal .col-2,
  .legal .col-3 {
    text-align: center;
    flex-basis: 100%;
    align-items: center;
  }
    
    .legal .col-2 ul {
    text-align: center;
        flex-direction: row;
}

  .legal .col-3 {
    margin-top: 0;
  }
}







.poweredby {
    line-height: 16px;
    padding: 24px 0 24px 0;
    margin: auto;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

.poweredby a {
    color: #fff;
    font-size: 12px;
}

.poweredby a:hover {
    text-decoration: underline;
}

@media print {
    h2 {
        font-size: 100% !important;
    }

    table, table li, table p, p {
        font-size: 10pt;
        line-height: 1.2;
    }

    .address {
        margin-right: 20px;
    }

    .payment {
        margin-left: 0;
    }

    #wrapper {
        max-width: 1220px;
        margin-left: auto;
        margin-right: auto;
    }

    label, input, textarea, select {
        display: inline !important;
    }

    a:link:after, a:visited:after {
        content: none !important;
    }

    .navigation-home, .icon.required {
        display: none;
    }

    .mast {
        margin-bottom: 80px !important;
        padding: 17px 0;
    }

    .mast .sleeve div {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    
    body {
  overflow-x: hidden;
}
    
    
    #wrapper {
        margin-top:0;
        padding-top: 0px;
    }

    #wrapper:before {
        height: 49px;
    }

    .mastheadLogo #brand-logo {
        display: none;
    }

    .mastheadLogo #mobile-logo {
        display: block;
    }

    .mastheadLogo .tagline {
        display: block;
        position: absolute;
        bottom: -27px;
    }

    .mast {
        margin-bottom: 25px;
        padding: 0;
    }

    .mast::after {
        content: '';
        width: 100vw;
        height: 2px;
        background-color: transparent;
        position: absolute;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        bottom: 0px;
    }

    .mast .sleeve [class="desktop"] {
        display: none;
    }

    .mast .sleeve [class="mobile"] {
        display: block;
    }

    .mast .sleeve div {
        padding: 14px 0;
    }

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

    .footer li {
        display: block;
        border: 0 none;
        padding: 0;
        margin: 0;
        text-align: center;
        line-height: 26px;
    }

    p {
        font-size: 1.6em;
        line-height: 1.56;
    }

    p.style1 {
        font-size: 1.8em;
        line-height: 1.55;
    }

    li {
        font-size: 1.6em;
        line-height: 1.56;
    }

    ol li {
        margin-left: 27px;
    }

    dl {
        font-size: 1.6em;
        line-height: 1.56;
    }

    address {
        font-size: 1.6em;
        line-height: 1.56;
    }

    table {
        font-size: 1.6em;
        line-height: 1.56;
    }

    label, fieldset fieldset legend {
        font-size: 1.6em;
        line-height: 1.56;
    }

    input.text, select, textarea {
        font-size: 1.6em;
        line-height: 1.56;
    }

    @media screen and (min-width: 768px) {
        #wrapper:before {
            background-position: top right -20em;
            background-size: unset;
        }

        .mastheadLogo .mastHybrid {
            max-width: 410px;
            margin-left: -26px;
            margin-top: 26px;
            line-height: 0;
        }

        .mastheadLogo .mastHybrid p.mastHybrid-text {
            color: white;
            font-size: 22px;
            display: block;
            line-height: 1.2;
        }
    }

    @media screen and (min-width: 1024px) {
        #wrapper:before {
            background-position: top right;
        }
    }



