:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #4a5464;
    --gray-dark: #252d3c;
    --primary: #166bf3;
    --secondary: #4a5464;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #deeaf2;
    --dark: #252d3c;
    --gray-50: #f4f8fb;
    --gray-100: #deeaf2;
    --gray-200: #c7d6e6;
    --gray-300: #b8c7db;
    --gray-400: #a6b7c9;
    --gray-500: #8899af;
    --gray-600: #4a5464;
    --gray-700: #353d4b;
    --gray-800: #252d3c;
    --gray-900: #131720;
    --primary-50: #ecf3fe;
    --primary-100: #cfe0fc;
    --primary-200: #adcbfb;
    --primary-300: #6ea2f7;
    --primary-400: #649cf7;
    --primary-600: #134daa;
    --primary-700: #0f3e8a;
    --primary-800: #0a295c;
    --primary-900: #071b3b;
    --hostragocode-blue: #166bf3;
    --hostragocode-dark-blue: #161A38;
    --hostragocode-purple: #5E30EE;
    --hostragocode-teal: #3DEADE;
    --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", "Liberation 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%;
    -webkit-tap-highlight-color: rgba(10, 10, 11, 0)
}

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

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation 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: #252d3c;
    text-align: left;
    background-color: #EDEDFD
}

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

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

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

a {
    color: #166bf3;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #094bb3;
    text-decoration: underline
}

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

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

code {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

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

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

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

button,
input {
    overflow: visible
}

button {
    text-transform: none
}

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

[type=button]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

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

textarea {
    overflow: auto;
    resize: vertical
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

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

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

.list-unstyled {
    padding-left: 0;
    list-style: none
}

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

code {
    font-size: 87.5%;
    color: #166bf3;
    word-wrap: break-word
}

a>code {
    color: inherit
}

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

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

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

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

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

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

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

.col-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:768px) {
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

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

@media (min-width:992px) {
    .col-lg-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

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

    .col-lg-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #252d3c
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #b8c7db
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #b8c7db
}

.table tbody+tbody {
    border-top: 2px solid #b8c7db
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4a5464;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #deeaf2;
    border-radius: .4rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #4a5464;
    background-color: #fff;
    border-color: #90b8f9;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(22, 107, 243, .25)
}

.form-control::placeholder {
    color: #4a5464;
    opacity: 1
}

.form-control:disabled {
    background-color: #c7d6e6;
    opacity: 1
}

input[type=date].form-control,
input[type=time].form-control {
    appearance: none
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

@media (min-width:576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #252d3c;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .4rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

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

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(22, 107, 243, .25)
}

.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn-primary {
    color: #fff;
    background-color: #166bf3;
    border-color: #166bf3;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0b5ad8;
    border-color: #0b55cb
}

.btn-primary:focus {
    color: #fff;
    background-color: #0b5ad8;
    border-color: #0b55cb;
    box-shadow: 0 0 0 .2rem rgba(57, 129, 245, .5)
}

.btn-primary:disabled {
    color: #fff;
    background-color: #166bf3;
    border-color: #166bf3
}

.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #0b55cb;
    border-color: #0a50bf
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(57, 129, 245, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #4a5464;
    border-color: #4a5464
}

.btn-secondary:hover {
    color: #fff;
    background-color: #39424e;
    border-color: #343b46
}

.btn-secondary:focus {
    color: #fff;
    background-color: #39424e;
    border-color: #343b46;
    box-shadow: 0 0 0 .2rem rgba(101, 110, 123, .5)
}

.btn-secondary:disabled {
    color: #fff;
    background-color: #4a5464;
    border-color: #4a5464
}

.btn-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #343b46;
    border-color: #2f353f
}

.btn-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(101, 110, 123, .5)
}

.btn-primary-50 {
    color: #FFFFFF;
    background-color: #4e4feb;
    border-color: #4e4feb;
    border-radius: 20px !important;
}

.btn-primary-50:hover {
    color: #131720;
    background-color: #EDEDFD;
    border-color: #EDEDFD
}

.btn-primary-50:focus {
    color: #131720;
    background-color: #c8dcfb;
    border-color: #bcd4fb;
    box-shadow: 0 0 0 .2rem rgba(203, 210, 221, .5)
}

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

.btn-primary-50:not(:disabled):not(.disabled):active {
    color: #131720;
    background-color: #bcd4fb;
    border-color: #b0ccfa
}

.btn-primary-50:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(203, 210, 221, .5)
}

.btn-outline-primary {
    color: #166bf3;
    border-color: #166bf3
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #166bf3;
    border-color: #166bf3
}

.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(22, 107, 243, .5)
}

