/*! CSS Used from: https://breww.com/assets/website/css/page.min.56c9bb2c3f44.css */
/*
1. Run Chrome plugin for homepage https://chrome.google.com/webstore/detail/css-used/cdopjfddjlonogibjahpnmjpoangjfff?hl=en
2. Remove anything with Font Awesome and links to files (search https)
3. Paste it below here occasionally to keep it up to date
 */
:root {
    --blue: #50a1ff;
    --indigo: #6610f2;
    --purple: #926dde;
    --pink: #e83e8c;
    --red: #ff4954;
    --orange: #ffbe00;
    --yellow: #ffba00;
    --green: #3cd458;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #868e96;
    --gray-dark: #343a40;
    --primary: #50a1ff;
    --secondary: #e9ecf0;
    --success: #3cd458;
    --info: #926dde;
    --warning: #ffba00;
    --danger: #ff4954;
    --light: #f8f9fa;
    --dark: #191919;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

footer, header, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: open sans, sans-serif;
    font-size: .9375rem;
    font-weight: 300;
    line-height: 1.9;
    color: #757575;
    text-align: left;
    background-color: #fff;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

blockquote {
    margin: 0 0 1rem;
}

strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

a {
    color: #50a1ff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0478ff;
    text-decoration: underline;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

img {
    vertical-align: middle;
    border-style: none;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button {
    overflow: visible;
}

button {
    text-transform: none;
}

button, [type=button] {
    -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

h1, h2, h3, h4, h6 {
    margin-bottom: .5rem;
    font-family: Dosis, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #323d47;
}

h1 {
    font-size: 2.57812rem;
}

h2 {
    font-size: 2.10938rem;
}

h3 {
    font-size: 1.75781rem;
}

h4 {
    font-size: 1.52344rem;
}

h6 {
    font-size: 1.05469rem;
}

.lead {
    font-size: 1.17188rem;
    font-weight: 300;
}

.display-4 {
    font-size: 3rem;
    font-weight: 200;
    line-height: 1.5;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

small, .small {
    font-size: 85%;
    font-weight: 400;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.17188rem;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-6, .col-10, .col-md-3, .col-md-4, .col-md-6, .col-md, .col-md-auto, .col-lg-5, .col-lg-6, .col-xl-2, .col-xl-4, .col-xl-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        order: 13;
    }
}

@media (min-width: 992px) {
    .col-lg-5 {
        -webkit-box-flex: 0;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1200px) {
    .col-xl-2 {
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.btn {
    display: inline-block;
    font-weight: 600;
    color: #757575;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: .9375rem;
    line-height: 1.9;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        transition: none;
    }
}

.btn:hover {
    color: #757575;
    text-decoration: none;
}

.btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn:disabled {
    opacity: .65;
}

.btn-primary {
    color: #fff;
    background-color: #50a1ff;
    border-color: #50a1ff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #3c96ff;
    border-color: #3c96ff;
    -webkit-box-shadow: 0 1px 10px rgba(80, 161, 255, .4);
    box-shadow: 0 1px 10px rgba(80, 161, 255, .4);
}

.btn-primary:focus {
    color: #fff;
    -webkit-box-shadow: 0 0 0 0 rgba(80, 161, 255, .5);
    box-shadow: 0 0 0 0 rgba(80, 161, 255, .5);
}

.btn-primary:disabled {
    background-color: #50a1ff;
    border-color: #50a1ff;
}

.btn-primary:not([disabled]):not(.disabled):active {
    color: #fff;
    background-color: #278bff;
    border-color: #278bff;
    -webkit-box-shadow: 0 0 0 0 rgba(80, 161, 255, .5);
    box-shadow: 0 0 0 0 rgba(80, 161, 255, .5);
}

.btn-secondary {
    color: #757575;
    background-color: #e9ecf0;
    border-color: #e9ecf0;
}

.btn-secondary:hover {
    color: #757575;
    background-color: #dde2e8;
    border-color: #dde2e8;
    -webkit-box-shadow: 0 1px 10px rgba(233, 236, 240, .4);
    box-shadow: 0 1px 10px rgba(233, 236, 240, .4);
}

.btn-secondary:focus {
    color: #757575;
    -webkit-box-shadow: 0 0 0 0 rgba(233, 236, 240, .5);
    box-shadow: 0 0 0 0 rgba(233, 236, 240, .5);
}

.btn-secondary:disabled {
    background-color: #e9ecf0;
    border-color: #e9ecf0;
}

.btn-secondary:not([disabled]):not(.disabled):active {
    color: #757575;
    background-color: #d1d7df;
    border-color: #d1d7df;
    -webkit-box-shadow: 0 0 0 0 rgba(233, 236, 240, .5);
    box-shadow: 0 0 0 0 rgba(233, 236, 240, .5);
}

.btn-success {
    color: #fff;
    background-color: #3cd458;
    border-color: #3cd458;
}

.btn-success:hover {
    color: #fff;
    background-color: #2dce4b;
    border-color: #2dce4b;
    -webkit-box-shadow: 0 1px 10px rgba(60, 212, 88, .4);
    box-shadow: 0 1px 10px rgba(60, 212, 88, .4);
}

.btn-success:focus {
    color: #fff;
    -webkit-box-shadow: 0 0 0 0 rgba(60, 212, 88, .5);
    box-shadow: 0 0 0 0 rgba(60, 212, 88, .5);
}

.btn-success:disabled {
    background-color: #3cd458;
    border-color: #3cd458;
}

.btn-success:not([disabled]):not(.disabled):active {
    color: #fff;
    background-color: #2abd45;
    border-color: #2abd45;
    -webkit-box-shadow: 0 0 0 0 rgba(60, 212, 88, .5);
    box-shadow: 0 0 0 0 rgba(60, 212, 88, .5);
}

.btn-warning {
    color: #fff;
    background-color: #ffba00;
    border-color: #ffba00;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ebab00;
    border-color: #ebab00;
    -webkit-box-shadow: 0 1px 10px rgba(255, 186, 0, .4);
    box-shadow: 0 1px 10px rgba(255, 186, 0, .4);
}

.btn-warning:focus {
    color: #fff;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 186, 0, .5);
    box-shadow: 0 0 0 0 rgba(255, 186, 0, .5);
}

.btn-warning:disabled {
    background-color: #ffba00;
    border-color: #ffba00;
}

.btn-warning:not([disabled]):not(.disabled):active {
    color: #fff;
    background-color: #d69c00;
    border-color: #d69c00;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 186, 0, .5);
    box-shadow: 0 0 0 0 rgba(255, 186, 0, .5);
}

.btn-outline-primary {
    color: #50a1ff;
    background-color: transparent;
    background-image: none;
    border-color: #50a1ff;
}

.btn-outline-primary:focus {
    color: #50a1ff;
    -webkit-box-shadow: 0 0 0 0 rgba(80, 161, 255, .5);
    box-shadow: 0 0 0 0 rgba(80, 161, 255, .5);
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #50a1ff;
    border-color: #50a1ff;
    -webkit-box-shadow: 0 1px 10px rgba(80, 161, 255, .4);
    box-shadow: 0 1px 10px rgba(80, 161, 255, .4);
}

.btn-outline-primary:disabled {
    color: #50a1ff;
    background-color: transparent;
}

.btn-outline-primary:not([disabled]):not(.disabled):active {
    color: #fff;
    background-color: #50a1ff;
    border-color: #50a1ff;
    -webkit-box-shadow: 0 0 0 0 rgba(80, 161, 255, .5);
    box-shadow: 0 0 0 0 rgba(80, 161, 255, .5);
}

.btn-outline-secondary {
    color: #e9ecf0;
    background-color: transparent;
    background-image: none;
    border-color: #e9ecf0;
}

.btn-outline-secondary:focus {
    color: #e9ecf0;
    -webkit-box-shadow: 0 0 0 0 rgba(233, 236, 240, .5);
    box-shadow: 0 0 0 0 rgba(233, 236, 240, .5);
}

.btn-outline-secondary:hover {
    color: #757575;
    background-color: #e9ecf0;
    border-color: #e9ecf0;
    -webkit-box-shadow: 0 1px 10px rgba(233, 236, 240, .4);
    box-shadow: 0 1px 10px rgba(233, 236, 240, .4);
}

.btn-outline-secondary:disabled {
    color: #e9ecf0;
    background-color: transparent;
}

.btn-outline-secondary:not([disabled]):not(.disabled):active {
    color: #757575;
    background-color: #e9ecf0;
    border-color: #e9ecf0;
    -webkit-box-shadow: 0 0 0 0 rgba(233, 236, 240, .5);
    box-shadow: 0 0 0 0 rgba(233, 236, 240, .5);
}

.btn-outline-success {
    color: #3cd458;
    background-color: transparent;
    background-image: none;
    border-color: #3cd458;
}

.btn-outline-success:focus {
    color: #3cd458;
    -webkit-box-shadow: 0 0 0 0 rgba(60, 212, 88, .5);
    box-shadow: 0 0 0 0 rgba(60, 212, 88, .5);
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #3cd458;
    border-color: #3cd458;
    -webkit-box-shadow: 0 1px 10px rgba(60, 212, 88, .4);
    box-shadow: 0 1px 10px rgba(60, 212, 88, .4);
}

.btn-outline-success:disabled {
    color: #3cd458;
    background-color: transparent;
}

.btn-outline-success:not([disabled]):not(.disabled):active {
    color: #fff;
    background-color: #3cd458;
    border-color: #3cd458;
    -webkit-box-shadow: 0 0 0 0 rgba(60, 212, 88, .5);
    box-shadow: 0 0 0 0 rgba(60, 212, 88, .5);
}

.btn-lg {
    padding: .375rem 1rem;
    font-size: 1.0625rem;
    line-height: 2.2;
    border-radius: .3rem;
}

.btn-sm {
    padding: .375rem .5rem;
    font-size: .9375rem;
    line-height: 1.5;
    border-radius: .125rem;
}

.nav {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
    text-decoration: none;
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}

.navbar > .container {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 1rem;
    font-size: 1.0625rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.0625rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-lg > .container {
        flex-wrap: nowrap;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-toggler {
    color: rgba(255, 255, 255, .65);
    border-color: rgba(0, 0, 0, .1);
}

.bg-dark {
    background-color: #191919 !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    align-items: center !important;
}

.w-10 {
    width: 10% !important;
}

.h-100 {
    height: 100% !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mr-2 {
    margin-right: .5rem !important;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.mb-4 {
    margin-bottom: 1rem !important;
}

.mt-5 {
    margin-top: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 1.5rem !important;
}

.my-7 {
    margin-top: 3rem !important;
}

.my-7 {
    margin-bottom: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.py-4 {
    padding-top: 1rem !important;
}

.py-4 {
    padding-bottom: 1rem !important;
}

.py-7 {
    padding-top: 3rem !important;
}

.pb-7, .py-7 {
    padding-bottom: 3rem !important;
}

.ml-auto {
    margin-left: auto !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }
}

.text-white {
    color: #fff !important;
}

@media print {
    *, *::before, *::after {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    img {
        page-break-inside: avoid;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }
}

a {
    color: #50a1ff;
    -webkit-transition: .2s linear;
    transition: .2s linear;
}

a:hover, a:focus {
    color: #50a1ff;
    text-decoration: none;
    outline: none;
}

strong {
    font-weight: 600;
}

.lead {
    font-size: 1.125rem;
}

h1, h2, h3, h4, h6 {
    color: #323d47;
    letter-spacing: .5px;
}

h6 strong {
    font-weight: 500;
}

h1 {
    font-weight: 400;
}

h2 {
    font-weight: 400;
}

h3 {
    font-weight: 400;
}

h4 {
    font-weight: 400;
}

h6 {
    font-weight: 500;
}

h6 {
    letter-spacing: .75px;
}

.blockquote {
    text-align: center;
    margin-bottom: 2rem;
}

.blockquote p::before, .blockquote p::after {
    font-size: 1.5rem;
    line-height: 1;
    opacity: .5;
}

.blockquote p::before {
    content: '“';
    margin-left: -13px;
    padding-right: 4px;
}

.blockquote p::after {
    content: '”';
    margin-right: -13px;
    padding-left: 4px;
}

.blockquote footer {
    color: #757575;
    font-size: .875rem;
    margin-top: 1.5rem;
}

.blockquote footer::before {
    content: '\2014';
    margin-right: .5rem;
}

@media (max-width: 991.98px) {
    .blockquote {
        padding-left: 2rem;
        padding-right: 2rem;
        margin-bottom: 2rem;
    }
}

hr {
    border-top-color: rgba(117, 117, 117, .09);
    margin: 2rem auto;
}

::-moz-selection {
    background: #74b4ff;
    color: #fff;
}

::selection {
    background: #74b4ff;
    color: #fff;
}

::-moz-selection {
    background: #74b4ff;
    color: #fff;
}

@media (max-width: 767.98px) {
    html {
        font-size: .87891rem;
    }
}

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

.btn {
    font-size: 11px;
    padding: 8px 26px 6px;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    border-radius: 2px;
    outline: none;
    -webkit-transition: .15s linear;
    transition: .15s linear;
}

button:focus {
    outline: none;
}

.btn-outline-secondary {
    color: #929daf;
}

.btn-xs {
    padding: 4px 12px 3px;
    font-size: 10px;
}

.btn-sm {
    padding: 8px 20px 6px;
    font-size: 11px;
}

.btn-lg {
    padding: 7px 32px 6px;
    font-size: 12px;
}

.btn-round {
    border-radius: 10rem;
}

.nav.flex-column .nav-link {
    padding: 2px 0;
}

.nav.flex-column .nav-link:first-child {
    padding-top: 0;
}

.nav-link {
    color: #757575;
    font-weight: 400;
}

.feature-1 .feature-icon {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 1.75rem;
    color: #929daf;
}

body {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-height: 100vh;
}

.main-content {
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.footer {
    background-color: #fff;
    padding: 1.25rem 0;
    border-top: 1px solid #f1f2f3;
    z-index: 1;
}

.row.gap-y {
    margin-top: -15px;
    margin-bottom: -15px;
}

.row.gap-y > [class*=col-] {
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    z-index: 1000;
    -webkit-transition: background-color .3s ease-out, -webkit-transform .3s ease-out;
    transition: background-color .3s ease-out, -webkit-transform .3s ease-out;
    transition: transform .3s ease-out, background-color .3s ease-out;
    transition: transform .3s ease-out, background-color .3s ease-out, -webkit-transform .3s ease-out;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 56px;
}

.navbar .container > .btn {
    flex-shrink: 0;
}

.navbar-left {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-shrink: 0;
}

.navbar-brand {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
}

.navbar-brand img {
    vertical-align: baseline;
    max-height: 50px;
}

.navbar-divider {
    display: inline-block;
    height: 16px;
    width: 1px;
    background-color: #fff;
    margin: 0 1rem;
    opacity: .15;
}

.navbar-toggler {
    margin-right: 1rem;
    border: none;
    cursor: pointer;
    font-size: 1.5rem;
}

.nav-navbar {
    position: relative;
}

.nav-navbar > .nav-link {
    line-height: 56px;
    padding-top: 0;
    padding-bottom: 0;
}

.nav-navbar .nav-link {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .87em;
    word-spacing: 2px;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
}

.navbar-mobile {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
}

@media (max-width: 991.98px) {
    .navbar-expand-lg .navbar-mobile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: start;
        align-items: flex-start;
        width: 300px;
        height: 100vh;
        position: fixed;
        top: 0;
        left: -300px;
        bottom: 0;
        padding: 20px;
        background-color: #fff;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-transition: left .3s ease;
        transition: left .3s ease;
        z-index: 1002;
    }

    .navbar-expand-lg .navbar-mobile > * {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-expand-lg .navbar-divider {
        display: block;
        height: 1px;
        width: 100%;
        margin: 1rem 0;
        padding: 0;
    }

    .navbar-expand-lg .nav-navbar:not(.nav-inline) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        flex-wrap: nowrap;
        width: 100%;
    }

    .navbar-expand-lg .nav-navbar:not(.nav-inline) > .nav-link {
        min-height: inherit;
        line-height: inherit;
        padding-top: .75rem;
        padding-bottom: .75rem;
        font-size: .95rem;
        text-transform: none;
    }

    .navbar-expand-lg .d-mobile-none {
        display: none !important;
    }
}

.navbar-light .logo-dark {
    display: none;
}

.navbar-light .logo-light {
    display: inline-block;
}

.navbar-light .navbar-toggler {
    color: rgba(255, 255, 255, .65);
}

.navbar-light .navbar-toggler:hover {
    color: #fff;
}

.navbar-light .navbar-divider {
    background-color: rgba(255, 255, 255, .65);
}

.navbar-light .nav-navbar > .nav-link {
    color: rgba(255, 255, 255, .65);
}

.navbar-light .nav-navbar > .nav-link:hover {
    color: #fff;
}

.popup {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    padding: 1.5rem;
    background-color: #fff;
    border: 1px solid #f1f2f3;
    border-radius: .25rem;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
    z-index: 1010;
    visibility: hidden;
    opacity: 0;
}

.popup.show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
}

.popup.show[data-position$=-center] {
    -webkit-transform: translate(-50%, 0) !important;
    transform: translate(-50%, 0) !important;
}

.popup[data-position=bottom-center] {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.header {
    position: relative;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 146px;
    padding-bottom: 90px;
}

.header > .container {
    position: relative;
    height: 100%;
}

.section {
    position: relative;
    border-bottom: none;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.section > .container {
    position: relative;
    height: 100%;
}

@media (max-width: 991.98px) {
    .section {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

.section-header {
    text-align: center;
    max-width: 70%;
    margin: 0 auto 70px;
}

.section-header small {
    display: inline-block;
    font-size: .6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .75px;
    margin-bottom: 1.5rem;
    word-spacing: 2px;
    color: rgba(153, 153, 153, .6);
}

.section-header hr {
    width: 50px;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
}

@media (max-width: 991.98px) {
    .section-header {
        max-width: 90%;
    }
}

.opacity-70 {
    opacity: .7 !important;
}

.mw-200 {
    min-width: 200px !important;
}

.gap-xy {
    margin: -8px;
}

.gap-xy > * {
    display: inline-block;
    margin: 8px;
}

.text-white {
    color: rgba(255, 255, 255, .85) !important;
}

.navbar-brand img {
    max-height: 40px;
}

.text-accent1 {
    color: #e5f4f8;
}

.text-accent2 {
    color: #9da099;
}

h1, h2, h3, h4, h6 {
    color: #5173b4;
}

@media only screen and (max-width: 600px) {
    .navbar-brand img {
        max-width: 120px;
    }

    .header {
        padding-top: 90px;
    }

    .hidden_on_mobiles {
        display: none;
    }
}

@media only screen and (min-width: 600px) {
    .hidden_on_non_mobiles {
        display: none;
    }
}

.flag-icon {
    -webkit-background-size: contain;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

.flag-icon {
    position: relative;
    display: inline-block;
    width: 1.33333em;
    line-height: 1em;
}

.flag-icon:before {
    content: '\00a0';
}

.fab {
    position: fixed;
    bottom: 24px;
    right: 40px;
    z-index: 1001;
}
