﻿/*bootstrap.min.css*/
/*! * Bootstrap v3.3.7 (http://getbootstrap.com) * Copyright 2011-2016 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

input {
    line-height: normal;
}

    input[type=checkbox], input[type=radio] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type=search] {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield;
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td, th {
    padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *, :after, :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    img, tr {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    h2, h3, p {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td, .table th {
            background-color: #fff !important;
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot@#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "02a";
}

.glyphicon-plus:before {
    content: "02b";
}

.glyphicon-eur:before, .glyphicon-euro:before {
    content: "20ac";
}

.glyphicon-minus:before {
    content: "2212";
}

.glyphicon-cloud:before {
    content: "2601";
}

.glyphicon-envelope:before {
    content: "2709";
}

.glyphicon-pencil:before {
    content: "270f";
}

.glyphicon-glass:before {
    content: "e001";
}

.glyphicon-music:before {
    content: "e002";
}

.glyphicon-search:before {
    content: "e003";
}

.glyphicon-heart:before {
    content: "e005";
}

.glyphicon-star:before {
    content: "e006";
}

.glyphicon-star-empty:before {
    content: "e007";
}

.glyphicon-user:before {
    content: "e008";
}

.glyphicon-film:before {
    content: "e009";
}

.glyphicon-th-large:before {
    content: "e010";
}

.glyphicon-th:before {
    content: "e011";
}

.glyphicon-th-list:before {
    content: "e012";
}

.glyphicon-ok:before {
    content: "e013";
}

.glyphicon-remove:before {
    content: "e014";
}

.glyphicon-zoom-in:before {
    content: "e015";
}

.glyphicon-zoom-out:before {
    content: "e016";
}

.glyphicon-off:before {
    content: "e017";
}

.glyphicon-signal:before {
    content: "e018";
}

.glyphicon-cog:before {
    content: "e019";
}

.glyphicon-trash:before {
    content: "e020";
}

.glyphicon-home:before {
    content: "e021";
}

.glyphicon-file:before {
    content: "e022";
}

.glyphicon-time:before {
    content: "e023";
}

.glyphicon-road:before {
    content: "e024";
}

.glyphicon-download-alt:before {
    content: "e025";
}

.glyphicon-download:before {
    content: "e026";
}

.glyphicon-upload:before {
    content: "e027";
}

.glyphicon-inbox:before {
    content: "e028";
}

.glyphicon-play-circle:before {
    content: "e029";
}

.glyphicon-repeat:before {
    content: "e030";
}

.glyphicon-refresh:before {
    content: "e031";
}

.glyphicon-list-alt:before {
    content: "e032";
}

.glyphicon-lock:before {
    content: "e033";
}

.glyphicon-flag:before {
    content: "e034";
}

.glyphicon-headphones:before {
    content: "e035";
}

.glyphicon-volume-off:before {
    content: "e036";
}

.glyphicon-volume-down:before {
    content: "e037";
}

.glyphicon-volume-up:before {
    content: "e038";
}

.glyphicon-qrcode:before {
    content: "e039";
}

.glyphicon-barcode:before {
    content: "e040";
}

.glyphicon-tag:before {
    content: "e041";
}

.glyphicon-tags:before {
    content: "e042";
}

.glyphicon-book:before {
    content: "e043";
}

.glyphicon-bookmark:before {
    content: "e044";
}

.glyphicon-print:before {
    content: "e045";
}

.glyphicon-camera:before {
    content: "e046";
}

.glyphicon-font:before {
    content: "e047";
}

.glyphicon-bold:before {
    content: "e048";
}

.glyphicon-italic:before {
    content: "e049";
}

.glyphicon-text-height:before {
    content: "e050";
}

.glyphicon-text-width:before {
    content: "e051";
}

.glyphicon-align-left:before {
    content: "e052";
}

.glyphicon-align-center:before {
    content: "e053";
}

.glyphicon-align-right:before {
    content: "e054";
}

.glyphicon-align-justify:before {
    content: "e055";
}

.glyphicon-list:before {
    content: "e056";
}

.glyphicon-indent-left:before {
    content: "e057";
}

.glyphicon-indent-right:before {
    content: "e058";
}

.glyphicon-facetime-video:before {
    content: "e059";
}

.glyphicon-picture:before {
    content: "e060";
}

.glyphicon-map-marker:before {
    content: "e062";
}

.glyphicon-adjust:before {
    content: "e063";
}

.glyphicon-tint:before {
    content: "e064";
}

.glyphicon-edit:before {
    content: "e065";
}

.glyphicon-share:before {
    content: "e066";
}

.glyphicon-check:before {
    content: "e067";
}

.glyphicon-move:before {
    content: "e068";
}

.glyphicon-step-backward:before {
    content: "e069";
}

.glyphicon-fast-backward:before {
    content: "e070";
}

.glyphicon-backward:before {
    content: "e071";
}

.glyphicon-play:before {
    content: "e072";
}

.glyphicon-pause:before {
    content: "e073";
}

.glyphicon-stop:before {
    content: "e074";
}

.glyphicon-forward:before {
    content: "e075";
}

.glyphicon-fast-forward:before {
    content: "e076";
}

.glyphicon-step-forward:before {
    content: "e077";
}

.glyphicon-eject:before {
    content: "e078";
}

.glyphicon-chevron-left:before {
    content: "e079";
}

.glyphicon-chevron-right:before {
    content: "e080";
}

.glyphicon-plus-sign:before {
    content: "e081";
}

.glyphicon-minus-sign:before {
    content: "e082";
}

.glyphicon-remove-sign:before {
    content: "e083";
}

.glyphicon-ok-sign:before {
    content: "e084";
}

.glyphicon-question-sign:before {
    content: "e085";
}

.glyphicon-info-sign:before {
    content: "e086";
}

.glyphicon-screenshot:before {
    content: "e087";
}

.glyphicon-remove-circle:before {
    content: "e088";
}

.glyphicon-ok-circle:before {
    content: "e089";
}

.glyphicon-ban-circle:before {
    content: "e090";
}

.glyphicon-arrow-left:before {
    content: "e091";
}

.glyphicon-arrow-right:before {
    content: "e092";
}

.glyphicon-arrow-up:before {
    content: "e093";
}

.glyphicon-arrow-down:before {
    content: "e094";
}

.glyphicon-share-alt:before {
    content: "e095";
}

.glyphicon-resize-full:before {
    content: "e096";
}

.glyphicon-resize-small:before {
    content: "e097";
}

.glyphicon-exclamation-sign:before {
    content: "e101";
}

.glyphicon-gift:before {
    content: "e102";
}

.glyphicon-leaf:before {
    content: "e103";
}

.glyphicon-fire:before {
    content: "e104";
}

.glyphicon-eye-open:before {
    content: "e105";
}

.glyphicon-eye-close:before {
    content: "e106";
}

.glyphicon-warning-sign:before {
    content: "e107";
}

.glyphicon-plane:before {
    content: "e108";
}

.glyphicon-calendar:before {
    content: "e109";
}

.glyphicon-random:before {
    content: "e110";
}

.glyphicon-comment:before {
    content: "e111";
}

.glyphicon-magnet:before {
    content: "e112";
}

.glyphicon-chevron-up:before {
    content: "e113";
}

.glyphicon-chevron-down:before {
    content: "e114";
}

.glyphicon-retweet:before {
    content: "e115";
}

.glyphicon-shopping-cart:before {
    content: "e116";
}

.glyphicon-folder-close:before {
    content: "e117";
}

.glyphicon-folder-open:before {
    content: "e118";
}

.glyphicon-resize-vertical:before {
    content: "e119";
}

.glyphicon-resize-horizontal:before {
    content: "e120";
}

.glyphicon-hdd:before {
    content: "e121";
}

.glyphicon-bullhorn:before {
    content: "e122";
}

.glyphicon-bell:before {
    content: "e123";
}

.glyphicon-certificate:before {
    content: "e124";
}

.glyphicon-thumbs-up:before {
    content: "e125";
}

.glyphicon-thumbs-down:before {
    content: "e126";
}

.glyphicon-hand-right:before {
    content: "e127";
}

.glyphicon-hand-left:before {
    content: "e128";
}

.glyphicon-hand-up:before {
    content: "e129";
}

.glyphicon-hand-down:before {
    content: "e130";
}

.glyphicon-circle-arrow-right:before {
    content: "e131";
}

.glyphicon-circle-arrow-left:before {
    content: "e132";
}

.glyphicon-circle-arrow-up:before {
    content: "e133";
}

.glyphicon-circle-arrow-down:before {
    content: "e134";
}

.glyphicon-globe:before {
    content: "e135";
}

.glyphicon-wrench:before {
    content: "e136";
}

.glyphicon-tasks:before {
    content: "e137";
}

.glyphicon-filter:before {
    content: "e138";
}

.glyphicon-briefcase:before {
    content: "e139";
}

.glyphicon-fullscreen:before {
    content: "e140";
}

.glyphicon-dashboard:before {
    content: "e141";
}

.glyphicon-paperclip:before {
    content: "e142";
}

.glyphicon-heart-empty:before {
    content: "e143";
}

.glyphicon-link:before {
    content: "e144";
}

.glyphicon-phone:before {
    content: "e145";
}

.glyphicon-pushpin:before {
    content: "e146";
}

.glyphicon-usd:before {
    content: "e148";
}

.glyphicon-gbp:before {
    content: "e149";
}

.glyphicon-sort:before {
    content: "e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "e152";
}

.glyphicon-sort-by-order:before {
    content: "e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "e154";
}

.glyphicon-sort-by-attributes:before {
    content: "e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "e156";
}

.glyphicon-unchecked:before {
    content: "e157";
}

.glyphicon-expand:before {
    content: "e158";
}

.glyphicon-collapse-down:before {
    content: "e159";
}

.glyphicon-collapse-up:before {
    content: "e160";
}

.glyphicon-log-in:before {
    content: "e161";
}

.glyphicon-flash:before {
    content: "e162";
}

.glyphicon-log-out:before {
    content: "e163";
}

.glyphicon-new-window:before {
    content: "e164";
}

.glyphicon-record:before {
    content: "e165";
}

.glyphicon-save:before {
    content: "e166";
}

.glyphicon-open:before {
    content: "e167";
}

.glyphicon-saved:before {
    content: "e168";
}

.glyphicon-import:before {
    content: "e169";
}

.glyphicon-export:before {
    content: "e170";
}

.glyphicon-send:before {
    content: "e171";
}

.glyphicon-floppy-disk:before {
    content: "e172";
}

.glyphicon-floppy-saved:before {
    content: "e173";
}

.glyphicon-floppy-remove:before {
    content: "e174";
}

.glyphicon-floppy-save:before {
    content: "e175";
}

.glyphicon-floppy-open:before {
    content: "e176";
}

.glyphicon-credit-card:before {
    content: "e177";
}

.glyphicon-transfer:before {
    content: "e178";
}

.glyphicon-cutlery:before {
    content: "e179";
}

.glyphicon-header:before {
    content: "e180";
}

.glyphicon-compressed:before {
    content: "e181";
}

.glyphicon-earphone:before {
    content: "e182";
}

.glyphicon-phone-alt:before {
    content: "e183";
}

.glyphicon-tower:before {
    content: "e184";
}

.glyphicon-stats:before {
    content: "e185";
}

.glyphicon-sd-video:before {
    content: "e186";
}

.glyphicon-hd-video:before {
    content: "e187";
}

.glyphicon-subtitles:before {
    content: "e188";
}

.glyphicon-sound-stereo:before {
    content: "e189";
}

.glyphicon-sound-dolby:before {
    content: "e190";
}

.glyphicon-sound-5-1:before {
    content: "e191";
}

.glyphicon-sound-6-1:before {
    content: "e192";
}

.glyphicon-sound-7-1:before {
    content: "e193";
}

.glyphicon-copyright-mark:before {
    content: "e194";
}

.glyphicon-registration-mark:before {
    content: "e195";
}

.glyphicon-cloud-download:before {
    content: "e197";
}

.glyphicon-cloud-upload:before {
    content: "e198";
}

.glyphicon-tree-conifer:before {
    content: "e199";
}

.glyphicon-tree-deciduous:before {
    content: "e200";
}

.glyphicon-cd:before {
    content: "e201";
}

.glyphicon-save-file:before {
    content: "e202";
}

.glyphicon-open-file:before {
    content: "e203";
}

.glyphicon-level-up:before {
    content: "e204";
}

.glyphicon-copy:before {
    content: "e205";
}

.glyphicon-paste:before {
    content: "e206";
}

.glyphicon-alert:before {
    content: "e209";
}

.glyphicon-equalizer:before {
    content: "e210";
}

.glyphicon-king:before {
    content: "e211";
}

.glyphicon-queen:before {
    content: "e212";
}

.glyphicon-pawn:before {
    content: "e213";
}

.glyphicon-bishop:before {
    content: "e214";
}

.glyphicon-knight:before {
    content: "e215";
}

.glyphicon-baby-formula:before {
    content: "e216";
}

.glyphicon-tent:before {
    content: "26fa";
}

.glyphicon-blackboard:before {
    content: "e218";
}

.glyphicon-bed:before {
    content: "e219";
}

.glyphicon-apple:before {
    content: "f8ff";
}

.glyphicon-erase:before {
    content: "e221";
}

.glyphicon-hourglass:before {
    content: "231b";
}

.glyphicon-lamp:before {
    content: "e223";
}

.glyphicon-duplicate:before {
    content: "e224";
}

.glyphicon-piggy-bank:before {
    content: "e225";
}

.glyphicon-scissors:before {
    content: "e226";
}

.glyphicon-bitcoin:before {
    content: "e227";
}

.glyphicon-btc:before {
    content: "e227";
}

.glyphicon-xbt:before {
    content: "e227";
}

.glyphicon-yen:before {
    content: "0a5";
}

.glyphicon-jpy:before {
    content: "0a5";
}

.glyphicon-ruble:before {
    content: "20bd";
}

.glyphicon-rub:before {
    content: "20bd";
}

.glyphicon-scale:before {
    content: "e230";
}

.glyphicon-ice-lolly:before {
    content: "e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "e232";
}

.glyphicon-education:before {
    content: "e233";
}

.glyphicon-option-horizontal:before {
    content: "e234";
}

.glyphicon-option-vertical:before {
    content: "e235";
}

.glyphicon-menu-hamburger:before {
    content: "e236";
}

.glyphicon-modal-window:before {
    content: "e237";
}

.glyphicon-oil:before {
    content: "e238";
}

.glyphicon-grain:before {
    content: "e239";
}

.glyphicon-sunglasses:before {
    content: "e240";
}

.glyphicon-text-size:before {
    content: "e241";
}

.glyphicon-text-color:before {
    content: "e242";
}

.glyphicon-text-background:before {
    content: "e243";
}

.glyphicon-object-align-top:before {
    content: "e244";
}

.glyphicon-object-align-bottom:before {
    content: "e245";
}

.glyphicon-object-align-horizontal:before {
    content: "e246";
}

.glyphicon-object-align-left:before {
    content: "e247";
}

.glyphicon-object-align-vertical:before {
    content: "e248";
}

.glyphicon-object-align-right:before {
    content: "e249";
}

.glyphicon-triangle-right:before {
    content: "e250";
}

.glyphicon-triangle-left:before {
    content: "e251";
}

.glyphicon-triangle-bottom:before {
    content: "e252";
}

.glyphicon-triangle-top:before {
    content: "e253";
}

.glyphicon-console:before {
    content: "e254";
}

.glyphicon-superscript:before {
    content: "e255";
}

.glyphicon-subscript:before {
    content: "e256";
}

.glyphicon-menu-left:before {
    content: "e257";
}

.glyphicon-menu-right:before {
    content: "e258";
}

.glyphicon-menu-down:before {
    content: "e259";
}

.glyphicon-menu-up:before {
    content: "e260";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

    a:focus, a:hover {
        color: #23527c;
        text-decoration: underline;
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role=button] {
    cursor: pointer;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-weight: 400;
        line-height: 1;
        color: #777;
    }

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
        font-size: 65%;
    }

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-size: 75%;
    }

.h1, h1 {
    font-size: 36px;
}

.h2, h2 {
    font-size: 30px;
}

.h3, h3 {
    font-size: 24px;
}

.h4, h4 {
    font-size: 18px;
}

.h5, h5 {
    font-size: 14px;
}

.h6, h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width:768px) {
    .lead {
        font-size: 21px;
    }
}

.small, small {
    font-size: 85%;
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:focus, a.text-primary:hover {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:focus, a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:focus, a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:focus, a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:focus, a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #337ab7;
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dd, dt {
    line-height: 1.42857143;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

    blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
        margin-bottom: 0;
    }

    blockquote .small, blockquote footer, blockquote small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #777;
    }

        blockquote .small:before, blockquote footer:before, blockquote small:before {
            content: '2014 0A0';
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        text-align: right;
        border-right: 5px solid #eee;
        border-left: 0;
    }

        .blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
            content: '';
        }

        .blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
            content: '0A0 2014';
        }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:768px) {
    .container {
        width: 750px;
    }
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-right: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none;
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8;
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8;
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6;
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7;
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3;
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc;
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede;
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
                border-bottom: 0;
            }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px9;
    line-height: normal;
}

input[type=file] {
    display: block;
}

input[type=range] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control::-ms-expand {
        background-color: transparent;
        border: 0;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #eee;
        opacity: 1;
    }

    .form-control[disabled], fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

textarea.form-control {
    height: auto;
}

input[type=search] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
        line-height: 34px;
    }

    .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
        line-height: 30px;
    }

    .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .checkbox label, .radio label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer;
    }

    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
        position: absolute;
        margin-top: 4px9;
        margin-left: -20px;
    }

    .checkbox + .checkbox, .radio + .radio {
        margin-top: -5px;
    }

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px;
    }

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed;
}

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
    cursor: not-allowed;
}

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
    cursor: not-allowed;
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

    .form-control-static.input-lg, .form-control-static.input-sm {
        padding-right: 0;
        padding-left: 0;
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

select[multiple].input-sm, textarea.input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

select[multiple].input-lg, textarea.input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .checkbox label, .form-inline .radio label {
            padding-left: 0;
        }

        .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn.focus, .btn:focus, .btn:hover {
        color: #333;
        text-decoration: none;
    }

    .btn.active, .btn:active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default.focus, .btn-default:focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary.focus, .btn-primary:focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

    .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

        .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40;
        }

    .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success.focus, .btn-success:focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625;
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

        .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
            color: #fff;
            background-color: #398439;
            border-color: #255625;
        }

    .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info.focus, .btn-info:focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85;
    }

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

        .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85;
        }

    .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning.focus, .btn-warning:focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d;
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

        .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d;
        }

    .btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger.focus, .btn-danger:focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19;
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

        .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19;
        }

    .btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0;
}

    .btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
            border-color: transparent;
        }

            .btn-link:focus, .btn-link:hover {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
                color: #777;
                text-decoration: none;
            }

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height,visibility;
    -o-transition-property: height,visibility;
    transition-property: height,visibility;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown, .dropup {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #337ab7;
        outline: 0;
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
        color: #777;
    }

        .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        float: left;
    }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
            z-index: 2;
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        display: table-cell;
        float: none;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*=col-] {
        float: none;
        padding-right: 0;
        padding-left: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

        .input-group .form-control:focus {
            z-index: 3;
        }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

    .input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
        margin-top: 0;
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px;
    }

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:focus, .nav > li > a:hover {
                text-decoration: none;
                background-color: #eee;
            }

        .nav > li.disabled > a {
            color: #777;
        }

            .nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
                color: #777;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent;
            }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        background-color: #eee;
        border-color: #337ab7;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            color: #555;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                margin-bottom: 5px;
                text-align: center;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media (min-width:768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd;
}

@media (min-width:768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        color: #fff;
        background-color: #337ab7;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            margin-bottom: 5px;
            text-align: center;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width:768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border: 1px solid #ddd;
    }

@media (min-width:768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px;
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width:768px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width:768px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

@media (min-width:768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width:768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
                background-image: none;
            }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .checkbox label, .navbar-form .radio label {
            padding-left: 0;
        }

        .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0;
        }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777;
    }

        .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            background-color: #ddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-default .btn-link {
    color: #777;
}

    .navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
        color: #333;
    }

    .navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
        color: #ccc;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        color: #fff;
        background-color: #080808;
    }

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

    .navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
        color: #444;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/0a0";
        }

    .breadcrumb > .active {
        color: #777;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
            z-index: 2;
            color: #23527c;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7;
    }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager li {
        display: inline;
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:focus, .pager li > a:hover {
                text-decoration: none;
                background-color: #eee;
            }

    .pager .next > a, .pager .next > span {
        float: right;
    }

    .pager .previous > a, .pager .previous > span {
        float: left;
    }

    .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777;
}

    .label-default[href]:focus, .label-default[href]:hover {
        background-color: #5e5e5e;
    }

.label-primary {
    background-color: #337ab7;
}

    .label-primary[href]:focus, .label-primary[href]:hover {
        background-color: #286090;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:focus, .label-success[href]:hover {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:focus, .label-info[href]:hover {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:focus, .label-warning[href]:hover {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:focus, .label-danger[href]:hover {
        background-color: #c9302c;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-group-xs > .btn .badge, .btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff;
}

.list-group-item > .badge {
    float: right;
}

    .list-group-item > .badge + .badge {
        margin-right: 5px;
    }

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

    .jumbotron .h1, .jumbotron h1 {
        color: inherit;
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200;
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5;
    }

.container .jumbotron, .container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

    .thumbnail a > img, .thumbnail > img {
        margin-right: auto;
        margin-left: auto;
    }

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #337ab7;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: 700;
    }

    .alert > p, .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.media {
    margin-top: 15px;
}

    .media:first-child {
        margin-top: 0;
    }

.media, .media-body {
    overflow: hidden;
    zoom: 1;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

    .media-object.img-thumbnail {
        max-width: none;
    }

.media-right, .media > .pull-right {
    padding-left: 10px;
}

.media-left, .media > .pull-left {
    padding-right: 10px;
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .list-group-item:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

a.list-group-item, button.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
        color: #555;
        text-decoration: none;
        background-color: #f5f5f5;
    }

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
        color: #777;
    }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
        color: #c7ddef;
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info, button.list-group-item-info {
    color: #31708f;
}

    a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b;
}

    a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0;
}

    .panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
        padding-right: 15px;
        padding-left: 15px;
    }

    .panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
        }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
        border-top: 0;
    }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #337ab7;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7;
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5;
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        -o-transform: translate(0,-25%);
        transform: translate(0,-25%);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto;
}

    .tooltip.in {
        filter: alpha(opacity=90);
        opacity: .9;
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px;
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px;
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    line-break: auto;
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        content: "";
        border-width: 10px;
    }

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0;
}

    .popover.top > .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        content: " ";
        border-top-color: #fff;
        border-bottom-width: 0;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
    border-left-width: 0;
}

    .popover.right > .arrow:after {
        bottom: -10px;
        left: 1px;
        content: " ";
        border-right-color: #fff;
        border-left-width: 0;
    }

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
}

    .popover.bottom > .arrow:after {
        top: 1px;
        margin-left: -10px;
        content: " ";
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25);
}

    .popover.left > .arrow:after {
        right: 1px;
        bottom: -10px;
        content: " ";
        border-right-width: 0;
        border-left-color: #fff;
    }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }

        .carousel-inner > .item > a > img, .carousel-inner > .item > img {
            line-height: 1;
        }

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

        .carousel-inner > .item.active.right, .carousel-inner > .item.next {
            left: 0;
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0);
        }

        .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
            left: 0;
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0);
        }

            .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
                left: 0;
                -webkit-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0);
            }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

    .carousel-inner > .next.left, .carousel-inner > .prev.right {
        left: 0;
    }

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
        background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
        background-repeat: repeat-x;
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
        background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
        background-repeat: repeat-x;
    }

    .carousel-control:focus, .carousel-control:hover {
        color: #fff;
        text-decoration: none;
        filter: alpha(opacity=90);
        outline: 0;
        opacity: .9;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        margin-top: -10px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 20px;
        height: 20px;
        font-family: serif;
        line-height: 1;
    }

        .carousel-control .icon-prev:before {
            content: '2039';
        }

        .carousel-control .icon-next:before {
            content: '203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #0009;
        background-color: rgba(0,0,0,0);
        border: 1px solid #fff;
        border-radius: 10px;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important;
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important;
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    td.visible-md, th.visible-md {
        display: table-cell !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    td.visible-print, th.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

/*bootstrap-rtl.min.css*/
html {
    direction: ltr;
}

body {
    direction: ltr;
}

.list-unstyled {
    padding-right: 0;
    padding-left: initial;
}

.list-inline {
    padding-right: 0;
    padding-left: initial;
    margin-right: -5px;
    margin-left: 0;
}

dd {
    margin-right: 0;
    margin-left: initial;
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: right;
        clear: right;
        text-align: left;
    }

    .dl-horizontal dd {
        margin-right: 180px;
        margin-left: 0;
    }
}

blockquote {
    border-right: 5px solid #eee;
    border-left: 0;
}

    .blockquote-reverse, blockquote.pull-left {
        padding-left: 15px;
        padding-right: 0;
        border-left: 5px solid #eee;
        border-right: 0;
        text-align: left;
    }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    left: 100%;
    right: auto;
}

.col-xs-pull-11 {
    left: 91.66666667%;
    right: auto;
}

.col-xs-pull-10 {
    left: 83.33333333%;
    right: auto;
}

.col-xs-pull-9 {
    left: 75%;
    right: auto;
}

.col-xs-pull-8 {
    left: 66.66666667%;
    right: auto;
}

.col-xs-pull-7 {
    left: 58.33333333%;
    right: auto;
}

.col-xs-pull-6 {
    left: 50%;
    right: auto;
}

.col-xs-pull-5 {
    left: 41.66666667%;
    right: auto;
}

.col-xs-pull-4 {
    left: 33.33333333%;
    right: auto;
}

.col-xs-pull-3 {
    left: 25%;
    right: auto;
}

.col-xs-pull-2 {
    left: 16.66666667%;
    right: auto;
}

.col-xs-pull-1 {
    left: 8.33333333%;
    right: auto;
}

.col-xs-pull-0 {
    left: auto;
    right: auto;
}

.col-xs-push-12 {
    right: 100%;
    left: 0;
}

.col-xs-push-11 {
    right: 91.66666667%;
    left: 0;
}

.col-xs-push-10 {
    right: 83.33333333%;
    left: 0;
}

.col-xs-push-9 {
    right: 75%;
    left: 0;
}

.col-xs-push-8 {
    right: 66.66666667%;
    left: 0;
}

.col-xs-push-7 {
    right: 58.33333333%;
    left: 0;
}

.col-xs-push-6 {
    right: 50%;
    left: 0;
}

.col-xs-push-5 {
    right: 41.66666667%;
    left: 0;
}

.col-xs-push-4 {
    right: 33.33333333%;
    left: 0;
}

.col-xs-push-3 {
    right: 25%;
    left: 0;
}

.col-xs-push-2 {
    right: 16.66666667%;
    left: 0;
}

.col-xs-push-1 {
    right: 8.33333333%;
    left: 0;
}

.col-xs-push-0 {
    right: auto;
    left: 0;
}

.col-xs-offset-12 {
    margin-right: 100%;
    margin-left: 0;
}

.col-xs-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0;
}

.col-xs-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0;
}

.col-xs-offset-9 {
    margin-right: 75%;
    margin-left: 0;
}

.col-xs-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0;
}

.col-xs-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0;
}

.col-xs-offset-6 {
    margin-right: 50%;
    margin-left: 0;
}

.col-xs-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0;
}

.col-xs-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0;
}

.col-xs-offset-3 {
    margin-right: 25%;
    margin-left: 0;
}

.col-xs-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0;
}

.col-xs-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0;
}

.col-xs-offset-0 {
    margin-right: 0;
    margin-left: 0;
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        left: 100%;
        right: auto;
    }

    .col-sm-pull-11 {
        left: 91.66666667%;
        right: auto;
    }

    .col-sm-pull-10 {
        left: 83.33333333%;
        right: auto;
    }

    .col-sm-pull-9 {
        left: 75%;
        right: auto;
    }

    .col-sm-pull-8 {
        left: 66.66666667%;
        right: auto;
    }

    .col-sm-pull-7 {
        left: 58.33333333%;
        right: auto;
    }

    .col-sm-pull-6 {
        left: 50%;
        right: auto;
    }

    .col-sm-pull-5 {
        left: 41.66666667%;
        right: auto;
    }

    .col-sm-pull-4 {
        left: 33.33333333%;
        right: auto;
    }

    .col-sm-pull-3 {
        left: 25%;
        right: auto;
    }

    .col-sm-pull-2 {
        left: 16.66666667%;
        right: auto;
    }

    .col-sm-pull-1 {
        left: 8.33333333%;
        right: auto;
    }

    .col-sm-pull-0 {
        left: auto;
        right: auto;
    }

    .col-sm-push-12 {
        right: 100%;
        left: 0;
    }

    .col-sm-push-11 {
        right: 91.66666667%;
        left: 0;
    }

    .col-sm-push-10 {
        right: 83.33333333%;
        left: 0;
    }

    .col-sm-push-9 {
        right: 75%;
        left: 0;
    }

    .col-sm-push-8 {
        right: 66.66666667%;
        left: 0;
    }

    .col-sm-push-7 {
        right: 58.33333333%;
        left: 0;
    }

    .col-sm-push-6 {
        right: 50%;
        left: 0;
    }

    .col-sm-push-5 {
        right: 41.66666667%;
        left: 0;
    }

    .col-sm-push-4 {
        right: 33.33333333%;
        left: 0;
    }

    .col-sm-push-3 {
        right: 25%;
        left: 0;
    }

    .col-sm-push-2 {
        right: 16.66666667%;
        left: 0;
    }

    .col-sm-push-1 {
        right: 8.33333333%;
        left: 0;
    }

    .col-sm-push-0 {
        right: auto;
        left: 0;
    }

    .col-sm-offset-12 {
        margin-right: 100%;
        margin-left: 0;
    }

    .col-sm-offset-11 {
        margin-right: 91.66666667%;
        margin-left: 0;
    }

    .col-sm-offset-10 {
        margin-right: 83.33333333%;
        margin-left: 0;
    }

    .col-sm-offset-9 {
        margin-right: 75%;
        margin-left: 0;
    }

    .col-sm-offset-8 {
        margin-right: 66.66666667%;
        margin-left: 0;
    }

    .col-sm-offset-7 {
        margin-right: 58.33333333%;
        margin-left: 0;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
        margin-right: 0;
    }

    .col-sm-offset-5 {
        margin-right: 41.66666667%;
        margin-left: 0;
    }

    .col-sm-offset-4 {
        margin-right: 33.33333333%;
        margin-left: 0;
    }

    .col-sm-offset-3 {
        margin-right: 25%;
        margin-left: 0;
    }

    .col-sm-offset-2 {
        margin-right: 16.66666667%;
        margin-left: 0;
    }

    .col-sm-offset-1 {
        margin-right: 8.33333333%;
        margin-left: 0;
    }

    .col-sm-offset-0 {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        left: 100%;
        right: auto;
    }

    .col-md-pull-11 {
        left: 91.66666667%;
        right: auto;
    }

    .col-md-pull-10 {
        left: 83.33333333%;
        right: auto;
    }

    .col-md-pull-9 {
        left: 75%;
        right: auto;
    }

    .col-md-pull-8 {
        left: 66.66666667%;
        right: auto;
    }

    .col-md-pull-7 {
        left: 58.33333333%;
        right: auto;
    }

    .col-md-pull-6 {
        left: 50%;
        right: auto;
    }

    .col-md-pull-5 {
        left: 41.66666667%;
        right: auto;
    }

    .col-md-pull-4 {
        left: 33.33333333%;
        right: auto;
    }

    .col-md-pull-3 {
        left: 25%;
        right: auto;
    }

    .col-md-pull-2 {
        left: 16.66666667%;
        right: auto;
    }

    .col-md-pull-1 {
        left: 8.33333333%;
        right: auto;
    }

    .col-md-pull-0 {
        left: auto;
        right: auto;
    }

    .col-md-push-12 {
        right: 100%;
        left: 0;
    }

    .col-md-push-11 {
        right: 91.66666667%;
        left: 0;
    }

    .col-md-push-10 {
        right: 83.33333333%;
        left: 0;
    }

    .col-md-push-9 {
        right: 75%;
        left: 0;
    }

    .col-md-push-8 {
        right: 66.66666667%;
        left: 0;
    }

    .col-md-push-7 {
        right: 58.33333333%;
        left: 0;
    }

    .col-md-push-6 {
        right: 50%;
        left: 0;
    }

    .col-md-push-5 {
        right: 41.66666667%;
        left: 0;
    }

    .col-md-push-4 {
        right: 33.33333333%;
        left: 0;
    }

    .col-md-push-3 {
        right: 25%;
        left: 0;
    }

    .col-md-push-2 {
        right: 16.66666667%;
        left: 0;
    }

    .col-md-push-1 {
        right: 8.33333333%;
        left: 0;
    }

    .col-md-push-0 {
        right: auto;
        left: 0;
    }

    .col-md-offset-12 {
        margin-right: 100%;
        margin-left: 0;
    }

    .col-md-offset-11 {
        margin-right: 91.66666667%;
        margin-left: 0;
    }

    .col-md-offset-10 {
        margin-right: 83.33333333%;
        margin-left: 0;
    }

    .col-md-offset-9 {
        margin-right: 75%;
        margin-left: 0;
    }

    .col-md-offset-8 {
        margin-right: 66.66666667%;
        margin-left: 0;
    }

    .col-md-offset-7 {
        margin-right: 58.33333333%;
        margin-left: 0;
    }

    .col-md-offset-6 {
        margin-right: 50%;
        margin-left: 0;
    }

    .col-md-offset-5 {
        margin-right: 41.66666667%;
        margin-left: 0;
    }

    .col-md-offset-4 {
        margin-right: 33.33333333%;
        margin-left: 0;
    }

    .col-md-offset-3 {
        margin-right: 25%;
        margin-left: 0;
    }

    .col-md-offset-2 {
        margin-right: 16.66666667%;
        margin-left: 0;
    }

    .col-md-offset-1 {
        margin-right: 8.33333333%;
        margin-left: 0;
    }

    .col-md-offset-0 {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        left: 100%;
        right: auto;
    }

    .col-lg-pull-11 {
        left: 91.66666667%;
        right: auto;
    }

    .col-lg-pull-10 {
        left: 83.33333333%;
        right: auto;
    }

    .col-lg-pull-9 {
        left: 75%;
        right: auto;
    }

    .col-lg-pull-8 {
        left: 66.66666667%;
        right: auto;
    }

    .col-lg-pull-7 {
        left: 58.33333333%;
        right: auto;
    }

    .col-lg-pull-6 {
        left: 50%;
        right: auto;
    }

    .col-lg-pull-5 {
        left: 41.66666667%;
        right: auto;
    }

    .col-lg-pull-4 {
        left: 33.33333333%;
        right: auto;
    }

    .col-lg-pull-3 {
        left: 25%;
        right: auto;
    }

    .col-lg-pull-2 {
        left: 16.66666667%;
        right: auto;
    }

    .col-lg-pull-1 {
        left: 8.33333333%;
        right: auto;
    }

    .col-lg-pull-0 {
        left: auto;
        right: auto;
    }

    .col-lg-push-12 {
        right: 100%;
        left: 0;
    }

    .col-lg-push-11 {
        right: 91.66666667%;
        left: 0;
    }

    .col-lg-push-10 {
        right: 83.33333333%;
        left: 0;
    }

    .col-lg-push-9 {
        right: 75%;
        left: 0;
    }

    .col-lg-push-8 {
        right: 66.66666667%;
        left: 0;
    }

    .col-lg-push-7 {
        right: 58.33333333%;
        left: 0;
    }

    .col-lg-push-6 {
        right: 50%;
        left: 0;
    }

    .col-lg-push-5 {
        right: 41.66666667%;
        left: 0;
    }

    .col-lg-push-4 {
        right: 33.33333333%;
        left: 0;
    }

    .col-lg-push-3 {
        right: 25%;
        left: 0;
    }

    .col-lg-push-2 {
        right: 16.66666667%;
        left: 0;
    }

    .col-lg-push-1 {
        right: 8.33333333%;
        left: 0;
    }

    .col-lg-push-0 {
        right: auto;
        left: 0;
    }

    .col-lg-offset-12 {
        margin-right: 100%;
        margin-left: 0;
    }

    .col-lg-offset-11 {
        margin-right: 91.66666667%;
        margin-left: 0;
    }

    .col-lg-offset-10 {
        margin-right: 83.33333333%;
        margin-left: 0;
    }

    .col-lg-offset-9 {
        margin-right: 75%;
        margin-left: 0;
    }

    .col-lg-offset-8 {
        margin-right: 66.66666667%;
        margin-left: 0;
    }

    .col-lg-offset-7 {
        margin-right: 58.33333333%;
        margin-left: 0;
    }

    .col-lg-offset-6 {
        margin-right: 50%;
        margin-left: 0;
    }

    .col-lg-offset-5 {
        margin-right: 41.66666667%;
        margin-left: 0;
    }

    .col-lg-offset-4 {
        margin-right: 33.33333333%;
        margin-left: 0;
    }

    .col-lg-offset-3 {
        margin-right: 25%;
        margin-left: 0;
    }

    .col-lg-offset-2 {
        margin-right: 16.66666667%;
        margin-left: 0;
    }

    .col-lg-offset-1 {
        margin-right: 8.33333333%;
        margin-left: 0;
    }

    .col-lg-offset-0 {
        margin-right: 0;
        margin-left: 0;
    }
}

th {
    text-align: left;
}

@media screen and (max-width:767px) {
    .table-responsive > .table-bordered {
        border: 0;
    }

        .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
            border-right: 0;
            border-left: initial;
        }

        .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
            border-left: 0;
            border-right: initial;
        }
}

.radio label, .checkbox label {
    padding-right: 20px;
    padding-left: initial;
}

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
    margin-right: -20px;
    margin-left: auto;
}

.radio-inline, .checkbox-inline {
    padding-right: 20px;
    padding-left: 0;
}

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-right: 10px;
        margin-left: 0;
    }

.has-feedback .form-control {
    padding-left: 42.5px;
    padding-right: 12px;
}

.form-control-feedback {
    left: 0;
    right: auto;
}

@media (min-width:768px) {
    .form-inline label {
        padding-right: 0;
        padding-left: initial;
    }

    .form-inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox] {
        margin-right: 0;
        margin-left: auto;
    }
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: left;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    left: 15px;
    right: auto;
}

.caret {
    margin-right: 2px;
    margin-left: 0;
}

.dropdown-menu {
    left: 0;
    right: auto;
    float: right;
    text-align: left;
}

    .dropdown-menu.pull-right {
         right: 0;
        left: auto;
        float: left;
    }
     .dropdown-menu.pull-left {
        right: 0;
        left: auto;
        float: left;
    }

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group > .btn, .btn-group-vertical > .btn {
    float: right;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-right: -1px;
    margin-left: 0;
}

.btn-toolbar {
    margin-right: -5px;
    margin-left: 0;
}

    .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: right;
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-right: 5px;
        margin-left: 0;
    }

.btn-group > .btn:first-child {
    margin-right: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn-group {
    float: right;
}

.btn-group.btn-group-justified > .btn, .btn-group.btn-group-justified > .btn-group {
    float: none;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn .caret {
    margin-right: 0;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-right: 0;
}

.input-group .form-control {
    float: right;
}

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.input-group-addon:first-child {
    border-right: 1px solid #ccc;
    border-left: 0;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon:last-child {
    border-left: 1px solid #ccc;
    border-right: 0;
}

.input-group-btn > .btn + .btn {
    margin-right: -1px;
    margin-left: auto;
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-left: -1px;
    margin-right: auto;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-right: -1px;
    margin-left: auto;
}

.nav {
    padding-right: 0;
    padding-left: initial;
}

.nav-tabs > li {
    float: right;
}

    .nav-tabs > li > a {
        margin-left: auto;
        margin-right: -2px;
        border-radius: 4px 4px 0 0;
    }

.nav-pills > li {
    float: right;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-right: 2px;
        margin-left: auto;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-right: 0;
        margin-left: auto;
    }

.nav-justified > .dropdown .dropdown-menu {
    right: auto;
}

.nav-tabs-justified > li > a {
    margin-left: 0;
    margin-right: auto;
}

@media (min-width:768px) {
    .nav-tabs-justified > li > a {
        border-radius: 4px 4px 0 0;
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: right;
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-brand {
    float: right;
}

@media (min-width:768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-right: -15px;
        margin-left: auto;
    }
}

.navbar-toggle {
    float: left;
    margin-left: 15px;
    margin-right: auto;
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 25px 5px 15px;
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: right;
    }

        .navbar-nav > li {
            float: right;
        }

        .navbar-nav.navbar-right:last-child {
            margin-left: -15px;
            margin-right: auto;
        }

        .navbar-nav.navbar-right.flip {
            float: left !important;
        }

        .navbar-nav.navbar-right .dropdown-menu {
            left: 0;
            right: auto;
        }
}

@media (min-width:768px) {
    .navbar-text {
        float: right;
    }

        .navbar-text.navbar-right:last-child {
            margin-left: 0;
            margin-right: auto;
        }
}

.pagination {
    padding-right: 0;
}

    .pagination > li > a, .pagination > li > span {
        float: right;
        margin-right: -1px;
        margin-left: 0;
    }

    .pagination > li:first-child > a, .pagination > li:first-child > span {
        margin-left: 0;
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .pagination > li:last-child > a, .pagination > li:last-child > span {
        margin-right: -1px;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

.pager {
    padding-right: 0;
    padding-left: initial;
}

    .pager .next > a, .pager .next > span {
        float: left;
    }

    .pager .previous > a, .pager .previous > span {
        float: right;
    }

.nav-pills > li > a > .badge {
    margin-left: 0;
    margin-right: 3px;
}

.alert-dismissable, .alert-dismissible {
    padding-left: 35px;
    padding-right: 15px;
}

    .alert-dismissable .close, .alert-dismissible .close {
        right: 0;
        left: 21px;
    }

.progress-bar {
    float: right;
}

.media > .pull-left {
    margin-right: 10px;
}

    .media > .pull-left.flip {
        margin-right: 0;
        margin-left: 10px;
    }

.media > .pull-right {
    margin-left: 10px;
}

    .media > .pull-right.flip {
        margin-left: 0;
        margin-right: 10px;
    }

.media-list {
    padding-right: 0;
    padding-left: initial;
    list-style: none;
}

.list-group {
    padding-right: 0;
    padding-left: initial;
}

.list-group-item > .badge {
    float: left;
}

    .list-group-item > .badge + .badge {
        margin-right: 5px;
        margin-left: auto;
    }

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 0;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 0;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0;
}

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-right: 0;
    border-left: none;
}

.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: none;
    border-left: 0;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
    right: 0;
    left: auto;
}

.close {
    float: left;
}

.modal-footer {
    text-align: left;
}

    .modal-footer .btn + .btn {
        margin-left: auto;
        margin-right: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-right: -1px;
        margin-left: auto;
    }

    .modal-footer .btn-block + .btn-block {
        margin-right: 0;
        margin-left: auto;
    }

.popover {
    left: auto;
    text-align: right;
}

    .popover.top > .arrow {
        right: 50%;
        left: auto;
        margin-right: -11px;
        margin-left: auto;
    }

        .popover.top > .arrow:after {
            margin-right: -10px;
            margin-left: auto;
        }

    .popover.bottom > .arrow {
        right: 50%;
        left: auto;
        margin-right: -11px;
        margin-left: auto;
    }

        .popover.bottom > .arrow:after {
            margin-right: -10px;
            margin-left: auto;
        }

.carousel-control {
    right: 0;
    bottom: 0;
}

    .carousel-control.left {
        right: auto;
        left: 0;
        background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,.5)0),color-stop(rgba(0,0,0,.0001)100%));
        background-image: -o-linear-gradient(left,rgba(0,0,0,.5)0,rgba(0,0,0,.0001)100%);
        background-image: linear-gradient(to right,rgba(0,0,0,.5)0,rgba(0,0,0,.0001)100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,.0001)0),color-stop(rgba(0,0,0,.5)100%));
        background-image: -o-linear-gradient(left,rgba(0,0,0,.0001)0,rgba(0,0,0,.5)100%);
        background-image: linear-gradient(to right,rgba(0,0,0,.0001)0,rgba(0,0,0,.5)100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    }

    .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
        left: 50%;
        right: auto;
        margin-right: -10px;
    }

    .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
        right: 50%;
        left: auto;
        margin-left: -10px;
    }

.carousel-indicators {
    right: 50%;
    left: 0;
    margin-right: -30%;
    margin-left: 0;
    padding-left: 0;
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: 0;
        margin-right: -15px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-left: 0;
        margin-right: -15px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
}

.pull-right.flip {
    float: left !important;
}

.pull-left.flip {
    float: right !important;
}

/*unify-core.css*/
@font-face {
    font-family: 'IRANSansWeb(FaNum)';
    src: url('../fonts/IRANSansWeb(FaNum).eot');
    src: url('../fonts/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'), url('../fonts/IRANSansWeb(FaNum).woff') format('woff'), url('../fonts/IRANSansWeb(FaNum).ttf') format('truetype'), url('../fonts/IRANSansWeb(FaNum).svg#glyphicons-halflingsregular') format('svg');
}

html {
    font-size: 14px;
}

body {
    font-weight: 400;
    font-size: 1rem;
    font-family: "IRANSansWeb(FaNum)",Tahoma,Arial,sans-serif;
    line-height: 2;
    color: #555;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga","kern";
    text-rendering: optimizelegibility;
    background-color: #fff;
}

a {
    color: #19ba9b;
    outline: none;
}

    a:focus, a:hover {
        color: #66ab27;
    }

.nav-link {
    color: #555;
}

    .nav-link:focus, .nav-link:hover {
        color: #555;
    }

figure {
    margin-bottom: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, .h7, h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
}

.h7 {
    font-size: .75rem;
}

.display-5 {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.1;
}

::-moz-selection {
    color: #fff;
    background-color: #19ba9b;
}

::selection {
    color: #fff;
    background-color: #19ba9b;
}

.g-bg-primary ::-moz-selection {
    color: #19ba9b;
    background-color: #fff;
}

.g-bg-primary ::selection {
    color: #19ba9b;
    background-color: #fff;
}

/*unify-globals.css*/
.g-word-break {
    word-wrap: break-word;
}

.g-pull-50x-up {
    -webkit-transform: translateY(-51%);
    -ms-transform: translateY(-51%);
    transform: translateY(-51%);
}

.g-pull-50x-bottom {
    -webkit-transform: translateY(51%);
    -ms-transform: translateY(51%);
    transform: translateY(51%);
}

.g-pull-50x-left {
    -webkit-transform: translateX(-51%);
    -ms-transform: translateX(-51%);
    transform: translateX(-51%);
}

.g-pull-50x-right {
    -webkit-transform: translateX(51%);
    -ms-transform: translateX(51%);
    transform: translateX(51%);
}

.g-bg-attachment-fixed {
    background-attachment: fixed;
}

.g-bg-gray-light-gradient-v1--after::after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 247, 0.5)), to(#f7f7f7));
    background: -webkit-linear-gradient(top, rgba(247, 247, 247, 0.5), #f7f7f7);
    background: -o-linear-gradient(top, rgba(247, 247, 247, 0.5), #f7f7f7);
    background: linear-gradient(to bottom,rgba(247,247,247,0.5),#f7f7f7);
}

.g-bg-white-gradient-v1--after::after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.9)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.9));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.9));
    background: linear-gradient(to bottom,rgba(255,255,255,0.5),rgba(255,255,255,0.9));
}

.g-bg-gray-lineargradient {
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom,from(#fff),to(#dbdbdb));
    background-image: -webkit-linear-gradient(top,#fff,#dbdbdb);
    background-image: -o-linear-gradient(top,#fff,#dbdbdb);
    background-image: linear-gradient(180deg,#fff,#dbdbdb);
}

.g-bg-bluepink-lineargradient {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(40deg,#2b7cb6,#f62d51);
    background-image: -o-linear-gradient(40deg,#2b7cb6,#f62d51);
    background-image: linear-gradient(50deg,#2b7cb6,#f62d51);
}

.g-bg-blue-lineargradient {
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, left bottom, left top,from(#73bec7),to(#4e66b0));
    background-image: -webkit-linear-gradient(bottom,#73bec7,#4e66b0);
    background-image: -o-linear-gradient(bottom,#73bec7,#4e66b0);
    background-image: linear-gradient(0deg,#73bec7,#4e66b0);
}

.g-bg-blue-lineargradient-v2 {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(225deg,#429edc,#00629e);
    background-image: -o-linear-gradient(225deg,#429edc,#00629e);
    background-image: linear-gradient(225deg,#429edc,#00629e);
}

.g-bg-blue-lineargradient-v3 {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(225deg,#3266a2,#98cfbf);
    background-image: -o-linear-gradient(225deg,#3266a2,#98cfbf);
    background-image: linear-gradient(225deg,#3266a2,#98cfbf);
}

.g-bg-blue-lineargradient-v4 {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(225deg,#5b85df,#3ec2e3);
    background-image: -o-linear-gradient(225deg,#5b85df,#3ec2e3);
    background-image: linear-gradient(225deg,#5b85df,#3ec2e3);
}

.g-bg-blue-lineargradient-v5 {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(225deg,#0050c2,#5180fa);
    background-image: -o-linear-gradient(225deg,#0050c2,#5180fa);
    background-image: linear-gradient(225deg,#0050c2,#5180fa);
}

.g-bg-orange-lineargradient {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(225deg,#be1715,#ed6d0f);
    background-image: -o-linear-gradient(225deg,#be1715,#ed6d0f);
    background-image: linear-gradient(225deg,#be1715,#ed6d0f);
}

.g-bg-orange-lineargradient-v2 {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(225deg,#f5cd21,#c22821);
    background-image: -o-linear-gradient(225deg,#f5cd21,#c22821);
    background-image: linear-gradient(225deg,#f5cd21,#c22821);
}

.g-bg-yellow-lineargradient {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(225deg,#f59b00,#f5d400);
    background-image: -o-linear-gradient(225deg,#f59b00,#f5d400);
    background-image: linear-gradient(225deg,#f59b00,#f5d400);
}

.g-bg-darkpurple-lineargradient {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(225deg,#0b011d,#330c3c);
    background-image: -o-linear-gradient(225deg,#0b011d,#330c3c);
    background-image: linear-gradient(225deg,#0b011d,#330c3c);
}

.g-bg-bluegray-lineargradient {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(225deg,#1d253c,#3e4757);
    background-image: -o-linear-gradient(225deg,#1d253c,#3e4757);
    background-image: linear-gradient(225deg,#1d253c,#3e4757);
}

.g-bg-pink-lineargradient {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(225deg,#b6003b,#ed1261);
    background-image: -o-linear-gradient(225deg,#b6003b,#ed1261);
    background-image: linear-gradient(225deg,#b6003b,#ed1261);
}

.g-bg-pink-lineargradient-v2 {
    background-image: -webkit-gradient(linear, left bottom, right top, color-stop(10%, #fc7279), color-stop(65%, #ff7b9c), color-stop(125%, #ffc019));
    background-image: -webkit-linear-gradient(left bottom, #fc7279 10%, #ff7b9c 65%, #ffc019 125%);
    background-image: -o-linear-gradient(left bottom, #fc7279 10%, #ff7b9c 65%, #ffc019 125%);
    background-image: linear-gradient(to right top, #fc7279 10%, #ff7b9c 65%, #ffc019 125%);
    background-repeat: no-repeat;
}

.g-bg-red-lineargradient {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(225deg,#d70417,#9f041b);
    background-image: -o-linear-gradient(225deg,#d70417,#9f041b);
    background-image: linear-gradient(225deg,#d70417,#9f041b);
}

.g-bg-black-gradient-opacity-v1, .g-bg-black-gradient-opacity-v1--after::after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background-repeat: repeat-x;
}

.g-bg-green-gradient-opacity-v1, .g-bg-green-gradient-opacity-v1--after::after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 152, 220, 0.5)), to(rgba(0, 161, 176, 0.8)));
    background-image: -webkit-linear-gradient(top, rgba(51, 152, 220, 0.5) 0%, rgba(0, 161, 176, 0.8) 100%);
    background-image: -o-linear-gradient(top, rgba(51, 152, 220, 0.5) 0%, rgba(0, 161, 176, 0.8) 100%);
    background-image: linear-gradient(to bottom, rgba(51, 152, 220, 0.5) 0%, rgba(0, 161, 176, 0.8) 100%);
    background-repeat: repeat-x;
}

.g-bg-purple-gradient-opacity-v1, .g-bg-purple-gradient-opacity-v1--after::after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 186, 155, 0.5)), to(rgba(154, 105, 203, 0.8)));
    background-image: -webkit-linear-gradient(top, rgba(25, 186, 155, 0.5) 0%, rgba(154, 105, 203, 0.8) 100%);
    background-image: -o-linear-gradient(top, rgba(25, 186, 155, 0.5) 0%, rgba(154, 105, 203, 0.8) 100%);
    background-image: linear-gradient(to bottom, rgba(25, 186, 155, 0.5) 0%, rgba(154, 105, 203, 0.8) 100%);
    background-repeat: repeat-x;
}

.g-bg-pink-gradient-opacity-v1, .g-bg-pink-gradient-opacity-v1--after::after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 186, 155, 0.5)), to(rgba(232, 28, 98, 0.8)));
    background-image: -webkit-linear-gradient(top, rgba(25, 186, 155, 0.5) 0%, rgba(232, 28, 98, 0.8) 100%);
    background-image: -o-linear-gradient(top, rgba(25, 186, 155, 0.5) 0%, rgba(232, 28, 98, 0.8) 100%);
    background-image: linear-gradient(to bottom, rgba(25, 186, 155, 0.5) 0%, rgba(232, 28, 98, 0.8) 100%);
    background-repeat: repeat-x;
}

.g-bg-cyan-gradient-opacity-v1, .g-bg-cyan-gradient-opacity-v1--after::after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 153, 0.5)), to(rgba(0, 190, 214, 0.6)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 153, 0.5) 0%, rgba(0, 190, 214, 0.6) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 153, 0.5) 0%, rgba(0, 190, 214, 0.6) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 153, 0.5) 0%, rgba(0, 190, 214, 0.6) 100%);
    background-repeat: repeat-x;
}

.g-bg-darkgreen-gradient-opacity-v1, .g-bg-darkgreen-gradient-opacity-v1--after::after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 119, 102, 1)), to(rgba(0, 190, 214, 0.6)));
    background-image: -webkit-linear-gradient(top, rgba(17, 119, 102, 1) 0%, rgba(0, 190, 214, 0.6) 100%);
    background-image: -o-linear-gradient(top, rgba(17, 119, 102, 1) 0%, rgba(0, 190, 214, 0.6) 100%);
    background-image: linear-gradient(to bottom, rgba(17, 119, 102, 1) 0%, rgba(0, 190, 214, 0.6) 100%);
    background-repeat: repeat-x;
}

.g-bg-purple-gradient-opacity-v1, .g-bg-purple-gradient-opacity-v1--after::after {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(300deg,#b7ebf6,rgba(228,97,210,0.7));
    background-image: -o-linear-gradient(300deg,#b7ebf6,rgba(228,97,210,0.7));
    background-image: linear-gradient(150deg,#b7ebf6,rgba(228,97,210,0.7));
}

.g-bg-primary-gradient-opacity-v1, .g-bg-primary-gradient-opacity-v1--after::after {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(300deg,rgba(51,152,220,0.7),#1e406e);
    background-image: -o-linear-gradient(300deg,rgba(51,152,220,0.7),#1e406e);
    background-image: linear-gradient(150deg,rgba(51,152,220,0.7),#1e406e);
}

.g-bg-gray-gradient-opacity-v1, .g-bg-gray-gradient-opacity-v1--after::after {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f7f7f7), to(white));
    background-image: -webkit-linear-gradient(bottom, #f7f7f7 0%, white 100%);
    background-image: -o-linear-gradient(bottom, #f7f7f7 0%, white 100%);
    background-image: linear-gradient(to top, #f7f7f7 0%, white 100%);
    background-repeat: repeat-x;
}

.g-bg-white-gradient-opacity-v1, .g-bg-white-gradient-opacity-v1--after::after {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
}

.g-bg-white-gradient-opacity-v2, .g-bg-white-gradient-opacity-v2--after::after {
    background-image: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0.1)));
    background-image: -webkit-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background-image: -o-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background-image: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background-repeat: repeat-x;
}

.g-bg-white-gradient-opacity-v3, .g-bg-white-gradient-opacity-v3--after::after {
    background-image: -webkit-gradient(linear, right top, left top, color-stop(30%, white), to(rgba(255, 255, 255, 0.3)));
    background-image: -webkit-linear-gradient(right, white 30%, rgba(255, 255, 255, 0.3) 100%);
    background-image: -o-linear-gradient(right, white 30%, rgba(255, 255, 255, 0.3) 100%);
    background-image: linear-gradient(to left, white 30%, rgba(255, 255, 255, 0.3) 100%);
    background-repeat: repeat-x;
}

.g-bg-white-gradient-opacity-v4, .g-bg-white-gradient-opacity-v4--after::after {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, white), to(rgba(255, 255, 255, 0.3)));
    background-image: -webkit-linear-gradient(left, white 30%, rgba(255, 255, 255, 0.3) 100%);
    background-image: -o-linear-gradient(left, white 30%, rgba(255, 255, 255, 0.3) 100%);
    background-image: linear-gradient(to right, white 30%, rgba(255, 255, 255, 0.3) 100%);
    background-repeat: repeat-x;
}

.g-bg-white-gradient-opacity-v5, .g-bg-white-gradient-opacity-v5--after::after {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(47%, white), color-stop(75%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, white 47%, rgba(255, 255, 255, 0) 75%);
    background-image: -o-linear-gradient(left, white 47%, rgba(255, 255, 255, 0) 75%);
    background-image: linear-gradient(to right, white 47%, rgba(255, 255, 255, 0) 75%);
    background-repeat: repeat-x;
}

.g-bg-bluegray-gradient-opacity-v1, .g-bg-bluegray-gradient-opacity-v1--after::after {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(88, 95, 105, 0.2)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(88, 95, 105, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(bottom, rgba(88, 95, 105, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to top, rgba(88, 95, 105, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
}

.g-bg-bluegray-gradient-opacity-v2, .g-bg-bluegray-gradient-opacity-v2--after::after {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(88, 95, 105, 0.3)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(88, 95, 105, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(bottom, rgba(88, 95, 105, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to top, rgba(88, 95, 105, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
}

.g-bg-bluegray-gradient-opacity-v3, .g-bg-bluegray-gradient-opacity-v3--after::after {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(300deg,rgba(107,125,224,0.85),#2a2734);
    background-image: -o-linear-gradient(300deg,rgba(107,125,224,0.85),#2a2734);
    background-image: linear-gradient(150deg,rgba(107,125,224,0.85),#2a2734);
}

.g-bg-secondary-gradient-v1, .g-bg-secondary-gradient-v1--after::after {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(250, 250, 250, 0)), to(#fafafa));
    background-image: -webkit-linear-gradient(bottom, rgba(250, 250, 250, 0) 0%, #fafafa 100%);
    background-image: -o-linear-gradient(bottom, rgba(250, 250, 250, 0) 0%, #fafafa 100%);
    background-image: linear-gradient(to top, rgba(250, 250, 250, 0) 0%, #fafafa 100%);
    background-repeat: repeat-x;
}

.g-bg-secondary-gradient-v2, .g-bg-secondary-gradient-v2--after::after {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fafafa), to(rgba(250, 250, 250, 0)));
    background-image: -webkit-linear-gradient(bottom, #fafafa 0%, rgba(250, 250, 250, 0) 100%);
    background-image: -o-linear-gradient(bottom, #fafafa 0%, rgba(250, 250, 250, 0) 100%);
    background-image: linear-gradient(to top, #fafafa 0%, rgba(250, 250, 250, 0) 100%);
    background-repeat: repeat-x;
}

.g-bg-lightblue-radialgradient-ellipse {
    background-image: -webkit-radial-gradient(50% 50%, ellipse farthest-corner, #fff 22%, #d6e2ee);
    background-image: -o-radial-gradient(50% 50%, ellipse farthest-corner, #fff 22%, #d6e2ee);
    background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #fff 22%,#d6e2ee);
    background-repeat: no-repeat;
}

.g-bg-gray-radialgradient-ellipse {
    background-image: -webkit-radial-gradient(50% 50%, ellipse farthest-corner, #dbdbdb 22%, #bbb);
    background-image: -o-radial-gradient(50% 50%, ellipse farthest-corner, #dbdbdb 22%, #bbb);
    background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #dbdbdb 22%,#bbb);
    background-repeat: no-repeat;
}

.g-bg-graylight-radialgradient-ellipse {
    background-image: -webkit-radial-gradient(50% 50%, ellipse farthest-corner, #fff 25%, #eee);
    background-image: -o-radial-gradient(50% 50%, ellipse farthest-corner, #fff 25%, #eee);
    background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #fff 25%,#eee);
    background-repeat: no-repeat;
}

.g-bg-lightblue-radialgradient-circle {
    background-image: -webkit-radial-gradient(75% 95%, circle farthest-corner, #fff, #d6e2ee);
    background-image: -o-radial-gradient(75% 95%, circle farthest-corner, #fff, #d6e2ee);
    background-image: radial-gradient(circle farthest-corner at 75% 95%,#fff,#d6e2ee);
    background-repeat: no-repeat;
}

.g-bg-blue-radialgradient-circle {
    background-image: -webkit-radial-gradient(50% 50%, circle farthest-side, #2294d7, #275296);
    background-image: -o-radial-gradient(50% 50%, circle farthest-side, #2294d7, #275296);
    background-image: radial-gradient(circle farthest-side at 50% 50%,#2294d7,#275296);
    background-repeat: no-repeat;
}

.g-bg-darkgray-radialgradient-circle {
    background-image: -webkit-radial-gradient(110% 0, circle farthest-side, #596070, #31353e);
    background-image: -o-radial-gradient(110% 0, circle farthest-side, #596070, #31353e);
    background-image: radial-gradient(circle farthest-side at 110% 0,#596070,#31353e);
    background-repeat: no-repeat;
}

.g-bg-blue-radialgradient-circle-endless {
    background-image: -webkit-repeating-radial-gradient(50% 50%, circle, #b9ecfe, #b9ecfe 10px, #82ddff 10px, #82ddff 20px);
    background-image: -o-repeating-radial-gradient(50% 50%, circle, #b9ecfe, #b9ecfe 10px, #82ddff 10px, #82ddff 20px);
    background-image: repeating-radial-gradient(circle at 50% 50%, #b9ecfe, #b9ecfe 10px, #82ddff 10px, #82ddff 20px);
}

.g-bg-gray-verticalstripes-endless {
    background: -webkit-repeating-linear-gradient(top, #fff, #fff 5px, #eee 5px, #eee 10px);
    background: -o-repeating-linear-gradient(top, #fff, #fff 5px, #eee 5px, #eee 10px);
    background: repeating-linear-gradient(to bottom, #fff, #fff 5px, #eee 5px, #eee 10px);
}

.g-bg-main {
    background-color: #fff !important;
}

.g-bg-secondary {
    background-color: #fafafa !important;
}

.g-bg-primary {
    background-color: #1e406e !important;
}

.g-bg-primary--hover:hover {
    background-color: #1e406e !important;
}

.u-block-hover:hover .g-bg-primary--hover {
    background-color: #1e406e;
}

.g-parent:hover .g-bg-primary--parent-hover {
    background-color: #1e406e !important;
}

.g-bg-primary--active.active, .active .g-bg-primary--active {
    background-color: #1e406e !important;
}

.g-parent.active .g-bg-primary--parent-active {
    background-color: #1e406e !important;
}

.g-bg-primary--before::before, .g-bg-primary--after::after {
    background-color: #1e406e !important;
}

.g-bg-primary-dark-v1 {
    background-color: #258372 !important;
}

.g-bg-primary-dark-v2 {
    background-color: #66ab27 !important;
}

.g-bg-primary-dark-v3 {
    background-color: #599722 !important;
}

.g-bg-primary-opacity-0_1 {
    background-color: rgba(25, 186, 155, 0.1) !important;
}

.g-bg-primary-opacity-0_2 {
    background-color: rgba(25, 186, 155, 0.2) !important;
}

.g-bg-primary-opacity-0_2--hover:hover {
    background-color: rgba(25, 186, 155, 0.2) !important;
}

.g-bg-primary-opacity-0_2--hover--after:hover::after {
    background-color: rgba(25, 186, 155, 0.2) !important;
}

.active .g-bg-primary-opacity-0_2--active {
    background-color: rgba(25, 186, 155, 0.2) !important;
}

.g-bg-primary-opacity-0_2--before::before, .g-bg-primary-opacity-0_2--after::after {
    background-color: rgba(25, 186, 155, 0.2) !important;
}

.g-bg-primary-opacity-0_3 {
    background-color: rgba(25, 186, 155, 0.3) !important;
}

.g-bg-primary-opacity-0_3--hover:hover {
    background-color: rgba(25, 186, 155, 0.3) !important;
}

.g-bg-primary-opacity-0_3--hover--after:hover::after {
    background-color: rgba(25, 186, 155, 0.3) !important;
}

.active .g-bg-primary-opacity-0_3--active {
    background-color: rgba(25, 186, 155, 0.3) !important;
}

.g-bg-primary-opacity-0_3--before::before, .g-bg-primary-opacity-0_3--after::after {
    background-color: rgba(25, 186, 155, 0.3) !important;
}

.g-bg-primary-opacity-0_4 {
    background-color: rgba(25, 186, 155, 0.4) !important;
}

.g-bg-primary-opacity-0_4--hover:hover {
    background-color: rgba(25, 186, 155, 0.4) !important;
}

.g-bg-primary-opacity-0_4--hover--after:hover::after {
    background-color: rgba(25, 186, 155, 0.4) !important;
}

.g-bg-primary-opacity-0_4--after::after {
    background-color: rgba(25, 186, 155, 0.4) !important;
}

.g-bg-primary-opacity-0_6 {
    background-color: rgba(25, 186, 155, 0.6) !important;
}

.g-bg-primary-opacity-0_6--hover:hover {
    background-color: rgba(25, 186, 155, 0.6) !important;
}

.g-bg-primary-opacity-0_6--hover--after:hover::after {
    background-color: rgba(25, 186, 155, 0.6) !important;
}

.g-bg-primary-opacity-0_6--after::after {
    background-color: rgba(25, 186, 155, 0.6) !important;
}

.g-bg-primary-opacity-0_8 {
    background-color: rgba(0, 161, 176, 0.8) !important;
}

.g-bg-primary-opacity-0_8--hover:hover {
    background-color: rgba(0, 161, 176, 0.8) !important;
}

.g-bg-primary-opacity-0_8--hover--after:hover::after {
    background-color: rgba(0, 161, 176, 0.8) !important;
}

.g-bg-primary-opacity-0_8--before::after, .g-bg-primary-opacity-0_8--after::after {
    background-color: rgba(0, 161, 176, 0.8) !important;
}

.g-bg-primary-opacity-0_8--before--hover:hover::after, .g-bg-primary-opacity-0_8--after--hover:hover::after {
    background-color: rgba(0, 161, 176, 0.8) !important;
}

.g-bg-primary-opacity-0_9 {
    background-color: rgba(25, 186, 155, 0.9) !important;
}

.g-bg-primary-opacity-0_9--hover:hover {
    background-color: rgba(25, 186, 155, 0.9) !important;
}

.g-bg-primary-opacity-0_9--hover--after:hover::after {
    background-color: rgba(25, 186, 155, 0.9) !important;
}

.g-bg-primary-opacity-0_9--before::after, .g-bg-primary-opacity-0_9--after::after {
    background-color: rgba(25, 186, 155, 0.9) !important;
}

.g-bg-primary-opacity-0_9--before--hover:hover::after, .g-bg-primary-opacity-0_9--after--hover:hover::after {
    background-color: rgba(25, 186, 155, 0.9) !important;
}

.g-bg-black {
    background-color: #000 !important;
}

.g-bg-black--hover:hover {
    background-color: #000 !important;
}

.g-bg-black--after::after {
    background-color: #000 !important;
}

.g-bg-black-opacity-0_1 {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.g-bg-black-opacity-0_1--after::after {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.g-bg-black-opacity-0_2 {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.g-bg-black-opacity-0_2--after::after {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.g-bg-black-opacity-0_3 {
    background-color: rgba(0, 0, 0, 0.3) !important;
}

.g-bg-black-opacity-0_3--hover:hover {
    background-color: rgba(0, 0, 0, 0.3) !important;
}

.g-bg-black-opacity-0_3--after::after, .g-bg-black-opacity-0_3--before::before {
    background-color: rgba(0, 0, 0, 0.3) !important;
}

.g-bg-black-opacity-0_3--hover--after:hover::after {
    background-color: rgba(0, 0, 0, 0.3) !important;
}

.g-bg-black-opacity-0_4 {
    background-color: rgba(0, 0, 0, 0.4) !important;
}

.g-bg-black-opacity-0_4--after::after {
    background-color: rgba(0, 0, 0, 0.4) !important;
}

.g-bg-black-opacity-0_5 {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.g-bg-black-opacity-0_5--hover:hover {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.g-bg-black-opacity-0_5--after::after {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.g-bg-black-opacity-0_6 {
    background-color: rgba(0, 0, 0, 0.6) !important;
}

.g-bg-black-opacity-0_6--hover:hover {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.g-bg-black-opacity-0_6--after::after {
    background-color: rgba(0, 0, 0, 0.6) !important;
}

.g-bg-black-opacity-0_7 {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.g-bg-black-opacity-0_7--hover:hover {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.g-bg-black-opacity-0_7--after::after {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.g-bg-black-opacity-0_8 {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.g-bg-black-opacity-0_8--after::after {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.g-bg-black-opacity-0_8--hover:hover {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.g-bg-black-opacity-0_9 {
    background-color: rgba(0, 0, 0, 0.9) !important;
}

.g-bg-black-opacity-0_9--after::after {
    background-color: rgba(0, 0, 0, 0.9) !important;
}

.g-bg-black-opacity-0_9--hover:hover {
    background-color: rgba(0, 0, 0, 0.9) !important;
}

.u-block-hover:hover .g-bg-black--hover {
    background-color: #000 !important;
}

.g-bg-white {
    background-color: #fff !important;
}

.g-bg-white--before::before, .g-bg-white--after::after {
    background-color: #fff !important;
}

.g-bg-white--hover:hover, .g-bg-white--active.active {
    background-color: #fff !important;
}

.g-parent:hover .g-bg-white--parent-hover {
    background-color: #fff !important;
}

.g-bg-white--disabled:disabled {
    background-color: #fff !important;
}

.g-bg-white--before::before, .g-bg-white--after::after {
    background-color: #fff !important;
}

.g-parent:hover .g-bg-white-opacity-0--after--parent-hover::after {
    background-color: rgba(255, 255, 255, 0) !important;
}

.g-bg-white-opacity-0_05 {
    background-color: rgba(255, 255, 255, 0.05) !important;
}

.g-bg-white-opacity-0_1 {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.g-bg-white-opacity-0_1--after::after {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.g-bg-white-opacity-0_2 {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

.g-bg-white-opacity-0_2--hover:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

.g-bg-white-opacity-0_3 {
    background-color: rgba(255, 255, 255, 0.3) !important;
}

.g-bg-white-opacity-0_3--hover:hover {
    background-color: rgba(255, 255, 255, 0.3) !important;
}

.g-bg-white-opacity-0_3--after::after {
    background-color: rgba(255, 255, 255, 0.3) !important;
}

.g-bg-white-opacity-0_4 {
    background-color: rgba(255, 255, 255, 0.4) !important;
}

.g-bg-white-opacity-0_4--hover:hover {
    background-color: rgba(255, 255, 255, 0.4) !important;
}

.g-bg-white-opacity-0_5 {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

.g-bg-white-opacity-0_5--after::after {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

.g-bg-white-opacity-0_7 {
    background-color: rgba(255, 255, 255, 0.7) !important;
}

.g-bg-white-opacity-0_7--hover:hover {
    background-color: rgba(255, 255, 255, 0.7) !important;
}

.g-bg-white-opacity-0_7--after::after {
    background-color: rgba(255, 255, 255, 0.7) !important;
}

.g-bg-white-opacity-0_8 {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

.g-bg-white-opacity-0_8--hover:hover {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

.g-bg-white-opacity-0_8--after::after {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

.g-bg-white-opacity-0_8--hover--after:hover::after {
    background-color: rgba(0, 161, 176, 0.8) !important;
}

.g-bg-white-opacity-0_9 {
    background-color: rgba(255, 255, 255, 0.9) !important;
}

.g-bg-white-opacity-0_9--hover:hover {
    background-color: rgba(255, 255, 255, 0.9) !important;
}

.g-bg-white-opacity-0_9--after::after {
    background-color: rgba(255, 255, 255, 0.9) !important;
}

.g-bg-gray-dark-v1 {
    background-color: #111 !important;
}

.g-bg-gray-dark-v1--hover:hover {
    background-color: #111 !important;
}

.g-bg-gray-dark-v2 {
    background-color: #333 !important;
}

.g-bg-gray-dark-v2--hover:hover {
    background-color: #333 !important;
}

.g-bg-gray-dark-v3 {
    background-color: #555 !important;
}

.g-bg-gray-dark-v3--hover:hover {
    background-color: #555 !important;
}

.g-bg-gray-dark-v4 {
    background-color: #777 !important;
}

.g-bg-gray-dark-v4--hover:hover {
    background-color: #777 !important;
}

.g-bg-gray-dark-v5 {
    background-color: #999 !important;
}

.g-bg-gray-dark-v5--hover:hover {
    background-color: #999 !important;
}

.g-bg-gray-light-v1 {
    background-color: #bbb !important;
}

.g-bg-gray-light-v1--hover:hover {
    background-color: #bbb !important;
}

.g-bg-gray-light-v2 {
    background-color: #ccc !important;
}

.g-bg-gray-light-v2--hover:hover {
    background-color: #ccc !important;
}

.g-bg-gray-light-v3 {
    background-color: #ddd !important;
}

.g-bg-gray-light-v3--hover:hover {
    background-color: #ddd !important;
}

.g-bg-gray-light-v4 {
    background-color: #eee !important;
}

.g-bg-gray-light-v4--hover:hover {
    background-color: #eee !important;
}

.g-bg-gray-light-v5 {
    background-color: #f7f7f7 !important;
}

.g-bg-gray-light-v5--hover:hover {
    background-color: #f7f7f7 !important;
}

.g-bg-gray-light-v5--active.active, .active .g-bg-gray-light-v5--active {
    background-color: #f7f7f7 !important;
}

.g-bg-transparent {
    background-color: transparent !important;
}

.g-bg-transparent--hover:hover {
    background-color: transparent !important;
}

.g-bg-transparent--hover--after:hover::after {
    background-color: transparent !important;
}

.g-parent:hover .g-bg-transparent--parent-hover {
    background-color: transparent !important;
}

.g-bg-beige {
    background-color: #e5e1de !important;
}

.g-bg-green {
    background-color: #1e406e !important;
}

.g-bg-green-opacity-0_1 {
    background-color: rgba(25, 186, 155, 0.1) !important;
}

.g-bg-green--hover:hover {
    background-color: #1e406e !important;
}

.g-bg-darkgreen {
    background-color: #176 !important;
}

.g-bg-darkgreen-opacity-0_1 {
    background-color: rgba(25, 186, 155, 0.1) !important;
}

.g-bg-darkgreen--hover:hover {
    background-color: #1e406e !important;
}

.g-bg-cyan-darkgreen-opacity-v1 {
}

.g-bg-blue {
    background-color: #3398dc !important;
}

.g-bg-blue-opacity-0_1 {
    background-color: rgba(51, 152, 220, 0.1) !important;
}

.g-bg-blue-opacity-0_7 {
    background-color: rgba(51, 152, 220, 0.7) !important;
}

.g-bg-blue-opacity-0_9 {
    background-color: rgba(51, 152, 220, 0.9) !important;
}

.g-bg-blue--hover:hover {
    background-color: #3398dc !important;
}

.g-bg-lightblue {
    background-color: #edf2f8 !important;
}

.g-bg-lightblue-opacity-0_1 {
    background-color: rgba(237, 242, 248, 0.1) !important;
}

.g-bg-lightblue-v1 {
    background-color: #d6e2ee !important;
}

.g-bg-lightblue-v1-opacity-0_1 {
    background-color: rgba(214, 226, 238, 0.1) !important;
}

.g-bg-darkblue {
    background-color: #19586b !important;
}

.g-bg-darkblue-v2 {
    background-color: #124351 !important;
}

.g-bg-darkblue-opacity-0_1 {
    background-color: rgba(0, 0, 153, 0.1) !important;
}

.g-bg-indigo {
    background-color: #4263a3 !important;
}

.g-bg-indigo-opacity-0_1 {
    background-color: rgba(66, 99, 163, 0.1) !important;
}

.g-bg-red {
    background-color: #f00 !important;
}

.g-bg-red-opacity-0_1 {
    background-color: rgba(255, 0, 0, 0.1) !important;
}

.g-bg-red-opacity-0_2 {
    background-color: rgba(255, 0, 0, 0.2) !important;
}

.g-bg-red-opacity-0_5 {
    background-color: rgba(255, 0, 0, 0.5) !important;
}

.g-bg-red-opacity-0_8 {
    background-color: rgba(255, 0, 0, 0.8) !important;
}

.g-bg-red--hover:hover {
    background-color: #f00 !important;
}

.g-bg-lightred {
    background-color: #e64b3b !important;
}

.g-bg-lightred-opacity-0_1 {
    background-color: rgba(230, 75, 59, 0.1) !important;
}

.g-bg-lightred--hover:hover {
    background-color: #e64b3b !important;
}

.g-bg-darkred {
    background-color: #a10f2b !important;
}

.g-bg-darkred-opacity-0_1 {
    background-color: rgba(161, 15, 43, 0.1) !important;
}

.g-bg-purple {
    background-color: #9a69cb !important;
}

.g-bg-purple-opacity-0_1 {
    background-color: rgba(154, 105, 203, 0.1) !important;
}

.g-bg-purple-opacity-0_7 {
    background-color: rgba(154, 105, 203, 0.7) !important;
}

.g-bg-purple-opacity-0_9 {
    background-color: rgba(154, 105, 203, 0.9) !important;
}

.g-bg-purple-opacity-0_9--after::after {
    background-color: rgba(154, 105, 203, 0.9) !important;
}

.g-bg-purple--hover:hover {
    background-color: #9a69cb !important;
}

.g-bg-darkpurple {
    background-color: #6639b6 !important;
}

.g-bg-darkpurple-opacity-0_1 {
    background-color: rgba(102, 57, 182, 0.1) !important;
}

.g-bg-pink {
    background-color: #e81c62 !important;
}

.g-bg-pink-opacity-0_1 {
    background-color: rgba(232, 28, 98, 0.1) !important;
}

.g-bg-pink-opacity-0_9 {
    background-color: rgba(232, 28, 98, 0.9) !important;
}

.g-bg-pink--hover:hover {
    background-color: #e81c62 !important;
}

.g-bg-pink--before::after, .g-bg-pink--after::after {
    background-color: #e81c62 !important;
}

.g-bg-pink--before--hover:hover::after, .g-bg-pink--after--hover:hover::after {
    background-color: #e81c62 !important;
}

.g-bg-orange {
    background-color: #e57d20 !important;
}

.g-bg-orange-opacity-0_1 {
    background-color: rgba(229, 125, 32, 0.1) !important;
}

.g-bg-orange-opacity-0_2 {
    background-color: rgba(229, 125, 32, 0.2) !important;
}

.g-bg-orange--hover:hover {
    background-color: #e57d20 !important;
}

.g-bg-deeporange {
    background-color: #fe541e !important;
}

.g-bg-deeporange-opacity-0_1 {
    background-color: rgba(254, 84, 30, 0.1) !important;
}

.g-bg-deeporange--hover:hover {
    background-color: #fe541e !important;
}

.g-bg-yellow {
    background-color: #ebc71d !important;
}

.g-bg-yellow-opacity-0_1 {
    background-color: rgba(235, 199, 29, 0.1) !important;
}

.g-bg-yellow-opacity-0_7 {
    background: rgba(235, 199, 29, 0.7) !important;
}

.g-bg-yellow--hover:hover {
    background-color: #ebc71d !important;
}

.g-bg-aqua {
    background-color: #29d6e6 !important;
}

.g-bg-aqua-opacity-0_1 {
    background-color: rgba(41, 214, 230, 0.1) !important;
}

.g-bg-aqua-opacity-0_9 {
    background-color: rgba(41, 214, 230, 0.9) !important;
}

.g-bg-aqua--hover:hover {
    background-color: #29d6e6 !important;
}

.g-bg-cyan {
    background-color: #00bed6 !important;
}

.g-bg-cyan-opacity-0_1 {
    background-color: rgba(0, 190, 214, 0.1) !important;
}

.g-bg-cyan-opacity-0_9 {
    background-color: rgba(0, 190, 214, 0.9) !important;
}

.g-bg-cyan-opacity-0_9--after::after {
    background-color: rgba(0, 190, 214, 0.9) !important;
}

.g-bg-cyan--hover:hover {
    background-color: #00bed6 !important;
}

.g-bg-teal {
    background-color: #18ba9b !important;
}

.g-bg-teal-opacity-0_1 {
    background-color: rgba(24, 186, 155, 0.1) !important;
}

.g-bg-teal-opacity-0_9 {
    background-color: rgba(24, 186, 155, 0.9) !important;
}

.g-bg-teal-opacity-0_9--after::after {
    background-color: rgba(24, 186, 155, 0.9) !important;
}

.g-bg-teal--hover:hover {
    background-color: #18ba9b !important;
}

.g-bg-brown {
    background-color: #9c8061 !important;
}

.g-bg-brown-opacity-0_1 {
    background-color: rgba(156, 128, 97, 0.1) !important;
}

.g-bg-brown--hover:hover {
    background-color: #9c8061 !important;
}

.g-bg-bluegray {
    background-color: #585f69 !important;
}

.g-bg-bluegray-opacity-0_1 {
    background-color: rgba(88, 95, 105, 0.1) !important;
}

.g-bg-bluegray-opacity-0_2--before::before, .g-bg-bluegray-opacity-0_2--after::after {
    background-color: rgba(88, 95, 105, 0.2) !important;
}

.g-bg-bluegray-opacity-0_3--before::before, .g-bg-bluegray-opacity-0_3--after::after {
    background-color: rgba(88, 95, 105, 0.3) !important;
}

.g-bg-bluegray-opacity-0_5, .g-bg-bluegray-opacity-0_5--after::after {
    background-color: rgba(88, 95, 105, 0.5) !important;
}

.g-bg-bluegray-opacity-0_7 {
    background-color: rgba(88, 95, 105, 0.7) !important;
}

.g-bg-bluegray--hover:hover {
    background-color: #585f69 !important;
}

.g-grayscale-100x {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}

.g-parent:hover .g-grayscale-0--parent-hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

.g-grayscale-0--hover:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

@media (min-width: 576px) {
    .g-bg-transparent--sm {
        background-color: transparent !important;
    }
}

.js-header-change-moment .g-bg-primary--scrolling {
    background-color: #1e406e !important;
}

.g-bg-facebook {
    background-color: #3b5998;
}

.u-block-hover:hover .g-bg-facebook--hover, .g-bg-facebook--hover:hover {
    background-color: #344e86 !important;
}

.g-bg-twitter {
    background-color: #00acee;
}

.u-block-hover:hover .g-bg-twitter--hover, .g-bg-twitter--hover:hover {
    background-color: #009ad5 !important;
}

.g-bg-skype {
    background-color: #00aff0;
}

.u-block-hover:hover .g-bg-skype--hover, .g-bg-skype--hover:hover {
    background-color: #009cd7 !important;
}

.g-bg-pinterest {
    background-color: #c8232c;
}

.u-block-hover:hover .g-bg-pinterest--hover, .g-bg-pinterest--hover:hover {
    background-color: #b21f27 !important;
}

.g-bg-vine {
    background-color: #00bf8f;
}

.u-block-hover:hover .g-bg-vine--hover, .g-bg-vine--hover:hover {
    background-color: #00a67c !important;
}

.g-bg-youtube {
    background-color: #c4302b;
}

.u-block-hover:hover .g-bg-youtube--hover, .g-bg-youtube--hover:hover {
    background-color: #af2b26 !important;
}

.g-bg-google-plus {
    background-color: #dd4b39;
}

.u-block-hover:hover .g-bg-google-plus--hover, .g-bg-google-plus--hover:hover {
    background-color: #d73925 !important;
}

.g-bg-dribbble {
    background-color: #ea4c89;
}

.u-block-hover:hover .g-bg-dribbble--hover, .g-bg-dribbble--hover:hover {
    background-color: #e7357a !important;
}

.g-bg-vk {
    background-color: #2b587a;
}

.u-block-hover:hover .g-bg-vk--hover, .g-bg-vk--hover:hover {
    background-color: #244a67 !important;
}

.g-bg-linkedin {
    background-color: #0e76a8;
}

.u-block-hover:hover .g-bg-linkedin--hover, .g-bg-linkedin--hover:hover {
    background-color: #0c6590 !important;
}

.g-bg-instagram {
    background-color: #3f729b;
}

.u-block-hover:hover .g-bg-instagram--hover, .g-bg-instagram--hover:hover {
    background-color: #386589 !important;
}

.g-bg-grid-v1--before::before {
    background-image: url(../img/bg/grid/wave.png);
}

.g-bg-grid-v2--before::after {
    background-image: url(../img/bg/grid/tile-left.png);
}

.g-bg-grid-v3--before::after {
    background-image: url(../img/bg/grid/tile-right.png);
}

.g-bg-grid-v4--before::after {
    background-image: url(../img/bg/grid/diagonal-left.png);
}

.g-bg-grid-v5--before::after {
    background-image: url(../img/bg/grid/diagonal-right.png);
}

.g-bg-grid-v6--before::after {
    background-image: url(../img/bg/grid/zigzag-left.png);
}

.g-bg-grid-v7--before::after {
    background-image: url(../img/bg/grid/zigzag-right.png);
}

.g-bg-cover {
    position: relative;
}

    .g-bg-cover::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

.g-bg-cover-v1::after {
    position: absolute;
    top: 0.35714rem;
    right: 0.35714rem;
    bottom: 0.35714rem;
    left: 0.35714rem;
}

.g-bg-cover__inner {
    z-index: 1;
    position: relative;
}

.g-bg-img-hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.g-bg-pattern-green {
    background-image: url("../img/bg/pattern--green.png");
}

.g-bg-pos-center {
    background-position: center;
}

.g-bg-pos-left-center {
    background-position: left center;
}

.g-bg-pos-top-left {
    background-position: top left;
}

.g-bg-pos-top-right {
    background-position: top right;
}

.g-bg-pos-top-center {
    background-position: top center;
}

.g-bg-pos-bottom-center {
    background-position: bottom center;
}

.g-bg-no-repeat {
    background-repeat: no-repeat;
}

.g-bg-size-cover {
    background-size: cover !important;
}

.g-bg-size-100x {
    background-size: 100% !important;
}

.g-bg-size-100x--hover:hover {
    background-size: 100% !important;
}

.g-parent:hover .g-bg-size-100x--parent-hover {
    background-size: 100% !important;
}

.g-bg-size-120x {
    background-size: 120% !important;
}

.g-bg-size-120x--hover {
    background-size: 120% !important;
}

.g-parent:hover .g-bg-size-120x--parent-hover {
    background-size: 120% !important;
}

.g-bg-repeat {
    background-repeat: repeat !important;
    background-size: auto !important;
}

.g-fill-primary {
    fill: #1e406e !important;
}

    .g-fill-primary path, .g-fill-primary polygon {
        fill: #1e406e !important;
    }

.g-fill-primary--hover:hover path, .g-fill-primary--hover:hover polygon {
    fill: #1e406e !important;
}

*:hover > * > .g-fill-primary--hover-parent svg path, *:hover > * > .g-fill-primary--hover-parent svg polygon {
    fill: #1e406e !important;
}

.g-fill-white {
    fill: #fff !important;
}

    .g-fill-white path, .g-fill-white polygon {
        fill: #fff !important;
    }

.g-fill-white--opened-menu:not(.collapsed) path, .g-fill-white--opened-menu:not(.collapsed) polygon {
    fill: #fff !important;
}

*:not(.collapsed) > .g-fill-white--parent-opened-menu path, *:not(.collapsed) > .g-fill-white--parent-opened-menu polygon {
    fill: #fff !important;
}

.g-fill-white--hover:hover path, .g-fill-white--hover:hover polygon {
    fill: #fff !important;
}

*:hover > * > .g-fill-white--hover-parent svg path, *:hover > * > .g-fill-white--hover-parent svg polygon {
    fill: #fff !important;
}

.g-fill-main {
    fill: #555 !important;
}

    .g-fill-main path, .g-fill-main polygon {
        fill: #555 !important;
    }

.g-fill-main--opened-menu:not(.collapsed) path, .g-fill-main--opened-menu:not(.collapsed) polygon {
    fill: #555 !important;
}

*:not(.collapsed) > .g-fill-main--parent-opened-menu path, *:not(.collapsed) > .g-fill-main--parent-opened-menu polygon {
    fill: #555 !important;
}

.g-fill-main--hover:hover path, .g-fill-main--hover:hover polygon {
    fill: #555 !important;
}

*:hover > * > .g-fill-main--hover-parent svg path, *:hover > * > .g-fill-main--hover-parent svg polygon {
    fill: #fff !important;
}

.g-fill-gray-light-v4 path, .g-fill-gray-light-v4 polygon {
    fill: #eee !important;
}

.g-fill-gray-light-v4--hover:hover path, .g-fill-gray-light-v4--hover:hover polygon {
    fill: #eee !important;
}

*:hover > * > .g-fill-gray-light-v4--hover-parent svg path, *:hover > * > .g-fill-gray-light-v4--hover-parent svg polygon {
    fill: #eee !important;
}

.g-fill-red path, .g-fill-red polygon {
    fill: #f00 !important;
}

.g-fill-red--hover:hover path, .g-fill-red--hover:hover polygon {
    fill: #f00 !important;
}

*:hover > * > .g-fill-red--hover-parent path, *:hover > * > .g-fill-red--hover-parent polygon {
    fill: #f00 !important;
}

*:hover > .g-fill-red--parent-hover path, *:hover > .g-fill-red--parent-hover polygon {
    fill: #f00 !important;
}

*:hover > * > * > .g-fill-red--parent-parent-parent-hover path, *:hover > * > * > .g-fill-red--parent-parent-parent-hover polygon {
    fill: #f00 !important;
}

.g-brd-none {
    border: none !important;
}

.g-brd-x {
    border-left: solid 1px transparent !important;
    border-right: solid 1px transparent !important;
}

.g-brd-y {
    border-top: solid 1px transparent !important;
    border-bottom: solid 1px transparent !important;
}

.g-brd-around {
    border: solid 1px transparent !important;
}

.g-brd-top {
    border-top: solid 1px transparent !important;
}

.g-brd-right {
    border-right: solid 1px transparent !important;
}

.g-brd-bottom {
    border-bottom: solid 1px transparent !important;
}

.g-brd-left {
    border-left: solid 1px transparent !important;
}

.g-brd-left-none {
    border-left: none !important;
}

@media (min-width: 576px) {
    .g-brd-around--sm {
        border: solid 1px transparent !important;
    }

    .g-brd-top--sm {
        border-top: solid 1px transparent !important;
    }

    .g-brd-right--sm {
        border-right: solid 1px transparent !important;
    }

    .g-brd-bottom--sm {
        border-bottom: solid 1px transparent !important;
    }

    .g-brd-left--sm {
        border-left: solid 1px transparent !important;
    }
}

@media (min-width: 768px) {
    .g-brd-x--md {
        border-left: solid 1px transparent !important;
        border-right: solid 1px transparent !important;
    }

    .g-brd-around--md {
        border: solid 1px transparent !important;
    }

    .g-brd-top--md {
        border-top: solid 1px transparent !important;
    }

    .g-brd-right--md {
        border-right: solid 1px transparent !important;
    }

    .g-brd-bottom--md {
        border-bottom: solid 1px transparent !important;
    }

    .g-brd-left--md {
        border-left: solid 1px transparent !important;
    }
}

@media (min-width: 992px) {
    .g-brd-around--lg {
        border: solid 1px transparent !important;
    }

    .g-brd-top--lg {
        border-top: solid 1px transparent !important;
    }

    .g-brd-right--lg {
        border-right: solid 1px transparent !important;
    }

    .g-brd-bottom--lg {
        border-bottom: solid 1px transparent !important;
    }

    .g-brd-left--lg {
        border-left: solid 1px transparent !important;
    }

    .g-brd-left-none--lg {
        border-left: none !important;
    }

    .g-brd-x--lg {
        border-left: solid 1px transparent;
        border-right: solid 1px transparent;
    }

    .g-brd-none--lg {
        border: none !important;
    }
}

.g-brd-around-none {
    border-width: 0 !important;
}

.g-brd-y-none {
    border-top: none !important;
    border-bottom: none !important;
}

.g-brd-top-none {
    border-top: none !important;
}

.g-brd-bottom-none {
    border-bottom: none !important;
}

.g-brd-x-none {
    border-left: none !important;
    border-right: none !important;
}

.g-brd-left-none {
    border-left: none !important;
}

.g-brd-right-none {
    border-right: none !important;
}

@media (min-width: 576px) {
    .g-brd-around-none--sm {
        border-width: 0 !important;
    }

    .g-brd-y-none--sm {
        border-top: none !important;
        border-bottom: none !important;
    }

    .g-brd-top-none--sm {
        border-top: none !important;
    }

    .g-brd-bottom-none--sm {
        border-bottom: none !important;
    }

    .g-brd-x-none--sm {
        border-left: none !important;
        border-right: none !important;
    }

    .g-brd-left-none--sm {
        border-left: none !important;
    }

    .g-brd-right-none--sm {
        border-right: none !important;
    }
}

@media (min-width: 768px) {
    .g-brd-around-none--md {
        border-width: 0 !important;
    }

    .g-brd-y-none--md {
        border-top: none !important;
        border-bottom: none !important;
    }

    .g-brd-top-none--md {
        border-top: none !important;
    }

    .g-brd-bottom-none--md {
        border-bottom: none !important;
    }

    .g-brd-x-none--md {
        border-left: none !important;
        border-right: none !important;
    }

    .g-brd-left-none--md {
        border-left: none !important;
    }

    .g-brd-right-none--md {
        border-right: none !important;
    }
}

@media (min-width: 992px) {
    .g-brd-around-none--lg {
        border-width: 0 !important;
    }

    .g-brd-y-none--lg {
        border-top: none !important;
        border-bottom: none !important;
    }

    .g-brd-top-none--lg {
        border-top: none !important;
    }

    .g-brd-bottom-none--lg {
        border-bottom: none !important;
    }

    .g-brd-x-none--lg {
        border-left: none !important;
        border-right: none !important;
    }

    .g-brd-left-none--lg {
        border-left: none !important;
    }

    .g-brd-right-none--lg {
        border-right: none !important;
    }
}

@media (min-width: 1200px) {
    .g-brd-around-none--xl {
        border-width: 0 !important;
    }

    .g-brd-y-none--xl {
        border-top: none !important;
        border-bottom: none !important;
    }

    .g-brd-top-none--xl {
        border-top: none !important;
    }

    .g-brd-bottom-none--xl {
        border-bottom: none !important;
    }

    .g-brd-x-none--xl {
        border-left: none !important;
        border-right: none !important;
    }

    .g-brd-left-none--xl {
        border-left: none !important;
    }

    .g-brd-right-none--xl {
        border-right: none !important;
    }
}

.g-brd-style-solid {
    border-style: solid !important;
}

.g-brd-style-dashed {
    border-style: dashed !important;
}

.g-brd-style-dotted {
    border-style: dotted !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.g-rounded-50x {
    border-radius: 50%;
}

.g-rounded-1 {
    border-radius: 1px !important;
}

.g-rounded-2 {
    border-radius: 2px !important;
}

.g-rounded-3 {
    border-radius: 3px !important;
}

.g-rounded-4 {
    border-radius: 4px !important;
}

.g-rounded-5 {
    border-radius: 5px !important;
}

.g-rounded-6 {
    border-radius: 6px !important;
}

.g-rounded-7 {
    border-radius: 7px !important;
}

.g-rounded-10 {
    border-radius: 10px !important;
}

.g-rounded-15 {
    border-radius: 15px !important;
}

.g-rounded-20 {
    border-radius: 20px !important;
}

.g-rounded-25 {
    border-radius: 25px !important;
}

.g-rounded-30 {
    border-radius: 30px !important;
}

.g-rounded-50 {
    border-radius: 50px !important;
}

.g-rounded-100 {
    border-radius: 100px !important;
}

.g-rounded-100--after::after {
    border-radius: 100px !important;
}

.g-rounded-top-5 {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.g-rounded-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.g-rounded-right-3 {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

.g-rounded-right-4 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.g-rounded-right-5 {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.g-rounded-right-10 {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.g-rounded-right-20 {
    border-bottom-right-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.g-rounded-right-25 {
    border-bottom-right-radius: 25px !important;
    border-top-right-radius: 25px !important;
}

.g-rounded-right-30 {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
}

.g-rounded-right-50 {
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
}

.g-rounded-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.g-rounded-bottom-3 {
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

.g-rounded-bottom-4 {
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.g-rounded-bottom-5 {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.g-rounded-left-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.g-rounded-left-3 {
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}

.g-rounded-left-4 {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.g-rounded-left-5 {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.g-rounded-left-10 {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.g-rounded-left-20 {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
}

.g-rounded-left-25 {
    border-bottom-left-radius: 25px !important;
    border-top-left-radius: 25px !important;
}

.g-rounded-left-30 {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
}

.g-rounded-left-50 {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
}

.g-rounded-circle--before::before {
    border-radius: 50% !important;
}

.g-rounded-circle--after::after {
    border-radius: 50% !important;
}

@media (min-width: 768px) {
    .g-rounded-0--md {
        border-radius: 0 !important;
    }

    .g-rounded-left-0--md {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

    .g-rounded-right-0--md {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }
}

@media (min-width: 992px) {
    .g-rounded-left-5--lg-up {
        border-top-left-radius: 5px !important;
        border-bottom-left-radius: 5px !important;
    }

    .g-rounded-right-5--lg-up {
        border-top-right-radius: 5px !important;
        border-bottom-right-radius: 5px !important;
    }
}

.g-brd-around--dashed {
    border: dashed 1px transparent;
}

.g-brd-top--dashed {
    border-top: dashed 1px transparent;
}

.g-brd-bottom--dashed {
    border-bottom: dashed 1px transparent;
}

.g-brd-right--dashed {
    border-right: dashed 1px transparent;
}

.g-brd-left--dashed {
    border-left: dashed 1px transparent;
}

@media (min-width: 576px) {
    .g-brd-around--dashed--sm {
        border: dashed 1px transparent;
    }

    .g-brd-top--dashed--sm {
        border-top: dashed 1px transparent;
    }

    .g-brd-bottom--dashed--sm {
        border-bottom: dashed 1px transparent;
    }

    .g-brd-right--dashed--sm {
        border-right: dashed 1px transparent;
    }

    .g-brd-left--dashed--sm {
        border-left: dashed 1px transparent;
    }
}

@media (min-width: 768px) {
    .g-brd-around--dashed--md {
        border: dashed 1px transparent;
    }

    .g-brd-top--dashed--md {
        border-top: dashed 1px transparent;
    }

    .g-brd-bottom--dashed--md {
        border-bottom: dashed 1px transparent;
    }

    .g-brd-right--dashed--md {
        border-right: dashed 1px transparent;
    }

    .g-brd-left--dashed--md {
        border-left: dashed 1px transparent;
    }
}

.g-brd-around--dotted {
    border: dotted 1px transparent;
}

.g-brd-top--dotted {
    border-top: dotted 1px transparent;
}

.g-brd-bottom--dotted {
    border-bottom: dotted 1px transparent;
}

.g-brd-right--dotted {
    border-right: dotted 1px transparent;
}

.g-brd-left--dotted {
    border-left: dotted 1px transparent;
}

@media (min-width: 576px) {
    .g-brd-around--dotted--sm {
        border: dotted 1px transparent;
    }

    .g-brd-top--dotted--sm {
        border-top: dotted 1px transparent;
    }

    .g-brd-bottom--dotted--sm {
        border-bottom: dotted 1px transparent;
    }

    .g-brd-right--dotted--sm {
        border-right: dotted 1px transparent;
    }

    .g-brd-left--dotted--sm {
        border-left: dotted 1px transparent;
    }
}

@media (min-width: 768px) {
    .g-brd-around--dotted--md {
        border: dotted 1px transparent;
    }

    .g-brd-top--dotted--md {
        border-top: dotted 1px transparent;
    }

    .g-brd-bottom--dotted--md {
        border-bottom: dotted 1px transparent;
    }

    .g-brd-right--dotted--md {
        border-right: dotted 1px transparent;
    }

    .g-brd-left--dotted--md {
        border-left: dotted 1px transparent;
    }
}

.g-brd-0 {
    border-width: 0 !important;
}

.g-brd-1 {
    border-width: 1px !important;
}

.g-brd-2 {
    border-width: 2px !important;
}

.g-brd-3 {
    border-width: 3px !important;
}

.g-brd-3--before::before {
    border-width: 3px !important;
}

.g-brd-3--before--active.active::before {
    border-width: 3px !important;
}

.g-brd-4 {
    border-width: 4px !important;
}

.g-brd-5 {
    border-width: 5px !important;
}

.g-brd-6 {
    border-width: 6px !important;
}

.g-brd-7 {
    border-width: 7px !important;
}

.g-brd-10 {
    border-width: 10px !important;
}

.g-brd-12 {
    border-width: 12px !important;
}

.g-brd-top-0 {
    border-top-width: 0 !important;
}

.g-brd-top-2 {
    border-top-width: 2px !important;
}

.g-brd-top-3 {
    border-top-width: 3px !important;
}

.g-brd-top-5 {
    border-top-width: 5px !important;
}

.g-brd-bottom-0 {
    border-bottom-width: 0 !important;
}

.g-brd-bottom-2 {
    border-bottom-width: 2px !important;
}

.g-brd-bottom-2--hover:hover {
    border-bottom-width: 2px !important;
}

.g-parent:hover .g-brd-bottom-2--parent-hover {
    border-bottom-width: 2px !important;
}

.g-brd-bottom-5 {
    border-bottom-width: 5px !important;
}

.g-brd-left-0 {
    border-left-width: 0 !important;
}

.g-brd-left-1 {
    border-left-width: 1px !important;
}

.g-brd-left-2 {
    border-left-width: 2px !important;
}

.g-brd-left-3 {
    border-left-width: 3px !important;
}

.g-brd-left-4 {
    border-left-width: 4px !important;
}

.g-brd-right-0 {
    border-right-width: 0 !important;
}

.g-brd-right-1 {
    border-right-width: 1px !important;
}

.g-brd-right-2 {
    border-right-width: 2px !important;
}

.g-brd-right-3 {
    border-right-width: 3px !important;
}

.g-brd-right-4 {
    border-right-width: 4px !important;
}

@media (min-width: 768px) {
    .g-brd-0--md {
        border-width: 0 !important;
    }

    .g-brd-1--md {
        border-width: 1px !important;
    }

    .g-brd-2--md {
        border-width: 2px !important;
    }

    .g-brd-3--md {
        border-width: 3px !important;
    }

    .g-brd-4--md {
        border-width: 4px !important;
    }

    .g-brd-5--md {
        border-width: 5px !important;
    }

    .g-brd-6--md {
        border-width: 6px !important;
    }

    .g-brd-10--md {
        border-width: 10px !important;
    }

    .g-brd-top-0--md {
        border-top-width: 0 !important;
    }

    .g-brd-top-2--md {
        border-top-width: 2px !important;
    }

    .g-brd-top-3--md {
        border-top-width: 3px !important;
    }

    .g-brd-top-5--md {
        border-top-width: 5px !important;
    }

    .g-brd-bottom-0--md {
        border-bottom-width: 0 !important;
    }

    .g-brd-bottom-2--md {
        border-bottom-width: 2px !important;
    }

    .g-brd-bottom-5--md {
        border-bottom-width: 5px !important;
    }

    .g-brd-left-0--md {
        border-left-width: 0 !important;
    }

    .g-brd-left-1--md {
        border-left-width: 1px !important;
    }

    .g-brd-left-2--md {
        border-left-width: 2px !important;
    }

    .g-brd-left-3--md {
        border-left-width: 3px !important;
    }

    .g-brd-left-4--md {
        border-left-width: 4px !important;
    }

    .g-brd-right-0--md {
        border-right-width: 0 !important;
    }

    .g-brd-right-1--md {
        border-right-width: 1px !important;
    }
}

@media (min-width: 992px) {
    .g-brd-0--lg {
        border-width: 0 !important;
    }

    .g-brd-1--lg {
        border-width: 1px !important;
    }

    .g-brd-top-0--lg {
        border-top-width: 0 !important;
    }

    .g-brd-top-1--lg {
        border-top-width: 1px !important;
    }

    .g-brd-bottom-0--lg {
        border-bottom-width: 0 !important;
    }

    .g-brd-bottom-1--lg {
        border-bottom-width: 1px !important;
    }

    .g-brd-left-0--lg {
        border-left-width: 0 !important;
    }

    .g-brd-left-1--lg {
        border-left-width: 1px !important;
    }

    .g-brd-right-0--lg {
        border-right-width: 0 !important;
    }

    .g-brd-right-1--lg {
        border-right-width: 1px !important;
    }
}

.g-brd-primary {
    border-color: #1e406e !important;
}

.g-brd-primary--before::before {
    border-color: #1e406e !important;
}

.g-brd-primary--before--active.active::before {
    border-color: #1e406e !important;
}

.g-brd-primary--hover:hover, .g-brd-primary--active.active {
    border-color: #1e406e !important;
}

.g-brd-primary--active.active, .active .g-brd-primary--active {
    border-color: #1e406e !important;
}

*:hover > .g-brd-primary--hover-parent {
    border-color: #1e406e !important;
}

.g-brd-primary-opacity-0_3 {
    border-color: rgba(25, 186, 155, 0.3) !important;
}

.g-brd-primary-opacity-0_3--hover:hover, .g-brd-primary-opacity-0_3--active.active {
    border-color: rgba(25, 186, 155, 0.3) !important;
}

*:hover > .g-brd-primary-opacity-0_3--hover-parent {
    border-color: rgba(25, 186, 155, 0.3) !important;
}

.g-brd-primary-dark-dark-v1 {
    border-color: #258372 !important;
}

.g-brd-primary-dark-dark-v1--hover:hover, .g-brd-primary-dark-dark-v1--active.active {
    border-color: #258372 !important;
}

*:hover > .g-brd-primary-dark-dark-v1--hover-parent {
    border-color: #258372 !important;
}

.g-brd-primary-dark-dark-v2 {
    border-color: #66ab27 !important;
}

.g-brd-primary-dark-dark-v2--hover:hover, .g-brd-primary-dark-dark-v2--active.active {
    border-color: #66ab27 !important;
}

*:hover > .g-brd-primary-dark-dark-v2--hover-parent {
    border-color: #66ab27 !important;
}

.g-brd-primary-dark-dark-v3 {
    border-color: #599722 !important;
}

.g-brd-primary-dark-dark-v3--hover:hover, .g-brd-primary-dark-dark-v3--active.active {
    border-color: #599722 !important;
}

*:hover > .g-brd-primary-dark-dark-v3--hover-parent {
    border-color: #599722 !important;
}

.g-brd-bottom-primary--hover:hover {
    border-bottom-color: #1e406e !important;
}

.g-brd-main {
    border-color: #555 !important;
}

.g-brd-main--hover:hover {
    border-color: #555 !important;
}

.g-brd-black {
    border-color: #000 !important;
}

.g-brd-black--hover:hover, .g-brd-black--active.active {
    border-color: #000 !important;
}

*:hover > .g-brd-black--hover-parent {
    border-color: #000 !important;
}

.g-brd-black-opacity-0_4 {
    border-color: rgba(0, 0, 0, 0.4) !important;
}

.g-brd-white {
    border-color: #fff !important;
}

.g-brd-white--hover:hover, .g-brd-white--active.active {
    border-color: #fff !important;
}

*:hover > .g-brd-white--hover-parent {
    border-color: #fff !important;
}

.g-brd-white-opacity-0_1 {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.g-brd-white-opacity-0_1--hover:hover, .g-brd-white-opacity-0_1--active.active {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

*:hover > .g-brd-white-opacity-0_1--hover-parent {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.g-brd-white-opacity-0_2 {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.g-brd-white-opacity-0_2--hover:hover, .g-brd-white-opacity-0_2--active.active {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

*:hover > .g-brd-white-opacity-0_2--hover-parent {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.g-brd-white-opacity-0_3 {
    border-color: rgba(255, 255, 255, 0.3) !important;
}

.g-brd-white-opacity-0_3--hover:hover, .g-brd-white-opacity-0_3--active.active {
    border-color: rgba(255, 255, 255, 0.3) !important;
}

*:hover > .g-brd-white-opacity-0_3--hover-parent {
    border-color: rgba(255, 255, 255, 0.3) !important;
}

.g-brd-white-opacity-0_4 {
    border-color: rgba(255, 255, 255, 0.4) !important;
}

.g-brd-white-opacity-0_4--hover:hover, .g-brd-white-opacity-0_4--active.active {
    border-color: rgba(255, 255, 255, 0.4) !important;
}

*:hover > .g-brd-white-opacity-0_4--hover-parent {
    border-color: rgba(255, 255, 255, 0.4) !important;
}

.g-brd-white-opacity-0_5 {
    border-color: rgba(255, 255, 255, 0.5) !important;
}

.g-brd-white-opacity-0_5--hover:hover, .g-brd-white-opacity-0_5--active.active {
    border-color: rgba(255, 255, 255, 0.5) !important;
}

*:hover > .g-brd-white-opacity-0_5--hover-parent {
    border-color: rgba(255, 255, 255, 0.5) !important;
}

.g-brd-white-opacity-0_6 {
    border-color: rgba(255, 255, 255, 0.6) !important;
}

.g-brd-white-opacity-0_6--hover:hover, .g-brd-white-opacity-0_6--active.active {
    border-color: rgba(255, 255, 255, 0.6) !important;
}

*:hover > .g-brd-white-opacity-0_6--hover-parent {
    border-color: rgba(255, 255, 255, 0.6) !important;
}

.g-brd-white-opacity-0_8 {
    border-color: rgba(255, 255, 255, 0.8) !important;
}

.g-brd-white-opacity-0_8--hover:hover, .g-brd-white-opacity-0_8--active.active {
    border-color: rgba(255, 255, 255, 0.8) !important;
}

*:hover > .g-brd-white-opacity-0_8--hover-parent {
    border-color: rgba(255, 255, 255, 0.8) !important;
}

.g-brd-gray-dark-v1 {
    border-color: #111 !important;
}

.g-brd-gray-dark-v1--hover:hover, .g-brd-gray-dark-v1--active.active {
    border-color: #111 !important;
}

*:hover > .g-brd-gray-dark-v1--hover-parent {
    border-color: #111 !important;
}

.g-brd-gray-dark-v2 {
    border-color: #333 !important;
}

.g-brd-gray-dark-v2--hover:hover, .g-brd-gray-dark-v2--active.active {
    border-color: #333 !important;
}

*:hover > .g-brd-gray-dark-v2--hover-parent {
    border-color: #333 !important;
}

.g-brd-gray-dark-v3 {
    border-color: #555 !important;
}

.g-brd-gray-dark-v3--hover:hover, .g-brd-gray-dark-v3--active.active {
    border-color: #555 !important;
}

*:hover > .g-brd-gray-dark-v3--hover-parent {
    border-color: #555 !important;
}

.g-brd-gray-dark-v4 {
    border-color: #777 !important;
}

.g-brd-gray-dark-v4--hover:hover, .g-brd-gray-dark-v4--active.active {
    border-color: #777 !important;
}

*:hover > .g-brd-gray-dark-v4--hover-parent {
    border-color: #777 !important;
}

.g-brd-gray-dark-v5 {
    border-color: #999 !important;
}

.g-brd-gray-dark-v5--hover:hover, .g-brd-gray-dark-v5--active.active {
    border-color: #999 !important;
}

*:hover > .g-brd-gray-dark-v5--hover-parent {
    border-color: #999 !important;
}

.g-brd-gray-light-v1 {
    border-color: #bbb !important;
}

.g-brd-gray-light-v1--hover:hover, .g-brd-gray-light-v1--focus:focus, .g-brd-gray-light-v1--active.active {
    border-color: #bbb !important;
}

*:hover > .g-brd-gray-light-v1--hover-parent {
    border-color: #bbb !important;
}

.g-brd-gray-light-v2 {
    border-color: #ccc !important;
}

.g-brd-gray-light-v2--before::before {
    border-color: #ccc !important;
}

.g-brd-gray-light-v2--after::after {
    border-color: #ccc !important;
}

.g-brd-gray-light-v2--hover:hover, .g-brd-gray-light-v2--active.active {
    border-color: #ccc !important;
}

*:hover > .g-brd-gray-light-v2--hover-parent {
    border-color: #ccc !important;
}

.g-brd-gray-light-v3 {
    border-color: #ddd !important;
}

.g-brd-gray-light-v3--hover:hover, .g-brd-gray-light-v3--active.active, .g-brd-gray-light-v3--focus:focus {
    border-color: #ddd !important;
}

*:hover > .g-brd-gray-light-v3--hover-parent {
    border-color: #ddd !important;
}

.g-brd-gray-light-v4 {
    border-color: #eee !important;
}

.g-brd-gray-light-v4--hover:hover, .g-brd-gray-light-v4--active.active {
    border-color: #eee !important;
}

*:hover > .g-brd-gray-light-v4--hover-parent {
    border-color: #eee !important;
}

.g-brd-gray-light-v5 {
    border-color: #f7f7f7 !important;
}

.g-brd-gray-light-v5--hover:hover, .g-brd-gray-light-v5--active.active {
    border-color: #f7f7f7 !important;
}

*:hover > .g-brd-gray-light-v5--hover-parent {
    border-color: #f7f7f7 !important;
}

.g-brd-transparent {
    border-color: transparent !important;
}

.g-brd-transparent--before::before {
    border-color: transparent !important;
}

.g-brd-transparent--after::after {
    border-color: transparent !important;
}

.g-brd-transparent--hover:hover, .g-brd-transparent--active.active {
    border-color: transparent !important;
}

*:hover > .g-brd-transparent--hover-parent {
    border-color: transparent !important;
}

.g-brd-green {
    border-color: #1e406e !important;
}

.g-brd-green--hover:hover, .g-brd-green--active.active {
    border-color: #1e406e !important;
}

*:hover > .g-brd-green--hover-parent {
    border-color: #1e406e !important;
}

.g-brd-blue {
    border-color: #3398dc !important;
}

.g-brd-blue--hover:hover, .g-brd-blue--active.active {
    border-color: #3398dc !important;
}

*:hover > .g-brd-blue--hover-parent {
    border-color: #3398dc !important;
}

.g-brd-blue-opacity-0_1 {
    border-color: rgba(51, 152, 220, 0.1) !important;
}

.g-brd-lightblue {
    border-color: #edf2f8 !important;
}

.g-brd-lightblue--hover:hover, .g-brd-lightblue--active.active {
    border-color: #edf2f8 !important;
}

*:hover > .g-brd-lightblue--hover-parent {
    border-color: #edf2f8 !important;
}

.g-brd-lightblue-v1 {
    border-color: #d6e2ee !important;
}

.g-brd-lightblue-v1--hover:hover, .g-brd-lightblue-v1--active.active {
    border-color: #d6e2ee !important;
}

*:hover > .g-brd-lightblue-v1--hover-parent {
    border-color: #d6e2ee !important;
}

.g-brd-darkblue {
    border-color: #009 !important;
}

.g-brd-darkblue-v2 {
    border-color: #124351 !important;
}

.g-brd-darkblue--hover:hover, .g-brd-darkblue--active.active {
    border-color: #009 !important;
}

*:hover > .g-brd-darkblue--hover-parent {
    border-color: #009 !important;
}

.g-brd-indigo {
    border-color: #4263a3 !important;
}

.g-brd-indigo--hover:hover, .g-brd-indigo--active.active {
    border-color: #4263a3 !important;
}

*:hover > .g-brd-indigo--hover-parent {
    border-color: #4263a3 !important;
}

.g-brd-red {
    border-color: #f00 !important;
}

.g-brd-red--hover:hover, .g-brd-red--active.active {
    border-color: #f00 !important;
}

*:hover > .g-brd-red--hover-parent {
    border-color: #f00 !important;
}

.g-brd-lightred {
    border-color: #e64b3b !important;
}

.g-brd-lightred--hover:hover, .g-brd-lightred--active.active {
    border-color: #e64b3b !important;
}

*:hover > .g-brd-lightred--hover-parent {
    border-color: #e64b3b !important;
}

.g-brd-darkred {
    border-color: #a10f2b !important;
}

.g-brd-darkred--hover:hover, .g-brd-darkred--active.active {
    border-color: #a10f2b !important;
}

*:hover > .g-brd-darkred--hover-parent {
    border-color: #a10f2b !important;
}

.g-brd-purple {
    border-color: #9a69cb !important;
}

.g-brd-purple--hover:hover, .g-brd-purple--active.active {
    border-color: #9a69cb !important;
}

*:hover > .g-brd-purple--hover-parent {
    border-color: #9a69cb !important;
}

.g-brd-purple-opacity-0_1 {
    border-color: rgba(154, 105, 203, 0.1) !important;
}

.g-brd-darkpurple {
    border-color: #6639b6 !important;
}

.g-brd-darkpurple--hover:hover, .g-brd-darkpurple--active.active {
    border-color: #6639b6 !important;
}

*:hover > .g-brd-darkpurple--hover-parent {
    border-color: #6639b6 !important;
}

.g-brd-pink {
    border-color: #e81c62 !important;
}

.g-brd-pink--hover:hover, .g-brd-pink--active.active {
    border-color: #e81c62 !important;
}

*:hover > .g-brd-pink--hover-parent {
    border-color: #e81c62 !important;
}

.g-brd-orange {
    border-color: #e57d20 !important;
}

.g-brd-orange--hover:hover, .g-brd-orange--active.active {
    border-color: #e57d20 !important;
}

*:hover > .g-brd-orange--hover-parent {
    border-color: #e57d20 !important;
}

.g-brd-deeporange {
    border-color: #fe541e !important;
}

.g-brd-deeporange--hover:hover, .g-brd-deeporange--active.active {
    border-color: #fe541e !important;
}

*:hover > .g-brd-deeporange--hover-parent {
    border-color: #fe541e !important;
}

.g-brd-yellow {
    border-color: #ebc71d !important;
}

.g-brd-yellow--hover:hover, .g-brd-yellow--active.active {
    border-color: #ebc71d !important;
}

*:hover > .g-brd-yellow--hover-parent {
    border-color: #ebc71d !important;
}

.g-brd-aqua {
    border-color: #29d6e6 !important;
}

.g-brd-aqua--hover:hover, .g-brd-aqua--active.active {
    border-color: #29d6e6 !important;
}

*:hover > .g-brd-aqua--hover-parent {
    border-color: #29d6e6 !important;
}

.g-brd-cyan {
    border-color: #00bed6 !important;
}

.g-brd-cyan--hover:hover, .g-brd-cyan--active.active {
    border-color: #00bed6 !important;
}

*:hover > .g-brd-cyan--hover-parent {
    border-color: #00bed6 !important;
}

.g-brd-teal {
    border-color: #18ba9b !important;
}

.g-brd-teal--hover:hover, .g-brd-teal--active.active {
    border-color: #18ba9b !important;
}

*:hover > .g-brd-teal--hover-parent {
    border-color: #18ba9b !important;
}

.g-brd-brown {
    border-color: #9c8061 !important;
}

.g-brd-brown--hover:hover, .g-brd-brown--active.active {
    border-color: #9c8061 !important;
}

*:hover > .g-brd-brown--hover-parent {
    border-color: #9c8061 !important;
}

.g-brd-bluegray {
    border-color: #585f69 !important;
}

.g-brd-bluegray--hover:hover, .g-brd-bluegray--active.active {
    border-color: #585f69 !important;
}

*:hover > .g-brd-bluegray--hover-parent {
    border-color: #585f69 !important;
}

.g-brd-primary-top {
    border-top-color: #1e406e !important;
}

.g-brd-primary-top--before::before {
    border-top-color: #1e406e !important;
}

.g-brd-primary-bottom {
    border-bottom-color: #1e406e !important;
}

.g-brd-primary-bottom--before:before {
    border-bottom-color: #1e406e !important;
}

.g-brd-primary-left {
    border-left-color: #1e406e !important;
}

.g-brd-primary-left--before:before {
    border-left-color: #1e406e !important;
}

.g-brd-primary-right {
    border-right-color: #1e406e !important;
}

.g-brd-primary-right--before:before {
    border-right-color: #1e406e !important;
}

.g-brd-primary-opacity-0_3-top {
    border-top-color: rgba(25, 186, 155, 0.3) !important;
}

.g-brd-primary-opacity-0_3-bottom {
    border-bottom-color: rgba(25, 186, 155, 0.3) !important;
}

.g-brd-primary-opacity-0_3-left {
    border-left-color: rgba(25, 186, 155, 0.3) !important;
}

.g-brd-primary-opacity-0_3-right {
    border-right-color: rgba(25, 186, 155, 0.3) !important;
}

.g-brd-primary-dark-dark-v1-top {
    border-top-color: #258372 !important;
}

.g-brd-primary-dark-dark-v1-bottom {
    border-bottom-color: #258372 !important;
}

.g-brd-primary-dark-dark-v1-left {
    border-left-color: #258372 !important;
}

.g-brd-primary-dark-dark-v1-right {
    border-right-color: #258372 !important;
}

.g-brd-primary-dark-dark-v2-top {
    border-top-color: #66ab27 !important;
}

.g-brd-primary-dark-dark-v2-bottom {
    border-bottom-color: #66ab27 !important;
}

.g-brd-primary-dark-dark-v2-left {
    border-left-color: #66ab27 !important;
}

.g-brd-primary-dark-dark-v2-right {
    border-right-color: #66ab27 !important;
}

.g-brd-primary-dark-dark-v3-top {
    border-top-color: #599722 !important;
}

.g-brd-primary-dark-dark-v3-bottom {
    border-bottom-color: #599722 !important;
}

.g-brd-primary-dark-dark-v3-left {
    border-left-color: #599722 !important;
}

.g-brd-primary-dark-dark-v3-right {
    border-right-color: #599722 !important;
}

.g-brd-black-top {
    border-top-color: #000 !important;
}

.g-brd-black-bottom {
    border-bottom-color: #000 !important;
}

.g-brd-black-left {
    border-left-color: #000 !important;
}

.g-brd-black-right {
    border-right-color: #000 !important;
}

.g-brd-white-top {
    border-top-color: #fff !important;
}

.g-brd-white-bottom {
    border-bottom-color: #fff !important;
}

.g-brd-white-left {
    border-left-color: #fff !important;
}

.g-brd-white-right {
    border-right-color: #fff !important;
}

.g-brd-white-opacity-0_1-top {
    border-top-color: rgba(255, 255, 255, 0.1) !important;
}

.g-brd-white-opacity-0_1-bottom {
    border-bottom-color: rgba(255, 255, 255, 0.1) !important;
}

.g-brd-white-opacity-0_1-left {
    border-left-color: rgba(255, 255, 255, 0.1) !important;
}

.g-brd-white-opacity-0_1-right {
    border-right-color: rgba(255, 255, 255, 0.1) !important;
}

.g-brd-white-opacity-0_2-top {
    border-top-color: rgba(255, 255, 255, 0.2) !important;
}

.g-brd-white-opacity-0_2-bottom {
    border-bottom-color: rgba(255, 255, 255, 0.2) !important;
}

.g-brd-white-opacity-0_2-left {
    border-left-color: rgba(255, 255, 255, 0.2) !important;
}

.g-brd-white-opacity-0_2-right {
    border-right-color: rgba(255, 255, 255, 0.2) !important;
}

.g-brd-white-opacity-0_3-top {
    border-top-color: rgba(255, 255, 255, 0.3) !important;
}

.g-brd-white-opacity-0_3-bottom {
    border-bottom-color: rgba(255, 255, 255, 0.3) !important;
}

.g-brd-white-opacity-0_3-left {
    border-left-color: rgba(255, 255, 255, 0.3) !important;
}

.g-brd-white-opacity-0_3-right {
    border-right-color: rgba(255, 255, 255, 0.3) !important;
}

.g-brd-white-opacity-0_4-top {
    border-top-color: rgba(255, 255, 255, 0.4) !important;
}

.g-brd-white-opacity-0_4-bottom {
    border-bottom-color: rgba(255, 255, 255, 0.4) !important;
}

.g-brd-white-opacity-0_4-left {
    border-left-color: rgba(255, 255, 255, 0.4) !important;
}

.g-brd-white-opacity-0_4-right {
    border-right-color: rgba(255, 255, 255, 0.4) !important;
}

.g-brd-white-opacity-0_5-top {
    border-top-color: rgba(255, 255, 255, 0.5) !important;
}

.g-brd-white-opacity-0_5-bottom {
    border-bottom-color: rgba(255, 255, 255, 0.5) !important;
}

.g-brd-white-opacity-0_5-left {
    border-left-color: rgba(255, 255, 255, 0.5) !important;
}

.g-brd-white-opacity-0_5-right {
    border-right-color: rgba(255, 255, 255, 0.5) !important;
}

.g-brd-white-opacity-0_6-top {
    border-top-color: rgba(255, 255, 255, 0.6) !important;
}

.g-brd-white-opacity-0_6-bottom {
    border-bottom-color: rgba(255, 255, 255, 0.6) !important;
}

.g-brd-white-opacity-0_6-left {
    border-left-color: rgba(255, 255, 255, 0.6) !important;
}

.g-brd-white-opacity-0_6-right {
    border-right-color: rgba(255, 255, 255, 0.6) !important;
}

.g-brd-gray-dark-v1-top {
    border-top-color: #111 !important;
}

.g-brd-gray-dark-v1-bottom {
    border-bottom-color: #111 !important;
}

.g-brd-gray-dark-v1-left {
    border-left-color: #111 !important;
}

.g-brd-gray-dark-v1-right {
    border-right-color: #111 !important;
}

.g-brd-gray-dark-v2-top {
    border-top-color: #333 !important;
}

.g-brd-gray-dark-v2-bottom {
    border-bottom-color: #333 !important;
}

.g-brd-gray-dark-v2-left {
    border-left-color: #333 !important;
}

.g-brd-gray-dark-v2-right {
    border-right-color: #333 !important;
}

.g-brd-gray-dark-v3-top {
    border-top-color: #555 !important;
}

.g-brd-gray-dark-v3-bottom {
    border-bottom-color: #555 !important;
}

.g-brd-gray-dark-v3-left {
    border-left-color: #555 !important;
}

.g-brd-gray-dark-v3-right {
    border-right-color: #555 !important;
}

.g-brd-gray-dark-v4-top {
    border-top-color: #777 !important;
}

.g-brd-gray-dark-v4-bottom {
    border-bottom-color: #777 !important;
}

.g-brd-gray-dark-v4-left {
    border-left-color: #777 !important;
}

.g-brd-gray-dark-v4-right {
    border-right-color: #777 !important;
}

.g-brd-gray-dark-v5-top {
    border-top-color: #999 !important;
}

.g-brd-gray-dark-v5-bottom {
    border-bottom-color: #999 !important;
}

.g-brd-gray-dark-v5-left {
    border-left-color: #999 !important;
}

.g-brd-gray-dark-v5-right {
    border-right-color: #999 !important;
}

.g-brd-gray-light-v1-top {
    border-top-color: #bbb !important;
}

.g-brd-gray-light-v1-bottom {
    border-bottom-color: #bbb !important;
}

.g-brd-gray-light-v1-left {
    border-left-color: #bbb !important;
}

.g-brd-gray-light-v1-right {
    border-right-color: #bbb !important;
}

.g-brd-gray-light-v2-top {
    border-top-color: #ccc !important;
}

.g-brd-gray-light-v2-bottom {
    border-bottom-color: #ccc !important;
}

.g-brd-gray-light-v2-left {
    border-left-color: #ccc !important;
}

.g-brd-gray-light-v2-right {
    border-right-color: #ccc !important;
}

.g-brd-gray-light-v3-top {
    border-top-color: #ddd !important;
}

.g-brd-gray-light-v3-bottom {
    border-bottom-color: #ddd !important;
}

.g-brd-gray-light-v3-left {
    border-left-color: #ddd !important;
}

.g-brd-gray-light-v3-right {
    border-right-color: #ddd !important;
}

.g-brd-gray-light-v4-top {
    border-top-color: #eee !important;
}

.g-brd-gray-light-v4-bottom {
    border-bottom-color: #eee !important;
}

.g-brd-gray-light-v4-left {
    border-left-color: #eee !important;
}

.g-brd-gray-light-v4-right {
    border-right-color: #eee !important;
}

.g-brd-gray-light-v5-top {
    border-top-color: #f7f7f7 !important;
}

.g-brd-gray-light-v5-bottom {
    border-bottom-color: #f7f7f7 !important;
}

.g-brd-gray-light-v5-left {
    border-left-color: #f7f7f7 !important;
}

.g-brd-gray-light-v5-right {
    border-right-color: #f7f7f7 !important;
}

.g-brd-transparent-top {
    border-top-color: transparent !important;
}

.g-brd-transparent-bottom {
    border-bottom-color: transparent !important;
}

.g-brd-transparent-left {
    border-left-color: transparent !important;
}

.g-brd-transparent-right {
    border-right-color: transparent !important;
}

.g-brd-green-top {
    border-top-color: #1e406e !important;
}

.g-brd-green-bottom {
    border-bottom-color: #1e406e !important;
}

.g-brd-green-left {
    border-left-color: #1e406e !important;
}

.g-brd-green-right {
    border-right-color: #1e406e !important;
}

.g-brd-blue-top {
    border-top-color: #3398dc !important;
}

.g-brd-blue-bottom {
    border-bottom-color: #3398dc !important;
}

.g-brd-blue-left {
    border-left-color: #3398dc !important;
}

.g-brd-blue-right {
    border-right-color: #3398dc !important;
}

.g-brd-lightblue-top {
    border-top-color: #edf2f8 !important;
}

.g-brd-lightblue-bottom {
    border-bottom-color: #edf2f8 !important;
}

.g-brd-lightblue-left {
    border-left-color: #edf2f8 !important;
}

.g-brd-lightblue-right {
    border-right-color: #edf2f8 !important;
}

.g-brd-lightblue-v1-top {
    border-top-color: #d6e2ee !important;
}

.g-brd-lightblue-v1-bottom {
    border-bottom-color: #d6e2ee !important;
}

.g-brd-lightblue-v1-left {
    border-left-color: #d6e2ee !important;
}

.g-brd-lightblue-v1-right {
    border-right-color: #d6e2ee !important;
}

.g-brd-darkblue-top {
    border-top-color: #009 !important;
}

.g-brd-darkblue-bottom {
    border-bottom-color: #009 !important;
}

.g-brd-darkblue-left {
    border-left-color: #009 !important;
}

.g-brd-darkblue-right {
    border-right-color: #009 !important;
}

.g-brd-indigo-top {
    border-top-color: #4263a3 !important;
}

.g-brd-indigo-bottom {
    border-bottom-color: #4263a3 !important;
}

.g-brd-indigo-left {
    border-left-color: #4263a3 !important;
}

.g-brd-indigo-right {
    border-right-color: #4263a3 !important;
}

.g-brd-red-top {
    border-top-color: #f00 !important;
}

.g-brd-red-bottom {
    border-bottom-color: #f00 !important;
}

.g-brd-red-left {
    border-left-color: #f00 !important;
}

.g-brd-red-right {
    border-right-color: #f00 !important;
}

.g-brd-lightred-top {
    border-top-color: #e64b3b !important;
}

.g-brd-lightred-bottom {
    border-bottom-color: #e64b3b !important;
}

.g-brd-lightred-left {
    border-left-color: #e64b3b !important;
}

.g-brd-lightred-right {
    border-right-color: #e64b3b !important;
}

.g-brd-darkred-top {
    border-top-color: #a10f2b !important;
}

.g-brd-darkred-bottom {
    border-bottom-color: #a10f2b !important;
}

.g-brd-darkred-left {
    border-left-color: #a10f2b !important;
}

.g-brd-darkred-right {
    border-right-color: #a10f2b !important;
}

.g-brd-purple-top {
    border-top-color: #9a69cb !important;
}

.g-brd-purple-bottom {
    border-bottom-color: #9a69cb !important;
}

.g-brd-purple-left {
    border-left-color: #9a69cb !important;
}

.g-brd-purple-right {
    border-right-color: #9a69cb !important;
}

.g-brd-darkpurple-top {
    border-top-color: #6639b6 !important;
}

.g-brd-darkpurple-bottom {
    border-bottom-color: #6639b6 !important;
}

.g-brd-darkpurple-left {
    border-left-color: #6639b6 !important;
}

.g-brd-darkpurple-right {
    border-right-color: #6639b6 !important;
}

.g-brd-pink-top {
    border-top-color: #e81c62 !important;
}

.g-brd-pink-bottom {
    border-bottom-color: #e81c62 !important;
}

.g-brd-pink-left {
    border-left-color: #e81c62 !important;
}

.g-brd-pink-right {
    border-right-color: #e81c62 !important;
}

.g-brd-orange-top {
    border-top-color: #e57d20 !important;
}

.g-brd-orange-bottom {
    border-bottom-color: #e57d20 !important;
}

.g-brd-orange-left {
    border-left-color: #e57d20 !important;
}

.g-brd-orange-right {
    border-right-color: #e57d20 !important;
}

.g-brd-deeporange-top {
    border-top-color: #fe541e !important;
}

.g-brd-deeporange-bottom {
    border-bottom-color: #fe541e !important;
}

.g-brd-deeporange-left {
    border-left-color: #fe541e !important;
}

.g-brd-deeporange-right {
    border-right-color: #fe541e !important;
}

.g-brd-yellow-top {
    border-top-color: #ebc71d !important;
}

.g-brd-yellow-bottom {
    border-bottom-color: #ebc71d !important;
}

.g-brd-yellow-left {
    border-left-color: #ebc71d !important;
}

.g-brd-yellow-right {
    border-right-color: #ebc71d !important;
}

.g-brd-aqua-top {
    border-top-color: #29d6e6 !important;
}

.g-brd-aqua-bottom {
    border-bottom-color: #29d6e6 !important;
}

.g-brd-aqua-left {
    border-left-color: #29d6e6 !important;
}

.g-brd-aqua-right {
    border-right-color: #29d6e6 !important;
}

.g-brd-cyan-top {
    border-top-color: #00bed6 !important;
}

.g-brd-cyan-bottom {
    border-bottom-color: #00bed6 !important;
}

.g-brd-cyan-left {
    border-left-color: #00bed6 !important;
}

.g-brd-cyan-right {
    border-right-color: #00bed6 !important;
}

.g-brd-teal-top {
    border-top-color: #18ba9b !important;
}

.g-brd-teal-bottom {
    border-bottom-color: #18ba9b !important;
}

.g-brd-teal-left {
    border-left-color: #18ba9b !important;
}

.g-brd-teal-right {
    border-right-color: #18ba9b !important;
}

.g-brd-brown-top {
    border-top-color: #9c8061 !important;
}

.g-brd-brown-bottom {
    border-bottom-color: #9c8061 !important;
}

.g-brd-brown-left {
    border-left-color: #9c8061 !important;
}

.g-brd-brown-right {
    border-right-color: #9c8061 !important;
}

.g-brd-bluegray-top {
    border-top-color: #585f69 !important;
}

.g-brd-bluegray-bottom {
    border-bottom-color: #585f69 !important;
}

.g-brd-bluegray-left {
    border-left-color: #585f69 !important;
}

.g-brd-bluegray-right {
    border-right-color: #585f69 !important;
}

.g-brd-primary-top--hover:hover {
    border-top-color: #1e406e !important;
}

    .g-brd-primary-top--hover:hover::after {
        border-top-color: #1e406e;
    }

.g-brd-primary-top--active.active {
    border-top-color: #1e406e !important;
}

    .g-brd-primary-top--active.active::after {
        border-top-color: #1e406e;
    }

.g-brd-primary-bottom--hover:hover {
    border-bottom-color: #1e406e !important;
}

    .g-brd-primary-bottom--hover:hover::after {
        border-bottom-color: #1e406e;
    }

.g-brd-primary-bottom--active.active {
    border-bottom-color: #1e406e !important;
}

    .g-brd-primary-bottom--active.active::after {
        border-bottom-color: #1e406e;
    }

.g-brd-pinterest {
    border-color: #c8232c !important;
}

    .g-brd-pinterest::after {
        border-color: #c8232c !important;
    }

.g-brd-pinterest-top--hover:hover {
    border-top-color: #c8232c !important;
}

    .g-brd-pinterest-top--hover:hover::after {
        border-top-color: #c8232c;
    }

.g-brd-pinterest-top--active.active {
    border-top-color: #c8232c !important;
}

    .g-brd-pinterest-top--active.active::after {
        border-top-color: #c8232c;
    }

.g-brd-pinterest-bottom--hover:hover {
    border-bottom-color: #c8232c !important;
}

    .g-brd-pinterest-bottom--hover:hover::after {
        border-bottom-color: #c8232c;
    }

.g-brd-pinterest-bottom--active.active {
    border-bottom-color: #c8232c !important;
}

    .g-brd-pinterest-bottom--active.active::after {
        border-bottom-color: #c8232c;
    }

.g-brd-facebook {
    border-color: #3b5998;
}

.g-brd-facebook--hover:hover {
    border-color: #3b5998 !important;
}

.g-brd-twitter {
    border-color: #00acee;
}

.g-brd-twitter--hover:hover {
    border-color: #00acee !important;
}

.g-brd-skype {
    border-color: #00aff0;
}

.g-brd-skype--hover:hover {
    border-color: #00aff0 !important;
}

.g-brd-pinterest {
    border-color: #c8232c;
}

.g-brd-pinterest--hover:hover {
    border-color: #c8232c !important;
}

.g-brd-vine {
    border-color: #00bf8f;
}

.g-brd-vine--hover:hover {
    border-color: #00bf8f !important;
}

.g-brd-youtube {
    border-color: #c4302b;
}

.g-brd-youtube--hover:hover {
    border-color: #c4302b !important;
}

.g-brd-google-plus {
    border-color: #dd4b39;
}

.g-brd-google-plus--hover:hover {
    border-color: #dd4b39 !important;
}

.g-brd-dribbble {
    border-color: #ea4c89;
}

.g-brd-dribbble--hover:hover {
    border-color: #ea4c89 !important;
}

.g-brd-vk {
    border-color: #2b587a;
}

.g-brd-vk--hover:hover {
    border-color: #2b587a !important;
}

.g-brd-linkedin {
    border-color: #0e76a8;
}

.g-brd-linkedin--hover:hover {
    border-color: #0e76a8 !important;
}

.g-brd-instagram {
    border-color: #3f729b;
}

.g-brd-instagram--hover:hover {
    border-color: #3f729b !important;
}

.g-brd-cyan-gradient-opacity-v1 {
    -webkit-border-image: -webkit-linear-gradient(290deg, rgba(0, 0, 153, 0.55) 0%, rgba(0, 190, 214, 0.6) 100%);
    -o-border-image: -o-linear-gradient(290deg, rgba(0, 0, 153, 0.55) 0%, rgba(0, 190, 214, 0.6) 100%);
    border-image: linear-gradient(160deg, rgba(0, 0, 153, 0.55) 0%, rgba(0, 190, 214, 0.6) 100%);
    border-image-slice: 1;
}

.g-font-secondary {
    font-family: "Roboto Slab",Helvetica,Arial,sans-serif;
}

.g-font-code {
    font-family: Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

.g-font-niconne {
    font-family: "Niconne",cursive;
}

.g-font-size-default {
    font-size: 1rem !important;
}

.g-font-size-70x {
    font-size: 70% !important;
}

.g-font-size-75x {
    font-size: 75% !important;
}

.g-font-size-80x {
    font-size: 80% !important;
}

.g-font-size-85x {
    font-size: 85% !important;
}

.g-font-size-90x {
    font-size: 90% !important;
}

.g-font-size-95x {
    font-size: 95% !important;
}

.g-font-size-0 {
    font-size: 0;
}

.g-font-size-5 {
    font-size: 0.35714rem !important;
}

.g-font-size-8 {
    font-size: 0.57143rem !important;
}

.g-font-size-9 {
    font-size: 0.64286rem !important;
}

.g-font-size-10 {
    font-size: 0.71429rem !important;
}

.g-font-size-11 {
    font-size: 0.78571rem !important;
}

.g-font-size-12 {
    font-size: 0.85714rem !important;
}

.g-font-size-13 {
    font-size: 0.92857rem !important;
}

.g-font-size-14 {
    font-size: 1rem !important;
}

.g-font-size-15 {
    font-size: 1.07143rem !important;
}

.g-font-size-16 {
    font-size: 1.14286rem !important;
}

.g-font-size-17 {
    font-size: 1.21429rem !important;
}

.g-font-size-18 {
    font-size: 1.28571rem !important;
}

.g-font-size-20 {
    font-size: 1.42857rem !important;
}

.g-font-size-22 {
    font-size: 1.57143rem !important;
}

.g-font-size-23 {
    font-size: 1.64286rem !important;
}

.g-font-size-24 {
    font-size: 1.71429rem !important;
}

.g-font-size-25 {
    font-size: 1.78571rem !important;
}

.g-font-size-26 {
    font-size: 1.85714rem !important;
}

.g-font-size-27 {
    font-size: 1.92857rem !important;
}

.g-font-size-28 {
    font-size: 2rem !important;
}

.g-font-size-30 {
    font-size: 2.14286rem !important;
}

.g-font-size-32 {
    font-size: 2.28571rem !important;
}

.g-font-size-33 {
    font-size: 2.35714rem !important;
}

.g-font-size-35 {
    font-size: 2.5rem !important;
}

.g-font-size-36 {
    font-size: 2.57143rem !important;
}

.g-font-size-38 {
    font-size: 2.71429rem !important;
}

.g-font-size-40 {
    font-size: 2.85714rem !important;
}

.g-font-size-42 {
    font-size: 3rem !important;
}

.g-font-size-45 {
    font-size: 3.21429rem !important;
}

.g-font-size-46 {
    font-size: 3.28571rem !important;
}

.g-font-size-48 {
    font-size: 3.42857rem !important;
}

.g-font-size-50 {
    font-size: 3.57143rem !important;
}

.g-font-size-55 {
    font-size: 3.92857rem !important;
}

.g-font-size-56 {
    font-size: 4rem !important;
}

.g-font-size-60 {
    font-size: 4.28571rem !important;
}

.g-font-size-65 {
    font-size: 4.64286rem !important;
}

.g-font-size-70 {
    line-height: 70px;
    font-size: 5rem !important;
}

.g-font-size-75 {
    font-size: 5.35714rem !important;
}

.g-font-size-76 {
    font-size: 5.42857rem !important;
}

.g-font-size-80 {
    font-size: 5.71429rem !important;
}

.g-font-size-86 {
    font-size: 6.14286rem !important;
}

.g-font-size-90 {
    font-size: 6.42857rem !important;
}

.g-font-size-120 {
    font-size: 8.57143rem !important;
}

.g-font-size-200 {
    line-height: 210px;
    font-size: 14.28571rem !important;
}

.g-font-size-180 {
    font-size: 12.85714rem !important;
}

@media (min-width: 576px) {
    .g-font-size-20--sm {
        font-size: 1.42857rem !important;
    }

    .g-font-size-25--sm {
        font-size: 1.78571rem !important;
    }

    .g-font-size-40--sm {
        font-size: 2.85714rem !important;
    }

    .g-font-size-50--sm {
        font-size: 3.57143rem !important;
    }

    .g-font-size-240--sm {
        font-size: 17.14286rem !important;
    }
}

@media (min-width: 768px) {
    .g-font-size-default--md {
        font-size: 1rem !important;
    }

    .g-font-size-12--md {
        font-size: 0.85714rem !important;
    }

    .g-font-size-16--md {
        font-size: 1.14286rem !important;
    }

    .g-font-size-18--md {
        font-size: 1.28571rem !important;
    }

    .g-font-size-20--md {
        font-size: 1.42857rem !important;
    }

    .g-font-size-24--md {
        font-size: 1.71429rem !important;
    }

    .g-font-size-25--md {
        font-size: 1.78571rem !important;
    }

    .g-font-size-26--md {
        font-size: 1.85714rem !important;
    }

    .g-font-size-27--md {
        font-size: 1.92857rem !important;
    }

    .g-font-size-28--md {
        font-size: 2rem !important;
    }

    .g-font-size-30--md {
        font-size: 2.14286rem !important;
    }

    .g-font-size-32--md {
        font-size: 2.28571rem !important;
    }

    .g-font-size-35--md {
        font-size: 2.5rem !important;
    }

    .g-font-size-36--md {
        font-size: 2.57143rem !important;
    }

    .g-font-size-40--md {
        font-size: 2.85714rem !important;
    }

    .g-font-size-45--md {
        font-size: 3.21429rem !important;
    }

    .g-font-size-46--md {
        font-size: 3.28571rem !important;
    }

    .g-font-size-48--md {
        font-size: 3.42857rem !important;
    }

    .g-font-size-50--md {
        font-size: 3.57143rem !important;
    }

    .g-font-size-55--md {
        font-size: 3.92857rem !important;
    }

    .g-font-size-56--md {
        font-size: 4rem !important;
    }

    .g-font-size-60--md {
        font-size: 4.28571rem !important;
    }

    .g-font-size-65--md {
        font-size: 4.64286rem !important;
    }

    .g-font-size-70--md {
        font-size: 5rem !important;
    }

    .g-font-size-75--md {
        font-size: 5.35714rem !important;
    }

    .g-font-size-76--md {
        font-size: 5.42857rem !important;
    }

    .g-font-size-90--md {
        font-size: 6.42857rem !important;
    }

    .g-font-size-130--md {
        font-size: 9.28571rem !important;
    }
}

@media (min-width: 992px) {
    .g-font-size-default--lg {
        font-size: 1rem !important;
    }

    .g-font-size-16--lg {
        font-size: 1.14286rem !important;
    }

    .g-font-size-18--lg {
        font-size: 1.28571rem !important;
    }

    .g-font-size-26--lg {
        font-size: 1.85714rem !important;
    }

    .g-font-size-32--lg {
        font-size: 2.28571rem !important;
    }

    .g-font-size-35--lg {
        font-size: 2.5rem !important;
    }

    .g-font-size-36--lg {
        font-size: 2.57143rem !important;
    }

    .g-font-size-42--lg {
        font-size: 3rem !important;
    }

    .g-font-size-60--lg {
        font-size: 4.28571rem !important;
    }

    .g-font-size-75--lg {
        font-size: 5.35714rem !important;
    }

    .g-font-size-76--lg {
        font-size: 5.42857rem !important;
    }

    .g-font-size-420--lg {
        font-size: 30rem !important;
    }
}

@media (min-width: 1200px) {
    .g-font-size-17--xl {
        font-size: 1.21429rem !important;
    }
}

@media (max-width: 576px - 1) {
    .g-font-size-25 {
        font-size: 1.78571rem !important;
    }
}

.g-font-weight-100 {
    font-weight: 100 !important;
}

.g-font-weight-200 {
    font-weight: 200 !important;
}

.g-font-weight-300 {
    font-weight: 300 !important;
}

.g-font-weight-400 {
    font-weight: 400 !important;
}

.g-font-weight-500 {
    font-weight: 500 !important;
}

.g-font-weight-600 {
    font-weight: 600 !important;
}

.g-font-weight-700 {
    font-weight: 700 !important;
}

.g-font-weight-800 {
    font-weight: 800 !important;
}

.g-font-weight-900 {
    font-weight: 900 !important;
}

@media (min-width: 768px) {
    .g-font-weight-100--md {
        font-weight: 100 !important;
    }

    .g-font-weight-200--md {
        font-weight: 200 !important;
    }

    .g-font-weight-300--md {
        font-weight: 300 !important;
    }

    .g-font-weight-400--md {
        font-weight: 400 !important;
    }

    .g-font-weight-500--md {
        font-weight: 500 !important;
    }

    .g-font-weight-600--md {
        font-weight: 600 !important;
    }

    .g-font-weight-700--md {
        font-weight: 700 !important;
    }

    .g-font-weight-800--md {
        font-weight: 800 !important;
    }

    .g-font-weight-900--md {
        font-weight: 900 !important;
    }
}

.g-text-transform-none {
    text-transform: none !important;
}

.g-text-underline {
    text-decoration: underline;
}

.g-text-underline--none--hover:focus, .g-text-underline--none--hover:hover {
    text-decoration: none;
}

.g-text-strike {
    text-decoration: line-through;
}

.g-letter-spacing-minus-2 {
    letter-spacing: -0.14286rem;
}

.g-letter-spacing-0_5 {
    letter-spacing: 0.03571rem;
}

.g-letter-spacing-1_5 {
    letter-spacing: 0.10714rem;
}

.g-letter-spacing-0 {
    letter-spacing: 0px;
}

.g-letter-spacing-1 {
    letter-spacing: 0.07143rem;
}

.g-letter-spacing-2 {
    letter-spacing: 0.14286rem;
}

.g-letter-spacing-3 {
    letter-spacing: 0.21429rem;
}

.g-letter-spacing-4 {
    letter-spacing: 0.28571rem;
}

.g-letter-spacing-5 {
    letter-spacing: 0.35714rem;
}

.g-letter-spacing-6 {
    letter-spacing: 0.42857rem;
}

.g-letter-spacing-7 {
    letter-spacing: 0.5rem;
}

.g-letter-spacing-8 {
    letter-spacing: 0.57143rem;
}

.g-letter-spacing-9 {
    letter-spacing: 0.64286rem;
}

.g-letter-spacing-10 {
    letter-spacing: 0.71429rem;
}

.g-letter-spacing-11 {
    letter-spacing: 0.78571rem;
}

.g-letter-spacing-12 {
    letter-spacing: 0.85714rem;
}

.g-line-height-0 {
    line-height: 0 !important;
}

.g-line-height-0_7 {
    line-height: .7 !important;
}

.g-line-height-0_8 {
    line-height: .8 !important;
}

.g-line-height-0_9 {
    line-height: .9 !important;
}

.g-line-height-1 {
    line-height: 1 !important;
}

.g-line-height-1_1 {
    line-height: 1.1 !important;
}

.g-line-height-1_2 {
    line-height: 1.2 !important;
}

.g-line-height-1_3 {
    line-height: 1.3 !important;
}

.g-line-height-1_4 {
    line-height: 1.4 !important;
}

.g-line-height-1_5 {
    line-height: 1.5 !important;
}

.g-line-height-1_6 {
    line-height: 1.6 !important;
}

.g-line-height-1_8 {
    line-height: 1.8 !important;
}

.g-line-height-2 {
    line-height: 2 !important;
}

.g-font-style-normal {
    font-style: normal;
}

.g-font-style-italic {
    font-style: italic;
}

.g-list-style-circle {
    list-style-type: circle;
}

.g-list-style-disc {
    list-style-type: disc;
}

.g-list-style-square {
    list-style-type: square;
}

.g-list-style-lower-roman {
    list-style-type: lower-roman;
}

.g-list-style-upper-roman {
    list-style-type: upper-roman;
}

.g-list-style-lower-latin {
    list-style-type: lower-latin;
}

.g-list-style-upper-latin {
    list-style-type: upper-latin;
}

.g-text-break-word {
    word-wrap: break-word;
}

.u-quote-v1::before {
    content: "“";
    font-size: 36px;
    line-height: 0.75em;
    text-align: center;
    font-weight: 600;
    display: block;
}

.u-quote-v1::after {
    display: none;
}

.g-pos-rel {
    position: relative !important;
}

.g-pos-abs {
    position: absolute !important;
}

.g-pos-stc {
    position: static !important;
}

.g-pos-fix {
    position: fixed !important;
}

@media (min-width: 576px) {
    .g-pos-rel--sm {
        position: relative !important;
    }

    .g-pos-fix--sm {
        position: fixed !important;
    }

    .g-pos-abs--sm {
        position: absolute !important;
    }

    .g-pos-stc--sm {
        position: static !important;
    }
}

@media (min-width: 768px) {
    .g-pos-rel--md {
        position: relative !important;
    }

    .g-pos-fix--md {
        position: fixed !important;
    }

    .g-pos-abs--md {
        position: absolute !important;
    }

    .g-pos-stc--sm {
        position: static !important;
    }
}

@media (min-width: 992px) {
    .g-pos-rel--lg {
        position: relative !important;
    }

    .g-pos-fix--lg {
        position: fixed !important;
    }

    .g-pos-abs--lg {
        position: absolute !important;
    }

    .g-pos-stc--lg {
        position: static !important;
    }
}

.g-top-auto {
    top: auto;
}

.g-parent:hover .g-top-auto--parent-hover {
    top: auto;
}

.g-top-0 {
    top: 0 !important;
}

.g-top-0--hover:hover {
    top: 0 !important;
}

.g-parent:hover .g-top-0--parent-hover {
    top: 0 !important;
}

.g-top-1 {
    top: 0.07143rem;
}

.g-top-2 {
    top: 0.14286rem;
}

.g-top-3 {
    top: 0.21429rem;
}

.g-top-5 {
    top: 0.35714rem !important;
}

.g-top-7 {
    top: 0.5rem !important;
}

.g-top-10 {
    top: 0.71429rem !important;
}

.g-top-15 {
    top: 1.07143rem;
}

.g-top-20 {
    top: 1.42857rem;
}

.g-top-25 {
    top: 1.78571rem;
}

.g-top-30 {
    top: 2.14286rem;
}

.g-top-35 {
    top: 2.5rem;
}

.g-top-55 {
    top: 3.92857rem;
}

.g-top-65 {
    top: 4.64286rem;
}

.g-top-100 {
    top: 7.14286rem;
}

.g-top-15x {
    top: 15%;
}

.g-top-20x {
    top: 20%;
}

.g-top-25x {
    top: 25%;
}

.g-top-30x {
    top: 30%;
}

.g-top-35x {
    top: 35%;
}

.g-top-50x {
    top: 50%;
}

.g-top-100x {
    top: 100%;
}

.g-top-minus-1 {
    top: -0.07143rem;
}

.g-top-minus-2 {
    top: -0.14286rem;
}

.g-top-minus-3 {
    top: -0.21429rem !important;
}

.g-top-minus-4 {
    top: -0.28571rem;
}

.g-top-minus-5 {
    top: -0.35714rem;
}

.g-top-minus-6 {
    top: -0.42857rem;
}

.g-top-minus-8 {
    top: -0.57143rem;
}

.g-top-minus-10 {
    top: -0.71429rem;
}

.g-top-minus-15 {
    top: -1.07143rem;
}

.g-top-minus-20 {
    top: -1.42857rem;
}

.g-top-minus-30 {
    top: -2.14286rem;
}

.g-top-minus-35 {
    top: -2.5rem;
}

.g-top-minus-40 {
    top: -2.85714rem;
}

.g-top-minus-70 {
    top: -5rem;
}

.g-top-minus-120 {
    top: -8.57143rem;
}

.g-top-minus-25x {
    top: -25%;
}

.g-top-minus-80x {
    top: -80%;
}

.g-left-auto {
    left: auto !important;
}

.g-left-0 {
    left: 0;
}

.g-left-0--hover:hover {
    left: 0;
}

.g-parent:hover .g-left-0--parent-hover {
    left: 0;
}

.g-left-2 {
    left: 0.14286rem;
}

.g-left-5 {
    left: 0.35714rem;
}

.g-left-10 {
    left: 0.71429rem;
}

.g-left-15 {
    left: 1.07143rem !important;
}

.g-left-20 {
    left: 1.42857rem;
}

.g-left-30 {
    left: 2.14286rem;
}

.g-left-40 {
    left: 2.85714rem;
}

.g-left-45 {
    left: 3.21429rem;
}

.g-left-75 {
    left: 5.35714rem;
}

.g-left-110 {
    left: 7.85714rem;
}

.g-left-130 {
    left: 9.28571rem;
}

.g-left-200 {
    left: 14.28571rem;
}

.g-left-15x {
    left: 15%;
}

.g-left-35x {
    left: 35%;
}

.g-left-50x {
    left: 50%;
}

.g-left-100x {
    left: 100%;
}

.g-left-minus-3 {
    left: -0.21429rem;
}

.g-left-minus-6 {
    left: -0.42857rem;
}

.g-left-minus-7 {
    left: -0.5rem;
}

.g-left-minus-10 {
    left: -0.71429rem;
}

.g-left-minus-15 {
    left: -1.07143rem;
}

.g-left-minus-20 {
    left: -1.42857rem;
}

.g-left-minus-25 {
    left: -1.78571rem;
}

.g-left-minus-30 {
    left: -2.14286rem;
}

.g-left-minus-40 {
    left: -2.85714rem;
}

.g-left-minus-50 {
    left: -3.57143rem;
}

.g-parent:hover .g-left-minus-50--parent-hover {
    left: -3.57143rem;
}

.g-right-auto {
    right: auto;
}

.g-right-0 {
    right: 0 !important;
}

.g-right-0--hover:hover {
    right: 0 !important;
}

.g-parent:hover .g-right-0--parent-hover {
    right: 0 !important;
}

.g-right-5 {
    right: 0.35714rem !important;
}

.g-right-7 {
    right: 0.5rem !important;
}

.g-right-10 {
    right: 0.71429rem !important;
}

.g-right-14 {
    right: 1rem !important;
}

.g-right-15 {
    right: 1.07143rem !important;
}

.g-right-20 {
    right: 1.42857rem;
}

.g-right-30 {
    right: 2.14286rem;
}

.g-right-40 {
    right: 2.85714rem;
}

.g-right-45 {
    right: 3.21429rem;
}

.g-right-55 {
    right: 3.92857rem;
}

.g-right-65 {
    right: 4.64286rem;
}

.g-right-100 {
    right: 7.14286rem;
}

.g-right-110 {
    right: 7.85714rem;
}

.g-right-130 {
    right: 9.28571rem;
}

.g-right-15x {
    right: 15%;
}

.g-right-35x {
    right: 35%;
}

.g-right-50x {
    right: 50%;
}

.g-right-100x {
    right: 100%;
}

.g-right-minus-3 {
    right: -0.21429rem !important;
}

.g-right-minus-6 {
    right: -0.42857rem;
}

.g-right-minus-5 {
    right: -0.35714rem;
}

.g-right-minus-10 {
    right: -0.71429rem;
}

.g-right-minus-13 {
    right: -0.92857rem;
}

.g-right-minus-15 {
    right: -1.07143rem;
}

.g-right-minus-20 {
    right: -1.42857rem;
}

.g-right-minus-25 {
    right: -1.78571rem;
}

.g-right-minus-40 {
    right: -2.85714rem;
}

.g-right-minus-50 {
    right: -3.57143rem;
}

.g-bottom-auto {
    bottom: auto;
}

.g-bottom-0 {
    bottom: 0;
}

.g-bottom-0--hover:hover {
    bottom: 0;
}

.g-parent:hover .g-bottom-0--parent-hover {
    bottom: 0;
}

.g-bottom-6 {
    bottom: 0.42857rem;
}

.g-bottom-10 {
    bottom: 0.71429rem;
}

.g-bottom-20 {
    bottom: 1.42857rem;
}

.g-bottom-30 {
    bottom: 2.14286rem;
}

.g-bottom-40 {
    bottom: 2.85714rem;
}

.g-bottom-50 {
    bottom: 3.57143rem;
}

.g-parent:hover .g-bottom-50--parent-hover {
    bottom: 3.57143rem;
}

.g-bottom-60 {
    bottom: 4.28571rem;
}

.g-bottom-80 {
    bottom: 5.71429rem;
}

.g-bottom-minus-20 {
    bottom: -1.42857rem;
}

.g-bottom-minus-30 {
    bottom: -2.14286rem;
}

.g-bottom-minus-40 {
    bottom: -2.85714rem;
}

.g-bottom-minus-70 {
    bottom: -5rem;
}

.g-bottom-minus-35x {
    bottom: -35%;
}

.g-bottom-15x {
    bottom: 15%;
}

.g-bottom-minus-25x {
    bottom: -25%;
}

.g-bottom-100x {
    bottom: 100%;
}

@media (min-width: 576px) {
    .g-top-auto--sm {
        top: auto;
    }

    .g-left-auto--sm {
        left: auto;
    }

    .g-left-minus-20--sm {
        left: -20px;
    }

    .g-right-minus-20--sm {
        right: -20px;
    }
}

@media (min-width: 768px) {
    .g-right-0--md {
        right: 0 !important;
    }

    .g-left-0--md {
        left: 0 !important;
    }

    .g-right-minus-15--md {
        right: -1.07143rem;
    }

    .g-left-minus-15--md {
        left: -1.07143rem;
    }

    .g-top-minus-20--md {
        top: -1.42857rem;
    }

    .g-right-minus-25--md {
        right: -1.78571rem;
    }

    .g-right-100--md {
        right: 7.14286rem;
    }

    .g-bottom-minus-50--md {
        bottom: -3.57143rem;
    }

    .g-left-auto--md {
        left: auto !important;
    }

    .g-right-auto--md {
        right: auto !important;
    }

    .g-left-minus-25--md {
        left: -1.78571rem;
    }

    .g-left-130--md {
        left: 9.28571rem !important;
    }

    .g-left-35x--md {
        left: 35%;
    }

    .g-left-50x--md {
        left: 50%;
    }

    .g-right-130--md {
        right: 9.28571rem !important;
    }

    .g-right-35x--md {
        right: 35%;
    }

    .g-right-50x--md {
        right: 50%;
    }
}

@media (min-width: 992px) {
    .g-top-0--lg {
        top: 0 !important;
    }

    .g-right-0--lg {
        right: 0;
    }

    .g-left-minus-35--lg {
        left: -2.5rem;
    }

    .g-left-40--lg {
        left: 2.85714rem;
    }

    .g-right-minus-35--lg {
        right: -2.5rem;
    }

    .g-right-40--lg {
        right: 2.85714rem;
    }
}

.g-absolute-centered {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-backface-visibility: hidden;
}

.g-absolute-centered--x {
    position: absolute !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-backface-visibility: hidden;
}

@media (min-width: 576px) {
    .g-absolute-centered--x--sm {
        position: absolute !important;
        left: 50% !important;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-backface-visibility: hidden;
    }
}

@media (min-width: 768px) {
    .g-absolute-centered--x--md {
        position: absolute !important;
        left: 50% !important;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-backface-visibility: hidden;
    }
}

.g-absolute-centered--y {
    position: absolute !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden;
}

@media (min-width: 768px) {
    .g-absolute-centered--y--md {
        position: absolute !important;
        top: 50% !important;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-backface-visibility: hidden;
    }
}

@media (min-width: 992px) {
    .g-absolute-centered--y--lg {
        position: absolute !important;
        top: 50% !important;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-backface-visibility: hidden;
    }
}

.g-transform-origin--top-left {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.g-transform-origin--top-right {
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}

.g-absolute-centered--y--scl-0_6 {
    position: absolute;
    top: 50%;
    -webkit-transform: scale(0.6) translateY(-50%);
    -ms-transform: scale(0.6) translateY(-50%);
    transform: scale(0.6) translateY(-50%);
}

.g-relative-centered {
    position: relative;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-backface-visibility: hidden;
}

.g-relative-centered--x {
    position: relative;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-backface-visibility: hidden;
}

.g-relative-centered--y {
    position: relative;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden;
}

.g-flex-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.g-flex-centered-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.g-flex-centered-item--top {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.g-flex-centered-item--bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.g-flex-right--xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.g-flex-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.g-flex-middle-item {
    margin-top: auto;
    margin-bottom: auto;
}

.g-flex-middle-item--top {
    margin-top: 0;
    margin-bottom: 0;
}

.g-flex-middle-item--bottom {
    margin-top: auto;
    margin-bottom: 0;
}

.g-flex-middle-item--fixed {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 50%;
}

@media (min-width: 768px) {
    .g-flex-right--md {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .g-flex-centered--md {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .g-absolute-centered--y--scl-1--md {
        position: absolute;
        top: 50%;
        -webkit-transform: scale(1) translateY(-50%);
        -ms-transform: scale(1) translateY(-50%);
        transform: scale(1) translateY(-50%);
    }
}

@media (min-width: 576px) {
    .g-absolute-centered--sm {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        -webkit-backface-visibility: hidden;
    }

    .g-absolute-centered--x-sm--reset {
        position: static !important;
        left: auto !important;
        -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
        transform: translateX(0) !important;
    }
}

@media (min-width: 768px) {
    .g-absolute-centered--md {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-backface-visibility: hidden;
    }
}

@media (min-width: 992px) {
    .g-absolute-centered--x--lg {
        position: absolute !important;
        left: 50% !important;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-backface-visibility: hidden;
    }

    .g-flex-centered--lg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.g-valign-super {
    vertical-align: super !important;
}

.g-valign-sub {
    vertical-align: sub !important;
}

.g-valign-top {
    vertical-align: top !important;
}

.g-valign-middle {
    vertical-align: middle !important;
}

.g-valign-bottom {
    vertical-align: bottom !important;
}

.g-blur-30 {
    -webkit-filter: blur(30px);
    filter: blur(30px);
}

.g-blur-30--hover:hover {
    -webkit-filter: blur(30px);
    filter: blur(30px);
}

.g-parent:hover .g-blur-30--parent-hover {
    -webkit-filter: blur(30px);
    filter: blur(30px);
}

.g-box-shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.g-clear {
    clear: both;
}

.g-clear--left {
    clear: left;
}

.g-clear--right {
    clear: right;
}

.g-cursor-pointer {
    cursor: pointer;
}

.g-overflow-hidden {
    overflow: hidden !important;
}

.g-overflow-visible {
    overflow: visible;
}

.g-overflow-x-hidden {
    overflow-x: hidden;
}

.g-overflow-x-auto {
    overflow-x: auto !important;
}

.g-overflow-x-scroll {
    overflow-x: scroll;
}

.g-overflow-y-auto {
    overflow-y: auto;
}

.g-overflow-y-hidden {
    overflow-y: hidden;
}

@media (min-width: 768px) {
    .g-overflow-x-visible--md {
        overflow-x: visible;
    }
}

@media (min-width: 992px) {
    .g-overflow-x-visible--lg {
        overflow-x: visible;
    }
}

[class*="g-transition"] {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

    [class*="g-transition"]::before, [class*="g-transition"]::after {
        -webkit-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }

svg[class*="g-transition"] path, svg[class*="g-transition"] polygon {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.g-transition-0 {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

    .g-transition-0::before, .g-transition-0::after {
        -webkit-transition-duration: 0s;
        -o-transition-duration: 0s;
        transition-duration: 0s;
    }

svg.g-transition-0 path, svg.g-transition-0 polygon {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.g-transition-0_2 {
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
}

    .g-transition-0_2::before, .g-transition-0_2::after {
        -webkit-transition-duration: .2s;
        -o-transition-duration: .2s;
        transition-duration: .2s;
    }

svg.g-transition-0_2 path, svg.g-transition-0_2 polygon {
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
}

.g-transition-0_3 {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

    .g-transition-0_3::before, .g-transition-0_3::after {
        -webkit-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s;
    }

svg.g-transition-0_3 path, svg.g-transition-0_3 polygon {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

.g-transition-0_5 {
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}

    .g-transition-0_5::before, .g-transition-0_5::after {
        -webkit-transition-duration: .5s;
        -o-transition-duration: .5s;
        transition-duration: .5s;
    }

svg.g-transition-0_5 path, svg.g-transition-0_5 polygon {
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}

.g-transition-0_6 {
    -webkit-transition-duration: .6s;
    -o-transition-duration: .6s;
    transition-duration: .6s;
}

    .g-transition-0_6::before, .g-transition-0_6::after {
        -webkit-transition-duration: .6s;
        -o-transition-duration: .6s;
        transition-duration: .6s;
    }

svg.g-transition-0_6 path, svg.g-transition-0_6 polygon {
    -webkit-transition-duration: .6s;
    -o-transition-duration: .6s;
    transition-duration: .6s;
}

.g-transition-delay-0_11 {
    -webkit-transition-delay: .11s;
    -o-transition-delay: .11s;
    transition-delay: .11s;
}

    .g-transition-delay-0_11::before, .g-transition-delay-0_11::after {
        -webkit-transition-delay: .11s;
        -o-transition-delay: .11s;
        transition-delay: .11s;
    }

svg.g-transition-0_11 path, svg.g-transition-0_11 polygon {
    -webkit-transition-duration: .11s;
    -o-transition-duration: .11s;
    transition-duration: .11s;
}

.g-transition-delay-0_2 {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

    .g-transition-delay-0_2::before, .g-transition-delay-0_2::after {
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s;
    }

svg.g-transition-delay-0_2 path, svg.g-transition-delay-0_2 polygon {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.g-transition-delay-0_45 {
    -webkit-transition-delay: .45s;
    -o-transition-delay: .45s;
    transition-delay: .45s;
}

    .g-transition-delay-0_45::before, .g-transition-delay-0_45::after {
        -webkit-transition-delay: .45s;
        -o-transition-delay: .45s;
        transition-delay: .45s;
    }

svg.g-transition-delay-0_45 path, svg.g-transition-delay-0_45 polygon {
    -webkit-transition-delay: .45s;
    -o-transition-delay: .45s;
    transition-delay: .45s;
}

.g-transition--ease-out {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

    .g-transition--ease-out::before, .g-transition--ease-out::after {
        -webkit-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

svg.g-transition--ease-out path, svg.g-transition--ease-out polygon {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.g-transition--ease-in {
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

    .g-transition--ease-in::before, .g-transition--ease-in::after {
        -webkit-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

svg.g-transition--ease-in path, svg.g-transition--ease-in polygon {
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.g-transition--ease-in-out {
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

    .g-transition--ease-in-out::before, .g-transition--ease-in-out::after {
        -webkit-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
    }

svg.g-transition--ease-in-out path, svg.g-transition--ease-in-out polygon {
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.g-transition--linear {
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

    .g-transition--linear::before, .g-transition--linear::after {
        -webkit-transition-timing-function: linear;
        -o-transition-timing-function: linear;
        transition-timing-function: linear;
    }

svg.g-transition--linear path, svg.g-transition--linear polygon {
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.g-transform-scale-0_5 {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.g-transform-scale-0_5--hover:hover {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.g-parent:hover .g-transform-scale-0_5--parent-hover {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.g-transform-scale-0_8 {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.g-transform-scale-0_8--hover:hover {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.g-parent:hover .g-transform-scale-0_8--parent-hover {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.g-transform-scale-0_85 {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}

.g-transform-scale-0_85--hover:hover {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}

.g-parent:hover .g-transform-scale-0_85--parent-hover {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}

.g-transform-scale-0_9 {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.g-transform-scale-0_9--hover:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.g-parent:hover .g-transform-scale-0_9--parent-hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.g-transform-scale-1 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.g-transform-scale-1--hover:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.g-parent:hover .g-transform-scale-1--parent-hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.g-transform-scale-1_05 {
    -webkit-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05);
}

.g-transform-scale-1_05--hover:hover {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
    z-index: 2;
}

.g-parent:hover .g-transform-scale-1_05--parent-hover {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
}

.g-transform-scale-1_1 {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
}

.g-transform-scale-1_1--hover:hover {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    z-index: 2;
}

.g-parent:hover .g-transform-scale-1_1--parent-hover {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
}

.g-transform-scale-1_2 {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.g-transform-scale-1_2--hover:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.g-parent:hover .g-transform-scale-1_2--parent-hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.g-transform-translate-x-100x {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.g-transform-translate-x-100x--hover:hover {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.g-parent:hover .g-transform-translate-x-100x--parent-hover {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.g-transform-translate-x-minus-100x {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.g-transform-translate-x-minus-100x--hover:hover {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.g-parent:hover .g-transform-translate-x-minus-100x--parent-hover {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.g-transform-translate-y-5 {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

.g-transform-translate-y-5--hover:hover {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

.g-parent:hover .g-transform-translate-y-5--parent-hover {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

.g-transform-translate-y-100x {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.g-transform-translate-y-100x--hover:hover {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.g-parent:hover .g-transform-translate-y-100x--parent-hover {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.g-transform-translate-y-minus-5 {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.g-transform-translate-y-minus-5--hover:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.g-parent:hover .g-transform-translate-y-minus-5--parent-hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.g-transform-translate-y-minus-70 {
    -webkit-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    transform: translateY(-70px);
}

.g-transform-translate-y-minus-70--hover:hover {
    -webkit-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    transform: translateY(-70px);
}

.g-parent:hover .g-transform-translate-y-minus-70--parent-hover {
    -webkit-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    transform: translateY(-70px);
}

.g-transform-translate-y-minus-100x {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.g-transform-translate-y-minus-100x--hover:hover {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.g-parent:hover .g-transform-translate-y-minus-100x--parent-hover {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.opacity-0 {
    opacity: 0 !important;
}

.g-opacity-0_3 {
    opacity: .3 !important;
}

.g-opacity-0_4 {
    opacity: .4 !important;
}

.g-opacity-0_5 {
    opacity: .5 !important;
}

.g-opacity-0_6 {
    opacity: .6 !important;
}

.g-opacity-0_7 {
    opacity: .7 !important;
}

.g-opacity-0_8 {
    opacity: .8 !important;
}

.g-opacity-1 {
    opacity: 1 !important;
}

.opacity-0--hover:hover {
    opacity: 0 !important;
}

.g-parent:hover .opacity-0--parent-hover {
    opacity: 0 !important;
}

.g-opacity-0_3--hover:hover {
    opacity: .3 !important;
}

.g-parent:hover .g-opacity-0_3--parent-hover {
    opacity: .3 !important;
}

.g-opacity-0_5--hover:hover {
    opacity: .5 !important;
}

.g-parent:hover .g-opacity-0_5--parent-hover {
    opacity: .5 !important;
}

.g-opacity-0_6--hover:hover {
    opacity: .6 !important;
}

.g-parent:hover .g-opacity-0_6--parent-hover {
    opacity: .6 !important;
}

.g-opacity-0_7--hover:hover {
    opacity: .7 !important;
}

.g-parent:hover .g-opacity-0_7--parent-hover {
    opacity: .7 !important;
}

.g-opacity-0_8--hover:hover {
    opacity: .8 !important;
}

.g-parent:hover .g-opacity-0_8--parent-hover {
    opacity: .8 !important;
}

.u-block-hover:hover .g-opacity-1--hover, .g-opacity-1--hover:hover {
    opacity: 1 !important;
}

.g-parent:hover .g-opacity-1--parent-hover {
    opacity: 1 !important;
}

.selected .g-opacity-1--parents-selected {
    opacity: 1 !important;
}

.g-z-index-auto {
    z-index: auto;
}

.g-z-index-1 {
    z-index: 1;
}

.g-z-index-2 {
    z-index: 2;
}

.g-z-index-3 {
    z-index: 3;
}

.g-z-index-3--hover:hover {
    z-index: 3;
}

.g-z-index-4 {
    z-index: 4;
}

.g-z-index-4--hover:hover {
    z-index: 4;
}

.g-z-index-99 {
    z-index: 99;
}

.g-z-index-9999 {
    z-index: 9999;
}

.g-z-index-minus-1 {
    z-index: -1;
}

.g-resize-none {
    resize: none;
}

.g-placeholder-white::-webkit-input-placeholder {
    opacity: 1;
    color: #fff;
}

.g-placeholder-white:-ms-input-placeholder {
    opacity: 1;
    color: #fff;
}

.g-placeholder-white::-ms-input-placeholder {
    opacity: 1;
    color: #fff;
}

.g-placeholder-white::placeholder {
    opacity: 1;
    color: #fff;
}

.g-placeholder-white::-webkit-input-placeholder {
    opacity: 1;
    color: #fff;
}

.g-placeholder-primary::-webkit-input-placeholder {
    color: #fff;
}

.g-placeholder-primary:-ms-input-placeholder {
    color: #fff;
}

.g-placeholder-primary::-ms-input-placeholder {
    color: #fff;
}

.g-placeholder-primary::placeholder {
    color: #fff;
}

.g-placeholder-inherit::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

.g-placeholder-inherit:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

.g-placeholder-inherit::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

.g-placeholder-inherit::placeholder {
    color: inherit;
    opacity: 1;
}

.g-placeholder-inherit::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

.g-placeholder-inherit::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

@media (min-width: 768px) {
    .g-offset-md-1 {
        margin-left: 8.333333%;
    }
}

@media (min-width: 992px) {
    .g-offset-lg-1 {
        margin-left: 8.333333%;
    }

    .g-offset-lg-4 {
        margin-left: 33.333333%;
    }
}

.g-color-inherit {
    color: inherit !important;
}

.g-color-main {
    color: #555 !important;
}

.g-color-main--hover:hover {
    color: #555 !important;
}

.g-color-primary {
    color: #1e406e !important;
}

.g-color-darkgreen {
    color: #176 !important;
}

.u-block-hover:hover .g-color-primary--hover, .g-color-primary--hover:hover {
    color: #1e406e !important;
}

.g-parent:hover .g-color-primary--parent-hover {
    color: #1e406e !important;
}

.g-color-primary-opacity-0_3 {
    color: rgba(25, 186, 155, 0.3) !important;
}

.g-color-primary-opacity-0_4 {
    color: rgba(25, 186, 155, 0.4) !important;
}

.g-color-primary--active.active {
    color: #1e406e !important;
}

.active .g-color-primary--parent-active {
    color: #1e406e !important;
}

.g-color-primary--before::before, .g-color-primary--after::after {
    color: #1e406e;
}

.g-color-secondary {
    color: #e74b3c !important;
}

.u-block-hover:hover .g-color-secondary--hover, .g-color-secondary--hover:hover {
    color: #e74b3c !important;
}

.g-parent:hover .g-color-secondary--parent-hover {
    color: #e74b3c !important;
}

.g-color-black {
    color: #000 !important;
}

.g-color-black--hover:hover {
    color: #000 !important;
}

.g-parent:hover .g-color-black--parent-hover {
    color: #000 !important;
}

.g-color-black--active.active {
    color: #000 !important;
}

.g-color-black-opacity-0_1 {
    color: rgba(0, 0, 0, 0.1) !important;
}

.g-color-black-opacity-0_3 {
    color: rgba(0, 0, 0, 0.3) !important;
}

.g-color-black-opacity-0_5 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.g-color-black-opacity-0_6 {
    color: rgba(0, 0, 0, 0.6) !important;
}

.g-color-black-opacity-0_7 {
    color: rgba(0, 0, 0, 0.7) !important;
}

.g-color-black-opacity-0_8 {
    color: rgba(0, 0, 0, 0.8) !important;
}

.g-color-black-opacity-0_8--child * {
    color: rgba(0, 0, 0, 0.8) !important;
}

.g-color-black-opacity-0_9 {
    color: rgba(0, 0, 0, 0.9) !important;
}

.g-color-white {
    color: #fff !important;
}

.g-color-white--opened-menu:not(.collapsed) {
    color: #fff !important;
}

.u-block-hover:hover .g-color-white--hover, .g-color-white--hover:hover {
    color: #fff !important;
}

.g-parent:hover .g-color-white--parent-hover {
    color: #fff !important;
}

.g-color-white--active.active {
    color: #fff !important;
}

.active .g-color-white--parent-active {
    color: #fff !important;
}

.g-color-white--child * {
    color: #fff !important;
}

.g-color-white-opacity-0_1 {
    color: rgba(255, 255, 255, 0.1) !important;
}

.g-color-white-opacity-0_2 {
    color: rgba(255, 255, 255, 0.2) !important;
}

.g-color-white-opacity-0_3 {
    color: rgba(255, 255, 255, 0.3) !important;
}

.g-color-white-opacity-0_5, .g-color-white-opacity-0_5--hover:hover {
    color: rgba(255, 255, 255, 0.5) !important;
}

.g-color-white-opacity-0_6 {
    color: rgba(255, 255, 255, 0.6) !important;
}

.g-parent:hover .g-color-white-opacity-0_6--parent-hover {
    color: rgba(255, 255, 255, 0.6) !important;
}

.g-color-white-opacity-0_7, .g-color-white-opacity-0_7--hover:hover {
    color: rgba(255, 255, 255, 0.7) !important;
}

.g-color-white-opacity-0_75 {
    color: rgba(255, 255, 255, 0.75) !important;
}

.g-color-white-opacity-0_8 {
    color: rgba(255, 255, 255, 0.8) !important;
}

.g-color-white-opacity-0_8--child * {
    color: rgba(255, 255, 255, 0.8) !important;
}

.g-color-white-opacity-0_9, .g-color-white-opacity-0_9--hover:hover {
    color: rgba(255, 255, 255, 0.9) !important;
}

.u-block-hover:hover .g-color-white-opacity-0_7--hover {
    color: rgba(255, 255, 255, 0.7) !important;
}

.g-color-gray-light-v1 {
    color: #bbb !important;
}

.g-color-gray-light-v1--hover:hover {
    color: #bbb !important;
}

.g-color-gray-light-v2 {
    color: #ccc !important;
}

.g-color-gray-light-v2--hover:hover {
    color: #ccc !important;
}

.g-color-gray-light-v3 {
    color: #ddd !important;
}

.g-color-gray-light-v3--hover:hover {
    color: #ddd !important;
}

.g-color-gray-light-v4 {
    color: #eee !important;
}

.g-color-gray-light-v4--hover:hover {
    color: #eee !important;
}

.g-color-gray-light-v4-opacity-0_6 {
    color: rgba(238, 238, 238, 0.6) !important;
}

.g-color-gray-light-v5 {
    color: #f7f7f7 !important;
}

.g-color-gray-light-v5--hover:hover {
    color: #f7f7f7 !important;
}

.g-color-gray-dark-v1 {
    color: #111 !important;
}

.g-color-gray-dark-v1--hover:hover {
    color: #111 !important;
}

.g-color-gray-dark-v2 {
    color: #333 !important;
}

.g-color-gray-dark-v2--hover:hover {
    color: #333 !important;
}

.g-color-gray-dark-v2-opacity-0_75 {
    color: rgba(51, 51, 51, 0.75) !important;
}

.g-color-gray-dark-v3 {
    color: #555 !important;
}

.g-color-gray-dark-v3--hover:hover {
    color: #555 !important;
}

.g-color-gray-dark-v4 {
    color: #777 !important;
}

.g-color-gray-dark-v4--hover:hover {
    color: #777 !important;
}

.g-color-gray-dark-v5 {
    color: #999 !important;
}

.g-color-gray-dark-v5--hover:hover {
    color: #999 !important;
}

.g-parent:hover .g-color-gray-dark-v5--parent-hover {
    color: #999 !important;
}

.g-color-green {
    color: #1e406e !important;
}

.g-color-green--hover:hover {
    color: #1e406e !important;
}

.g-color-blue {
    color: #3398dc !important;
}

.g-color-blue--hover:hover {
    color: #3398dc !important;
}

.g-color-blue-dark-v1 {
    color: #175a88 !important;
}

.g-color-lightblue {
    color: #edf2f8 !important;
}

.g-color-lightblue--hover:hover {
    color: #edf2f8 !important;
}

.g-color-lightblue-v1 {
    color: #d6e2ee !important;
}

.g-color-lightblue-v1--hover:hover {
    color: #d6e2ee !important;
}

.g-color-darkblue {
    color: #009 !important;
}

.g-color-darkblue--hover:hover {
    color: #009 !important;
}

.g-color-indigo {
    color: #4263a3 !important;
}

.g-color-indigo--hover:hover {
    color: #4263a3 !important;
}

.g-color-red {
    color: #f00 !important;
}

.g-color-red--hover:hover {
    color: #f00 !important;
}

*:hover > .g-color-red--parent-hover {
    color: #f00 !important;
}

.g-color-lightred {
    color: #e64b3b !important;
}

.g-color-lightred--hover:hover {
    color: #e64b3b !important;
}

.g-color-darkred {
    color: #a10f2b !important;
}

.g-color-darkred--hover:hover {
    color: #a10f2b !important;
}

.g-color-purple {
    color: #9a69cb;
}

.g-color-purple--hover:hover {
    color: #9a69cb !important;
}

.g-color-purple-dark-v1 {
    color: #552c7e !important;
}

.g-color-darkpurple {
    color: #6639b6 !important;
}

.g-color-darkpurple--hover:hover {
    color: #6639b6 !important;
}

.g-color-pink {
    color: #e81c62;
}

.g-color-pink--hover:hover {
    color: #e81c62 !important;
}

.g-color-pink-dark-v1 {
    color: #6f0b2d !important;
}

.g-color-orange {
    color: #e57d20 !important;
}

.g-color-orange--hover:hover {
    color: #e57d20 !important;
}

.g-color-deeporange {
    color: #fe541e !important;
}

.g-color-deeporange--hover:hover {
    color: #fe541e !important;
}

.g-color-yellow {
    color: #ebc71d !important;
}

.g-color-yellow--hover:hover {
    color: #ebc71d !important;
}

.g-color-aqua {
    color: #29d6e6;
}

.g-color-aqua--hover:hover {
    color: #29d6e6 !important;
}

.g-color-aqua-dark-v1 {
    color: #11848e !important;
}

.g-color-cyan {
    color: #00bed6 !important;
}

.g-color-cyan--hover:hover {
    color: #00bed6 !important;
}

.g-color-teal {
    color: #18ba9b !important;
}

.g-color-teal--hover:hover {
    color: #18ba9b !important;
}

.g-color-brown {
    color: #9c8061 !important;
}

.g-color-brown--hover:hover {
    color: #9c8061 !important;
}

.g-color-bluegray {
    color: #585f69 !important;
}

.g-color-bluegray--hover:hover {
    color: #585f69 !important;
}

.g-color-facebook {
    color: #3b5998;
}

    .g-color-facebook:hover {
        color: #344e86;
    }

.g-color-facebook--hover:hover {
    color: #3b5998 !important;
}

.g-color-twitter {
    color: #00acee;
}

    .g-color-twitter:hover {
        color: #009ad5;
    }

.g-color-twitter--hover:hover {
    color: #00acee !important;
}

.g-color-skype {
    color: #00aff0;
}

    .g-color-skype:hover {
        color: #009cd7;
    }

.g-color-skype--hover:hover {
    color: #00aff0 !important;
}

.g-color-pinterest {
    color: #c8232c;
}

    .g-color-pinterest:hover {
        color: #b21f27;
    }

.g-color-pinterest--hover:hover {
    color: #c8232c !important;
}

.g-color-vine {
    color: #00bf8f;
}

    .g-color-vine:hover {
        color: #00a67c;
    }

.g-color-vine--hover:hover {
    color: #00bf8f !important;
}

.g-color-youtube {
    color: #c4302b;
}

    .g-color-youtube:hover {
        color: #af2b26;
    }

.g-color-youtube--hover:hover {
    color: #c4302b !important;
}

.g-color-google-plus {
    color: #dd4b39;
}

    .g-color-google-plus:hover {
        color: #d73925;
    }

.g-color-google-plus--hover:hover {
    color: #dd4b39 !important;
}

.g-color-dribbble {
    color: #ea4c89;
}

    .g-color-dribbble:hover {
        color: #e7357a;
    }

.g-color-dribbble--hover:hover {
    color: #ea4c89 !important;
}

.g-color-vk {
    color: #2b587a;
}

    .g-color-vk:hover {
        color: #244a67;
    }

.g-color-vk--hover:hover {
    color: #2b587a !important;
}

.g-color-linkedin {
    color: #0e76a8;
}

    .g-color-linkedin:hover {
        color: #0c6590;
    }

.g-color-linkedin--hover:hover {
    color: #0e76a8 !important;
}

.g-color-instagram {
    color: #3f729b;
}

    .g-color-instagram:hover {
        color: #386589;
    }

.g-color-instagram--hover:hover {
    color: #3f729b !important;
}

.g-color-cyan-gradient-opacity-v1 {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(290deg,rgba(0,0,153,0.55),rgba(0,190,214,0.6));
    background-image: -o-linear-gradient(290deg,rgba(0,0,153,0.55),rgba(0,190,214,0.6));
    background-image: linear-gradient(160deg,rgba(0,0,153,0.55),rgba(0,190,214,0.6));
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}

.g-color-blue-gradient-opacity-v1 {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(350deg,#8654da,rgba(66,229,248,0.8));
    background-image: -o-linear-gradient(350deg,#8654da,rgba(66,229,248,0.8));
    background-image: linear-gradient(-260deg,#8654da,rgba(66,229,248,0.8));
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}

.g-width-30x {
    width: 30% !important;
}

.g-width-40x {
    width: 40% !important;
}

.g-width-50x {
    width: 50% !important;
}

.g-width-60x {
    width: 60% !important;
}

.g-width-70x {
    width: 70% !important;
}

.g-width-80x {
    width: 80% !important;
}

.g-width-90x {
    width: 90% !important;
}

@media (max-width: 446px - 1) {
    .w-100--2xs {
        width: 100% !important;
    }
}

@media (min-width: 576px) {
    .g-width-20x--sm {
        width: 20% !important;
    }

    .g-width-25x--sm {
        width: 25% !important;
    }

    .g-width-33_3x--sm {
        width: 33.333333% !important;
    }

    .g-width-40x--sm {
        width: 40% !important;
    }

    .g-width-60x--sm {
        width: 60% !important;
    }

    .g-width-16_6x--sm {
        width: 16.666666% !important;
    }

    .g-width-66_6x--sm {
        width: 66.666666% !important;
    }
}

@media (min-width: 768px) {
    .g-width-20x--md {
        width: 20% !important;
    }

    .g-width-25x--md {
        width: 25% !important;
    }

    .g-width-30x--md {
        width: 30% !important;
    }

    .g-width-35x--md {
        width: 35% !important;
    }

    .g-width-40x--md {
        width: 40% !important;
    }

    .g-width-45x--md {
        width: 45% !important;
    }

    .g-width-50x--md {
        width: 50% !important;
    }

    .g-width-55x--md {
        width: 55% !important;
    }

    .g-width-60x--md {
        width: 60% !important;
    }

    .g-width-65x--md {
        width: 65% !important;
    }

    .g-width-70x--md {
        width: 70% !important;
    }

    .g-width-75x--md {
        width: 75% !important;
    }

    .g-width-80x--md {
        width: 80% !important;
    }

    .g-width-85x--md {
        width: 85% !important;
    }

    .g-width-90x--md {
        width: 90% !important;
    }

    .g-width-33_3x--md {
        width: 33.333333% !important;
    }

    .g-width-16_6x--md {
        width: 16.666666% !important;
    }

    .g-width-66_6x--md {
        width: 66.666666% !important;
    }
}

.g-width-auto {
    width: auto !important;
}

.g-width-1x {
    max-width: 1%;
}

.g-width-80x {
    max-width: 80%;
}

.g-width-90x {
    max-width: 90%;
}

.g-width-95x {
    width: 95%;
}

.g-max-width-60x {
    max-width: 60%;
}

.g-max-width-100x {
    max-width: 100%;
}

.g-min-width-100x {
    min-width: 100%;
}

.g-width-50vw {
    width: 50vw !important;
}

.g-width-100vw {
    width: 100vw !important;
}

.g-width-3 {
    width: 3px !important;
}

.g-width-10 {
    width: 10px !important;
}

.g-width-12 {
    width: 12px !important;
}

.g-width-16 {
    width: 16px !important;
}

.g-width-18 {
    width: 18px !important;
}

.g-width-20 {
    width: 20px !important;
}

.g-width-24 {
    width: 24px !important;
}

.g-width-25 {
    width: 25px !important;
}

.g-width-26 {
    width: 26px !important;
}

.g-width-28 {
    width: 28px !important;
}

.g-width-30 {
    width: 30px !important;
}

.g-width-32 {
    width: 32px !important;
}

.g-width-35 {
    width: 35px !important;
}

.g-width-36 {
    width: 36px !important;
}

.g-width-40 {
    width: 40px !important;
}

.g-width-45 {
    width: 45px !important;
}

.g-width-48 {
    width: 48px !important;
}

.g-width-50 {
    width: 50px !important;
}

.g-width-54 {
    width: 54px !important;
}

.g-width-55 {
    width: 55px !important;
}

.g-width-60 {
    width: 60px !important;
}

.g-width-64 {
    width: 64px !important;
}

.g-width-70 {
    width: 70px !important;
}

.g-width-75 {
    width: 75px !important;
}

.g-width-80 {
    width: 80px !important;
}

.g-width-85 {
    width: 85px !important;
}

.g-width-95 {
    width: 95px !important;
}

.g-width-100 {
    width: 100px !important;
}

.g-width-105 {
    width: 105px;
}

.g-width-110 {
    width: 110px !important;
}

.g-width-115 {
    width: 115px !important;
}

.g-width-120 {
    width: 120px !important;
}

.g-width-125 {
    width: 125px !important;
}

.g-width-130 {
    width: 130px !important;
}

.g-width-135 {
    width: 135px !important;
}

.g-width-140 {
    width: 140px !important;
}

.g-width-150 {
    width: 150px !important;
}

.g-width-160 {
    width: 160px !important;
}

.g-width-170 {
    width: 170px !important;
}

.g-width-180 {
    width: 180px !important;
}

.g-width-200 {
    width: 200px !important;
}

.g-width-220 {
    width: 220px !important;
}

.g-width-215 {
    width: 215px !important;
}

.g-width-235 {
    width: 235px !important;
}

.g-width-250 {
    width: 250px !important;
    max-width: 100%;
}

.g-width-270 {
    width: 270px !important;
    max-width: 100%;
}

.g-width-300 {
    width: 300px !important;
    max-width: 100%;
}

.g-width-400 {
    width: 400px !important;
    max-width: 100%;
}

.g-width-340 {
    width: 340px !important;
    max-width: 100%;
}

.g-width-360 {
    width: 360px !important;
    max-width: 100%;
}

.g-width-370 {
    width: 370px !important;
    max-width: 100%;
}

.g-width-380 {
    width: 380px !important;
    max-width: 100%;
}

.g-width-410 {
    width: 410px !important;
}

.g-width-460 {
    width: 460px !important;
    max-width: 100%;
}

.g-width-465 {
    width: 465px !important;
    max-width: 100%;
}

.g-width-485 {
    width: 485px !important;
    max-width: 100%;
}

.g-width-560 {
    width: 560px !important;
    max-width: 100%;
}

.g-width-590 {
    width: 590px !important;
    max-width: 100%;
}

.g-width-600 {
    width: 600px !important;
    max-width: 100%;
}

.g-width-630 {
    width: 630px !important;
    max-width: 100%;
}

.g-width-680 {
    width: 680px !important;
    max-width: 100%;
}

.g-width-720 {
    width: 720px !important;
    max-width: 100%;
}

.g-width-760 {
    width: 760px !important;
    max-width: 100%;
}

.g-width-770 {
    width: 770px !important;
    max-width: 100%;
}

.g-width-780 {
    width: 780px !important;
    max-width: 100%;
}

.g-width-900 {
    width: 900px !important;
    max-width: 100%;
}

.g-width-945 {
    width: 945px !important;
    max-width: 100%;
}

.g-width-1025 {
    width: 1025px !important;
    max-width: 100%;
}

.g-max-width-100 {
    max-width: 100px;
}

.g-max-width-120 {
    max-width: 120px;
}

.g-max-width-170 {
    max-width: 170px;
}

.g-max-width-190 {
    max-width: 190px;
}

.g-max-width-200 {
    max-width: 200px;
}

.g-max-width-250 {
    max-width: 250px;
}

.g-max-width-300 {
    max-width: 300px;
}

.g-max-width-400 {
    max-width: 400px;
}

.g-max-width-500 {
    max-width: 500px;
}

.g-max-width-540 {
    max-width: 540px;
}

.g-max-width-550 {
    max-width: 550px;
}

.g-max-width-570 {
    max-width: 570px;
}

.g-max-width-600 {
    max-width: 600px;
}

.g-max-width-645 {
    max-width: 645px;
}

.g-max-width-670 {
    max-width: 670px;
}

.g-max-width-700 {
    max-width: 700px;
}

.g-max-width-750 {
    max-width: 750px;
}

.g-max-width-770 {
    max-width: 770px;
}

.g-max-width-780 {
    max-width: 780px;
}

.g-max-width-800 {
    max-width: 800px;
}

.g-max-width-840 {
    max-width: 840px;
}

.g-max-width-870 {
    max-width: 870px;
}

.g-max-width-960 {
    max-width: 960px;
}

.g-min-width-35 {
    min-width: 35px;
}

.g-min-width-40 {
    min-width: 40px;
}

.g-min-width-65 {
    min-width: 65px;
}

.g-min-width-110 {
    min-width: 110px;
}

.g-min-width-130 {
    min-width: 130px;
}

.g-min-width-150 {
    min-width: 150px;
}

.g-min-width-170 {
    min-width: 170px;
}

.g-min-width-200 {
    min-width: 200px;
}

.g-min-width-220 {
    min-width: 220px;
}

.g-min-width-300 {
    min-width: 300px;
}

.g-min-width-400 {
    min-width: 400px;
}

@media (min-width: 576px) {
    .g-width-50x--sm {
        width: 50% !important;
    }

    .g-width-80x--sm {
        width: 80% !important;
    }

    .g-width-100--sm {
        width: 100px !important;
    }

    .g-width-150--sm {
        width: 150px !important;
    }

    .g-width-170--sm {
        width: 170px !important;
    }

    .g-width-180--sm {
        width: 180px !important;
    }

    .g-min-width-180--sm {
        min-width: 180px;
    }

    .g-width-485--sm {
        width: 485px !important;
        max-width: 100%;
    }

    .g-width-auto--sm {
        width: auto !important;
    }

    .g-max-width-300--sm {
        max-width: 300px;
    }
}

@media (min-width: 768px) {
    .g-width-40--md {
        width: 40px !important;
    }

    .g-width-45--md {
        width: 45px !important;
    }

    .g-width-60--md {
        width: 60px !important;
    }

    .g-width-80--md {
        width: 80px !important;
    }

    .g-width-50x--md {
        width: 50% !important;
    }

    .g-width-60x--md {
        width: 60% !important;
    }

    .g-width-80x--md {
        width: 80% !important;
    }

    .g-width-45--md {
        width: 45px !important;
    }

    .g-width-100--md {
        width: 100px !important;
    }

    .g-width-125--md {
        width: 125px !important;
    }

    .g-width-135--md {
        width: 135px !important;
    }

    .g-width-140--md {
        width: 140px !important;
    }

    .g-width-155--md {
        width: 155px !important;
    }

    .g-width-180--md {
        width: 180px !important;
    }

    .g-width-225--md {
        width: 225px !important;
    }

    .g-width-160--md {
        width: 160px !important;
    }

    .g-width-165--md {
        width: 165px !important;
    }

    .g-width-170--md {
        width: 170px !important;
    }

    .g-width-185--md {
        width: 185px !important;
    }

    .g-width-280--md {
        width: 280px !important;
    }

    .g-width-780--md {
        width: 780px !important;
        max-width: 100%;
    }

    .g-max-width-200--md {
        max-width: 200px;
    }

    .g-max-width-400--md {
        max-width: 400px;
    }

    .g-min-width-110--md {
        min-width: 110px;
    }

    .g-width-auto--md {
        width: auto !important;
    }
}

@media (min-width: 992px) {
    .g-width-60x--lg {
        width: 60% !important;
    }

    .g-width-100x--lg {
        width: 100% !important;
    }

    .g-width-155--lg {
        width: 155px !important;
    }

    .g-width-165--lg {
        width: 165px !important;
    }

    .g-width-200--lg {
        width: 200px !important;
        max-width: 100%;
    }

    .g-width-250--lg {
        width: 250px !important;
        max-width: 100%;
    }

    .g-width-485--lg {
        width: 485px !important;
        max-width: 100%;
    }

    .g-width-auto--lg {
        width: auto !important;
    }

    .g-max-width-200--lg {
        max-width: 200px;
    }
}

@media (min-width: 1200px) {
    .g-min-width-315--xl {
        min-width: 315px;
    }
}

* > .g-width-70--hover {
    -webkit-transition-property: width;
    -o-transition-property: width;
    transition-property: width;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

*:hover > .g-width-70--hover {
    width: 70px;
}

.g-height-50x {
    height: 50%;
}

.g-height-80x {
    height: 80%;
}

.g-height-90x {
    height: 90%;
}

.g-height-95x {
    height: 95%;
}

.g-height-100x {
    height: 100%;
}

.g-max-height-100x {
    max-height: 100%;
}

.g-max-height-70vh {
    max-height: 70vh !important;
}

.g-max-height-90vh {
    height: 90vh !important;
}

.g-min-height-100x {
    min-height: 100%;
}

.g-height-50vh {
    height: 50vh !important;
}

.g-height-70vh {
    height: 70vh;
}

.g-height-75vh {
    height: 75vh;
}

.g-height-100vh {
    height: 100vh !important;
}

.g-min-height-50vh {
    min-height: 50vh;
}

.g-min-height-60vh {
    min-height: 60vh;
}

.g-min-height-70vh {
    min-height: 70vh;
}

.g-min-height-80vh {
    min-height: 80vh;
}

.g-min-height-90vh {
    min-height: 90vh;
}

.g-min-height-100vh {
    min-height: 100vh;
}

.g-height-auto {
    height: auto;
}

@media (min-width: 576px) {
    .g-height-100vh--sm {
        height: 100vh !important;
    }

    .g-height-auto--sm {
        height: auto;
    }

    .g-height-100x--sm {
        height: 100%;
    }
}

@media (min-width: 768px) {
    .g-height-auto--md {
        height: auto;
    }

    .g-min-height-100vh--md {
        min-height: 100vh;
    }
}

@media (min-width: 992px) {
    .g-min-height-90vh--lg {
        min-height: 90vh;
    }

    .g-height-100vh--lg {
        height: 100vh !important;
    }

    .g-height-auto--lg {
        height: auto;
    }
}

@media (min-width: 1200px) {
    .g-height-auto--xl {
        height: auto;
    }
}

.g-height-1 {
    height: 1px;
}

.g-height-2 {
    height: 2px;
}

.g-height-4 {
    height: 4px;
}

.g-height-5 {
    height: 5px !important;
}

.g-height-6 {
    height: 6px !important;
}

.g-height-10 {
    height: 10px !important;
}

.g-height-12 {
    height: 12px !important;
}

.g-height-16 {
    height: 16px !important;
}

.g-height-18 {
    height: 18px;
}

.g-height-20 {
    height: 20px !important;
}

.g-height-22 {
    height: 22px !important;
}

.g-height-24 {
    height: 24px;
}

.g-height-25 {
    height: 25px;
}

.g-height-26 {
    height: 26px;
}

.g-height-28 {
    height: 28px !important;
}

.g-height-30 {
    height: 30px !important;
}

.g-height-32 {
    height: 32px;
}

.g-height-35 {
    height: 35px !important;
}

.g-height-40 {
    height: 40px;
}

.g-height-45 {
    height: 45px;
}

.g-height-48 {
    height: 48px;
}

.g-height-50 {
    height: 50px;
}

.g-height-55 {
    height: 55px;
}

.g-height-60 {
    height: 60px;
}

.g-height-64 {
    height: 64px;
}

.g-height-70 {
    height: 70px;
}

.g-height-75 {
    height: 75px;
}

.g-height-80 {
    height: 80px !important;
}

.g-height-85 {
    height: 85px;
}

.g-height-88 {
    height: 88px;
}

.g-height-90 {
    height: 90px;
}

.g-height-95 {
    height: 95px !important;
}

.g-height-100 {
    height: 100px !important;
}

.g-height-105 {
    height: 105px;
}

.g-height-110 {
    height: 110px;
}

.g-height-115 {
    height: 115px !important;
}

.g-height-120 {
    height: 120px;
}

.g-height-125 {
    height: 125px;
}

.g-height-130 {
    height: 130px;
}

.g-height-140 {
    height: 140px;
}

.g-height-150 {
    height: 150px;
}

.g-height-160 {
    height: 160px;
}

.g-height-170 {
    height: 170px;
}

.g-height-180 {
    height: 180px !important;
}

.g-height-200 {
    height: 200px;
}

.g-height-220 {
    height: 220px;
}

.g-height-250 {
    height: 250px;
}

.g-height-280 {
    height: 280px;
}

.g-height-300 {
    height: 300px;
}

.g-height-350 {
    height: 350px;
}

.g-height-400 {
    height: 400px;
}

.g-height-450 {
    height: 450px;
}

.g-height-460 {
    height: 460px;
    max-height: 100% !important;
}

.g-height-500 {
    height: 500px;
}

.g-height-600 {
    height: 600px;
}

.g-height-680 {
    height: 680px;
}

.g-min-height-4 {
    min-height: 4px;
}

.g-min-height-35 {
    min-height: 35px;
}

.g-min-height-170 {
    min-height: 170px;
}

.g-min-height-200 {
    min-height: 200px;
}

.g-min-height-250 {
    min-height: 250px;
}

.g-min-height-275 {
    min-height: 275px;
}

.g-min-height-300 {
    min-height: 300px;
}

.g-min-height-312 {
    min-height: 312px;
}

.g-min-height-360 {
    min-height: 360px;
}

.g-min-height-400 {
    min-height: 400px;
}

.g-min-height-450 {
    min-height: 450px;
}

.g-min-height-500 {
    min-height: 500px;
}

.g-min-height-600 {
    min-height: 600px;
}

@media (min-width: 576px) {
    .g-height-350--sm {
        height: 350px;
    }

    .g-height-680--sm {
        height: 680px;
    }
}

@media (min-width: 768px) {
    .g-height-40--md {
        height: 40px !important;
    }

    .g-height-45--md {
        height: 45px !important;
    }

    .g-height-60--md {
        height: 60px !important;
    }

    .g-height-100--md {
        height: 100px !important;
    }

    .g-height-170--md {
        height: 170px !important;
    }

    .g-height-350--md {
        height: 350px;
    }

    .g-height-500--md {
        height: 500px;
    }

    .g-height-680--md {
        height: 680px;
    }

    .g-height-100x--md {
        height: 100%;
    }

    .g-height-100vh--md {
        height: 100vh;
    }

    .g-min-height-230--md {
        min-height: 230px;
    }

    .g-min-height-500--md {
        min-height: 500px;
    }
}

@media (min-width: 992px) {
    .g-height-80--lg {
        height: 80px !important;
    }

    .g-height-200--lg {
        height: 200px !important;
    }

    .g-height-230--lg {
        height: 230px;
    }

    .g-height-350--lg {
        height: 350px;
    }

    .g-height-680--lg {
        height: 680px;
    }
}

@media (min-width: 1200px) {
    .g-height-350--xl {
        height: 350px;
    }

    .g-height-680--xl {
        height: 680px;
    }
}

@media (min-width: 0) {
    .g-ma-0 {
        margin: 0 !important;
    }

    .g-mx-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .g-my-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .g-ml-0 {
        margin-left: 0 !important;
    }

    .g-mr-0 {
        margin-right: 0 !important;
    }

    .g-mt-0 {
        margin-top: 0 !important;
    }

    .g-mb-0 {
        margin-bottom: 0 !important;
    }

    .g-mx-1 {
        margin-left: 0.07143rem !important;
        margin-right: 0.07143rem !important;
    }

    .g-mx-2 {
        margin-left: 0.14286rem !important;
        margin-right: 0.14286rem !important;
    }

    .g-mx-3 {
        margin-left: 0.21429rem !important;
        margin-right: 0.21429rem !important;
    }

    .g-mx-4 {
        margin-left: 0.28571rem !important;
        margin-right: 0.28571rem !important;
    }

    .g-mx-5 {
        margin-left: 0.35714rem !important;
        margin-right: 0.35714rem !important;
    }

    .g-mx-6 {
        margin-left: 0.42857rem !important;
        margin-right: 0.42857rem !important;
    }

    .g-mx-7 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    .g-mx-8 {
        margin-left: 0.57143rem !important;
        margin-right: 0.57143rem !important;
    }

    .g-mx-9 {
        margin-left: 0.64286rem !important;
        margin-right: 0.64286rem !important;
    }

    .g-mx-10 {
        margin-left: 0.71429rem !important;
        margin-right: 0.71429rem !important;
    }

    .g-mx-10 {
        margin-left: 0.71429rem !important;
        margin-right: 0.71429rem !important;
    }

    .g-mx-15 {
        margin-left: 1.07143rem !important;
        margin-right: 1.07143rem !important;
    }

    .g-mx-20 {
        margin-left: 1.42857rem !important;
        margin-right: 1.42857rem !important;
    }

    .g-mx-25 {
        margin-left: 1.78571rem !important;
        margin-right: 1.78571rem !important;
    }

    .g-mx-30 {
        margin-left: 2.14286rem !important;
        margin-right: 2.14286rem !important;
    }

    .g-mx-35 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }

    .g-mx-40 {
        margin-left: 2.85714rem !important;
        margin-right: 2.85714rem !important;
    }

    .g-mx-45 {
        margin-left: 3.21429rem !important;
        margin-right: 3.21429rem !important;
    }

    .g-mx-50 {
        margin-left: 3.57143rem !important;
        margin-right: 3.57143rem !important;
    }

    .g-mx-55 {
        margin-left: 3.92857rem !important;
        margin-right: 3.92857rem !important;
    }

    .g-mx-60 {
        margin-left: 4.28571rem !important;
        margin-right: 4.28571rem !important;
    }

    .g-mx-65 {
        margin-left: 4.64286rem !important;
        margin-right: 4.64286rem !important;
    }

    .g-mx-70 {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }

    .g-mx-75 {
        margin-left: 5.35714rem !important;
        margin-right: 5.35714rem !important;
    }

    .g-mx-80 {
        margin-left: 5.71429rem !important;
        margin-right: 5.71429rem !important;
    }

    .g-mx-85 {
        margin-left: 6.07143rem !important;
        margin-right: 6.07143rem !important;
    }

    .g-mx-90 {
        margin-left: 6.42857rem !important;
        margin-right: 6.42857rem !important;
    }

    .g-mx-95 {
        margin-left: 6.78571rem !important;
        margin-right: 6.78571rem !important;
    }

    .g-mx-100 {
        margin-left: 7.14286rem !important;
        margin-right: 7.14286rem !important;
    }

    .g-my-1 {
        margin-top: 0.07143rem !important;
        margin-bottom: 0.07143rem !important;
    }

    .g-my-2 {
        margin-top: 0.14286rem !important;
        margin-bottom: 0.14286rem !important;
    }

    .g-my-3 {
        margin-top: 0.21429rem !important;
        margin-bottom: 0.21429rem !important;
    }

    .g-my-4 {
        margin-top: 0.28571rem !important;
        margin-bottom: 0.28571rem !important;
    }

    .g-my-5 {
        margin-top: 0.35714rem !important;
        margin-bottom: 0.35714rem !important;
    }

    .g-my-6 {
        margin-top: 0.42857rem !important;
        margin-bottom: 0.42857rem !important;
    }

    .g-my-7 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .g-my-8 {
        margin-top: 0.57143rem !important;
        margin-bottom: 0.57143rem !important;
    }

    .g-my-9 {
        margin-top: 0.64286rem !important;
        margin-bottom: 0.64286rem !important;
    }

    .g-my-10 {
        margin-top: 0.71429rem !important;
        margin-bottom: 0.71429rem !important;
    }

    .g-my-10 {
        margin-top: 0.71429rem !important;
        margin-bottom: 0.71429rem !important;
    }

    .g-my-15 {
        margin-top: 1.07143rem !important;
        margin-bottom: 1.07143rem !important;
    }

    .g-my-20 {
        margin-top: 1.42857rem !important;
        margin-bottom: 1.42857rem !important;
    }

    .g-my-25 {
        margin-top: 1.78571rem !important;
        margin-bottom: 1.78571rem !important;
    }

    .g-my-30 {
        margin-top: 2.14286rem !important;
        margin-bottom: 2.14286rem !important;
    }

    .g-my-35 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .g-my-40 {
        margin-top: 2.85714rem !important;
        margin-bottom: 2.85714rem !important;
    }

    .g-my-45 {
        margin-top: 3.21429rem !important;
        margin-bottom: 3.21429rem !important;
    }

    .g-my-50 {
        margin-top: 3.57143rem !important;
        margin-bottom: 3.57143rem !important;
    }

    .g-my-55 {
        margin-top: 3.92857rem !important;
        margin-bottom: 3.92857rem !important;
    }

    .g-my-60 {
        margin-top: 4.28571rem !important;
        margin-bottom: 4.28571rem !important;
    }

    .g-my-65 {
        margin-top: 4.64286rem !important;
        margin-bottom: 4.64286rem !important;
    }

    .g-my-70 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .g-my-75 {
        margin-top: 5.35714rem !important;
        margin-bottom: 5.35714rem !important;
    }

    .g-my-80 {
        margin-top: 5.71429rem !important;
        margin-bottom: 5.71429rem !important;
    }

    .g-my-85 {
        margin-top: 6.07143rem !important;
        margin-bottom: 6.07143rem !important;
    }

    .g-my-90 {
        margin-top: 6.42857rem !important;
        margin-bottom: 6.42857rem !important;
    }

    .g-my-95 {
        margin-top: 6.78571rem !important;
        margin-bottom: 6.78571rem !important;
    }

    .g-my-100 {
        margin-top: 7.14286rem !important;
        margin-bottom: 7.14286rem !important;
    }

    .g-mt-1 {
        margin-top: 0.07143rem !important;
    }

    .g-mt-minus-1 {
        margin-top: -0.07143rem !important;
    }

    .g-mt-2 {
        margin-top: 0.14286rem !important;
    }

    .g-mt-minus-2 {
        margin-top: -0.14286rem !important;
    }

    .g-mt-3 {
        margin-top: 0.21429rem !important;
    }

    .g-mt-minus-3 {
        margin-top: -0.21429rem !important;
    }

    .g-mt-4 {
        margin-top: 0.28571rem !important;
    }

    .g-mt-minus-4 {
        margin-top: -0.28571rem !important;
    }

    .g-mt-5 {
        margin-top: 0.35714rem !important;
    }

    .g-mt-minus-5 {
        margin-top: -0.35714rem !important;
    }

    .g-mt-6 {
        margin-top: 0.42857rem !important;
    }

    .g-mt-minus-6 {
        margin-top: -0.42857rem !important;
    }

    .g-mt-7 {
        margin-top: 0.5rem !important;
    }

    .g-mt-minus-7 {
        margin-top: -0.5rem !important;
    }

    .g-mt-8 {
        margin-top: 0.57143rem !important;
    }

    .g-mt-minus-8 {
        margin-top: -0.57143rem !important;
    }

    .g-mt-9 {
        margin-top: 0.64286rem !important;
    }

    .g-mt-minus-9 {
        margin-top: -0.64286rem !important;
    }

    .g-mt-10 {
        margin-top: 0.71429rem !important;
    }

    .g-mt-minus-10 {
        margin-top: -0.71429rem !important;
    }

    .g-mt-11 {
        margin-top: 0.78571rem !important;
    }

    .g-mt-minus-11 {
        margin-top: -0.78571rem !important;
    }

    .g-mt-12 {
        margin-top: 0.85714rem !important;
    }

    .g-mt-minus-12 {
        margin-top: -0.85714rem !important;
    }

    .g-mt-13 {
        margin-top: 0.92857rem !important;
    }

    .g-mt-minus-13 {
        margin-top: -0.92857rem !important;
    }

    .g-mt-14 {
        margin-top: 1rem !important;
    }

    .g-mt-minus-14 {
        margin-top: -1rem !important;
    }

    .g-mt-15 {
        margin-top: 1.07143rem !important;
    }

    .g-mt-minus-15 {
        margin-top: -1.07143rem !important;
    }

    .g-mt-16 {
        margin-top: 1.14286rem !important;
    }

    .g-mt-minus-16 {
        margin-top: -1.14286rem !important;
    }

    .g-mt-17 {
        margin-top: 1.21429rem !important;
    }

    .g-mt-minus-17 {
        margin-top: -1.21429rem !important;
    }

    .g-mt-18 {
        margin-top: 1.28571rem !important;
    }

    .g-mt-minus-18 {
        margin-top: -1.28571rem !important;
    }

    .g-mt-19 {
        margin-top: 1.35714rem !important;
    }

    .g-mt-minus-19 {
        margin-top: -1.35714rem !important;
    }

    .g-mt-20 {
        margin-top: 1.42857rem !important;
    }

    .g-mt-minus-20 {
        margin-top: -1.42857rem !important;
    }

    .g-mt-10 {
        margin-top: 0.71429rem !important;
    }

    .g-mt-minus-10 {
        margin-top: -0.71429rem !important;
    }

    .g-mt-15 {
        margin-top: 1.07143rem !important;
    }

    .g-mt-minus-15 {
        margin-top: -1.07143rem !important;
    }

    .g-mt-20 {
        margin-top: 1.42857rem !important;
    }

    .g-mt-minus-20 {
        margin-top: -1.42857rem !important;
    }

    .g-mt-25 {
        margin-top: 1.78571rem !important;
    }

    .g-mt-minus-25 {
        margin-top: -1.78571rem !important;
    }

    .g-mt-30 {
        margin-top: 2.14286rem !important;
    }

    .g-mt-minus-30 {
        margin-top: -2.14286rem !important;
    }

    .g-mt-35 {
        margin-top: 2.5rem !important;
    }

    .g-mt-minus-35 {
        margin-top: -2.5rem !important;
    }

    .g-mt-40 {
        margin-top: 2.85714rem !important;
    }

    .g-mt-minus-40 {
        margin-top: -2.85714rem !important;
    }

    .g-mt-45 {
        margin-top: 3.21429rem !important;
    }

    .g-mt-minus-45 {
        margin-top: -3.21429rem !important;
    }

    .g-mt-50 {
        margin-top: 3.57143rem !important;
    }

    .g-mt-minus-50 {
        margin-top: -3.57143rem !important;
    }

    .g-mt-55 {
        margin-top: 3.92857rem !important;
    }

    .g-mt-minus-55 {
        margin-top: -3.92857rem !important;
    }

    .g-mt-60 {
        margin-top: 4.28571rem !important;
    }

    .g-mt-minus-60 {
        margin-top: -4.28571rem !important;
    }

    .g-mt-65 {
        margin-top: 4.64286rem !important;
    }

    .g-mt-minus-65 {
        margin-top: -4.64286rem !important;
    }

    .g-mt-70 {
        margin-top: 5rem !important;
    }

    .g-mt-minus-70 {
        margin-top: -5rem !important;
    }

    .g-mt-75 {
        margin-top: 5.35714rem !important;
    }

    .g-mt-minus-75 {
        margin-top: -5.35714rem !important;
    }

    .g-mt-80 {
        margin-top: 5.71429rem !important;
    }

    .g-mt-minus-80 {
        margin-top: -5.71429rem !important;
    }

    .g-mt-85 {
        margin-top: 6.07143rem !important;
    }

    .g-mt-minus-85 {
        margin-top: -6.07143rem !important;
    }

    .g-mt-90 {
        margin-top: 6.42857rem !important;
    }

    .g-mt-minus-90 {
        margin-top: -6.42857rem !important;
    }

    .g-mt-95 {
        margin-top: 6.78571rem !important;
    }

    .g-mt-minus-95 {
        margin-top: -6.78571rem !important;
    }

    .g-mt-100 {
        margin-top: 7.14286rem !important;
    }

    .g-mt-minus-100 {
        margin-top: -7.14286rem !important;
    }

    .g-mt-105 {
        margin-top: 7.5rem !important;
    }

    .g-mt-minus-105 {
        margin-top: -7.5rem !important;
    }

    .g-mt-110 {
        margin-top: 7.85714rem !important;
    }

    .g-mt-minus-110 {
        margin-top: -7.85714rem !important;
    }

    .g-mt-115 {
        margin-top: 8.21429rem !important;
    }

    .g-mt-minus-115 {
        margin-top: -8.21429rem !important;
    }

    .g-mt-120 {
        margin-top: 8.57143rem !important;
    }

    .g-mt-minus-120 {
        margin-top: -8.57143rem !important;
    }

    .g-mt-125 {
        margin-top: 8.92857rem !important;
    }

    .g-mt-minus-125 {
        margin-top: -8.92857rem !important;
    }

    .g-mt-130 {
        margin-top: 9.28571rem !important;
    }

    .g-mt-minus-130 {
        margin-top: -9.28571rem !important;
    }

    .g-mt-135 {
        margin-top: 9.64286rem !important;
    }

    .g-mt-minus-135 {
        margin-top: -9.64286rem !important;
    }

    .g-mt-140 {
        margin-top: 10rem !important;
    }

    .g-mt-minus-140 {
        margin-top: -10rem !important;
    }

    .g-mt-145 {
        margin-top: 10.35714rem !important;
    }

    .g-mt-minus-145 {
        margin-top: -10.35714rem !important;
    }

    .g-mt-150 {
        margin-top: 10.71429rem !important;
    }

    .g-mt-minus-150 {
        margin-top: -10.71429rem !important;
    }

    .g-mt-155 {
        margin-top: 11.07143rem !important;
    }

    .g-mt-minus-155 {
        margin-top: -11.07143rem !important;
    }

    .g-mt-160 {
        margin-top: 11.42857rem !important;
    }

    .g-mt-minus-160 {
        margin-top: -11.42857rem !important;
    }

    .g-mt-165 {
        margin-top: 11.78571rem !important;
    }

    .g-mt-minus-165 {
        margin-top: -11.78571rem !important;
    }

    .g-mt-170 {
        margin-top: 12.14286rem !important;
    }

    .g-mt-minus-170 {
        margin-top: -12.14286rem !important;
    }

    .g-mb-1 {
        margin-bottom: 0.07143rem !important;
    }

    .g-mb-minus-1 {
        margin-bottom: -0.07143rem !important;
    }

    .g-mb-2 {
        margin-bottom: 0.14286rem !important;
    }

    .g-mb-minus-2 {
        margin-bottom: -0.14286rem !important;
    }

    .g-mb-3 {
        margin-bottom: 0.21429rem !important;
    }

    .g-mb-minus-3 {
        margin-bottom: -0.21429rem !important;
    }

    .g-mb-4 {
        margin-bottom: 0.28571rem !important;
    }

    .g-mb-minus-4 {
        margin-bottom: -0.28571rem !important;
    }

    .g-mb-5 {
        margin-bottom: 0.35714rem !important;
    }

    .g-mb-minus-5 {
        margin-bottom: -0.35714rem !important;
    }

    .g-mb-6 {
        margin-bottom: 0.42857rem !important;
    }

    .g-mb-minus-6 {
        margin-bottom: -0.42857rem !important;
    }

    .g-mb-7 {
        margin-bottom: 0.5rem !important;
    }

    .g-mb-minus-7 {
        margin-bottom: -0.5rem !important;
    }

    .g-mb-8 {
        margin-bottom: 0.57143rem !important;
    }

    .g-mb-minus-8 {
        margin-bottom: -0.57143rem !important;
    }

    .g-mb-9 {
        margin-bottom: 0.64286rem !important;
    }

    .g-mb-minus-9 {
        margin-bottom: -0.64286rem !important;
    }

    .g-mb-10 {
        margin-bottom: 0.71429rem !important;
    }

    .g-mb-minus-10 {
        margin-bottom: -0.71429rem !important;
    }

    .g-mb-11 {
        margin-bottom: 0.78571rem !important;
    }

    .g-mb-minus-11 {
        margin-bottom: -0.78571rem !important;
    }

    .g-mb-12 {
        margin-bottom: 0.85714rem !important;
    }

    .g-mb-minus-12 {
        margin-bottom: -0.85714rem !important;
    }

    .g-mb-13 {
        margin-bottom: 0.92857rem !important;
    }

    .g-mb-minus-13 {
        margin-bottom: -0.92857rem !important;
    }

    .g-mb-14 {
        margin-bottom: 1rem !important;
    }

    .g-mb-minus-14 {
        margin-bottom: -1rem !important;
    }

    .g-mb-15 {
        margin-bottom: 1.07143rem !important;
    }

    .g-mb-minus-15 {
        margin-bottom: -1.07143rem !important;
    }

    .g-mb-16 {
        margin-bottom: 1.14286rem !important;
    }

    .g-mb-minus-16 {
        margin-bottom: -1.14286rem !important;
    }

    .g-mb-17 {
        margin-bottom: 1.21429rem !important;
    }

    .g-mb-minus-17 {
        margin-bottom: -1.21429rem !important;
    }

    .g-mb-18 {
        margin-bottom: 1.28571rem !important;
    }

    .g-mb-minus-18 {
        margin-bottom: -1.28571rem !important;
    }

    .g-mb-19 {
        margin-bottom: 1.35714rem !important;
    }

    .g-mb-minus-19 {
        margin-bottom: -1.35714rem !important;
    }

    .g-mb-20 {
        margin-bottom: 1.42857rem !important;
    }

    .g-mb-minus-20 {
        margin-bottom: -1.42857rem !important;
    }

    .g-mb-10 {
        margin-bottom: 0.71429rem !important;
    }

    .g-mb-15 {
        margin-bottom: 1.07143rem !important;
    }

    .g-mb-20 {
        margin-bottom: 1.42857rem !important;
    }

    .g-mb-25 {
        margin-bottom: 1.78571rem !important;
    }

    .g-mb-30 {
        margin-bottom: 2.14286rem !important;
    }

    .g-mb-35 {
        margin-bottom: 2.5rem !important;
    }

    .g-mb-40 {
        margin-bottom: 2.85714rem !important;
    }

    .g-mb-45 {
        margin-bottom: 3.21429rem !important;
    }

    .g-mb-50 {
        margin-bottom: 3.57143rem !important;
    }

    .g-mb-55 {
        margin-bottom: 3.92857rem !important;
    }

    .g-mb-60 {
        margin-bottom: 4.28571rem !important;
    }

    .g-mb-65 {
        margin-bottom: 4.64286rem !important;
    }

    .g-mb-70 {
        margin-bottom: 5rem !important;
    }

    .g-mb-75 {
        margin-bottom: 5.35714rem !important;
    }

    .g-mb-80 {
        margin-bottom: 5.71429rem !important;
    }

    .g-mb-85 {
        margin-bottom: 6.07143rem !important;
    }

    .g-mb-90 {
        margin-bottom: 6.42857rem !important;
    }

    .g-mb-95 {
        margin-bottom: 6.78571rem !important;
    }

    .g-mb-100 {
        margin-bottom: 7.14286rem !important;
    }

    .g-mb-105 {
        margin-bottom: 7.5rem !important;
    }

    .g-mb-110 {
        margin-bottom: 7.85714rem !important;
    }

    .g-mb-115 {
        margin-bottom: 8.21429rem !important;
    }

    .g-mb-120 {
        margin-bottom: 8.57143rem !important;
    }

    .g-mb-125 {
        margin-bottom: 8.92857rem !important;
    }

    .g-mb-130 {
        margin-bottom: 9.28571rem !important;
    }

    .g-mb-135 {
        margin-bottom: 9.64286rem !important;
    }

    .g-mb-140 {
        margin-bottom: 10rem !important;
    }

    .g-mb-145 {
        margin-bottom: 10.35714rem !important;
    }

    .g-mb-150 {
        margin-bottom: 10.71429rem !important;
    }

    .g-mb-155 {
        margin-bottom: 11.07143rem !important;
    }

    .g-mb-160 {
        margin-bottom: 11.42857rem !important;
    }

    .g-mb-165 {
        margin-bottom: 11.78571rem !important;
    }

    .g-mb-170 {
        margin-bottom: 12.14286rem !important;
    }

    .g-ml-1 {
        margin-left: 0.07143rem !important;
    }

    .g-ml-minus-1 {
        margin-left: -0.07143rem !important;
    }

    .g-ml-2 {
        margin-left: 0.14286rem !important;
    }

    .g-ml-minus-2 {
        margin-left: -0.14286rem !important;
    }

    .g-ml-3 {
        margin-left: 0.21429rem !important;
    }

    .g-ml-minus-3 {
        margin-left: -0.21429rem !important;
    }

    .g-ml-4 {
        margin-left: 0.28571rem !important;
    }

    .g-ml-minus-4 {
        margin-left: -0.28571rem !important;
    }

    .g-ml-5 {
        margin-left: 0.35714rem !important;
    }

    .g-ml-minus-5 {
        margin-left: -0.35714rem !important;
    }

    .g-ml-6 {
        margin-left: 0.42857rem !important;
    }

    .g-ml-minus-6 {
        margin-left: -0.42857rem !important;
    }

    .g-ml-7 {
        margin-left: 0.5rem !important;
    }

    .g-ml-minus-7 {
        margin-left: -0.5rem !important;
    }

    .g-ml-8 {
        margin-left: 0.57143rem !important;
    }

    .g-ml-minus-8 {
        margin-left: -0.57143rem !important;
    }

    .g-ml-9 {
        margin-left: 0.64286rem !important;
    }

    .g-ml-minus-9 {
        margin-left: -0.64286rem !important;
    }

    .g-ml-10 {
        margin-left: 0.71429rem !important;
    }

    .g-ml-minus-10 {
        margin-left: -0.71429rem !important;
    }

    .g-ml-5 {
        margin-left: 0.35714rem !important;
    }

    .g-ml-minus-5 {
        margin-left: -0.35714rem !important;
    }

    .g-ml-10 {
        margin-left: 0.71429rem !important;
    }

    .g-ml-minus-10 {
        margin-left: -0.71429rem !important;
    }

    .g-ml-15 {
        margin-left: 1.07143rem !important;
    }

    .g-ml-minus-15 {
        margin-left: -1.07143rem !important;
    }

    .g-ml-20 {
        margin-left: 1.42857rem !important;
    }

    .g-ml-minus-20 {
        margin-left: -1.42857rem !important;
    }

    .g-ml-25 {
        margin-left: 1.78571rem !important;
    }

    .g-ml-minus-25 {
        margin-left: -1.78571rem !important;
    }

    .g-ml-30 {
        margin-left: 2.14286rem !important;
    }

    .g-ml-minus-30 {
        margin-left: -2.14286rem !important;
    }

    .g-ml-35 {
        margin-left: 2.5rem !important;
    }

    .g-ml-minus-35 {
        margin-left: -2.5rem !important;
    }

    .g-ml-40 {
        margin-left: 2.85714rem !important;
    }

    .g-ml-minus-40 {
        margin-left: -2.85714rem !important;
    }

    .g-ml-45 {
        margin-left: 3.21429rem !important;
    }

    .g-ml-minus-45 {
        margin-left: -3.21429rem !important;
    }

    .g-ml-50 {
        margin-left: 3.57143rem !important;
    }

    .g-ml-minus-50 {
        margin-left: -3.57143rem !important;
    }

    .g-mr-1 {
        margin-right: 0.07143rem !important;
    }

    .g-mr-minus-1 {
        margin-right: -0.07143rem !important;
    }

    .g-mr-2 {
        margin-right: 0.14286rem !important;
    }

    .g-mr-minus-2 {
        margin-right: -0.14286rem !important;
    }

    .g-mr-3 {
        margin-right: 0.21429rem !important;
    }

    .g-mr-minus-3 {
        margin-right: -0.21429rem !important;
    }

    .g-mr-4 {
        margin-right: 0.28571rem !important;
    }

    .g-mr-minus-4 {
        margin-right: -0.28571rem !important;
    }

    .g-mr-5 {
        margin-right: 0.35714rem !important;
    }

    .g-mr-minus-5 {
        margin-right: -0.35714rem !important;
    }

    .g-mr-6 {
        margin-right: 0.42857rem !important;
    }

    .g-mr-minus-6 {
        margin-right: -0.42857rem !important;
    }

    .g-mr-7 {
        margin-right: 0.5rem !important;
    }

    .g-mr-minus-7 {
        margin-right: -0.5rem !important;
    }

    .g-mr-8 {
        margin-right: 0.57143rem !important;
    }

    .g-mr-minus-8 {
        margin-right: -0.57143rem !important;
    }

    .g-mr-9 {
        margin-right: 0.64286rem !important;
    }

    .g-mr-minus-9 {
        margin-right: -0.64286rem !important;
    }

    .g-mr-10 {
        margin-right: 0.71429rem !important;
    }

    .g-mr-minus-10 {
        margin-right: -0.71429rem !important;
    }

    .g-mr-5 {
        margin-right: 0.35714rem !important;
    }

    .g-mr-10 {
        margin-right: 0.71429rem !important;
    }

    .g-mr-15 {
        margin-right: 1.07143rem !important;
    }

    .g-mr-20 {
        margin-right: 1.42857rem !important;
    }

    .g-mr-25 {
        margin-right: 1.78571rem !important;
    }

    .g-mr-30 {
        margin-right: 2.14286rem !important;
    }

    .g-mr-35 {
        margin-right: 2.5rem !important;
    }

    .g-mr-40 {
        margin-right: 2.85714rem !important;
    }

    .g-mr-45 {
        margin-right: 3.21429rem !important;
    }

    .g-mr-50 {
        margin-right: 3.57143rem !important;
    }
}

@media (min-width: 576px) {
    .g-ma-0--sm {
        margin: 0 !important;
    }

    .g-mx-0--sm {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .g-my-0--sm {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .g-ml-0--sm {
        margin-left: 0 !important;
    }

    .g-mr-0--sm {
        margin-right: 0 !important;
    }

    .g-mt-0--sm {
        margin-top: 0 !important;
    }

    .g-mb-0--sm {
        margin-bottom: 0 !important;
    }

    .g-mx-1--sm {
        margin-left: 0.07143rem !important;
        margin-right: 0.07143rem !important;
    }

    .g-mx-2--sm {
        margin-left: 0.14286rem !important;
        margin-right: 0.14286rem !important;
    }

    .g-mx-3--sm {
        margin-left: 0.21429rem !important;
        margin-right: 0.21429rem !important;
    }

    .g-mx-4--sm {
        margin-left: 0.28571rem !important;
        margin-right: 0.28571rem !important;
    }

    .g-mx-5--sm {
        margin-left: 0.35714rem !important;
        margin-right: 0.35714rem !important;
    }

    .g-mx-6--sm {
        margin-left: 0.42857rem !important;
        margin-right: 0.42857rem !important;
    }

    .g-mx-7--sm {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    .g-mx-8--sm {
        margin-left: 0.57143rem !important;
        margin-right: 0.57143rem !important;
    }

    .g-mx-9--sm {
        margin-left: 0.64286rem !important;
        margin-right: 0.64286rem !important;
    }

    .g-mx-10--sm {
        margin-left: 0.71429rem !important;
        margin-right: 0.71429rem !important;
    }

    .g-mx-10--sm {
        margin-left: 0.71429rem !important;
        margin-right: 0.71429rem !important;
    }

    .g-mx-15--sm {
        margin-left: 1.07143rem !important;
        margin-right: 1.07143rem !important;
    }

    .g-mx-20--sm {
        margin-left: 1.42857rem !important;
        margin-right: 1.42857rem !important;
    }

    .g-mx-25--sm {
        margin-left: 1.78571rem !important;
        margin-right: 1.78571rem !important;
    }

    .g-mx-30--sm {
        margin-left: 2.14286rem !important;
        margin-right: 2.14286rem !important;
    }

    .g-mx-35--sm {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }

    .g-mx-40--sm {
        margin-left: 2.85714rem !important;
        margin-right: 2.85714rem !important;
    }

    .g-mx-45--sm {
        margin-left: 3.21429rem !important;
        margin-right: 3.21429rem !important;
    }

    .g-mx-50--sm {
        margin-left: 3.57143rem !important;
        margin-right: 3.57143rem !important;
    }

    .g-mx-55--sm {
        margin-left: 3.92857rem !important;
        margin-right: 3.92857rem !important;
    }

    .g-mx-60--sm {
        margin-left: 4.28571rem !important;
        margin-right: 4.28571rem !important;
    }

    .g-mx-65--sm {
        margin-left: 4.64286rem !important;
        margin-right: 4.64286rem !important;
    }

    .g-mx-70--sm {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }

    .g-mx-75--sm {
        margin-left: 5.35714rem !important;
        margin-right: 5.35714rem !important;
    }

    .g-mx-80--sm {
        margin-left: 5.71429rem !important;
        margin-right: 5.71429rem !important;
    }

    .g-mx-85--sm {
        margin-left: 6.07143rem !important;
        margin-right: 6.07143rem !important;
    }

    .g-mx-90--sm {
        margin-left: 6.42857rem !important;
        margin-right: 6.42857rem !important;
    }

    .g-mx-95--sm {
        margin-left: 6.78571rem !important;
        margin-right: 6.78571rem !important;
    }

    .g-mx-100--sm {
        margin-left: 7.14286rem !important;
        margin-right: 7.14286rem !important;
    }

    .g-my-1--sm {
        margin-top: 0.07143rem !important;
        margin-bottom: 0.07143rem !important;
    }

    .g-my-2--sm {
        margin-top: 0.14286rem !important;
        margin-bottom: 0.14286rem !important;
    }

    .g-my-3--sm {
        margin-top: 0.21429rem !important;
        margin-bottom: 0.21429rem !important;
    }

    .g-my-4--sm {
        margin-top: 0.28571rem !important;
        margin-bottom: 0.28571rem !important;
    }

    .g-my-5--sm {
        margin-top: 0.35714rem !important;
        margin-bottom: 0.35714rem !important;
    }

    .g-my-6--sm {
        margin-top: 0.42857rem !important;
        margin-bottom: 0.42857rem !important;
    }

    .g-my-7--sm {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .g-my-8--sm {
        margin-top: 0.57143rem !important;
        margin-bottom: 0.57143rem !important;
    }

    .g-my-9--sm {
        margin-top: 0.64286rem !important;
        margin-bottom: 0.64286rem !important;
    }

    .g-my-10--sm {
        margin-top: 0.71429rem !important;
        margin-bottom: 0.71429rem !important;
    }

    .g-my-10--sm {
        margin-top: 0.71429rem !important;
        margin-bottom: 0.71429rem !important;
    }

    .g-my-15--sm {
        margin-top: 1.07143rem !important;
        margin-bottom: 1.07143rem !important;
    }

    .g-my-20--sm {
        margin-top: 1.42857rem !important;
        margin-bottom: 1.42857rem !important;
    }

    .g-my-25--sm {
        margin-top: 1.78571rem !important;
        margin-bottom: 1.78571rem !important;
    }

    .g-my-30--sm {
        margin-top: 2.14286rem !important;
        margin-bottom: 2.14286rem !important;
    }

    .g-my-35--sm {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .g-my-40--sm {
        margin-top: 2.85714rem !important;
        margin-bottom: 2.85714rem !important;
    }

    .g-my-45--sm {
        margin-top: 3.21429rem !important;
        margin-bottom: 3.21429rem !important;
    }

    .g-my-50--sm {
        margin-top: 3.57143rem !important;
        margin-bottom: 3.57143rem !important;
    }

    .g-my-55--sm {
        margin-top: 3.92857rem !important;
        margin-bottom: 3.92857rem !important;
    }

    .g-my-60--sm {
        margin-top: 4.28571rem !important;
        margin-bottom: 4.28571rem !important;
    }

    .g-my-65--sm {
        margin-top: 4.64286rem !important;
        margin-bottom: 4.64286rem !important;
    }

    .g-my-70--sm {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .g-my-75--sm {
        margin-top: 5.35714rem !important;
        margin-bottom: 5.35714rem !important;
    }

    .g-my-80--sm {
        margin-top: 5.71429rem !important;
        margin-bottom: 5.71429rem !important;
    }

    .g-my-85--sm {
        margin-top: 6.07143rem !important;
        margin-bottom: 6.07143rem !important;
    }

    .g-my-90--sm {
        margin-top: 6.42857rem !important;
        margin-bottom: 6.42857rem !important;
    }

    .g-my-95--sm {
        margin-top: 6.78571rem !important;
        margin-bottom: 6.78571rem !important;
    }

    .g-my-100--sm {
        margin-top: 7.14286rem !important;
        margin-bottom: 7.14286rem !important;
    }

    .g-mt-1--sm {
        margin-top: 0.07143rem !important;
    }

    .g-mt-minus-1--sm {
        margin-top: -0.07143rem !important;
    }

    .g-mt-2--sm {
        margin-top: 0.14286rem !important;
    }

    .g-mt-minus-2--sm {
        margin-top: -0.14286rem !important;
    }

    .g-mt-3--sm {
        margin-top: 0.21429rem !important;
    }

    .g-mt-minus-3--sm {
        margin-top: -0.21429rem !important;
    }

    .g-mt-4--sm {
        margin-top: 0.28571rem !important;
    }

    .g-mt-minus-4--sm {
        margin-top: -0.28571rem !important;
    }

    .g-mt-5--sm {
        margin-top: 0.35714rem !important;
    }

    .g-mt-minus-5--sm {
        margin-top: -0.35714rem !important;
    }

    .g-mt-6--sm {
        margin-top: 0.42857rem !important;
    }

    .g-mt-minus-6--sm {
        margin-top: -0.42857rem !important;
    }

    .g-mt-7--sm {
        margin-top: 0.5rem !important;
    }

    .g-mt-minus-7--sm {
        margin-top: -0.5rem !important;
    }

    .g-mt-8--sm {
        margin-top: 0.57143rem !important;
    }

    .g-mt-minus-8--sm {
        margin-top: -0.57143rem !important;
    }

    .g-mt-9--sm {
        margin-top: 0.64286rem !important;
    }

    .g-mt-minus-9--sm {
        margin-top: -0.64286rem !important;
    }

    .g-mt-10--sm {
        margin-top: 0.71429rem !important;
    }

    .g-mt-minus-10--sm {
        margin-top: -0.71429rem !important;
    }

    .g-mt-11--sm {
        margin-top: 0.78571rem !important;
    }

    .g-mt-minus-11--sm {
        margin-top: -0.78571rem !important;
    }

    .g-mt-12--sm {
        margin-top: 0.85714rem !important;
    }

    .g-mt-minus-12--sm {
        margin-top: -0.85714rem !important;
    }

    .g-mt-13--sm {
        margin-top: 0.92857rem !important;
    }

    .g-mt-minus-13--sm {
        margin-top: -0.92857rem !important;
    }

    .g-mt-14--sm {
        margin-top: 1rem !important;
    }

    .g-mt-minus-14--sm {
        margin-top: -1rem !important;
    }

    .g-mt-15--sm {
        margin-top: 1.07143rem !important;
    }

    .g-mt-minus-15--sm {
        margin-top: -1.07143rem !important;
    }

    .g-mt-16--sm {
        margin-top: 1.14286rem !important;
    }

    .g-mt-minus-16--sm {
        margin-top: -1.14286rem !important;
    }

    .g-mt-17--sm {
        margin-top: 1.21429rem !important;
    }

    .g-mt-minus-17--sm {
        margin-top: -1.21429rem !important;
    }

    .g-mt-18--sm {
        margin-top: 1.28571rem !important;
    }

    .g-mt-minus-18--sm {
        margin-top: -1.28571rem !important;
    }

    .g-mt-19--sm {
        margin-top: 1.35714rem !important;
    }

    .g-mt-minus-19--sm {
        margin-top: -1.35714rem !important;
    }

    .g-mt-20--sm {
        margin-top: 1.42857rem !important;
    }

    .g-mt-minus-20--sm {
        margin-top: -1.42857rem !important;
    }

    .g-mt-10--sm {
        margin-top: 0.71429rem !important;
    }

    .g-mt-minus-10--sm {
        margin-top: -0.71429rem !important;
    }

    .g-mt-15--sm {
        margin-top: 1.07143rem !important;
    }

    .g-mt-minus-15--sm {
        margin-top: -1.07143rem !important;
    }

    .g-mt-20--sm {
        margin-top: 1.42857rem !important;
    }

    .g-mt-minus-20--sm {
        margin-top: -1.42857rem !important;
    }

    .g-mt-25--sm {
        margin-top: 1.78571rem !important;
    }

    .g-mt-minus-25--sm {
        margin-top: -1.78571rem !important;
    }

    .g-mt-30--sm {
        margin-top: 2.14286rem !important;
    }

    .g-mt-minus-30--sm {
        margin-top: -2.14286rem !important;
    }

    .g-mt-35--sm {
        margin-top: 2.5rem !important;
    }

    .g-mt-minus-35--sm {
        margin-top: -2.5rem !important;
    }

    .g-mt-40--sm {
        margin-top: 2.85714rem !important;
    }

    .g-mt-minus-40--sm {
        margin-top: -2.85714rem !important;
    }

    .g-mt-45--sm {
        margin-top: 3.21429rem !important;
    }

    .g-mt-minus-45--sm {
        margin-top: -3.21429rem !important;
    }

    .g-mt-50--sm {
        margin-top: 3.57143rem !important;
    }

    .g-mt-minus-50--sm {
        margin-top: -3.57143rem !important;
    }

    .g-mt-55--sm {
        margin-top: 3.92857rem !important;
    }

    .g-mt-minus-55--sm {
        margin-top: -3.92857rem !important;
    }

    .g-mt-60--sm {
        margin-top: 4.28571rem !important;
    }

    .g-mt-minus-60--sm {
        margin-top: -4.28571rem !important;
    }

    .g-mt-65--sm {
        margin-top: 4.64286rem !important;
    }

    .g-mt-minus-65--sm {
        margin-top: -4.64286rem !important;
    }

    .g-mt-70--sm {
        margin-top: 5rem !important;
    }

    .g-mt-minus-70--sm {
        margin-top: -5rem !important;
    }

    .g-mt-75--sm {
        margin-top: 5.35714rem !important;
    }

    .g-mt-minus-75--sm {
        margin-top: -5.35714rem !important;
    }

    .g-mt-80--sm {
        margin-top: 5.71429rem !important;
    }

    .g-mt-minus-80--sm {
        margin-top: -5.71429rem !important;
    }

    .g-mt-85--sm {
        margin-top: 6.07143rem !important;
    }

    .g-mt-minus-85--sm {
        margin-top: -6.07143rem !important;
    }

    .g-mt-90--sm {
        margin-top: 6.42857rem !important;
    }

    .g-mt-minus-90--sm {
        margin-top: -6.42857rem !important;
    }

    .g-mt-95--sm {
        margin-top: 6.78571rem !important;
    }

    .g-mt-minus-95--sm {
        margin-top: -6.78571rem !important;
    }

    .g-mt-100--sm {
        margin-top: 7.14286rem !important;
    }

    .g-mt-minus-100--sm {
        margin-top: -7.14286rem !important;
    }

    .g-mt-105--sm {
        margin-top: 7.5rem !important;
    }

    .g-mt-minus-105--sm {
        margin-top: -7.5rem !important;
    }

    .g-mt-110--sm {
        margin-top: 7.85714rem !important;
    }

    .g-mt-minus-110--sm {
        margin-top: -7.85714rem !important;
    }

    .g-mt-115--sm {
        margin-top: 8.21429rem !important;
    }

    .g-mt-minus-115--sm {
        margin-top: -8.21429rem !important;
    }

    .g-mt-120--sm {
        margin-top: 8.57143rem !important;
    }

    .g-mt-minus-120--sm {
        margin-top: -8.57143rem !important;
    }

    .g-mt-125--sm {
        margin-top: 8.92857rem !important;
    }

    .g-mt-minus-125--sm {
        margin-top: -8.92857rem !important;
    }

    .g-mt-130--sm {
        margin-top: 9.28571rem !important;
    }

    .g-mt-minus-130--sm {
        margin-top: -9.28571rem !important;
    }

    .g-mt-135--sm {
        margin-top: 9.64286rem !important;
    }

    .g-mt-minus-135--sm {
        margin-top: -9.64286rem !important;
    }

    .g-mt-140--sm {
        margin-top: 10rem !important;
    }

    .g-mt-minus-140--sm {
        margin-top: -10rem !important;
    }

    .g-mt-145--sm {
        margin-top: 10.35714rem !important;
    }

    .g-mt-minus-145--sm {
        margin-top: -10.35714rem !important;
    }

    .g-mt-150--sm {
        margin-top: 10.71429rem !important;
    }

    .g-mt-minus-150--sm {
        margin-top: -10.71429rem !important;
    }

    .g-mt-155--sm {
        margin-top: 11.07143rem !important;
    }

    .g-mt-minus-155--sm {
        margin-top: -11.07143rem !important;
    }

    .g-mt-160--sm {
        margin-top: 11.42857rem !important;
    }

    .g-mt-minus-160--sm {
        margin-top: -11.42857rem !important;
    }

    .g-mt-165--sm {
        margin-top: 11.78571rem !important;
    }

    .g-mt-minus-165--sm {
        margin-top: -11.78571rem !important;
    }

    .g-mt-170--sm {
        margin-top: 12.14286rem !important;
    }

    .g-mt-minus-170--sm {
        margin-top: -12.14286rem !important;
    }

    .g-mb-1--sm {
        margin-bottom: 0.07143rem !important;
    }

    .g-mb-minus-1--sm {
        margin-bottom: -0.07143rem !important;
    }

    .g-mb-2--sm {
        margin-bottom: 0.14286rem !important;
    }

    .g-mb-minus-2--sm {
        margin-bottom: -0.14286rem !important;
    }

    .g-mb-3--sm {
        margin-bottom: 0.21429rem !important;
    }

    .g-mb-minus-3--sm {
        margin-bottom: -0.21429rem !important;
    }

    .g-mb-4--sm {
        margin-bottom: 0.28571rem !important;
    }

    .g-mb-minus-4--sm {
        margin-bottom: -0.28571rem !important;
    }

    .g-mb-5--sm {
        margin-bottom: 0.35714rem !important;
    }

    .g-mb-minus-5--sm {
        margin-bottom: -0.35714rem !important;
    }

    .g-mb-6--sm {
        margin-bottom: 0.42857rem !important;
    }

    .g-mb-minus-6--sm {
        margin-bottom: -0.42857rem !important;
    }

    .g-mb-7--sm {
        margin-bottom: 0.5rem !important;
    }

    .g-mb-minus-7--sm {
        margin-bottom: -0.5rem !important;
    }

    .g-mb-8--sm {
        margin-bottom: 0.57143rem !important;
    }

    .g-mb-minus-8--sm {
        margin-bottom: -0.57143rem !important;
    }

    .g-mb-9--sm {
        margin-bottom: 0.64286rem !important;
    }

    .g-mb-minus-9--sm {
        margin-bottom: -0.64286rem !important;
    }

    .g-mb-10--sm {
        margin-bottom: 0.71429rem !important;
    }

    .g-mb-minus-10--sm {
        margin-bottom: -0.71429rem !important;
    }

    .g-mb-11--sm {
        margin-bottom: 0.78571rem !important;
    }

    .g-mb-minus-11--sm {
        margin-bottom: -0.78571rem !important;
    }

    .g-mb-12--sm {
        margin-bottom: 0.85714rem !important;
    }

    .g-mb-minus-12--sm {
        margin-bottom: -0.85714rem !important;
    }

    .g-mb-13--sm {
        margin-bottom: 0.92857rem !important;
    }

    .g-mb-minus-13--sm {
        margin-bottom: -0.92857rem !important;
    }

    .g-mb-14--sm {
        margin-bottom: 1rem !important;
    }

    .g-mb-minus-14--sm {
        margin-bottom: -1rem !important;
    }

    .g-mb-15--sm {
        margin-bottom: 1.07143rem !important;
    }

    .g-mb-minus-15--sm {
        margin-bottom: -1.07143rem !important;
    }

    .g-mb-16--sm {
        margin-bottom: 1.14286rem !important;
    }

    .g-mb-minus-16--sm {
        margin-bottom: -1.14286rem !important;
    }

    .g-mb-17--sm {
        margin-bottom: 1.21429rem !important;
    }

    .g-mb-minus-17--sm {
        margin-bottom: -1.21429rem !important;
    }

    .g-mb-18--sm {
        margin-bottom: 1.28571rem !important;
    }

    .g-mb-minus-18--sm {
        margin-bottom: -1.28571rem !important;
    }

    .g-mb-19--sm {
        margin-bottom: 1.35714rem !important;
    }

    .g-mb-minus-19--sm {
        margin-bottom: -1.35714rem !important;
    }

    .g-mb-20--sm {
        margin-bottom: 1.42857rem !important;
    }

    .g-mb-minus-20--sm {
        margin-bottom: -1.42857rem !important;
    }

    .g-mb-10--sm {
        margin-bottom: 0.71429rem !important;
    }

    .g-mb-15--sm {
        margin-bottom: 1.07143rem !important;
    }

    .g-mb-20--sm {
        margin-bottom: 1.42857rem !important;
    }

    .g-mb-25--sm {
        margin-bottom: 1.78571rem !important;
    }

    .g-mb-30--sm {
        margin-bottom: 2.14286rem !important;
    }

    .g-mb-35--sm {
        margin-bottom: 2.5rem !important;
    }

    .g-mb-40--sm {
        margin-bottom: 2.85714rem !important;
    }

    .g-mb-45--sm {
        margin-bottom: 3.21429rem !important;
    }

    .g-mb-50--sm {
        margin-bottom: 3.57143rem !important;
    }

    .g-mb-55--sm {
        margin-bottom: 3.92857rem !important;
    }

    .g-mb-60--sm {
        margin-bottom: 4.28571rem !important;
    }

    .g-mb-65--sm {
        margin-bottom: 4.64286rem !important;
    }

    .g-mb-70--sm {
        margin-bottom: 5rem !important;
    }

    .g-mb-75--sm {
        margin-bottom: 5.35714rem !important;
    }

    .g-mb-80--sm {
        margin-bottom: 5.71429rem !important;
    }

    .g-mb-85--sm {
        margin-bottom: 6.07143rem !important;
    }

    .g-mb-90--sm {
        margin-bottom: 6.42857rem !important;
    }

    .g-mb-95--sm {
        margin-bottom: 6.78571rem !important;
    }

    .g-mb-100--sm {
        margin-bottom: 7.14286rem !important;
    }

    .g-mb-105--sm {
        margin-bottom: 7.5rem !important;
    }

    .g-mb-110--sm {
        margin-bottom: 7.85714rem !important;
    }

    .g-mb-115--sm {
        margin-bottom: 8.21429rem !important;
    }

    .g-mb-120--sm {
        margin-bottom: 8.57143rem !important;
    }

    .g-mb-125--sm {
        margin-bottom: 8.92857rem !important;
    }

    .g-mb-130--sm {
        margin-bottom: 9.28571rem !important;
    }

    .g-mb-135--sm {
        margin-bottom: 9.64286rem !important;
    }

    .g-mb-140--sm {
        margin-bottom: 10rem !important;
    }

    .g-mb-145--sm {
        margin-bottom: 10.35714rem !important;
    }

    .g-mb-150--sm {
        margin-bottom: 10.71429rem !important;
    }

    .g-mb-155--sm {
        margin-bottom: 11.07143rem !important;
    }

    .g-mb-160--sm {
        margin-bottom: 11.42857rem !important;
    }

    .g-mb-165--sm {
        margin-bottom: 11.78571rem !important;
    }

    .g-mb-170--sm {
        margin-bottom: 12.14286rem !important;
    }

    .g-ml-1--sm {
        margin-left: 0.07143rem !important;
    }

    .g-ml-minus-1--sm {
        margin-left: -0.07143rem !important;
    }

    .g-ml-2--sm {
        margin-left: 0.14286rem !important;
    }

    .g-ml-minus-2--sm {
        margin-left: -0.14286rem !important;
    }

    .g-ml-3--sm {
        margin-left: 0.21429rem !important;
    }

    .g-ml-minus-3--sm {
        margin-left: -0.21429rem !important;
    }

    .g-ml-4--sm {
        margin-left: 0.28571rem !important;
    }

    .g-ml-minus-4--sm {
        margin-left: -0.28571rem !important;
    }

    .g-ml-5--sm {
        margin-left: 0.35714rem !important;
    }

    .g-ml-minus-5--sm {
        margin-left: -0.35714rem !important;
    }

    .g-ml-6--sm {
        margin-left: 0.42857rem !important;
    }

    .g-ml-minus-6--sm {
        margin-left: -0.42857rem !important;
    }

    .g-ml-7--sm {
        margin-left: 0.5rem !important;
    }

    .g-ml-minus-7--sm {
        margin-left: -0.5rem !important;
    }

    .g-ml-8--sm {
        margin-left: 0.57143rem !important;
    }

    .g-ml-minus-8--sm {
        margin-left: -0.57143rem !important;
    }

    .g-ml-9--sm {
        margin-left: 0.64286rem !important;
    }

    .g-ml-minus-9--sm {
        margin-left: -0.64286rem !important;
    }

    .g-ml-10--sm {
        margin-left: 0.71429rem !important;
    }

    .g-ml-minus-10--sm {
        margin-left: -0.71429rem !important;
    }

    .g-ml-5--sm {
        margin-left: 0.35714rem !important;
    }

    .g-ml-minus-5--sm {
        margin-left: -0.35714rem !important;
    }

    .g-ml-10--sm {
        margin-left: 0.71429rem !important;
    }

    .g-ml-minus-10--sm {
        margin-left: -0.71429rem !important;
    }

    .g-ml-15--sm {
        margin-left: 1.07143rem !important;
    }

    .g-ml-minus-15--sm {
        margin-left: -1.07143rem !important;
    }

    .g-ml-20--sm {
        margin-left: 1.42857rem !important;
    }

    .g-ml-minus-20--sm {
        margin-left: -1.42857rem !important;
    }

    .g-ml-25--sm {
        margin-left: 1.78571rem !important;
    }

    .g-ml-minus-25--sm {
        margin-left: -1.78571rem !important;
    }

    .g-ml-30--sm {
        margin-left: 2.14286rem !important;
    }

    .g-ml-minus-30--sm {
        margin-left: -2.14286rem !important;
    }

    .g-ml-35--sm {
        margin-left: 2.5rem !important;
    }

    .g-ml-minus-35--sm {
        margin-left: -2.5rem !important;
    }

    .g-ml-40--sm {
        margin-left: 2.85714rem !important;
    }

    .g-ml-minus-40--sm {
        margin-left: -2.85714rem !important;
    }

    .g-ml-45--sm {
        margin-left: 3.21429rem !important;
    }

    .g-ml-minus-45--sm {
        margin-left: -3.21429rem !important;
    }

    .g-ml-50--sm {
        margin-left: 3.57143rem !important;
    }

    .g-ml-minus-50--sm {
        margin-left: -3.57143rem !important;
    }

    .g-mr-1--sm {
        margin-right: 0.07143rem !important;
    }

    .g-mr-minus-1--sm {
        margin-right: -0.07143rem !important;
    }

    .g-mr-2--sm {
        margin-right: 0.14286rem !important;
    }

    .g-mr-minus-2--sm {
        margin-right: -0.14286rem !important;
    }

    .g-mr-3--sm {
        margin-right: 0.21429rem !important;
    }

    .g-mr-minus-3--sm {
        margin-right: -0.21429rem !important;
    }

    .g-mr-4--sm {
        margin-right: 0.28571rem !important;
    }

    .g-mr-minus-4--sm {
        margin-right: -0.28571rem !important;
    }

    .g-mr-5--sm {
        margin-right: 0.35714rem !important;
    }

    .g-mr-minus-5--sm {
        margin-right: -0.35714rem !important;
    }

    .g-mr-6--sm {
        margin-right: 0.42857rem !important;
    }

    .g-mr-minus-6--sm {
        margin-right: -0.42857rem !important;
    }

    .g-mr-7--sm {
        margin-right: 0.5rem !important;
    }

    .g-mr-minus-7--sm {
        margin-right: -0.5rem !important;
    }

    .g-mr-8--sm {
        margin-right: 0.57143rem !important;
    }

    .g-mr-minus-8--sm {
        margin-right: -0.57143rem !important;
    }

    .g-mr-9--sm {
        margin-right: 0.64286rem !important;
    }

    .g-mr-minus-9--sm {
        margin-right: -0.64286rem !important;
    }

    .g-mr-10--sm {
        margin-right: 0.71429rem !important;
    }

    .g-mr-minus-10--sm {
        margin-right: -0.71429rem !important;
    }

    .g-mr-5--sm {
        margin-right: 0.35714rem !important;
    }

    .g-mr-10--sm {
        margin-right: 0.71429rem !important;
    }

    .g-mr-15--sm {
        margin-right: 1.07143rem !important;
    }

    .g-mr-20--sm {
        margin-right: 1.42857rem !important;
    }

    .g-mr-25--sm {
        margin-right: 1.78571rem !important;
    }

    .g-mr-30--sm {
        margin-right: 2.14286rem !important;
    }

    .g-mr-35--sm {
        margin-right: 2.5rem !important;
    }

    .g-mr-40--sm {
        margin-right: 2.85714rem !important;
    }

    .g-mr-45--sm {
        margin-right: 3.21429rem !important;
    }

    .g-mr-50--sm {
        margin-right: 3.57143rem !important;
    }
}

@media (min-width: 768px) {
    .g-ma-0--md {
        margin: 0 !important;
    }

    .g-mx-0--md {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .g-my-0--md {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .g-ml-0--md {
        margin-left: 0 !important;
    }

    .g-mr-0--md {
        margin-right: 0 !important;
    }

    .g-mt-0--md {
        margin-top: 0 !important;
    }

    .g-mb-0--md {
        margin-bottom: 0 !important;
    }

    .g-mx-1--md {
        margin-left: 0.07143rem !important;
        margin-right: 0.07143rem !important;
    }

    .g-mx-2--md {
        margin-left: 0.14286rem !important;
        margin-right: 0.14286rem !important;
    }

    .g-mx-3--md {
        margin-left: 0.21429rem !important;
        margin-right: 0.21429rem !important;
    }

    .g-mx-4--md {
        margin-left: 0.28571rem !important;
        margin-right: 0.28571rem !important;
    }

    .g-mx-5--md {
        margin-left: 0.35714rem !important;
        margin-right: 0.35714rem !important;
    }

    .g-mx-6--md {
        margin-left: 0.42857rem !important;
        margin-right: 0.42857rem !important;
    }

    .g-mx-7--md {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    .g-mx-8--md {
        margin-left: 0.57143rem !important;
        margin-right: 0.57143rem !important;
    }

    .g-mx-9--md {
        margin-left: 0.64286rem !important;
        margin-right: 0.64286rem !important;
    }

    .g-mx-10--md {
        margin-left: 0.71429rem !important;
        margin-right: 0.71429rem !important;
    }

    .g-mx-10--md {
        margin-left: 0.71429rem !important;
        margin-right: 0.71429rem !important;
    }

    .g-mx-15--md {
        margin-left: 1.07143rem !important;
        margin-right: 1.07143rem !important;
    }

    .g-mx-20--md {
        margin-left: 1.42857rem !important;
        margin-right: 1.42857rem !important;
    }

    .g-mx-25--md {
        margin-left: 1.78571rem !important;
        margin-right: 1.78571rem !important;
    }

    .g-mx-30--md {
        margin-left: 2.14286rem !important;
        margin-right: 2.14286rem !important;
    }

    .g-mx-35--md {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }

    .g-mx-40--md {
        margin-left: 2.85714rem !important;
        margin-right: 2.85714rem !important;
    }

    .g-mx-45--md {
        margin-left: 3.21429rem !important;
        margin-right: 3.21429rem !important;
    }

    .g-mx-50--md {
        margin-left: 3.57143rem !important;
        margin-right: 3.57143rem !important;
    }

    .g-mx-55--md {
        margin-left: 3.92857rem !important;
        margin-right: 3.92857rem !important;
    }

    .g-mx-60--md {
        margin-left: 4.28571rem !important;
        margin-right: 4.28571rem !important;
    }

    .g-mx-65--md {
        margin-left: 4.64286rem !important;
        margin-right: 4.64286rem !important;
    }

    .g-mx-70--md {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }

    .g-mx-75--md {
        margin-left: 5.35714rem !important;
        margin-right: 5.35714rem !important;
    }

    .g-mx-80--md {
        margin-left: 5.71429rem !important;
        margin-right: 5.71429rem !important;
    }

    .g-mx-85--md {
        margin-left: 6.07143rem !important;
        margin-right: 6.07143rem !important;
    }

    .g-mx-90--md {
        margin-left: 6.42857rem !important;
        margin-right: 6.42857rem !important;
    }

    .g-mx-95--md {
        margin-left: 6.78571rem !important;
        margin-right: 6.78571rem !important;
    }

    .g-mx-100--md {
        margin-left: 7.14286rem !important;
        margin-right: 7.14286rem !important;
    }

    .g-my-1--md {
        margin-top: 0.07143rem !important;
        margin-bottom: 0.07143rem !important;
    }

    .g-my-2--md {
        margin-top: 0.14286rem !important;
        margin-bottom: 0.14286rem !important;
    }

    .g-my-3--md {
        margin-top: 0.21429rem !important;
        margin-bottom: 0.21429rem !important;
    }

    .g-my-4--md {
        margin-top: 0.28571rem !important;
        margin-bottom: 0.28571rem !important;
    }

    .g-my-5--md {
        margin-top: 0.35714rem !important;
        margin-bottom: 0.35714rem !important;
    }

    .g-my-6--md {
        margin-top: 0.42857rem !important;
        margin-bottom: 0.42857rem !important;
    }

    .g-my-7--md {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .g-my-8--md {
        margin-top: 0.57143rem !important;
        margin-bottom: 0.57143rem !important;
    }

    .g-my-9--md {
        margin-top: 0.64286rem !important;
        margin-bottom: 0.64286rem !important;
    }

    .g-my-10--md {
        margin-top: 0.71429rem !important;
        margin-bottom: 0.71429rem !important;
    }

    .g-my-10--md {
        margin-top: 0.71429rem !important;
        margin-bottom: 0.71429rem !important;
    }

    .g-my-15--md {
        margin-top: 1.07143rem !important;
        margin-bottom: 1.07143rem !important;
    }

    .g-my-20--md {
        margin-top: 1.42857rem !important;
        margin-bottom: 1.42857rem !important;
    }

    .g-my-25--md {
        margin-top: 1.78571rem !important;
        margin-bottom: 1.78571rem !important;
    }

    .g-my-30--md {
        margin-top: 2.14286rem !important;
        margin-bottom: 2.14286rem !important;
    }

    .g-my-35--md {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .g-my-40--md {
        margin-top: 2.85714rem !important;
        margin-bottom: 2.85714rem !important;
    }

    .g-my-45--md {
        margin-top: 3.21429rem !important;
        margin-bottom: 3.21429rem !important;
    }

    .g-my-50--md {
        margin-top: 3.57143rem !important;
        margin-bottom: 3.57143rem !important;
    }

    .g-my-55--md {
        margin-top: 3.92857rem !important;
        margin-bottom: 3.92857rem !important;
    }

    .g-my-60--md {
        margin-top: 4.28571rem !important;
        margin-bottom: 4.28571rem !important;
    }

    .g-my-65--md {
        margin-top: 4.64286rem !important;
        margin-bottom: 4.64286rem !important;
    }

    .g-my-70--md {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .g-my-75--md {
        margin-top: 5.35714rem !important;
        margin-bottom: 5.35714rem !important;
    }

    .g-my-80--md {
        margin-top: 5.71429rem !important;
        margin-bottom: 5.71429rem !important;
    }

    .g-my-85--md {
        margin-top: 6.07143rem !important;
        margin-bottom: 6.07143rem !important;
    }

    .g-my-90--md {
        margin-top: 6.42857rem !important;
        margin-bottom: 6.42857rem !important;
    }

    .g-my-95--md {
        margin-top: 6.78571rem !important;
        margin-bottom: 6.78571rem !important;
    }

    .g-my-100--md {
        margin-top: 7.14286rem !important;
        margin-bottom: 7.14286rem !important;
    }

    .g-mt-1--md {
        margin-top: 0.07143rem !important;
    }

    .g-mt-minus-1--md {
        margin-top: -0.07143rem !important;
    }

    .g-mt-2--md {
        margin-top: 0.14286rem !important;
    }

    .g-mt-minus-2--md {
        margin-top: -0.14286rem !important;
    }

    .g-mt-3--md {
        margin-top: 0.21429rem !important;
    }

    .g-mt-minus-3--md {
        margin-top: -0.21429rem !important;
    }

    .g-mt-4--md {
        margin-top: 0.28571rem !important;
    }

    .g-mt-minus-4--md {
        margin-top: -0.28571rem !important;
    }

    .g-mt-5--md {
        margin-top: 0.35714rem !important;
    }

    .g-mt-minus-5--md {
        margin-top: -0.35714rem !important;
    }

    .g-mt-6--md {
        margin-top: 0.42857rem !important;
    }

    .g-mt-minus-6--md {
        margin-top: -0.42857rem !important;
    }

    .g-mt-7--md {
        margin-top: 0.5rem !important;
    }

    .g-mt-minus-7--md {
        margin-top: -0.5rem !important;
    }

    .g-mt-8--md {
        margin-top: 0.57143rem !important;
    }

    .g-mt-minus-8--md {
        margin-top: -0.57143rem !important;
    }

    .g-mt-9--md {
        margin-top: 0.64286rem !important;
    }

    .g-mt-minus-9--md {
        margin-top: -0.64286rem !important;
    }

    .g-mt-10--md {
        margin-top: 0.71429rem !important;
    }

    .g-mt-minus-10--md {
        margin-top: -0.71429rem !important;
    }

    .g-mt-11--md {
        margin-top: 0.78571rem !important;
    }

    .g-mt-minus-11--md {
        margin-top: -0.78571rem !important;
    }

    .g-mt-12--md {
        margin-top: 0.85714rem !important;
    }

    .g-mt-minus-12--md {
        margin-top: -0.85714rem !important;
    }

    .g-mt-13--md {
        margin-top: 0.92857rem !important;
    }

    .g-mt-minus-13--md {
        margin-top: -0.92857rem !important;
    }

    .g-mt-14--md {
        margin-top: 1rem !important;
    }

    .g-mt-minus-14--md {
        margin-top: -1rem !important;
    }

    .g-mt-15--md {
        margin-top: 1.07143rem !important;
    }

    .g-mt-minus-15--md {
        margin-top: -1.07143rem !important;
    }

    .g-mt-16--md {
        margin-top: 1.14286rem !important;
    }

    .g-mt-minus-16--md {
        margin-top: -1.14286rem !important;
    }

    .g-mt-17--md {
        margin-top: 1.21429rem !important;
    }

    .g-mt-minus-17--md {
        margin-top: -1.21429rem !important;
    }

    .g-mt-18--md {
        margin-top: 1.28571rem !important;
    }

    .g-mt-minus-18--md {
        margin-top: -1.28571rem !important;
    }

    .g-mt-19--md {
        margin-top: 1.35714rem !important;
    }

    .g-mt-minus-19--md {
        margin-top: -1.35714rem !important;
    }

    .g-mt-20--md {
        margin-top: 1.42857rem !important;
    }

    .g-mt-minus-20--md {
        margin-top: -1.42857rem !important;
    }

    .g-mt-10--md {
        margin-top: 0.71429rem !important;
    }

    .g-mt-minus-10--md {
        margin-top: -0.71429rem !important;
    }

    .g-mt-15--md {
        margin-top: 1.07143rem !important;
    }

    .g-mt-minus-15--md {
        margin-top: -1.07143rem !important;
    }

    .g-mt-20--md {
        margin-top: 1.42857rem !important;
    }

    .g-mt-minus-20--md {
        margin-top: -1.42857rem !important;
    }

    .g-mt-25--md {
        margin-top: 1.78571rem !important;
    }

    .g-mt-minus-25--md {
        margin-top: -1.78571rem !important;
    }

    .g-mt-30--md {
        margin-top: 2.14286rem !important;
    }

    .g-mt-minus-30--md {
        margin-top: -2.14286rem !important;
    }

    .g-mt-35--md {
        margin-top: 2.5rem !important;
    }

    .g-mt-minus-35--md {
        margin-top: -2.5rem !important;
    }

    .g-mt-40--md {
        margin-top: 2.85714rem !important;
    }

    .g-mt-minus-40--md {
        margin-top: -2.85714rem !important;
    }

    .g-mt-45--md {
        margin-top: 3.21429rem !important;
    }

    .g-mt-minus-45--md {
        margin-top: -3.21429rem !important;
    }

    .g-mt-50--md {
        margin-top: 3.57143rem !important;
    }

    .g-mt-minus-50--md {
        margin-top: -3.57143rem !important;
    }

    .g-mt-55--md {
        margin-top: 3.92857rem !important;
    }

    .g-mt-minus-55--md {
        margin-top: -3.92857rem !important;
    }

    .g-mt-60--md {
        margin-top: 4.28571rem !important;
    }

    .g-mt-minus-60--md {
        margin-top: -4.28571rem !important;
    }

    .g-mt-65--md {
        margin-top: 4.64286rem !important;
    }

    .g-mt-minus-65--md {
        margin-top: -4.64286rem !important;
    }

    .g-mt-70--md {
        margin-top: 5rem !important;
    }

    .g-mt-minus-70--md {
        margin-top: -5rem !important;
    }

    .g-mt-75--md {
        margin-top: 5.35714rem !important;
    }

    .g-mt-minus-75--md {
        margin-top: -5.35714rem !important;
    }

    .g-mt-80--md {
        margin-top: 5.71429rem !important;
    }

    .g-mt-minus-80--md {
        margin-top: -5.71429rem !important;
    }

    .g-mt-85--md {
        margin-top: 6.07143rem !important;
    }

    .g-mt-minus-85--md {
        margin-top: -6.07143rem !important;
    }

    .g-mt-90--md {
        margin-top: 6.42857rem !important;
    }

    .g-mt-minus-90--md {
        margin-top: -6.42857rem !important;
    }

    .g-mt-95--md {
        margin-top: 6.78571rem !important;
    }

    .g-mt-minus-95--md {
        margin-top: -6.78571rem !important;
    }

    .g-mt-100--md {
        margin-top: 7.14286rem !important;
    }

    .g-mt-minus-100--md {
        margin-top: -7.14286rem !important;
    }

    .g-mt-105--md {
        margin-top: 7.5rem !important;
    }

    .g-mt-minus-105--md {
        margin-top: -7.5rem !important;
    }

    .g-mt-110--md {
        margin-top: 7.85714rem !important;
    }

    .g-mt-minus-110--md {
        margin-top: -7.85714rem !important;
    }

    .g-mt-115--md {
        margin-top: 8.21429rem !important;
    }

    .g-mt-minus-115--md {
        margin-top: -8.21429rem !important;
    }

    .g-mt-120--md {
        margin-top: 8.57143rem !important;
    }

    .g-mt-minus-120--md {
        margin-top: -8.57143rem !important;
    }

    .g-mt-125--md {
        margin-top: 8.92857rem !important;
    }

    .g-mt-minus-125--md {
        margin-top: -8.92857rem !important;
    }

    .g-mt-130--md {
        margin-top: 9.28571rem !important;
    }

    .g-mt-minus-130--md {
        margin-top: -9.28571rem !important;
    }

    .g-mt-135--md {
        margin-top: 9.64286rem !important;
    }

    .g-mt-minus-135--md {
        margin-top: -9.64286rem !important;
    }

    .g-mt-140--md {
        margin-top: 10rem !important;
    }

    .g-mt-minus-140--md {
        margin-top: -10rem !important;
    }

    .g-mt-145--md {
        margin-top: 10.35714rem !important;
    }

    .g-mt-minus-145--md {
        margin-top: -10.35714rem !important;
    }

    .g-mt-150--md {
        margin-top: 10.71429rem !important;
    }

    .g-mt-minus-150--md {
        margin-top: -10.71429rem !important;
    }

    .g-mt-155--md {
        margin-top: 11.07143rem !important;
    }

    .g-mt-minus-155--md {
        margin-top: -11.07143rem !important;
    }

    .g-mt-160--md {
        margin-top: 11.42857rem !important;
    }

    .g-mt-minus-160--md {
        margin-top: -11.42857rem !important;
    }

    .g-mt-165--md {
        margin-top: 11.78571rem !important;
    }

    .g-mt-minus-165--md {
        margin-top: -11.78571rem !important;
    }

    .g-mt-170--md {
        margin-top: 12.14286rem !important;
    }

    .g-mt-minus-170--md {
        margin-top: -12.14286rem !important;
    }

    .g-mb-1--md {
        margin-bottom: 0.07143rem !important;
    }

    .g-mb-minus-1--md {
        margin-bottom: -0.07143rem !important;
    }

    .g-mb-2--md {
        margin-bottom: 0.14286rem !important;
    }

    .g-mb-minus-2--md {
        margin-bottom: -0.14286rem !important;
    }

    .g-mb-3--md {
        margin-bottom: 0.21429rem !important;
    }

    .g-mb-minus-3--md {
        margin-bottom: -0.21429rem !important;
    }

    .g-mb-4--md {
        margin-bottom: 0.28571rem !important;
    }

    .g-mb-minus-4--md {
        margin-bottom: -0.28571rem !important;
    }

    .g-mb-5--md {
        margin-bottom: 0.35714rem !important;
    }

    .g-mb-minus-5--md {
        margin-bottom: -0.35714rem !important;
    }

    .g-mb-6--md {
        margin-bottom: 0.42857rem !important;
    }

    .g-mb-minus-6--md {
        margin-bottom: -0.42857rem !important;
    }

    .g-mb-7--md {
        margin-bottom: 0.5rem !important;
    }

    .g-mb-minus-7--md {
        margin-bottom: -0.5rem !important;
    }

    .g-mb-8--md {
        margin-bottom: 0.57143rem !important;
    }

    .g-mb-minus-8--md {
        margin-bottom: -0.57143rem !important;
    }

    .g-mb-9--md {
        margin-bottom: 0.64286rem !important;
    }

    .g-mb-minus-9--md {
        margin-bottom: -0.64286rem !important;
    }

    .g-mb-10--md {
        margin-bottom: 0.71429rem !important;
    }

    .g-mb-minus-10--md {
        margin-bottom: -0.71429rem !important;
    }

    .g-mb-11--md {
        margin-bottom: 0.78571rem !important;
    }

    .g-mb-minus-11--md {
        margin-bottom: -0.78571rem !important;
    }

    .g-mb-12--md {
        margin-bottom: 0.85714rem !important;
    }

    .g-mb-minus-12--md {
        margin-bottom: -0.85714rem !important;
    }

    .g-mb-13--md {
        margin-bottom: 0.92857rem !important;
    }

    .g-mb-minus-13--md {
        margin-bottom: -0.92857rem !important;
    }

    .g-mb-14--md {
        margin-bottom: 1rem !important;
    }

    .g-mb-minus-14--md {
        margin-bottom: -1rem !important;
    }

    .g-mb-15--md {
        margin-bottom: 1.07143rem !important;
    }

    .g-mb-minus-15--md {
        margin-bottom: -1.07143rem !important;
    }

    .g-mb-16--md {
        margin-bottom: 1.14286rem !important;
    }

    .g-mb-minus-16--md {
        margin-bottom: -1.14286rem !important;
    }

    .g-mb-17--md {
        margin-bottom: 1.21429rem !important;
    }

    .g-mb-minus-17--md {
        margin-bottom: -1.21429rem !important;
    }

    .g-mb-18--md {
        margin-bottom: 1.28571rem !important;
    }

    .g-mb-minus-18--md {
        margin-bottom: -1.28571rem !important;
    }

    .g-mb-19--md {
        margin-bottom: 1.35714rem !important;
    }

    .g-mb-minus-19--md {
        margin-bottom: -1.35714rem !important;
    }

    .g-mb-20--md {
        margin-bottom: 1.42857rem !important;
    }

    .g-mb-minus-20--md {
        margin-bottom: -1.42857rem !important;
    }

    .g-mb-10--md {
        margin-bottom: 0.71429rem !important;
    }

    .g-mb-15--md {
        margin-bottom: 1.07143rem !important;
    }

    .g-mb-20--md {
        margin-bottom: 1.42857rem !important;
    }

    .g-mb-25--md {
        margin-bottom: 1.78571rem !important;
    }

    .g-mb-30--md {
        margin-bottom: 2.14286rem !important;
    }

    .g-mb-35--md {
        margin-bottom: 2.5rem !important;
    }

    .g-mb-40--md {
        margin-bottom: 2.85714rem !important;
    }

    .g-mb-45--md {
        margin-bottom: 3.21429rem !important;
    }

    .g-mb-50--md {
        margin-bottom: 3.57143rem !important;
    }

    .g-mb-55--md {
        margin-bottom: 3.92857rem !important;
    }

    .g-mb-60--md {
        margin-bottom: 4.28571rem !important;
    }

    .g-mb-65--md {
        margin-bottom: 4.64286rem !important;
    }

    .g-mb-70--md {
        margin-bottom: 5rem !important;
    }

    .g-mb-75--md {
        margin-bottom: 5.35714rem !important;
    }

    .g-mb-80--md {
        margin-bottom: 5.71429rem !important;
    }

    .g-mb-85--md {
        margin-bottom: 6.07143rem !important;
    }

    .g-mb-90--md {
        margin-bottom: 6.42857rem !important;
    }

    .g-mb-95--md {
        margin-bottom: 6.78571rem !important;
    }

    .g-mb-100--md {
        margin-bottom: 7.14286rem !important;
    }

    .g-mb-105--md {
        margin-bottom: 7.5rem !important;
    }

    .g-mb-110--md {
        margin-bottom: 7.85714rem !important;
    }

    .g-mb-115--md {
        margin-bottom: 8.21429rem !important;
    }

    .g-mb-120--md {
        margin-bottom: 8.57143rem !important;
    }

    .g-mb-125--md {
        margin-bottom: 8.92857rem !important;
    }

    .g-mb-130--md {
        margin-bottom: 9.28571rem !important;
    }

    .g-mb-135--md {
        margin-bottom: 9.64286rem !important;
    }

    .g-mb-140--md {
        margin-bottom: 10rem !important;
    }

    .g-mb-145--md {
        margin-bottom: 10.35714rem !important;
    }

    .g-mb-150--md {
        margin-bottom: 10.71429rem !important;
    }

    .g-mb-155--md {
        margin-bottom: 11.07143rem !important;
    }

    .g-mb-160--md {
        margin-bottom: 11.42857rem !important;
    }

    .g-mb-165--md {
        margin-bottom: 11.78571rem !important;
    }

    .g-mb-170--md {
        margin-bottom: 12.14286rem !important;
    }

    .g-ml-1--md {
        margin-left: 0.07143rem !important;
    }

    .g-ml-minus-1--md {
        margin-left: -0.07143rem !important;
    }

    .g-ml-2--md {
        margin-left: 0.14286rem !important;
    }

    .g-ml-minus-2--md {
        margin-left: -0.14286rem !important;
    }

    .g-ml-3--md {
        margin-left: 0.21429rem !important;
    }

    .g-ml-minus-3--md {
        margin-left: -0.21429rem !important;
    }

    .g-ml-4--md {
        margin-left: 0.28571rem !important;
    }

    .g-ml-minus-4--md {
        margin-left: -0.28571rem !important;
    }

    .g-ml-5--md {
        margin-left: 0.35714rem !important;
    }

    .g-ml-minus-5--md {
        margin-left: -0.35714rem !important;
    }

    .g-ml-6--md {
        margin-left: 0.42857rem !important;
    }

    .g-ml-minus-6--md {
        margin-left: -0.42857rem !important;
    }

    .g-ml-7--md {
        margin-left: 0.5rem !important;
    }

    .g-ml-minus-7--md {
        margin-left: -0.5rem !important;
    }

    .g-ml-8--md {
        margin-left: 0.57143rem !important;
    }

    .g-ml-minus-8--md {
        margin-left: -0.57143rem !important;
    }

    .g-ml-9--md {
        margin-left: 0.64286rem !important;
    }

    .g-ml-minus-9--md {
        margin-left: -0.64286rem !important;
    }

    .g-ml-10--md {
        margin-left: 0.71429rem !important;
    }

    .g-ml-minus-10--md {
        margin-left: -0.71429rem !important;
    }

    .g-ml-5--md {
        margin-left: 0.35714rem !important;
    }

    .g-ml-minus-5--md {
        margin-left: -0.35714rem !important;
    }

    .g-ml-10--md {
        margin-left: 0.71429rem !important;
    }

    .g-ml-minus-10--md {
        margin-left: -0.71429rem !important;
    }

    .g-ml-15--md {
        margin-left: 1.07143rem !important;
    }

    .g-ml-minus-15--md {
        margin-left: -1.07143rem !important;
    }

    .g-ml-20--md {
        margin-left: 1.42857rem !important;
    }

    .g-ml-minus-20--md {
        margin-left: -1.42857rem !important;
    }

    .g-ml-25--md {
        margin-left: 1.78571rem !important;
    }

    .g-ml-minus-25--md {
        margin-left: -1.78571rem !important;
    }

    .g-ml-30--md {
        margin-left: 2.14286rem !important;
    }

    .g-ml-minus-30--md {
        margin-left: -2.14286rem !important;
    }

    .g-ml-35--md {
        margin-left: 2.5rem !important;
    }

    .g-ml-minus-35--md {
        margin-left: -2.5rem !important;
    }

    .g-ml-40--md {
        margin-left: 2.85714rem !important;
    }

    .g-ml-minus-40--md {
        margin-left: -2.85714rem !important;
    }

    .g-ml-45--md {
        margin-left: 3.21429rem !important;
    }

    .g-ml-minus-45--md {
        margin-left: -3.21429rem !important;
    }

    .g-ml-50--md {
        margin-left: 3.57143rem !important;
    }

    .g-ml-minus-50--md {
        margin-left: -3.57143rem !important;
    }

    .g-mr-1--md {
        margin-right: 0.07143rem !important;
    }

    .g-mr-minus-1--md {
        margin-right: -0.07143rem !important;
    }

    .g-mr-2--md {
        margin-right: 0.14286rem !important;
    }

    .g-mr-minus-2--md {
        margin-right: -0.14286rem !important;
    }

    .g-mr-3--md {
        margin-right: 0.21429rem !important;
    }

    .g-mr-minus-3--md {
        margin-right: -0.21429rem !important;
    }

    .g-mr-4--md {
        margin-right: 0.28571rem !important;
    }

    .g-mr-minus-4--md {
        margin-right: -0.28571rem !important;
    }

    .g-mr-5--md {
        margin-right: 0.35714rem !important;
    }

    .g-mr-minus-5--md {
        margin-right: -0.35714rem !important;
    }

    .g-mr-6--md {
        margin-right: 0.42857rem !important;
    }

    .g-mr-minus-6--md {
        margin-right: -0.42857rem !important;
    }

    .g-mr-7--md {
        margin-right: 0.5rem !important;
    }

    .g-mr-minus-7--md {
        margin-right: -0.5rem !important;
    }

    .g-mr-8--md {
        margin-right: 0.57143rem !important;
    }

    .g-mr-minus-8--md {
        margin-right: -0.57143rem !important;
    }

    .g-mr-9--md {
        margin-right: 0.64286rem !important;
    }

    .g-mr-minus-9--md {
        margin-right: -0.64286rem !important;
    }

    .g-mr-10--md {
        margin-right: 0.71429rem !important;
    }

    .g-mr-minus-10--md {
        margin-right: -0.71429rem !important;
    }

    .g-mr-5--md {
        margin-right: 0.35714rem !important;
    }

    .g-mr-10--md {
        margin-right: 0.71429rem !important;
    }

    .g-mr-15--md {
        margin-right: 1.07143rem !important;
    }

    .g-mr-20--md {
        margin-right: 1.42857rem !important;
    }

    .g-mr-25--md {
        margin-right: 1.78571rem !important;
    }

    .g-mr-30--md {
        margin-right: 2.14286rem !important;
    }

    .g-mr-35--md {
        margin-right: 2.5rem !important;
    }

    .g-mr-40--md {
        margin-right: 2.85714rem !important;
    }

    .g-mr-45--md {
        margin-right: 3.21429rem !important;
    }

    .g-mr-50--md {
        margin-right: 3.57143rem !important;
    }
}

@media (min-width: 992px) {
    .g-ma-0--lg {
        margin: 0 !important;
    }

    .g-mx-0--lg {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .g-my-0--lg {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .g-ml-0--lg {
        margin-left: 0 !important;
    }

    .g-mr-0--lg {
        margin-right: 0 !important;
    }

    .g-mt-0--lg {
        margin-top: 0 !important;
    }

    .g-mb-0--lg {
        margin-bottom: 0 !important;
    }

    .g-mx-1--lg {
        margin-left: 0.07143rem !important;
        margin-right: 0.07143rem !important;
    }

    .g-mx-2--lg {
        margin-left: 0.14286rem !important;
        margin-right: 0.14286rem !important;
    }

    .g-mx-3--lg {
        margin-left: 0.21429rem !important;
        margin-right: 0.21429rem !important;
    }

    .g-mx-4--lg {
        margin-left: 0.28571rem !important;
        margin-right: 0.28571rem !important;
    }

    .g-mx-5--lg {
        margin-left: 0.35714rem !important;
        margin-right: 0.35714rem !important;
    }

    .g-mx-6--lg {
        margin-left: 0.42857rem !important;
        margin-right: 0.42857rem !important;
    }

    .g-mx-7--lg {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    .g-mx-8--lg {
        margin-left: 0.57143rem !important;
        margin-right: 0.57143rem !important;
    }

    .g-mx-9--lg {
        margin-left: 0.64286rem !important;
        margin-right: 0.64286rem !important;
    }

    .g-mx-10--lg {
        margin-left: 0.71429rem !important;
        margin-right: 0.71429rem !important;
    }

    .g-mx-10--lg {
        margin-left: 0.71429rem !important;
        margin-right: 0.71429rem !important;
    }

    .g-mx-15--lg {
        margin-left: 1.07143rem !important;
        margin-right: 1.07143rem !important;
    }

    .g-mx-20--lg {
        margin-left: 1.42857rem !important;
        margin-right: 1.42857rem !important;
    }

    .g-mx-25--lg {
        margin-left: 1.78571rem !important;
        margin-right: 1.78571rem !important;
    }

    .g-mx-30--lg {
        margin-left: 2.14286rem !important;
        margin-right: 2.14286rem !important;
    }

    .g-mx-35--lg {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }

    .g-mx-40--lg {
        margin-left: 2.85714rem !important;
        margin-right: 2.85714rem !important;
    }

    .g-mx-45--lg {
        margin-left: 3.21429rem !important;
        margin-right: 3.21429rem !important;
    }

    .g-mx-50--lg {
        margin-left: 3.57143rem !important;
        margin-right: 3.57143rem !important;
    }

    .g-mx-55--lg {
        margin-left: 3.92857rem !important;
        margin-right: 3.92857rem !important;
    }

    .g-mx-60--lg {
        margin-left: 4.28571rem !important;
        margin-right: 4.28571rem !important;
    }

    .g-mx-65--lg {
        margin-left: 4.64286rem !important;
        margin-right: 4.64286rem !important;
    }

    .g-mx-70--lg {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }

    .g-mx-75--lg {
        margin-left: 5.35714rem !important;
        margin-right: 5.35714rem !important;
    }

    .g-mx-80--lg {
        margin-left: 5.71429rem !important;
        margin-right: 5.71429rem !important;
    }

    .g-mx-85--lg {
        margin-left: 6.07143rem !important;
        margin-right: 6.07143rem !important;
    }

    .g-mx-90--lg {
        margin-left: 6.42857rem !important;
        margin-right: 6.42857rem !important;
    }

    .g-mx-95--lg {
        margin-left: 6.78571rem !important;
        margin-right: 6.78571rem !important;
    }

    .g-mx-100--lg {
        margin-left: 7.14286rem !important;
        margin-right: 7.14286rem !important;
    }

    .g-my-1--lg {
        margin-top: 0.07143rem !important;
        margin-bottom: 0.07143rem !important;
    }

    .g-my-2--lg {
        margin-top: 0.14286rem !important;
        margin-bottom: 0.14286rem !important;
    }

    .g-my-3--lg {
        margin-top: 0.21429rem !important;
        margin-bottom: 0.21429rem !important;
    }

    .g-my-4--lg {
        margin-top: 0.28571rem !important;
        margin-bottom: 0.28571rem !important;
    }

    .g-my-5--lg {
        margin-top: 0.35714rem !important;
        margin-bottom: 0.35714rem !important;
    }

    .g-my-6--lg {
        margin-top: 0.42857rem !important;
        margin-bottom: 0.42857rem !important;
    }

    .g-my-7--lg {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .g-my-8--lg {
        margin-top: 0.57143rem !important;
        margin-bottom: 0.57143rem !important;
    }

    .g-my-9--lg {
        margin-top: 0.64286rem !important;
        margin-bottom: 0.64286rem !important;
    }

    .g-my-10--lg {
        margin-top: 0.71429rem !important;
        margin-bottom: 0.71429rem !important;
    }

    .g-my-10--lg {
        margin-top: 0.71429rem !important;
        margin-bottom: 0.71429rem !important;
    }

    .g-my-15--lg {
        margin-top: 1.07143rem !important;
        margin-bottom: 1.07143rem !important;
    }

    .g-my-20--lg {
        margin-top: 1.42857rem !important;
        margin-bottom: 1.42857rem !important;
    }

    .g-my-25--lg {
        margin-top: 1.78571rem !important;
        margin-bottom: 1.78571rem !important;
    }

    .g-my-30--lg {
        margin-top: 2.14286rem !important;
        margin-bottom: 2.14286rem !important;
    }

    .g-my-35--lg {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .g-my-40--lg {
        margin-top: 2.85714rem !important;
        margin-bottom: 2.85714rem !important;
    }

    .g-my-45--lg {
        margin-top: 3.21429rem !important;
        margin-bottom: 3.21429rem !important;
    }

    .g-my-50--lg {
        margin-top: 3.57143rem !important;
        margin-bottom: 3.57143rem !important;
    }

    .g-my-55--lg {
        margin-top: 3.92857rem !important;
        margin-bottom: 3.92857rem !important;
    }

    .g-my-60--lg {
        margin-top: 4.28571rem !important;
        margin-bottom: 4.28571rem !important;
    }

    .g-my-65--lg {
        margin-top: 4.64286rem !important;
        margin-bottom: 4.64286rem !important;
    }

    .g-my-70--lg {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .g-my-75--lg {
        margin-top: 5.35714rem !important;
        margin-bottom: 5.35714rem !important;
    }

    .g-my-80--lg {
        margin-top: 5.71429rem !important;
        margin-bottom: 5.71429rem !important;
    }

    .g-my-85--lg {
        margin-top: 6.07143rem !important;
        margin-bottom: 6.07143rem !important;
    }

    .g-my-90--lg {
        margin-top: 6.42857rem !important;
        margin-bottom: 6.42857rem !important;
    }

    .g-my-95--lg {
        margin-top: 6.78571rem !important;
        margin-bottom: 6.78571rem !important;
    }

    .g-my-100--lg {
        margin-top: 7.14286rem !important;
        margin-bottom: 7.14286rem !important;
    }

    .g-mt-1--lg {
        margin-top: 0.07143rem !important;
    }

    .g-mt-minus-1--lg {
        margin-top: -0.07143rem !important;
    }

    .g-mt-2--lg {
        margin-top: 0.14286rem !important;
    }

    .g-mt-minus-2--lg {
        margin-top: -0.14286rem !important;
    }

    .g-mt-3--lg {
        margin-top: 0.21429rem !important;
    }

    .g-mt-minus-3--lg {
        margin-top: -0.21429rem !important;
    }

    .g-mt-4--lg {
        margin-top: 0.28571rem !important;
    }

    .g-mt-minus-4--lg {
        margin-top: -0.28571rem !important;
    }

    .g-mt-5--lg {
        margin-top: 0.35714rem !important;
    }

    .g-mt-minus-5--lg {
        margin-top: -0.35714rem !important;
    }

    .g-mt-6--lg {
        margin-top: 0.42857rem !important;
    }

    .g-mt-minus-6--lg {
        margin-top: -0.42857rem !important;
    }

    .g-mt-7--lg {
        margin-top: 0.5rem !important;
    }

    .g-mt-minus-7--lg {
        margin-top: -0.5rem !important;
    }

    .g-mt-8--lg {
        margin-top: 0.57143rem !important;
    }

    .g-mt-minus-8--lg {
        margin-top: -0.57143rem !important;
    }

    .g-mt-9--lg {
        margin-top: 0.64286rem !important;
    }

    .g-mt-minus-9--lg {
        margin-top: -0.64286rem !important;
    }

    .g-mt-10--lg {
        margin-top: 0.71429rem !important;
    }

    .g-mt-minus-10--lg {
        margin-top: -0.71429rem !important;
    }

    .g-mt-11--lg {
        margin-top: 0.78571rem !important;
    }

    .g-mt-minus-11--lg {
        margin-top: -0.78571rem !important;
    }

    .g-mt-12--lg {
        margin-top: 0.85714rem !important;
    }

    .g-mt-minus-12--lg {
        margin-top: -0.85714rem !important;
    }

    .g-mt-13--lg {
        margin-top: 0.92857rem !important;
    }

    .g-mt-minus-13--lg {
        margin-top: -0.92857rem !important;
    }

    .g-mt-14--lg {
        margin-top: 1rem !important;
    }

    .g-mt-minus-14--lg {
        margin-top: -1rem !important;
    }

    .g-mt-15--lg {
        margin-top: 1.07143rem !important;
    }

    .g-mt-minus-15--lg {
        margin-top: -1.07143rem !important;
    }

    .g-mt-16--lg {
        margin-top: 1.14286rem !important;
    }

    .g-mt-minus-16--lg {
        margin-top: -1.14286rem !important;
    }

    .g-mt-17--lg {
        margin-top: 1.21429rem !important;
    }

    .g-mt-minus-17--lg {
        margin-top: -1.21429rem !important;
    }

    .g-mt-18--lg {
        margin-top: 1.28571rem !important;
    }

    .g-mt-minus-18--lg {
        margin-top: -1.28571rem !important;
    }

    .g-mt-19--lg {
        margin-top: 1.35714rem !important;
    }

    .g-mt-minus-19--lg {
        margin-top: -1.35714rem !important;
    }

    .g-mt-20--lg {
        margin-top: 1.42857rem !important;
    }

    .g-mt-minus-20--lg {
        margin-top: -1.42857rem !important;
    }

    .g-mt-10--lg {
        margin-top: 0.71429rem !important;
    }

    .g-mt-minus-10--lg {
        margin-top: -0.71429rem !important;
    }

    .g-mt-15--lg {
        margin-top: 1.07143rem !important;
    }

    .g-mt-minus-15--lg {
        margin-top: -1.07143rem !important;
    }

    .g-mt-20--lg {
        margin-top: 1.42857rem !important;
    }

    .g-mt-minus-20--lg {
        margin-top: -1.42857rem !important;
    }

    .g-mt-25--lg {
        margin-top: 1.78571rem !important;
    }

    .g-mt-minus-25--lg {
        margin-top: -1.78571rem !important;
    }

    .g-mt-30--lg {
        margin-top: 2.14286rem !important;
    }

    .g-mt-minus-30--lg {
        margin-top: -2.14286rem !important;
    }

    .g-mt-35--lg {
        margin-top: 2.5rem !important;
    }

    .g-mt-minus-35--lg {
        margin-top: -2.5rem !important;
    }

    .g-mt-40--lg {
        margin-top: 2.85714rem !important;
    }

    .g-mt-minus-40--lg {
        margin-top: -2.85714rem !important;
    }

    .g-mt-45--lg {
        margin-top: 3.21429rem !important;
    }

    .g-mt-minus-45--lg {
        margin-top: -3.21429rem !important;
    }

    .g-mt-50--lg {
        margin-top: 3.57143rem !important;
    }

    .g-mt-minus-50--lg {
        margin-top: -3.57143rem !important;
    }

    .g-mt-55--lg {
        margin-top: 3.92857rem !important;
    }

    .g-mt-minus-55--lg {
        margin-top: -3.92857rem !important;
    }

    .g-mt-60--lg {
        margin-top: 4.28571rem !important;
    }

    .g-mt-minus-60--lg {
        margin-top: -4.28571rem !important;
    }

    .g-mt-65--lg {
        margin-top: 4.64286rem !important;
    }

    .g-mt-minus-65--lg {
        margin-top: -4.64286rem !important;
    }

    .g-mt-70--lg {
        margin-top: 5rem !important;
    }

    .g-mt-minus-70--lg {
        margin-top: -5rem !important;
    }

    .g-mt-75--lg {
        margin-top: 5.35714rem !important;
    }

    .g-mt-minus-75--lg {
        margin-top: -5.35714rem !important;
    }

    .g-mt-80--lg {
        margin-top: 5.71429rem !important;
    }

    .g-mt-minus-80--lg {
        margin-top: -5.71429rem !important;
    }

    .g-mt-85--lg {
        margin-top: 6.07143rem !important;
    }

    .g-mt-minus-85--lg {
        margin-top: -6.07143rem !important;
    }

    .g-mt-90--lg {
        margin-top: 6.42857rem !important;
    }

    .g-mt-minus-90--lg {
        margin-top: -6.42857rem !important;
    }

    .g-mt-95--lg {
        margin-top: 6.78571rem !important;
    }

    .g-mt-minus-95--lg {
        margin-top: -6.78571rem !important;
    }

    .g-mt-100--lg {
        margin-top: 7.14286rem !important;
    }

    .g-mt-minus-100--lg {
        margin-top: -7.14286rem !important;
    }

    .g-mt-105--lg {
        margin-top: 7.5rem !important;
    }

    .g-mt-minus-105--lg {
        margin-top: -7.5rem !important;
    }

    .g-mt-110--lg {
        margin-top: 7.85714rem !important;
    }

    .g-mt-minus-110--lg {
        margin-top: -7.85714rem !important;
    }

    .g-mt-115--lg {
        margin-top: 8.21429rem !important;
    }

    .g-mt-minus-115--lg {
        margin-top: -8.21429rem !important;
    }

    .g-mt-120--lg {
        margin-top: 8.57143rem !important;
    }

    .g-mt-minus-120--lg {
        margin-top: -8.57143rem !important;
    }

    .g-mt-125--lg {
        margin-top: 8.92857rem !important;
    }

    .g-mt-minus-125--lg {
        margin-top: -8.92857rem !important;
    }

    .g-mt-130--lg {
        margin-top: 9.28571rem !important;
    }

    .g-mt-minus-130--lg {
        margin-top: -9.28571rem !important;
    }

    .g-mt-135--lg {
        margin-top: 9.64286rem !important;
    }

    .g-mt-minus-135--lg {
        margin-top: -9.64286rem !important;
    }

    .g-mt-140--lg {
        margin-top: 10rem !important;
    }

    .g-mt-minus-140--lg {
        margin-top: -10rem !important;
    }

    .g-mt-145--lg {
        margin-top: 10.35714rem !important;
    }

    .g-mt-minus-145--lg {
        margin-top: -10.35714rem !important;
    }

    .g-mt-150--lg {
        margin-top: 10.71429rem !important;
    }

    .g-mt-minus-150--lg {
        margin-top: -10.71429rem !important;
    }

    .g-mt-155--lg {
        margin-top: 11.07143rem !important;
    }

    .g-mt-minus-155--lg {
        margin-top: -11.07143rem !important;
    }

    .g-mt-160--lg {
        margin-top: 11.42857rem !important;
    }

    .g-mt-minus-160--lg {
        margin-top: -11.42857rem !important;
    }

    .g-mt-165--lg {
        margin-top: 11.78571rem !important;
    }

    .g-mt-minus-165--lg {
        margin-top: -11.78571rem !important;
    }

    .g-mt-170--lg {
        margin-top: 12.14286rem !important;
    }

    .g-mt-minus-170--lg {
        margin-top: -12.14286rem !important;
    }

    .g-mb-1--lg {
        margin-bottom: 0.07143rem !important;
    }

    .g-mb-minus-1--lg {
        margin-bottom: -0.07143rem !important;
    }

    .g-mb-2--lg {
        margin-bottom: 0.14286rem !important;
    }

    .g-mb-minus-2--lg {
        margin-bottom: -0.14286rem !important;
    }

    .g-mb-3--lg {
        margin-bottom: 0.21429rem !important;
    }

    .g-mb-minus-3--lg {
        margin-bottom: -0.21429rem !important;
    }

    .g-mb-4--lg {
        margin-bottom: 0.28571rem !important;
    }

    .g-mb-minus-4--lg {
        margin-bottom: -0.28571rem !important;
    }

    .g-mb-5--lg {
        margin-bottom: 0.35714rem !important;
    }

    .g-mb-minus-5--lg {
        margin-bottom: -0.35714rem !important;
    }

    .g-mb-6--lg {
        margin-bottom: 0.42857rem !important;
    }

    .g-mb-minus-6--lg {
        margin-bottom: -0.42857rem !important;
    }

    .g-mb-7--lg {
        margin-bottom: 0.5rem !important;
    }

    .g-mb-minus-7--lg {
        margin-bottom: -0.5rem !important;
    }

    .g-mb-8--lg {
        margin-bottom: 0.57143rem !important;
    }

    .g-mb-minus-8--lg {
        margin-bottom: -0.57143rem !important;
    }

    .g-mb-9--lg {
        margin-bottom: 0.64286rem !important;
    }

    .g-mb-minus-9--lg {
        margin-bottom: -0.64286rem !important;
    }

    .g-mb-10--lg {
        margin-bottom: 0.71429rem !important;
    }

    .g-mb-minus-10--lg {
        margin-bottom: -0.71429rem !important;
    }

    .g-mb-11--lg {
        margin-bottom: 0.78571rem !important;
    }

    .g-mb-minus-11--lg {
        margin-bottom: -0.78571rem !important;
    }

    .g-mb-12--lg {
        margin-bottom: 0.85714rem !important;
    }

    .g-mb-minus-12--lg {
        margin-bottom: -0.85714rem !important;
    }

    .g-mb-13--lg {
        margin-bottom: 0.92857rem !important;
    }

    .g-mb-minus-13--lg {
        margin-bottom: -0.92857rem !important;
    }

    .g-mb-14--lg {
        margin-bottom: 1rem !important;
    }

    .g-mb-minus-14--lg {
        margin-bottom: -1rem !important;
    }

    .g-mb-15--lg {
        margin-bottom: 1.07143rem !important;
    }

    .g-mb-minus-15--lg {
        margin-bottom: -1.07143rem !important;
    }

    .g-mb-16--lg {
        margin-bottom: 1.14286rem !important;
    }

    .g-mb-minus-16--lg {
        margin-bottom: -1.14286rem !important;
    }

    .g-mb-17--lg {
        margin-bottom: 1.21429rem !important;
    }

    .g-mb-minus-17--lg {
        margin-bottom: -1.21429rem !important;
    }

    .g-mb-18--lg {
        margin-bottom: 1.28571rem !important;
    }

    .g-mb-minus-18--lg {
        margin-bottom: -1.28571rem !important;
    }

    .g-mb-19--lg {
        margin-bottom: 1.35714rem !important;
    }

    .g-mb-minus-19--lg {
        margin-bottom: -1.35714rem !important;
    }

    .g-mb-20--lg {
        margin-bottom: 1.42857rem !important;
    }

    .g-mb-minus-20--lg {
        margin-bottom: -1.42857rem !important;
    }

    .g-mb-10--lg {
        margin-bottom: 0.71429rem !important;
    }

    .g-mb-15--lg {
        margin-bottom: 1.07143rem !important;
    }

    .g-mb-20--lg {
        margin-bottom: 1.42857rem !important;
    }

    .g-mb-25--lg {
        margin-bottom: 1.78571rem !important;
    }

    .g-mb-30--lg {
        margin-bottom: 2.14286rem !important;
    }

    .g-mb-35--lg {
        margin-bottom: 2.5rem !important;
    }

    .g-mb-40--lg {
        margin-bottom: 2.85714rem !important;
    }

    .g-mb-45--lg {
        margin-bottom: 3.21429rem !important;
    }

    .g-mb-50--lg {
        margin-bottom: 3.57143rem !important;
    }

    .g-mb-55--lg {
        margin-bottom: 3.92857rem !important;
    }

    .g-mb-60--lg {
        margin-bottom: 4.28571rem !important;
    }

    .g-mb-65--lg {
        margin-bottom: 4.64286rem !important;
    }

    .g-mb-70--lg {
        margin-bottom: 5rem !important;
    }

    .g-mb-75--lg {
        margin-bottom: 5.35714rem !important;
    }

    .g-mb-80--lg {
        margin-bottom: 5.71429rem !important;
    }

    .g-mb-85--lg {
        margin-bottom: 6.07143rem !important;
    }

    .g-mb-90--lg {
        margin-bottom: 6.42857rem !important;
    }

    .g-mb-95--lg {
        margin-bottom: 6.78571rem !important;
    }

    .g-mb-100--lg {
        margin-bottom: 7.14286rem !important;
    }

    .g-mb-105--lg {
        margin-bottom: 7.5rem !important;
    }

    .g-mb-110--lg {
        margin-bottom: 7.85714rem !important;
    }

    .g-mb-115--lg {
        margin-bottom: 8.21429rem !important;
    }

    .g-mb-120--lg {
        margin-bottom: 8.57143rem !important;
    }

    .g-mb-125--lg {
        margin-bottom: 8.92857rem !important;
    }

    .g-mb-130--lg {
        margin-bottom: 9.28571rem !important;
    }

    .g-mb-135--lg {
        margin-bottom: 9.64286rem !important;
    }

    .g-mb-140--lg {
        margin-bottom: 10rem !important;
    }

    .g-mb-145--lg {
        margin-bottom: 10.35714rem !important;
    }

    .g-mb-150--lg {
        margin-bottom: 10.71429rem !important;
    }

    .g-mb-155--lg {
        margin-bottom: 11.07143rem !important;
    }

    .g-mb-160--lg {
        margin-bottom: 11.42857rem !important;
    }

    .g-mb-165--lg {
        margin-bottom: 11.78571rem !important;
    }

    .g-mb-170--lg {
        margin-bottom: 12.14286rem !important;
    }

    .g-ml-1--lg {
        margin-left: 0.07143rem !important;
    }

    .g-ml-minus-1--lg {
        margin-left: -0.07143rem !important;
    }

    .g-ml-2--lg {
        margin-left: 0.14286rem !important;
    }

    .g-ml-minus-2--lg {
        margin-left: -0.14286rem !important;
    }

    .g-ml-3--lg {
        margin-left: 0.21429rem !important;
    }

    .g-ml-minus-3--lg {
        margin-left: -0.21429rem !important;
    }

    .g-ml-4--lg {
        margin-left: 0.28571rem !important;
    }

    .g-ml-minus-4--lg {
        margin-left: -0.28571rem !important;
    }

    .g-ml-5--lg {
        margin-left: 0.35714rem !important;
    }

    .g-ml-minus-5--lg {
        margin-left: -0.35714rem !important;
    }

    .g-ml-6--lg {
        margin-left: 0.42857rem !important;
    }

    .g-ml-minus-6--lg {
        margin-left: -0.42857rem !important;
    }

    .g-ml-7--lg {
        margin-left: 0.5rem !important;
    }

    .g-ml-minus-7--lg {
        margin-left: -0.5rem !important;
    }

    .g-ml-8--lg {
        margin-left: 0.57143rem !important;
    }

    .g-ml-minus-8--lg {
        margin-left: -0.57143rem !important;
    }

    .g-ml-9--lg {
        margin-left: 0.64286rem !important;
    }

    .g-ml-minus-9--lg {
        margin-left: -0.64286rem !important;
    }

    .g-ml-10--lg {
        margin-left: 0.71429rem !important;
    }

    .g-ml-minus-10--lg {
        margin-left: -0.71429rem !important;
    }

    .g-ml-5--lg {
        margin-left: 0.35714rem !important;
    }

    .g-ml-minus-5--lg {
        margin-left: -0.35714rem !important;
    }

    .g-ml-10--lg {
        margin-left: 0.71429rem !important;
    }

    .g-ml-minus-10--lg {
        margin-left: -0.71429rem !important;
    }

    .g-ml-15--lg {
        margin-left: 1.07143rem !important;
    }

    .g-ml-minus-15--lg {
        margin-left: -1.07143rem !important;
    }

    .g-ml-20--lg {
        margin-left: 1.42857rem !important;
    }

    .g-ml-minus-20--lg {
        margin-left: -1.42857rem !important;
    }

    .g-ml-25--lg {
        margin-left: 1.78571rem !important;
    }

    .g-ml-minus-25--lg {
        margin-left: -1.78571rem !important;
    }

    .g-ml-30--lg {
        margin-left: 2.14286rem !important;
    }

    .g-ml-minus-30--lg {
        margin-left: -2.14286rem !important;
    }

    .g-ml-35--lg {
        margin-left: 2.5rem !important;
    }

    .g-ml-minus-35--lg {
        margin-left: -2.5rem !important;
    }

    .g-ml-40--lg {
        margin-left: 2.85714rem !important;
    }

    .g-ml-minus-40--lg {
        margin-left: -2.85714rem !important;
    }

    .g-ml-45--lg {
        margin-left: 3.21429rem !important;
    }

    .g-ml-minus-45--lg {
        margin-left: -3.21429rem !important;
    }

    .g-ml-50--lg {
        margin-left: 3.57143rem !important;
    }

    .g-ml-minus-50--lg {
        margin-left: -3.57143rem !important;
    }

    .g-mr-1--lg {
        margin-right: 0.07143rem !important;
    }

    .g-mr-minus-1--lg {
        margin-right: -0.07143rem !important;
    }

    .g-mr-2--lg {
        margin-right: 0.14286rem !important;
    }

    .g-mr-minus-2--lg {
        margin-right: -0.14286rem !important;
    }

    .g-mr-3--lg {
        margin-right: 0.21429rem !important;
    }

    .g-mr-minus-3--lg {
        margin-right: -0.21429rem !important;
    }

    .g-mr-4--lg {
        margin-right: 0.28571rem !important;
    }

    .g-mr-minus-4--lg {
        margin-right: -0.28571rem !important;
    }

    .g-mr-5--lg {
        margin-right: 0.35714rem !important;
    }

    .g-mr-minus-5--lg {
        margin-right: -0.35714rem !important;
    }

    .g-mr-6--lg {
        margin-right: 0.42857rem !important;
    }

    .g-mr-minus-6--lg {
        margin-right: -0.42857rem !important;
    }

    .g-mr-7--lg {
        margin-right: 0.5rem !important;
    }

    .g-mr-minus-7--lg {
        margin-right: -0.5rem !important;
    }

    .g-mr-8--lg {
        margin-right: 0.57143rem !important;
    }

    .g-mr-minus-8--lg {
        margin-right: -0.57143rem !important;
    }

    .g-mr-9--lg {
        margin-right: 0.64286rem !important;
    }

    .g-mr-minus-9--lg {
        margin-right: -0.64286rem !important;
    }

    .g-mr-10--lg {
        margin-right: 0.71429rem !important;
    }

    .g-mr-minus-10--lg {
        margin-right: -0.71429rem !important;
    }

    .g-mr-5--lg {
        margin-right: 0.35714rem !important;
    }

    .g-mr-10--lg {
        margin-right: 0.71429rem !important;
    }

    .g-mr-15--lg {
        margin-right: 1.07143rem !important;
    }

    .g-mr-20--lg {
        margin-right: 1.42857rem !important;
    }

    .g-mr-25--lg {
        margin-right: 1.78571rem !important;
    }

    .g-mr-30--lg {
        margin-right: 2.14286rem !important;
    }

    .g-mr-35--lg {
        margin-right: 2.5rem !important;
    }

    .g-mr-40--lg {
        margin-right: 2.85714rem !important;
    }

    .g-mr-45--lg {
        margin-right: 3.21429rem !important;
    }

    .g-mr-50--lg {
        margin-right: 3.57143rem !important;
    }
}

@media (min-width: 1200px) {
    .g-ma-0--xl {
        margin: 0 !important;
    }

    .g-mx-0--xl {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .g-my-0--xl {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .g-ml-0--xl {
        margin-left: 0 !important;
    }

    .g-mr-0--xl {
        margin-right: 0 !important;
    }

    .g-mt-0--xl {
        margin-top: 0 !important;
    }

    .g-mb-0--xl {
        margin-bottom: 0 !important;
    }

    .g-mx-1--xl {
        margin-left: 0.07143rem !important;
        margin-right: 0.07143rem !important;
    }

    .g-mx-2--xl {
        margin-left: 0.14286rem !important;
        margin-right: 0.14286rem !important;
    }

    .g-mx-3--xl {
        margin-left: 0.21429rem !important;
        margin-right: 0.21429rem !important;
    }

    .g-mx-4--xl {
        margin-left: 0.28571rem !important;
        margin-right: 0.28571rem !important;
    }

    .g-mx-5--xl {
        margin-left: 0.35714rem !important;
        margin-right: 0.35714rem !important;
    }

    .g-mx-6--xl {
        margin-left: 0.42857rem !important;
        margin-right: 0.42857rem !important;
    }

    .g-mx-7--xl {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    .g-mx-8--xl {
        margin-left: 0.57143rem !important;
        margin-right: 0.57143rem !important;
    }

    .g-mx-9--xl {
        margin-left: 0.64286rem !important;
        margin-right: 0.64286rem !important;
    }

    .g-mx-10--xl {
        margin-left: 0.71429rem !important;
        margin-right: 0.71429rem !important;
    }

    .g-mx-10--xl {
        margin-left: 0.71429rem !important;
        margin-right: 0.71429rem !important;
    }

    .g-mx-15--xl {
        margin-left: 1.07143rem !important;
        margin-right: 1.07143rem !important;
    }

    .g-mx-20--xl {
        margin-left: 1.42857rem !important;
        margin-right: 1.42857rem !important;
    }

    .g-mx-25--xl {
        margin-left: 1.78571rem !important;
        margin-right: 1.78571rem !important;
    }

    .g-mx-30--xl {
        margin-left: 2.14286rem !important;
        margin-right: 2.14286rem !important;
    }

    .g-mx-35--xl {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }

    .g-mx-40--xl {
        margin-left: 2.85714rem !important;
        margin-right: 2.85714rem !important;
    }

    .g-mx-45--xl {
        margin-left: 3.21429rem !important;
        margin-right: 3.21429rem !important;
    }

    .g-mx-50--xl {
        margin-left: 3.57143rem !important;
        margin-right: 3.57143rem !important;
    }

    .g-mx-55--xl {
        margin-left: 3.92857rem !important;
        margin-right: 3.92857rem !important;
    }

    .g-mx-60--xl {
        margin-left: 4.28571rem !important;
        margin-right: 4.28571rem !important;
    }

    .g-mx-65--xl {
        margin-left: 4.64286rem !important;
        margin-right: 4.64286rem !important;
    }

    .g-mx-70--xl {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }

    .g-mx-75--xl {
        margin-left: 5.35714rem !important;
        margin-right: 5.35714rem !important;
    }

    .g-mx-80--xl {
        margin-left: 5.71429rem !important;
        margin-right: 5.71429rem !important;
    }

    .g-mx-85--xl {
        margin-left: 6.07143rem !important;
        margin-right: 6.07143rem !important;
    }

    .g-mx-90--xl {
        margin-left: 6.42857rem !important;
        margin-right: 6.42857rem !important;
    }

    .g-mx-95--xl {
        margin-left: 6.78571rem !important;
        margin-right: 6.78571rem !important;
    }

    .g-mx-100--xl {
        margin-left: 7.14286rem !important;
        margin-right: 7.14286rem !important;
    }

    .g-my-1--xl {
        margin-top: 0.07143rem !important;
        margin-bottom: 0.07143rem !important;
    }

    .g-my-2--xl {
        margin-top: 0.14286rem !important;
        margin-bottom: 0.14286rem !important;
    }

    .g-my-3--xl {
        margin-top: 0.21429rem !important;
        margin-bottom: 0.21429rem !important;
    }

    .g-my-4--xl {
        margin-top: 0.28571rem !important;
        margin-bottom: 0.28571rem !important;
    }

    .g-my-5--xl {
        margin-top: 0.35714rem !important;
        margin-bottom: 0.35714rem !important;
    }

    .g-my-6--xl {
        margin-top: 0.42857rem !important;
        margin-bottom: 0.42857rem !important;
    }

    .g-my-7--xl {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .g-my-8--xl {
        margin-top: 0.57143rem !important;
        margin-bottom: 0.57143rem !important;
    }

    .g-my-9--xl {
        margin-top: 0.64286rem !important;
        margin-bottom: 0.64286rem !important;
    }

    .g-my-10--xl {
        margin-top: 0.71429rem !important;
        margin-bottom: 0.71429rem !important;
    }

    .g-my-10--xl {
        margin-top: 0.71429rem !important;
        margin-bottom: 0.71429rem !important;
    }

    .g-my-15--xl {
        margin-top: 1.07143rem !important;
        margin-bottom: 1.07143rem !important;
    }

    .g-my-20--xl {
        margin-top: 1.42857rem !important;
        margin-bottom: 1.42857rem !important;
    }

    .g-my-25--xl {
        margin-top: 1.78571rem !important;
        margin-bottom: 1.78571rem !important;
    }

    .g-my-30--xl {
        margin-top: 2.14286rem !important;
        margin-bottom: 2.14286rem !important;
    }

    .g-my-35--xl {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .g-my-40--xl {
        margin-top: 2.85714rem !important;
        margin-bottom: 2.85714rem !important;
    }

    .g-my-45--xl {
        margin-top: 3.21429rem !important;
        margin-bottom: 3.21429rem !important;
    }

    .g-my-50--xl {
        margin-top: 3.57143rem !important;
        margin-bottom: 3.57143rem !important;
    }

    .g-my-55--xl {
        margin-top: 3.92857rem !important;
        margin-bottom: 3.92857rem !important;
    }

    .g-my-60--xl {
        margin-top: 4.28571rem !important;
        margin-bottom: 4.28571rem !important;
    }

    .g-my-65--xl {
        margin-top: 4.64286rem !important;
        margin-bottom: 4.64286rem !important;
    }

    .g-my-70--xl {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .g-my-75--xl {
        margin-top: 5.35714rem !important;
        margin-bottom: 5.35714rem !important;
    }

    .g-my-80--xl {
        margin-top: 5.71429rem !important;
        margin-bottom: 5.71429rem !important;
    }

    .g-my-85--xl {
        margin-top: 6.07143rem !important;
        margin-bottom: 6.07143rem !important;
    }

    .g-my-90--xl {
        margin-top: 6.42857rem !important;
        margin-bottom: 6.42857rem !important;
    }

    .g-my-95--xl {
        margin-top: 6.78571rem !important;
        margin-bottom: 6.78571rem !important;
    }

    .g-my-100--xl {
        margin-top: 7.14286rem !important;
        margin-bottom: 7.14286rem !important;
    }

    .g-mt-1--xl {
        margin-top: 0.07143rem !important;
    }

    .g-mt-minus-1--xl {
        margin-top: -0.07143rem !important;
    }

    .g-mt-2--xl {
        margin-top: 0.14286rem !important;
    }

    .g-mt-minus-2--xl {
        margin-top: -0.14286rem !important;
    }

    .g-mt-3--xl {
        margin-top: 0.21429rem !important;
    }

    .g-mt-minus-3--xl {
        margin-top: -0.21429rem !important;
    }

    .g-mt-4--xl {
        margin-top: 0.28571rem !important;
    }

    .g-mt-minus-4--xl {
        margin-top: -0.28571rem !important;
    }

    .g-mt-5--xl {
        margin-top: 0.35714rem !important;
    }

    .g-mt-minus-5--xl {
        margin-top: -0.35714rem !important;
    }

    .g-mt-6--xl {
        margin-top: 0.42857rem !important;
    }

    .g-mt-minus-6--xl {
        margin-top: -0.42857rem !important;
    }

    .g-mt-7--xl {
        margin-top: 0.5rem !important;
    }

    .g-mt-minus-7--xl {
        margin-top: -0.5rem !important;
    }

    .g-mt-8--xl {
        margin-top: 0.57143rem !important;
    }

    .g-mt-minus-8--xl {
        margin-top: -0.57143rem !important;
    }

    .g-mt-9--xl {
        margin-top: 0.64286rem !important;
    }

    .g-mt-minus-9--xl {
        margin-top: -0.64286rem !important;
    }

    .g-mt-10--xl {
        margin-top: 0.71429rem !important;
    }

    .g-mt-minus-10--xl {
        margin-top: -0.71429rem !important;
    }

    .g-mt-11--xl {
        margin-top: 0.78571rem !important;
    }

    .g-mt-minus-11--xl {
        margin-top: -0.78571rem !important;
    }

    .g-mt-12--xl {
        margin-top: 0.85714rem !important;
    }

    .g-mt-minus-12--xl {
        margin-top: -0.85714rem !important;
    }

    .g-mt-13--xl {
        margin-top: 0.92857rem !important;
    }

    .g-mt-minus-13--xl {
        margin-top: -0.92857rem !important;
    }

    .g-mt-14--xl {
        margin-top: 1rem !important;
    }

    .g-mt-minus-14--xl {
        margin-top: -1rem !important;
    }

    .g-mt-15--xl {
        margin-top: 1.07143rem !important;
    }

    .g-mt-minus-15--xl {
        margin-top: -1.07143rem !important;
    }

    .g-mt-16--xl {
        margin-top: 1.14286rem !important;
    }

    .g-mt-minus-16--xl {
        margin-top: -1.14286rem !important;
    }

    .g-mt-17--xl {
        margin-top: 1.21429rem !important;
    }

    .g-mt-minus-17--xl {
        margin-top: -1.21429rem !important;
    }

    .g-mt-18--xl {
        margin-top: 1.28571rem !important;
    }

    .g-mt-minus-18--xl {
        margin-top: -1.28571rem !important;
    }

    .g-mt-19--xl {
        margin-top: 1.35714rem !important;
    }

    .g-mt-minus-19--xl {
        margin-top: -1.35714rem !important;
    }

    .g-mt-20--xl {
        margin-top: 1.42857rem !important;
    }

    .g-mt-minus-20--xl {
        margin-top: -1.42857rem !important;
    }

    .g-mt-10--xl {
        margin-top: 0.71429rem !important;
    }

    .g-mt-minus-10--xl {
        margin-top: -0.71429rem !important;
    }

    .g-mt-15--xl {
        margin-top: 1.07143rem !important;
    }

    .g-mt-minus-15--xl {
        margin-top: -1.07143rem !important;
    }

    .g-mt-20--xl {
        margin-top: 1.42857rem !important;
    }

    .g-mt-minus-20--xl {
        margin-top: -1.42857rem !important;
    }

    .g-mt-25--xl {
        margin-top: 1.78571rem !important;
    }

    .g-mt-minus-25--xl {
        margin-top: -1.78571rem !important;
    }

    .g-mt-30--xl {
        margin-top: 2.14286rem !important;
    }

    .g-mt-minus-30--xl {
        margin-top: -2.14286rem !important;
    }

    .g-mt-35--xl {
        margin-top: 2.5rem !important;
    }

    .g-mt-minus-35--xl {
        margin-top: -2.5rem !important;
    }

    .g-mt-40--xl {
        margin-top: 2.85714rem !important;
    }

    .g-mt-minus-40--xl {
        margin-top: -2.85714rem !important;
    }

    .g-mt-45--xl {
        margin-top: 3.21429rem !important;
    }

    .g-mt-minus-45--xl {
        margin-top: -3.21429rem !important;
    }

    .g-mt-50--xl {
        margin-top: 3.57143rem !important;
    }

    .g-mt-minus-50--xl {
        margin-top: -3.57143rem !important;
    }

    .g-mt-55--xl {
        margin-top: 3.92857rem !important;
    }

    .g-mt-minus-55--xl {
        margin-top: -3.92857rem !important;
    }

    .g-mt-60--xl {
        margin-top: 4.28571rem !important;
    }

    .g-mt-minus-60--xl {
        margin-top: -4.28571rem !important;
    }

    .g-mt-65--xl {
        margin-top: 4.64286rem !important;
    }

    .g-mt-minus-65--xl {
        margin-top: -4.64286rem !important;
    }

    .g-mt-70--xl {
        margin-top: 5rem !important;
    }

    .g-mt-minus-70--xl {
        margin-top: -5rem !important;
    }

    .g-mt-75--xl {
        margin-top: 5.35714rem !important;
    }

    .g-mt-minus-75--xl {
        margin-top: -5.35714rem !important;
    }

    .g-mt-80--xl {
        margin-top: 5.71429rem !important;
    }

    .g-mt-minus-80--xl {
        margin-top: -5.71429rem !important;
    }

    .g-mt-85--xl {
        margin-top: 6.07143rem !important;
    }

    .g-mt-minus-85--xl {
        margin-top: -6.07143rem !important;
    }

    .g-mt-90--xl {
        margin-top: 6.42857rem !important;
    }

    .g-mt-minus-90--xl {
        margin-top: -6.42857rem !important;
    }

    .g-mt-95--xl {
        margin-top: 6.78571rem !important;
    }

    .g-mt-minus-95--xl {
        margin-top: -6.78571rem !important;
    }

    .g-mt-100--xl {
        margin-top: 7.14286rem !important;
    }

    .g-mt-minus-100--xl {
        margin-top: -7.14286rem !important;
    }

    .g-mt-105--xl {
        margin-top: 7.5rem !important;
    }

    .g-mt-minus-105--xl {
        margin-top: -7.5rem !important;
    }

    .g-mt-110--xl {
        margin-top: 7.85714rem !important;
    }

    .g-mt-minus-110--xl {
        margin-top: -7.85714rem !important;
    }

    .g-mt-115--xl {
        margin-top: 8.21429rem !important;
    }

    .g-mt-minus-115--xl {
        margin-top: -8.21429rem !important;
    }

    .g-mt-120--xl {
        margin-top: 8.57143rem !important;
    }

    .g-mt-minus-120--xl {
        margin-top: -8.57143rem !important;
    }

    .g-mt-125--xl {
        margin-top: 8.92857rem !important;
    }

    .g-mt-minus-125--xl {
        margin-top: -8.92857rem !important;
    }

    .g-mt-130--xl {
        margin-top: 9.28571rem !important;
    }

    .g-mt-minus-130--xl {
        margin-top: -9.28571rem !important;
    }

    .g-mt-135--xl {
        margin-top: 9.64286rem !important;
    }

    .g-mt-minus-135--xl {
        margin-top: -9.64286rem !important;
    }

    .g-mt-140--xl {
        margin-top: 10rem !important;
    }

    .g-mt-minus-140--xl {
        margin-top: -10rem !important;
    }

    .g-mt-145--xl {
        margin-top: 10.35714rem !important;
    }

    .g-mt-minus-145--xl {
        margin-top: -10.35714rem !important;
    }

    .g-mt-150--xl {
        margin-top: 10.71429rem !important;
    }

    .g-mt-minus-150--xl {
        margin-top: -10.71429rem !important;
    }

    .g-mt-155--xl {
        margin-top: 11.07143rem !important;
    }

    .g-mt-minus-155--xl {
        margin-top: -11.07143rem !important;
    }

    .g-mt-160--xl {
        margin-top: 11.42857rem !important;
    }

    .g-mt-minus-160--xl {
        margin-top: -11.42857rem !important;
    }

    .g-mt-165--xl {
        margin-top: 11.78571rem !important;
    }

    .g-mt-minus-165--xl {
        margin-top: -11.78571rem !important;
    }

    .g-mt-170--xl {
        margin-top: 12.14286rem !important;
    }

    .g-mt-minus-170--xl {
        margin-top: -12.14286rem !important;
    }

    .g-mb-1--xl {
        margin-bottom: 0.07143rem !important;
    }

    .g-mb-minus-1--xl {
        margin-bottom: -0.07143rem !important;
    }

    .g-mb-2--xl {
        margin-bottom: 0.14286rem !important;
    }

    .g-mb-minus-2--xl {
        margin-bottom: -0.14286rem !important;
    }

    .g-mb-3--xl {
        margin-bottom: 0.21429rem !important;
    }

    .g-mb-minus-3--xl {
        margin-bottom: -0.21429rem !important;
    }

    .g-mb-4--xl {
        margin-bottom: 0.28571rem !important;
    }

    .g-mb-minus-4--xl {
        margin-bottom: -0.28571rem !important;
    }

    .g-mb-5--xl {
        margin-bottom: 0.35714rem !important;
    }

    .g-mb-minus-5--xl {
        margin-bottom: -0.35714rem !important;
    }

    .g-mb-6--xl {
        margin-bottom: 0.42857rem !important;
    }

    .g-mb-minus-6--xl {
        margin-bottom: -0.42857rem !important;
    }

    .g-mb-7--xl {
        margin-bottom: 0.5rem !important;
    }

    .g-mb-minus-7--xl {
        margin-bottom: -0.5rem !important;
    }

    .g-mb-8--xl {
        margin-bottom: 0.57143rem !important;
    }

    .g-mb-minus-8--xl {
        margin-bottom: -0.57143rem !important;
    }

    .g-mb-9--xl {
        margin-bottom: 0.64286rem !important;
    }

    .g-mb-minus-9--xl {
        margin-bottom: -0.64286rem !important;
    }

    .g-mb-10--xl {
        margin-bottom: 0.71429rem !important;
    }

    .g-mb-minus-10--xl {
        margin-bottom: -0.71429rem !important;
    }

    .g-mb-11--xl {
        margin-bottom: 0.78571rem !important;
    }

    .g-mb-minus-11--xl {
        margin-bottom: -0.78571rem !important;
    }

    .g-mb-12--xl {
        margin-bottom: 0.85714rem !important;
    }

    .g-mb-minus-12--xl {
        margin-bottom: -0.85714rem !important;
    }

    .g-mb-13--xl {
        margin-bottom: 0.92857rem !important;
    }

    .g-mb-minus-13--xl {
        margin-bottom: -0.92857rem !important;
    }

    .g-mb-14--xl {
        margin-bottom: 1rem !important;
    }

    .g-mb-minus-14--xl {
        margin-bottom: -1rem !important;
    }

    .g-mb-15--xl {
        margin-bottom: 1.07143rem !important;
    }

    .g-mb-minus-15--xl {
        margin-bottom: -1.07143rem !important;
    }

    .g-mb-16--xl {
        margin-bottom: 1.14286rem !important;
    }

    .g-mb-minus-16--xl {
        margin-bottom: -1.14286rem !important;
    }

    .g-mb-17--xl {
        margin-bottom: 1.21429rem !important;
    }

    .g-mb-minus-17--xl {
        margin-bottom: -1.21429rem !important;
    }

    .g-mb-18--xl {
        margin-bottom: 1.28571rem !important;
    }

    .g-mb-minus-18--xl {
        margin-bottom: -1.28571rem !important;
    }

    .g-mb-19--xl {
        margin-bottom: 1.35714rem !important;
    }

    .g-mb-minus-19--xl {
        margin-bottom: -1.35714rem !important;
    }

    .g-mb-20--xl {
        margin-bottom: 1.42857rem !important;
    }

    .g-mb-minus-20--xl {
        margin-bottom: -1.42857rem !important;
    }

    .g-mb-10--xl {
        margin-bottom: 0.71429rem !important;
    }

    .g-mb-15--xl {
        margin-bottom: 1.07143rem !important;
    }

    .g-mb-20--xl {
        margin-bottom: 1.42857rem !important;
    }

    .g-mb-25--xl {
        margin-bottom: 1.78571rem !important;
    }

    .g-mb-30--xl {
        margin-bottom: 2.14286rem !important;
    }

    .g-mb-35--xl {
        margin-bottom: 2.5rem !important;
    }

    .g-mb-40--xl {
        margin-bottom: 2.85714rem !important;
    }

    .g-mb-45--xl {
        margin-bottom: 3.21429rem !important;
    }

    .g-mb-50--xl {
        margin-bottom: 3.57143rem !important;
    }

    .g-mb-55--xl {
        margin-bottom: 3.92857rem !important;
    }

    .g-mb-60--xl {
        margin-bottom: 4.28571rem !important;
    }

    .g-mb-65--xl {
        margin-bottom: 4.64286rem !important;
    }

    .g-mb-70--xl {
        margin-bottom: 5rem !important;
    }

    .g-mb-75--xl {
        margin-bottom: 5.35714rem !important;
    }

    .g-mb-80--xl {
        margin-bottom: 5.71429rem !important;
    }

    .g-mb-85--xl {
        margin-bottom: 6.07143rem !important;
    }

    .g-mb-90--xl {
        margin-bottom: 6.42857rem !important;
    }

    .g-mb-95--xl {
        margin-bottom: 6.78571rem !important;
    }

    .g-mb-100--xl {
        margin-bottom: 7.14286rem !important;
    }

    .g-mb-105--xl {
        margin-bottom: 7.5rem !important;
    }

    .g-mb-110--xl {
        margin-bottom: 7.85714rem !important;
    }

    .g-mb-115--xl {
        margin-bottom: 8.21429rem !important;
    }

    .g-mb-120--xl {
        margin-bottom: 8.57143rem !important;
    }

    .g-mb-125--xl {
        margin-bottom: 8.92857rem !important;
    }

    .g-mb-130--xl {
        margin-bottom: 9.28571rem !important;
    }

    .g-mb-135--xl {
        margin-bottom: 9.64286rem !important;
    }

    .g-mb-140--xl {
        margin-bottom: 10rem !important;
    }

    .g-mb-145--xl {
        margin-bottom: 10.35714rem !important;
    }

    .g-mb-150--xl {
        margin-bottom: 10.71429rem !important;
    }

    .g-mb-155--xl {
        margin-bottom: 11.07143rem !important;
    }

    .g-mb-160--xl {
        margin-bottom: 11.42857rem !important;
    }

    .g-mb-165--xl {
        margin-bottom: 11.78571rem !important;
    }

    .g-mb-170--xl {
        margin-bottom: 12.14286rem !important;
    }

    .g-ml-1--xl {
        margin-left: 0.07143rem !important;
    }

    .g-ml-minus-1--xl {
        margin-left: -0.07143rem !important;
    }

    .g-ml-2--xl {
        margin-left: 0.14286rem !important;
    }

    .g-ml-minus-2--xl {
        margin-left: -0.14286rem !important;
    }

    .g-ml-3--xl {
        margin-left: 0.21429rem !important;
    }

    .g-ml-minus-3--xl {
        margin-left: -0.21429rem !important;
    }

    .g-ml-4--xl {
        margin-left: 0.28571rem !important;
    }

    .g-ml-minus-4--xl {
        margin-left: -0.28571rem !important;
    }

    .g-ml-5--xl {
        margin-left: 0.35714rem !important;
    }

    .g-ml-minus-5--xl {
        margin-left: -0.35714rem !important;
    }

    .g-ml-6--xl {
        margin-left: 0.42857rem !important;
    }

    .g-ml-minus-6--xl {
        margin-left: -0.42857rem !important;
    }

    .g-ml-7--xl {
        margin-left: 0.5rem !important;
    }

    .g-ml-minus-7--xl {
        margin-left: -0.5rem !important;
    }

    .g-ml-8--xl {
        margin-left: 0.57143rem !important;
    }

    .g-ml-minus-8--xl {
        margin-left: -0.57143rem !important;
    }

    .g-ml-9--xl {
        margin-left: 0.64286rem !important;
    }

    .g-ml-minus-9--xl {
        margin-left: -0.64286rem !important;
    }

    .g-ml-10--xl {
        margin-left: 0.71429rem !important;
    }

    .g-ml-minus-10--xl {
        margin-left: -0.71429rem !important;
    }

    .g-ml-5--xl {
        margin-left: 0.35714rem !important;
    }

    .g-ml-minus-5--xl {
        margin-left: -0.35714rem !important;
    }

    .g-ml-10--xl {
        margin-left: 0.71429rem !important;
    }

    .g-ml-minus-10--xl {
        margin-left: -0.71429rem !important;
    }

    .g-ml-15--xl {
        margin-left: 1.07143rem !important;
    }

    .g-ml-minus-15--xl {
        margin-left: -1.07143rem !important;
    }

    .g-ml-20--xl {
        margin-left: 1.42857rem !important;
    }

    .g-ml-minus-20--xl {
        margin-left: -1.42857rem !important;
    }

    .g-ml-25--xl {
        margin-left: 1.78571rem !important;
    }

    .g-ml-minus-25--xl {
        margin-left: -1.78571rem !important;
    }

    .g-ml-30--xl {
        margin-left: 2.14286rem !important;
    }

    .g-ml-minus-30--xl {
        margin-left: -2.14286rem !important;
    }

    .g-ml-35--xl {
        margin-left: 2.5rem !important;
    }

    .g-ml-minus-35--xl {
        margin-left: -2.5rem !important;
    }

    .g-ml-40--xl {
        margin-left: 2.85714rem !important;
    }

    .g-ml-minus-40--xl {
        margin-left: -2.85714rem !important;
    }

    .g-ml-45--xl {
        margin-left: 3.21429rem !important;
    }

    .g-ml-minus-45--xl {
        margin-left: -3.21429rem !important;
    }

    .g-ml-50--xl {
        margin-left: 3.57143rem !important;
    }

    .g-ml-minus-50--xl {
        margin-left: -3.57143rem !important;
    }

    .g-mr-1--xl {
        margin-right: 0.07143rem !important;
    }

    .g-mr-minus-1--xl {
        margin-right: -0.07143rem !important;
    }

    .g-mr-2--xl {
        margin-right: 0.14286rem !important;
    }

    .g-mr-minus-2--xl {
        margin-right: -0.14286rem !important;
    }

    .g-mr-3--xl {
        margin-right: 0.21429rem !important;
    }

    .g-mr-minus-3--xl {
        margin-right: -0.21429rem !important;
    }

    .g-mr-4--xl {
        margin-right: 0.28571rem !important;
    }

    .g-mr-minus-4--xl {
        margin-right: -0.28571rem !important;
    }

    .g-mr-5--xl {
        margin-right: 0.35714rem !important;
    }

    .g-mr-minus-5--xl {
        margin-right: -0.35714rem !important;
    }

    .g-mr-6--xl {
        margin-right: 0.42857rem !important;
    }

    .g-mr-minus-6--xl {
        margin-right: -0.42857rem !important;
    }

    .g-mr-7--xl {
        margin-right: 0.5rem !important;
    }

    .g-mr-minus-7--xl {
        margin-right: -0.5rem !important;
    }

    .g-mr-8--xl {
        margin-right: 0.57143rem !important;
    }

    .g-mr-minus-8--xl {
        margin-right: -0.57143rem !important;
    }

    .g-mr-9--xl {
        margin-right: 0.64286rem !important;
    }

    .g-mr-minus-9--xl {
        margin-right: -0.64286rem !important;
    }

    .g-mr-10--xl {
        margin-right: 0.71429rem !important;
    }

    .g-mr-minus-10--xl {
        margin-right: -0.71429rem !important;
    }

    .g-mr-5--xl {
        margin-right: 0.35714rem !important;
    }

    .g-mr-10--xl {
        margin-right: 0.71429rem !important;
    }

    .g-mr-15--xl {
        margin-right: 1.07143rem !important;
    }

    .g-mr-20--xl {
        margin-right: 1.42857rem !important;
    }

    .g-mr-25--xl {
        margin-right: 1.78571rem !important;
    }

    .g-mr-30--xl {
        margin-right: 2.14286rem !important;
    }

    .g-mr-35--xl {
        margin-right: 2.5rem !important;
    }

    .g-mr-40--xl {
        margin-right: 2.85714rem !important;
    }

    .g-mr-45--xl {
        margin-right: 3.21429rem !important;
    }

    .g-mr-50--xl {
        margin-right: 3.57143rem !important;
    }
}

.g-ma-1 {
    margin: 0.07143rem !important;
}

.g-ma-3 {
    margin: 0.21429rem !important;
}

.g-ma-5 {
    margin: 0.35714rem !important;
}

.g-ma-10 {
    margin: 0.71429rem !important;
}

.g-ma-20 {
    margin: 1.42857rem !important;
}

.g-ma-minus-1 {
    margin: -0.07143rem !important;
}

.g-mt-minus-1 {
    margin-top: -0.07143rem;
}

.g-mt-minus-20 {
    margin-top: -1.42857rem;
}

.g-mt-minus-25 {
    margin-top: -1.78571rem;
}

.g-mt-minus-30 {
    margin-top: -2.14286rem;
}

.g-mt-minus-40 {
    margin-top: -2.85714rem;
}

.g-mt-minus-70 {
    margin-top: -5rem;
}

.g-mt-minus-73 {
    margin-top: -5.14286rem !important;
}

.g-mt-minus-120 {
    margin-top: -8.57143rem;
}

.g-mt-minus-200 {
    margin-top: -14.28571rem;
}

.g-mt-minus-300 {
    margin-top: -21.42857rem;
}

.g-mb-minus-70 {
    margin-bottom: -5rem;
}

.g-ml-minus-20 {
    margin-left: -1.42857rem;
}

.g-ml-minus-23 {
    margin-left: -1.64286rem;
}

.g-ml-minus-35 {
    margin-left: -2.5rem;
}

.g-ml-minus-55 {
    margin-left: -3.92857rem;
}

.g-ml-minus-25 {
    margin-left: -1.78571rem;
}

.g-ml-minus-82 {
    margin-left: -5.85714rem;
}

.g-ml-minus-90 {
    margin-left: -6.42857rem;
}

.g-ml-minus-100 {
    margin-left: -7.14286rem;
}

.g-ml-minus-118 {
    margin-left: -8.42857rem;
}

.g-ml-minus-142 {
    margin-left: -10.14286rem;
}

.g-mr-minus-50 {
    margin-right: -3.57143rem;
}

.g-mr-minus-100 {
    margin-right: -7.14286rem;
}

.g-mx-minus-1 {
    margin-left: -0.07143rem;
    margin-right: -0.07143rem;
}

.g-mx-minus-2 {
    margin-left: -0.14286rem;
    margin-right: -0.14286rem;
}

.g-mx-minus-4 {
    margin-left: -0.28571rem;
    margin-right: -0.28571rem;
}

.g-mx-minus-5 {
    margin-left: -0.35714rem;
    margin-right: -0.35714rem;
}

.g-mx-minus-15 {
    margin-left: -1.07143rem;
    margin-right: -1.07143rem;
}

.g-mx-minus-25 {
    margin-left: -1.78571rem;
    margin-right: -1.78571rem;
}

.g-mx-minus-30 {
    margin-left: -2.14286rem;
    margin-right: -2.14286rem;
}

.g-mt-10x {
    margin-top: 10%;
}

.g-mt-21 {
    margin-top: 1.5rem;
}

.g-mt-22 {
    margin-top: 1.57143rem;
}

.g-mt-28 {
    margin-top: 2rem !important;
}

.g-mt-32 {
    margin-top: 2.28571rem !important;
}

.g-mt-57 {
    margin-top: 4.07143rem !important;
}

.g-mt-500 {
    margin-top: 35.71429rem;
}

.g-mb-23 {
    margin-bottom: 1.64286rem;
}

.g-mb-28 {
    margin-bottom: 2rem;
}

.g-mb-500 {
    margin-bottom: 35.71429rem;
}

.g-ml-10x {
    margin-left: 10%;
}

.g-ml-12 {
    margin-left: 0.85714rem;
}

.g-ml-13 {
    margin-left: 0.92857rem;
}

.g-ml-20 {
    margin-left: 1.42857rem;
}

.g-ml-25 {
    margin-left: 1.78571rem;
}

.g-ml-35 {
    margin-left: 2.5rem;
}

.g-ml-43 {
    margin-left: 3.07143rem;
}

.g-mr-43 {
    margin-right: 3.07143rem;
}

.g-ml-50 {
    margin-left: 3.57143rem;
}

.g-ml-60 {
    margin-left: 4.28571rem;
}

.g-ml-75 {
    margin-left: 5.35714rem;
}

.g-ml-82 {
    margin-left: 5.85714rem;
}

.g-ml-83 {
    margin-left: 5.92857rem;
}

.g-ml-85 {
    margin-left: 6.07143rem;
}

.g-ml-105 {
    margin-left: 7.5rem;
}

.g-ml-118 {
    margin-left: 8.42857rem;
}

.g-ml-142 {
    margin-left: 10.14286rem;
}

.g-mr-12 {
    margin-right: 0.85714rem;
}

.g-mr-60 {
    margin-right: 4.28571rem;
}

.g-mr-63 {
    margin-right: 4.5rem;
}

.g-mr-75 {
    margin-right: 5.35714rem;
}

.g-mr-85 {
    margin-right: 6.07143rem !important;
}

.g-mr-minus-10 {
    margin-right: -0.71429rem;
}

.g-mr-minus-13 {
    margin-right: -0.92857rem;
}

.g-mr-minus-15 {
    margin-right: -1.07143rem;
}

.g-mr-minus-23 {
    margin-right: -1.64286rem;
}

.g-mr-minus-30 {
    margin-right: -2.14286rem;
}

.g-mx-minus-10 {
    margin-left: -0.71429rem;
    margin-right: -0.71429rem;
}

.g-mx-minus-15 {
    margin-left: -1.07143rem;
    margin-right: -1.07143rem;
}

.g-mx-minus-20 {
    margin-left: -1.42857rem;
    margin-right: -1.42857rem;
}

.g-mx-minus-25 {
    margin-left: -1.78571rem;
    margin-right: -1.78571rem;
}

.g-mx-minus-30 {
    margin-left: -2.14286rem;
    margin-right: -2.14286rem;
}

.g-my-minus-1 {
    margin-top: -0.07143rem;
    margin-bottom: -0.07143rem;
}

.g-my-minus-2 {
    margin-top: -0.14286rem;
    margin-bottom: -0.14286rem;
}

.g-my-minus-10 {
    margin-top: -0.71429rem;
    margin-bottom: -0.71429rem;
}

.g-m-reset {
    margin: 0 !important;
}

@media (min-width: 576px) {
    .g-mb-0--sm {
        margin-bottom: 0 !important;
    }

    .g-mx-minus-10--sm {
        margin-left: -0.71429rem;
        margin-right: -0.71429rem;
    }

    .g-my-minus-5--sm {
        margin-top: -0.35714rem;
        margin-bottom: -0.35714rem;
    }

    .g-my-minus-10--sm {
        margin-top: -0.71429rem;
        margin-bottom: -0.71429rem;
    }

    .g-mx-minus-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .g-my-minus-0 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .g-mr-12--sm {
        margin-right: 0.85714rem;
    }
}

@media (min-width: 768px) {
    .g-ml-0--md {
        margin-left: 0 !important;
    }

    .g-mr-0--md {
        margin-right: 0 !important;
    }

    .g-mx-12--md {
        margin-left: 0.85714rem !important;
        margin-right: 0.85714rem !important;
    }

    .g-ml-12--md {
        margin-left: 0.85714rem !important;
    }

    .g-mr-12--md {
        margin-right: 0.85714rem !important;
    }

    .g-mb-0--md {
        margin-bottom: 0 !important;
    }

    .g-ml-minus-1--md {
        margin-left: -0.07143rem;
    }

    .g-ml-minus-9--md {
        margin-left: -0.64286rem !important;
    }

    .g-ml-minus-15--md {
        margin-left: -1.07143rem !important;
    }

    .g-ml-minus-23--md {
        margin-left: -1.64286rem !important;
    }

    .g-ml-minus-25--md {
        margin-left: -1.78571rem !important;
    }

    .g-mr-minus-1--md {
        margin-right: -0.07143rem;
    }

    .g-mr-minus-9--md {
        margin-right: -0.64286rem !important;
    }

    .g-mr-minus-13--md {
        margin-right: -0.92857rem;
    }

    .g-mr-minus-23--md {
        margin-right: -1.64286rem;
    }

    .g-ml-minus-82--md {
        margin-left: -5.85714rem !important;
    }

    .g-mr-minus-82--md {
        margin-right: -5.85714rem !important;
    }

    .g-mr-60--md {
        margin-right: 4.28571rem !important;
    }

    .g-mr-63--md {
        margin-right: 4.5rem !important;
    }

    .g-ml-63--md {
        margin-left: 4.5rem !important;
    }

    .g-ml-85--md {
        margin-left: 6.07143rem !important;
    }

    .g-ml-250--md {
        margin-left: 17.85714rem !important;
    }

    .g-ml-minus-90--md {
        margin-left: -6.42857rem !important;
    }

    .g-m-reset--md {
        margin: 0 !important;
    }

    .g-mt-130--md {
        margin-top: 9.28571rem !important;
    }

    .g-mt-minus-76--md {
        margin-top: -5.42857rem !important;
    }

    .g-my-30--md {
        margin-top: 2.14286rem !important;
        margin-bpttpm: 2.14286rem !important;
    }
}

@media (min-width: 992px) {
    .g-mx-12--lg {
        margin-left: 0.85714rem !important;
        margin-right: 0.85714rem !important;
    }

    .g-mb-60--lg {
        margin-bottom: 4.28571rem !important;
    }

    .g-ml-12--lg {
        margin-left: 0.85714rem !important;
    }

    .g-mr-12--lg {
        margin-right: 0.85714rem !important;
    }

    .g-mr-minus-1--lg {
        margin-right: -0.07143rem;
    }

    .g-mr-minus-50--lg {
        margin-right: -3.57143rem;
    }

    .g-mr-minus-100--lg {
        margin-right: -7.14286rem;
    }

    .g-ml-minus-100--lg {
        margin-left: -7.14286rem;
    }

    .g-ml-minus-100 {
        margin-left: -7.14286rem;
    }

    .g-mx-minus-5--lg {
        margin-left: -0.35714rem;
        margin-right: -0.35714rem;
    }

    .g-mx-minus-10--lg {
        margin-left: -0.71429rem;
        margin-right: -0.71429rem;
    }

    .g-mx-minus-15--lg {
        margin-left: -1.07143rem;
        margin-right: -1.07143rem;
    }

    .g-ml-minus-50--lg {
        margin-left: -3.57143rem;
    }

    .g-m-reset--lg {
        margin: 0 !important;
    }

    .g-ml-100--lg {
        margin-left: 7.14286rem;
    }
}

@media (min-width: 1200px) {
    .g-mx-minus-10--xl {
        margin-left: -0.71429rem;
        margin-right: -0.71429rem;
    }

    .g-mx-minus-15--xl {
        margin-left: -1.07143rem;
        margin-right: -1.07143rem;
    }

    .g-m-reset--xl {
        margin: 0 !important;
    }

    .g-mr-0--xl {
        margin-right: 0px !important;
    }
}

@media (min-width: 992px) {
    .js-header-change-moment .g-mt-1--lg--scrolling {
        margin-top: 0.07143rem !important;
    }

    .js-header-change-moment .g-mt-2--lg--scrolling {
        margin-top: 0.14286rem !important;
    }

    .js-header-change-moment .g-mt-3--lg--scrolling {
        margin-top: 0.21429rem !important;
    }

    .js-header-change-moment .g-mt-4--lg--scrolling {
        margin-top: 0.28571rem !important;
    }

    .js-header-change-moment .g-mt-5--lg--scrolling {
        margin-top: 0.35714rem !important;
    }

    .js-header-change-moment .g-mt-6--lg--scrolling {
        margin-top: 0.42857rem !important;
    }

    .js-header-change-moment .g-mt-7--lg--scrolling {
        margin-top: 0.5rem !important;
    }

    .js-header-change-moment .g-mt-8--lg--scrolling {
        margin-top: 0.57143rem !important;
    }

    .js-header-change-moment .g-mt-9--lg--scrolling {
        margin-top: 0.64286rem !important;
    }

    .js-header-change-moment .g-mt-10--lg--scrolling {
        margin-top: 0.71429rem !important;
    }

    .js-header-change-moment .g-mt-11--lg--scrolling {
        margin-top: 0.78571rem !important;
    }

    .js-header-change-moment .g-mt-12--lg--scrolling {
        margin-top: 0.85714rem !important;
    }

    .js-header-change-moment .g-mt-13--lg--scrolling {
        margin-top: 0.92857rem !important;
    }

    .js-header-change-moment .g-mt-14--lg--scrolling {
        margin-top: 1rem !important;
    }

    .js-header-change-moment .g-mt-15--lg--scrolling {
        margin-top: 1.07143rem !important;
    }

    .js-header-change-moment .g-mt-16--lg--scrolling {
        margin-top: 1.14286rem !important;
    }

    .js-header-change-moment .g-mt-17--lg--scrolling {
        margin-top: 1.21429rem !important;
    }

    .js-header-change-moment .g-mt-18--lg--scrolling {
        margin-top: 1.28571rem !important;
    }

    .js-header-change-moment .g-mt-19--lg--scrolling {
        margin-top: 1.35714rem !important;
    }

    .js-header-change-moment .g-mt-20--lg--scrolling {
        margin-top: 1.42857rem !important;
    }

    .js-header-change-moment .g-mt-21--lg--scrolling {
        margin-top: 1.5rem !important;
    }

    .js-header-change-moment .g-mt-22--lg--scrolling {
        margin-top: 1.57143rem !important;
    }

    .js-header-change-moment .g-mt-23--lg--scrolling {
        margin-top: 1.64286rem !important;
    }

    .js-header-change-moment .g-mt-24--lg--scrolling {
        margin-top: 1.71429rem !important;
    }

    .js-header-change-moment .g-mt-25--lg--scrolling {
        margin-top: 1.78571rem !important;
    }
}

@media (min-width: 0) {
    .g-pa-0 {
        padding: 0 !important;
    }

    .g-px-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .g-py-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .g-pt-0 {
        padding-top: 0 !important;
    }

    .g-pr-0 {
        padding-right: 0 !important;
    }

    .g-pb-0 {
        padding-bottom: 0 !important;
    }

    .g-pl-0 {
        padding-left: 0 !important;
    }

    .g-pa-2 {
        padding: 0.14286rem !important;
    }

    .g-pa-3 {
        padding: 0.21429rem !important;
    }

    .g-pa-5 {
        padding: 0.35714rem !important;
    }

    .g-pa-7 {
        padding: 0.5rem !important;
    }

    .g-pa-10 {
        padding: 0.71429rem !important;
    }

    .g-pa-15 {
        padding: 1.07143rem !important;
    }

    .g-pa-20 {
        padding: 1.42857rem !important;
    }

    .g-pa-25 {
        padding: 1.78571rem !important;
    }

    .g-pa-30 {
        padding: 2.14286rem !important;
    }

    .g-pa-35 {
        padding: 2.5rem !important;
    }

    .g-pa-40 {
        padding: 2.85714rem !important;
    }

    .g-pa-45 {
        padding: 3.21429rem !important;
    }

    .g-pa-50 {
        padding: 3.57143rem !important;
    }

    .g-pa-55 {
        padding: 3.92857rem !important;
    }

    .g-pa-60 {
        padding: 4.28571rem !important;
    }

    .g-pa-65 {
        padding: 4.64286rem !important;
    }

    .g-pa-70 {
        padding: 5rem !important;
    }

    .g-pa-75 {
        padding: 5.35714rem !important;
    }

    .g-pa-80 {
        padding: 5.71429rem !important;
    }

    .g-pa-85 {
        padding: 6.07143rem !important;
    }

    .g-pa-90 {
        padding: 6.42857rem !important;
    }

    .g-pa-95 {
        padding: 6.78571rem !important;
    }

    .g-pa-100 {
        padding: 7.14286rem !important;
    }

    .g-pa-105 {
        padding: 7.5rem !important;
    }

    .g-pa-110 {
        padding: 7.85714rem !important;
    }

    .g-pa-115 {
        padding: 8.21429rem !important;
    }

    .g-pa-120 {
        padding: 8.57143rem !important;
    }

    .g-pa-125 {
        padding: 8.92857rem !important;
    }

    .g-pa-130 {
        padding: 9.28571rem !important;
    }

    .g-pa-135 {
        padding: 9.64286rem !important;
    }

    .g-pa-140 {
        padding: 10rem !important;
    }

    .g-pa-145 {
        padding: 10.35714rem !important;
    }

    .g-pa-150 {
        padding: 10.71429rem !important;
    }

    .g-px-1 {
        padding-left: 0.07143rem !important;
        padding-right: 0.07143rem !important;
    }

    .g-px-2 {
        padding-left: 0.14286rem !important;
        padding-right: 0.14286rem !important;
    }

    .g-px-3 {
        padding-left: 0.21429rem !important;
        padding-right: 0.21429rem !important;
    }

    .g-px-4 {
        padding-left: 0.28571rem !important;
        padding-right: 0.28571rem !important;
    }

    .g-px-5 {
        padding-left: 0.35714rem !important;
        padding-right: 0.35714rem !important;
    }

    .g-px-6 {
        padding-left: 0.42857rem !important;
        padding-right: 0.42857rem !important;
    }

    .g-px-7 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .g-px-8 {
        padding-left: 0.57143rem !important;
        padding-right: 0.57143rem !important;
    }

    .g-px-9 {
        padding-left: 0.64286rem !important;
        padding-right: 0.64286rem !important;
    }

    .g-px-10 {
        padding-left: 0.71429rem !important;
        padding-right: 0.71429rem !important;
    }

    .g-px-11 {
        padding-left: 0.78571rem !important;
        padding-right: 0.78571rem !important;
    }

    .g-px-12 {
        padding-left: 0.85714rem !important;
        padding-right: 0.85714rem !important;
    }

    .g-px-13 {
        padding-left: 0.92857rem !important;
        padding-right: 0.92857rem !important;
    }

    .g-px-14 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .g-px-15 {
        padding-left: 1.07143rem !important;
        padding-right: 1.07143rem !important;
    }

    .g-px-16 {
        padding-left: 1.14286rem !important;
        padding-right: 1.14286rem !important;
    }

    .g-px-17 {
        padding-left: 1.21429rem !important;
        padding-right: 1.21429rem !important;
    }

    .g-px-18 {
        padding-left: 1.28571rem !important;
        padding-right: 1.28571rem !important;
    }

    .g-px-19 {
        padding-left: 1.35714rem !important;
        padding-right: 1.35714rem !important;
    }

    .g-px-10 {
        padding-left: 0.71429rem !important;
        padding-right: 0.71429rem !important;
    }

    .g-px-15 {
        padding-left: 1.07143rem !important;
        padding-right: 1.07143rem !important;
    }

    .g-px-20 {
        padding-left: 1.42857rem !important;
        padding-right: 1.42857rem !important;
    }

    .g-px-25 {
        padding-left: 1.78571rem !important;
        padding-right: 1.78571rem !important;
    }

    .g-px-30 {
        padding-left: 2.14286rem !important;
        padding-right: 2.14286rem !important;
    }

    .g-px-35 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }

    .g-px-40 {
        padding-left: 2.85714rem !important;
        padding-right: 2.85714rem !important;
    }

    .g-px-45 {
        padding-left: 3.21429rem !important;
        padding-right: 3.21429rem !important;
    }

    .g-px-50 {
        padding-left: 3.57143rem !important;
        padding-right: 3.57143rem !important;
    }

    .g-px-55 {
        padding-left: 3.92857rem !important;
        padding-right: 3.92857rem !important;
    }

    .g-px-60 {
        padding-left: 4.28571rem !important;
        padding-right: 4.28571rem !important;
    }

    .g-px-65 {
        padding-left: 4.64286rem !important;
        padding-right: 4.64286rem !important;
    }

    .g-px-70 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }

    .g-px-75 {
        padding-left: 5.35714rem !important;
        padding-right: 5.35714rem !important;
    }

    .g-px-80 {
        padding-left: 5.71429rem !important;
        padding-right: 5.71429rem !important;
    }

    .g-px-85 {
        padding-left: 6.07143rem !important;
        padding-right: 6.07143rem !important;
    }

    .g-px-90 {
        padding-left: 6.42857rem !important;
        padding-right: 6.42857rem !important;
    }

    .g-px-95 {
        padding-left: 6.78571rem !important;
        padding-right: 6.78571rem !important;
    }

    .g-px-100 {
        padding-left: 7.14286rem !important;
        padding-right: 7.14286rem !important;
    }

    .g-px-105 {
        padding-left: 7.5rem !important;
        padding-right: 7.5rem !important;
    }

    .g-px-110 {
        padding-left: 7.85714rem !important;
        padding-right: 7.85714rem !important;
    }

    .g-px-115 {
        padding-left: 8.21429rem !important;
        padding-right: 8.21429rem !important;
    }

    .g-px-120 {
        padding-left: 8.57143rem !important;
        padding-right: 8.57143rem !important;
    }

    .g-px-125 {
        padding-left: 8.92857rem !important;
        padding-right: 8.92857rem !important;
    }

    .g-px-130 {
        padding-left: 9.28571rem !important;
        padding-right: 9.28571rem !important;
    }

    .g-px-135 {
        padding-left: 9.64286rem !important;
        padding-right: 9.64286rem !important;
    }

    .g-px-140 {
        padding-left: 10rem !important;
        padding-right: 10rem !important;
    }

    .g-px-145 {
        padding-left: 10.35714rem !important;
        padding-right: 10.35714rem !important;
    }

    .g-px-150 {
        padding-left: 10.71429rem !important;
        padding-right: 10.71429rem !important;
    }

    .g-py-1 {
        padding-top: 0.07143rem !important;
        padding-bottom: 0.07143rem !important;
    }

    .g-py-2 {
        padding-top: 0.14286rem !important;
        padding-bottom: 0.14286rem !important;
    }

    .g-py-3 {
        padding-top: 0.21429rem !important;
        padding-bottom: 0.21429rem !important;
    }

    .g-py-4 {
        padding-top: 0.28571rem !important;
        padding-bottom: 0.28571rem !important;
    }

    .g-py-5 {
        padding-top: 0.35714rem !important;
        padding-bottom: 0.35714rem !important;
    }

    .g-py-6 {
        padding-top: 0.42857rem !important;
        padding-bottom: 0.42857rem !important;
    }

    .g-py-7 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .g-py-8 {
        padding-top: 0.57143rem !important;
        padding-bottom: 0.57143rem !important;
    }

    .g-py-9 {
        padding-top: 0.64286rem !important;
        padding-bottom: 0.64286rem !important;
    }

    .g-py-10 {
        padding-top: 0.71429rem !important;
        padding-bottom: 0.71429rem !important;
    }

    .g-py-11 {
        padding-top: 0.78571rem !important;
        padding-bottom: 0.78571rem !important;
    }

    .g-py-12 {
        padding-top: 0.85714rem !important;
        padding-bottom: 0.85714rem !important;
    }

    .g-py-13 {
        padding-top: 0.92857rem !important;
        padding-bottom: 0.92857rem !important;
    }

    .g-py-14 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .g-py-15 {
        padding-top: 1.07143rem !important;
        padding-bottom: 1.07143rem !important;
    }

    .g-py-16 {
        padding-top: 1.14286rem !important;
        padding-bottom: 1.14286rem !important;
    }

    .g-py-17 {
        padding-top: 1.21429rem !important;
        padding-bottom: 1.21429rem !important;
    }

    .g-py-18 {
        padding-top: 1.28571rem !important;
        padding-bottom: 1.28571rem !important;
    }

    .g-py-19 {
        padding-top: 1.35714rem !important;
        padding-bottom: 1.35714rem !important;
    }

    .g-py-10 {
        padding-top: 0.71429rem !important;
        padding-bottom: 0.71429rem !important;
    }

    .g-py-15 {
        padding-top: 1.07143rem !important;
        padding-bottom: 1.07143rem !important;
    }

    .g-py-20 {
        padding-top: 1.42857rem !important;
        padding-bottom: 1.42857rem !important;
    }

    .g-py-25 {
        padding-top: 1.78571rem !important;
        padding-bottom: 1.78571rem !important;
    }

    .g-py-30 {
        padding-top: 2.14286rem !important;
        padding-bottom: 2.14286rem !important;
    }

    .g-py-35 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .g-py-40 {
        padding-top: 2.85714rem !important;
        padding-bottom: 2.85714rem !important;
    }

    .g-py-45 {
        padding-top: 3.21429rem !important;
        padding-bottom: 3.21429rem !important;
    }

    .g-py-50 {
        padding-top: 3.57143rem !important;
        padding-bottom: 3.57143rem !important;
    }

    .g-py-55 {
        padding-top: 3.92857rem !important;
        padding-bottom: 3.92857rem !important;
    }

    .g-py-60 {
        padding-top: 4.28571rem !important;
        padding-bottom: 4.28571rem !important;
    }

    .g-py-65 {
        padding-top: 4.64286rem !important;
        padding-bottom: 4.64286rem !important;
    }

    .g-py-70 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .g-py-75 {
        padding-top: 5.35714rem !important;
        padding-bottom: 5.35714rem !important;
    }

    .g-py-80 {
        padding-top: 5.71429rem !important;
        padding-bottom: 5.71429rem !important;
    }

    .g-py-85 {
        padding-top: 6.07143rem !important;
        padding-bottom: 6.07143rem !important;
    }

    .g-py-90 {
        padding-top: 6.42857rem !important;
        padding-bottom: 6.42857rem !important;
    }

    .g-py-95 {
        padding-top: 6.78571rem !important;
        padding-bottom: 6.78571rem !important;
    }

    .g-py-100 {
        padding-top: 7.14286rem !important;
        padding-bottom: 7.14286rem !important;
    }

    .g-py-105 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important;
    }

    .g-py-110 {
        padding-top: 7.85714rem !important;
        padding-bottom: 7.85714rem !important;
    }

    .g-py-115 {
        padding-top: 8.21429rem !important;
        padding-bottom: 8.21429rem !important;
    }

    .g-py-120 {
        padding-top: 8.57143rem !important;
        padding-bottom: 8.57143rem !important;
    }

    .g-py-125 {
        padding-top: 8.92857rem !important;
        padding-bottom: 8.92857rem !important;
    }

    .g-py-130 {
        padding-top: 9.28571rem !important;
        padding-bottom: 9.28571rem !important;
    }

    .g-py-135 {
        padding-top: 9.64286rem !important;
        padding-bottom: 9.64286rem !important;
    }

    .g-py-140 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }

    .g-py-145 {
        padding-top: 10.35714rem !important;
        padding-bottom: 10.35714rem !important;
    }

    .g-py-150 {
        padding-top: 10.71429rem !important;
        padding-bottom: 10.71429rem !important;
    }

    .g-py-155 {
        padding-top: 11.07143rem !important;
        padding-bottom: 11.07143rem !important;
    }

    .g-py-160 {
        padding-top: 11.42857rem !important;
        padding-bottom: 11.42857rem !important;
    }

    .g-py-165 {
        padding-top: 11.78571rem !important;
        padding-bottom: 11.78571rem !important;
    }

    .g-py-170 {
        padding-top: 12.14286rem !important;
        padding-bottom: 12.14286rem !important;
    }

    .g-py-175 {
        padding-top: 12.5rem !important;
        padding-bottom: 12.5rem !important;
    }

    .g-py-180 {
        padding-top: 12.85714rem !important;
        padding-bottom: 12.85714rem !important;
    }

    .g-py-185 {
        padding-top: 13.21429rem !important;
        padding-bottom: 13.21429rem !important;
    }

    .g-py-190 {
        padding-top: 13.57143rem !important;
        padding-bottom: 13.57143rem !important;
    }

    .g-py-195 {
        padding-top: 13.92857rem !important;
        padding-bottom: 13.92857rem !important;
    }

    .g-py-200 {
        padding-top: 14.28571rem !important;
        padding-bottom: 14.28571rem !important;
    }

    .g-py-205 {
        padding-top: 14.64286rem !important;
        padding-bottom: 14.64286rem !important;
    }

    .g-py-210 {
        padding-top: 15rem !important;
        padding-bottom: 15rem !important;
    }

    .g-pt-0 {
        padding-top: 0px !important;
    }

    .g-pt-1 {
        padding-top: 0.07143rem !important;
    }

    .g-pt-2 {
        padding-top: 0.14286rem !important;
    }

    .g-pt-3 {
        padding-top: 0.21429rem !important;
    }

    .g-pt-4 {
        padding-top: 0.28571rem !important;
    }

    .g-pt-5 {
        padding-top: 0.35714rem !important;
    }

    .g-pt-6 {
        padding-top: 0.42857rem !important;
    }

    .g-pt-7 {
        padding-top: 0.5rem !important;
    }

    .g-pt-8 {
        padding-top: 0.57143rem !important;
    }

    .g-pt-9 {
        padding-top: 0.64286rem !important;
    }

    .g-pt-10 {
        padding-top: 0.71429rem !important;
    }

    .g-pt-11 {
        padding-top: 0.78571rem !important;
    }

    .g-pt-12 {
        padding-top: 0.85714rem !important;
    }

    .g-pt-13 {
        padding-top: 0.92857rem !important;
    }

    .g-pt-14 {
        padding-top: 1rem !important;
    }

    .g-pt-15 {
        padding-top: 1.07143rem !important;
    }

    .g-pt-16 {
        padding-top: 1.14286rem !important;
    }

    .g-pt-17 {
        padding-top: 1.21429rem !important;
    }

    .g-pt-18 {
        padding-top: 1.28571rem !important;
    }

    .g-pt-19 {
        padding-top: 1.35714rem !important;
    }

    .g-pt-10 {
        padding-top: 0.71429rem !important;
    }

    .g-pt-15 {
        padding-top: 1.07143rem !important;
    }

    .g-pt-20 {
        padding-top: 1.42857rem !important;
    }

    .g-pt-25 {
        padding-top: 1.78571rem !important;
    }

    .g-pt-30 {
        padding-top: 2.14286rem !important;
    }

    .g-pt-35 {
        padding-top: 2.5rem !important;
    }

    .g-pt-40 {
        padding-top: 2.85714rem !important;
    }

    .g-pt-45 {
        padding-top: 3.21429rem !important;
    }

    .g-pt-50 {
        padding-top: 3.57143rem !important;
    }

    .g-pt-55 {
        padding-top: 3.92857rem !important;
    }

    .g-pt-60 {
        padding-top: 4.28571rem !important;
    }

    .g-pt-65 {
        padding-top: 4.64286rem !important;
    }

    .g-pt-70 {
        padding-top: 5rem !important;
    }

    .g-pt-75 {
        padding-top: 5.35714rem !important;
    }

    .g-pt-80 {
        padding-top: 5.71429rem !important;
    }

    .g-pt-85 {
        padding-top: 6.07143rem !important;
    }

    .g-pt-90 {
        padding-top: 6.42857rem !important;
    }

    .g-pt-95 {
        padding-top: 6.78571rem !important;
    }

    .g-pt-100 {
        padding-top: 7.14286rem !important;
    }

    .g-pt-105 {
        padding-top: 7.5rem !important;
    }

    .g-pt-110 {
        padding-top: 7.85714rem !important;
    }

    .g-pt-115 {
        padding-top: 8.21429rem !important;
    }

    .g-pt-120 {
        padding-top: 8.57143rem !important;
    }

    .g-pt-125 {
        padding-top: 8.92857rem !important;
    }

    .g-pt-130 {
        padding-top: 9.28571rem !important;
    }

    .g-pt-135 {
        padding-top: 9.64286rem !important;
    }

    .g-pt-140 {
        padding-top: 10rem !important;
    }

    .g-pt-145 {
        padding-top: 10.35714rem !important;
    }

    .g-pt-150 {
        padding-top: 10.71429rem !important;
    }

    .g-pr-0 {
        padding-right: 0px !important;
    }

    .g-pr-1 {
        padding-right: 0.07143rem !important;
    }

    .g-pr-2 {
        padding-right: 0.14286rem !important;
    }

    .g-pr-3 {
        padding-right: 0.21429rem !important;
    }

    .g-pr-4 {
        padding-right: 0.28571rem !important;
    }

    .g-pr-5 {
        padding-right: 0.35714rem !important;
    }

    .g-pr-6 {
        padding-right: 0.42857rem !important;
    }

    .g-pr-7 {
        padding-right: 0.5rem !important;
    }

    .g-pr-8 {
        padding-right: 0.57143rem !important;
    }

    .g-pr-9 {
        padding-right: 0.64286rem !important;
    }

    .g-pr-10 {
        padding-right: 0.71429rem !important;
    }

    .g-pr-15 {
        padding-right: 1.07143rem !important;
    }

    .g-pr-20 {
        padding-right: 1.42857rem !important;
    }

    .g-pr-25 {
        padding-right: 1.78571rem !important;
    }

    .g-pr-30 {
        padding-right: 2.14286rem !important;
    }

    .g-pr-35 {
        padding-right: 2.5rem !important;
    }

    .g-pr-40 {
        padding-right: 2.85714rem !important;
    }

    .g-pr-45 {
        padding-right: 3.21429rem !important;
    }

    .g-pr-50 {
        padding-right: 3.57143rem !important;
    }

    .g-pr-55 {
        padding-right: 3.92857rem !important;
    }

    .g-pr-60 {
        padding-right: 4.28571rem !important;
    }

    .g-pr-65 {
        padding-right: 4.64286rem !important;
    }

    .g-pr-70 {
        padding-right: 5rem !important;
    }

    .g-pr-75 {
        padding-right: 5.35714rem !important;
    }

    .g-pr-80 {
        padding-right: 5.71429rem !important;
    }

    .g-pr-85 {
        padding-right: 6.07143rem !important;
    }

    .g-pr-90 {
        padding-right: 6.42857rem !important;
    }

    .g-pr-95 {
        padding-right: 6.78571rem !important;
    }

    .g-pr-100 {
        padding-right: 7.14286rem !important;
    }

    .g-pr-105 {
        padding-right: 7.5rem !important;
    }

    .g-pr-110 {
        padding-right: 7.85714rem !important;
    }

    .g-pr-115 {
        padding-right: 8.21429rem !important;
    }

    .g-pr-120 {
        padding-right: 8.57143rem !important;
    }

    .g-pr-125 {
        padding-right: 8.92857rem !important;
    }

    .g-pr-130 {
        padding-right: 9.28571rem !important;
    }

    .g-pr-135 {
        padding-right: 9.64286rem !important;
    }

    .g-pr-140 {
        padding-right: 10rem !important;
    }

    .g-pr-145 {
        padding-right: 10.35714rem !important;
    }

    .g-pr-150 {
        padding-right: 10.71429rem !important;
    }

    .g-pr-155 {
        padding-right: 11.07143rem !important;
    }

    .g-pr-160 {
        padding-right: 11.42857rem !important;
    }

    .g-pr-165 {
        padding-right: 11.78571rem !important;
    }

    .g-pr-170 {
        padding-right: 12.14286rem !important;
    }

    .g-pb-0 {
        padding-bottom: 0px !important;
    }

    .g-pb-1 {
        padding-bottom: 0.07143rem !important;
    }

    .g-pb-2 {
        padding-bottom: 0.14286rem !important;
    }

    .g-pb-3 {
        padding-bottom: 0.21429rem !important;
    }

    .g-pb-4 {
        padding-bottom: 0.28571rem !important;
    }

    .g-pb-5 {
        padding-bottom: 0.35714rem !important;
    }

    .g-pb-6 {
        padding-bottom: 0.42857rem !important;
    }

    .g-pb-7 {
        padding-bottom: 0.5rem !important;
    }

    .g-pb-8 {
        padding-bottom: 0.57143rem !important;
    }

    .g-pb-9 {
        padding-bottom: 0.64286rem !important;
    }

    .g-pb-10 {
        padding-bottom: 0.71429rem !important;
    }

    .g-pb-15 {
        padding-bottom: 1.07143rem !important;
    }

    .g-pb-20 {
        padding-bottom: 1.42857rem !important;
    }

    .g-pb-25 {
        padding-bottom: 1.78571rem !important;
    }

    .g-pb-30 {
        padding-bottom: 2.14286rem !important;
    }

    .g-pb-35 {
        padding-bottom: 2.5rem !important;
    }

    .g-pb-40 {
        padding-bottom: 2.85714rem !important;
    }

    .g-pb-45 {
        padding-bottom: 3.21429rem !important;
    }

    .g-pb-50 {
        padding-bottom: 3.57143rem !important;
    }

    .g-pb-55 {
        padding-bottom: 3.92857rem !important;
    }

    .g-pb-60 {
        padding-bottom: 4.28571rem !important;
    }

    .g-pb-65 {
        padding-bottom: 4.64286rem !important;
    }

    .g-pb-70 {
        padding-bottom: 5rem !important;
    }

    .g-pb-75 {
        padding-bottom: 5.35714rem !important;
    }

    .g-pb-80 {
        padding-bottom: 5.71429rem !important;
    }

    .g-pb-85 {
        padding-bottom: 6.07143rem !important;
    }

    .g-pb-90 {
        padding-bottom: 6.42857rem !important;
    }

    .g-pb-95 {
        padding-bottom: 6.78571rem !important;
    }

    .g-pb-100 {
        padding-bottom: 7.14286rem !important;
    }

    .g-pb-105 {
        padding-bottom: 7.5rem !important;
    }

    .g-pb-110 {
        padding-bottom: 7.85714rem !important;
    }

    .g-pb-115 {
        padding-bottom: 8.21429rem !important;
    }

    .g-pb-120 {
        padding-bottom: 8.57143rem !important;
    }

    .g-pb-125 {
        padding-bottom: 8.92857rem !important;
    }

    .g-pb-130 {
        padding-bottom: 9.28571rem !important;
    }

    .g-pb-135 {
        padding-bottom: 9.64286rem !important;
    }

    .g-pb-140 {
        padding-bottom: 10rem !important;
    }

    .g-pb-145 {
        padding-bottom: 10.35714rem !important;
    }

    .g-pb-150 {
        padding-bottom: 10.71429rem !important;
    }

    .g-pl-0 {
        padding-left: 0px !important;
    }

    .g-pl-1 {
        padding-left: 0.07143rem !important;
    }

    .g-pl-2 {
        padding-left: 0.14286rem !important;
    }

    .g-pl-3 {
        padding-left: 0.21429rem !important;
    }

    .g-pl-4 {
        padding-left: 0.28571rem !important;
    }

    .g-pl-5 {
        padding-left: 0.35714rem !important;
    }

    .g-pl-6 {
        padding-left: 0.42857rem !important;
    }

    .g-pl-7 {
        padding-left: 0.5rem !important;
    }

    .g-pl-8 {
        padding-left: 0.57143rem !important;
    }

    .g-pl-9 {
        padding-left: 0.64286rem !important;
    }

    .g-pl-10 {
        padding-left: 0.71429rem !important;
    }

    .g-pl-15 {
        padding-left: 1.07143rem !important;
    }

    .g-pl-20 {
        padding-left: 1.42857rem !important;
    }

    .g-pl-25 {
        padding-left: 1.78571rem !important;
    }

    .g-pl-30 {
        padding-left: 2.14286rem !important;
    }

    .g-pl-35 {
        padding-left: 2.5rem !important;
    }

    .g-pl-40 {
        padding-left: 2.85714rem !important;
    }

    .g-pl-45 {
        padding-left: 3.21429rem !important;
    }

    .g-pl-50 {
        padding-left: 3.57143rem !important;
    }

    .g-pl-55 {
        padding-left: 3.92857rem !important;
    }

    .g-pl-60 {
        padding-left: 4.28571rem !important;
    }

    .g-pl-65 {
        padding-left: 4.64286rem !important;
    }

    .g-pl-70 {
        padding-left: 5rem !important;
    }

    .g-pl-75 {
        padding-left: 5.35714rem !important;
    }

    .g-pl-80 {
        padding-left: 5.71429rem !important;
    }

    .g-pl-85 {
        padding-left: 6.07143rem !important;
    }

    .g-pl-90 {
        padding-left: 6.42857rem !important;
    }

    .g-pl-95 {
        padding-left: 6.78571rem !important;
    }

    .g-pl-100 {
        padding-left: 7.14286rem !important;
    }

    .g-pl-105 {
        padding-left: 7.5rem !important;
    }

    .g-pl-110 {
        padding-left: 7.85714rem !important;
    }

    .g-pl-115 {
        padding-left: 8.21429rem !important;
    }

    .g-pl-120 {
        padding-left: 8.57143rem !important;
    }

    .g-pl-125 {
        padding-left: 8.92857rem !important;
    }

    .g-pl-130 {
        padding-left: 9.28571rem !important;
    }

    .g-pl-135 {
        padding-left: 9.64286rem !important;
    }

    .g-pl-140 {
        padding-left: 10rem !important;
    }

    .g-pl-145 {
        padding-left: 10.35714rem !important;
    }

    .g-pl-150 {
        padding-left: 10.71429rem !important;
    }

    .g-pl-155 {
        padding-left: 11.07143rem !important;
    }

    .g-pl-160 {
        padding-left: 11.42857rem !important;
    }

    .g-pl-165 {
        padding-left: 11.78571rem !important;
    }

    .g-pl-170 {
        padding-left: 12.14286rem !important;
    }
}

@media (min-width: 576px) {
    .g-pa-0--sm {
        padding: 0 !important;
    }

    .g-px-0--sm {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .g-py-0--sm {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .g-pt-0--sm {
        padding-top: 0 !important;
    }

    .g-pr-0--sm {
        padding-right: 0 !important;
    }

    .g-pb-0--sm {
        padding-bottom: 0 !important;
    }

    .g-pl-0--sm {
        padding-left: 0 !important;
    }

    .g-pa-2--sm {
        padding: 0.14286rem !important;
    }

    .g-pa-3--sm {
        padding: 0.21429rem !important;
    }

    .g-pa-5--sm {
        padding: 0.35714rem !important;
    }

    .g-pa-7--sm {
        padding: 0.5rem !important;
    }

    .g-pa-10--sm {
        padding: 0.71429rem !important;
    }

    .g-pa-15--sm {
        padding: 1.07143rem !important;
    }

    .g-pa-20--sm {
        padding: 1.42857rem !important;
    }

    .g-pa-25--sm {
        padding: 1.78571rem !important;
    }

    .g-pa-30--sm {
        padding: 2.14286rem !important;
    }

    .g-pa-35--sm {
        padding: 2.5rem !important;
    }

    .g-pa-40--sm {
        padding: 2.85714rem !important;
    }

    .g-pa-45--sm {
        padding: 3.21429rem !important;
    }

    .g-pa-50--sm {
        padding: 3.57143rem !important;
    }

    .g-pa-55--sm {
        padding: 3.92857rem !important;
    }

    .g-pa-60--sm {
        padding: 4.28571rem !important;
    }

    .g-pa-65--sm {
        padding: 4.64286rem !important;
    }

    .g-pa-70--sm {
        padding: 5rem !important;
    }

    .g-pa-75--sm {
        padding: 5.35714rem !important;
    }

    .g-pa-80--sm {
        padding: 5.71429rem !important;
    }

    .g-pa-85--sm {
        padding: 6.07143rem !important;
    }

    .g-pa-90--sm {
        padding: 6.42857rem !important;
    }

    .g-pa-95--sm {
        padding: 6.78571rem !important;
    }

    .g-pa-100--sm {
        padding: 7.14286rem !important;
    }

    .g-pa-105--sm {
        padding: 7.5rem !important;
    }

    .g-pa-110--sm {
        padding: 7.85714rem !important;
    }

    .g-pa-115--sm {
        padding: 8.21429rem !important;
    }

    .g-pa-120--sm {
        padding: 8.57143rem !important;
    }

    .g-pa-125--sm {
        padding: 8.92857rem !important;
    }

    .g-pa-130--sm {
        padding: 9.28571rem !important;
    }

    .g-pa-135--sm {
        padding: 9.64286rem !important;
    }

    .g-pa-140--sm {
        padding: 10rem !important;
    }

    .g-pa-145--sm {
        padding: 10.35714rem !important;
    }

    .g-pa-150--sm {
        padding: 10.71429rem !important;
    }

    .g-px-1--sm {
        padding-left: 0.07143rem !important;
        padding-right: 0.07143rem !important;
    }

    .g-px-2--sm {
        padding-left: 0.14286rem !important;
        padding-right: 0.14286rem !important;
    }

    .g-px-3--sm {
        padding-left: 0.21429rem !important;
        padding-right: 0.21429rem !important;
    }

    .g-px-4--sm {
        padding-left: 0.28571rem !important;
        padding-right: 0.28571rem !important;
    }

    .g-px-5--sm {
        padding-left: 0.35714rem !important;
        padding-right: 0.35714rem !important;
    }

    .g-px-6--sm {
        padding-left: 0.42857rem !important;
        padding-right: 0.42857rem !important;
    }

    .g-px-7--sm {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .g-px-8--sm {
        padding-left: 0.57143rem !important;
        padding-right: 0.57143rem !important;
    }

    .g-px-9--sm {
        padding-left: 0.64286rem !important;
        padding-right: 0.64286rem !important;
    }

    .g-px-10--sm {
        padding-left: 0.71429rem !important;
        padding-right: 0.71429rem !important;
    }

    .g-px-11--sm {
        padding-left: 0.78571rem !important;
        padding-right: 0.78571rem !important;
    }

    .g-px-12--sm {
        padding-left: 0.85714rem !important;
        padding-right: 0.85714rem !important;
    }

    .g-px-13--sm {
        padding-left: 0.92857rem !important;
        padding-right: 0.92857rem !important;
    }

    .g-px-14--sm {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .g-px-15--sm {
        padding-left: 1.07143rem !important;
        padding-right: 1.07143rem !important;
    }

    .g-px-16--sm {
        padding-left: 1.14286rem !important;
        padding-right: 1.14286rem !important;
    }

    .g-px-17--sm {
        padding-left: 1.21429rem !important;
        padding-right: 1.21429rem !important;
    }

    .g-px-18--sm {
        padding-left: 1.28571rem !important;
        padding-right: 1.28571rem !important;
    }

    .g-px-19--sm {
        padding-left: 1.35714rem !important;
        padding-right: 1.35714rem !important;
    }

    .g-px-10--sm {
        padding-left: 0.71429rem !important;
        padding-right: 0.71429rem !important;
    }

    .g-px-15--sm {
        padding-left: 1.07143rem !important;
        padding-right: 1.07143rem !important;
    }

    .g-px-20--sm {
        padding-left: 1.42857rem !important;
        padding-right: 1.42857rem !important;
    }

    .g-px-25--sm {
        padding-left: 1.78571rem !important;
        padding-right: 1.78571rem !important;
    }

    .g-px-30--sm {
        padding-left: 2.14286rem !important;
        padding-right: 2.14286rem !important;
    }

    .g-px-35--sm {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }

    .g-px-40--sm {
        padding-left: 2.85714rem !important;
        padding-right: 2.85714rem !important;
    }

    .g-px-45--sm {
        padding-left: 3.21429rem !important;
        padding-right: 3.21429rem !important;
    }

    .g-px-50--sm {
        padding-left: 3.57143rem !important;
        padding-right: 3.57143rem !important;
    }

    .g-px-55--sm {
        padding-left: 3.92857rem !important;
        padding-right: 3.92857rem !important;
    }

    .g-px-60--sm {
        padding-left: 4.28571rem !important;
        padding-right: 4.28571rem !important;
    }

    .g-px-65--sm {
        padding-left: 4.64286rem !important;
        padding-right: 4.64286rem !important;
    }

    .g-px-70--sm {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }

    .g-px-75--sm {
        padding-left: 5.35714rem !important;
        padding-right: 5.35714rem !important;
    }

    .g-px-80--sm {
        padding-left: 5.71429rem !important;
        padding-right: 5.71429rem !important;
    }

    .g-px-85--sm {
        padding-left: 6.07143rem !important;
        padding-right: 6.07143rem !important;
    }

    .g-px-90--sm {
        padding-left: 6.42857rem !important;
        padding-right: 6.42857rem !important;
    }

    .g-px-95--sm {
        padding-left: 6.78571rem !important;
        padding-right: 6.78571rem !important;
    }

    .g-px-100--sm {
        padding-left: 7.14286rem !important;
        padding-right: 7.14286rem !important;
    }

    .g-px-105--sm {
        padding-left: 7.5rem !important;
        padding-right: 7.5rem !important;
    }

    .g-px-110--sm {
        padding-left: 7.85714rem !important;
        padding-right: 7.85714rem !important;
    }

    .g-px-115--sm {
        padding-left: 8.21429rem !important;
        padding-right: 8.21429rem !important;
    }

    .g-px-120--sm {
        padding-left: 8.57143rem !important;
        padding-right: 8.57143rem !important;
    }

    .g-px-125--sm {
        padding-left: 8.92857rem !important;
        padding-right: 8.92857rem !important;
    }

    .g-px-130--sm {
        padding-left: 9.28571rem !important;
        padding-right: 9.28571rem !important;
    }

    .g-px-135--sm {
        padding-left: 9.64286rem !important;
        padding-right: 9.64286rem !important;
    }

    .g-px-140--sm {
        padding-left: 10rem !important;
        padding-right: 10rem !important;
    }

    .g-px-145--sm {
        padding-left: 10.35714rem !important;
        padding-right: 10.35714rem !important;
    }

    .g-px-150--sm {
        padding-left: 10.71429rem !important;
        padding-right: 10.71429rem !important;
    }

    .g-py-1--sm {
        padding-top: 0.07143rem !important;
        padding-bottom: 0.07143rem !important;
    }

    .g-py-2--sm {
        padding-top: 0.14286rem !important;
        padding-bottom: 0.14286rem !important;
    }

    .g-py-3--sm {
        padding-top: 0.21429rem !important;
        padding-bottom: 0.21429rem !important;
    }

    .g-py-4--sm {
        padding-top: 0.28571rem !important;
        padding-bottom: 0.28571rem !important;
    }

    .g-py-5--sm {
        padding-top: 0.35714rem !important;
        padding-bottom: 0.35714rem !important;
    }

    .g-py-6--sm {
        padding-top: 0.42857rem !important;
        padding-bottom: 0.42857rem !important;
    }

    .g-py-7--sm {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .g-py-8--sm {
        padding-top: 0.57143rem !important;
        padding-bottom: 0.57143rem !important;
    }

    .g-py-9--sm {
        padding-top: 0.64286rem !important;
        padding-bottom: 0.64286rem !important;
    }

    .g-py-10--sm {
        padding-top: 0.71429rem !important;
        padding-bottom: 0.71429rem !important;
    }

    .g-py-11--sm {
        padding-top: 0.78571rem !important;
        padding-bottom: 0.78571rem !important;
    }

    .g-py-12--sm {
        padding-top: 0.85714rem !important;
        padding-bottom: 0.85714rem !important;
    }

    .g-py-13--sm {
        padding-top: 0.92857rem !important;
        padding-bottom: 0.92857rem !important;
    }

    .g-py-14--sm {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .g-py-15--sm {
        padding-top: 1.07143rem !important;
        padding-bottom: 1.07143rem !important;
    }

    .g-py-16--sm {
        padding-top: 1.14286rem !important;
        padding-bottom: 1.14286rem !important;
    }

    .g-py-17--sm {
        padding-top: 1.21429rem !important;
        padding-bottom: 1.21429rem !important;
    }

    .g-py-18--sm {
        padding-top: 1.28571rem !important;
        padding-bottom: 1.28571rem !important;
    }

    .g-py-19--sm {
        padding-top: 1.35714rem !important;
        padding-bottom: 1.35714rem !important;
    }

    .g-py-10--sm {
        padding-top: 0.71429rem !important;
        padding-bottom: 0.71429rem !important;
    }

    .g-py-15--sm {
        padding-top: 1.07143rem !important;
        padding-bottom: 1.07143rem !important;
    }

    .g-py-20--sm {
        padding-top: 1.42857rem !important;
        padding-bottom: 1.42857rem !important;
    }

    .g-py-25--sm {
        padding-top: 1.78571rem !important;
        padding-bottom: 1.78571rem !important;
    }

    .g-py-30--sm {
        padding-top: 2.14286rem !important;
        padding-bottom: 2.14286rem !important;
    }

    .g-py-35--sm {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .g-py-40--sm {
        padding-top: 2.85714rem !important;
        padding-bottom: 2.85714rem !important;
    }

    .g-py-45--sm {
        padding-top: 3.21429rem !important;
        padding-bottom: 3.21429rem !important;
    }

    .g-py-50--sm {
        padding-top: 3.57143rem !important;
        padding-bottom: 3.57143rem !important;
    }

    .g-py-55--sm {
        padding-top: 3.92857rem !important;
        padding-bottom: 3.92857rem !important;
    }

    .g-py-60--sm {
        padding-top: 4.28571rem !important;
        padding-bottom: 4.28571rem !important;
    }

    .g-py-65--sm {
        padding-top: 4.64286rem !important;
        padding-bottom: 4.64286rem !important;
    }

    .g-py-70--sm {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .g-py-75--sm {
        padding-top: 5.35714rem !important;
        padding-bottom: 5.35714rem !important;
    }

    .g-py-80--sm {
        padding-top: 5.71429rem !important;
        padding-bottom: 5.71429rem !important;
    }

    .g-py-85--sm {
        padding-top: 6.07143rem !important;
        padding-bottom: 6.07143rem !important;
    }

    .g-py-90--sm {
        padding-top: 6.42857rem !important;
        padding-bottom: 6.42857rem !important;
    }

    .g-py-95--sm {
        padding-top: 6.78571rem !important;
        padding-bottom: 6.78571rem !important;
    }

    .g-py-100--sm {
        padding-top: 7.14286rem !important;
        padding-bottom: 7.14286rem !important;
    }

    .g-py-105--sm {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important;
    }

    .g-py-110--sm {
        padding-top: 7.85714rem !important;
        padding-bottom: 7.85714rem !important;
    }

    .g-py-115--sm {
        padding-top: 8.21429rem !important;
        padding-bottom: 8.21429rem !important;
    }

    .g-py-120--sm {
        padding-top: 8.57143rem !important;
        padding-bottom: 8.57143rem !important;
    }

    .g-py-125--sm {
        padding-top: 8.92857rem !important;
        padding-bottom: 8.92857rem !important;
    }

    .g-py-130--sm {
        padding-top: 9.28571rem !important;
        padding-bottom: 9.28571rem !important;
    }

    .g-py-135--sm {
        padding-top: 9.64286rem !important;
        padding-bottom: 9.64286rem !important;
    }

    .g-py-140--sm {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }

    .g-py-145--sm {
        padding-top: 10.35714rem !important;
        padding-bottom: 10.35714rem !important;
    }

    .g-py-150--sm {
        padding-top: 10.71429rem !important;
        padding-bottom: 10.71429rem !important;
    }

    .g-py-155--sm {
        padding-top: 11.07143rem !important;
        padding-bottom: 11.07143rem !important;
    }

    .g-py-160--sm {
        padding-top: 11.42857rem !important;
        padding-bottom: 11.42857rem !important;
    }

    .g-py-165--sm {
        padding-top: 11.78571rem !important;
        padding-bottom: 11.78571rem !important;
    }

    .g-py-170--sm {
        padding-top: 12.14286rem !important;
        padding-bottom: 12.14286rem !important;
    }

    .g-py-175--sm {
        padding-top: 12.5rem !important;
        padding-bottom: 12.5rem !important;
    }

    .g-py-180--sm {
        padding-top: 12.85714rem !important;
        padding-bottom: 12.85714rem !important;
    }

    .g-py-185--sm {
        padding-top: 13.21429rem !important;
        padding-bottom: 13.21429rem !important;
    }

    .g-py-190--sm {
        padding-top: 13.57143rem !important;
        padding-bottom: 13.57143rem !important;
    }

    .g-py-195--sm {
        padding-top: 13.92857rem !important;
        padding-bottom: 13.92857rem !important;
    }

    .g-py-200--sm {
        padding-top: 14.28571rem !important;
        padding-bottom: 14.28571rem !important;
    }

    .g-py-205--sm {
        padding-top: 14.64286rem !important;
        padding-bottom: 14.64286rem !important;
    }

    .g-py-210--sm {
        padding-top: 15rem !important;
        padding-bottom: 15rem !important;
    }

    .g-pt-0--sm {
        padding-top: 0px !important;
    }

    .g-pt-1--sm {
        padding-top: 0.07143rem !important;
    }

    .g-pt-2--sm {
        padding-top: 0.14286rem !important;
    }

    .g-pt-3--sm {
        padding-top: 0.21429rem !important;
    }

    .g-pt-4--sm {
        padding-top: 0.28571rem !important;
    }

    .g-pt-5--sm {
        padding-top: 0.35714rem !important;
    }

    .g-pt-6--sm {
        padding-top: 0.42857rem !important;
    }

    .g-pt-7--sm {
        padding-top: 0.5rem !important;
    }

    .g-pt-8--sm {
        padding-top: 0.57143rem !important;
    }

    .g-pt-9--sm {
        padding-top: 0.64286rem !important;
    }

    .g-pt-10--sm {
        padding-top: 0.71429rem !important;
    }

    .g-pt-11--sm {
        padding-top: 0.78571rem !important;
    }

    .g-pt-12--sm {
        padding-top: 0.85714rem !important;
    }

    .g-pt-13--sm {
        padding-top: 0.92857rem !important;
    }

    .g-pt-14--sm {
        padding-top: 1rem !important;
    }

    .g-pt-15--sm {
        padding-top: 1.07143rem !important;
    }

    .g-pt-16--sm {
        padding-top: 1.14286rem !important;
    }

    .g-pt-17--sm {
        padding-top: 1.21429rem !important;
    }

    .g-pt-18--sm {
        padding-top: 1.28571rem !important;
    }

    .g-pt-19--sm {
        padding-top: 1.35714rem !important;
    }

    .g-pt-10--sm {
        padding-top: 0.71429rem !important;
    }

    .g-pt-15--sm {
        padding-top: 1.07143rem !important;
    }

    .g-pt-20--sm {
        padding-top: 1.42857rem !important;
    }

    .g-pt-25--sm {
        padding-top: 1.78571rem !important;
    }

    .g-pt-30--sm {
        padding-top: 2.14286rem !important;
    }

    .g-pt-35--sm {
        padding-top: 2.5rem !important;
    }

    .g-pt-40--sm {
        padding-top: 2.85714rem !important;
    }

    .g-pt-45--sm {
        padding-top: 3.21429rem !important;
    }

    .g-pt-50--sm {
        padding-top: 3.57143rem !important;
    }

    .g-pt-55--sm {
        padding-top: 3.92857rem !important;
    }

    .g-pt-60--sm {
        padding-top: 4.28571rem !important;
    }

    .g-pt-65--sm {
        padding-top: 4.64286rem !important;
    }

    .g-pt-70--sm {
        padding-top: 5rem !important;
    }

    .g-pt-75--sm {
        padding-top: 5.35714rem !important;
    }

    .g-pt-80--sm {
        padding-top: 5.71429rem !important;
    }

    .g-pt-85--sm {
        padding-top: 6.07143rem !important;
    }

    .g-pt-90--sm {
        padding-top: 6.42857rem !important;
    }

    .g-pt-95--sm {
        padding-top: 6.78571rem !important;
    }

    .g-pt-100--sm {
        padding-top: 7.14286rem !important;
    }

    .g-pt-105--sm {
        padding-top: 7.5rem !important;
    }

    .g-pt-110--sm {
        padding-top: 7.85714rem !important;
    }

    .g-pt-115--sm {
        padding-top: 8.21429rem !important;
    }

    .g-pt-120--sm {
        padding-top: 8.57143rem !important;
    }

    .g-pt-125--sm {
        padding-top: 8.92857rem !important;
    }

    .g-pt-130--sm {
        padding-top: 9.28571rem !important;
    }

    .g-pt-135--sm {
        padding-top: 9.64286rem !important;
    }

    .g-pt-140--sm {
        padding-top: 10rem !important;
    }

    .g-pt-145--sm {
        padding-top: 10.35714rem !important;
    }

    .g-pt-150--sm {
        padding-top: 10.71429rem !important;
    }

    .g-pr-0--sm {
        padding-right: 0px !important;
    }

    .g-pr-1--sm {
        padding-right: 0.07143rem !important;
    }

    .g-pr-2--sm {
        padding-right: 0.14286rem !important;
    }

    .g-pr-3--sm {
        padding-right: 0.21429rem !important;
    }

    .g-pr-4--sm {
        padding-right: 0.28571rem !important;
    }

    .g-pr-5--sm {
        padding-right: 0.35714rem !important;
    }

    .g-pr-6--sm {
        padding-right: 0.42857rem !important;
    }

    .g-pr-7--sm {
        padding-right: 0.5rem !important;
    }

    .g-pr-8--sm {
        padding-right: 0.57143rem !important;
    }

    .g-pr-9--sm {
        padding-right: 0.64286rem !important;
    }

    .g-pr-10--sm {
        padding-right: 0.71429rem !important;
    }

    .g-pr-15--sm {
        padding-right: 1.07143rem !important;
    }

    .g-pr-20--sm {
        padding-right: 1.42857rem !important;
    }

    .g-pr-25--sm {
        padding-right: 1.78571rem !important;
    }

    .g-pr-30--sm {
        padding-right: 2.14286rem !important;
    }

    .g-pr-35--sm {
        padding-right: 2.5rem !important;
    }

    .g-pr-40--sm {
        padding-right: 2.85714rem !important;
    }

    .g-pr-45--sm {
        padding-right: 3.21429rem !important;
    }

    .g-pr-50--sm {
        padding-right: 3.57143rem !important;
    }

    .g-pr-55--sm {
        padding-right: 3.92857rem !important;
    }

    .g-pr-60--sm {
        padding-right: 4.28571rem !important;
    }

    .g-pr-65--sm {
        padding-right: 4.64286rem !important;
    }

    .g-pr-70--sm {
        padding-right: 5rem !important;
    }

    .g-pr-75--sm {
        padding-right: 5.35714rem !important;
    }

    .g-pr-80--sm {
        padding-right: 5.71429rem !important;
    }

    .g-pr-85--sm {
        padding-right: 6.07143rem !important;
    }

    .g-pr-90--sm {
        padding-right: 6.42857rem !important;
    }

    .g-pr-95--sm {
        padding-right: 6.78571rem !important;
    }

    .g-pr-100--sm {
        padding-right: 7.14286rem !important;
    }

    .g-pr-105--sm {
        padding-right: 7.5rem !important;
    }

    .g-pr-110--sm {
        padding-right: 7.85714rem !important;
    }

    .g-pr-115--sm {
        padding-right: 8.21429rem !important;
    }

    .g-pr-120--sm {
        padding-right: 8.57143rem !important;
    }

    .g-pr-125--sm {
        padding-right: 8.92857rem !important;
    }

    .g-pr-130--sm {
        padding-right: 9.28571rem !important;
    }

    .g-pr-135--sm {
        padding-right: 9.64286rem !important;
    }

    .g-pr-140--sm {
        padding-right: 10rem !important;
    }

    .g-pr-145--sm {
        padding-right: 10.35714rem !important;
    }

    .g-pr-150--sm {
        padding-right: 10.71429rem !important;
    }

    .g-pr-155--sm {
        padding-right: 11.07143rem !important;
    }

    .g-pr-160--sm {
        padding-right: 11.42857rem !important;
    }

    .g-pr-165--sm {
        padding-right: 11.78571rem !important;
    }

    .g-pr-170--sm {
        padding-right: 12.14286rem !important;
    }

    .g-pb-0--sm {
        padding-bottom: 0px !important;
    }

    .g-pb-1--sm {
        padding-bottom: 0.07143rem !important;
    }

    .g-pb-2--sm {
        padding-bottom: 0.14286rem !important;
    }

    .g-pb-3--sm {
        padding-bottom: 0.21429rem !important;
    }

    .g-pb-4--sm {
        padding-bottom: 0.28571rem !important;
    }

    .g-pb-5--sm {
        padding-bottom: 0.35714rem !important;
    }

    .g-pb-6--sm {
        padding-bottom: 0.42857rem !important;
    }

    .g-pb-7--sm {
        padding-bottom: 0.5rem !important;
    }

    .g-pb-8--sm {
        padding-bottom: 0.57143rem !important;
    }

    .g-pb-9--sm {
        padding-bottom: 0.64286rem !important;
    }

    .g-pb-10--sm {
        padding-bottom: 0.71429rem !important;
    }

    .g-pb-15--sm {
        padding-bottom: 1.07143rem !important;
    }

    .g-pb-20--sm {
        padding-bottom: 1.42857rem !important;
    }

    .g-pb-25--sm {
        padding-bottom: 1.78571rem !important;
    }

    .g-pb-30--sm {
        padding-bottom: 2.14286rem !important;
    }

    .g-pb-35--sm {
        padding-bottom: 2.5rem !important;
    }

    .g-pb-40--sm {
        padding-bottom: 2.85714rem !important;
    }

    .g-pb-45--sm {
        padding-bottom: 3.21429rem !important;
    }

    .g-pb-50--sm {
        padding-bottom: 3.57143rem !important;
    }

    .g-pb-55--sm {
        padding-bottom: 3.92857rem !important;
    }

    .g-pb-60--sm {
        padding-bottom: 4.28571rem !important;
    }

    .g-pb-65--sm {
        padding-bottom: 4.64286rem !important;
    }

    .g-pb-70--sm {
        padding-bottom: 5rem !important;
    }

    .g-pb-75--sm {
        padding-bottom: 5.35714rem !important;
    }

    .g-pb-80--sm {
        padding-bottom: 5.71429rem !important;
    }

    .g-pb-85--sm {
        padding-bottom: 6.07143rem !important;
    }

    .g-pb-90--sm {
        padding-bottom: 6.42857rem !important;
    }

    .g-pb-95--sm {
        padding-bottom: 6.78571rem !important;
    }

    .g-pb-100--sm {
        padding-bottom: 7.14286rem !important;
    }

    .g-pb-105--sm {
        padding-bottom: 7.5rem !important;
    }

    .g-pb-110--sm {
        padding-bottom: 7.85714rem !important;
    }

    .g-pb-115--sm {
        padding-bottom: 8.21429rem !important;
    }

    .g-pb-120--sm {
        padding-bottom: 8.57143rem !important;
    }

    .g-pb-125--sm {
        padding-bottom: 8.92857rem !important;
    }

    .g-pb-130--sm {
        padding-bottom: 9.28571rem !important;
    }

    .g-pb-135--sm {
        padding-bottom: 9.64286rem !important;
    }

    .g-pb-140--sm {
        padding-bottom: 10rem !important;
    }

    .g-pb-145--sm {
        padding-bottom: 10.35714rem !important;
    }

    .g-pb-150--sm {
        padding-bottom: 10.71429rem !important;
    }

    .g-pl-0--sm {
        padding-left: 0px !important;
    }

    .g-pl-1--sm {
        padding-left: 0.07143rem !important;
    }

    .g-pl-2--sm {
        padding-left: 0.14286rem !important;
    }

    .g-pl-3--sm {
        padding-left: 0.21429rem !important;
    }

    .g-pl-4--sm {
        padding-left: 0.28571rem !important;
    }

    .g-pl-5--sm {
        padding-left: 0.35714rem !important;
    }

    .g-pl-6--sm {
        padding-left: 0.42857rem !important;
    }

    .g-pl-7--sm {
        padding-left: 0.5rem !important;
    }

    .g-pl-8--sm {
        padding-left: 0.57143rem !important;
    }

    .g-pl-9--sm {
        padding-left: 0.64286rem !important;
    }

    .g-pl-10--sm {
        padding-left: 0.71429rem !important;
    }

    .g-pl-15--sm {
        padding-left: 1.07143rem !important;
    }

    .g-pl-20--sm {
        padding-left: 1.42857rem !important;
    }

    .g-pl-25--sm {
        padding-left: 1.78571rem !important;
    }

    .g-pl-30--sm {
        padding-left: 2.14286rem !important;
    }

    .g-pl-35--sm {
        padding-left: 2.5rem !important;
    }

    .g-pl-40--sm {
        padding-left: 2.85714rem !important;
    }

    .g-pl-45--sm {
        padding-left: 3.21429rem !important;
    }

    .g-pl-50--sm {
        padding-left: 3.57143rem !important;
    }

    .g-pl-55--sm {
        padding-left: 3.92857rem !important;
    }

    .g-pl-60--sm {
        padding-left: 4.28571rem !important;
    }

    .g-pl-65--sm {
        padding-left: 4.64286rem !important;
    }

    .g-pl-70--sm {
        padding-left: 5rem !important;
    }

    .g-pl-75--sm {
        padding-left: 5.35714rem !important;
    }

    .g-pl-80--sm {
        padding-left: 5.71429rem !important;
    }

    .g-pl-85--sm {
        padding-left: 6.07143rem !important;
    }

    .g-pl-90--sm {
        padding-left: 6.42857rem !important;
    }

    .g-pl-95--sm {
        padding-left: 6.78571rem !important;
    }

    .g-pl-100--sm {
        padding-left: 7.14286rem !important;
    }

    .g-pl-105--sm {
        padding-left: 7.5rem !important;
    }

    .g-pl-110--sm {
        padding-left: 7.85714rem !important;
    }

    .g-pl-115--sm {
        padding-left: 8.21429rem !important;
    }

    .g-pl-120--sm {
        padding-left: 8.57143rem !important;
    }

    .g-pl-125--sm {
        padding-left: 8.92857rem !important;
    }

    .g-pl-130--sm {
        padding-left: 9.28571rem !important;
    }

    .g-pl-135--sm {
        padding-left: 9.64286rem !important;
    }

    .g-pl-140--sm {
        padding-left: 10rem !important;
    }

    .g-pl-145--sm {
        padding-left: 10.35714rem !important;
    }

    .g-pl-150--sm {
        padding-left: 10.71429rem !important;
    }

    .g-pl-155--sm {
        padding-left: 11.07143rem !important;
    }

    .g-pl-160--sm {
        padding-left: 11.42857rem !important;
    }

    .g-pl-165--sm {
        padding-left: 11.78571rem !important;
    }

    .g-pl-170--sm {
        padding-left: 12.14286rem !important;
    }
}

@media (min-width: 768px) {
    .g-pa-0--md {
        padding: 0 !important;
    }

    .g-px-0--md {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .g-py-0--md {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .g-pt-0--md {
        padding-top: 0 !important;
    }

    .g-pr-0--md {
        padding-right: 0 !important;
    }

    .g-pb-0--md {
        padding-bottom: 0 !important;
    }

    .g-pl-0--md {
        padding-left: 0 !important;
    }

    .g-pa-2--md {
        padding: 0.14286rem !important;
    }

    .g-pa-3--md {
        padding: 0.21429rem !important;
    }

    .g-pa-5--md {
        padding: 0.35714rem !important;
    }

    .g-pa-7--md {
        padding: 0.5rem !important;
    }

    .g-pa-10--md {
        padding: 0.71429rem !important;
    }

    .g-pa-15--md {
        padding: 1.07143rem !important;
    }

    .g-pa-20--md {
        padding: 1.42857rem !important;
    }

    .g-pa-25--md {
        padding: 1.78571rem !important;
    }

    .g-pa-30--md {
        padding: 2.14286rem !important;
    }

    .g-pa-35--md {
        padding: 2.5rem !important;
    }

    .g-pa-40--md {
        padding: 2.85714rem !important;
    }

    .g-pa-45--md {
        padding: 3.21429rem !important;
    }

    .g-pa-50--md {
        padding: 3.57143rem !important;
    }

    .g-pa-55--md {
        padding: 3.92857rem !important;
    }

    .g-pa-60--md {
        padding: 4.28571rem !important;
    }

    .g-pa-65--md {
        padding: 4.64286rem !important;
    }

    .g-pa-70--md {
        padding: 5rem !important;
    }

    .g-pa-75--md {
        padding: 5.35714rem !important;
    }

    .g-pa-80--md {
        padding: 5.71429rem !important;
    }

    .g-pa-85--md {
        padding: 6.07143rem !important;
    }

    .g-pa-90--md {
        padding: 6.42857rem !important;
    }

    .g-pa-95--md {
        padding: 6.78571rem !important;
    }

    .g-pa-100--md {
        padding: 7.14286rem !important;
    }

    .g-pa-105--md {
        padding: 7.5rem !important;
    }

    .g-pa-110--md {
        padding: 7.85714rem !important;
    }

    .g-pa-115--md {
        padding: 8.21429rem !important;
    }

    .g-pa-120--md {
        padding: 8.57143rem !important;
    }

    .g-pa-125--md {
        padding: 8.92857rem !important;
    }

    .g-pa-130--md {
        padding: 9.28571rem !important;
    }

    .g-pa-135--md {
        padding: 9.64286rem !important;
    }

    .g-pa-140--md {
        padding: 10rem !important;
    }

    .g-pa-145--md {
        padding: 10.35714rem !important;
    }

    .g-pa-150--md {
        padding: 10.71429rem !important;
    }

    .g-px-1--md {
        padding-left: 0.07143rem !important;
        padding-right: 0.07143rem !important;
    }

    .g-px-2--md {
        padding-left: 0.14286rem !important;
        padding-right: 0.14286rem !important;
    }

    .g-px-3--md {
        padding-left: 0.21429rem !important;
        padding-right: 0.21429rem !important;
    }

    .g-px-4--md {
        padding-left: 0.28571rem !important;
        padding-right: 0.28571rem !important;
    }

    .g-px-5--md {
        padding-left: 0.35714rem !important;
        padding-right: 0.35714rem !important;
    }

    .g-px-6--md {
        padding-left: 0.42857rem !important;
        padding-right: 0.42857rem !important;
    }

    .g-px-7--md {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .g-px-8--md {
        padding-left: 0.57143rem !important;
        padding-right: 0.57143rem !important;
    }

    .g-px-9--md {
        padding-left: 0.64286rem !important;
        padding-right: 0.64286rem !important;
    }

    .g-px-10--md {
        padding-left: 0.71429rem !important;
        padding-right: 0.71429rem !important;
    }

    .g-px-11--md {
        padding-left: 0.78571rem !important;
        padding-right: 0.78571rem !important;
    }

    .g-px-12--md {
        padding-left: 0.85714rem !important;
        padding-right: 0.85714rem !important;
    }

    .g-px-13--md {
        padding-left: 0.92857rem !important;
        padding-right: 0.92857rem !important;
    }

    .g-px-14--md {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .g-px-15--md {
        padding-left: 1.07143rem !important;
        padding-right: 1.07143rem !important;
    }

    .g-px-16--md {
        padding-left: 1.14286rem !important;
        padding-right: 1.14286rem !important;
    }

    .g-px-17--md {
        padding-left: 1.21429rem !important;
        padding-right: 1.21429rem !important;
    }

    .g-px-18--md {
        padding-left: 1.28571rem !important;
        padding-right: 1.28571rem !important;
    }

    .g-px-19--md {
        padding-left: 1.35714rem !important;
        padding-right: 1.35714rem !important;
    }

    .g-px-10--md {
        padding-left: 0.71429rem !important;
        padding-right: 0.71429rem !important;
    }

    .g-px-15--md {
        padding-left: 1.07143rem !important;
        padding-right: 1.07143rem !important;
    }

    .g-px-20--md {
        padding-left: 1.42857rem !important;
        padding-right: 1.42857rem !important;
    }

    .g-px-25--md {
        padding-left: 1.78571rem !important;
        padding-right: 1.78571rem !important;
    }

    .g-px-30--md {
        padding-left: 2.14286rem !important;
        padding-right: 2.14286rem !important;
    }

    .g-px-35--md {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }

    .g-px-40--md {
        padding-left: 2.85714rem !important;
        padding-right: 2.85714rem !important;
    }

    .g-px-45--md {
        padding-left: 3.21429rem !important;
        padding-right: 3.21429rem !important;
    }

    .g-px-50--md {
        padding-left: 3.57143rem !important;
        padding-right: 3.57143rem !important;
    }

    .g-px-55--md {
        padding-left: 3.92857rem !important;
        padding-right: 3.92857rem !important;
    }

    .g-px-60--md {
        padding-left: 4.28571rem !important;
        padding-right: 4.28571rem !important;
    }

    .g-px-65--md {
        padding-left: 4.64286rem !important;
        padding-right: 4.64286rem !important;
    }

    .g-px-70--md {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }

    .g-px-75--md {
        padding-left: 5.35714rem !important;
        padding-right: 5.35714rem !important;
    }

    .g-px-80--md {
        padding-left: 5.71429rem !important;
        padding-right: 5.71429rem !important;
    }

    .g-px-85--md {
        padding-left: 6.07143rem !important;
        padding-right: 6.07143rem !important;
    }

    .g-px-90--md {
        padding-left: 6.42857rem !important;
        padding-right: 6.42857rem !important;
    }

    .g-px-95--md {
        padding-left: 6.78571rem !important;
        padding-right: 6.78571rem !important;
    }

    .g-px-100--md {
        padding-left: 7.14286rem !important;
        padding-right: 7.14286rem !important;
    }

    .g-px-105--md {
        padding-left: 7.5rem !important;
        padding-right: 7.5rem !important;
    }

    .g-px-110--md {
        padding-left: 7.85714rem !important;
        padding-right: 7.85714rem !important;
    }

    .g-px-115--md {
        padding-left: 8.21429rem !important;
        padding-right: 8.21429rem !important;
    }

    .g-px-120--md {
        padding-left: 8.57143rem !important;
        padding-right: 8.57143rem !important;
    }

    .g-px-125--md {
        padding-left: 8.92857rem !important;
        padding-right: 8.92857rem !important;
    }

    .g-px-130--md {
        padding-left: 9.28571rem !important;
        padding-right: 9.28571rem !important;
    }

    .g-px-135--md {
        padding-left: 9.64286rem !important;
        padding-right: 9.64286rem !important;
    }

    .g-px-140--md {
        padding-left: 10rem !important;
        padding-right: 10rem !important;
    }

    .g-px-145--md {
        padding-left: 10.35714rem !important;
        padding-right: 10.35714rem !important;
    }

    .g-px-150--md {
        padding-left: 10.71429rem !important;
        padding-right: 10.71429rem !important;
    }

    .g-py-1--md {
        padding-top: 0.07143rem !important;
        padding-bottom: 0.07143rem !important;
    }

    .g-py-2--md {
        padding-top: 0.14286rem !important;
        padding-bottom: 0.14286rem !important;
    }

    .g-py-3--md {
        padding-top: 0.21429rem !important;
        padding-bottom: 0.21429rem !important;
    }

    .g-py-4--md {
        padding-top: 0.28571rem !important;
        padding-bottom: 0.28571rem !important;
    }

    .g-py-5--md {
        padding-top: 0.35714rem !important;
        padding-bottom: 0.35714rem !important;
    }

    .g-py-6--md {
        padding-top: 0.42857rem !important;
        padding-bottom: 0.42857rem !important;
    }

    .g-py-7--md {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .g-py-8--md {
        padding-top: 0.57143rem !important;
        padding-bottom: 0.57143rem !important;
    }

    .g-py-9--md {
        padding-top: 0.64286rem !important;
        padding-bottom: 0.64286rem !important;
    }

    .g-py-10--md {
        padding-top: 0.71429rem !important;
        padding-bottom: 0.71429rem !important;
    }

    .g-py-11--md {
        padding-top: 0.78571rem !important;
        padding-bottom: 0.78571rem !important;
    }

    .g-py-12--md {
        padding-top: 0.85714rem !important;
        padding-bottom: 0.85714rem !important;
    }

    .g-py-13--md {
        padding-top: 0.92857rem !important;
        padding-bottom: 0.92857rem !important;
    }

    .g-py-14--md {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .g-py-15--md {
        padding-top: 1.07143rem !important;
        padding-bottom: 1.07143rem !important;
    }

    .g-py-16--md {
        padding-top: 1.14286rem !important;
        padding-bottom: 1.14286rem !important;
    }

    .g-py-17--md {
        padding-top: 1.21429rem !important;
        padding-bottom: 1.21429rem !important;
    }

    .g-py-18--md {
        padding-top: 1.28571rem !important;
        padding-bottom: 1.28571rem !important;
    }

    .g-py-19--md {
        padding-top: 1.35714rem !important;
        padding-bottom: 1.35714rem !important;
    }

    .g-py-10--md {
        padding-top: 0.71429rem !important;
        padding-bottom: 0.71429rem !important;
    }

    .g-py-15--md {
        padding-top: 1.07143rem !important;
        padding-bottom: 1.07143rem !important;
    }

    .g-py-20--md {
        padding-top: 1.42857rem !important;
        padding-bottom: 1.42857rem !important;
    }

    .g-py-25--md {
        padding-top: 1.78571rem !important;
        padding-bottom: 1.78571rem !important;
    }

    .g-py-30--md {
        padding-top: 2.14286rem !important;
        padding-bottom: 2.14286rem !important;
    }

    .g-py-35--md {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .g-py-40--md {
        padding-top: 2.85714rem !important;
        padding-bottom: 2.85714rem !important;
    }

    .g-py-45--md {
        padding-top: 3.21429rem !important;
        padding-bottom: 3.21429rem !important;
    }

    .g-py-50--md {
        padding-top: 3.57143rem !important;
        padding-bottom: 3.57143rem !important;
    }

    .g-py-55--md {
        padding-top: 3.92857rem !important;
        padding-bottom: 3.92857rem !important;
    }

    .g-py-60--md {
        padding-top: 4.28571rem !important;
        padding-bottom: 4.28571rem !important;
    }

    .g-py-65--md {
        padding-top: 4.64286rem !important;
        padding-bottom: 4.64286rem !important;
    }

    .g-py-70--md {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .g-py-75--md {
        padding-top: 5.35714rem !important;
        padding-bottom: 5.35714rem !important;
    }

    .g-py-80--md {
        padding-top: 5.71429rem !important;
        padding-bottom: 5.71429rem !important;
    }

    .g-py-85--md {
        padding-top: 6.07143rem !important;
        padding-bottom: 6.07143rem !important;
    }

    .g-py-90--md {
        padding-top: 6.42857rem !important;
        padding-bottom: 6.42857rem !important;
    }

    .g-py-95--md {
        padding-top: 6.78571rem !important;
        padding-bottom: 6.78571rem !important;
    }

    .g-py-100--md {
        padding-top: 7.14286rem !important;
        padding-bottom: 7.14286rem !important;
    }

    .g-py-105--md {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important;
    }

    .g-py-110--md {
        padding-top: 7.85714rem !important;
        padding-bottom: 7.85714rem !important;
    }

    .g-py-115--md {
        padding-top: 8.21429rem !important;
        padding-bottom: 8.21429rem !important;
    }

    .g-py-120--md {
        padding-top: 8.57143rem !important;
        padding-bottom: 8.57143rem !important;
    }

    .g-py-125--md {
        padding-top: 8.92857rem !important;
        padding-bottom: 8.92857rem !important;
    }

    .g-py-130--md {
        padding-top: 9.28571rem !important;
        padding-bottom: 9.28571rem !important;
    }

    .g-py-135--md {
        padding-top: 9.64286rem !important;
        padding-bottom: 9.64286rem !important;
    }

    .g-py-140--md {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }

    .g-py-145--md {
        padding-top: 10.35714rem !important;
        padding-bottom: 10.35714rem !important;
    }

    .g-py-150--md {
        padding-top: 10.71429rem !important;
        padding-bottom: 10.71429rem !important;
    }

    .g-py-155--md {
        padding-top: 11.07143rem !important;
        padding-bottom: 11.07143rem !important;
    }

    .g-py-160--md {
        padding-top: 11.42857rem !important;
        padding-bottom: 11.42857rem !important;
    }

    .g-py-165--md {
        padding-top: 11.78571rem !important;
        padding-bottom: 11.78571rem !important;
    }

    .g-py-170--md {
        padding-top: 12.14286rem !important;
        padding-bottom: 12.14286rem !important;
    }

    .g-py-175--md {
        padding-top: 12.5rem !important;
        padding-bottom: 12.5rem !important;
    }

    .g-py-180--md {
        padding-top: 12.85714rem !important;
        padding-bottom: 12.85714rem !important;
    }

    .g-py-185--md {
        padding-top: 13.21429rem !important;
        padding-bottom: 13.21429rem !important;
    }

    .g-py-190--md {
        padding-top: 13.57143rem !important;
        padding-bottom: 13.57143rem !important;
    }

    .g-py-195--md {
        padding-top: 13.92857rem !important;
        padding-bottom: 13.92857rem !important;
    }

    .g-py-200--md {
        padding-top: 14.28571rem !important;
        padding-bottom: 14.28571rem !important;
    }

    .g-py-205--md {
        padding-top: 14.64286rem !important;
        padding-bottom: 14.64286rem !important;
    }

    .g-py-210--md {
        padding-top: 15rem !important;
        padding-bottom: 15rem !important;
    }

    .g-pt-0--md {
        padding-top: 0px !important;
    }

    .g-pt-1--md {
        padding-top: 0.07143rem !important;
    }

    .g-pt-2--md {
        padding-top: 0.14286rem !important;
    }

    .g-pt-3--md {
        padding-top: 0.21429rem !important;
    }

    .g-pt-4--md {
        padding-top: 0.28571rem !important;
    }

    .g-pt-5--md {
        padding-top: 0.35714rem !important;
    }

    .g-pt-6--md {
        padding-top: 0.42857rem !important;
    }

    .g-pt-7--md {
        padding-top: 0.5rem !important;
    }

    .g-pt-8--md {
        padding-top: 0.57143rem !important;
    }

    .g-pt-9--md {
        padding-top: 0.64286rem !important;
    }

    .g-pt-10--md {
        padding-top: 0.71429rem !important;
    }

    .g-pt-11--md {
        padding-top: 0.78571rem !important;
    }

    .g-pt-12--md {
        padding-top: 0.85714rem !important;
    }

    .g-pt-13--md {
        padding-top: 0.92857rem !important;
    }

    .g-pt-14--md {
        padding-top: 1rem !important;
    }

    .g-pt-15--md {
        padding-top: 1.07143rem !important;
    }

    .g-pt-16--md {
        padding-top: 1.14286rem !important;
    }

    .g-pt-17--md {
        padding-top: 1.21429rem !important;
    }

    .g-pt-18--md {
        padding-top: 1.28571rem !important;
    }

    .g-pt-19--md {
        padding-top: 1.35714rem !important;
    }

    .g-pt-10--md {
        padding-top: 0.71429rem !important;
    }

    .g-pt-15--md {
        padding-top: 1.07143rem !important;
    }

    .g-pt-20--md {
        padding-top: 1.42857rem !important;
    }

    .g-pt-25--md {
        padding-top: 1.78571rem !important;
    }

    .g-pt-30--md {
        padding-top: 2.14286rem !important;
    }

    .g-pt-35--md {
        padding-top: 2.5rem !important;
    }

    .g-pt-40--md {
        padding-top: 2.85714rem !important;
    }

    .g-pt-45--md {
        padding-top: 3.21429rem !important;
    }

    .g-pt-50--md {
        padding-top: 3.57143rem !important;
    }

    .g-pt-55--md {
        padding-top: 3.92857rem !important;
    }

    .g-pt-60--md {
        padding-top: 4.28571rem !important;
    }

    .g-pt-65--md {
        padding-top: 4.64286rem !important;
    }

    .g-pt-70--md {
        padding-top: 5rem !important;
    }

    .g-pt-75--md {
        padding-top: 5.35714rem !important;
    }

    .g-pt-80--md {
        padding-top: 5.71429rem !important;
    }

    .g-pt-85--md {
        padding-top: 6.07143rem !important;
    }

    .g-pt-90--md {
        padding-top: 6.42857rem !important;
    }

    .g-pt-95--md {
        padding-top: 6.78571rem !important;
    }

    .g-pt-100--md {
        padding-top: 7.14286rem !important;
    }

    .g-pt-105--md {
        padding-top: 7.5rem !important;
    }

    .g-pt-110--md {
        padding-top: 7.85714rem !important;
    }

    .g-pt-115--md {
        padding-top: 8.21429rem !important;
    }

    .g-pt-120--md {
        padding-top: 8.57143rem !important;
    }

    .g-pt-125--md {
        padding-top: 8.92857rem !important;
    }

    .g-pt-130--md {
        padding-top: 9.28571rem !important;
    }

    .g-pt-135--md {
        padding-top: 9.64286rem !important;
    }

    .g-pt-140--md {
        padding-top: 10rem !important;
    }

    .g-pt-145--md {
        padding-top: 10.35714rem !important;
    }

    .g-pt-150--md {
        padding-top: 10.71429rem !important;
    }

    .g-pr-0--md {
        padding-right: 0px !important;
    }

    .g-pr-1--md {
        padding-right: 0.07143rem !important;
    }

    .g-pr-2--md {
        padding-right: 0.14286rem !important;
    }

    .g-pr-3--md {
        padding-right: 0.21429rem !important;
    }

    .g-pr-4--md {
        padding-right: 0.28571rem !important;
    }

    .g-pr-5--md {
        padding-right: 0.35714rem !important;
    }

    .g-pr-6--md {
        padding-right: 0.42857rem !important;
    }

    .g-pr-7--md {
        padding-right: 0.5rem !important;
    }

    .g-pr-8--md {
        padding-right: 0.57143rem !important;
    }

    .g-pr-9--md {
        padding-right: 0.64286rem !important;
    }

    .g-pr-10--md {
        padding-right: 0.71429rem !important;
    }

    .g-pr-15--md {
        padding-right: 1.07143rem !important;
    }

    .g-pr-20--md {
        padding-right: 1.42857rem !important;
    }

    .g-pr-25--md {
        padding-right: 1.78571rem !important;
    }

    .g-pr-30--md {
        padding-right: 2.14286rem !important;
    }

    .g-pr-35--md {
        padding-right: 2.5rem !important;
    }

    .g-pr-40--md {
        padding-right: 2.85714rem !important;
    }

    .g-pr-45--md {
        padding-right: 3.21429rem !important;
    }

    .g-pr-50--md {
        padding-right: 3.57143rem !important;
    }

    .g-pr-55--md {
        padding-right: 3.92857rem !important;
    }

    .g-pr-60--md {
        padding-right: 4.28571rem !important;
    }

    .g-pr-65--md {
        padding-right: 4.64286rem !important;
    }

    .g-pr-70--md {
        padding-right: 5rem !important;
    }

    .g-pr-75--md {
        padding-right: 5.35714rem !important;
    }

    .g-pr-80--md {
        padding-right: 5.71429rem !important;
    }

    .g-pr-85--md {
        padding-right: 6.07143rem !important;
    }

    .g-pr-90--md {
        padding-right: 6.42857rem !important;
    }

    .g-pr-95--md {
        padding-right: 6.78571rem !important;
    }

    .g-pr-100--md {
        padding-right: 7.14286rem !important;
    }

    .g-pr-105--md {
        padding-right: 7.5rem !important;
    }

    .g-pr-110--md {
        padding-right: 7.85714rem !important;
    }

    .g-pr-115--md {
        padding-right: 8.21429rem !important;
    }

    .g-pr-120--md {
        padding-right: 8.57143rem !important;
    }

    .g-pr-125--md {
        padding-right: 8.92857rem !important;
    }

    .g-pr-130--md {
        padding-right: 9.28571rem !important;
    }

    .g-pr-135--md {
        padding-right: 9.64286rem !important;
    }

    .g-pr-140--md {
        padding-right: 10rem !important;
    }

    .g-pr-145--md {
        padding-right: 10.35714rem !important;
    }

    .g-pr-150--md {
        padding-right: 10.71429rem !important;
    }

    .g-pr-155--md {
        padding-right: 11.07143rem !important;
    }

    .g-pr-160--md {
        padding-right: 11.42857rem !important;
    }

    .g-pr-165--md {
        padding-right: 11.78571rem !important;
    }

    .g-pr-170--md {
        padding-right: 12.14286rem !important;
    }

    .g-pb-0--md {
        padding-bottom: 0px !important;
    }

    .g-pb-1--md {
        padding-bottom: 0.07143rem !important;
    }

    .g-pb-2--md {
        padding-bottom: 0.14286rem !important;
    }

    .g-pb-3--md {
        padding-bottom: 0.21429rem !important;
    }

    .g-pb-4--md {
        padding-bottom: 0.28571rem !important;
    }

    .g-pb-5--md {
        padding-bottom: 0.35714rem !important;
    }

    .g-pb-6--md {
        padding-bottom: 0.42857rem !important;
    }

    .g-pb-7--md {
        padding-bottom: 0.5rem !important;
    }

    .g-pb-8--md {
        padding-bottom: 0.57143rem !important;
    }

    .g-pb-9--md {
        padding-bottom: 0.64286rem !important;
    }

    .g-pb-10--md {
        padding-bottom: 0.71429rem !important;
    }

    .g-pb-15--md {
        padding-bottom: 1.07143rem !important;
    }

    .g-pb-20--md {
        padding-bottom: 1.42857rem !important;
    }

    .g-pb-25--md {
        padding-bottom: 1.78571rem !important;
    }

    .g-pb-30--md {
        padding-bottom: 2.14286rem !important;
    }

    .g-pb-35--md {
        padding-bottom: 2.5rem !important;
    }

    .g-pb-40--md {
        padding-bottom: 2.85714rem !important;
    }

    .g-pb-45--md {
        padding-bottom: 3.21429rem !important;
    }

    .g-pb-50--md {
        padding-bottom: 3.57143rem !important;
    }

    .g-pb-55--md {
        padding-bottom: 3.92857rem !important;
    }

    .g-pb-60--md {
        padding-bottom: 4.28571rem !important;
    }

    .g-pb-65--md {
        padding-bottom: 4.64286rem !important;
    }

    .g-pb-70--md {
        padding-bottom: 5rem !important;
    }

    .g-pb-75--md {
        padding-bottom: 5.35714rem !important;
    }

    .g-pb-80--md {
        padding-bottom: 5.71429rem !important;
    }

    .g-pb-85--md {
        padding-bottom: 6.07143rem !important;
    }

    .g-pb-90--md {
        padding-bottom: 6.42857rem !important;
    }

    .g-pb-95--md {
        padding-bottom: 6.78571rem !important;
    }

    .g-pb-100--md {
        padding-bottom: 7.14286rem !important;
    }

    .g-pb-105--md {
        padding-bottom: 7.5rem !important;
    }

    .g-pb-110--md {
        padding-bottom: 7.85714rem !important;
    }

    .g-pb-115--md {
        padding-bottom: 8.21429rem !important;
    }

    .g-pb-120--md {
        padding-bottom: 8.57143rem !important;
    }

    .g-pb-125--md {
        padding-bottom: 8.92857rem !important;
    }

    .g-pb-130--md {
        padding-bottom: 9.28571rem !important;
    }

    .g-pb-135--md {
        padding-bottom: 9.64286rem !important;
    }

    .g-pb-140--md {
        padding-bottom: 10rem !important;
    }

    .g-pb-145--md {
        padding-bottom: 10.35714rem !important;
    }

    .g-pb-150--md {
        padding-bottom: 10.71429rem !important;
    }

    .g-pl-0--md {
        padding-left: 0px !important;
    }

    .g-pl-1--md {
        padding-left: 0.07143rem !important;
    }

    .g-pl-2--md {
        padding-left: 0.14286rem !important;
    }

    .g-pl-3--md {
        padding-left: 0.21429rem !important;
    }

    .g-pl-4--md {
        padding-left: 0.28571rem !important;
    }

    .g-pl-5--md {
        padding-left: 0.35714rem !important;
    }

    .g-pl-6--md {
        padding-left: 0.42857rem !important;
    }

    .g-pl-7--md {
        padding-left: 0.5rem !important;
    }

    .g-pl-8--md {
        padding-left: 0.57143rem !important;
    }

    .g-pl-9--md {
        padding-left: 0.64286rem !important;
    }

    .g-pl-10--md {
        padding-left: 0.71429rem !important;
    }

    .g-pl-15--md {
        padding-left: 1.07143rem !important;
    }

    .g-pl-20--md {
        padding-left: 1.42857rem !important;
    }

    .g-pl-25--md {
        padding-left: 1.78571rem !important;
    }

    .g-pl-30--md {
        padding-left: 2.14286rem !important;
    }

    .g-pl-35--md {
        padding-left: 2.5rem !important;
    }

    .g-pl-40--md {
        padding-left: 2.85714rem !important;
    }

    .g-pl-45--md {
        padding-left: 3.21429rem !important;
    }

    .g-pl-50--md {
        padding-left: 3.57143rem !important;
    }

    .g-pl-55--md {
        padding-left: 3.92857rem !important;
    }

    .g-pl-60--md {
        padding-left: 4.28571rem !important;
    }

    .g-pl-65--md {
        padding-left: 4.64286rem !important;
    }

    .g-pl-70--md {
        padding-left: 5rem !important;
    }

    .g-pl-75--md {
        padding-left: 5.35714rem !important;
    }

    .g-pl-80--md {
        padding-left: 5.71429rem !important;
    }

    .g-pl-85--md {
        padding-left: 6.07143rem !important;
    }

    .g-pl-90--md {
        padding-left: 6.42857rem !important;
    }

    .g-pl-95--md {
        padding-left: 6.78571rem !important;
    }

    .g-pl-100--md {
        padding-left: 7.14286rem !important;
    }

    .g-pl-105--md {
        padding-left: 7.5rem !important;
    }

    .g-pl-110--md {
        padding-left: 7.85714rem !important;
    }

    .g-pl-115--md {
        padding-left: 8.21429rem !important;
    }

    .g-pl-120--md {
        padding-left: 8.57143rem !important;
    }

    .g-pl-125--md {
        padding-left: 8.92857rem !important;
    }

    .g-pl-130--md {
        padding-left: 9.28571rem !important;
    }

    .g-pl-135--md {
        padding-left: 9.64286rem !important;
    }

    .g-pl-140--md {
        padding-left: 10rem !important;
    }

    .g-pl-145--md {
        padding-left: 10.35714rem !important;
    }

    .g-pl-150--md {
        padding-left: 10.71429rem !important;
    }

    .g-pl-155--md {
        padding-left: 11.07143rem !important;
    }

    .g-pl-160--md {
        padding-left: 11.42857rem !important;
    }

    .g-pl-165--md {
        padding-left: 11.78571rem !important;
    }

    .g-pl-170--md {
        padding-left: 12.14286rem !important;
    }
}

@media (min-width: 992px) {
    .g-pa-0--lg {
        padding: 0 !important;
    }

    .g-px-0--lg {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .g-py-0--lg {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .g-pt-0--lg {
        padding-top: 0 !important;
    }

    .g-pr-0--lg {
        padding-right: 0 !important;
    }

    .g-pb-0--lg {
        padding-bottom: 0 !important;
    }

    .g-pl-0--lg {
        padding-left: 0 !important;
    }

    .g-pa-2--lg {
        padding: 0.14286rem !important;
    }

    .g-pa-3--lg {
        padding: 0.21429rem !important;
    }

    .g-pa-5--lg {
        padding: 0.35714rem !important;
    }

    .g-pa-7--lg {
        padding: 0.5rem !important;
    }

    .g-pa-10--lg {
        padding: 0.71429rem !important;
    }

    .g-pa-15--lg {
        padding: 1.07143rem !important;
    }

    .g-pa-20--lg {
        padding: 1.42857rem !important;
    }

    .g-pa-25--lg {
        padding: 1.78571rem !important;
    }

    .g-pa-30--lg {
        padding: 2.14286rem !important;
    }

    .g-pa-35--lg {
        padding: 2.5rem !important;
    }

    .g-pa-40--lg {
        padding: 2.85714rem !important;
    }

    .g-pa-45--lg {
        padding: 3.21429rem !important;
    }

    .g-pa-50--lg {
        padding: 3.57143rem !important;
    }

    .g-pa-55--lg {
        padding: 3.92857rem !important;
    }

    .g-pa-60--lg {
        padding: 4.28571rem !important;
    }

    .g-pa-65--lg {
        padding: 4.64286rem !important;
    }

    .g-pa-70--lg {
        padding: 5rem !important;
    }

    .g-pa-75--lg {
        padding: 5.35714rem !important;
    }

    .g-pa-80--lg {
        padding: 5.71429rem !important;
    }

    .g-pa-85--lg {
        padding: 6.07143rem !important;
    }

    .g-pa-90--lg {
        padding: 6.42857rem !important;
    }

    .g-pa-95--lg {
        padding: 6.78571rem !important;
    }

    .g-pa-100--lg {
        padding: 7.14286rem !important;
    }

    .g-pa-105--lg {
        padding: 7.5rem !important;
    }

    .g-pa-110--lg {
        padding: 7.85714rem !important;
    }

    .g-pa-115--lg {
        padding: 8.21429rem !important;
    }

    .g-pa-120--lg {
        padding: 8.57143rem !important;
    }

    .g-pa-125--lg {
        padding: 8.92857rem !important;
    }

    .g-pa-130--lg {
        padding: 9.28571rem !important;
    }

    .g-pa-135--lg {
        padding: 9.64286rem !important;
    }

    .g-pa-140--lg {
        padding: 10rem !important;
    }

    .g-pa-145--lg {
        padding: 10.35714rem !important;
    }

    .g-pa-150--lg {
        padding: 10.71429rem !important;
    }

    .g-px-1--lg {
        padding-left: 0.07143rem !important;
        padding-right: 0.07143rem !important;
    }

    .g-px-2--lg {
        padding-left: 0.14286rem !important;
        padding-right: 0.14286rem !important;
    }

    .g-px-3--lg {
        padding-left: 0.21429rem !important;
        padding-right: 0.21429rem !important;
    }

    .g-px-4--lg {
        padding-left: 0.28571rem !important;
        padding-right: 0.28571rem !important;
    }

    .g-px-5--lg {
        padding-left: 0.35714rem !important;
        padding-right: 0.35714rem !important;
    }

    .g-px-6--lg {
        padding-left: 0.42857rem !important;
        padding-right: 0.42857rem !important;
    }

    .g-px-7--lg {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .g-px-8--lg {
        padding-left: 0.57143rem !important;
        padding-right: 0.57143rem !important;
    }

    .g-px-9--lg {
        padding-left: 0.64286rem !important;
        padding-right: 0.64286rem !important;
    }

    .g-px-10--lg {
        padding-left: 0.71429rem !important;
        padding-right: 0.71429rem !important;
    }

    .g-px-11--lg {
        padding-left: 0.78571rem !important;
        padding-right: 0.78571rem !important;
    }

    .g-px-12--lg {
        padding-left: 0.85714rem !important;
        padding-right: 0.85714rem !important;
    }

    .g-px-13--lg {
        padding-left: 0.92857rem !important;
        padding-right: 0.92857rem !important;
    }

    .g-px-14--lg {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .g-px-15--lg {
        padding-left: 1.07143rem !important;
        padding-right: 1.07143rem !important;
    }

    .g-px-16--lg {
        padding-left: 1.14286rem !important;
        padding-right: 1.14286rem !important;
    }

    .g-px-17--lg {
        padding-left: 1.21429rem !important;
        padding-right: 1.21429rem !important;
    }

    .g-px-18--lg {
        padding-left: 1.28571rem !important;
        padding-right: 1.28571rem !important;
    }

    .g-px-19--lg {
        padding-left: 1.35714rem !important;
        padding-right: 1.35714rem !important;
    }

    .g-px-10--lg {
        padding-left: 0.71429rem !important;
        padding-right: 0.71429rem !important;
    }

    .g-px-15--lg {
        padding-left: 1.07143rem !important;
        padding-right: 1.07143rem !important;
    }

    .g-px-20--lg {
        padding-left: 1.42857rem !important;
        padding-right: 1.42857rem !important;
    }

    .g-px-25--lg {
        padding-left: 1.78571rem !important;
        padding-right: 1.78571rem !important;
    }

    .g-px-30--lg {
        padding-left: 2.14286rem !important;
        padding-right: 2.14286rem !important;
    }

    .g-px-35--lg {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }

    .g-px-40--lg {
        padding-left: 2.85714rem !important;
        padding-right: 2.85714rem !important;
    }

    .g-px-45--lg {
        padding-left: 3.21429rem !important;
        padding-right: 3.21429rem !important;
    }

    .g-px-50--lg {
        padding-left: 3.57143rem !important;
        padding-right: 3.57143rem !important;
    }

    .g-px-55--lg {
        padding-left: 3.92857rem !important;
        padding-right: 3.92857rem !important;
    }

    .g-px-60--lg {
        padding-left: 4.28571rem !important;
        padding-right: 4.28571rem !important;
    }

    .g-px-65--lg {
        padding-left: 4.64286rem !important;
        padding-right: 4.64286rem !important;
    }

    .g-px-70--lg {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }

    .g-px-75--lg {
        padding-left: 5.35714rem !important;
        padding-right: 5.35714rem !important;
    }

    .g-px-80--lg {
        padding-left: 5.71429rem !important;
        padding-right: 5.71429rem !important;
    }

    .g-px-85--lg {
        padding-left: 6.07143rem !important;
        padding-right: 6.07143rem !important;
    }

    .g-px-90--lg {
        padding-left: 6.42857rem !important;
        padding-right: 6.42857rem !important;
    }

    .g-px-95--lg {
        padding-left: 6.78571rem !important;
        padding-right: 6.78571rem !important;
    }

    .g-px-100--lg {
        padding-left: 7.14286rem !important;
        padding-right: 7.14286rem !important;
    }

    .g-px-105--lg {
        padding-left: 7.5rem !important;
        padding-right: 7.5rem !important;
    }

    .g-px-110--lg {
        padding-left: 7.85714rem !important;
        padding-right: 7.85714rem !important;
    }

    .g-px-115--lg {
        padding-left: 8.21429rem !important;
        padding-right: 8.21429rem !important;
    }

    .g-px-120--lg {
        padding-left: 8.57143rem !important;
        padding-right: 8.57143rem !important;
    }

    .g-px-125--lg {
        padding-left: 8.92857rem !important;
        padding-right: 8.92857rem !important;
    }

    .g-px-130--lg {
        padding-left: 9.28571rem !important;
        padding-right: 9.28571rem !important;
    }

    .g-px-135--lg {
        padding-left: 9.64286rem !important;
        padding-right: 9.64286rem !important;
    }

    .g-px-140--lg {
        padding-left: 10rem !important;
        padding-right: 10rem !important;
    }

    .g-px-145--lg {
        padding-left: 10.35714rem !important;
        padding-right: 10.35714rem !important;
    }

    .g-px-150--lg {
        padding-left: 10.71429rem !important;
        padding-right: 10.71429rem !important;
    }

    .g-py-1--lg {
        padding-top: 0.07143rem !important;
        padding-bottom: 0.07143rem !important;
    }

    .g-py-2--lg {
        padding-top: 0.14286rem !important;
        padding-bottom: 0.14286rem !important;
    }

    .g-py-3--lg {
        padding-top: 0.21429rem !important;
        padding-bottom: 0.21429rem !important;
    }

    .g-py-4--lg {
        padding-top: 0.28571rem !important;
        padding-bottom: 0.28571rem !important;
    }

    .g-py-5--lg {
        padding-top: 0.35714rem !important;
        padding-bottom: 0.35714rem !important;
    }

    .g-py-6--lg {
        padding-top: 0.42857rem !important;
        padding-bottom: 0.42857rem !important;
    }

    .g-py-7--lg {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .g-py-8--lg {
        padding-top: 0.57143rem !important;
        padding-bottom: 0.57143rem !important;
    }

    .g-py-9--lg {
        padding-top: 0.64286rem !important;
        padding-bottom: 0.64286rem !important;
    }

    .g-py-10--lg {
        padding-top: 0.71429rem !important;
        padding-bottom: 0.71429rem !important;
    }

    .g-py-11--lg {
        padding-top: 0.78571rem !important;
        padding-bottom: 0.78571rem !important;
    }

    .g-py-12--lg {
        padding-top: 0.85714rem !important;
        padding-bottom: 0.85714rem !important;
    }

    .g-py-13--lg {
        padding-top: 0.92857rem !important;
        padding-bottom: 0.92857rem !important;
    }

    .g-py-14--lg {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .g-py-15--lg {
        padding-top: 1.07143rem !important;
        padding-bottom: 1.07143rem !important;
    }

    .g-py-16--lg {
        padding-top: 1.14286rem !important;
        padding-bottom: 1.14286rem !important;
    }

    .g-py-17--lg {
        padding-top: 1.21429rem !important;
        padding-bottom: 1.21429rem !important;
    }

    .g-py-18--lg {
        padding-top: 1.28571rem !important;
        padding-bottom: 1.28571rem !important;
    }

    .g-py-19--lg {
        padding-top: 1.35714rem !important;
        padding-bottom: 1.35714rem !important;
    }

    .g-py-10--lg {
        padding-top: 0.71429rem !important;
        padding-bottom: 0.71429rem !important;
    }

    .g-py-15--lg {
        padding-top: 1.07143rem !important;
        padding-bottom: 1.07143rem !important;
    }

    .g-py-20--lg {
        padding-top: 1.42857rem !important;
        padding-bottom: 1.42857rem !important;
    }

    .g-py-25--lg {
        padding-top: 1.78571rem !important;
        padding-bottom: 1.78571rem !important;
    }

    .g-py-30--lg {
        padding-top: 2.14286rem !important;
        padding-bottom: 2.14286rem !important;
    }

    .g-py-35--lg {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .g-py-40--lg {
        padding-top: 2.85714rem !important;
        padding-bottom: 2.85714rem !important;
    }

    .g-py-45--lg {
        padding-top: 3.21429rem !important;
        padding-bottom: 3.21429rem !important;
    }

    .g-py-50--lg {
        padding-top: 3.57143rem !important;
        padding-bottom: 3.57143rem !important;
    }

    .g-py-55--lg {
        padding-top: 3.92857rem !important;
        padding-bottom: 3.92857rem !important;
    }

    .g-py-60--lg {
        padding-top: 4.28571rem !important;
        padding-bottom: 4.28571rem !important;
    }

    .g-py-65--lg {
        padding-top: 4.64286rem !important;
        padding-bottom: 4.64286rem !important;
    }

    .g-py-70--lg {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .g-py-75--lg {
        padding-top: 5.35714rem !important;
        padding-bottom: 5.35714rem !important;
    }

    .g-py-80--lg {
        padding-top: 5.71429rem !important;
        padding-bottom: 5.71429rem !important;
    }

    .g-py-85--lg {
        padding-top: 6.07143rem !important;
        padding-bottom: 6.07143rem !important;
    }

    .g-py-90--lg {
        padding-top: 6.42857rem !important;
        padding-bottom: 6.42857rem !important;
    }

    .g-py-95--lg {
        padding-top: 6.78571rem !important;
        padding-bottom: 6.78571rem !important;
    }

    .g-py-100--lg {
        padding-top: 7.14286rem !important;
        padding-bottom: 7.14286rem !important;
    }

    .g-py-105--lg {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important;
    }

    .g-py-110--lg {
        padding-top: 7.85714rem !important;
        padding-bottom: 7.85714rem !important;
    }

    .g-py-115--lg {
        padding-top: 8.21429rem !important;
        padding-bottom: 8.21429rem !important;
    }

    .g-py-120--lg {
        padding-top: 8.57143rem !important;
        padding-bottom: 8.57143rem !important;
    }

    .g-py-125--lg {
        padding-top: 8.92857rem !important;
        padding-bottom: 8.92857rem !important;
    }

    .g-py-130--lg {
        padding-top: 9.28571rem !important;
        padding-bottom: 9.28571rem !important;
    }

    .g-py-135--lg {
        padding-top: 9.64286rem !important;
        padding-bottom: 9.64286rem !important;
    }

    .g-py-140--lg {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }

    .g-py-145--lg {
        padding-top: 10.35714rem !important;
        padding-bottom: 10.35714rem !important;
    }

    .g-py-150--lg {
        padding-top: 10.71429rem !important;
        padding-bottom: 10.71429rem !important;
    }

    .g-py-155--lg {
        padding-top: 11.07143rem !important;
        padding-bottom: 11.07143rem !important;
    }

    .g-py-160--lg {
        padding-top: 11.42857rem !important;
        padding-bottom: 11.42857rem !important;
    }

    .g-py-165--lg {
        padding-top: 11.78571rem !important;
        padding-bottom: 11.78571rem !important;
    }

    .g-py-170--lg {
        padding-top: 12.14286rem !important;
        padding-bottom: 12.14286rem !important;
    }

    .g-py-175--lg {
        padding-top: 12.5rem !important;
        padding-bottom: 12.5rem !important;
    }

    .g-py-180--lg {
        padding-top: 12.85714rem !important;
        padding-bottom: 12.85714rem !important;
    }

    .g-py-185--lg {
        padding-top: 13.21429rem !important;
        padding-bottom: 13.21429rem !important;
    }

    .g-py-190--lg {
        padding-top: 13.57143rem !important;
        padding-bottom: 13.57143rem !important;
    }

    .g-py-195--lg {
        padding-top: 13.92857rem !important;
        padding-bottom: 13.92857rem !important;
    }

    .g-py-200--lg {
        padding-top: 14.28571rem !important;
        padding-bottom: 14.28571rem !important;
    }

    .g-py-205--lg {
        padding-top: 14.64286rem !important;
        padding-bottom: 14.64286rem !important;
    }

    .g-py-210--lg {
        padding-top: 15rem !important;
        padding-bottom: 15rem !important;
    }

    .g-pt-0--lg {
        padding-top: 0px !important;
    }

    .g-pt-1--lg {
        padding-top: 0.07143rem !important;
    }

    .g-pt-2--lg {
        padding-top: 0.14286rem !important;
    }

    .g-pt-3--lg {
        padding-top: 0.21429rem !important;
    }

    .g-pt-4--lg {
        padding-top: 0.28571rem !important;
    }

    .g-pt-5--lg {
        padding-top: 0.35714rem !important;
    }

    .g-pt-6--lg {
        padding-top: 0.42857rem !important;
    }

    .g-pt-7--lg {
        padding-top: 0.5rem !important;
    }

    .g-pt-8--lg {
        padding-top: 0.57143rem !important;
    }

    .g-pt-9--lg {
        padding-top: 0.64286rem !important;
    }

    .g-pt-10--lg {
        padding-top: 0.71429rem !important;
    }

    .g-pt-11--lg {
        padding-top: 0.78571rem !important;
    }

    .g-pt-12--lg {
        padding-top: 0.85714rem !important;
    }

    .g-pt-13--lg {
        padding-top: 0.92857rem !important;
    }

    .g-pt-14--lg {
        padding-top: 1rem !important;
    }

    .g-pt-15--lg {
        padding-top: 1.07143rem !important;
    }

    .g-pt-16--lg {
        padding-top: 1.14286rem !important;
    }

    .g-pt-17--lg {
        padding-top: 1.21429rem !important;
    }

    .g-pt-18--lg {
        padding-top: 1.28571rem !important;
    }

    .g-pt-19--lg {
        padding-top: 1.35714rem !important;
    }

    .g-pt-10--lg {
        padding-top: 0.71429rem !important;
    }

    .g-pt-15--lg {
        padding-top: 1.07143rem !important;
    }

    .g-pt-20--lg {
        padding-top: 1.42857rem !important;
    }

    .g-pt-25--lg {
        padding-top: 1.78571rem !important;
    }

    .g-pt-30--lg {
        padding-top: 2.14286rem !important;
    }

    .g-pt-35--lg {
        padding-top: 2.5rem !important;
    }

    .g-pt-40--lg {
        padding-top: 2.85714rem !important;
    }

    .g-pt-45--lg {
        padding-top: 3.21429rem !important;
    }

    .g-pt-50--lg {
        padding-top: 3.57143rem !important;
    }

    .g-pt-55--lg {
        padding-top: 3.92857rem !important;
    }

    .g-pt-60--lg {
        padding-top: 4.28571rem !important;
    }

    .g-pt-65--lg {
        padding-top: 4.64286rem !important;
    }

    .g-pt-70--lg {
        padding-top: 5rem !important;
    }

    .g-pt-75--lg {
        padding-top: 5.35714rem !important;
    }

    .g-pt-80--lg {
        padding-top: 5.71429rem !important;
    }

    .g-pt-85--lg {
        padding-top: 6.07143rem !important;
    }

    .g-pt-90--lg {
        padding-top: 6.42857rem !important;
    }

    .g-pt-95--lg {
        padding-top: 6.78571rem !important;
    }

    .g-pt-100--lg {
        padding-top: 7.14286rem !important;
    }

    .g-pt-105--lg {
        padding-top: 7.5rem !important;
    }

    .g-pt-110--lg {
        padding-top: 7.85714rem !important;
    }

    .g-pt-115--lg {
        padding-top: 8.21429rem !important;
    }

    .g-pt-120--lg {
        padding-top: 8.57143rem !important;
    }

    .g-pt-125--lg {
        padding-top: 8.92857rem !important;
    }

    .g-pt-130--lg {
        padding-top: 9.28571rem !important;
    }

    .g-pt-135--lg {
        padding-top: 9.64286rem !important;
    }

    .g-pt-140--lg {
        padding-top: 10rem !important;
    }

    .g-pt-145--lg {
        padding-top: 10.35714rem !important;
    }

    .g-pt-150--lg {
        padding-top: 10.71429rem !important;
    }

    .g-pr-0--lg {
        padding-right: 0px !important;
    }

    .g-pr-1--lg {
        padding-right: 0.07143rem !important;
    }

    .g-pr-2--lg {
        padding-right: 0.14286rem !important;
    }

    .g-pr-3--lg {
        padding-right: 0.21429rem !important;
    }

    .g-pr-4--lg {
        padding-right: 0.28571rem !important;
    }

    .g-pr-5--lg {
        padding-right: 0.35714rem !important;
    }

    .g-pr-6--lg {
        padding-right: 0.42857rem !important;
    }

    .g-pr-7--lg {
        padding-right: 0.5rem !important;
    }

    .g-pr-8--lg {
        padding-right: 0.57143rem !important;
    }

    .g-pr-9--lg {
        padding-right: 0.64286rem !important;
    }

    .g-pr-10--lg {
        padding-right: 0.71429rem !important;
    }

    .g-pr-15--lg {
        padding-right: 1.07143rem !important;
    }

    .g-pr-20--lg {
        padding-right: 1.42857rem !important;
    }

    .g-pr-25--lg {
        padding-right: 1.78571rem !important;
    }

    .g-pr-30--lg {
        padding-right: 2.14286rem !important;
    }

    .g-pr-35--lg {
        padding-right: 2.5rem !important;
    }

    .g-pr-40--lg {
        padding-right: 2.85714rem !important;
    }

    .g-pr-45--lg {
        padding-right: 3.21429rem !important;
    }

    .g-pr-50--lg {
        padding-right: 3.57143rem !important;
    }

    .g-pr-55--lg {
        padding-right: 3.92857rem !important;
    }

    .g-pr-60--lg {
        padding-right: 4.28571rem !important;
    }

    .g-pr-65--lg {
        padding-right: 4.64286rem !important;
    }

    .g-pr-70--lg {
        padding-right: 5rem !important;
    }

    .g-pr-75--lg {
        padding-right: 5.35714rem !important;
    }

    .g-pr-80--lg {
        padding-right: 5.71429rem !important;
    }

    .g-pr-85--lg {
        padding-right: 6.07143rem !important;
    }

    .g-pr-90--lg {
        padding-right: 6.42857rem !important;
    }

    .g-pr-95--lg {
        padding-right: 6.78571rem !important;
    }

    .g-pr-100--lg {
        padding-right: 7.14286rem !important;
    }

    .g-pr-105--lg {
        padding-right: 7.5rem !important;
    }

    .g-pr-110--lg {
        padding-right: 7.85714rem !important;
    }

    .g-pr-115--lg {
        padding-right: 8.21429rem !important;
    }

    .g-pr-120--lg {
        padding-right: 8.57143rem !important;
    }

    .g-pr-125--lg {
        padding-right: 8.92857rem !important;
    }

    .g-pr-130--lg {
        padding-right: 9.28571rem !important;
    }

    .g-pr-135--lg {
        padding-right: 9.64286rem !important;
    }

    .g-pr-140--lg {
        padding-right: 10rem !important;
    }

    .g-pr-145--lg {
        padding-right: 10.35714rem !important;
    }

    .g-pr-150--lg {
        padding-right: 10.71429rem !important;
    }

    .g-pr-155--lg {
        padding-right: 11.07143rem !important;
    }

    .g-pr-160--lg {
        padding-right: 11.42857rem !important;
    }

    .g-pr-165--lg {
        padding-right: 11.78571rem !important;
    }

    .g-pr-170--lg {
        padding-right: 12.14286rem !important;
    }

    .g-pb-0--lg {
        padding-bottom: 0px !important;
    }

    .g-pb-1--lg {
        padding-bottom: 0.07143rem !important;
    }

    .g-pb-2--lg {
        padding-bottom: 0.14286rem !important;
    }

    .g-pb-3--lg {
        padding-bottom: 0.21429rem !important;
    }

    .g-pb-4--lg {
        padding-bottom: 0.28571rem !important;
    }

    .g-pb-5--lg {
        padding-bottom: 0.35714rem !important;
    }

    .g-pb-6--lg {
        padding-bottom: 0.42857rem !important;
    }

    .g-pb-7--lg {
        padding-bottom: 0.5rem !important;
    }

    .g-pb-8--lg {
        padding-bottom: 0.57143rem !important;
    }

    .g-pb-9--lg {
        padding-bottom: 0.64286rem !important;
    }

    .g-pb-10--lg {
        padding-bottom: 0.71429rem !important;
    }

    .g-pb-15--lg {
        padding-bottom: 1.07143rem !important;
    }

    .g-pb-20--lg {
        padding-bottom: 1.42857rem !important;
    }

    .g-pb-25--lg {
        padding-bottom: 1.78571rem !important;
    }

    .g-pb-30--lg {
        padding-bottom: 2.14286rem !important;
    }

    .g-pb-35--lg {
        padding-bottom: 2.5rem !important;
    }

    .g-pb-40--lg {
        padding-bottom: 2.85714rem !important;
    }

    .g-pb-45--lg {
        padding-bottom: 3.21429rem !important;
    }

    .g-pb-50--lg {
        padding-bottom: 3.57143rem !important;
    }

    .g-pb-55--lg {
        padding-bottom: 3.92857rem !important;
    }

    .g-pb-60--lg {
        padding-bottom: 4.28571rem !important;
    }

    .g-pb-65--lg {
        padding-bottom: 4.64286rem !important;
    }

    .g-pb-70--lg {
        padding-bottom: 5rem !important;
    }

    .g-pb-75--lg {
        padding-bottom: 5.35714rem !important;
    }

    .g-pb-80--lg {
        padding-bottom: 5.71429rem !important;
    }

    .g-pb-85--lg {
        padding-bottom: 6.07143rem !important;
    }

    .g-pb-90--lg {
        padding-bottom: 6.42857rem !important;
    }

    .g-pb-95--lg {
        padding-bottom: 6.78571rem !important;
    }

    .g-pb-100--lg {
        padding-bottom: 7.14286rem !important;
    }

    .g-pb-105--lg {
        padding-bottom: 7.5rem !important;
    }

    .g-pb-110--lg {
        padding-bottom: 7.85714rem !important;
    }

    .g-pb-115--lg {
        padding-bottom: 8.21429rem !important;
    }

    .g-pb-120--lg {
        padding-bottom: 8.57143rem !important;
    }

    .g-pb-125--lg {
        padding-bottom: 8.92857rem !important;
    }

    .g-pb-130--lg {
        padding-bottom: 9.28571rem !important;
    }

    .g-pb-135--lg {
        padding-bottom: 9.64286rem !important;
    }

    .g-pb-140--lg {
        padding-bottom: 10rem !important;
    }

    .g-pb-145--lg {
        padding-bottom: 10.35714rem !important;
    }

    .g-pb-150--lg {
        padding-bottom: 10.71429rem !important;
    }

    .g-pl-0--lg {
        padding-left: 0px !important;
    }

    .g-pl-1--lg {
        padding-left: 0.07143rem !important;
    }

    .g-pl-2--lg {
        padding-left: 0.14286rem !important;
    }

    .g-pl-3--lg {
        padding-left: 0.21429rem !important;
    }

    .g-pl-4--lg {
        padding-left: 0.28571rem !important;
    }

    .g-pl-5--lg {
        padding-left: 0.35714rem !important;
    }

    .g-pl-6--lg {
        padding-left: 0.42857rem !important;
    }

    .g-pl-7--lg {
        padding-left: 0.5rem !important;
    }

    .g-pl-8--lg {
        padding-left: 0.57143rem !important;
    }

    .g-pl-9--lg {
        padding-left: 0.64286rem !important;
    }

    .g-pl-10--lg {
        padding-left: 0.71429rem !important;
    }

    .g-pl-15--lg {
        padding-left: 1.07143rem !important;
    }

    .g-pl-20--lg {
        padding-left: 1.42857rem !important;
    }

    .g-pl-25--lg {
        padding-left: 1.78571rem !important;
    }

    .g-pl-30--lg {
        padding-left: 2.14286rem !important;
    }

    .g-pl-35--lg {
        padding-left: 2.5rem !important;
    }

    .g-pl-40--lg {
        padding-left: 2.85714rem !important;
    }

    .g-pl-45--lg {
        padding-left: 3.21429rem !important;
    }

    .g-pl-50--lg {
        padding-left: 3.57143rem !important;
    }

    .g-pl-55--lg {
        padding-left: 3.92857rem !important;
    }

    .g-pl-60--lg {
        padding-left: 4.28571rem !important;
    }

    .g-pl-65--lg {
        padding-left: 4.64286rem !important;
    }

    .g-pl-70--lg {
        padding-left: 5rem !important;
    }

    .g-pl-75--lg {
        padding-left: 5.35714rem !important;
    }

    .g-pl-80--lg {
        padding-left: 5.71429rem !important;
    }

    .g-pl-85--lg {
        padding-left: 6.07143rem !important;
    }

    .g-pl-90--lg {
        padding-left: 6.42857rem !important;
    }

    .g-pl-95--lg {
        padding-left: 6.78571rem !important;
    }

    .g-pl-100--lg {
        padding-left: 7.14286rem !important;
    }

    .g-pl-105--lg {
        padding-left: 7.5rem !important;
    }

    .g-pl-110--lg {
        padding-left: 7.85714rem !important;
    }

    .g-pl-115--lg {
        padding-left: 8.21429rem !important;
    }

    .g-pl-120--lg {
        padding-left: 8.57143rem !important;
    }

    .g-pl-125--lg {
        padding-left: 8.92857rem !important;
    }

    .g-pl-130--lg {
        padding-left: 9.28571rem !important;
    }

    .g-pl-135--lg {
        padding-left: 9.64286rem !important;
    }

    .g-pl-140--lg {
        padding-left: 10rem !important;
    }

    .g-pl-145--lg {
        padding-left: 10.35714rem !important;
    }

    .g-pl-150--lg {
        padding-left: 10.71429rem !important;
    }

    .g-pl-155--lg {
        padding-left: 11.07143rem !important;
    }

    .g-pl-160--lg {
        padding-left: 11.42857rem !important;
    }

    .g-pl-165--lg {
        padding-left: 11.78571rem !important;
    }

    .g-pl-170--lg {
        padding-left: 12.14286rem !important;
    }
}

@media (min-width: 1200px) {
    .g-pa-0--xl {
        padding: 0 !important;
    }

    .g-px-0--xl {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .g-py-0--xl {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .g-pt-0--xl {
        padding-top: 0 !important;
    }

    .g-pr-0--xl {
        padding-right: 0 !important;
    }

    .g-pb-0--xl {
        padding-bottom: 0 !important;
    }

    .g-pl-0--xl {
        padding-left: 0 !important;
    }

    .g-pa-2--xl {
        padding: 0.14286rem !important;
    }

    .g-pa-3--xl {
        padding: 0.21429rem !important;
    }

    .g-pa-5--xl {
        padding: 0.35714rem !important;
    }

    .g-pa-7--xl {
        padding: 0.5rem !important;
    }

    .g-pa-10--xl {
        padding: 0.71429rem !important;
    }

    .g-pa-15--xl {
        padding: 1.07143rem !important;
    }

    .g-pa-20--xl {
        padding: 1.42857rem !important;
    }

    .g-pa-25--xl {
        padding: 1.78571rem !important;
    }

    .g-pa-30--xl {
        padding: 2.14286rem !important;
    }

    .g-pa-35--xl {
        padding: 2.5rem !important;
    }

    .g-pa-40--xl {
        padding: 2.85714rem !important;
    }

    .g-pa-45--xl {
        padding: 3.21429rem !important;
    }

    .g-pa-50--xl {
        padding: 3.57143rem !important;
    }

    .g-pa-55--xl {
        padding: 3.92857rem !important;
    }

    .g-pa-60--xl {
        padding: 4.28571rem !important;
    }

    .g-pa-65--xl {
        padding: 4.64286rem !important;
    }

    .g-pa-70--xl {
        padding: 5rem !important;
    }

    .g-pa-75--xl {
        padding: 5.35714rem !important;
    }

    .g-pa-80--xl {
        padding: 5.71429rem !important;
    }

    .g-pa-85--xl {
        padding: 6.07143rem !important;
    }

    .g-pa-90--xl {
        padding: 6.42857rem !important;
    }

    .g-pa-95--xl {
        padding: 6.78571rem !important;
    }

    .g-pa-100--xl {
        padding: 7.14286rem !important;
    }

    .g-pa-105--xl {
        padding: 7.5rem !important;
    }

    .g-pa-110--xl {
        padding: 7.85714rem !important;
    }

    .g-pa-115--xl {
        padding: 8.21429rem !important;
    }

    .g-pa-120--xl {
        padding: 8.57143rem !important;
    }

    .g-pa-125--xl {
        padding: 8.92857rem !important;
    }

    .g-pa-130--xl {
        padding: 9.28571rem !important;
    }

    .g-pa-135--xl {
        padding: 9.64286rem !important;
    }

    .g-pa-140--xl {
        padding: 10rem !important;
    }

    .g-pa-145--xl {
        padding: 10.35714rem !important;
    }

    .g-pa-150--xl {
        padding: 10.71429rem !important;
    }

    .g-px-1--xl {
        padding-left: 0.07143rem !important;
        padding-right: 0.07143rem !important;
    }

    .g-px-2--xl {
        padding-left: 0.14286rem !important;
        padding-right: 0.14286rem !important;
    }

    .g-px-3--xl {
        padding-left: 0.21429rem !important;
        padding-right: 0.21429rem !important;
    }

    .g-px-4--xl {
        padding-left: 0.28571rem !important;
        padding-right: 0.28571rem !important;
    }

    .g-px-5--xl {
        padding-left: 0.35714rem !important;
        padding-right: 0.35714rem !important;
    }

    .g-px-6--xl {
        padding-left: 0.42857rem !important;
        padding-right: 0.42857rem !important;
    }

    .g-px-7--xl {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .g-px-8--xl {
        padding-left: 0.57143rem !important;
        padding-right: 0.57143rem !important;
    }

    .g-px-9--xl {
        padding-left: 0.64286rem !important;
        padding-right: 0.64286rem !important;
    }

    .g-px-10--xl {
        padding-left: 0.71429rem !important;
        padding-right: 0.71429rem !important;
    }

    .g-px-11--xl {
        padding-left: 0.78571rem !important;
        padding-right: 0.78571rem !important;
    }

    .g-px-12--xl {
        padding-left: 0.85714rem !important;
        padding-right: 0.85714rem !important;
    }

    .g-px-13--xl {
        padding-left: 0.92857rem !important;
        padding-right: 0.92857rem !important;
    }

    .g-px-14--xl {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .g-px-15--xl {
        padding-left: 1.07143rem !important;
        padding-right: 1.07143rem !important;
    }

    .g-px-16--xl {
        padding-left: 1.14286rem !important;
        padding-right: 1.14286rem !important;
    }

    .g-px-17--xl {
        padding-left: 1.21429rem !important;
        padding-right: 1.21429rem !important;
    }

    .g-px-18--xl {
        padding-left: 1.28571rem !important;
        padding-right: 1.28571rem !important;
    }

    .g-px-19--xl {
        padding-left: 1.35714rem !important;
        padding-right: 1.35714rem !important;
    }

    .g-px-10--xl {
        padding-left: 0.71429rem !important;
        padding-right: 0.71429rem !important;
    }

    .g-px-15--xl {
        padding-left: 1.07143rem !important;
        padding-right: 1.07143rem !important;
    }

    .g-px-20--xl {
        padding-left: 1.42857rem !important;
        padding-right: 1.42857rem !important;
    }

    .g-px-25--xl {
        padding-left: 1.78571rem !important;
        padding-right: 1.78571rem !important;
    }

    .g-px-30--xl {
        padding-left: 2.14286rem !important;
        padding-right: 2.14286rem !important;
    }

    .g-px-35--xl {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }

    .g-px-40--xl {
        padding-left: 2.85714rem !important;
        padding-right: 2.85714rem !important;
    }

    .g-px-45--xl {
        padding-left: 3.21429rem !important;
        padding-right: 3.21429rem !important;
    }

    .g-px-50--xl {
        padding-left: 3.57143rem !important;
        padding-right: 3.57143rem !important;
    }

    .g-px-55--xl {
        padding-left: 3.92857rem !important;
        padding-right: 3.92857rem !important;
    }

    .g-px-60--xl {
        padding-left: 4.28571rem !important;
        padding-right: 4.28571rem !important;
    }

    .g-px-65--xl {
        padding-left: 4.64286rem !important;
        padding-right: 4.64286rem !important;
    }

    .g-px-70--xl {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }

    .g-px-75--xl {
        padding-left: 5.35714rem !important;
        padding-right: 5.35714rem !important;
    }

    .g-px-80--xl {
        padding-left: 5.71429rem !important;
        padding-right: 5.71429rem !important;
    }

    .g-px-85--xl {
        padding-left: 6.07143rem !important;
        padding-right: 6.07143rem !important;
    }

    .g-px-90--xl {
        padding-left: 6.42857rem !important;
        padding-right: 6.42857rem !important;
    }

    .g-px-95--xl {
        padding-left: 6.78571rem !important;
        padding-right: 6.78571rem !important;
    }

    .g-px-100--xl {
        padding-left: 7.14286rem !important;
        padding-right: 7.14286rem !important;
    }

    .g-px-105--xl {
        padding-left: 7.5rem !important;
        padding-right: 7.5rem !important;
    }

    .g-px-110--xl {
        padding-left: 7.85714rem !important;
        padding-right: 7.85714rem !important;
    }

    .g-px-115--xl {
        padding-left: 8.21429rem !important;
        padding-right: 8.21429rem !important;
    }

    .g-px-120--xl {
        padding-left: 8.57143rem !important;
        padding-right: 8.57143rem !important;
    }

    .g-px-125--xl {
        padding-left: 8.92857rem !important;
        padding-right: 8.92857rem !important;
    }

    .g-px-130--xl {
        padding-left: 9.28571rem !important;
        padding-right: 9.28571rem !important;
    }

    .g-px-135--xl {
        padding-left: 9.64286rem !important;
        padding-right: 9.64286rem !important;
    }

    .g-px-140--xl {
        padding-left: 10rem !important;
        padding-right: 10rem !important;
    }

    .g-px-145--xl {
        padding-left: 10.35714rem !important;
        padding-right: 10.35714rem !important;
    }

    .g-px-150--xl {
        padding-left: 10.71429rem !important;
        padding-right: 10.71429rem !important;
    }

    .g-py-1--xl {
        padding-top: 0.07143rem !important;
        padding-bottom: 0.07143rem !important;
    }

    .g-py-2--xl {
        padding-top: 0.14286rem !important;
        padding-bottom: 0.14286rem !important;
    }

    .g-py-3--xl {
        padding-top: 0.21429rem !important;
        padding-bottom: 0.21429rem !important;
    }

    .g-py-4--xl {
        padding-top: 0.28571rem !important;
        padding-bottom: 0.28571rem !important;
    }

    .g-py-5--xl {
        padding-top: 0.35714rem !important;
        padding-bottom: 0.35714rem !important;
    }

    .g-py-6--xl {
        padding-top: 0.42857rem !important;
        padding-bottom: 0.42857rem !important;
    }

    .g-py-7--xl {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .g-py-8--xl {
        padding-top: 0.57143rem !important;
        padding-bottom: 0.57143rem !important;
    }

    .g-py-9--xl {
        padding-top: 0.64286rem !important;
        padding-bottom: 0.64286rem !important;
    }

    .g-py-10--xl {
        padding-top: 0.71429rem !important;
        padding-bottom: 0.71429rem !important;
    }

    .g-py-11--xl {
        padding-top: 0.78571rem !important;
        padding-bottom: 0.78571rem !important;
    }

    .g-py-12--xl {
        padding-top: 0.85714rem !important;
        padding-bottom: 0.85714rem !important;
    }

    .g-py-13--xl {
        padding-top: 0.92857rem !important;
        padding-bottom: 0.92857rem !important;
    }

    .g-py-14--xl {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .g-py-15--xl {
        padding-top: 1.07143rem !important;
        padding-bottom: 1.07143rem !important;
    }

    .g-py-16--xl {
        padding-top: 1.14286rem !important;
        padding-bottom: 1.14286rem !important;
    }

    .g-py-17--xl {
        padding-top: 1.21429rem !important;
        padding-bottom: 1.21429rem !important;
    }

    .g-py-18--xl {
        padding-top: 1.28571rem !important;
        padding-bottom: 1.28571rem !important;
    }

    .g-py-19--xl {
        padding-top: 1.35714rem !important;
        padding-bottom: 1.35714rem !important;
    }

    .g-py-10--xl {
        padding-top: 0.71429rem !important;
        padding-bottom: 0.71429rem !important;
    }

    .g-py-15--xl {
        padding-top: 1.07143rem !important;
        padding-bottom: 1.07143rem !important;
    }

    .g-py-20--xl {
        padding-top: 1.42857rem !important;
        padding-bottom: 1.42857rem !important;
    }

    .g-py-25--xl {
        padding-top: 1.78571rem !important;
        padding-bottom: 1.78571rem !important;
    }

    .g-py-30--xl {
        padding-top: 2.14286rem !important;
        padding-bottom: 2.14286rem !important;
    }

    .g-py-35--xl {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .g-py-40--xl {
        padding-top: 2.85714rem !important;
        padding-bottom: 2.85714rem !important;
    }

    .g-py-45--xl {
        padding-top: 3.21429rem !important;
        padding-bottom: 3.21429rem !important;
    }

    .g-py-50--xl {
        padding-top: 3.57143rem !important;
        padding-bottom: 3.57143rem !important;
    }

    .g-py-55--xl {
        padding-top: 3.92857rem !important;
        padding-bottom: 3.92857rem !important;
    }

    .g-py-60--xl {
        padding-top: 4.28571rem !important;
        padding-bottom: 4.28571rem !important;
    }

    .g-py-65--xl {
        padding-top: 4.64286rem !important;
        padding-bottom: 4.64286rem !important;
    }

    .g-py-70--xl {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .g-py-75--xl {
        padding-top: 5.35714rem !important;
        padding-bottom: 5.35714rem !important;
    }

    .g-py-80--xl {
        padding-top: 5.71429rem !important;
        padding-bottom: 5.71429rem !important;
    }

    .g-py-85--xl {
        padding-top: 6.07143rem !important;
        padding-bottom: 6.07143rem !important;
    }

    .g-py-90--xl {
        padding-top: 6.42857rem !important;
        padding-bottom: 6.42857rem !important;
    }

    .g-py-95--xl {
        padding-top: 6.78571rem !important;
        padding-bottom: 6.78571rem !important;
    }

    .g-py-100--xl {
        padding-top: 7.14286rem !important;
        padding-bottom: 7.14286rem !important;
    }

    .g-py-105--xl {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important;
    }

    .g-py-110--xl {
        padding-top: 7.85714rem !important;
        padding-bottom: 7.85714rem !important;
    }

    .g-py-115--xl {
        padding-top: 8.21429rem !important;
        padding-bottom: 8.21429rem !important;
    }

    .g-py-120--xl {
        padding-top: 8.57143rem !important;
        padding-bottom: 8.57143rem !important;
    }

    .g-py-125--xl {
        padding-top: 8.92857rem !important;
        padding-bottom: 8.92857rem !important;
    }

    .g-py-130--xl {
        padding-top: 9.28571rem !important;
        padding-bottom: 9.28571rem !important;
    }

    .g-py-135--xl {
        padding-top: 9.64286rem !important;
        padding-bottom: 9.64286rem !important;
    }

    .g-py-140--xl {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }

    .g-py-145--xl {
        padding-top: 10.35714rem !important;
        padding-bottom: 10.35714rem !important;
    }

    .g-py-150--xl {
        padding-top: 10.71429rem !important;
        padding-bottom: 10.71429rem !important;
    }

    .g-py-155--xl {
        padding-top: 11.07143rem !important;
        padding-bottom: 11.07143rem !important;
    }

    .g-py-160--xl {
        padding-top: 11.42857rem !important;
        padding-bottom: 11.42857rem !important;
    }

    .g-py-165--xl {
        padding-top: 11.78571rem !important;
        padding-bottom: 11.78571rem !important;
    }

    .g-py-170--xl {
        padding-top: 12.14286rem !important;
        padding-bottom: 12.14286rem !important;
    }

    .g-py-175--xl {
        padding-top: 12.5rem !important;
        padding-bottom: 12.5rem !important;
    }

    .g-py-180--xl {
        padding-top: 12.85714rem !important;
        padding-bottom: 12.85714rem !important;
    }

    .g-py-185--xl {
        padding-top: 13.21429rem !important;
        padding-bottom: 13.21429rem !important;
    }

    .g-py-190--xl {
        padding-top: 13.57143rem !important;
        padding-bottom: 13.57143rem !important;
    }

    .g-py-195--xl {
        padding-top: 13.92857rem !important;
        padding-bottom: 13.92857rem !important;
    }

    .g-py-200--xl {
        padding-top: 14.28571rem !important;
        padding-bottom: 14.28571rem !important;
    }

    .g-py-205--xl {
        padding-top: 14.64286rem !important;
        padding-bottom: 14.64286rem !important;
    }

    .g-py-210--xl {
        padding-top: 15rem !important;
        padding-bottom: 15rem !important;
    }

    .g-pt-0--xl {
        padding-top: 0px !important;
    }

    .g-pt-1--xl {
        padding-top: 0.07143rem !important;
    }

    .g-pt-2--xl {
        padding-top: 0.14286rem !important;
    }

    .g-pt-3--xl {
        padding-top: 0.21429rem !important;
    }

    .g-pt-4--xl {
        padding-top: 0.28571rem !important;
    }

    .g-pt-5--xl {
        padding-top: 0.35714rem !important;
    }

    .g-pt-6--xl {
        padding-top: 0.42857rem !important;
    }

    .g-pt-7--xl {
        padding-top: 0.5rem !important;
    }

    .g-pt-8--xl {
        padding-top: 0.57143rem !important;
    }

    .g-pt-9--xl {
        padding-top: 0.64286rem !important;
    }

    .g-pt-10--xl {
        padding-top: 0.71429rem !important;
    }

    .g-pt-11--xl {
        padding-top: 0.78571rem !important;
    }

    .g-pt-12--xl {
        padding-top: 0.85714rem !important;
    }

    .g-pt-13--xl {
        padding-top: 0.92857rem !important;
    }

    .g-pt-14--xl {
        padding-top: 1rem !important;
    }

    .g-pt-15--xl {
        padding-top: 1.07143rem !important;
    }

    .g-pt-16--xl {
        padding-top: 1.14286rem !important;
    }

    .g-pt-17--xl {
        padding-top: 1.21429rem !important;
    }

    .g-pt-18--xl {
        padding-top: 1.28571rem !important;
    }

    .g-pt-19--xl {
        padding-top: 1.35714rem !important;
    }

    .g-pt-10--xl {
        padding-top: 0.71429rem !important;
    }

    .g-pt-15--xl {
        padding-top: 1.07143rem !important;
    }

    .g-pt-20--xl {
        padding-top: 1.42857rem !important;
    }

    .g-pt-25--xl {
        padding-top: 1.78571rem !important;
    }

    .g-pt-30--xl {
        padding-top: 2.14286rem !important;
    }

    .g-pt-35--xl {
        padding-top: 2.5rem !important;
    }

    .g-pt-40--xl {
        padding-top: 2.85714rem !important;
    }

    .g-pt-45--xl {
        padding-top: 3.21429rem !important;
    }

    .g-pt-50--xl {
        padding-top: 3.57143rem !important;
    }

    .g-pt-55--xl {
        padding-top: 3.92857rem !important;
    }

    .g-pt-60--xl {
        padding-top: 4.28571rem !important;
    }

    .g-pt-65--xl {
        padding-top: 4.64286rem !important;
    }

    .g-pt-70--xl {
        padding-top: 5rem !important;
    }

    .g-pt-75--xl {
        padding-top: 5.35714rem !important;
    }

    .g-pt-80--xl {
        padding-top: 5.71429rem !important;
    }

    .g-pt-85--xl {
        padding-top: 6.07143rem !important;
    }

    .g-pt-90--xl {
        padding-top: 6.42857rem !important;
    }

    .g-pt-95--xl {
        padding-top: 6.78571rem !important;
    }

    .g-pt-100--xl {
        padding-top: 7.14286rem !important;
    }

    .g-pt-105--xl {
        padding-top: 7.5rem !important;
    }

    .g-pt-110--xl {
        padding-top: 7.85714rem !important;
    }

    .g-pt-115--xl {
        padding-top: 8.21429rem !important;
    }

    .g-pt-120--xl {
        padding-top: 8.57143rem !important;
    }

    .g-pt-125--xl {
        padding-top: 8.92857rem !important;
    }

    .g-pt-130--xl {
        padding-top: 9.28571rem !important;
    }

    .g-pt-135--xl {
        padding-top: 9.64286rem !important;
    }

    .g-pt-140--xl {
        padding-top: 10rem !important;
    }

    .g-pt-145--xl {
        padding-top: 10.35714rem !important;
    }

    .g-pt-150--xl {
        padding-top: 10.71429rem !important;
    }

    .g-pr-0--xl {
        padding-right: 0px !important;
    }

    .g-pr-1--xl {
        padding-right: 0.07143rem !important;
    }

    .g-pr-2--xl {
        padding-right: 0.14286rem !important;
    }

    .g-pr-3--xl {
        padding-right: 0.21429rem !important;
    }

    .g-pr-4--xl {
        padding-right: 0.28571rem !important;
    }

    .g-pr-5--xl {
        padding-right: 0.35714rem !important;
    }

    .g-pr-6--xl {
        padding-right: 0.42857rem !important;
    }

    .g-pr-7--xl {
        padding-right: 0.5rem !important;
    }

    .g-pr-8--xl {
        padding-right: 0.57143rem !important;
    }

    .g-pr-9--xl {
        padding-right: 0.64286rem !important;
    }

    .g-pr-10--xl {
        padding-right: 0.71429rem !important;
    }

    .g-pr-15--xl {
        padding-right: 1.07143rem !important;
    }

    .g-pr-20--xl {
        padding-right: 1.42857rem !important;
    }

    .g-pr-25--xl {
        padding-right: 1.78571rem !important;
    }

    .g-pr-30--xl {
        padding-right: 2.14286rem !important;
    }

    .g-pr-35--xl {
        padding-right: 2.5rem !important;
    }

    .g-pr-40--xl {
        padding-right: 2.85714rem !important;
    }

    .g-pr-45--xl {
        padding-right: 3.21429rem !important;
    }

    .g-pr-50--xl {
        padding-right: 3.57143rem !important;
    }

    .g-pr-55--xl {
        padding-right: 3.92857rem !important;
    }

    .g-pr-60--xl {
        padding-right: 4.28571rem !important;
    }

    .g-pr-65--xl {
        padding-right: 4.64286rem !important;
    }

    .g-pr-70--xl {
        padding-right: 5rem !important;
    }

    .g-pr-75--xl {
        padding-right: 5.35714rem !important;
    }

    .g-pr-80--xl {
        padding-right: 5.71429rem !important;
    }

    .g-pr-85--xl {
        padding-right: 6.07143rem !important;
    }

    .g-pr-90--xl {
        padding-right: 6.42857rem !important;
    }

    .g-pr-95--xl {
        padding-right: 6.78571rem !important;
    }

    .g-pr-100--xl {
        padding-right: 7.14286rem !important;
    }

    .g-pr-105--xl {
        padding-right: 7.5rem !important;
    }

    .g-pr-110--xl {
        padding-right: 7.85714rem !important;
    }

    .g-pr-115--xl {
        padding-right: 8.21429rem !important;
    }

    .g-pr-120--xl {
        padding-right: 8.57143rem !important;
    }

    .g-pr-125--xl {
        padding-right: 8.92857rem !important;
    }

    .g-pr-130--xl {
        padding-right: 9.28571rem !important;
    }

    .g-pr-135--xl {
        padding-right: 9.64286rem !important;
    }

    .g-pr-140--xl {
        padding-right: 10rem !important;
    }

    .g-pr-145--xl {
        padding-right: 10.35714rem !important;
    }

    .g-pr-150--xl {
        padding-right: 10.71429rem !important;
    }

    .g-pr-155--xl {
        padding-right: 11.07143rem !important;
    }

    .g-pr-160--xl {
        padding-right: 11.42857rem !important;
    }

    .g-pr-165--xl {
        padding-right: 11.78571rem !important;
    }

    .g-pr-170--xl {
        padding-right: 12.14286rem !important;
    }

    .g-pb-0--xl {
        padding-bottom: 0px !important;
    }

    .g-pb-1--xl {
        padding-bottom: 0.07143rem !important;
    }

    .g-pb-2--xl {
        padding-bottom: 0.14286rem !important;
    }

    .g-pb-3--xl {
        padding-bottom: 0.21429rem !important;
    }

    .g-pb-4--xl {
        padding-bottom: 0.28571rem !important;
    }

    .g-pb-5--xl {
        padding-bottom: 0.35714rem !important;
    }

    .g-pb-6--xl {
        padding-bottom: 0.42857rem !important;
    }

    .g-pb-7--xl {
        padding-bottom: 0.5rem !important;
    }

    .g-pb-8--xl {
        padding-bottom: 0.57143rem !important;
    }

    .g-pb-9--xl {
        padding-bottom: 0.64286rem !important;
    }

    .g-pb-10--xl {
        padding-bottom: 0.71429rem !important;
    }

    .g-pb-15--xl {
        padding-bottom: 1.07143rem !important;
    }

    .g-pb-20--xl {
        padding-bottom: 1.42857rem !important;
    }

    .g-pb-25--xl {
        padding-bottom: 1.78571rem !important;
    }

    .g-pb-30--xl {
        padding-bottom: 2.14286rem !important;
    }

    .g-pb-35--xl {
        padding-bottom: 2.5rem !important;
    }

    .g-pb-40--xl {
        padding-bottom: 2.85714rem !important;
    }

    .g-pb-45--xl {
        padding-bottom: 3.21429rem !important;
    }

    .g-pb-50--xl {
        padding-bottom: 3.57143rem !important;
    }

    .g-pb-55--xl {
        padding-bottom: 3.92857rem !important;
    }

    .g-pb-60--xl {
        padding-bottom: 4.28571rem !important;
    }

    .g-pb-65--xl {
        padding-bottom: 4.64286rem !important;
    }

    .g-pb-70--xl {
        padding-bottom: 5rem !important;
    }

    .g-pb-75--xl {
        padding-bottom: 5.35714rem !important;
    }

    .g-pb-80--xl {
        padding-bottom: 5.71429rem !important;
    }

    .g-pb-85--xl {
        padding-bottom: 6.07143rem !important;
    }

    .g-pb-90--xl {
        padding-bottom: 6.42857rem !important;
    }

    .g-pb-95--xl {
        padding-bottom: 6.78571rem !important;
    }

    .g-pb-100--xl {
        padding-bottom: 7.14286rem !important;
    }

    .g-pb-105--xl {
        padding-bottom: 7.5rem !important;
    }

    .g-pb-110--xl {
        padding-bottom: 7.85714rem !important;
    }

    .g-pb-115--xl {
        padding-bottom: 8.21429rem !important;
    }

    .g-pb-120--xl {
        padding-bottom: 8.57143rem !important;
    }

    .g-pb-125--xl {
        padding-bottom: 8.92857rem !important;
    }

    .g-pb-130--xl {
        padding-bottom: 9.28571rem !important;
    }

    .g-pb-135--xl {
        padding-bottom: 9.64286rem !important;
    }

    .g-pb-140--xl {
        padding-bottom: 10rem !important;
    }

    .g-pb-145--xl {
        padding-bottom: 10.35714rem !important;
    }

    .g-pb-150--xl {
        padding-bottom: 10.71429rem !important;
    }

    .g-pl-0--xl {
        padding-left: 0px !important;
    }

    .g-pl-1--xl {
        padding-left: 0.07143rem !important;
    }

    .g-pl-2--xl {
        padding-left: 0.14286rem !important;
    }

    .g-pl-3--xl {
        padding-left: 0.21429rem !important;
    }

    .g-pl-4--xl {
        padding-left: 0.28571rem !important;
    }

    .g-pl-5--xl {
        padding-left: 0.35714rem !important;
    }

    .g-pl-6--xl {
        padding-left: 0.42857rem !important;
    }

    .g-pl-7--xl {
        padding-left: 0.5rem !important;
    }

    .g-pl-8--xl {
        padding-left: 0.57143rem !important;
    }

    .g-pl-9--xl {
        padding-left: 0.64286rem !important;
    }

    .g-pl-10--xl {
        padding-left: 0.71429rem !important;
    }

    .g-pl-15--xl {
        padding-left: 1.07143rem !important;
    }

    .g-pl-20--xl {
        padding-left: 1.42857rem !important;
    }

    .g-pl-25--xl {
        padding-left: 1.78571rem !important;
    }

    .g-pl-30--xl {
        padding-left: 2.14286rem !important;
    }

    .g-pl-35--xl {
        padding-left: 2.5rem !important;
    }

    .g-pl-40--xl {
        padding-left: 2.85714rem !important;
    }

    .g-pl-45--xl {
        padding-left: 3.21429rem !important;
    }

    .g-pl-50--xl {
        padding-left: 3.57143rem !important;
    }

    .g-pl-55--xl {
        padding-left: 3.92857rem !important;
    }

    .g-pl-60--xl {
        padding-left: 4.28571rem !important;
    }

    .g-pl-65--xl {
        padding-left: 4.64286rem !important;
    }

    .g-pl-70--xl {
        padding-left: 5rem !important;
    }

    .g-pl-75--xl {
        padding-left: 5.35714rem !important;
    }

    .g-pl-80--xl {
        padding-left: 5.71429rem !important;
    }

    .g-pl-85--xl {
        padding-left: 6.07143rem !important;
    }

    .g-pl-90--xl {
        padding-left: 6.42857rem !important;
    }

    .g-pl-95--xl {
        padding-left: 6.78571rem !important;
    }

    .g-pl-100--xl {
        padding-left: 7.14286rem !important;
    }

    .g-pl-105--xl {
        padding-left: 7.5rem !important;
    }

    .g-pl-110--xl {
        padding-left: 7.85714rem !important;
    }

    .g-pl-115--xl {
        padding-left: 8.21429rem !important;
    }

    .g-pl-120--xl {
        padding-left: 8.57143rem !important;
    }

    .g-pl-125--xl {
        padding-left: 8.92857rem !important;
    }

    .g-pl-130--xl {
        padding-left: 9.28571rem !important;
    }

    .g-pl-135--xl {
        padding-left: 9.64286rem !important;
    }

    .g-pl-140--xl {
        padding-left: 10rem !important;
    }

    .g-pl-145--xl {
        padding-left: 10.35714rem !important;
    }

    .g-pl-150--xl {
        padding-left: 10.71429rem !important;
    }

    .g-pl-155--xl {
        padding-left: 11.07143rem !important;
    }

    .g-pl-160--xl {
        padding-left: 11.42857rem !important;
    }

    .g-pl-165--xl {
        padding-left: 11.78571rem !important;
    }

    .g-pl-170--xl {
        padding-left: 12.14286rem !important;
    }
}

.g-pa-0-20-20 {
    padding: 0 1.42857rem 1.42857rem !important;
}

.g-pa-4-11 {
    padding: 0.28571rem 0.78571rem !important;
}

.g-pa-4-13 {
    padding: 0.28571rem 0.92857rem !important;
}

.g-pa-5-10 {
    padding: 0.35714rem 0.71429rem !important;
}

.g-pa-5-15 {
    padding: 0.35714rem 1.07143rem !important;
}

.g-pa-6-8 {
    padding: 0.42857rem 0.57143rem !important;
}

.g-pa-7-14 {
    padding: 0.5rem 1rem !important;
}

.g-pa-7-16 {
    padding: 0.5rem 1.14286rem !important;
}

.g-pa-10-5-5 {
    padding: 0.71429rem 0.35714rem 0.35714rem !important;
}

.g-pa-10-15 {
    padding: 0.71429rem 1.07143rem !important;
}

.g-pa-10-16 {
    padding: 0.71429rem 1.14286rem !important;
}

.g-pa-10-20 {
    padding: 0.71429rem 1.42857rem !important;
}

.g-pa-10-30 {
    padding: 0.71429rem 2.14286rem !important;
}

.g-pa-12 {
    padding: 0.85714rem !important;
}

.g-pa-12-19 {
    padding: 0.85714rem 1.35714rem !important;
}

.g-pa-12-21 {
    padding: 0.85714rem 1.5rem !important;
}

.g-pa-12-5-7 {
    padding: 0.85714rem 0.35714rem 0.5rem !important;
}

.g-pa-14-18 {
    padding: 1rem 1.28571rem !important;
}

.g-pa-15-0 {
    padding: 1.07143rem 0 !important;
}

.g-pa-15-5 {
    padding: 1.07143rem 0.35714rem !important;
}

.g-pa-15-20-10 {
    padding: 1.07143rem 1.42857rem 0.71429rem !important;
}

.g-pa-15-20 {
    padding: 1.07143rem 1.42857rem !important;
}

.g-pa-15-30 {
    padding: 1.07143rem 2.14286rem !important;
}

.g-pa-17-23 {
    padding: 1.21429rem 1.64286rem !important;
}

.g-pa-20-10 {
    padding: 1.42857rem 0.71429rem !important;
}

.g-pa-20-20-15 {
    padding: 1.42857rem 1.42857rem 1.07143rem !important;
}

.g-pa-20-20-20-55 {
    padding: 1.42857rem 1.42857rem 1.42857rem 3.92857rem !important;
}

.g-pa-20-30-0 {
    padding: 1.42857rem 2.14286rem 0 !important;
}

.g-pa-20-40-25 {
    padding: 1.42857rem 2.85714rem 1.78571rem !important;
}

.g-pa-24 {
    padding: 1.71429rem !important;
}

.g-pa-25-20-30 {
    padding: 1.78571rem 1.42857rem 2.14286rem !important;
}

.g-pa-25-30-20 {
    padding: 1.78571rem 2.14286rem 1.42857rem !important;
}

.g-pa-25-30 {
    padding: 1.78571rem 2.14286rem !important;
}

.g-pa-30-10 {
    padding: 2.14286rem 0.71429rem !important;
}

.g-pa-30-15 {
    padding: 2.14286rem 1.07143rem !important;
}

.g-pa-30-20 {
    padding: 2.14286rem 1.42857rem !important;
}

.g-pa-30-30-20 {
    padding: 2.14286rem 2.14286rem 1.42857rem !important;
}

.g-pa-40 {
    padding: 2.85714rem !important;
}

.g-pa-40-20 {
    padding: 2.85714rem 1.42857rem !important;
}

.g-pa-40-30-30 {
    padding: 2.85714rem 2.14286rem 2.14286rem !important;
}

.g-pa-50-15-0 {
    padding: 3.57143rem 1.07143rem 0 !important;
}

.g-pa-15x {
    padding: 15% !important;
}

.g-px-17 {
    padding-left: 1.21429rem !important;
    padding-right: 1.21429rem !important;
}

.g-px-18 {
    padding-left: 1.28571rem !important;
    padding-right: 1.28571rem !important;
}

.g-py-23 {
    padding-top: 1.64286rem !important;
    padding-bottom: 1.64286rem !important;
}

.g-py-235 {
    padding-top: 16.78571rem !important;
    padding-bottom: 16.78571rem !important;
}

.g-pl-12 {
    padding-left: 0.85714rem !important;
}

.g-pl-17 {
    padding-left: 1.21429rem !important;
}

.g-pl-7--hover:hover {
    padding-left: 0.5rem !important;
}

.g-pl-25--hover:hover {
    padding-left: 1.78571rem !important;
}

.active.g-pl-25--active {
    padding-left: 1.78571rem !important;
}

.g-pl-60--xs {
    padding-left: 4.28571rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.g-pt-11 {
    padding-top: 0.78571rem !important;
}

.g-pt-12 {
    padding-top: 0.85714rem !important;
}

.g-parent:hover .g-pt-25--parent-hover {
    padding-top: 1.78571rem !important;
}

.g-pt-130 {
    padding-top: 9.28571rem !important;
}

.g-pt-150 {
    padding-top: 10.71429rem !important;
}

.g-pt-170 {
    padding-top: 12.14286rem !important;
}

.g-pt-195 {
    padding-top: 13.92857rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.g-pb-170 {
    padding-bottom: 12.14286rem !important;
}

.g-pb-180 {
    padding-bottom: 12.85714rem !important;
}

.g-pb-200 {
    padding-bottom: 14.28571rem !important;
}

.g-pb-250 {
    padding-bottom: 17.85714rem !important;
}

.g-pb-13 {
    padding-bottom: 0.92857rem !important;
}

.g-pb-16 {
    padding-bottom: 1.14286rem !important;
}

.g-pa-9 {
    padding: 0.64286rem !important;
}

.g-pa-11 {
    padding: 0.78571rem !important;
}

.g-pa-12 {
    padding: 0.85714rem !important;
}

.g-pl-30--hover:hover {
    padding-left: 2.14286rem !important;
}

@media (min-width: 576px) {
    .g-px-10x--sm {
        padding-left: 10% !important;
        padding-right: 10% !important;
    }

    .g-px-0--sm {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .g-py-0--sm {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .g-py-5--sm {
        padding-top: 0.35714rem !important;
        padding-bottom: 0.35714rem !important;
    }

    .g-pa-0-10x--sm {
        padding-left: 10% !important;
        padding-right: 10% !important;
    }

    .g-pa-0-35-35--sm {
        padding: 0 2.5rem 2.5rem !important;
    }

    .g-pa-5-10--sm {
        padding: 0.35714rem 0.71429rem !important;
    }

    .g-pa-8-16--sm {
        padding: 0.57143rem 1.14286rem !important;
    }

    .g-pa-10-20--sm {
        padding: 0.71429rem 1.42857rem !important;
    }

    .g-pa-15-20-10--sm {
        padding: 1.07143rem 1.42857rem 0.71429rem !important;
    }

    .g-pa-20-20-0--sm {
        padding: 1.42857rem 1.42857rem 0 !important;
    }

    .g-pa-20-20-10--sm {
        padding: 1.42857rem 1.42857rem 0.71429rem !important;
    }

    .g-pa-20-30-0--sm {
        padding: 1.42857rem 2.14286rem 0 !important;
    }

    .g-pa-20-30--sm {
        padding: 1.42857rem 2.14286rem !important;
    }

    .g-pa-30-20--sm {
        padding: 2.14286rem 1.42857rem !important;
    }

    .g-pa-30-25-20--sm {
        padding: 2.14286rem 1.78571rem 1.42857rem !important;
    }

    .g-pa-30-30-20--sm {
        padding: 2.14286rem 2.14286rem 1.42857rem !important;
    }

    .g-pa-30-50-40--sm {
        padding: 2.14286rem 3.57143rem 2.85714rem !important;
    }

    .g-pa-30-80--sm {
        padding: 2.14286rem 5.71429rem !important;
    }

    .g-pa-40-30-30--sm {
        padding: 2.85714rem 2.14286rem 2.14286rem !important;
    }

    .g-pa-60-30--sm {
        padding: 4.28571rem 2.14286rem !important;
    }

    .g-pa-70-50-50-30--sm {
        padding: 5rem 3.57143rem 3.57143rem 2.14286rem !important;
    }

    .g-pa-80-40--sm {
        padding: 5.71429rem 2.85714rem !important;
    }

    .g-pa-85-0-40--sm {
        padding: 6.07143rem 0 2.85714rem !important;
    }

    .g-pa-100-30--sm {
        padding: 7.14286rem 2.14286rem !important;
    }

    .g-pa-170-0-150--sm {
        padding: 12.14286rem 0 10.71429rem !important;
    }

    .g-pl-300--sm {
        padding-left: 21.42857rem !important;
    }
}

@media (min-width: 768px) {
    .g-pa-25-30--md {
        padding: 1.78571rem 2.14286rem !important;
    }

    .g-pa-30-10--md {
        padding: 2.14286rem 0.71429rem !important;
    }

    .g-pa-30-35--md {
        padding: 2.14286rem 2.5rem !important;
    }

    .g-py-0--md {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .g-py-23--md {
        padding-top: 1.64286rem !important;
        padding-bottom: 1.64286rem !important;
    }

    .g-px-18--md {
        padding-left: 1.28571rem !important;
        padding-right: 1.28571rem !important;
    }

    .g-pt-135--md {
        padding-top: 9.64286rem !important;
    }

    .g-pt-145--md {
        padding-top: 10.35714rem !important;
    }

    .g-pt-150--md {
        padding-top: 10.71429rem !important;
    }

    .g-pt-170--md {
        padding-top: 12.14286rem !important;
    }

    .g-pt-175--md {
        padding-top: 12.5rem !important;
    }

    .g-pb-70--md {
        padding-bottom: 5rem !important;
    }

    .g-pb-170--md {
        padding-bottom: 12.14286rem !important;
    }

    .g-pb-250--md {
        padding-bottom: 17.85714rem !important;
    }

    .g-pl-300--md {
        padding-left: 21.42857rem !important;
    }
}

@media (min-width: 992px) {
    .g-py-0--lg {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .g-py-100--lg {
        padding-top: 7.14286rem !important;
        padding-bottom: 7.14286rem !important;
    }

    .g-px-200--lg {
        padding-left: 14.28571rem !important;
        padding-right: 14.28571rem !important;
    }

    .g-pt-170--lg {
        padding-top: 12.14286rem !important;
    }

    .g-pb-200--lg {
        padding-bottom: 14.28571rem !important;
    }
}

@media (min-width: 1200px) {
    .g-py-0--xl {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .g-px-23--xl {
        padding-left: 1.64286rem !important;
        padding-right: 1.64286rem !important;
    }
}

.g-hidden-xs-up {
    display: none !important;
}

@media (max-width: 575px) {
    .g-hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .g-hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .g-hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .g-hidden-md-up {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .g-hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .g-hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .g-hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .g-hidden-xl-up {
        display: none !important;
    }
}

.g-hidden-xl-down {
    display: none !important;
}

.row-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.order-md-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-md-2 {
    -ms-flex-order: 2;
    order: 2;
}

.w-100 {
    width: 100%;
}

.m-auto {
    margin: 0 auto;
}

.d-inline-block {
    display: inline-block;
}

/*unify-components.css*/
.btn {
    position: relative;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    cursor: pointer;
}

    .btn:focus, .btn:active:focus {
        outline: 0 none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.u-btn-yellow {
    color: #fff;
    background-color: #ebc71d;
}

    .u-btn-yellow:hover {
        border-color: #efd34c;
        background-color: #efd34c;
    }

    .u-btn-yellow:hover, .u-btn-yellow:focus {
        color: #fff;
    }

.u-icon-v1 {
    position: relative;
    display: inline-block;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .u-icon-v1:hover {
        text-decoration: none;
    }

    .u-icon-v1::before {
        display: block;
    }

    .u-icon-v1 > i {
        position: relative;
        top: 50%;
        display: block;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 2;
    }

.u-icon-v1 {
    width: 2.57143rem;
    height: 2.57143rem;
    font-size: 1.42857rem;
}

    .u-icon-v1.u-icon-size--sm {
        width: 2.28571rem;
        height: 2.28571rem;
        font-size: 1.28571rem;
    }

.u-link .u-block-hover:hover-v6-arrow, .u-link-v6:hover-v6-arrow {
    margin-left: 5px;
    visibility: visible;
    opacity: 1;
}

.u-link .u-block-hover:hover-v7-arrow, .u-link-v7:hover-v7-arrow {
    margin-left: 10px;
    visibility: visible;
    opacity: 1;
}

.u-list-inline {
    padding-right: 0;
    margin-bottom: 0;
    list-style: none;
}

[role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not([data-tabs-mobile-type="accordion"]):not([data-scroll]):not(".js-pagination") {
    display: block;
}

@media(min-width:768px) {
}

video {
    max-width: 100%;
}

.dropdown-menu {
    min-width: 15rem;
    padding: 0;
}

@media(min-width:768px) {
}

@media(min-width:768px) {
}

@media(min-width:768px) {
}

[class*="u-block-hover"] {
    position: relative;
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

    [class*="u-block-hover"], [class*="u-block-hover"]::before, [class*="u-block-hover"]::after {
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

.u-block-hover__img {
    max-width: 100%;
    vertical-align: top;
}

@media(min-width:768px) {
}

@media(min-width:768px) {
}

@media(min-width:768px) {
}

.g-color-primary:focus {
    color: #19ba9b;
}

[class*="u-ns-bg-v"] {
    position: relative;
}

    [class*="u-ns-bg-v"]::before {
        content: "";
        position: absolute;
        display: block;
        z-index: 3;
    }

[class*="u-ns-bg-v1"] {
    position: relative;
}

    [class*="u-ns-bg-v1"]::before {
        content: "";
        position: absolute;
        z-index: 3;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent;
    }

.u-ns-bg-v1-bottom::before {
    left: 50%;
    margin-left: -20px;
}

.u-ns-bg-v1-bottom::before {
    bottom: -25px;
    border-width: 25px 20px 0 20px;
}

.u-ns-bg-v1-bottom.g-bg-white::before {
    border-top-color: #fff;
}

@media(min-width:768px) {
    .u-ns-bg-v1-left--md::before {
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .u-ns-bg-v1-left--md.g-bg-white::before {
        border-top-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
        border-right-color: transparent;
    }

    .u-ns-bg-v1-left--md::before {
        top: 50%;
        margin-top: -20px;
    }

    .u-ns-bg-v1-left--md::before {
        left: -25px;
        border-width: 20px 25px 20px 0;
    }

    .u-ns-bg-v1-left--md.g-bg-white::before {
        border-right-color: #fff;
    }
}

@media(min-width:768px) {
}

@media(min-width:768px) {
}

.u-info-v6-1__item {
    position: relative;
    z-index: 1;
    padding-bottom: .78571rem;
}

    .u-info-v6-1__item::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        width: 40px;
        height: 1px;
        background-image: -webkit-gradient(linear,left top,right top,from(#19ba9b),to(transparent));
        background-image: -webkit-linear-gradient(left,#19ba9b 0,transparent 100%);
        background-image: -o-linear-gradient(left,#19ba9b 0,transparent 100%);
        background-image: linear-gradient(to right,#19ba9b 0,transparent 100%);
        background-repeat: repeat-x;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

.u-info-v6-1:hover .u-info-v6-1__item::after {
    width: 100%;
    background-image: -webkit-gradient(linear,left top,right top,from(#19ba9b),to(transparent));
    background-image: -webkit-linear-gradient(left,#19ba9b 0,transparent 100%);
    background-image: -o-linear-gradient(left,#19ba9b 0,transparent 100%);
    background-image: linear-gradient(to right,#19ba9b 0,transparent 100%);
    background-repeat: repeat-x;
}

@media(min-width:768px) {
}

.u-btn-orange {
    color: #fff;
    background-color: #e57d20;
}

    .u-btn-orange:hover {
        border-color: #ea984e;
        background-color: #ea984e;
    }

    .u-btn-orange:hover, .u-btn-orange:focus {
        color: #fff;
    }

@media(min-width:768px) {
}

.btn-primary {
    background-color: #19ba9b;
    border-color: #19ba9b;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #00a1b0;
        border-color: #00a1b0;
    }

    .btn-primary:focus {
        -webkit-box-shadow: 0 0 0 2px rgba(114,192,44,0.5);
        box-shadow: 0 0 0 2px rgba(114,192,44,0.5);
    }

    .btn-primary:disabled {
        background-color: #19ba9b;
        border-color: #19ba9b;
    }

    .btn-primary:active {
        background-color: #00a1b0;
        border-color: #00a1b0;
    }

.dropdown-toggle::before {
    display: none;
}

.dropdown-toggle::after {
    content: "\f107";
    position: relative;
    font-family: "FontAwesome" !important;
    font-size: 10px;
    display: inline;
    border: 0;
    margin-left: .5rem;
}