.btn-outline-primary:disabled {
    color: #166bf3;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #166bf3;
    border-color: #166bf3
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(22, 107, 243, .5)
}

.btn-outline-primary-50 {
    color: #ecf3fe;
    border-color: #ecf3fe
}

.btn-outline-primary-50:hover {
    color: #131720;
    background-color: #ecf3fe;
    border-color: #ecf3fe
}

.btn-outline-primary-50:focus {
    box-shadow: 0 0 0 .2rem rgba(236, 243, 254, .5)
}

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

.btn-outline-primary-50:not(:disabled):not(.disabled):active {
    color: #131720;
    background-color: #ecf3fe;
    border-color: #ecf3fe
}

.btn-outline-primary-50:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(236, 243, 254, .5)
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.collapse:not(.show) {
    display: none
}

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

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

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

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

.navbar .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    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-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

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

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

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

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #deeaf2;
    border-radius: 20px;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .4rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .4rem
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.media {
    display: flex;
    align-items: flex-start
}

.carousel-item-next {
    display: block
}

.carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%)
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.bg-gray-50 {
    background-color: #f4f8fb !important
}

a.bg-gray-50:focus,
a.bg-gray-50:hover,
button.bg-gray-50:focus,
button.bg-gray-50:hover {
    background-color: #cee1ed !important
}

.bg-hostragocode-dark-blue {
    background-color: #161a38 !important
}

a.bg-hostragocode-dark-blue:focus,
a.bg-hostragocode-dark-blue:hover,
button.bg-hostragocode-dark-blue:focus,
button.bg-hostragocode-dark-blue:hover {
    background-color: #080913 !important
}

.bg-white {
    background-color: #fff !important
}

.border {
    border: 1px solid #b8c7db !important
}

.border-0 {
    border: 0 !important
}

.border-gray-50 {
    border-color: #f4f8fb !important
}

.border-gray-100 {
    border-color: #deeaf2 !important
}

.rounded {
    border-radius: .4rem !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.d-flex {
    display: flex !important
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }
}

