

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

html {
    font-family: "Quicksand"; 
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: "Quicksand"; 
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
a.lang-icon {
    margin: 0px 10px;
}
/*Modal: Langauge Selection Popup CSS*/
.modal-lang .modal-header{
    background: #f5f5f5;
    padding: 10px 20px;
    position: relative;
}
.modal-header .close { 
     margin: 0; 
    margin-bottom: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 0;
}
.modal-lang .modal-title{
    margin-top: 0px;
}
.modal-lang .modal-body {
    padding: 0;
}
.modal-lang ul.lang-slct {
    list-style: none;
    margin: 0;
    padding: 10px 0px;
}
.modal-lang ul.lang-slct li a {
    color: #585858;
    font-size: 18px;
    padding: 10px 20px 10px 20px;
    display: block;
}
.modal-lang ul.lang-slct li a:hover, .modal-lang ul.lang-slct li a:focus {
    background: #fabd16;
    color: #381a4c !important;
}
/*Modal: Langauge Selection Popup CSS*/

.lang-icon img{
    height: 30px;
}
.thmbl-eql {
    background: #faf6ff;
    padding: 25px;
    min-height: 220px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.thmbl-eql h2{
    color: #32104d;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 15px;
}
.thmbl-eql p{
    color: #32104d;
    font-size: 18px;
    margin: 0px;

}
.thmbl-eql ul {
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
    list-style: none;
}
.thmbl-eql ul li {
    display: inline;
    margin: 0px 6px;
}
.thmbl-eql ul li img {
    height: 40px;
}
.weekly-webinar{
    margin: 0px 0px 45px 0px;
}
.weekly-webinar p{
    font-size: 22px;
    color: #2d074e;
}
.call-us a{
    background: #2d074e;
    color: #fff;
    padding: 5px 25px;
    border-radius: 100px;
    font-size: 20px;
}
.call-us a:focus{
    text-decoration: none;
    color: #fff;
}
.dost-test-title
{
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    color: #3c0160;
}
.dost-test-wr
{
    text-align: right;
    font-style: italic;
}
.testomoni {
    background: #faf6ff;    
    padding: 15px;
    min-height: 260px;
    border-radius: 10px;
    margin-bottom:15px;
}
.testomoni:hover{
    background: #fff;
    box-shadow: 0px 0px 5px #eee;
}
.testomoni .dost-test-title{
    margin-bottom: 10px;
}
[tabindex="-1"]:focus {
    outline: 0 !important;
}

.primary-color {
    color: var(--primary);
}

.secondary-color {
    color: vaR(--secondary);
}

.indigo-color {
    color: #CBD6F3;
}
.frendy-dost{
    padding: 50px 0px;
    background-color: #fcfbff;
}
.dost-process-vector{
    margin-top:20px !important;
}

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

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

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

.text-sm {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 155%;
}

.btn-text {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
}

.text-md {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 165%;
}

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

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

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

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: var(--primary) !important;
    text-decoration: underline;
        color: rgb(247, 191, 0) !important;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

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

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

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

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

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

input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

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

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

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

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

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

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

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

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

.blockquote-footer::before {
    content: "\2014\00A0";
}

.img-fluid {
    max-width: 100%;
    height: auto;
        padding-bottom: 45px;
}


.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

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

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

@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: 1145px;
    }
}

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

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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, .col-sm,
.col-sm-auto, .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, .col-md,
.col-md-auto, .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, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

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

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

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

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

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

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

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

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

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

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

@media (max-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

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

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

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

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

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

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

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

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

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

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

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

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

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

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

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

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

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

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

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

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

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

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

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

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

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

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

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

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

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

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

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

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

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

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

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

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

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

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

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

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

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

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

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

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

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

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

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

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 72%;
        flex: 0 0 72%;
        max-width: 72%;
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

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

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

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

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

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

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

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

.btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

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

.fade {
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

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

.fade:not(.show) {
    opacity: 0;
}

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

.collapse.show {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

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

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
    margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
    z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
    margin-left: -1px;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
    margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
    height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
    height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}



.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}



.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background: #FFF;
    border-radius: 12px;
}

