@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap');


*, *::before, *::after {
    box-sizing: border-box;
}
body, input, textarea, button, select {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
body,html{
    background-color:#626566;
    background-image:url(https://cdn.shopify.com/s/files/1/0021/4961/3667/t/1/assets/global.jpg);
    background-position:center center;
    background-attachment:fixed;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    font-size: 14px;
    font-family: Montserrat,sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #fff;
    line-height: 1.5;
    margin: 0;
}
ul, ol {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
    margin-top: 15%;
}
a {
    color: #fff;
    text-decoration: none;
}
img {
    max-width: 100%;
    border: 0;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin: 0 0 17.5px;
    font-family: Montserrat,sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
h1, .h1 {
    font-size: 2em;
    text-transform: none;
    letter-spacing: 0;
}
h2, .h2 {
    font-size: 1.4em;
    text-transform: uppercase;
    margin-top: 10%;
    letter-spacing: 0.1em;
}
.page-container {
    transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
    position: relative;
    overflow: hidden;
}
.main-content {
    display: block;
    padding-top: 35px;
}
.index-section {
    padding-top: 0;
    padding-bottom: 0;
}
.index-section:first-child {
    padding-top: 0;
    border-top: 0;
}
.page-width {
    *zoom: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 55px;
    padding-right: 55px;
}
.page-width::after,
.grid::after {
    content: '';
    display: table;
    clear: both;
}
.logo-bar {
    list-style: none;
    text-align: center;
    margin-bottom: 0;
    margin-top: 65px;
}
.logo-bar__item {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    margin: 0 27.5px 35px;
}
.logo-bar__link {
    display: block;
}
.logo-bar__image {
    display: block;
    margin: 0 auto;
}
.grid {
    *zoom: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -30px;
}
.grid__item {
    float: left;
    padding-left: 30px;
    width: 100%;
}
.text-center {
    text-align: center !important;
}
.rich-text__heading--large {
    font-size: 1.4em;
}
header {
    display: none;
}
.section-header {
    margin-bottom: 35px;
}
.grid-item {
    float: left;
    padding-left: 12%;
    vertical-align: top;
    text-align: -webkit-auto;
    margin-top: 5%;
}
.product-grid-item {
 display: flex;
 align-items: center;
}
.product-grid-image {
    width: 30px;
    border-radius: 30px;
    border: 2px;
    margin: 15px;
    float: left;
    vertical-align: text-bottom;
    margin-right: 0;
}
.product-grid-item p {
    margin: 0 0 0 15px !important;
}
svg:not(:root) {
    overflow: hidden;
    border-radius: 100%;
    border: 2px solid #fff;
    width: 32px;
    height: 32px;
}
#shopify-section-footer, #slideshow-info {
    display: none;
}

@media only screen and (max-width: 749px) {
h1, .h1 {
    font-size: 1.7em;
}
.small--one-half {
    width: 50%;
}
ul.footer-social-icons {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    top: -13px;
    margin-left: 0;
    text-align: center;
    width: 100%;
    margin-top: 10%;
}
}
@media only screen and (min-width: 750px) {
.page-container {
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.main-content {
    padding-top: 55px;
}
.index-section {
    padding-top: 10px;
    padding-bottom: 55px;
}
.page-width-country {
    width: 70% !important;
    margin: 0 auto !important;
}
.section-header {
    margin-bottom: 55px;
}
.grid-item {
    padding-left: 0% !important;
    margin-top: 0;
    width: 20% !important;
}
ul.footer-social-icons {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    top: -13px;
    margin-left: 25%;
    text-align: center;
    width: 50%;
    margin-top: 5%;
}
.logo-bar {
    margin-top: 10%;
}
}

@media only screen and (max-width: 989px) {
.grid-item {
    padding-left: 2% !important;
    margin-top: 0%;
}
}