.flex-column {
    flex-direction: column !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-between {
    justify-content: space-between !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-center {
    align-items: center !important
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }
}

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

.m-0 {
    margin: 0 !important
}

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

.mt-1 {
    margin-top: .25rem !important
}

.ml-1 {
    margin-left: .25rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

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

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

.ml-2 {
    margin-left: .5rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

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

.mr-4 {
    margin-right: 1.5rem !important
}

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

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.mt-6,
.my-6 {
    margin-top: 4rem !important
}

.mb-6,
.my-6 {
    margin-bottom: 4rem !important
}

.my-8 {
    margin-top: 6rem !important
}

.my-8 {
    margin-bottom: 6rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.px-4 {
    padding-right: 1.5rem !important
}

.px-4 {
    padding-left: 1.5rem !important
}

.pt-6,
.py-6 {
    padding-top: 4rem !important
}

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

.pb-7 {
    padding-bottom: 5rem !important
}

@media (min-width:576px) {
    .mr-sm-2 {
        margin-right: .5rem !important
    }
}

@media (min-width:768px) {
    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mr-md-3 {
        margin-right: 1rem !important
    }
}

@media (min-width:992px) {
    .my-lg-9 {
        margin-top: 8rem !important
    }

    .my-lg-9 {
        margin-bottom: 8rem !important
    }

    .pt-lg-7 {
        padding-top: 5rem !important
    }

    .pb-lg-8 {
        padding-bottom: 6rem !important
    }
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

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

.text-uppercase {
    text-transform: uppercase !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.text-gray-600 {
    color: #4a5464 !important
}

a.text-gray-600:focus,
a.text-gray-600:hover {
    color: #292f38 !important
}

.text-hostragocode-purple {
    color: #5e30ee !important
}

a.text-hostragocode-purple:focus,
a.text-hostragocode-purple:hover {
    color: #3b10c2 !important
}

.text-muted {
    color: #4a5464 !important
}

.text-decoration-none {
    text-decoration: none !important
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

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

    img,
    tr {
        page-break-inside: avoid
    }

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

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

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

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

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #0a0a0b
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }
}

a:not(.dropdown-item):not(.btn):not(.nav-link) {
    transition: color .3s linear !important
}

@keyframes opacityIn {
    from {
        opacity: .3
    }

    to {
        opacity: 1
    }
}

code {
    background: #cfe0fc;
    border-radius: .4rem;
    padding: .15rem
}

.btn {
    border-style: solid
}

:root {
    --black: #0a0a0b;
    --body-bg: white;
    --body-color: #252d3c;
    --border-radius: 0.4rem
}

html {
    scroll-behavior: smooth
}

body {
    width: 100%;
    height: 100%
}

svg {
    width: 1rem;
    height: auto
}

.icon-sm {
    width: .9rem;
    height: auto
}

.navbar-main {
    padding: .75rem 1rem;
    background: hsl(232.94deg 43.59% 15.29% / 95%) !important;
    backdrop-filter: blur(5px)
}

.navbar-main .navbar-nav>li>a {
    padding: 1rem !important;
    color: var(--gray-100) !important;
    transition: .15s color
}

.navbar-main .navbar-nav>li>a:hover {
    color: var(--gray-300) !important
}

.navbar-brand {
    font-size: 1.2rem;
    color: var(--gray-100);
    font-weight: 500;
    letter-spacing: .05rem
}

.navbar-logo {
    max-height: 1.85rem;
    height: 1.85rem
}

.navbar-custom-toggler {
    padding: .3rem .5rem;
    border-radius: .25rem;
    color: var(--gray-400);
    background-color: var(--gray-800)
}

.navbar-custom-toggler>svg {
    width: 1.75rem;
    height: 1.75rem
}

.navbar-custom-toggler:hover {
    color: var(--gray-200);
    background-color: var(--gray-800)
}

.badge {
    padding: .45em .9em
}

.index-header-container {
    background-size: cover;
    background-position: center
}

.index-header {
    font-size: 3rem;
    line-height: 1.25
}

.index-btn {
    font-weight: 500;
    padding: .8rem 2rem
}

.index-btn svg {
    width: 1.25rem;
    height: auto
}

@media (min-width:992px) {
    .index-header {
        font-size: 4rem
    }
}

.index-feature-icon {
    background: var(--primary-50);
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    border-radius: calc(2 * var(--border-radius))
}

.index-feature-icon svg {
    width: auto;
    height: 1.25rem
}

@media (min-width:768px) {
    .index-body {
        background-color: #EDEDFD;
        background-position: top right;
        background-repeat: no-repeat;
        background-size: 55%
    }
}

@media (min-width:1200px) {
    .index-body {
        background-color: #EDEDFD;
        background-size: 50%
    }
}

.footer {
    padding: 2rem;
    background: white;
    border-radius: calc(2*var(--border-radius))
}

.footer-social-icon svg {
    width: auto;
    height: 1.25rem;
    fill: var(--gray-500)
}

.footer-social-icon:hover svg {
    fill: var(--gray-700)
}

a svg {
    transition: transform .15s
}

a:hover svg {
    transform: scale(1.1)
}

a:active svg {
    transform: scale(.9)
}

.product {
    transition: transform .3s
}

.product:hover {
    transform: scale(1.015)
}

.product:active {
    transform: scale(.99)
}

.hostrago-animate {
    -webkit-animation-duration: 1s;
    animation-duration: .5s
}

.hostrago-animate-fill-none {
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none
}

@-webkit-keyframes fadeIn {
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.hostrago-animate-fade-in {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.table-custom-container {
    border-radius: .4rem;
    border: 1px solid var(--gray-100)
}

.table-custom {
    margin-bottom: 0;
    background: var(--white)
}

.table-custom thead th {
    border-top: 0;
    border-bottom: 0;
    color: var(--gray)
}

.table-custom th {
    padding: 1.25rem 1.25rem;
    font-size: .9rem
}

.table-custom tbody tr {
    border-top: 1px solid var(--gray-50)
}

.table-custom td {
    padding: 1.25rem 1.25rem;
    vertical-align: middle
}

.table-custom tbody tr td {
    border-top: 0
}

.table-custom tbody tr {
    transition: all .3s ease-in-out
}

.review-image {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    background: var(--gray-100)
}

.review-text {
    color: var(--gray-700);
    font-size: .9rem
}

.rounded-2x {
    border-radius: calc(2 * var(--border-radius))
}

.zoom-animation-subtle {
    transition: transform .3s
}

.zoom-animation-subtle:hover {
    transform: scale(1.025)
}

.zoom-animation-subtle:active {
    transform: scale(.98)
}

.bg-gradient {
    animation: bg-gradient-animation 6s ease infinite alternate;
    background: linear-gradient(60deg, #2e3d87, #5e30ee, #301f9c, #4f24fa, #be5af8, #c80dd6, #58a6ff);
    background-size: 300% 300%;
    border-color: transparent
}

.bg-gradient:active,
.bg-gradient:focus,
.bg-gradient:hover {
    border-color: transparent
}

@keyframes bg-gradient-animation {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

/* hostrago header */

.logo img {
    height: 40px;
    max-width: 100%;
  }

  @media (max-width: 480px) {
    header {
      padding: 15px;
    }

    .logo img {
      height: 28px;
    }
}

    header {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
      }