.card > hr {
    margin-right: 0;
    margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

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

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.close:hover {
    color: #000;
    text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a.close.disabled {
    pointer-events: none;
}



.carousel {
    position: relative;
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

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

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: 0s 0.6s opacity;
    -o-transition: 0s 0.6s opacity;
    transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    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;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    -webkit-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}

.carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

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

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

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}

.d-block {
    display: block !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 768px) {
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

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

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

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

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

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

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

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

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

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

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

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

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

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

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

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

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

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

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

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

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

.m-1 {
    margin: 0.25rem !important;
}

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

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

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

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

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

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

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

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

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

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

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

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

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

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

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

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

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

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

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

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

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

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

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

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

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

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

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

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

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

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

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

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

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

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

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

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

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

@media (min-width: 768px) {
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

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

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

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

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
}

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

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

body {
    font-family: "Quicksand";  

   background: #fff;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: #999999;
}

body.menu-show {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: var(--indigo);
}

a:hover, a:focus {
    text-decoration: none;
    color: #206dfb;
    outline: none !important;
}



.hero-wrap .slider-text {
    height: 826px;
    z-index: 0;
    overflow: hidden;
}

@media (max-width: 991.98px) {
}

.hero-wrap .slider-text .subheading {
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 4px;
    text-transform: uppercase;
    display: inline-block;
    color: #000000;
}

.hero-wrap .slider-text .text {
    position: relative;
    z-index: 1;
}

.hero-wrap .slider-text h1 {
    font-size: 54px;
    color: #fff;
    line-height: 1.2;
    font-weight: 400;
}

.hero-wrap .slider-text h1 span {
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .hero-wrap .slider-text h1 {
        font-size: 50px;
    }
}

@media (max-width: 767.98px) {
    .hero-wrap .slider-text h1 {
        font-size: 40px;
    }
}

.hero-wrap .slider-text p {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
}

.hero-wrap .slider-text p .number {
    color: #fdab44;
}

.hero-wrap .slider-text .btn-custom {
    color: #fff;
    background: #206dfb;
    padding: 10px 20px;
}

.hero-wrap.hero-wrap-2 {
    height: 400px !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

@media (max-width: 1199.98px) {
    .hero-wrap.hero-wrap-2 {
        background-position: top center !important;
    }
}

.hero-wrap.hero-wrap-2 .slider-text {
    height: 400px !important;
}

@media (max-width: 991.98px) {
    .hero-wrap.hero-wrap-2 .slider-text {
        text-align: center;
        height: 400px !important;
    }
}

.slider-text .breadcrumbs {
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    z-index: 99;
    text-transform: uppercase;
    font-weight: 500 !important;
    letter-spacing: 2px;
}

.slider-text .breadcrumbs span {
    color: rgba(255, 255, 255, 0.9);
}

.slider-text .breadcrumbs span a {
    color: #fff;
}

.slider-text .bread {
    font-size: 50px !important;
    font-weight: 700;
    color: #fff !important;
}

.btn {
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn:hover, .btn:active, .btn:focus {
    outline: none;
}

.btn.btn-primary {
    background: #206dfb !important;
    border: 1px solid #206dfb !important;
    color: #fff !important;
}

.btn.btn-primary:hover {
    border: 1px solid #206dfb;
    background: transparent;
    color: #206dfb;
}

.btn.btn-primary {
    border: 1px solid #206dfb;
    background: transparent;
    color: #206dfb;
}

.btn.btn-primary {
    border: 1px solid transparent;
    background: #206dfb;
    color: #fff;
}

.btn.btn-secondary {
    border: 1px solid #fdab44 !important;
    color: #fff !important;
    background: #fdab44 !important;
}

.btn.btn-secondary:hover {
    border: 1px solid #206dfb;
    background: transparent;
    color: #206dfb;
}

.btn.btn-outline-white {
    border-color: rgba(255, 255, 255, 0.8);
    background: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border-width: 1px;
    color: #fff;
}

.btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white:active {
    background: #fff;
    border-color: #fff;
    color: #206dfb;
}

.ftco-candidates {
    position: relative;
}

.ftco-candidates-2 .team {
    margin-bottom: 30px;
}

.ftco-candidates-2 .team .img {
    width: 180px;
    height: 180px;
    margin: 0 0 30px 0;
}

@media (max-width: 767.98px) {
    .ftco-candidates-2 .team .img {
        margin: 0 auto;
        margin-bottom: 10px;
    }
}

.ftco-candidates-2 .text {
    width: calc(100% - 180px);
}

@media (max-width: 767.98px) {
    .ftco-candidates-2 .text {
        width: 100%;
        text-align: center;
    }
}

.ftco-candidates-2 h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #000000;
}

.ftco-candidates-2 .location {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.3);
    display: inline-block;
    margin-bottom: 10px;
}

.ftco-candidates-2 .position {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.3);
    color: #fdab44;
    display: inline-block;
    margin-bottom: 10px;
    text-transform: capitalize;
    padding: 0 10px;
    background: #fffaf5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.ftco-candidates-2 .seen {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.2);
    display: inline-block;
    margin-bottom: 10px;
}

.form-control {
    height: 48px;
    background: #fff !important;
    color: #000000 !important;
    font-size: 18px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

textarea.form-control {
    height: inherit !important;
}

.ftco-animate {
    opacity: 0;
    visibility: hidden;
}

.media-custom .media-body .name {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
    color: #206dfb;
}

.media-custom .media-body .position {
    font-size: 13px;
    color: #d9d9d9;
}

.about-author .desc h3 {
    font-size: 24px;
}

.ftco-section {
    padding: 3em 0;
    position: relative;
}

@media (max-width: 767.98px) {
    .ftco-section {
        padding: 3em 0;
    }
}

.ftco-bg-dark {
    background: #3c312e;
}

.ftco-footer {
    font-size: 16px;
    background: #fff;
    padding: 3em 0;
    color: rgba(0, 0, 0, 0.5);
}

.ftco-footer .ftco-footer-logo {
    text-transform: uppercase;
    letter-spacing: .1em;
}

.ftco-footer .ftco-footer-widget h2 {
    font-weight: normal;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
}

.ftco-footer .ftco-footer-widget .btn-primary {
    background: #fff !important;
    border: 2px solid #fff !important;
}

.ftco-footer .ftco-footer-widget .btn-primary:hover {
    background: #fff;
    border: 2px solid #fff !important;
}

.ftco-footer p {
    color: #fff;
}

.ftco-footer a {
    color: #ffff
}

.ftco-footer a:hover {
    color: #fabd17 !important;
}

.ftco-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block;
}

.ftco-footer-social li a {
    height: 40px;
    width: 40px;
    display: block;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    position: relative;
    color: #206dfb;
}

.ftco-footer-social li a span {
    position: absolute;
    font-size: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #206dfb !important;
}

.ftco-footer-social li a:hover {
    color: #fff;
}

.media .ftco-icon {
    width: 100px;
}

.media .ftco-icon span {
    color: #206dfb;
}

.ftco-media .icon {
    font-size: 50px;
    display: block;
    color: #206dfb;
}

.ftco-media.text-center .ftco-icon {
    margin: 0 auto;
}

.heading-section .subheading {
    font-size: 12px;
    display: block;
    margin-bottom: 0px;
    color: #206dfb;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.heading-section h2 {
    font-size: 38px;
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .heading-section h2 {
        font-size: 28px;
    }
}

.heading-section.heading-section-white .subheading {
    color: rgba(255, 255, 255, 0.9);
}

.heading-section.heading-section-white h2 {
    color: #fff;
}

.heading-section.heading-section-white p {
    color: rgba(255, 255, 255, 0.9);
}

.img,
.blog-img,
.user-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.testimony-section {
    position: relative;
}

.testimony-section .owl-carousel {
    margin: 0;
}

.testimony-section .owl-carousel .owl-stage-outer {
    padding: 1em 0 1em 0;
    position: relative;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

#section-counter {
    position: relative;
    z-index: 0;
}

#section-counter:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: -1;
    opacity: .9;
    background: #206dfb;
}

