﻿
.Section {
    z-index: 100;
    position: relative;
    padding: 4rem 0;
    text-align: center;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.pswp, html {
    -webkit-text-size-adjust: 100%;
}

.owl-carousel, .owl-carousel .owl-item, .owl-theme .owl-dots, .owl-theme .owl-nav, .pswp__container, .pswp__img, html {
    -webkit-tap-highlight-color: transparent;
}

.Container--Small:after, .Container--Small:before, .Container--Wide:after, .Container--Wide:before, .Container:after, .Container:before, .Header:before, .Header__Center-content:after, .Header__Center-content:before, .Navigation__Toggle__Icon:after, .Navigation__Toggle__Icon:before {
    content: '';
}

.Container, .Container--Small, .Container--Wide {
    margin-left: auto;
    margin-right: auto;
}

.Container {
    max-width: 1000px;
    padding: 0 2rem;
}

    .Container:after {
        clear: both;
    }

.Legal__document {
    text-align: left;
}

strong{
    font-weight: bold;
}

.Legal__document p {
    font-weight: bolder !important;
}


article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

.Container--Small:after, .Container--Small:before, .Container--Wide:after, .Container--Wide:before, .Container:after, .Container:before, .Header__Center-content:before {
    display: table;
}

*, :after, :before {
    box-sizing: border-box;
}

body, html {
    font-size: 14px;
}

body, h1, h2, h3, h4, h5, h6 {
 
    font-weight: bold;
    color: #2E5187;
}

body {
    font-weight: 200;
    line-height: 1.5;
    height: 100vh;
    color: black;
    background-color: #f5f8fa;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
}
