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

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
p,
blockquote,
figure,
ol,
ul {
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1em;
    margin-top: 0;
}

li {
    list-style-position: inside;
    display: list-item;
}

a,
button {
    color: inherit;
    transition: 0.3s ease;
}

a {
    background-color: transparent;
    text-decoration: none;
    cursor: pointer;
}

button {
    overflow: visible;
    border: 0;
    font: inherit;
    -webkit-font-smoothing: inherit;
    letter-spacing: inherit;
    background: none;
    cursor: pointer;
}

::-moz-focus-inner {
    padding: 0;
    border: 0;
}

:focus {
    outline-width: 1px;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

textarea {
    overflow: auto;
}

@media only screen and (min-width: 40em) {
    @supports (display: flex) {
        .c-row-sm {
            display: flex;
            flex-wrap: wrap;
        }
    }
    @supports not (display: flex) {
        .c-row-sm:before,
        .c-row-sm:after {
            content: "";
            display: table;
        }
        .c-row-sm:after {
            clear: both;
        }
        [class*=c-col-sm-] {
            float: left;
        }
    }
    .c-row-sm {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .c-row-sm [class*=c-col-] {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
    [class*=c-col-sm-] {
        width: 100%;
        min-height: 1px;
    }
    .c-col-sm-1 {
        width: 8.3333333333% !important;
    }
    .c-col-sm-2 {
        width: 16.6666666667% !important;
    }
    .c-col-sm-3 {
        width: 25% !important;
    }
    .c-col-sm-4 {
        width: 33.3333333333% !important;
    }
    .c-col-sm-5 {
        width: 41.6666666667% !important;
    }
    .c-col-sm-6 {
        width: 50% !important;
    }
    .c-col-sm-7 {
        width: 58.3333333333% !important;
    }
    .c-col-sm-8 {
        width: 66.6666666667% !important;
    }
    .c-col-sm-9 {
        width: 75% !important;
    }
    .c-col-sm-10 {
        width: 83.3333333333% !important;
    }
    .c-col-sm-11 {
        width: 91.6666666667% !important;
    }
    .c-col-sm-12 {
        width: 100% !important;
    }
    .c-col-sm-6:nth-child(2) {
        margin-top: 0;
    }
    .c-gutter-sm {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .c-gutter-sm [class*=c-col-] {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
}

@media only screen and (min-width: 55em) {
    .c-row--offset .c-col-6:nth-child(odd) {
        width: calc(50% - 72px);
    }
    .c-row--offset .c-col-6:nth-child(even) {
        width: calc(50% + 72px);
    }
    @supports (display: flex) {
        .c-row {
            display: flex;
            flex-wrap: wrap;
        }
        .c-pullright {
            order: 2;
        }
        .c-pullright+* {
            order: 1;
        }
        .c-vert-center {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
    }
    @supports not (display: flex) {
        .c-row:before,
        .c-row:after {
            content: "";
            display: table;
        }
        .c-row:after {
            clear: both;
        }
        [class*=c-col-] {
            float: left;
        }
    }
    .c-row {
        margin-left: -1em;
        margin-right: -1em;
    }
    .c-row [class*=c-col-] {
        padding-left: 1em;
        padding-right: 1em;
    }
    [class*=c-col-] {
        width: 100%;
        min-height: 1px;
    }
    .c-col-1 {
        width: 8.3333333333%;
    }
    .c-col-2 {
        width: 16.6666666667%;
    }
    .c-col-3 {
        width: 25%;
    }
    .c-col-4 {
        width: 33.3333333333%;
    }
    .c-col-5 {
        width: 41.6666666667%;
    }
    .c-col-6 {
        width: 50%;
    }
    .c-col-7 {
        width: 58.3333333333%;
    }
    .c-col-8 {
        width: 66.6666666667%;
    }
    .c-col-9 {
        width: 75%;
    }
    .c-col-10 {
        width: 83.3333333333%;
    }
    .c-col-11 {
        width: 91.6666666667%;
    }
    .c-col-12 {
        width: 100%;
    }
    .c-col-6:nth-child(2) {
        margin-top: 0;
    }
    .c-col-6 .c-heading {
        max-width: 11em;
    }
    .c-col-offset-2 {
        margin-left: 16.6667%;
    }
}

@media only screen and (min-width: 65em) {
    .c-flex-lg {
        display: flex;
        flex-wrap: wrap;
    }
    .c-row-lg {
        display: flex;
        flex-wrap: wrap;
    }
    .c-row-lg:before,
    .c-row-lg:after {
        content: "";
        display: table;
    }
    .c-row-lg:after {
        clear: both;
    }
    [class*=c-column-lg] {
        float: left;
        width: 100%;
        min-height: 1px;
    }
    .c-column-lg-1 {
        width: 8.3333333333%;
        margin-top: 0;
    }
    .c-column-lg-2 {
        width: 16.6666666667%;
        margin-top: 0;
    }
    .c-column-lg-3 {
        width: 25%;
        margin-top: 0;
    }
    .c-column-lg-4 {
        width: 33.3333333333%;
        margin-top: 0;
    }
    .c-column-lg-5 {
        width: 41.6666666667%;
        margin-top: 0;
    }
    .c-column-lg-6 {
        width: 50%;
        margin-top: 0;
    }
    .c-column-lg-7 {
        width: 58.3333333333%;
        margin-top: 0;
    }
    .c-column-lg-8 {
        width: 66.6666666667%;
        margin-top: 0;
    }
    .c-column-lg-9 {
        width: 75%;
        margin-top: 0;
    }
    .c-column-lg-10 {
        width: 83.3333333333%;
        margin-top: 0;
    }
    .c-column-lg-11 {
        width: 91.6666666667%;
        margin-top: 0;
    }
    .c-column-lg-12 {
        width: 100%;
        margin-top: 0;
    }
    .c-gutter-lg {
        margin-left: -1em;
        margin-right: -1em;
    }
    .c-gutter-lg [class*=c-column-] {
        padding-left: 1em;
        padding-right: 1em;
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-loading .slick-list {
    background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    min-height: 100%;
    margin-top: 0;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    z-index: 2;
    height: 54px;
    width: 32px;
    cursor: pointer;
    top: 45%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    opacity: 1;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
    background-color: transparent !important;
    background-size: contain;
    background-repeat: no-repeat;
}

.slick-prev:hover,
.slick-next:hover {
    outline: none;
    opacity: 0.5;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
    opacity: 0.25;
}

.slick-prev {
    left: -4px;
    background-image: url("../img/arrow-prev.png");
}

.slick-next {
    right: -4px;
    background-image: url("../img/arrow-next.png");
    margin-top: 0;
}

/* Dots */

.slick-dots {
    position: absolute;
    bottom: 0;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 6px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 1px solid #2a275d;
    background: #fff;
    display: block;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    padding: 0;
    outline: none;
    cursor: pointer;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
    color: transparent;
}

.slick-dots li button:hover {
    outline: none;
    opacity: 0.5;
}

.slick-dots li.slick-active button {
    background-color: #2a275d;
}

.slick-dots li.slick-active button:hover {
    opacity: 0.5;
}

/*------------
Body
------------*/

html {
    scroll-behavior: smooth;
}

html,
body {
    min-height: 100%;
}

body {
    color: #707070;
    background: #fff;
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    font-size: 87.5%;
    line-height: 1.5;
}

@media (min-width: 40em) {
    body {
        font-size: 100%;
    }
}

* {
    box-sizing: border-box;
}

main *+*:not(section) {
    margin-top: 1.5em;
}

main section:not(.u-flat-section) {
    padding-top: 6em;
    padding-bottom: 6em;
}

@media (min-width: 55em) {
    main section:not(.u-flat-section) {
        padding-top: 6.75em;
        padding-bottom: 8em;
    }
}

@media (min-width: 65em) {
    main section:not(.u-flat-section) {
        padding-bottom: 10.5em;
    }
    main section.c-prefer:not(.u-flat-section) {
        padding-bottom: 12.5em;
    }
}

@media (min-width: 40em) {
    .main-inner main section:first-child {
        padding-top: 5em;
    }
}

li,
dt,
dd,
br,
th,
td {
    margin-top: 0;
}

hr {
    height: 1px;
    border: none;
    background: #2a275d;
}

nav ul {
    list-style: none;
}

[hidden] {
    display: none;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal button {
    border: none;
    margin-top: 1.5em;
}

.modal button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    float: right;
    font-size: 40px;
    font-weight: 700;
    line-height: 5px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.modal button.close:focus,
.modal button.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
    top: 180px;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    margin-top: -140px;
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-header .close {
    padding: 1rem;
    margin: 0 0 0 auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

.modal-footer> :not(:first-child) {
    margin-left: 0.25rem;
}

.modal-footer> :not(:last-child) {
    margin-right: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto 1.75rem;
        top: 150px;
    }
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    transition: 0.2s ease-in-out;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.in {
    opacity: 0.5;
}

[class*=c-bg] {
    background-size: 100% auto;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    overflow: hidden;
}

[class*=c-bg].c-divide::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    height: 60px;
    background-color: #fff;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    z-index: 1;
}

[class*=c-bg].c-divide--blue::after {
    background-color: #2a285f
}

.c-bg-who {
    background-image: url(../img/who.jpg) !important;
    color: #fff;
}

.c-bg-glasses {
    background-image: url(../img/glasses-back.jpg) !important;
    color: #fff;
}

.c-bg-oakley {
    background-image: url(../img/oakley-back.jpg) !important;
    color: #fff;
}

.c-bg-prada {
    background-image: url(../img/prada-back.jpg) !important;
    color: #fff;
}

.c-bg-polo {
    background-image: url(../img/polo-back.jpg) !important;
    color: #fff;
}

.c-bg-sil {
    background-image: url(../img/sil-back.jpg) !important;
}

.c-bg-sil .c-white-band {
    background-color: rgba(255, 255, 255, 0.64);
}

.c-bg-sun {
    background-image: url(../img/sun-main-back.jpg) !important;
    color: #fff;
}

.c-bg-sun .c-dots li::before {
    background-color: #fff;
}

.c-bg-ray-sun {
    background-image: url(../img/ray-sun-back.jpg) !important;
    color: #fff;
}

.c-bg-polo-sun {
    background-image: url(../img/polo-sun-back.jpg) !important;
    color: #fff;
}

.c-bg-op-sun {
    background-image: url(../img/op-sun-back.jpg) !important;
    color: #fff;
}

.c-bg-sas {
    background-image: url(../img/sports-back.jpg) !important;
}

.c-bg-sasb {
    background-image: url(../img/sports-back2.jpg) !important;
}

.c-bg-sasc {
    background-image: url(../img/sports-back3.jpg) !important;
}

.c-bg-sasd {
    background-image: url(../img/sports-back4.jpg) !important;
}

.c-bg-sase {
    background-image: url(../img/glasses/big/wiley2.jpg) !important;
}

.c-bg-oakley-sport {
    background-image: url(../img/oakley-sport-back.jpg) !important;
    color: #fff;
}

.c-bg-nike-sport {
    background-image: url(../img/nike-sport-back.jpg) !important;
}

.c-bg-nike-sport .c-dots li::before {
    background-color: #707070;
}

.c-bg-best {
    background-image: url(../img/best.png);
    position: relative;
    background-position: top;
}

.c-bg-prefer {
    background-image: url(../img/prefer.png) !important;
    position: relative;
    background-position: bottom;
    border-bottom: 60px solid #fff;
}

.c-bg-onsite {
    background-image: url(../img/onsite.jpg) !important;
    background-position: left bottom;
    position: relative;
    color: #2a275d;
}

@media (min-width: 55em) {
    .c-bg-onsite {
        background-position: 50% bottom;
    }
}

.c-bg-leading {
    background-image: url(../img/leading.jpg);
    position: relative;
    color: #fff;
}

.c-bg-leading::after {
    background-image: url(../img/onsite-bg.jpg);
    background-repeat: no-repeat;
}

.main-inner .c-bg-leading {
    background-size: 100% auto;
    background-position: top;
}

.main-inner .c-bg-leading::after {
    background-image: none;
    background-color: #fff;
}

.c-bg-reglaze {
    background-image: url(../img/reglaze.jpg);
    background-position: top;
    position: relative;
}

.c-bg-rayban {
    background-image: url(../img/rayban.jpg);
    background-position: 50% 80px !important;
    position: relative;
}

.c-bg-versace {
    background-image: url(../img/prada-back.jpg) !important;
}

.c-bg-ted {
    background-image: url(../img/ted-back.jpg) !important;
}

.c-bg-oakley-sun {
    background-image: url(../img/oakley-sun-back.jpg) !important;
}

.c-bg-nike {
    background-image: url(../img/bg-nike.jpg) !important;
}

.c-bg-prada-sun {
    background-image: url(../img/prada-sun-back.jpg) !important;
}

.c-bg-rayban-glasses {
    background-image: url(../img/ray-ban-glasses.jpg);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

h1,
.c-heading {
    font-size: 1.75em;
}

h1 span,
.c-heading span {
    color: #39a629;
}

@media (min-width: 40em) {
    h1,
    .c-heading {
        font-size: 2.5em;
    }
}

h1 {
    color: #2a275d;
}

h2 {
    font-size: 1.5em;
}

@media (min-width: 40em) {
    h2 {
        font-size: 2em;
    }
}

@media (min-width: 40em) {
    h3 {
        font-size: 1.5em;
    }
}

a:not([class]) {
    text-decoration: underline;
}

a:not([class]):hover {
    color: #2a275d;
}

.c-leading {
    font-size: 1.125em;
    font-weight: 700;
}

.c-subheading {
    margin-top: 0;
    color: #39a629;
    font-size: 1.5em;
    line-height: 1.5;
}

@media (min-width: 40em) {
    .c-subheading {
        font-size: 1.5em;
    }
}

@media (min-width: 55em) {
    .c-subheading {
        font-size: 1.75em;
    }
}

main p {
    line-height: 1.75em;
}

main p.c-promo {
    font-size: 1.5em;
    line-height: 1.5;
}

@media (min-width: 40em) {
    main p.c-promo {
        font-size: 1.5em;
    }
}

@media (min-width: 55em) {
    main p.c-promo {
        font-size: 1.75em;
    }
}

main p strong {
    font-size: 1.5em;
}

main li {
    line-height: 1.75;
}

@supports (counter-reset: ol-counter) {
    ol {
        list-style: none;
        counter-reset: ol-counter;
    }
    ol li {
        padding-left: 1.5em;
        position: relative;
    }
    ol li:before {
        content: counter(ol-counter);
        position: absolute;
        left: 0;
        top: 0;
        font-weight: 700;
        color: #2a275d;
    }
    ol>li {
        padding-left: 3em;
        padding-top: 0.25em;
        counter-increment: ol-counter;
    }
    ol>li:before {
        padding: 4px;
        height: 2em;
        width: 2em;
        line-height: 1.125;
        text-align: center;
        border: 2px solid #2a275d;
        box-shadow: 3px 3px 0 #2a275d;
        transition: 0.15s ease-in-out;
    }
    ol>li:hover:before {
        box-shadow: 0 0 0 #2a275d;
    }
    ol ol li:before {
        content: counter(ol-counter, lower-roman);
    }
}

.c-dots {
    list-style: none;
}

.c-dots li {
    padding-left: 18px;
    position: relative;
    margin-top: 4px;
}

.c-dots li::before {
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #2a275d;
    position: absolute;
    top: 11px;
    left: 0;
}

.c-dots--white li::before {
    background-color: #fff;
}

.c-dots--grey li::before {
    background-color: #707070;
}

@media (min-width: 30em) {
    .c-dots--half:before,
    .c-dots--half:after {
        content: "";
        display: table;
    }
    .c-dots--half:after {
        clear: both;
    }
    .c-dots--half li {
        float: left;
        width: 50%;
    }
}

.c-dots--ib li {
    display: inline-block;
    padding-left: 10px;
    margin-right: 2em;
}

.c-dots--big li::before {
    height: 12px;
    width: 12px;
    top: 6px;
}

.c-tick {
    list-style: none;
}

.c-tick.c-tick--secondary.padded {
    padding-left: 16px;
}

.c-tick.c-tick--secondary li {
    padding-left: 0;
}

.c-tick.c-tick--secondary li::before {
    border-color: #39a629;
    display: inline-block;
    position: relative;
    left: -8px;
    top: -2px;
}

.c-tick li {
    padding-left: 24px;
    margin-top: 1px;
    position: relative;
}

.c-tick li::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 12px;
    border: solid #2a285f;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    position: absolute;
    top: 6px;
    left: 2px;
}

.c-tick.c-ib li {
    margin-left: 1em;
    margin-right: 1em;
    font-weight: 700;
}

q {
    font-size: 1.25em;
}

q::before,
q::after {
    font-family: 'Galada', cursive;
    /* color: #39a629; */
    font-size: 2em;
    line-height: 0;
}

q::before {
    position: relative;
    top: 0.25em;
    margin-right: 0.125em;
}

q::after {
    position: relative;
    top: 0.333em;
    margin-left: 0.25em;
}

cite {
    font-style: normal;
    display: block;
    font-weight: 700;
    letter-spacing: 1px;
}

blockquote+blockquote {
    margin-top: 4.5em;
}

/*------------
Utility classes
------------*/

[class*=u-mw-],
[class*=u-wrapper] {
    margin-left: auto;
    margin-right: auto;
}

[class*=u-wrapper] {
    padding-left: 1em;
    padding-right: 1em;
}

.u-wrapper {
    max-width: 87.5em;
}

.u-mw-left {
    margin-left: 0;
}

.u-mw-33 {
    max-width: 33em;
}

.u-mw-45 {
    max-width: 45em;
}

.u-mw-60 {
    max-width: 60em;
}

.u-wrapper--narrow {
    max-width: 60em;
}

.u-flat {
    margin-top: 0 !important;
}

.u-mt-2 {
    margin-top: 2em;
}

.u-mt-3 {
    margin-top: 3em;
}

.u-mt-5 {
    margin-top: 5em !important;
}

.u-t-a-c {
    text-align: center;
}

.u-t-a-l {
    text-align: left !important;
}

.u-tt-n {
    text-transform: none;
}

.u-fw-4 {
    font-weight: 400;
}

.u-strong {
    font-weight: 700;
}

.u-lh-2 {
    line-height: 2;
}

.u-c-p {
    color: #2a275d;
}

.u-c-s {
    color: #39a629;
}

.u-skip-link {
    position: absolute;
    top: 0;
    right: 100%;
}

.u-skip-link:focus {
    right: auto;
}

.c-button {
    padding: 0.75em 2em;
    color: #39a629;
    background-color: #fff;
    border: solid 1px #fff;
    transition: 0.3s ease-out;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    margin-top: 1.5em;
}

.c-button:hover {
    color: #fff;
    background-color: #39a629;
    border-color: #39a629;
}

@media (min-width: 40em) {
    .c-button {
        font-size: 1.5em;
        margin-top: 2.25em;
    }
}

.c-button.c-button--p {
    border-color: #2a275d;
    background-color: #2a275d;
    color: #fff;
}

.c-button.c-button--p:hover {
    color: #2a275d;
    background-color: #fff;
    border-color: #fff;
}

.c-button.c-button--s {
    border-color: #39a629;
    background-color: #39a629;
    color: #fff;
}

.c-button.c-button--s:hover {
    color: #39a629;
    background-color: #fff;
    border-color: #fff;
}

.c-button.c-button--alt {
    color: #2a275d;
}

.c-button.c-button--alt:hover {
    background-color: #2a275d;
    border-color: #2a275d;
    color: #fff;
}

.c-button--35 {
    max-width: 35rem;
}

.c-button--bordered {
    color: #2a275d;
    border-color: #2a275d;
    border-width: 2px;
}

form button,
form .button {
    position: relative;
}

label {
    display: block;
}

label+input,
label+textarea {
    margin-top: 0;
}

input,
textarea {
    padding: 0.75em 1em;
    border: 2px solid #ddd;
    width: 100%;
    -webkit-appearance: none;
}

input.u-half,
textarea.u-half {
    width: 50%;
}

input.input-error,
textarea.input-error {
    border-color: #e4655f !important;
}

textarea {
    height: 9em;
}

.c-checkbox {
    opacity: 0;
    height: 0;
    padding: 0;
    border: none;
    display: none;
    margin: 0 !important;
}

.c-checkbox:checked+label::after {
    content: "";
}

.c-checkbox:focus+label::before {
    outline: #3b99fc auto 5px;
}

.c-checkbox.input-error+label::before {
    border-color: #e4655f !important;
}

.c-checkbox+label {
    margin-top: -12px !important;
    position: relative;
    display: inline-block;
    cursor: pointer;
    /*16px width of fake .c-gdpr + 6px distance between fake .c-gdpr and text*/
    padding-left: 22px;
}

.c-checkbox+label::before,
.c-checkbox+label::after {
    position: absolute;
    content: "";
    /*Needed for the line-height to take effect*/
    display: inline-block;
}

.c-checkbox+label::before {
    height: 16px;
    width: 16px;
    border: 2px solid #2a275d;
    left: 0px;
    top: 3px;
}

.c-checkbox+label::after {
    height: 5px;
    width: 9px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    border-color: #2a275d;
    transform: rotate(-45deg);
    left: 4px;
    top: 7px;
    content: none;
}

.c-select {
    width: 18em;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    border: 2px solid #ddd;
    background-color: #fff;
}

.c-select.input-error {
    border-color: #e4655f !important;
}

.c-select::after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    z-index: 1;
    border: 0;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #2a275d;
    bottom: -8px;
}

.c-select select {
    margin-top: 0;
    margin-left: 0;
    padding: 0.75em 1em;
    width: 110%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.c-select select:focus {
    outline: none;
}

.c-select select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.c-icons {
    text-align: center;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.c-icons>div {
    display: inline-block;
    margin: 30px;
    padding-top: 200px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    width: 160px;
    vertical-align: top;
    color: #2a275d;
}

.c-icons>div.u-small h4 {
    max-width: 120px;
    margin: 0 auto;
}

.c-icons__factory {
    background-image: url(../img/icon-factory.png);
}

.c-icons__british {
    background-image: url(../img/icon-british.png);
}

.c-icons__savings {
    background-image: url(../img/icon-savings.png);
}

.c-icons__price {
    background-image: url(../img/icon-price.png);
}

.c-divide {
    position: relative;
    margin-top: -60px;
}

.c-divide::before {
    content: "";
    position: absolute;
    top: 1em;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    border-top: 20px solid #39a629;
    z-index: 2;
}

.c-divide--white,
.c-divide--green {
    position: relative;
    margin-top: -60px;
    background-position: 50% 60px;
}

.c-divide--white::before,
.c-divide--green::before {
    content: "";
    position: absolute;
    top: 1em;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    border-top: 20px solid #39a629;
    z-index: 2;
}

.c-divide--white::after,
.c-divide--green::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background-image: url(../img/divider.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
}

.c-divide--green::after {
    background-image: url(../img/divider-green.png);
}

.c-divide--banded::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background-image: url(../img/divider-banded.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
}

.c-divide--arrow-white::before {
    border-top-color: #fff;
}

.c-divide--arrow-blue::before {
    border-top-color: #2a275d;
}

.c-divide--arrow-green::before {
    border-top-color: #39a629 !important;
}

.c-divide-circle {
    position: relative;
}

.c-divide-circle::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    height: 60px;
    background-color: #fff;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    z-index: 1;
}

.c-divide-circle-banded::after {
    background-color: #81cfef !important;
}

.c-divide-circle-blue::after {
    background-color: #2a285f !important;
}

.c-who {
    padding-bottom: 9em !important;
}

.c-who h2,
.c-who p,
.c-who li {
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
}

.c-who .c-button {
    text-shadow: none;
}

.c-who .c-promo:not(.c-promo--full) {
    max-width: 12em;
}

.c-who a:not(.c-button):hover {
    color: #39a629;
}

.c-best {
    padding-bottom: 6em !important;
}

.c-best::before {
    border-top-color: #fff;
}

.c-best-sellers {
    padding: 0 48px;
}

.c-best-sellers .slick-dots {
    display: none !important;
}

.c-best-sellers .slick-prev,
.c-best-sellers .slick-next {
    top: 92px;
}

.c-best-sellers a:focus {
    outline-width: 0;
}

@media (min-width: 94em) {
    .c-best-sellers {
        padding: 0;
    }
    .c-best-sellers .slick-prev {
        left: -50px;
    }
    .c-best-sellers .slick-next {
        right: -50px;
    }
}

.c-best-sellers .slick-slide {
    display: flex;
    flex-direction: column;
}

.c-best-sellers__image {
    border-top: 2px solid #39a629;
    border-bottom: 2px solid #39a629;
}

.c-best-sellers__text {
    text-align: center;
    color: #2a275d;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.c-best-sellers__text p {
    font-weight: 700;
    line-height: 1.25;
}

.c-best-sellers__text p span {
    color: #39a629;
}

.c-best-sellers__text p:first-child {
    text-transform: uppercase;
}

.c-best-sellers__text p+p {
    margin-top: 6px;
}

.c-best-sellers__text>div {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.c-best-sellers__text .c-button {
    max-width: 80%;
    margin: 0 auto;
    padding: 0.5em 1.25em;
}

@media (min-width: 40em) {
    .c-best-sellers__text .c-button {
        font-size: 1.25em;
    }
}

.c-why {
    padding-bottom: 0 !important;
}

@media (max-width: 55em) {
    .c-why h2.u-t-a-c {
        text-align: left;
    }
}

@media (min-width: 60em) {
    .c-why {
        position: relative;
    }
    .c-why::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 700px;
        max-width: 25%;
        background-image: url(../img/giant-girl.png);
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
}

@media (min-width: 1400px) {
    .c-why::after {
        max-width: 30%;
    }
}

@media (min-width: 1800px) {
    .c-why::after {
        max-width: 33%;
    }
}

.c-banded {
    position: relative;
}

.c-banded:not(.u-flat-section) {
    padding-top: 3.5em;
}

.c-banded::before {
    content: "";
    background-color: #81cfef;
    position: absolute;
    top: 7em;
    left: 0;
    right: 0;
    bottom: 0;
}

.c-banded+div {
    margin-top: 0;
    padding-bottom: 6em;
    background-color: #81cfef;
}

@media (min-width: 50em) {
    .c-banded::before {
        top: 11em;
    }
    @supports (display: grid) {
        .c-banded {
            display: grid;
            grid-auto-rows: 1fr;
            grid-gap: 4em;
        }
    }
    @supports (display: grid) {
        .main-inner .c-banded {
            grid-gap: 1em;
        }
    }
}

.c-testimonials .u-wrapper {
    max-width: 52.5em;
}

.c-testimonials .c-banded {
    margin-top: 0;
    padding-top: 0;
    display: block;
}

.c-5-star {
    height: 32px;
    width: 196px;
    background-image: url(../img/star.png);
}

.c-5-star2 {
    height: 32px;
    width: 164px;
    background-image: url(../img/5-star-rating.png);
}

.c-band {
    color: #fff;
    position: relative;
}

.c-band img {
    display: none;
}

.c-band>div {
    padding: 3em 0;
}

.c-band:nth-child(4n-3)>div {
    background-color: #069ddc;
    background-image: linear-gradient(#01aaeb 0%, #0b8bc9 100%);
}

.c-band:nth-child(4n-2)>div {
    background-color: #1668a3;
    background-image: linear-gradient(#0f7dba 0%, #1c548e 100%);
    margin-top: 3em;
}

.c-band:nth-child(4n-1)>div {
    background-color: #26346b;
    background-image: linear-gradient(#21467e 0%, #2a285f 100%);
    margin-top: 3em;
}

.c-band:nth-child(4n)>div {
    background-color: #2a285f;
    margin-top: 3em;
}

.main-inner .c-band>div {
    margin: 0;
}

.c-band .c-dots {
    max-width: 40em;
    margin-left: auto;
    margin-right: auto;
}

.c-band .c-dots li:before {
    background-color: #fff;
    height: 12px;
    width: 12px;
    top: 6px;
}

@media (min-width: 50em) {
    .c-band {
        position: relative;
        padding: 2em 0;
        display: flex;
    }
    @supports (display: grid) {
        .c-band {
            margin-top: 0 !important;
        }
    }
    .c-band>div {
        width: 100%;
        margin: 2em 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .c-band img {
        display: block;
        position: absolute;
        right: 90%;
        right: calc(50% + 24em);
        top: 0;
        height: 100%;
        width: auto;
        box-shadow: 0px 11px 19.2px 4.8px rgba(0, 0, 0, 0.3);
    }
}

@media (min-width: 2000px) {
    .c-band img {
        right: auto;
        left: 0;
    }
}

.c-band-one {
    color: #fff;
    background-image: linear-gradient(#01aaeb 0%, #2a285f 100%);
}

.c-band-one.c-divide--banded {
    background-image: linear-gradient(transparent 0, transparent 60px, #01aaeb 60px, #2a285f 90%);
}

.c-band-one--pre-arrow {
    background-image: linear-gradient(#01aaeb 0%, #2a285f 86%);
}

.c-band-one .c-tick li::before {
    border-color: #fff;
}

.c-band-one a:not(.c-button):hover {
    color: #39a629;
}

.c-logos {
    border-top: 2px solid #2a275d;
    border-bottom: 2px solid #2a275d;
    margin: 4em 0 4em;
    padding: 4em 0;
    text-align: center;
}

.c-logos:not(.c-leading__logos) a {
    display: inline-block;
    vertical-align: middle;
}

.c-logos:not(.c-leading__logos) img {
    display: block;
    margin: 1.75em;
    max-width: calc(100% - 3.5em);
}

@media (min-width: 1260px) {
    .c-logos:not(.c-leading__logos) img {
        margin-left: 3em;
        margin-right: 3em;
    }
}

@media (max-width: 1000px) {
    .c-map {
        padding: 0 1em;
    }
}

.c-logos-small {
    background-color: #39a629;
    padding-top: 30px;
    padding-bottom: 30px;
}

.c-logos-small:first-child {
    padding-bottom: 80px;
}

.c-logos-small a {
    display: inline-block;
    margin: 0;
}

.c-logos-small a:hover {
    opacity: .8;
}

.c-logos-small img {
    display: block;
}

.c-prefer {
    position: relative;
}

.c-prefer .u-wrapper {
    position: relative;
    z-index: 2;
}

@media (min-width: 55em) {
    .c-prefer p {
        max-width: 35em;
    }
}

.c-raybans {
    width: 55%;
    max-width: 800px;
    height: 0;
    padding-bottom: 20%;
    background-image: url(../img/raybans.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.c-bg-leading h2 {
    max-width: 100% !important;
}

.c-leading__logos {
    background-color: #fff;
    margin: 4em 0;
    padding: 3em 0;
    text-align: center;
}

.c-leading__logos img {
    display: inline-block;
    margin: 0 1.25em;
    max-width: calc(100% - 2.5em);
}

.c-reglaze::before {
    border-top-color: #fff;
}

@media (min-width: 55em) {
    .c-reglaze {
        padding-bottom: 8em !important;
    }
    .c-reglaze .c-white-band {
        margin-top: 4em;
        padding: 6em 0;
    }
    .c-reglaze .c-white-band .c-col-8 {
        margin-top: 0;
    }
}

.c-white-band {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 3em 0;
    color: #707070;
}

.c-white-band .c-button:hover {
    background-color: #2a275d;
    color: #fff;
}

.c-touch {
    background-color: #39a629;
    background-color: rgba(57, 166, 41, 0.9);
    color: #fff;
    padding: 2em 3em;
    margin: 6em 0 1.5em;
}

.c-touch p {
    font-size: 1.5em;
    line-height: 1.5;
}

.c-touch a {
    font-size: 1.25em;
    font-weight: 700;
    text-decoration: none;
}

@media (min-width: 55em) {
    .c-touch {
        padding: 5em 7em;
    }
    .c-touch p {
        font-size: 1.75em;
    }
}

@media (min-width: 65em) {
    .c-touch {
        padding: 5em 10em;
    }
    .c-touch p {
        font-size: 2em;
    }
}

@media (min-width: 40em) {
    .c-brand-logo {
        float: left;
        margin-right: 30px;
    }
    .c-brand-logo~p:not(.c-promo) {
        clear: both;
    }
}

.c-header {
    background-color: #fff;
    text-align: center;
    padding-top: 0.75em;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    transition: 0.3s ease-out;
}

@media (min-width: 960px) {
    .c-header {
        padding-top: 2em;
    }
    .c-header .u-wrapper:before,
    .c-header .u-wrapper:after {
        content: "";
        display: table;
    }
    .c-header .u-wrapper:after {
        clear: both;
    }
}

.c-header__logo a,
.c-header__logo img {
    display: block;
}

.c-header__logo img {
    margin: 0 auto;
    transition: 0.3s ease-out;
    width: 245px;
}

@media (min-width: 960px) {
    .c-header__logo {
        float: left;
        z-index: 2;
    }
}

.c-header__info p {
    color: #2a275d;
    font-weight: 400;
}

.c-header__info strong {
    font-weight: 900;
}

.c-header__info a {
    color: #2a275d;
    text-decoration: none;
}

.c-header__info a:hover {
    color: #39a629;
}

.c-header__address,
.c-header__opening,
.c-header__contact__star {
    display: none;
}

@media (min-width: 640px) {
    .c-header__info p {
        font-size: .75em;
    }
}

@media (min-width: 960px) {
    .c-header__info {
        float: right;
    }
    .c-header__info>div {
        margin-top: 0;
        text-align: right;
    }
    .c-header__address,
    .c-header__opening,
    .c-header__contact {
        display: inline-block;
        margin-right: 1em;
        padding: .5em 1em .5em 0;
        border-right: 1px solid #39a629;
    }
}

@media (min-width: 1020px) {
    .c-header__info>div {
        vertical-align: top;
    }
    .c-header__contact__star {
        display: inline-block;
    }
    .c-header__contact__star img {
        margin-top: .25em;
        max-width: 200px;
    }
}

@media (min-width: 1100px) {
    .c-header__address,
    .c-header__opening,
    .c-header__contact {
        margin-right: 2em;
        padding-right: 2em;
    }
}

.c-sticky {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    animation: slideDown 0.75s;
    padding: 0.75em 0 0;
}

.c-sticky .c-header__logo img {
    height: 30px;
    width: auto;
}

.c-sticky .c-header__address,
.c-sticky .c-header__contact__star,
.c-sticky .c-header__opening {
    display: none;
}

.c-sticky .c-header__contact>div:not(:last-child),
.c-sticky .c-menu-main ul.c-menu-main__top {
    margin-right: 0;
}

@media (max-width: 55em) {
    .c-sticky .c-header__contact {
        display: none;
    }
}

@media (min-width: 55em) {
    .c-sticky .c-header__info p {
        font-size: 14px;
    }
}

@media (min-width: 960px) {
    .c-sticky .c-header__info {
        float: none;
        text-align: right;
    }
    .c-sticky .c-header__contact {
        padding: 0;
        margin-right: 0;
        border: none;
    }
    .c-sticky .c-header__contact__email {
        margin-right: 2em !important;
    }
    .c-sticky .c-header__contact__email,
    .c-sticky .c-header__contact__phone {
        display: inline-block;
    }
    .c-sticky .c-menu-main {
        float: right;
    }
}

@media (min-width: 55em) {
    .c-sticky .c-header__logo img {
        height: 40px;
    }
    .c-sticky .c-header__contact {
        font-size: 14px;
    }
    .c-sticky .c-header__contact p {
        line-height: 20px;
    }
    .c-sticky .c-header__contact__phone,
    .c-sticky .c-header__contact__email,
    .c-sticky .c-header__contact__opening {
        height: 20px;
    }
    .c-sticky .c-header__contact__phone:before,
    .c-sticky .c-header__contact__email:before,
    .c-sticky .c-header__contact__opening:before {
        width: 20px;
        height: 20px;
    }
    .c-sticky nav {
        padding-top: 0;
    }
}

@-webkit-keyframes slideDown {
    0% {
        transform: translateY(-150%);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes slideDown {
    0% {
        transform: translateY(-150%);
    }
    100% {
        transform: translateY(0);
    }
}

.c-menu-main {
    padding: 0.5em 0;
    text-transform: uppercase;
    text-align: center;
}

.c-menu-main__top {
    background-color: #fff;
}

@media (min-width: 960px) {
    .c-menu-main {
        float: right;
        text-align: right;
        z-index: 1;
        padding: 0;
    }
    .c-menu-main__top {
        background-color: transparent;
    }
}

.c-menu-main ul {
    max-height: 0;
    transition: 0.3s ease-out;
    overflow: hidden;
}

.c-supernav__block {
    display: none;
    padding: 0;
}

@media (min-width: 960px) {
    .c-menu-main ul.c-menu-main__top {
        max-height: 500px;
        overflow: visible;
        position: relative;
        z-index: 999;
        margin-right: 6px;
    }
    .c-menu-main ul.c-menu-main__top>li {
        display: inline-block;
        padding: 4px;
    }
    .c-menu-main ul.c-menu-main__top>li:first-child {
        padding-left: 0;
    }
    .c-menu-main ul.c-menu-main__top>li:last-child {
        padding-right: 0;
    }
    .c-menu-main ul.c-menu-main__top ul {
        width: 12em;
        position: absolute;
        left: 0;
        top: 2.125em;
        overflow: hidden;
        text-align: left;
        padding-left: 1em;
        padding-right: 1em;
    }
    .c-menu-main ul.c-menu-main__top .c-menu-main {
        position: relative;
    }
    .c-menu-main ul.c-menu-main__top .c-supernav__block {
        position: absolute;
        display: block;
        display: flex;
        background-color: #39a629;
        width: 660px !important;
    }
    .c-menu-main ul.c-menu-main__top .c-supernav__block::before {
        content: "";
        z-index: 1;
        position: absolute;
        top: 40px;
        bottom: 40px;
        left: 180px;
        border-left: 1px solid #2a275d;
    }
    .c-menu-main ul.c-menu-main__top .c-supernav__block>ul {
        width: 180px;
    }
    .c-menu-main ul.c-menu-main__top .c-supernav-logos {
        width: 480px;
        max-height: 0;
        transition: 0.3s ease-out;
        position: absolute;
        left: 190px;
        top: 0;
    }
    .c-menu-main ul.c-menu-main__top .c-supernav-logos:before,
    .c-menu-main ul.c-menu-main__top .c-supernav-logos:after {
        content: "";
        display: table;
    }
    .c-menu-main ul.c-menu-main__top .c-supernav-logos:after {
        clear: both;
    }
    .c-menu-main ul.c-menu-main__top .c-supernav-logos a {
        float: left;
        display: inline-block;
        height: 90px;
    }
    .c-menu-main ul.c-menu-main__top .c-supernav-logos a:hover {
        opacity: 0.64;
    }
    .c-menu-main ul.c-menu-main__top .c-supernav-logos img {
        display: block;
    }
    .c-menu-main ul.c-menu-main__top li.c-supernav {
        position: static !important;
    }
    .c-menu-main ul.c-menu-main__top li.c-supernav>ul:not(.c-supernav__block) {
        display: none;
    }
    .c-menu-main ul.c-menu-main__top li.c-supernav:hover>a {
        color: #2a275d;
    }
    .c-menu-main ul.c-menu-main__top li.c-supernav:hover ul,
    .c-menu-main ul.c-menu-main__top li.c-supernav:hover>div {
        max-height: 5000px !important;
    }
    .c-menu-main ul.c-menu-main__top li.c-supernav:hover ul ul,
    .c-menu-main ul.c-menu-main__top li.c-supernav:hover>div ul {
        box-shadow: none;
        position: relative;
        top: 0;
    }
}

.c-menu-main li.c-menu-main__parent ul {
    background-color: #39a629;
}

.c-menu-main li.c-menu-main__parent ul a {
    color: #fff;
}

.c-menu-main li.c-menu-main__parent ul a:hover {
    color: #2a275d;
}

.c-menu-main li.c-menu-main__parent ul.open {
    max-height: 500px;
    padding: 0.5em;
}

@media (min-width: 960px) {
    .c-menu-main li.c-menu-main__parent {
        position: relative;
    }
    .c-menu-main li.c-menu-main__parent:hover ul,
    .c-menu-main li.c-menu-main__parent:hover ul.open {
        max-height: 500px;
        padding-top: 1em;
        padding-bottom: 1em;
    }
}

.c-menu-main a {
    display: block;
    color: #39a629;
    text-decoration: none;
    padding: 0.25em 0;
    font-size: 12px;
    font-weight: 700;
}

.c-menu-main a:hover {
    color: #2a275d;
}

.c-menu-main .c-active {
    color: #2a275d;
    position: relative;
}

.c-menu-main .c-active:hover {
    color: #39a629;
}

.c-menu-main--check {
    display: none;
}

.hamburger-svg {
    width: 36px;
    height: 24px;
}

.hamburger-svg line {
    stroke: #39a629;
    stroke-width: 4px;
    transform-origin: 50% 50%;
    transition: transform 0.25s;
}

.hamburger-svg line:nth-child(1) {
    transform: translateY(-28px) rotate(0deg);
}

.hamburger-svg line:nth-child(3) {
    transform: translateY(28px) rotate(0deg);
}

.c-menu-main--check:checked+label .hamburger-svg line:nth-child(1) {
    transform: rotate(45deg);
}

.c-menu-main--check:checked+label .hamburger-svg line:nth-child(2) {
    transform: scale(0);
}

.c-menu-main--check:checked+label .hamburger-svg line:nth-child(3) {
    transform: rotate(-45deg);
}

.c-menu-main--check:checked~ul {
    max-height: 1000px;
}

.c-menu-main--trigger {
    cursor: pointer;
    margin: 0;
    height: 24px;
}

.c-menu-main--trigger span {
    line-height: 24px;
    color: #39a629;
    vertical-align: top;
    display: inline-block;
    font-weight: 700;
}

.c-menu-main--trigger:hover span {
    color: #39a629;
}

.c-menu-main--trigger:hover line {
    stroke: #39a629;
}

@media (min-width: 960px) {
    .c-menu-main--trigger,
    .c-menu-main--check {
        display: none;
    }
    .c-menu-main__top>li>a {
        font-size: 11px;
    }
}

@media (min-width: 1000px) {
    .c-menu-main__top>li>a {
        font-size: 12px;
    }
}

@media (min-width: 1060px) {
    .c-menu-main__top>li>a {
        font-size: 13px;
    }
}

@media (min-width: 1130px) {
    .c-menu-main ul.c-menu-main__top>li {
        padding: 4px 10px;
    }
}

@media (min-width: 1200px) {
    .c-menu-main ul.c-menu-main__top>li {
        padding: 4px 14px;
    }
}

.c-footer {
    padding-top: 3.75em;
}

@media (min-width: 40em) {
    .c-footer a,
    .c-footer p {
        font-size: 0.875em;
    }
}

.c-footer li li {
    margin-top: 0.5em;
}

.c-footer a {
    text-decoration: none;
}

.c-footer a:hover {
    color: #39a629;
}

.c-footer .c-active {
    font-weight: 700;
}

@supports (display: flex) {
    @media (min-width: 55em) {
        .c-footer-logo {
            float: left;
            margin-right: 2em;
        }
    }
}

@media (min-width: 55em) {
    @supports (display: flex) {
        .c-footer-menu > ul {
            display: flex;
            flex-wrap: wrap;
        }
    }
    .c-footer-menu>ul>li {
        margin-right: 1em;
    }
    @supports not (display: flex) {
        .c-footer-menu>ul>li {
            display: inline-block;
            vertical-align: top;
        }
    }
}

@media (min-width: 67.5em) {
    @supports (display: flex) {
        .c-footer-menu > ul {
            justify-content: space-between;
        }
    }
    @supports not (display: flex) {
        .c-footer-menu>ul>li {
            margin-right: 1.5em;
        }
    }
}

.c-copyright {
    margin-top: 2.5em;
    padding: 0.5em 0;
    background-color: #707070;
    color: #fff;
}

.c-copyright p {
    text-transform: uppercase;
    margin: 0;
}

.c-copyright p:last-child {
    height: 28px;
    margin-top: 1em;
}

.c-copyright span {
    line-height: 28px;
    display: inline-block;
    vertical-align: top;
    margin-right: 0.5em;
}

.c-copyright p {
    font-size: 0.875em;
}

@media (min-width: 45em) {
    .c-copyright {
        margin-top: 4em;
    }
    .c-copyright:before,
    .c-copyright:after {
        content: "";
        display: table;
    }
    .c-copyright:after {
        clear: both;
    }
    .c-copyright p {
        display: inline-block;
    }
    .c-copyright p:first-child {
        float: left;
        line-height: 28px;
    }
    .c-copyright p:last-child:not(:first-child) {
        clear: left;
        display: block;
    }
}

@media (min-width: 66.5em) {
    .c-copyright {
        margin-top: 6em;
    }
    .c-copyright p:last-child:not(:first-child) {
        clear: none;
        float: right;
        margin-top: 0;
    }
}

.c-dbwd-link {
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
    width: 50px;
    height: 28px;
    background-image: url("../img/dbwd.png");
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
}

.c-quick-contact {
    margin-top: 60px;
}

@media (min-width: 55em) {
    .c-col-8 {
        margin-top: 0;
    }
}

.c-slider {
    color: #5e5e5e;
}

.c-slider .slick-dots {
    bottom: 80px;
}

@media (min-width: 60em) {
    .c-slider .slick-dots {
        text-align: left;
        max-width: 87.5em;
        margin: 0 auto;
        padding: 0 1em;
    }
}

@media (min-width: 87.5em) {
    .c-slider .slick-dots {
        left: 50%;
        margin-left: -43.75em;
    }
}

.c-slide {
    margin-top: 0 !important;
    background-position: 50%;
    background-size: 100%;
    background-size: cover;
    position: relative;
    padding-top: 14em;
    padding-bottom: 9em;
}

.c-slide:not(:first-of-type):not(.slick-slide) {
    display: none;
}

.c-slide--top {
    background-position: 0 14em;
}

.c-hero {
    background-size: 100%;
    background-size: cover;
    background-position: 50%;
    position: relative;
    padding: 1em 0;
    min-height: 250px;
}

.c-hero-blank {
    min-height: 160px;
}

@media (min-width: 960px) {
    .c-hero-blank {
        min-height: 100px;
    }
}

.c-slide__content {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 2.5em 1em;
    text-align: center;
}

@media (min-width: 60em) {
    .c-slide__content {
        margin-left: 0;
        text-align: left;
        padding-left: 0;
    }
    .c-slide__content p {
        max-width: 50%;
    }
}

@media (max-width: 60em) {
    .c-slide__content {
        background-color: #fff;
        background-color: rgba(255, 255, 255, 0.64);
    }
}

.c-slide__content .h1,
.c-slide__content .h2 {
    color: #2a275d;
    text-transform: none;
}

.c-slide__content .h1 span,
.c-slide__content .h2 span {
    color: #39a629;
}

.c-slide__content .h1 {
    font-size: 2em;
}

.c-slide__content .h2 {
    font-size: 1.5em;
}

.c-slide__content .h2+.h1 {
    margin-top: 10px;
}

.c-slide__content p {
    margin-top: 1em;
}

.c-slide__content p:first-of-type {
    font-size: 1.125em;
    font-weight: 700;
}

@media (min-width: 40em) {
    .c-slide__content .h1 {
        font-size: 2.5em;
    }
    .c-slide__content .h2 {
        font-size: 1.5em;
    }
    .c-slide__content p:first-of-type {
        font-size: 1.25em;
    }
    .c-button {
        font-size: 1.25em;
    }
}

@media (min-width: 60em) {
    .c-slide {
        padding-top: calc(6em + 124px - 2.5em);
        padding-bottom: 5em;
        background-position: 50% 0;
    }
    .c-slide--top {
        background-position: 0 6em;
    }
    .c-slide__content p {
        font-size: 1.125em;
    }
    .c-slide__content .h1 {
        font-size: 3em;
    }
}

@media (min-width: 70em) {
    .c-slide__content .h1 {
        font-size: 4em;
    }
}

.c-slide__content p span {
    color: #39a629;
}

.c-slide__content .c-button {
    border-color: #39a629;
    margin-top: 1.5em;
}

.c-slide__content .c-button span {
    display: block;
    position: relative;
    top: 2px;
}

.c-cta {
    background-color: #39a629;
    color: #fff;
    padding: 1.125em 0 !important;
}

.c-cta strong {
    text-transform: uppercase;
}

.c-cta p {
    font-size: 1.125em;
    text-transform: uppercase;
    font-weight: 700;
}

@media (min-width: 55em) {
    .c-cta p {
        font-size: 1.3125em;
        letter-spacing: 0.35px;
    }
}

.slider-form-tab:not(.c-button) {
    top: 190px;
    position: fixed;
    right: -4.25em;
    transform: rotate(270deg);
    background-color: #39a629;
    padding: 0.75em 2em;
    text-align: center;
    z-index: 100;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.15);
}

.slider-form-tab:not(.c-button):hover {
    cursor: pointer;
}

.slider-form-tab:not(.c-button) h3 {
    letter-spacing: 0.5px;
    line-height: 20px;
    color: #fff;
    font-size: 14px !important;
    font-weight: 400;
}

.c-side-contact .modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

.c-side-contact .modal-body {
    padding-top: 0.5em;
}

.c-side-contact .c-button {
    font-size: 1em;
}

.c-cta {
    background-color: #39a629;
    color: #fff;
    padding: 1.125em 0 !important;
}

.c-cta strong {
    text-transform: uppercase;
}

.c-cta p {
    font-size: 1.125em;
    text-transform: uppercase;
    font-weight: 700;
}

@media (min-width: 55em) {
    .c-cta p {
        font-size: 1.3125em;
        letter-spacing: 0.35px;
    }
}

@media print {
    body>*:not(main),
    .c-slider,
    .c-button {
        display: none;
    }
    * {
        text-align: left;
    }
}

.c-social {
    margin-top: 1.5em;
}

.c-social a {
    text-indent: 200%;
    overflow: hidden;
    height: 32px;
    width: 32px;
    background-repeat: no-repeat;
    display: inline-block;
}

.c-social a:hover {
    opacity: .8;
}

.c-social__fb {
    background-image: url(../img/facebook.png);
    margin-right: 1em;
}

.c-social__insta {
    background-image: url(../img/instagram.png);
}

@media (min-width: 480px) {
    .c-footer .u-wrapper {
        position: relative;
    }
    .c-social {
        margin-top: 0;
        position: absolute;
        right: 1em;
        bottom: 0;
    }
}

.c-open {
    background-color: #2a275d;
    color: #fff;
    padding: 6px 0;
    text-align: center;
    position: relative;
    z-index: 101;
}

.c-open p {
    line-height: 16px;
    font-size: 14px;
}

.c-open+.c-header:not(.c-sticky) {
    margin-top: 44px;
}

.c-open a:hover {
    color: #39a629 !important;
}

@media (min-width: 420px) {
    .c-open+.c-header:not(.c-sticky) {
        margin-top: 28px;
    }
}

.c-modal__call p {
    display: inline;
    margin-left: 1em;
    color: #2a275d;
}