.ftco-counter {
    padding: 8em 0;
}

@media (max-width: 1199.98px) {
    .ftco-counter {
        background-position: center center !important;
    }
}

.ftco-counter .icon {
    margin-bottom: 10px;
}

.ftco-counter .icon span {
    line-height: 1;
    font-size: 40px;
    color: #fff;
}

.ftco-counter .text strong.number {
    font-weight: 600;
    font-size: 34px;
    color: #fff;
    line-height: 1;
}

.ftco-counter .text span {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 767.98px) {
    .ftco-counter .counter-wrap {
        margin-bottom: 20px;
    }
}

.block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 250px;
    position: relative;
    display: block;
}

@media (min-width: 768px) {
    .blog-entry {
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .blog-entry {
        margin-bottom: 30px;
    }
}

.logo-white {
    display: block;
}

.logo-gradient {
    display: none;
}

.number {
    color: var(--primary);
}

.numbers-text {
    color: var(--secondary);
}

.numbers {
    color: var(--primary);
    margin-bottom: unset;
}

@media only screen and (min-width: 320px) {
    .hero-wrap {
        background: url("../images/bg-img-mobile.png") 100% 100% no-repeat;
        background-size: unset;
    }

    .app-link {
        background: var(--green);
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        padding-left: unset;
        padding-right: unset;
    }

    .send-link-form {
        min-width: 100%;
    }

    .send-link-button {
        min-width: 100%;
        height: 54px;
        margin-top: 1rem;
    }

    .google-play-img {
        min-width: 100%;
        margin-top: 1rem;
    }

    .or-text {
        margin: auto;
        margin-top: 1rem;
    }

    .send-form {
        margin-left: 15px;
        margin-right: 15px;
    }

    .home-img {
        width: 96%;
        display: none;
    }

    .home-img-mobile {
        width: 96%;
        display: block;
    }

    .home-text {
        margin-top: 20%;
    }

    .download-img {
        display: none;
    }

    .centre-text {
        width: 100%;
    }

    .text-lg {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 165%;
    }

    .feature-card {
        padding-top: 4%;
        padding-bottom: 4%;
        padding-left: 4%;
        padding-right: 4%;
        margin-top: 1rem;
    }

    .wave-img {
        margin-top: -28%;
    }

    .gromo-feature {
        margin-top: 25%;
    }

    .fin-pdt-mobile-img {
        display: block;
    }

    .fin-pdt-web-img {
        display: none;
    }

    .gromo-loan-pdt {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .line {
        display: none;
    }

    .slick-next {
        top: 100% !important;
        right: 48% !important;
    }

    .slick-prev {
        top: 100% !important;
        right: 100% !important;
        left: 40% !important;
    }

    .gromo-feature-text {
        font-size: 28px;
        margin-top: 12px;
    }

    .quote-left-img {
        width: 48px;
        height: 48px;
    }

    .gromo-feature-div {
        width: 100%;
    }

    .gromo-numbers {
        margin-left: 50px;
        margin-right: 50px;
    }

    .agent-number {
        margin-top: 30px;
    }

    .financial-number {
        margin-top: 30px;
    }

    .customer-number {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .bfsi-agent {
        margin-top: 30px;
    }

    .dsa {
        margin-top: 30px;
    }

    .finance-business {
        margin-top: 30px;
    }

    .padding-text {
        padding-left: 12%;
        padding-right: 12%;
    }

    .gp-work {
        width: 100%;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .gp-work-container {
        padding-top: 1rem;
    }

    .gm-footer-1 {
        display: none;
    }

    .gm-footer-2 {
        display: block;
    }

    h1 {
        font-style: normal;
        font-weight: 600;
        font-size: 28px;
        line-height: 128%;
        letter-spacing: -0.5px;
    }

    h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 28px;
        line-height: 128%;
        letter-spacing: -0.5px;
    }

    .title {
        font-style: normal;
        font-weight: 600;
        font-size: 28px;
        line-height: 128%;
        letter-spacing: -0.5px;
    }

    .subtitle {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 140%;
    }

    .text-rg {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 165%;
    }

    .text-rg-semibold {
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 165%;
    }

    .text-lg-semibold {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 165%;
    }

    .text-lg-bold {
        font-style: normal !important;
        font-weight: 700 !important;
        font-size: 16px !important;
        line-height: 165% !important;
    }

    .text-rg-bold {
        font-style: normal !important;
        font-weight: 700 !important;
        font-size: 16px !important;
        line-height: 165% !important;
        color: rgba(0, 19, 63, 0.87) !important;
    }

    .form-footer {
        position: unset;
    }

    .download-app-footer {
        position: unset;
        margin-top: 1.5rem;
        text-align: center;
    }

    .modal-body {
        padding: 1rem;
    }

    .collapse-card {
        display: none;
    }

    .timeline-card {
        display: contents;
    }

    .web-text-only {
        display: none;
    }

    .gromo-insurance-pdt {
        margin-left: auto;
        margin-right: auto;
    }

    .choose-gm {
        /*height: 490px;*/
    }

    .floating-btn-mobile {
        display: block;
    }

    .mobile-timeline {
        display: block;
    }

    .web-timeline {
        display: none;
    }

    .hero-wrap {
        width: 100%;
        height: 600px;
        position: relative;
    }

    .hero-wrap .slider-text {
        text-align: center;
        height: 600px;
    }

    .gromo-card-number {
        padding: 1rem;
    }

    .gp-user {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .gp-pdt {
        margin-top: unset;
    }

    .section-margin {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .subheading-padding {
        padding-top: 1rem;
    }
}

@media only screen and (min-width: 360px) {
    .hero-wrap {
        background: url("../images/bg-img-mobile.png") 98% 98% no-repeat;
        background-size: cover;
    }

    .choose-gm {
        /*height: 490px;*/
    }
}

@media only screen and (min-width: 400px) {
    .hero-wrap {
        background: url("../images/bg-img-mobile.png") calc(100% - 8%) calc(100% - 8%) no-repeat;
        background-size: cover;
    }

    .wave-img {
        margin-top: -22%;
    }

    .gromo-feature {
        margin-top: 25%;
    }

    .fin-pdt-mobile-img {
        display: block;
    }

    .fin-pdt-web-img {
        display: none;
    }

    .gromo-loan-pdt {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .line {
        display: none;
    }

    .slick-next {
        top: 100% !important;
        right: 48% !important;
    }

    .slick-prev {
        top: 100% !important;
        right: 100% !important;
        left: 40% !important;
    }

    .gromo-feature-text {
        font-size: 28px;
        margin-top: 12px;
    }

    .quote-left-img {
        width: 48px;
        height: 48px;
    }

    .gromo-feature-div {
        width: 100%;
    }

    .gromo-numbers {
        margin-left: 50px;
        margin-right: 50px;
    }

    .agent-number {
        margin-top: 30px;
    }

    .financial-number {
        margin-top: 30px;
    }

    .customer-number {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .bfsi-agent {
        margin-top: 30px;
    }

    .dsa {
        margin-top: 30px;
    }

    .finance-business {
        margin-top: 30px;
    }

    .home-img {
        width: 96%;
        display: none;
    }

    .home-img-mobile {
        width: 96%;
        display: block;
    }

    .padding-text {
        padding-left: 12%;
        padding-right: 12%;
    }

    .gp-work {
        width: 100%;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .gp-work-container {
        padding-top: 1rem;
    }

    .gm-footer-1 {
        display: none;
    }

    .gm-footer-2 {
        display: block;
    }

    h1 {
        font-style: normal;
        font-weight: 600;
        font-size: 28px;
        line-height: 128%;
        letter-spacing: -0.5px;
    }

    h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 28px;
        line-height: 128%;
        letter-spacing: -0.5px;
    }

    .title {
        font-style: normal;
        font-weight: 600;
        font-size: 28px;
        line-height: 128%;
        letter-spacing: -0.5px;
    }

    .subtitle {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 140%;
    }

    .text-rg {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 165%;
    }

    .text-rg-semibold {
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 165%;
    }

    .text-lg-semibold {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 165%;
    }

    .text-lg-bold {
        font-style: normal !important;
        font-weight: 700 !important;
        font-size: 16px !important;
        line-height: 165% !important;
    }

    .text-rg-bold {
        font-style: normal !important;
        font-weight: 700 !important;
        font-size: 16px !important;
        line-height: 165% !important;
        color: rgba(0, 19, 63, 0.87) !important;
    }

    .form-footer {
        position: unset;
    }

    .download-app-footer {
        position: unset;
        margin-top: 1.5rem;
        text-align: center;
    }

    .modal-body {
        padding: 1rem;
    }

    .collapse-card {
        display: none;
    }

    .timeline-card {
        display: contents;
    }

    .web-text-only {
        display: none;
    }

    .gromo-insurance-pdt {
        margin-left: auto;
        margin-right: auto;
    }

    .choose-gm {
       /* height: 490px;*/
    }

    .floating-btn-mobile {
        display: block;
    }

    .mobile-timeline {
        display: block;
    }

    .web-timeline {
        display: none;
    }

    .hero-wrap {
        width: 100%;
        height: 600px;
        position: relative;
    }

    .hero-wrap .slider-text {
        text-align: center;
        height: 600px;
    }

    .gromo-card-number {
        padding: 1rem;
    }

    .gp-user {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .gp-pdt {
        margin-top: unset;
    }

    .section-margin {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .subheading-padding {
        padding-top: 1rem;
    }
}

@media only screen and (min-width: 500px) {
    .choose-gm {
        /*height: 480px;*/
    }

    .gromo-feature {
        margin-top: 16%;
    }
}

@media only screen and (min-width: 530px) {
    .hero-wrap {
        background: url("../images/bg-img.png") calc(100% - 60%) calc(100% - 60%) no-repeat;
        background-size: cover;
            background: #36184d;


    }

    .app-link {
        background: var(--green);
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        padding-left: unset;
        padding-right: unset;
    }

    .send-link-form {
        min-width: 100%;
    }

    .send-link-button {
        min-width: 100%;
        height: 54px;
        margin-top: 1rem;
    }

    .google-play-img {
        min-width: 100%;
        margin-top: 1rem;
    }

    .or-text {
        margin: auto;
        margin-top: 1rem;
    }

    .send-form {
        margin-left: 15px;
        margin-right: 15px;
    }

    .home-img {
        width: 96%;
        display: none;
    }

    .home-img-mobile {
        width: 96%;
        display: block;
    }

    .home-text {
        margin-top: 20%;
    }

    .download-img {
        display: none;
    }

    .centre-text {
        width: 100%;
    }

    .text-lg {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 165%;
    }

    .feature-card {
        padding-top: 4%;
        padding-bottom: 4%;
        padding-left: 4%;
        padding-right: 4%;
        margin-top: 1rem;
    }

    .wave-img {
        margin-top: -16%;
    }

    .gromo-feature {
        margin-top: 12%;
    }

    .fin-pdt-mobile-img {
        display: block;
    }

    .fin-pdt-web-img {
        display: none;
    }

    .gromo-loan-pdt {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .line {
        display: none;
    }

    .slick-next {
        top: 100% !important;
        right: 48% !important;
    }

    .slick-prev {
        top: 100% !important;
        right: 100% !important;
        left: 40% !important;
    }

    .gromo-feature-text {
        font-size: 28px;
        margin-top: 12px;
    }

    .quote-left-img {
        width: 48px;
        height: 48px;
    }

    .gromo-feature-div {
        width: 84%;
    }

    .gromo-numbers {
        margin-left: 50px;
        margin-right: 50px;
    }

    .financial-number {
        margin-top: 30px;
    }

    .customer-number {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .agent-number {
        margin-top: 30px;
    }

    .bfsi-agent {
        margin-top: 30px;
    }

    .dsa {
        margin-top: 30px;
    }

    .finance-business {
        margin-top: 30px;
    }

    .padding-text {
        padding-left: 12%;
        padding-right: 12%;
    }

    .gp-work {
        width: 100%;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .gp-work-container {
        padding-top: 1rem;
    }

    .gm-footer-1 {
        display: none;
    }

    .gm-footer-2 {
        display: block;
    }

    h1 {
        font-style: normal;
        font-weight: 600;
        font-size: 28px;
        line-height: 128%;
        letter-spacing: -0.5px;
    }

    h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 28px;
        line-height: 128%;
        letter-spacing: -0.5px;
    }

    .title {
        font-style: normal;
        font-weight: 600;
        font-size: 28px;
        line-height: 128%;
        letter-spacing: -0.5px;
    }

    .subtitle {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 140%;
    }

    .text-rg {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 165%;
    }

    .text-rg-semibold {
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 165%;
    }

    .text-lg-semibold {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 165%;
    }

    .text-lg-bold {
        font-style: normal !important;
        font-weight: 700 !important;
        font-size: 16px !important;
        line-height: 165% !important;
    }

    .text-rg-bold {
        font-style: normal !important;
        font-weight: 700 !important;
        font-size: 16px !important;
        line-height: 165% !important;
        color: rgba(0, 19, 63, 0.87) !important;
    }

    .form-footer {
        position: unset;
    }

    .download-app-footer {
        position: unset;
        margin-top: 1.5rem;
        text-align: center;
    }

    .modal-body {
        padding: 1rem;
    }

    .collapse-card {
        display: none;
    }

    .timeline-card {
        display: contents;
    }

    .web-text-only {
        display: none;
    }

    .gromo-insurance-pdt {
        margin-left: auto;
        margin-right: auto;
    }

    .choose-gm {
        /*height: 500px;*/
    }

    .floating-btn-mobile {
        display: block;
    }

    .mobile-timeline-1 {
        display: block;
    }

    .web-timeline-1 {
        display: none;
    }

    .mobile-timeline {
        display: block;
    }

    .web-timeline {
        display: none;
    }

    .hero-wrap {
        width: 100%;
        height: 600px;
        position: relative;
    }

    .hero-wrap .slider-text {
        text-align: center;
        height: 600px;
    }

    .gromo-card-number {
        padding: 1rem;
    }

    .gp-user {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .gp-pdt {
        margin-top: unset;
    }

    .section-margin {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .subheading-padding {
        padding-top: 1rem;
    }
}

@media only screen and (min-width: 580px) {
    .dsa {
        margin-top: unset;
    }

    .finance-business {
        margin-top: unset;
    }
}

@media only screen and (min-width: 768px) {
    .hero-wrap {
        background: url("../images/bg-img.png") 32% 32% no-repeat;
        background-size: cover;
            background: #36184d;

    }

    .app-link {
        background: var(--green);
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }

    .send-link-form {
        min-width: 100%;
    }

    .send-link-button {
        min-width: 100%;
        height: 54px;
        margin-top: 1rem;
    }

    .google-play-img {
        min-width: 100%;
        margin-top: 1rem;
    }

    .or-text {
        margin: auto;
        margin-top: 1rem;
    }

    .send-form {
        margin-left: 15px;
        margin-right: 15px;
    }

    .form-control {
        border-top-right-radius: unset;
        border-bottom-right-radius: unset;
    }

    .home-img {
        width: 100%;
        display: block;
    }

    .home-img-mobile {
        width: 100%;
        display: none;
    }

    .home-text {
        margin-top: 10%;
    }

    .download-img {
        display: none;
    }

    .centre-text {
        width: 80%;
    }

    .text-lg {
        font-style: normal !important;
        font-weight: normal !important;
        font-size: 20px !important;
        line-height: 165% !important;
    }

    .feature-card {
        padding-top: 4%;
        padding-bottom: 4px;
        padding-left: 4%;
        padding-right: 4%;
        margin-top: 1rem;
        -ms-flex: 0 0 40.36667%;
        flex: 0 0 40.36667%;
        max-width: 40.36667%;
    }

    .wave-img {
        margin-top: -20%;
    }

    .gromo-feature {
        margin-top: 10%;
    }

    .fin-pdt-mobile-img {
        display: block;
    }

    .fin-pdt-web-img {
        display: none;
    }

    .gromo-loan-pdt {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .line {
        display: none;
    }

    .slick-next {
        top: -26% !important;
        right: -1% !important;
    }

    .slick-prev {
        top: -26% !important;
        left: 96% !important;
    }

    .gromo-feature-text {
        font-size: 36px;
        margin-top: 14px;
    }

    .quote-left-img {
        width: 56px;
        height: 56px;
    }

    .gromo-feature-div {
        width: 90%;
    }

    .gromo-numbers {
        margin-left: unset;
        margin-right: unset;
    }

    .financial-number {
        margin-top: auto;
        margin-bottom: auto;
    }

    .customer-number {
        margin-top: auto;
        margin-bottom: auto;
    }

    .agent-number {
        margin-top: auto;
        margin-bottom: auto;
    }

    .bfsi-agent {
        margin-top: unset;
    }

    .dsa {
        margin-top: unset;
    }

    .finance-business {
        margin-top: unset;
    }

    .padding-text {
        padding-left: 4%;
        padding-right: 4%;
    }

    .gp-work {
        width: 100%;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .gp-work-container {
        padding-top: 2rem;
    }

    .gm-footer-1 {
        display: block;
    }

    .gm-footer-2 {
        display: none;
    }

    h1 {
        font-style: normal;
        font-weight: 600;
        font-size: 28px;
        line-height: 128%;
        letter-spacing: -0.5px;
    }

    h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 28px;
        line-height: 128%;
        letter-spacing: -0.5px;
    }

    .title {
        font-style: normal;
        font-weight: 600;
        font-size: 28px;
        line-height: 128%;
        letter-spacing: -0.5px;
    }

    .subtitle {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 140%;
    }

    .text-rg {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 165%;
    }

    .text-rg-semibold {
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 165%;
    }

    .text-lg-semibold {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 165%;
    }

    .text-lg-bold {
        font-style: normal !important;
        font-weight: 700 !important;
        font-size: 16px !important;
        line-height: 165% !important;
    }

    .text-rg-bold {
        font-style: normal !important;
        font-weight: 700 !important;
        font-size: 16px !important;
        line-height: 165% !important;
        color: rgba(0, 19, 63, 0.87) !important;
    }

    .form-footer {
        position: relative;
    }

    .download-app-footer {
        position: absolute;
        margin-top: 4%;
        text-align: end;
        bottom: 0;
        left: 0;
        right: 14px
    }

    .modal-body {
        padding: 2rem;
    }

    .collapse-card {
        display: none;
    }

    .timeline-card {
        display: contents;
    }

    .web-text-only {
        display: block;
    }

    .gromo-insurance-pdt {
        margin-left: auto;
        margin-right: auto;
    }

    .choose-gm {
        /*height: 600px;*/
    }

    .floating-btn-mobile {
        display: none;
    }

    .mobile-timeline {
        display: block;
    }

    .web-timeline {
        display: none;
    }

    .hero-wrap {
        width: 100%;
        height: 600px;
        position: relative;
    }

    .hero-wrap .slider-text {
        text-align: center;
        height: 600px;
    }

    .gromo-card-number {
        padding: 1.25rem;
    }

    .gp-user {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .gp-pdt {
        margin-top: 24px;
    }

    .section-margin {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .subheading-padding {
        padding-top: 1rem;
    }
}

@media only screen and (min-width: 900px) {
    .web-timeline{
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .hero-wrap {
        background: url("../images/bg-img.png") 75% 75% no-repeat;
        background-size: cover;
            background: #36184d;

    }

    .app-link {
        background: var(--green);
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }

    .send-link-form {
        min-width: calc(100% - 55%);
    }

    .send-link-button {
        min-width: auto;
        height: auto;
        margin-top: unset;
        border-top-left-radius: unset;
        border-bottom-left-radius: unset;
    }

    .google-play-img {
        min-width: auto;
        margin-top: auto;
    }

    .or-text {
        margin-right: 16px;
        margin-left: 16px;
        margin-top: auto;
        margin-bottom: auto
    }

    .send-form {
        margin-left: unset;
        margin-right: unset;
    }

    .form-control {
        border-top-right-radius: unset;
        border-bottom-right-radius: unset;
    }

    .home-img {
        width: 100%;
        display: block;
    }

    .home-img-mobile {
        width: 100%;
        display: none;
    }

    .home-text {
        margin-top: 14%;
    }

    .download-img {
        display: block;
    }

    .centre-text {
        width: 60%;
    }

    .text-lg {
        font-style: normal !important;
        font-weight: normal !important;
        font-size: 20px !important;
        line-height: 165% !important;
    }

    .feature-card {
        padding-top: 2%;
        padding-bottom: 4%;
        padding-left: 2%;
        padding-right: 2%;
        -ms-flex: 0 0 22.36667%;
        flex: 0 0 22.36667%;
        max-width: 22.36667%;
        margin-top: 1rem;
    }

    .wave-img {
        margin-top: -16%;
    }

    .gromo-feature {
        margin-top: 4%;
    }

    .fin-pdt-mobile-img {
        display: none;
    }

    .fin-pdt-web-img {
        display: block;
    }

    .gromo-loan-pdt {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .line {
        display: block;
    }

    .slick-next {
        top: -26% !important;
        right: -1% !important;
    }

    .slick-prev {
        top: -26% !important;
        left: 96% !important;
    }

    .gromo-feature-text {
        font-size: 36px;
        margin-top: 16px;
    }

    .quote-left-img {
        width: 64px;
        height: 64px;
    }

    .gromo-feature-div {
        width: 90%;
    }

    .gromo-numbers {
        margin-left: unset;
        margin-right: unset;
        margin-top: 20px;
    }

    .financial-number {
        margin-top: auto;
        margin-bottom: auto;
    }

    .customer-number {
        margin-top: auto;
        margin-bottom: auto;
    }

    .agent-number {
        margin-top: auto;
        margin-bottom: auto;
    }

    .bfsi-agent {
        margin-top: unset;
    }

    .dsa {
        margin-top: unset;
    }

    .finance-business {
        margin-top: unset;
    }

    .padding-text {
        padding-left: unset;
        padding-right: unset;
    }

    .gp-work {
        width: 100%;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .gp-work-container {
        padding-top: 2rem;
    }

    .gm-footer-1 {
        display: block;
    }

    .gm-footer-2 {
        display: none;
    }

    h1 {
        font-style: normal;
        font-weight: 600;
        font-size: 28px;
        line-height: 128%;
        letter-spacing: -0.5px;
    }

    h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 36px;
        line-height: 128%;
        letter-spacing: -0.5px;
    }

    h3 {
        font-style: normal;
        font-weight: 600;
        font-size: 28px;
        line-height: 128%;
        letter-spacing: -0.5px;
    }

    .title {
        font-style: normal;
        font-weight: 700;
        font-size: 44px;
        line-height: 53px;
        letter-spacing: -1.25px;
        max-width: 86%;
        margin: auto;
    }

    .subtitle {
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 140%;
        letter-spacing: -0.25px;
    }

    .text-rg {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 165%;
    }

    .text-rg-semibold {
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 165%;
    }

    .text-lg-semibold {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 165%;
    }

    .text-lg-bold {
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 165%;
    }

    .text-rg-bold {
        font-style: normal !important;
        font-weight: 700 !important;
        font-size: 16px !important;
        line-height: 165% !important;
        color: rgba(0, 19, 63, 0.87) !important;
    }

    .form-footer {
        position: relative;
    }

    .download-app-footer {
        position: absolute;
        margin-top: 4%;
        text-align: end;
        bottom: 0;
        left: 0;
        right: 14px
    }

    .modal-body {
        padding: 3rem;
    }

    .collapse-card {
        display: block;
    }

    .timeline-card {
        display: none;
    }

    .web-text-only {
        display: block;
    }

    .gromo-insurance-pdt {
        margin: unset;
    }

    .choose-gm {
        /*height: 480px;*/
    }

    .floating-btn-mobile {
        display: none;
    }

    .mobile-timeline {
        display: block;
    }

    .web-timeline {
        display: block;
    }

    .hero-wrap {
        width: 100%;
        height: 772px;
        position: relative;
    }

    .hero-wrap .slider-text {
        text-align: center;
        height: 772px;
    }

    .gromo-card-number {
        padding: 1.25rem;
    }

    .gp-user {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .gp-pdt {
        margin-top: 48px;
    }

    .section-margin {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .subheading-padding {
        padding-top: 1rem;
    }
}

@media only screen and (min-width: 1200px) {
    .hero-wrap {
        background: url("../images/bg-img.png") 32% 32% no-repeat;
        background-size: cover;    
        background: #36184d;
            background: #36184d;
    background: #36184d;


    }

    .app-link {
        background: var(--green);
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }

    .send-link-form {
        min-width: calc(100% - 55%);
    }

    .send-link-button {
        min-width: auto;
        height: auto;
        margin-top: unset;
        border-top-left-radius: unset;
        border-bottom-left-radius: unset;
    }

    .google-play-img {
        min-width: auto;
        margin-top: auto;
    }

    .or-text {
        margin-right: 16px;
        margin-left: 16px;
        margin-top: auto;
        margin-bottom: auto
    }

    .send-form {
        margin-left: unset;
        margin-right: unset;
    }

    .form-control {
        border-top-right-radius: unset;
        border-bottom-right-radius: unset;
    }

    .home-img {
        width: 100%;
        display: block;
    }

    .home-img-mobile {
        width: 100%;
        display: none;
    }

    .home-text {
        margin-top: 14%;
    }

    .download-img {
        display: block;
    }

    .centre-text {
        width: 60%;
    }

    .text-lg {
        font-style: normal !important;
        font-weight: normal !important;
        font-size: 20px !important;
        line-height: 165% !important;
    }

    .feature-card {
        padding-top: 2%;
        margin-top: 1rem;
        padding-bottom: 4%;
        padding-left: 2%;
        padding-right: 2%;
        -ms-flex: 0 0 22.36667%;
        flex: 0 0 22.36667%;
        max-width: 22.36667%;
    }

    .wave-img {
        margin-top: -16%;
    }

    .gromo-feature {
        margin-top: 2%;
    }

    .fin-pdt-mobile-img {
        display: none;
    }

    .fin-pdt-web-img {
        display: block;
    }

    .gromo-loan-pdt {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .line {
        display: block;
    }

    .slick-next {
        top: -26% !important;
        right: -1% !important;
    }

    .slick-prev {
        top: -26% !important;
        left: 96% !important;
    }

    .gromo-feature-text {
        font-size: 36px;
        margin-top: 16px;
    }

    .quote-left-img {
        width: 64px;
        height: 64px;
    }

    .gromo-feature-div {
        width: 100%;
    }

    .gromo-numbers {
        margin-left: unset;
        margin-right: unset;
        margin-top: 2
    }

    .financial-number {
        margin-top: auto;
        margin-bottom: auto;
    }

    .customer-number {
        margin-top: auto;
        margin-bottom: auto;
    }

    .agent-number {
        margin-top: auto;
        margin-bottom: auto;
    }

    .bfsi-agent {
        margin-top: unset;
    }

    .dsa {
        margin-top: unset;
    }

    .finance-business {
        margin-top: unset;
    }

    .padding-text {
        padding-left: unset;
        padding-right: unset;
    }

    .gp-work {
        width: 96%;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .gp-work-container {
        padding-top: 2rem;
    }

    .gm-footer-1 {
        display: block;
    }

    .gm-footer-2 {
        display: none;
    }

    h1 {
        font-style: normal;
        font-weight: 600;
        font-size: 28px;
        line-height: 128%;
        letter-spacing: -0.5px;
    }

    h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 36px;
        line-height: 128%;
        letter-spacing: -0.5px;
    }

    h3 {
        font-style: normal;
        font-weight: 600;
        font-size: 28px;
        line-height: 128%;
        letter-spacing: -0.5px;
    }

    .title {
        font-style: normal;
        font-weight: 700;
        font-size: 44px;
        line-height: 53px;
        letter-spacing: -1.25px;
        max-width: 86%;
        margin: auto;
    }

    .subtitle {
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 140%;
        letter-spacing: -0.25px;
    }

    .text-rg {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 165%;
    }

    .text-rg-semibold {
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 165%;
    }

    .text-lg-semibold {
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 165%;
    }

    .text-lg-bold {
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 165%;
    }

    .text-rg-bold {
        font-style: normal !important;
        font-weight: 700 !important;
        font-size: 16px !important;
        line-height: 165% !important;
        color: rgba(0, 19, 63, 0.87) !important;
    }

    .form-footer {
        position: relative;
    }

    .download-app-footer {
        position: absolute;
        margin-top: 4%;
        text-align: end;
        bottom: 0;
        left: 0;
        right: 14px
    }

    .modal-body {
        padding: 3rem;
    }

    .collapse-card {
        display: block;
    }

    .timeline-card {
        display: none;
    }

    .web-text-only {
        display: block;
    }

    .gromo-insurance-pdt {
        margin: unset;
    }

    .choose-gm {
        height: unset;
    }

    .floating-btn-mobile {
        display: none;
    }

    .mobile-timeline {
        display: block;
    }

    .web-timeline {
        display: block;
    }

    .hero-wrap {
        width: 100%;
        height: 772px;
        position: relative;
    }

    .hero-wrap .slider-text {
        text-align: center;
        height: 772px;
    }

    .gromo-card-number {
        padding: 1.25rem;
    }

    .gp-user {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .gp-pdt {
        margin-top: 48px;
    }

    .section-margin {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .subheading-padding {
        padding-top: 1rem;
    }
}

ul.timeline {
    list-style-type: none;
    position: relative;
}

ul.timeline:before {
    content: ' ';
    background: #CBD6F3;
    display: inline-block;
    position: absolute;
    left: 30px;
    width: 2px;
    height: 90%;
    z-index: 0;
}

ul.timeline > li {
    margin: 3.5rem 0;
    padding-left: 30px;
}

.number-1 {
    display: inline-block;
    position: absolute;
    left: 5px;
    border: 1px solid #CBD6F3;
    padding: 6px;
    border-radius: 50%;
    background-color: #F3F5F9;
    z-index: 1;
}

.gm-pdt {
    list-style: none;
}

.gm-pdt li::before {
    content: "\2022";
    color: #EAEFFA;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 57.33333%;
    flex: 0 0 57.33333%;
    max-width: 57.33333%;
}

.feature-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    border-radius: 8px;
    background: #fff;
}

.slick-prev:before, .slick-next:before {
    color: black !important;
    font-size: 20px;
    line-height: unset;
}

.slick-prev:before {
    color: black;
    border-right: 2px solid currentcolor;
    border-bottom: 2px solid currentcolor;
    content: '' !important;
    position: absolute;
    width: 16px;
    height: 16px;
    transform: rotate(135deg)
}

.slick-next:before {
    color: black;
    border-right: 2px solid currentcolor;
    border-bottom: 2px solid currentcolor;
    content: '' !important;
    position: absolute;
    width: 16px;
    height: 16px;
    transform: rotate(-45deg)
}

.carousel-inner > .row-equal.active,
.carousel-inner > .row-equal.next,
.carousel-inner > .row-equal.prev {
    display: flex;
}

.carousel-inner > .row-equal.active.left,
.carousel-inner > .row-equal.active.right {
    opacity: 0.5;
    display: flex;
}

.slick-slide:focus {
    outline: none;
}

.verticalLine {
    border: 1px solid #D4DCE7;
}

.gromo-loan-pdt {
    margin: unset;
}

.collapsed-card .fas {
    transition: .3s transform ease-in-out;
}

.expand-card .fas {
    transition: .3s transform ease-in-out;
    transform: rotate(180deg);
}

.fa-angle-down:before {
    color: black !important;
}

.fas {
    margin: auto;
}

.testomonials ul {
    margin-bottom: 14px;
}

.width-50 {
    width: calc(100% - 50%);
}

.width-40 {
    width: calc(100% - 60%);
    margin:10px;
}

.ripple {
    background-position: center;
    transition: background 0.8s;
}

.fa, .fas {
    font-weight: 600 !important;
}

.social-media ul li a:hover {
    background: #3b5999;
}

iao-alert-box {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
    max-width: 500px;
    overflow: auto;
}
iao-alert-box[position='top-left'] {
    right: auto;
    left: 0
}
iao-alert-box[position='bottom-left'] {
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
}
iao-alert-box[position='bottom-right'] {
    right: 0;
    left: auto;
    top: auto;
    bottom: 0;
}
iao-alert {
    display: block;
    position: relative;
    font-size: 14px;
    padding: 10px 35px 10px 15px;
    font-weight: normal;
    background-color: #fff;
    margin-bottom: 20px;
    box-sizing: border-box;
    box-shadow: 0 3px 5px #aaa;
    letter-spacing: 1px;
}
iao-alert:before, iao-alert:after {
    content: "";
    position: absolute;
    background-color: #aaa;
    opacity: 0.8;
    transform: rotate(45deg);
}
iao-alert:before {
    width: 16px;
    height: 2px;
    box-sizing: border-box;
    right: 14px;
    top: calc(50% - 1px);
}
iao-alert:after {
    width: 2px;
    height: 16px;
    box-sizing: border-box;
    right: 21px;
    top: calc(50% - 8px);
}
iao-alert-close {
    position: absolute;
    display: block;
    right: 12px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    top: calc(50% - 10px);
    z-index: 1;
}
iao-alert[fade-on-hover='true']:hover{
    opacity: 0.5;
}
iao-alert[close-on-click='true'] {
    cursor: pointer;
}
iao-alert[type='success'] {
    color: #34a853;
}
iao-alert[type='error'] {
    color: #ea4335;
}
iao-alert[type='warning'] {
    color: #fbbc05;
}
iao-alert[type='notification'] {
    color: #4285f4;
}
iao-alert[mode='dark']:before, iao-alert[mode='dark']:after {
    background-color: #fff;
}
iao-alert[mode='dark'] {
    color: #fff;
}
iao-alert[type='success'][mode='dark'] {
    background-color: #34a853;
}
iao-alert[type='error'][mode='dark'] {
    background-color: #ea4335;
}
iao-alert[type='warning'][mode='dark'] {
    background-color: #fbbc05;
}
iao-alert[type='notification'][mode='dark'] {
    background-color: #4285f4;
}
iao-alert[corners='round'] {
    border-radius: 4px;
}

.mobile-nav{
    display: none;
}
@media (max-width: 576px) {
    .mobile-nav{
        display: block;
    }
    .desktop-nav{
        display: none;
    }
}