
    <style>
        @charset "UTF-8";

        :root {
            --blue: #007bff;
            --indigo: #6610f2;
            --purple: #6f42c1;
            --pink: #e83e8c;
            --red: #dc3545;
            --orange: #fd7e14;
            --yellow: #ffc107;
            --green: #28a745;
            --teal: #20c997;
            --cyan: #17a2b8;
            --white: #fff;
            --gray: #6c757d;
            --gray-dark: #343a40;
            --primary: #007bff;
            --secondary: #6c757d;
            --success: #28a745;
            --info: #17a2b8;
            --warning: #ffc107;
            --danger: #dc3545;
            --light: #f8f9fa;
            --dark: #343a40;
            --breakpoint-xs: 0;
            --breakpoint-sm: 576px;
            --breakpoint-md: 768px;
            --breakpoint-lg: 992px;
            --breakpoint-xl: 1200px;
            --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
            --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
        }

        *,
        ::after,
        ::before {
            box-sizing: border-box
        }

        html {
            font-family: sans-serif;
            line-height: 1.15;
            -webkit-text-size-adjust: 100%
        }

        nav {
            display: block
        }

        body {
            margin: 0;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.5;
            color: #212529;
            text-align: left;
            background-color: #fff
        }

        h1,
        h3 {
            margin-top: 0;
            margin-bottom: .5rem
        }

        p {
            margin-top: 0;
            margin-bottom: 1rem
        }

        dl,
        ul {
            margin-top: 0;
            margin-bottom: 1rem
        }

        dt {
            font-weight: 700
        }

        dd {
            margin-bottom: .5rem;
            margin-left: 0
        }

        strong {
            font-weight: bolder
        }

        a {
            color: #000000;
            text-decoration: none;
            background-color: transparent
        }

        code,
        pre {
            font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
            font-size: 1em
        }

        pre {
            margin-top: 0;
            margin-bottom: 1rem;
            overflow: auto;
            -ms-overflow-style: scrollbar
        }

        img {
            vertical-align: middle;
            border-style: none
        }

        label {
            display: inline-block;
            margin-bottom: .5rem
        }

        button {
            border-radius: 0
        }

        button,
        input {
            margin: 0;
            font-family: inherit;
            font-size: inherit;
            line-height: inherit
        }

        button,
        input {
            overflow: visible
        }

        button {
            text-transform: none
        }

        [type=button],
        button {
            -webkit-appearance: button
        }

        [type=button]::-moz-focus-inner,
        button::-moz-focus-inner {
            padding: 0;
            border-style: none
        }

        input[type=checkbox] {
            box-sizing: border-box;
            padding: 0
        }

        ::-webkit-file-upload-button {
            font: inherit;
            -webkit-appearance: button
        }

        h1,
        h3 {
            margin-bottom: .5rem;
            font-weight: 500;
            line-height: 1.2
        }

        h1 {
            font-size: 2.5rem
        }

        h3 {
            font-size: 1.75rem
        }

        .list-unstyled {
            padding-left: 0;
            list-style: none
        }

        code {
            font-size: 87.5%;
            color: #e83e8c;
            word-wrap: break-word
        }

        pre {
            display: block;
            font-size: 87.5%;
            color: #212529
        }

        pre code {
            font-size: inherit;
            color: inherit;
            word-break: normal
        }

        .container {
            width: 100%;
            padding-right: 15px;
            padding-left: 15px;
            margin-right: auto;
            margin-left: auto
        }

        @media (min-width:576px) {
            .container {
                max-width: 540px
            }
        }

        @media (min-width:768px) {
            .container {
                max-width: 720px
            }
        }

        @media (min-width:992px) {
            .container {
                max-width: 960px
            }
        }

        @media (min-width:1200px) {
            .container {
                max-width: 1140px
            }
        }

        @media (min-width:576px) {
            .container {
                max-width: 540px
            }
        }

        @media (min-width:768px) {
            .container {
                max-width: 720px
            }
        }

        @media (min-width:992px) {
            .container {
                max-width: 960px
            }
        }

        @media (min-width:1200px) {
            .container {
                max-width: 1140px
            }
        }

        .row {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-right: -15px;
            margin-left: -15px
        }

        .col-sm-3,
        .col-sm-5,
        .col-sm-8 {
            position: relative;
            width: 100%;
            padding-right: 15px;
            padding-left: 15px
        }

        @media (min-width:576px) {
            .col-sm-3 {
                -ms-flex: 0 0 25%;
                flex: 0 0 25%;
                max-width: 25%
            }

            .col-sm-5 {
                -ms-flex: 0 0 41.666667%;
                flex: 0 0 41.666667%;
                max-width: 41.666667%
            }

            .col-sm-8 {
                -ms-flex: 0 0 66.666667%;
                flex: 0 0 66.666667%;
                max-width: 66.666667%
            }

            .offset-sm-3 {
                margin-left: 25%
            }
        }

        .fade:not(.show) {
            opacity: 0
        }

        .collapse:not(.show) {
            display: none
        }

        .nav {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            padding-left: 0;
            margin-bottom: 0;
            list-style: none
        }

        .nav-link {
            display: block;
            padding: .5rem 1rem
        }

        .tab-content>.tab-pane {
            display: none
        }

        .tab-content>.active {
            display: block
        }

        .navbar {
            position: relative;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding: .5rem 1rem;
            background-color:#007bff;
            height: 100px;
        }

        .navbar .container {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: justify;
            justify-content: space-between
        }

        .navbar-brand {
            display: inline-block;
            padding-top: .3125rem;
            padding-bottom: .3125rem;
            margin-right: 1rem;
            font-size: 1.25rem;
            line-height: inherit;
            white-space: nowrap
        }

        .navbar-nav {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            padding-left: 0;
            margin-bottom: 0;
            list-style: none
        }

        .navbar-nav .nav-link {
            padding-right: 0;
            padding-left: 0
        }

        .navbar-collapse {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            -ms-flex-positive: 1;
            flex-grow: 1;
            -ms-flex-align: center;
            align-items: center
        }

        .navbar-toggler {
            padding: .25rem .75rem;
            font-size: 1.25rem;
            line-height: 1;
            background-color: transparent;
            border: 1px solid transparent;
            border-radius: .25rem
        }

        @media (max-width:991.98px) {
            .navbar-expand-lg>.container {
                padding-right: 0;
                padding-left: 0
            }
        }

        @media (min-width:992px) {
            .navbar-expand-lg {
                -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
                -ms-flex-pack: start;
                justify-content: flex-start
            }

            .navbar-expand-lg .navbar-nav {
                -ms-flex-direction: row;
                flex-direction: row
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

            .navbar-expand-lg>.container {
                -ms-flex-wrap: nowrap;
                flex-wrap: nowrap
            }

            .navbar-expand-lg .navbar-collapse {
                display: -ms-flexbox !important;
                display: flex !important;
                -ms-flex-preferred-size: auto;
                flex-basis: auto
            }

            .navbar-expand-lg .navbar-toggler {
                display: none
            }
        }

        .card {
            position: relative;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            min-width: 0;
            word-wrap: break-word;
            background-color: #fff;
            background-clip: border-box;
            border: 1px solid rgba(0, 0, 0, .125);
            border-radius: .25rem
        }

        .close {
            float: right;
            font-size: 1.5rem;
            font-weight: 700;
            line-height: 1;
            color: #000;
            text-shadow: 0 1px 0 #fff;
            opacity: .5
        }

        button.close {
            padding: 0;
            background-color: transparent;
            border: 0
        }

        .modal {
            position: fixed;
            top: 0;
            left: 0;
            z-index: 1050;
            display: none;
            width: 100%;
            height: 100%;
            overflow: hidden;
            outline: 0
        }

        .modal-dialog {
            position: relative;
            width: auto;
            margin: .5rem
        }

        .modal-content {
            position: relative;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            width: 100%;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid rgba(0, 0, 0, .2);
            border-radius: .3rem;
            outline: 0
        }

        @media (min-width:576px) {
            .modal-dialog {
                max-width: 500px;
                margin: 1.75rem auto
            }
        }

        .rounded-0 {
            border-radius: 0 !important
        }

        .float-right {
            float: right !important
        }

        .m-0 {
            margin: 0 !important
        }

        .mb-0 {
            margin-bottom: 0 !important
        }

        .mb-1 {
            margin-bottom: .25rem !important
        }

        .mr-2 {
            margin-right: .5rem !important
        }

        .mb-2 {
            margin-bottom: .5rem !important
        }

        .ml-2 {
            margin-left: .5rem !important
        }

        .mb-4 {
            margin-bottom: 1.5rem !important
        }

        .p-0 {
            padding: 0 !important
        }

        .px-0 {
            padding-right: 0 !important
        }

        .px-0 {
            padding-left: 0 !important
        }

        .pt-4 {
            padding-top: 1.5rem !important
        }

        .ml-auto {
            margin-left: auto !important
        }

        @media (min-width:576px) {
            .px-sm-0 {
                padding-right: 0 !important
            }

            .px-sm-0 {
                padding-left: 0 !important
            }
        }

        .text-left {
            text-align: left !important
        }

        .font-weight-bold {
            font-weight: 700 !important
        }

        .text-dark {
            color: #343a40 !important
        }

        .red-text {
            color: #f44336 !important
        }

        .blue {
            background-color: #2196f3 !important
        }

        .blue.darken-2 {
            background-color: #1976d2 !important
        }

        .green-text {
            color: #4caf50 !important
        }

        .amber-text {
            color: #ffc107 !important
        }

        .grey.lighten-4 {
            background-color: #f5f5f5 !important
        }

        .grey {
            background-color: #9e9e9e !important
        }

        .grey-text {
            color: #9e9e9e !important
        }

        .black-text {
            color: #000 !important
        }

        .white {
            background-color: #fff !important
        }

        .z-depth-0 {
            -webkit-box-shadow: none !important;
            box-shadow: none !important
        }

        a {
            color: #007bff;
            text-decoration: none
        }

        body {
            font-family: Roboto, sans-serif;
            font-weight: 300
        }

        h1,
        h3 {
            font-weight: 300
        }

        .h1-responsive {
            font-size: 150%
        }

        .h3-responsive {
            font-size: 135%
        }

        .h5-responsive {
            font-size: 135%
        }

        @media (min-width:576px) {
            .h1-responsive {
                font-size: 170%
            }

            .h3-responsive {
                font-size: 125%
            }

            .h5-responsive {
                font-size: 125%
            }
        }

        @media (min-width:768px) {
            .h1-responsive {
                font-size: 200%
            }

            .h3-responsive {
                font-size: 140%
            }

            .h5-responsive {
                font-size: 125%
            }
        }

        @media (min-width:992px) {
            .h1-responsive {
                font-size: 200%
            }

            .h3-responsive {
                font-size: 140%
            }

            .h5-responsive {
                font-size: 125%
            }
        }

        @media (min-width:1200px) {
            .h1-responsive {
                font-size: 250%
            }

            .h3-responsive {
                font-size: 170%
            }

            .h5-responsive {
                font-size: 125%
            }
        }

        .text-dark {
            color: #212121 !important
        }

        strong {
            font-weight: 500
        }

        a.waves-light {
            display: inline-block
        }

        .card {
            font-weight: 400;
            border: 0;
            -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
        }

        .navbar {
            font-weight: 300;
            -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
        }

        .navbar .navbar-toggler {
            border-width: 0;
            outline: 0
        }

        @media (max-width:992px) {
            .navbar .container {
                width: 100%
            }
        }

        .navbar .nav-item .nav-link {
            display: block
        }

        @media (max-width:992px) {
            .navbar .nav-item .nav-link {
                padding-right: 6px;
                padding-left: 6px
            }
        }

        .modal-dialog .modal-content {
            border: 0;
            border-radius: .125rem;
            -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
            box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
        }

        .modal {
            padding-right: 0 !important
        }

        @media (min-width:768px) {
            .modal .modal-dialog.modal-bottom {
                bottom: 0
            }
        }

        @media (min-width:992px) {
            .modal .modal-frame {
                position: absolute;
                width: 100%;
                max-width: 100% !important;
                margin: 0 !important
            }

            .modal .modal-frame.modal-bottom {
                bottom: 0
            }
        }

        button,
        html [type=button] {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none
        }

        .tab-content {
            padding: 1rem;
            padding-top: 2rem
        }

        .tabs-blue {
            background-color: #1976d2 !important
        }

        .classic-tabs .nav {
            position: relative;
            overflow-x: auto;
            white-space: nowrap;
            border-radius: .3rem .3rem 0 0
        }

        @media (min-width:62rem) {
            .classic-tabs .nav {
                overflow-x: hidden
            }
        }

        .classic-tabs .nav li a {
            display: block;
            padding: 20px 24px;
            font-size: 13px;
            color: rgba(255, 255, 255, .7);
            text-align: center;
            text-transform: uppercase;
            border-radius: 0
        }

        .classic-tabs .nav li a:not(.active) {
            margin-bottom: 3px
        }

        .classic-tabs .nav li a.active {
            color: #fff;
            border-bottom: 3px solid
        }

        @media (min-width:62em) {
            .classic-tabs .nav li:first-child {
                margin-left: 56px
            }
        }

        .classic-tabs .tab-content.card {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

        [type=checkbox]:not(:checked) {
            position: absolute;
            opacity: 0
        }

        .switch label input[type=checkbox] {
            opacity: 0;
            width: 0;
            height: 0
        }

        .switch label input[type=checkbox]:disabled+.lever:after {
            background-color: #bdbdbd
        }

        .switch label .lever {
            position: relative;
            display: inline-block;
            margin: 0 1rem;
            margin-right: .625rem;
            vertical-align: middle;
            content: "";
            background-color: #818181;
            border-radius: .9375rem;
            width: 2.5rem;
            height: .9375rem
        }

        .switch label .lever:after {
            position: absolute;
            top: -.1875rem;
            left: -.3125rem;
            display: inline-block;
            content: "";
            background-color: #f1f1f1;
            border-radius: 1.3125rem;
            -webkit-box-shadow: 0 .0625rem .1875rem .0625rem rgba(0, 0, 0, .4);
            box-shadow: 0 .0625rem .1875rem .0625rem rgba(0, 0, 0, .4);
            width: 1.3125rem;
            height: 1.3125rem
        }

        .red-text {
            color: #f44336 !important
        }

        .blue {
            background-color: #2196f3 !important
        }

        .blue.darken-2 {
            background-color: #1976d2 !important
        }

        .green-text {
            color: #4caf50 !important
        }

        .amber-text {
            color: #ffc107 !important
        }

        .grey.lighten-4 {
            background-color: #f5f5f5 !important
        }

        .grey {
            background-color: #9e9e9e !important
        }

        .grey-text {
            color: #9e9e9e !important
        }

        .black-text {
            color: #000 !important
        }

        .white {
            background-color: #fff !important
        }

        .z-depth-0 {
            -webkit-box-shadow: none !important;
            box-shadow: none !important
        }

        a {
            color: #007bff;
            text-decoration: none
        }

        body {
            font-family: Roboto, sans-serif;
            font-weight: 300
        }

        h1,
        h3 {
            font-weight: 300
        }

        .h1-responsive {
            font-size: 150%
        }

        .h3-responsive {
            font-size: 135%
        }

        .h5-responsive {
            font-size: 135%
        }

        @media (min-width:576px) {
            .h1-responsive {
                font-size: 170%
            }

            .h3-responsive {
                font-size: 125%
            }

            .h5-responsive {
                font-size: 125%
            }
        }

        @media (min-width:768px) {
            .h1-responsive {
                font-size: 200%
            }

            .h3-responsive {
                font-size: 140%
            }

            .h5-responsive {
                font-size: 125%
            }
        }

        @media (min-width:992px) {
            .h1-responsive {
                font-size: 200%
            }

            .h3-responsive {
                font-size: 140%
            }

            .h5-responsive {
                font-size: 125%
            }
        }

        @media (min-width:1200px) {
            .h1-responsive {
                font-size: 250%
            }

            .h3-responsive {
                font-size: 170%
            }

            .h5-responsive {
                font-size: 125%
            }
        }

        .text-dark {
            color: #212121 !important
        }

        strong {
            font-weight: 500
        }

        a.waves-light {
            display: inline-block
        }

        .card {
            font-weight: 400;
            border: 0;
            -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
        }

        .navbar {
            font-weight: 300;
            -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
        }

        .navbar .navbar-toggler {
            border-width: 0;
            outline: 0
        }

        @media (max-width:992px) {
            .navbar .container {
                width: 100%
            }
        }

        .navbar .nav-item .nav-link {
            display: block
        }

        @media (max-width:992px) {
            .navbar .nav-item .nav-link {
                padding-right: 6px;
                padding-left: 6px
            }
        }

        .modal-dialog .modal-content {
            border: 0;
            border-radius: .125rem;
            -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
            box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
        }

        .modal {
            padding-right: 0 !important
        }

        @media (min-width:768px) {
            .modal .modal-dialog.modal-bottom {
                bottom: 0
            }
        }

        @media (min-width:992px) {
            .modal .modal-frame {
                position: absolute;
                width: 100%;
                max-width: 100% !important;
                margin: 0 !important
            }

            .modal .modal-frame.modal-bottom {
                bottom: 0
            }
        }

        button,
        html [type=button] {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none
        }

        .tab-content {
            padding: 1rem;
            padding-top: 2rem
        }

        .tabs-blue {
            background-color: #1976d2 !important
        }

        .classic-tabs .nav {
            position: relative;
            overflow-x: auto;
            white-space: nowrap;
            border-radius: .3rem .3rem 0 0
        }

        @media (min-width:62rem) {
            .classic-tabs .nav {
                overflow-x: hidden
            }
        }

        .classic-tabs .nav li a {
            display: block;
            padding: 20px 24px;
            font-size: 13px;
            color: rgba(255, 255, 255, .7);
            text-align: center;
            text-transform: uppercase;
            border-radius: 0
        }

        .classic-tabs .nav li a:not(.active) {
            margin-bottom: 3px
        }

        .classic-tabs .nav li a.active {
            color: #fff;
            border-bottom: 3px solid
        }

        @media (min-width:62em) {
            .classic-tabs .nav li:first-child {
                margin-left: 56px
            }
        }

        .classic-tabs .tab-content.card {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

        [type=checkbox]:not(:checked) {
            position: absolute;
            opacity: 0
        }

        .switch label input[type=checkbox] {
            opacity: 0;
            width: 0;
            height: 0
        }

        .switch label input[type=checkbox]:disabled+.lever:after {
            background-color: #bdbdbd
        }

        .switch label .lever {
            position: relative;
            display: inline-block;
            margin: 0 1rem;
            margin-right: .625rem;
            vertical-align: middle;
            content: "";
            background-color: #818181;
            border-radius: .9375rem;
            width: 2.5rem;
            height: .9375rem
        }

        .switch label .lever:after {
            position: absolute;
            top: -.1875rem;
            left: -.3125rem;
            display: inline-block;
            content: "";
            background-color: #f1f1f1;
            border-radius: 1.3125rem;
            -webkit-box-shadow: 0 .0625rem .1875rem .0625rem rgba(0, 0, 0, .4);
            box-shadow: 0 .0625rem .1875rem .0625rem rgba(0, 0, 0, .4);
            width: 1.3125rem;
            height: 1.3125rem
        }

        .fa,
        .fas {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1
        }

        .fa-bars:before {
            content: "\f0c9"
        }

        .fa-check:before {
            content: "\f00c"
        }

        .fa-star:before {
            content: "\f005"
        }

        @font-face {
            font-family: "Font Awesome 5 Free";
            font-style: normal;
            font-weight: 400;
            font-display: block;
            src: url(webfonts/fa-regular-400.eot);
            src: url(webfonts/fa-regular-400d41d.eot?#iefix) format("embedded-opentype"), url(webfonts/fa-regular-400.woff2) format("woff2"), url(webfonts/fa-regular-400.woff) format("woff"), url(webfonts/fa-regular-400.ttf) format("truetype"), url(webfonts/fa-regular-400.svg#fontawesome) format("svg")
        }

        @font-face {
            font-family: "Font Awesome 5 Free";
            font-style: normal;
            font-weight: 900;
            font-display: block;
            src: url(webfonts/fa-solid-900.eot);
            src: url(webfonts/fa-solid-900d41d.eot?#iefix) format("embedded-opentype"), url(webfonts/fa-solid-900.woff2) format("woff2"), url(webfonts/fa-solid-900.woff) format("woff"), url(webfonts/fa-solid-900.ttf) format("truetype"), url(webfonts/fa-solid-900.svg#fontawesome) format("svg")
        }

        .fa,
        .fas {
            font-family: "Font Awesome 5 Free"
        }

        .fa,
        .fas {
            font-weight: 900
        }

        @media only screen and (max-width:991px) {
            .navbar .container {
                padding-left: 15px;
                padding-right: 15px
            }
        }

        @media only screen and (max-width:575px) {
            .navbar .container {
                padding-left: 0;
                padding-right: 0
            }
        }

        .sgv_hero {
            background: #fff;
            padding-top: 24px;
            padding-bottom: 100px !important;
            margin-bottom: -100px
        }

        .sgv_hero-content--first {
            grid-area: 1/1/1/1
        }

        .sgv_hero-content--second {
            grid-area: 2/1/2/2
        }

        .sgv_hero-content--third {
            grid-area: 3/1/3/3
        }

        .sgv_hero-img {
            grid-area: 1/2/3/2;
            align-self: end
        }

        @media only screen and (max-width:767px) {
            .sgv_hero-content--second {
                grid-area: 2/1/2/3
            }
        }

        .sgv_wrapper--boxes {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin: 0 -15px
        }

        .sgv_product-boxes {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            background-color: #fff;
            border: 1px solid #eee;
            padding: 15px;
            width: calc(50% - 7px);
            margin-bottom: 15px
        }

        .sgv_product-boxes--content-grid {
            display: grid;
            grid-template-columns: 3fr 1fr;
            grid-template-rows: minmax(40px, 80px) auto
        }

        .sgv_product-boxes--details {
            grid-area: 1/1/1/3
        }

        .sgv_product-boxes--logo {
            height: 100%;
            max-height: 60px;
            max-width: 300px;
            margin-bottom: 15px
        }

        .sgv_product-boxes--box {
            max-width: 120px;
            max-height: 180px
        }

        @media only screen and (max-width:991px) {
            .sgv_product-boxes--content-grid {
                grid-template-rows: auto auto
            }

            .sgv_product-boxes--details {
                grid-area: 1/1/1/1
            }

            .sgv_product-boxes--benefits {
                grid-area: 2/1/2/3
            }

            .sgv_product-boxes--box {
                grid-area: 1/2/1/2;
                max-height: 110px
            }
        }

        @media only screen and (max-width:767px) {
            .sgv_product-boxes {
                width: 100%
            }

            .sgv_product-boxes--details {
                grid-area: 1/1/1/3
            }

            .sgv_product-boxes--benefits {
                grid-area: 2/1/2/2
            }

            .sgv_product-boxes--box {
                grid-area: 2/2/2/2;
                max-height: 200px
            }
        }

        @media only screen and (max-width:437px) {
            .sgv_product-boxes--content-grid {
                grid-template-columns: 4fr 1fr;
                grid-template-rows: minmax(100px, auto) auto
            }

            .sgv_product-boxes--details {
                grid-area: 1/1/1/2
            }

            .sgv_product-boxes--benefits {
                grid-area: 2/1/2/3
            }

            .sgv_product-boxes--box {
                grid-area: 1/2/3/2;
                max-height: 100px;
                justify-self: end
            }
        }

        .sgv_product-number {
            grid-area: 1/1/1/1;
            display: flex;
            align-self: flex-start;
            font-weight: 700;
            margin-left: -15px
        }

        .sgv_product-images {
            position: relative;
            grid-area: 1/1/1/1;
            margin-top: 50px
        }

        .sgv_product-title {
            display: flex;
            align-items: center;
            align-self: baseline;
            grid-area: 1/2/1/2
        }

        .sgv_product-details {
            grid-area: 1/2/1/2;
            display: flex;
            margin-top: 46px;
            font-size: 14px
        }

        .sgv_product-description {
            grid-area: 2/2/2/4;
            font-weight: 700
        }

        .sgv_product-benefits {
            grid-area: 3/2/3/4;
            columns: 2
        }

        .sgv_product-cta {
            grid-area: 1/3/1/3;
            text-align: center;
            z-index: 9
        }

        .sgv_product-btn {
            grid-area: 3/1/3/1;
            margin-top: 90px;
            z-index: 9
        }

        .sgv_product-btn--secondary {
            border: 1px solid #ff3547;
            color: #ff3547;
            display: block;
            text-align: center;
            font-size: 14px;
            font-weight: 400;
            padding: 12px 24px;
            grid-area: 3/1/3/1;
            align-self: baseline;
            z-index: 3
        }

        @media only screen and (max-width:991px) {
            .sgv_hero-img {
                grid-area: 1/2/1/2;
                padding: 3px;
                align-self: end
            }

            .sgv_hero-content--second {
                grid-area: 2/1/2/3
            }

            .sgv_product-description {
                grid-area: 2/1/2/3
            }

            .sgv_product-benefits {
                grid-area: 3/1/3/3
            }

            .sgv_product-cta {
                grid-area: 1/2/2/2;
                align-self: end
            }

            .sgv_product-btn {
                grid-area: 4/1/4/3;
                margin-top: 0
            }
        }

        @media only screen and (max-width:767px) {
            .sgv_product-number {
                grid-area: 1/1/1/3
            }

            .sgv_product-title {
                grid-area: 2/2/2/2
            }

            .sgv_product-details {
                grid-area: 2/2/2/2;
                flex-direction: column
            }

            .sgv_product-images {
                grid-area: 2/1/2/1;
                margin-top: 0
            }

            .sgv_product-description {
                grid-area: 3/1/3/3
            }

            .sgv_product-cta {
                grid-area: 4/1/4/3
            }

            .sgv_product-benefits {
                grid-area: 5/1/5/3;
                columns: 1
            }

            .sgv_product-btn {
                grid-area: 6/1/6/3
            }
        }

        .sgv_grid--trust .sgv_paragraph--one {
            grid-area: 1/1/1/1
        }

        .sgv_grid--trust .sgv_paragraph--two {
            grid-area: 2/1/2/1
        }

        .sgv_grid--trust .sgv_paragraph--three {
            grid-area: 3/1/3/1
        }

        .sgv_grid--trust .sgv_img--office {
            grid-area: 1/2/3/2
        }

        .sgv_grid--best .sgv_paragraph--one {
            grid-area: 1/2/1/2
        }

        .sgv_grid--best .sgv_paragraph--two {
            grid-area: 2/2/2/2
        }

        .sgv_grid--best .sgv_img--office {
            grid-area: 1/1/3/1
        }

        .sgv_grid--price .sgv_paragraph--one {
            grid-area: 1/1/1/1
        }

        .sgv_grid--price .sgv_paragraph--two {
            grid-area: 2/1/2/1
        }

        .sgv_grid--price .sgv_paragraph--three {
            grid-area: 3/1/3/1
        }

        .sgv_grid--price .sgv_img--office {
            grid-area: 1/2/3/2
        }

        @media only screen and (max-width:991px) {
            .sgv_grid--trust .sgv_paragraph--two {
                grid-area: 2/1/2/3
            }

            .sgv_grid--trust .sgv_paragraph--three {
                grid-area: 3/1/3/3
            }

            .sgv_grid--best .sgv_paragraph--two {
                grid-area: 2/1/2/3
            }

            .sgv_grid--price .sgv_paragraph--two {
                grid-area: 2/1/2/3
            }

            .sgv_grid--price .sgv_paragraph--three {
                grid-area: 3/1/3/3
            }
        }

        @media only screen and (max-width:767px) {
            .sgv_grid--trust .sgv_img--office {
                grid-area: 1/1/1/1
            }

            .sgv_grid--trust .sgv_paragraph--one {
                grid-area: 2/1/2/3
            }

            .sgv_grid--trust .sgv_paragraph--two {
                grid-area: 3/1/3/3
            }

            .sgv_grid--trust .sgv_paragraph--three {
                grid-area: 4/1/4/3
            }

            .sgv_grid--best .sgv_img--office {
                grid-area: 1/1/1/1
            }

            .sgv_grid--best .sgv_paragraph--one {
                grid-area: 2/1/2/3
            }

            .sgv_grid--best .sgv_paragraph--two {
                grid-area: 3/1/3/3
            }

            .sgv_grid--price .sgv_img--office {
                grid-area: 1/1/1/1
            }

            .sgv_grid--price .sgv_paragraph--one {
                grid-area: 2/1/2/3
            }

            .sgv_grid--price .sgv_paragraph--two {
                grid-area: 3/1/3/3
            }

            .sgv_grid--price .sgv_paragraph--three {
                grid-area: 4/1/4/3
            }
        }
  .foot p a
 {
    color: white;
    font-size: 18px;
 }
 .foot{
    background-color:black;padding:80px 80px 40px 80px !important; color: white;
    margin-bottom: -40px;    
 }
