/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
progress,
sub,
sup {
    vertical-align: baseline;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
    outline-width: 0;
    color: inherit;
}
abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
li,
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
code,
kbd,
pre,
samp {
    font-family: monospace;
    font-sidesc-headze: 1em;
}
figure {
    margin: 1em 40px;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
button,
input,
optgroup,
select,
textarea {
    font: inherit;
    margin: 0;
}
optgroup {
    font-weight: 700;
}
button,
hr,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"],
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
@font-face {
    font-family: "fonts";
    src: url(../fonts/fonts.eot);
    src: url(../fonts/fonts.eot#iefix) format("embedded-opentype"), url(../fonts/fonts.woff) format("woff"), url(../fonts/fonts.ttf) format("truetype"), url(../images/fonts.svg#fonts) format("svg");
    font-weight: 400;
    font-style: normal;
}
[class*=" icon-"]:before,
[class^="icon-"]:before,
[data-icon]:before {
    font-family: "fonts" !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[data-icon]:before {
    content: attr(data-icon);
}
[class*=" icon-"]:before,
[class^="icon-"]:before {
    font-size: 32px;
}
.icon-communication:before {
    content: "\61";
}
.icon-daily:before {
    content: "\62";
}
.icon-project:before {
    content: "\63";
}
.icon-timezone:before {
    content: "\64";
}
.icon-trackingtools:before {
    content: "\65";
}
.icon-ui-detail:before {
    content: "\67";
}
.icon-ui-experience:before {
    content: "\68";
}
.icon-ui-inno:before {
    content: "\69";
}
.icon-ui-std:before {
    content: "\6a";
}
.icon-ui-timely:before {
    content: "\6b";
}
.icon-ux-document:before {
    content: "\6c";
}
.icon-ux-inno:before {
    content: "\6d";
}
.icon-ux-minds:before {
    content: "\6e";
}
.icon-ux-user:before {
    content: "\6f";
}
/*!
* Bootstrap v4.0.0 (https://getbootstrap.com)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes zoom-in-zoom-out {
    0%,
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(1.7, 1);
        transform: scale(1.7, 1);
    }
}
@keyframes zoom-in-zoom-out {
    0%,
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(1.7, 1);
        transform: scale(1.7, 1);
    }
}
@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #1993c0;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
    width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
[tabindex="-1"]:focus {
    outline: 0 !important;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 1rem;
    border: 0;
    border-top: 1px solid rgba(18, 18, 18, 0.1);
}
address,
hr,
p {
    margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}
address {
    font-style: normal;
    line-height: inherit;
}
dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote,
figure {
    margin: 0 0 1rem;
}
dfn {
    font-style: italic;
}
b,
strong {
    font-weight: bolder;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #1993c0;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none !important;
}
a:hover {
    color: #105f7c;
    text-decoration: underline;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
samp {
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    -webkit-border-radius: 0;
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
    -webkit-appearance: listbox;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
.h1,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.2;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    color: inherit;
}
.h4,
.h5,
.h6 {
    font-weight: 500;
    line-height: 1.2;
}
.h1,
h1 {
    font-size: 2.5rem;
}
.h2,
h2 {
    font-size: 2rem;
}
.h3,
h3 {
    font-size: 1.75rem;
}
.h4,
h4 {
    font-size: 1.5rem;
}
.h5,
h5 {
    font-size: 1.25rem;
}
.h6,
h6 {
    font-size: 1rem;
}
.display-1,
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.display-1 {
    font-size: 6rem;
    line-height: 1.2;
}
.display-2,
.display-3,
.display-4 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-3,
.display-4 {
    font-size: 4.5rem;
}
.display-4 {
    font-size: 3.5rem;
}
.small,
small {
    font-size: 80%;
    font-weight: 400;
}
.mark,
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
.list-inline,
.list-unstyled {
    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";
}
code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
code {
    color: #e83e8c;
    word-break: break-word;
}
a > code,
pre code {
    color: inherit;
}
code,
kbd,
pre {
    font-size: 87.5%;
}
kbd {
    padding: 0.2rem 0.4rem;
    background-color: #212529;
    -webkit-border-radius: 0.2rem;
    border-radius: 0.2rem;
    color: #fff;
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}
pre {
    display: block;
    color: #212529;
}
pre code {
    font-size: inherit;
    word-break: normal;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
.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;
}
.card > hr,
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-auto {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    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: none;
}
.col-1,
.col-2,
.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-2,
.col-3 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4,
.col-5,
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-5,
.col-6 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7,
.col-8,
.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-8,
.col-9 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10,
.col-11,
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-11,
.col-12 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}
.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}
.offset-1 {
    margin-left: 8.33333%;
}
.offset-2 {
    margin-left: 16.66667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333%;
}
.offset-5 {
    margin-left: 41.66667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333%;
}
.offset-8 {
    margin-left: 66.66667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333%;
}
.offset-11 {
    margin-left: 91.66667%;
}
@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: none;
    }
    .col-sm-1,
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3,
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5,
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7,
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-10,
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11,
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}
@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: none;
    }
    .col-md-1,
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3,
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5,
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7,
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-10,
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11,
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
}
@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: none;
    }
    .col-lg-1,
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3,
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5,
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7,
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-10,
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11,
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}
@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: none;
    }
    .col-xl-1,
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3,
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5,
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7,
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-10,
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11,
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -webkit-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;
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #6dcaec;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(25, 147, 192, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(25, 147, 192, 0.25);
}
.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::-moz-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:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}
.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}
.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    -webkit-border-radius: 0.2rem;
    border-radius: 0.2rem;
}
select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px);
}
.form-control-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem;
}
select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px);
}
.form-group {
    margin-bottom: 1rem;
}
.form-text {
    display: block;
    margin-top: 0.25rem;
}
.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
}
.form-check-label {
    margin-bottom: 0;
}
.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.8);
    -webkit-border-radius: 0.2rem;
    border-radius: 0.2rem;
}
.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #28a745;
}
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
    display: block;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
    background-color: #71dd8a;
}
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block;
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-label::before,
.was-validated .custom-file-input:valid ~ .custom-file-label::before {
    border-color: inherit;
}
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.8);
    -webkit-border-radius: 0.2rem;
    border-radius: 0.2rem;
}
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
}
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
    display: block;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    background-color: #efa2a9;
}
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-label::before,
.was-validated .custom-file-input:invalid ~ .custom-file-label::before {
    border-color: inherit;
}
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form-inline .form-check,
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
@media (min-width: 576px) {
    .form-inline .form-group,
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline label {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .form-inline .form-group {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .input-group {
        width: auto;
    }
    .form-inline .form-check {
        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: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    -webkit-border-radius: 0.25rem;
    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;
    -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;
}
.btn:focus,
.btn:hover {
    text-decoration: none;
}
.btn.focus,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(25, 147, 192, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(25, 147, 192, 0.25);
}
.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}
.btn-primary {
    color: #fff;
    background-color: #1993c0;
    border-color: #1993c0;
}
.btn-primary:hover {
    color: #fff;
    background-color: #15799e;
    border-color: #137093;
}
.btn-primary.focus,
.btn-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(25, 147, 192, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(25, 147, 192, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #1993c0;
    border-color: #1993c0;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #137093;
    border-color: #126888;
}
.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(25, 147, 192, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(25, 147, 192, 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(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 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(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}
.btn-success.focus,
.btn-success:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}
.btn-info.focus,
.btn-info:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}
.btn-warning.focus,
.btn-warning:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}
.btn-danger.focus,
.btn-danger:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.btn-light.focus,
.btn-light:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}
.btn-dark.focus,
.btn-dark:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-primary {
    color: #1993c0;
    background-color: transparent;
    background-image: none;
    border-color: #1993c0;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #1993c0;
    border-color: #1993c0;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(25, 147, 192, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(25, 147, 192, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #1993c0;
    background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #1993c0;
    border-color: #1993c0;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(25, 147, 192, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(25, 147, 192, 0.5);
}
.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}
.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}
.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link,
.btn-link:hover {
    background-color: transparent;
}
.btn-link {
    font-weight: 400;
    color: #1993c0;
}
.btn-link:hover {
    color: #105f7c;
    text-decoration: underline;
    border-color: transparent;
}
.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled,
.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
}
.btn-lg,
.btn-sm {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem;
}
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    -webkit-border-radius: 0.2rem;
    border-radius: 0.2rem;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 0.5rem;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.show {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.show {
    display: block;
}
tr.collapse.show {
    display: table-row;
}
tbody.collapse.show {
    display: table-row-group;
}
.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}
.collapsing,
.dropdown,
.dropup {
    position: relative;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after,
.dropleft .dropdown-toggle:empty::after,
.dropright .dropdown-toggle:empty::after,
.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(18, 18, 18, 0.15);
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
}
.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}
.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
    vertical-align: 0;
}
.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    display: none;
}
.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
    vertical-align: 0;
}
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #1993c0;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #1993c0;
}
.custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(25, 147, 192, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(25, 147, 192, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #9adaf2;
}
.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef;
}
.custom-control-label {
    margin-bottom: 0;
}
.custom-control-label::after,
.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
}
.custom-control-label::before {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
}
.custom-control-label::after {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 50% 50%;
    background-size: 50% 50%;
}
.custom-checkbox .custom-control-label::before {
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #1993c0;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #1993c0;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(25, 147, 192, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(25, 147, 192, 0.5);
}
.custom-radio .custom-control-label::before {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #1993c0;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(25, 147, 192, 0.5);
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    -webkit-background-size: 8px 10px;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-select:focus {
    border-color: #6dcaec;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(18, 18, 18, 0.075), 0 0 5px rgba(109, 202, 236, 0.5);
    box-shadow: inset 0 1px 2px rgba(18, 18, 18, 0.075), 0 0 5px rgba(109, 202, 236, 0.5);
}
.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}
.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}
.custom-select::-ms-expand {
    opacity: 0;
}
.custom-select-lg,
.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}
.custom-select-lg {
    height: calc(2.875rem + 2px);
    font-size: 125%;
}
.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(2.25rem + 2px);
}
.custom-file {
    display: inline-block;
    margin-bottom: 0;
}
.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0;
}
.custom-file-input:focus ~ .custom-file-control {
    border-color: #6dcaec;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(25, 147, 192, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(25, 147, 192, 0.25);
}
.custom-file-input:focus ~ .custom-file-control::before {
    border-color: #6dcaec;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}
.custom-file-label,
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
}
.custom-file-label {
    left: 0;
    border: 1px solid #ced4da;
    z-index: 1;
    height: calc(2.25rem + 2px);
    background-color: #fff;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
}
.custom-file-label::after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    -webkit-border-radius: 0 0.25rem 0.25rem 0;
    border-radius: 0 0.25rem 0.25rem 0;
}
.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}
.nav-link.disabled {
    color: #6c757d;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    -webkit-border-top-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    -webkit-border-top-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills .nav-link {
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1993c0;
}
.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.navbar {
    position: relative;
    padding: 0.5rem 1rem;
}
.navbar,
.navbar > .container,
.navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}
.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 576px) {
    .navbar-expand-sm,
    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
    }
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
    .navbar-expand-sm .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}
@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md,
    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
    }
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
    .navbar-expand-md .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}
@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg,
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
    }
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .navbar-expand-lg .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}
@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl,
    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
    }
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
    .navbar-expand-xl .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}
.navbar-expand,
.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
}
.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
}
.navbar-light .navbar-brand {
    color: rgba(18, 18, 18, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(18, 18, 18, 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(18, 18, 18, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(18, 18, 18, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(18, 18, 18, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-text a {
    color: rgba(18, 18, 18, 0.9);
}
.navbar-light .navbar-toggler {
    color: rgba(18, 18, 18, 0.5);
    border-color: rgba(18, 18, 18, 0.1);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(18,18,18,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
    color: rgba(18, 18, 18, 0.5);
}
.navbar-dark .navbar-brand {
    color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-text a {
    color: #fff;
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}
.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-color: #fff;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    border: 1px solid rgba(18, 18, 18, 0.125);
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
}
.card > .list-group:first-child .list-group-item:first-child {
    -webkit-border-top-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    -webkit-border-top-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
    -webkit-border-bottom-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    -webkit-border-bottom-left-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(18, 18, 18, 0.03);
    border-bottom: 1px solid rgba(18, 18, 18, 0.125);
}
.card-header:first-child {
    -webkit-border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}
.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(18, 18, 18, 0.03);
    border-top: 1px solid rgba(18, 18, 18, 0.125);
}
.card-footer:last-child {
    -webkit-border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
    margin-bottom: -0.75rem;
    border-bottom: 0;
}
.card-header-pills,
.card-header-tabs {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}
.card-img {
    width: 100%;
    -webkit-border-radius: calc(0.25rem - 1px);
    border-radius: calc(0.25rem - 1px);
}
.card-img-top {
    width: 100%;
    -webkit-border-top-left-radius: calc(0.25rem - 1px);
    border-top-left-radius: calc(0.25rem - 1px);
    -webkit-border-top-right-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
    width: 100%;
    -webkit-border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-right-radius: calc(0.25rem - 1px);
    -webkit-border-bottom-left-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card-deck .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}
.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card-group > .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .card-group > .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:first-child,
    .card-group > .card:first-child .card-header,
    .card-group > .card:first-child .card-img-top {
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0;
    }
    .card-group > .card:first-child,
    .card-group > .card:first-child .card-footer,
    .card-group > .card:first-child .card-img-bottom {
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:last-child,
    .card-group > .card:last-child .card-header,
    .card-group > .card:last-child .card-img-top {
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0;
    }
    .card-group > .card:last-child,
    .card-group > .card:last-child .card-footer,
    .card-group > .card:last-child .card-img-bottom {
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:only-child {
        -webkit-border-radius: 0.25rem;
        border-radius: 0.25rem;
    }
    .card-group > .card:only-child .card-header,
    .card-group > .card:only-child .card-img-top {
        -webkit-border-top-left-radius: 0.25rem;
        border-top-left-radius: 0.25rem;
        -webkit-border-top-right-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }
    .card-group > .card:only-child .card-footer,
    .card-group > .card:only-child .card-img-bottom {
        -webkit-border-bottom-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        -webkit-border-bottom-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child),
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        -webkit-border-radius: 0;
        border-radius: 0;
    }
}
.card-columns .card {
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}
.close {
    float: right;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
}
.close:focus,
.close:hover {
    text-decoration: none;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
.modal,
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-content,
.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.modal-dialog-centered {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}
.modal-content {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(18, 18, 18, 0.2);
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #121212;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    -webkit-border-top-left-radius: 0.3rem;
    border-top-left-radius: 0.3rem;
    -webkit-border-top-right-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
    margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
    margin-right: 0.25rem;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}
.tooltip,
.tooltip .arrow {
    position: absolute;
    display: block;
}
.tooltip {
    z-index: 1070;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show {
    opacity: 0.9;
}
.tooltip .arrow {
    width: 0.8rem;
    height: 0.4rem;
}
.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
    padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #121212;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #121212;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
    padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #121212;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #121212;
}
.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #121212;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
}
.popover,
.popover .arrow {
    position: absolute;
    display: block;
}
.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(18, 18, 18, 0.2);
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem;
}
.popover .arrow {
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}
.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
    margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] .arrow,
.bs-popover-top .arrow {
    bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="top"] .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
    border-width: 0.5rem 0.5rem 0;
}
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::before {
    bottom: 0;
    border-top-color: rgba(18, 18, 18, 0.25);
}
.bs-popover-auto[x-placement^="top"] .arrow::after,
.bs-popover-top .arrow::after {
    bottom: 1px;
    border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
    margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] .arrow,
.bs-popover-right .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-right .arrow::before {
    border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::before {
    left: 0;
    border-right-color: rgba(18, 18, 18, 0.25);
}
.bs-popover-auto[x-placement^="right"] .arrow::after,
.bs-popover-right .arrow::after {
    left: 1px;
    border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
    margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] .arrow,
.bs-popover-bottom .arrow {
    top: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
    border-width: 0 0.5rem 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::before {
    top: 0;
    border-bottom-color: rgba(18, 18, 18, 0.25);
}
.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.bs-popover-bottom .arrow::after {
    top: 1px;
    border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
    margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] .arrow,
.bs-popover-left .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-left .arrow::before {
    border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::before {
    right: 0;
    border-left-color: rgba(18, 18, 18, 0.25);
}
.bs-popover-auto[x-placement^="left"] .arrow::after,
.bs-popover-left .arrow::after {
    right: 1px;
    border-left-color: #fff;
}
.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-top-left-radius: calc(0.3rem - 1px);
    border-top-left-radius: calc(0.3rem - 1px);
    -webkit-border-top-right-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
    display: none;
}
.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.bg-primary {
    background-color: #1993c0 !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #137093 !important;
}
.bg-secondary {
    background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important;
}
.bg-success {
    background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important;
}
.bg-info {
    background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important;
}
.bg-warning {
    background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important;
}
.bg-danger {
    background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important;
}
.bg-light {
    background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important;
}
.bg-dark {
    background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-white .h-dropdown .nice-select {
    border: 1px solid #000;
}
.bg-white .h-dropdown .nice-select::after,
header .nav.sticky .h-dropdown .nice-select,
header .nav.sticky .h-dropdown .nice-select::after {
    border-color: #121212;
}
.bg-transparent {
    background-color: transparent !important;
}
.border {
    border: 1px solid #dee2e6 !important;
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
}
.border-right {
    border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
    border-left: 1px solid #dee2e6 !important;
}
.border-0 {
    border: 0 !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-right-0 {
    border-right: 0 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-left-0 {
    border-left: 0 !important;
}
.border-primary {
    border-color: #1993c0 !important;
}
.border-secondary {
    border-color: #6c757d !important;
}
.border-success {
    border-color: #28a745 !important;
}
.border-info {
    border-color: #17a2b8 !important;
}
.border-warning {
    border-color: #ffc107 !important;
}
.border-danger {
    border-color: #dc3545 !important;
}
.border-light {
    border-color: #f8f9fa !important;
}
.border-dark {
    border-color: #343a40 !important;
}
.border-white {
    border-color: #fff !important;
}
.rounded {
    -webkit-border-radius: 0.25rem !important;
    border-radius: 0.25rem !important;
}
.rounded-right,
.rounded-top {
    -webkit-border-top-right-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}
.rounded-top {
    -webkit-border-top-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
}
.rounded-right {
    -webkit-border-bottom-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-left {
    -webkit-border-bottom-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-bottom {
    -webkit-border-bottom-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}
.rounded-left {
    -webkit-border-top-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
}
.rounded-circle {
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
}
.rounded-0 {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}
.clearfix::after {
    clear: both;
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !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: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.clearfix::after,
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive-4by3::before {
    padding-top: 75%;
}
.embed-responsive-1by1::before {
    padding-top: 100%;
}
.flex-column,
.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-column-reverse,
.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !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;
    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;
    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;
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-column,
    .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;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-column-reverse,
    .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;
        -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;
    }
    .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;
        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;
        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;
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-column,
    .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;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-column-reverse,
    .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;
        -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;
    }
    .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;
        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;
        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;
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-column,
    .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;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-column-reverse,
    .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;
        -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;
    }
    .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;
        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;
        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;
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-column,
    .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;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-column-reverse,
    .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;
        -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;
    }
    .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;
        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;
        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;
        align-self: stretch !important;
    }
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-none {
    float: none !important;
}
@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}
@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}
@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}
@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}
.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-top {
    top: 0;
}
.fixed-bottom {
    bottom: 0;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.mw-100 {
    max-width: 100% !important;
}
.mh-100 {
    max-height: 100% !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;
}
.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;
}
.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-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: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .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;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 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;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}
.text-justify {
    text-align: justify !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.font-weight-light {
    font-weight: 300 !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.font-italic {
    font-style: italic !important;
}
.text-white {
    color: #fff !important;
}
.text-primary {
    color: #1993c0 !important;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #137093 !important;
}
.text-secondary {
    color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
    color: #545b62 !important;
}
.text-success {
    color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
    color: #1e7e34 !important;
}
.text-info {
    color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
    color: #117a8b !important;
}
.text-warning {
    color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00 !important;
}
.text-danger {
    color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130 !important;
}
.text-light {
    color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
    color: #dae0e5 !important;
}
.text-dark {
    color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124 !important;
}
.text-muted {
    color: #6c757d !important;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
@media print {
    *,
    ::after,
    ::before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    pre {
        white-space: pre-wrap !important;
    }
    blockquote,
    pre {
        border: 1px solid #999;
    }
    thead {
        display: table-header-group;
    }
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    .container,
    body {
        min-width: 992px !important;
    }
    .navbar {
        display: none;
    }
    .badge {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important;
    }
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
@media (max-width: 767px) {
    a {
        font-size: 14px;
    }
}
a:active,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none !important;
}
body,
html {
    font-family: "Sen", sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body p,
html p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}
@media (min-width: 992px) {
    body p,
    html p {
        font-size: 16px;
        line-height: 24px;
    }
}
.container {
    position: relative;
}
@media (min-width: 1400px) {
    .container {
        max-width: 1200px;
    }
}
.container-bn {
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
}
@media (min-width: 1400px) {
    .container-bn {
        max-width: 1260px;
    }
}
.is-hidden {
    display: none !important;
}
.w-1100 {
    max-width: 1100px !important;
}
@media (min-width: 1440px) {
    .w-1600 {
        width: 100%;
        max-width: 1600px !important;
    }
}
.w-100 {
    height: 100%;
}
.v-hidden {
    overflow: hidden;
}
@media (max-width: 767px) {
    .rec-flx-rev {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
.flex-center {
    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;
}
.rec-txt-block {
    font-weight: 500 !important;
    display: block;
}
.border-radius {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.n-gsap-image,
.n-gsap-text,
.slick-arrow.slick-disabled {
    opacity: 0;
}
.animating-bg {
    position: relative;
    background-color: #fff;
}
.banner--home {
    z-index: 10;
    background: #fff;
}
.naskLoader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: -10px;
    background: center #33bc8c no-repeat;
    z-index: 9999999;
}
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}
#loader,
.more {
    position: relative;
}
#loader,
#loader:before {
    border: 3px solid transparent;
    border-top-color: transparent;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
#loader {
    display: block;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    z-index: 1001;
    top: 50%;
    left: 50%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after,
#loader:before,
.more:after {
    content: "";
    position: absolute;
}
#loader:after {
    top: 12px;
    bottom: 12px;
    border: 3px solid transparent;
    border-top-color: transparent;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
    left: 12px;
    right: 12px;
}
#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    background: #7d0eff;
    width: 51%;
    height: 100%;
    z-index: 1000;
}
#loader-wrapper .loader-section.section-left,
.leadership-section .leadership-mobile .options .option.active .label .info {
    left: 0;
}
#loader-wrapper .loader-section.section-right {
    right: 0;
}
.loaded #loader-wrapper .loader-section.section-left,
.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s 1s ease-out;
    -o-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}
.more {
    text-transform: uppercase;
    letter-spacing: 1.25px;
    font-weight: 500;
    color: #1993c0;
}
.more:after {
    bottom: -0.5rem;
    height: 2px;
    width: 60%;
    background: #1993c0;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.slidingVertical {
    display: inline;
}
.fnt-400 {
    font-weight: 400;
}
.fnt-300 {
    font-weight: 300;
}
.fnt-700 {
    font-weight: 700;
}
.js-custom-pagination {
    margin-top: 32px;
}
.js-custom-pagination .swiper-pagination-bullet-active {
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
    background: #4e5ff9 !important;
    -webkit-border-radius: 50px !important;
    border-radius: 50px !important;
    opacity: 1 !important;
    width: 31px !important;
}
.parsley-type {
    color: red;
}
.link-nav {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 1px;
}
.link-nav__blue {
    color: #0d3486;
}
.link-nav__blue:hover {
    color: #0d3486 !important;
}
.link-nav__orange {
    color: #f2b94c;
}
.link-nav__orange:hover {
    color: #f2b94c !important;
}
.link-nav .right-arrow {
    margin-left: 12px;
    border: solid;
    border-color: inherit;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    transition: 0.5s ease-in-out all;
}
.link-nav:hover {
    color: inherit;
}
.link-nav:hover .right-arrow {
    margin-left: 18px;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.fnt-14 {
    font-size: 14px;
    line-height: 22px;
    color: #393939;
}
.fnt-18 {
    font-size: 18px;
    line-height: 25px;
}
.fnt-42 {
    font-size: 30px;
    line-height: 119.8%;
}
@media (min-width: 992px) {
    .fnt-42 {
        font-size: 42px;
    }
}
.clr-white {
    color: #fff;
}
.clr-26 {
    color: #262626;
}
.c-h1 {
    font-size: 42px;
    line-height: 50px;
    color: #fff;
}
.mb-57 {
    margin-bottom: 32px;
}
@media (min-width: 992px) {
    .mb-57 {
        margin-bottom: 57px;
    }
}
.sec-100 {
    padding: 56px 0;
    background: #fff;
}
@media (min-width: 992px) {
    .sec-100 {
        padding: 100px 0;
    }
}
input::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 141.32%;
    color: #131313;
    opacity: 0.7;
}
input::-moz-placeholder {
    font-size: 18px;
    line-height: 141.32%;
    color: #131313;
    opacity: 0.7;
}
input::-ms-input-placeholder {
    font-size: 18px;
    line-height: 141.32%;
    color: #131313;
    opacity: 0.7;
}
input::placeholder {
    font-size: 18px;
    line-height: 141.32%;
    color: #131313;
    opacity: 0.7;
}
.gradient-text {
    background: -webkit-linear-gradient(244.69deg, #00cb8e 13.28%, #7d0eff 121.98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
}
.link-blue {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #4e5ff9;
}
.help-button-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 45px 0;
}
@media (max-width: 767px) {
    .help-button-list {
        display: inline-block;
        padding: 24px 0 0;
    }
    .help-button-list__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.help-button-list__item:not(:last-child) {
    margin-right: 24px;
}
@media (max-width: 767px) {
    .help-button-list__item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 16px;
    }
}
.link-btn {
    -webkit-border-radius: 16px;
    border-radius: 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.link-btn--white {
    background: #fff;
    color: #4e5ff9 !important;
}
@media (max-width: 767px) {
    .link-btn--white {
        width: 100%;
    }
}
.link-btn--line {
    border: 1px solid #fff;
    color: #fff !important;
}
@media (max-width: 767px) {
    .link-btn--line {
        width: 100%;
    }
}
.link-btn--blue {
    background: #4e5ff9;
    color: #fff !important;
}
@media (max-width: 767px) {
    .link-btn--blue {
        width: 100%;
    }
}
.link-btn--blue-line {
    border: 1px solid #4e5ff9;
    color: #4e5ff9 !important;
}
@media (max-width: 767px) {
    .link-btn--blue-line {
        width: 100%;
    }
}
.skewed-section {
    position: relative;
    width: 100%;
    -webkit-transform-origin: skewY(-5deg);
    -ms-transform-origin: skewY(-5deg);
    transform-origin: skewY(-5deg);
    -webkit-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    transform: skewY(-5deg);
    overflow: hidden;
    background: #17243f;
}
@media (max-width: 767px) {
    .skewed-section {
        -webkit-transform-origin: skewY(-8deg);
        -ms-transform-origin: skewY(-8deg);
        transform-origin: skewY(-8deg);
        -webkit-transform: skewY(-8deg);
        -ms-transform: skewY(-8deg);
        transform: skewY(-8deg);
    }
}
.skewed-section .skewed-content {
    -webkit-transform: skewY(5deg);
    -ms-transform: skewY(5deg);
    transform: skewY(5deg);
}
@media (max-width: 767px) {
    .skewed-section .skewed-content {
        -webkit-transform-origin: skewY(8deg);
        -ms-transform-origin: skewY(8deg);
        transform-origin: skewY(8deg);
        -webkit-transform: skewY(8deg);
        -ms-transform: skewY(8deg);
        transform: skewY(8deg);
    }
}
.heading {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 46px;
}
@media (max-width: 767px) {
    .heading {
        font-size: 24px;
        line-height: 32px;
    }
}
.heading--black {
    color: #17243f;
}
@media (max-width: 767px) {
    .heading--black {
        font-size: 24px;
        line-height: 32px;
    }
}
.heading--white {
    color: #fff;
}
@media (max-width: 767px) {
    .heading--white {
        font-size: 24px;
        line-height: 32px;
    }
}
.heading--blue {
    color: #4e5ff9;
}
@media (max-width: 767px) {
    .heading--blue {
        font-size: 24px;
        line-height: 32px;
    }
}
.mid-text {
    font-family: "DM Sans", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 46px;
}
.mid-text--white {
    color: #fff;
}
@media (max-width: 767px) {
    .mid-text--white {
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
    }
}
.mid-text--black {
    color: #17243f;
}
@media (max-width: 767px) {
    .mid-text--black {
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
    }
}
.small-text {
    font-family: "Sen", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}
@media (max-width: 767px) {
    .small-text {
        font-size: 16px;
        line-height: 28px;
    }
}
.small-text--white {
    color: #fff;
}
.small-text--black {
    color: #17243f;
}
.small-text--grey {
    color: #17243f;
    opacity: 0.5;
}
.extrasmall-text {
    font-family: "Sen", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.extrasmall-text--white {
    color: #fff;
}
@media (max-width: 767px) {
    .extrasmall-text--white {
        font-size: 16px;
        line-height: 28px;
    }
}
.extrasmall-text--black,
.mb-header-nav h4 {
    color: #17243f;
}
@media (max-width: 767px) {
    .extrasmall-text--black {
        font-size: 16px;
        line-height: 28px;
    }
}
.extrasmall-text--grey {
    color: #17243f;
    opacity: 0.5;
}
@media (max-width: 767px) {
    .extrasmall-text--grey {
        font-size: 16px;
        line-height: 28px;
    }
}
.skew-banner {
    background: -webkit-linear-gradient(319.14deg, #4e5ff9 0%, #1418b3 107.25%);
    background: -o-linear-gradient(319.14deg, #4e5ff9 0%, #1418b3 107.25%);
    background: linear-gradient(130.86deg, #4e5ff9 0%, #1418b3 107.25%);
    padding: 200px 0 0;
    -webkit-transform: skew(0deg, -6deg);
    -ms-transform: skew(0deg, -6deg);
    transform: skew(0deg, -6deg);
    margin-top: -200px;
}
.skew-banner__content {
    -webkit-transform: skew(0deg, 6deg);
    -ms-transform: skew(0deg, 6deg);
    transform: skew(0deg, 6deg);
    color: #fff;
    text-align: center;
}
.skewblue-banner {
    background: -webkit-linear-gradient(315deg, #7d0eff 0%, #4e5ff9 100%);
    background: -o-linear-gradient(315deg, #7d0eff 0%, #4e5ff9 100%);
    background: linear-gradient(135deg, #7d0eff 0%, #4e5ff9 100%);
    padding: 200px 0 0;
    -webkit-transform: skew(0deg, -6deg);
    -ms-transform: skew(0deg, -6deg);
    transform: skew(0deg, -6deg);
    margin-top: -200px;
}
.skewblue-banner__content {
    -webkit-transform: skew(0deg, 6deg);
    -ms-transform: skew(0deg, 6deg);
    transform: skew(0deg, 6deg);
    color: #fff;
    padding: 180px 0 70px;
}
.br-0,
.form-input {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}
.form-input::-webkit-input-placeholder {
    font-family: "Sen", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #17243f !important;
    opacity: 1;
}
.form-input::-moz-placeholder {
    font-family: "Sen", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #17243f !important;
    opacity: 1;
}
.form-input::-ms-input-placeholder {
    font-family: "Sen", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #17243f !important;
    opacity: 1;
}
.form-input::placeholder {
    font-family: "Sen", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #17243f !important;
    opacity: 1;
}
.btn-submit {
    font-family: "Sen", sans-serif !important;
    background: #4e5ff9 !important;
    color: #fff !important;
    -webkit-border-radius: 16px !important;
    border-radius: 16px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
}
.section-left {
    background: -webkit-linear-gradient(306.65deg, #7d0eff 0%, #1eefb0 99.91%);
    background: -o-linear-gradient(306.65deg, #7d0eff 0%, #1eefb0 99.91%);
    background: linear-gradient(143.35deg, #7d0eff 0%, #1eefb0 99.91%);
    height: 100%;
    text-align: center;
    padding: 64px 65px 0;
}
@media (max-width: 768px) {
    .section-left {
        display: none;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .section-left {
        display: none;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .section-left {
        display: none;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .section-left {
        display: none;
    }
}
@media (min-width: 1920px) {
    .section-left {
        padding: 200px 100px 0;
    }
}
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .section-left {
        padding: 64px 25px 0;
        display: block;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .section-left {
        padding: 285px 25px 0;
    }
}
.section-info {
    font-family: "DM Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin: 40px 0;
    color: #fff;
}
.section-logo-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.section-logo-list__item {
    width: 24%;
}
.section-logo-list__item:not(:last-child) {
    margin-right: 16px;
}
.section-logo-list__item img {
    width: 100%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.section-right {
    position: relative;
    height: 100vh;
}
.section-right .right-bottom {
    position: absolute;
    bottom: 3%;
    width: 100%;
}
@media (max-width: 768px) {
    .section-right .right-bottom {
        position: relative;
        top: 3%;
        width: auto;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .section-right .right-bottom {
        position: relative;
        top: 3%;
        width: auto;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .section-right .right-bottom {
        position: relative;
        top: 3%;
        width: auto;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .section-right .right-bottom {
        position: relative;
        top: 3%;
        width: auto;
    }
}
.info-link {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #4e5ff9;
}
.info-left {
    padding: 0 80px;
}
@media (max-width: 768px) {
    .info-left {
        padding: 0 15px;
        text-align: center;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .info-left {
        padding: 0 15px;
        text-align: center;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .info-left {
        padding: 0 15px;
        text-align: center;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .info-left {
        padding: 0 15px;
        text-align: center;
    }
}
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .info-left {
        padding: 0 15px;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .info-left {
        padding: 0 15px;
        text-align: center;
    }
}
.info-right {
    padding: 0 80px;
    text-align: right;
}
@media (max-width: 768px) {
    .info-right {
        padding: 0 15px;
        text-align: center;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .info-right {
        padding: 0 15px;
        text-align: center;
    }
}
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .info-right {
        padding: 0 15px;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .info-right {
        padding: 0 15px;
        text-align: center;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .info-right {
        padding: 0 15px;
        text-align: center;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .info-right {
        padding: 0 15px;
        text-align: center;
    }
}
.account-setup .ui.form .field,
.capital-form .ui.form .field,
.forgot-section .ui.form .field,
.password-section .ui.form .field,
.sign-in .ui.form .field,
.sign-up .ui.form .field {
    position: relative;
    width: 100%;
}
.account-setup .ui.form .field .cross-icon,
.capital-form .ui.form .field .cross-icon,
.forgot-section .ui.form .field .cross-icon,
.password-section .ui.form .field .cross-icon,
.sign-in .ui.form .field .cross-icon,
.sign-up .ui.form .field .cross-icon {
    position: absolute;
    right: 30px;
    top: 19px;
    display: none;
}
.account-setup .ui.form .field:not(.checkbox),
.capital-form .ui.form .field:not(.checkbox),
.forgot-section .ui.form .field:not(.checkbox),
.password-section .ui.form .field:not(.checkbox),
.sign-in .ui.form .field:not(.checkbox),
.sign-up .ui.form .field:not(.checkbox) {
    margin-top: 1rem;
    margin-bottom: 1.7rem;
}
.account-setup .ui.form .field label,
.capital-form .ui.form .field label,
.forgot-section .ui.form .field label,
.password-section .ui.form .field label,
.sign-in .ui.form .field label,
.sign-up .ui.form .field label {
    color: #17243f;
    position: absolute;
    left: 1.9rem;
    top: 1.1rem;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    font-family: "Sen", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    pointer-events: none;
}
.account-setup .ui.form .field input:not([type="checkbox"]),
.account-setup .ui.form .field textarea,
.capital-form .ui.form .field input:not([type="checkbox"]),
.capital-form .ui.form .field textarea,
.forgot-section .ui.form .field input:not([type="checkbox"]),
.forgot-section .ui.form .field textarea,
.password-section .ui.form .field input:not([type="checkbox"]),
.password-section .ui.form .field textarea,
.sign-in .ui.form .field input:not([type="checkbox"]),
.sign-in .ui.form .field textarea,
.sign-up .ui.form .field input:not([type="checkbox"]),
.sign-up .ui.form .field textarea {
    background: 0 0;
    border: 1px solid rgba(34, 36, 38, 0.15);
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 52px;
    padding: 2rem 0.7rem 1rem;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}
.account-setup .ui.form .field input:not([type="checkbox"])::-webkit-input-placeholder,
.account-setup .ui.form .field textarea::-webkit-input-placeholder,
.capital-form .ui.form .field input:not([type="checkbox"])::-webkit-input-placeholder,
.capital-form .ui.form .field textarea::-webkit-input-placeholder,
.forgot-section .ui.form .field input:not([type="checkbox"])::-webkit-input-placeholder,
.forgot-section .ui.form .field textarea::-webkit-input-placeholder,
.password-section .ui.form .field input:not([type="checkbox"])::-webkit-input-placeholder,
.password-section .ui.form .field textarea::-webkit-input-placeholder,
.sign-in .ui.form .field input:not([type="checkbox"])::-webkit-input-placeholder,
.sign-in .ui.form .field textarea::-webkit-input-placeholder,
.sign-up .ui.form .field input:not([type="checkbox"])::-webkit-input-placeholder,
.sign-up .ui.form .field textarea::-webkit-input-placeholder {
    opacity: 0;
}
.account-setup .ui.form .field input:not([type="checkbox"])::-moz-placeholder,
.account-setup .ui.form .field textarea::-moz-placeholder,
.capital-form .ui.form .field input:not([type="checkbox"])::-moz-placeholder,
.capital-form .ui.form .field textarea::-moz-placeholder,
.forgot-section .ui.form .field input:not([type="checkbox"])::-moz-placeholder,
.forgot-section .ui.form .field textarea::-moz-placeholder,
.password-section .ui.form .field input:not([type="checkbox"])::-moz-placeholder,
.password-section .ui.form .field textarea::-moz-placeholder,
.sign-in .ui.form .field input:not([type="checkbox"])::-moz-placeholder,
.sign-in .ui.form .field textarea::-moz-placeholder,
.sign-up .ui.form .field input:not([type="checkbox"])::-moz-placeholder,
.sign-up .ui.form .field textarea::-moz-placeholder {
    opacity: 0;
}
.account-setup .ui.form .field input:not([type="checkbox"])::-ms-input-placeholder,
.account-setup .ui.form .field textarea::-ms-input-placeholder,
.capital-form .ui.form .field input:not([type="checkbox"])::-ms-input-placeholder,
.capital-form .ui.form .field textarea::-ms-input-placeholder,
.forgot-section .ui.form .field input:not([type="checkbox"])::-ms-input-placeholder,
.forgot-section .ui.form .field textarea::-ms-input-placeholder,
.password-section .ui.form .field input:not([type="checkbox"])::-ms-input-placeholder,
.password-section .ui.form .field textarea::-ms-input-placeholder,
.sign-in .ui.form .field input:not([type="checkbox"])::-ms-input-placeholder,
.sign-in .ui.form .field textarea::-ms-input-placeholder,
.sign-up .ui.form .field input:not([type="checkbox"])::-ms-input-placeholder,
.sign-up .ui.form .field textarea::-ms-input-placeholder {
    opacity: 0;
}
.account-setup .ui.form .field input:not([type="checkbox"])::placeholder,
.account-setup .ui.form .field textarea::placeholder,
.capital-form .ui.form .field input:not([type="checkbox"])::placeholder,
.capital-form .ui.form .field textarea::placeholder,
.forgot-section .ui.form .field input:not([type="checkbox"])::placeholder,
.forgot-section .ui.form .field textarea::placeholder,
.password-section .ui.form .field input:not([type="checkbox"])::placeholder,
.password-section .ui.form .field textarea::placeholder,
.sign-in .ui.form .field input:not([type="checkbox"])::placeholder,
.sign-in .ui.form .field textarea::placeholder,
.sign-up .ui.form .field input:not([type="checkbox"])::placeholder,
.sign-up .ui.form .field textarea::placeholder {
    opacity: 0;
}
.account-setup .ui.form .field input:not([type="checkbox"]):focus ~ label,
.account-setup .ui.form .field input:not([type="checkbox"]):valid ~ label,
.account-setup .ui.form .field textarea:focus ~ label,
.account-setup .ui.form .field textarea:valid ~ label,
.capital-form .ui.form .field input:not([type="checkbox"]):focus ~ label,
.capital-form .ui.form .field input:not([type="checkbox"]):valid ~ label,
.capital-form .ui.form .field textarea:focus ~ label,
.capital-form .ui.form .field textarea:valid ~ label,
.forgot-section .ui.form .field input:not([type="checkbox"]):focus ~ label,
.forgot-section .ui.form .field input:not([type="checkbox"]):valid ~ label,
.forgot-section .ui.form .field textarea:focus ~ label,
.forgot-section .ui.form .field textarea:valid ~ label,
.password-section .ui.form .field input:not([type="checkbox"]):focus ~ label,
.password-section .ui.form .field input:not([type="checkbox"]):valid ~ label,
.password-section .ui.form .field textarea:focus ~ label,
.password-section .ui.form .field textarea:valid ~ label,
.sign-in .ui.form .field input:not([type="checkbox"]):focus ~ label,
.sign-in .ui.form .field input:not([type="checkbox"]):valid ~ label,
.sign-in .ui.form .field textarea:focus ~ label,
.sign-in .ui.form .field textarea:valid ~ label,
.sign-up .ui.form .field input:not([type="checkbox"]):focus ~ label,
.sign-up .ui.form .field input:not([type="checkbox"]):valid ~ label,
.sign-up .ui.form .field textarea:focus ~ label,
.sign-up .ui.form .field textarea:valid ~ label {
    top: 0.2rem;
    left: 1.9rem;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #4e5ff9;
}
.account-setup .ui.form .field input:not([type="checkbox"]):focus,
.account-setup .ui.form .field textarea:focus,
.capital-form .ui.form .field input:not([type="checkbox"]):focus,
.capital-form .ui.form .field textarea:focus,
.forgot-section .ui.form .field input:not([type="checkbox"]):focus,
.forgot-section .ui.form .field textarea:focus,
.password-section .ui.form .field input:not([type="checkbox"]):focus,
.password-section .ui.form .field textarea:focus,
.sign-in .ui.form .field input:not([type="checkbox"]):focus,
.sign-in .ui.form .field textarea:focus,
.sign-up .ui.form .field input:not([type="checkbox"]):focus,
.sign-up .ui.form .field textarea:focus {
    outline: 0 !important;
    border-left: 3px solid #4e5ff9 !important;
    border-top: 1px solid #f4f4f9;
    border-right: 1px solid #f4f4f9;
    border-bottom: 1px solid #f4f4f9;
    background: #f4f4f9;
}
.account-setup .ui.form .field input:not([type="checkbox"]):focus::-webkit-input-placeholder,
.account-setup .ui.form .field textarea:focus::-webkit-input-placeholder,
.capital-form .ui.form .field input:not([type="checkbox"]):focus::-webkit-input-placeholder,
.capital-form .ui.form .field textarea:focus::-webkit-input-placeholder,
.forgot-section .ui.form .field input:not([type="checkbox"]):focus::-webkit-input-placeholder,
.forgot-section .ui.form .field textarea:focus::-webkit-input-placeholder,
.password-section .ui.form .field input:not([type="checkbox"]):focus::-webkit-input-placeholder,
.password-section .ui.form .field textarea:focus::-webkit-input-placeholder,
.sign-in .ui.form .field input:not([type="checkbox"]):focus::-webkit-input-placeholder,
.sign-in .ui.form .field textarea:focus::-webkit-input-placeholder,
.sign-up .ui.form .field input:not([type="checkbox"]):focus::-webkit-input-placeholder,
.sign-up .ui.form .field textarea:focus::-webkit-input-placeholder {
    opacity: 1;
}
.account-setup .ui.form .field input:not([type="checkbox"]):focus::-moz-placeholder,
.account-setup .ui.form .field textarea:focus::-moz-placeholder,
.capital-form .ui.form .field input:not([type="checkbox"]):focus::-moz-placeholder,
.capital-form .ui.form .field textarea:focus::-moz-placeholder,
.forgot-section .ui.form .field input:not([type="checkbox"]):focus::-moz-placeholder,
.forgot-section .ui.form .field textarea:focus::-moz-placeholder,
.password-section .ui.form .field input:not([type="checkbox"]):focus::-moz-placeholder,
.password-section .ui.form .field textarea:focus::-moz-placeholder,
.sign-in .ui.form .field input:not([type="checkbox"]):focus::-moz-placeholder,
.sign-in .ui.form .field textarea:focus::-moz-placeholder,
.sign-up .ui.form .field input:not([type="checkbox"]):focus::-moz-placeholder,
.sign-up .ui.form .field textarea:focus::-moz-placeholder {
    opacity: 1;
}
.account-setup .ui.form .field input:not([type="checkbox"]):focus::-ms-input-placeholder,
.account-setup .ui.form .field textarea:focus::-ms-input-placeholder,
.capital-form .ui.form .field input:not([type="checkbox"]):focus::-ms-input-placeholder,
.capital-form .ui.form .field textarea:focus::-ms-input-placeholder,
.forgot-section .ui.form .field input:not([type="checkbox"]):focus::-ms-input-placeholder,
.forgot-section .ui.form .field textarea:focus::-ms-input-placeholder,
.password-section .ui.form .field input:not([type="checkbox"]):focus::-ms-input-placeholder,
.password-section .ui.form .field textarea:focus::-ms-input-placeholder,
.sign-in .ui.form .field input:not([type="checkbox"]):focus::-ms-input-placeholder,
.sign-in .ui.form .field textarea:focus::-ms-input-placeholder,
.sign-up .ui.form .field input:not([type="checkbox"]):focus::-ms-input-placeholder,
.sign-up .ui.form .field textarea:focus::-ms-input-placeholder {
    opacity: 1;
}
.account-setup .ui.form .field input:not([type="checkbox"]):focus::placeholder,
.account-setup .ui.form .field textarea:focus::placeholder,
.capital-form .ui.form .field input:not([type="checkbox"]):focus::placeholder,
.capital-form .ui.form .field textarea:focus::placeholder,
.forgot-section .ui.form .field input:not([type="checkbox"]):focus::placeholder,
.forgot-section .ui.form .field textarea:focus::placeholder,
.password-section .ui.form .field input:not([type="checkbox"]):focus::placeholder,
.password-section .ui.form .field textarea:focus::placeholder,
.sign-in .ui.form .field input:not([type="checkbox"]):focus::placeholder,
.sign-in .ui.form .field textarea:focus::placeholder,
.sign-up .ui.form .field input:not([type="checkbox"]):focus::placeholder,
.sign-up .ui.form .field textarea:focus::placeholder {
    opacity: 1;
}
.account-setup .field.error input:not([type]),
.account-setup .ui.form .field.error input[type="password"],
.account-setup .ui.form .field.error input[type="text"],
.capital-form .field.error input:not([type]),
.capital-form .ui.form .field.error input[type="password"],
.capital-form .ui.form .field.error input[type="text"],
.forgot-section .field.error input:not([type]),
.forgot-section .ui.form .field.error input[type="password"],
.forgot-section .ui.form .field.error input[type="text"],
.password-section .field.error input:not([type]),
.password-section .ui.form .field.error input[type="password"],
.password-section .ui.form .field.error input[type="text"],
.sign-in .field.error input:not([type]),
.sign-in .ui.form .field.error input[type="password"],
.sign-in .ui.form .field.error input[type="text"],
.sign-up .field.error input:not([type]),
.sign-up .ui.form .field.error input[type="password"],
.sign-up .ui.form .field.error input[type="text"] {
    border-left: 3px solid #f44e21 !important;
    border-top: 1px solid #faf5f4;
    border-right: 1px solid #faf5f4;
    border-bottom: 1px solid #faf5f4;
    background: #faf5f4;
}
.account-setup .field.error input:not([type]):focus ~ label,
.account-setup .field.error input:not([type]):valid ~ label,
.account-setup .ui.form .field.error input[type="password"]:focus ~ label,
.account-setup .ui.form .field.error input[type="password"]:valid ~ label,
.account-setup .ui.form .field.error input[type="text"]:focus ~ label,
.account-setup .ui.form .field.error input[type="text"]:valid ~ label,
.capital-form .field.error input:not([type]):focus ~ label,
.capital-form .field.error input:not([type]):valid ~ label,
.capital-form .ui.form .field.error input[type="password"]:focus ~ label,
.capital-form .ui.form .field.error input[type="password"]:valid ~ label,
.capital-form .ui.form .field.error input[type="text"]:focus ~ label,
.capital-form .ui.form .field.error input[type="text"]:valid ~ label,
.forgot-section .field.error input:not([type]):focus ~ label,
.forgot-section .field.error input:not([type]):valid ~ label,
.forgot-section .ui.form .field.error input[type="password"]:focus ~ label,
.forgot-section .ui.form .field.error input[type="password"]:valid ~ label,
.forgot-section .ui.form .field.error input[type="text"]:focus ~ label,
.forgot-section .ui.form .field.error input[type="text"]:valid ~ label,
.password-section .field.error input:not([type]):focus ~ label,
.password-section .field.error input:not([type]):valid ~ label,
.password-section .ui.form .field.error input[type="password"]:focus ~ label,
.password-section .ui.form .field.error input[type="password"]:valid ~ label,
.password-section .ui.form .field.error input[type="text"]:focus ~ label,
.password-section .ui.form .field.error input[type="text"]:valid ~ label,
.sign-in .field.error input:not([type]):focus ~ label,
.sign-in .field.error input:not([type]):valid ~ label,
.sign-in .ui.form .field.error input[type="password"]:focus ~ label,
.sign-in .ui.form .field.error input[type="password"]:valid ~ label,
.sign-in .ui.form .field.error input[type="text"]:focus ~ label,
.sign-in .ui.form .field.error input[type="text"]:valid ~ label,
.sign-up .field.error input:not([type]):focus ~ label,
.sign-up .field.error input:not([type]):valid ~ label,
.sign-up .ui.form .field.error input[type="password"]:focus ~ label,
.sign-up .ui.form .field.error input[type="password"]:valid ~ label,
.sign-up .ui.form .field.error input[type="text"]:focus ~ label,
.sign-up .ui.form .field.error input[type="text"]:valid ~ label {
    color: #f44e21;
}
.account-setup .ui.form .field .prompt.label,
.capital-form .ui.form .field .prompt.label,
.forgot-section .ui.form .field .prompt.label,
.password-section .ui.form .field .prompt.label,
.sign-in .ui.form .field .prompt.label,
.sign-up .ui.form .field .prompt.label {
    white-space: normal;
    border: 0 !important;
    color: #f44e21 !important;
    position: absolute;
    right: -46%;
    top: -15px;
    width: 194px;
    height: 50px;
    padding: 0;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    background: 0 0 !important;
}
@media (max-width: 767px) {
    .account-setup .ui.form .field .prompt.label,
    .capital-form .ui.form .field .prompt.label,
    .forgot-section .ui.form .field .prompt.label,
    .password-section .ui.form .field .prompt.label,
    .sign-in .ui.form .field .prompt.label,
    .sign-up .ui.form .field .prompt.label {
        position: absolute;
        left: 5%;
        width: 90%;
        top: 80%;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
    }
}
@media (min-width: 1920px) {
    .account-setup .ui.form .field .prompt.label,
    .capital-form .ui.form .field .prompt.label,
    .forgot-section .ui.form .field .prompt.label,
    .password-section .ui.form .field .prompt.label,
    .sign-in .ui.form .field .prompt.label,
    .sign-up .ui.form .field .prompt.label {
        right: -38%;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .account-setup .ui.form .field .prompt.label,
    .capital-form .ui.form .field .prompt.label,
    .forgot-section .ui.form .field .prompt.label,
    .password-section .ui.form .field .prompt.label,
    .sign-in .ui.form .field .prompt.label,
    .sign-up .ui.form .field .prompt.label {
        left: 5%;
        width: 90%;
        top: 80%;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
    }
}
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .account-setup .ui.form .field .prompt.label,
    .capital-form .ui.form .field .prompt.label,
    .forgot-section .ui.form .field .prompt.label,
    .password-section .ui.form .field .prompt.label,
    .sign-in .ui.form .field .prompt.label,
    .sign-up .ui.form .field .prompt.label {
        left: 5%;
        width: 90%;
        top: 80%;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .account-setup .ui.form .field .prompt.label,
    .capital-form .ui.form .field .prompt.label,
    .forgot-section .ui.form .field .prompt.label,
    .password-section .ui.form .field .prompt.label,
    .sign-in .ui.form .field .prompt.label,
    .sign-up .ui.form .field .prompt.label {
        left: 5%;
        width: 90%;
        top: 80%;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .account-setup .ui.form .field .prompt.label,
    .capital-form .ui.form .field .prompt.label,
    .forgot-section .ui.form .field .prompt.label,
    .password-section .ui.form .field .prompt.label,
    .sign-in .ui.form .field .prompt.label,
    .sign-up .ui.form .field .prompt.label {
        left: 5%;
        width: 90%;
        top: 80%;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .account-setup .ui.form .field .prompt.label,
    .capital-form .ui.form .field .prompt.label,
    .forgot-section .ui.form .field .prompt.label,
    .password-section .ui.form .field .prompt.label,
    .sign-in .ui.form .field .prompt.label,
    .sign-up .ui.form .field .prompt.label {
        left: 5%;
        width: 90%;
        top: 80%;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
    }
}
.account-setup .ui.form .field .prompt.label:before,
.capital-form .ui.form .field .prompt.label:before,
.forgot-section .ui.form .field .prompt.label:before,
.password-section .ui.form .field .prompt.label:before,
.sign-in .ui.form .field .prompt.label:before,
.sign-up .ui.form .field .prompt.label:before {
    content: none;
}
.account-setup .ui.form .field .prompt.label:after,
.capital-form .ui.form .field .prompt.label:after,
.forgot-section .ui.form .field .prompt.label:after,
.password-section .ui.form .field .prompt.label:after,
.sign-in .ui.form .field .prompt.label:after,
.sign-up .ui.form .field .prompt.label:after {
    position: absolute;
    top: 33%;
    left: -55px;
    content: "";
    width: 20px;
    height: 16px;
    background: url(../images/cross.svg) no-repeat center;
}
@media (max-width: 767px) {
    .account-setup .ui.form .field .prompt.label:after,
    .capital-form .ui.form .field .prompt.label:after,
    .forgot-section .ui.form .field .prompt.label:after,
    .password-section .ui.form .field .prompt.label:after,
    .sign-in .ui.form .field .prompt.label:after,
    .sign-up .ui.form .field .prompt.label:after {
        top: -40px;
        left: 90%;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .account-setup .ui.form .field .prompt.label:after,
    .capital-form .ui.form .field .prompt.label:after,
    .forgot-section .ui.form .field .prompt.label:after,
    .password-section .ui.form .field .prompt.label:after,
    .sign-in .ui.form .field .prompt.label:after,
    .sign-up .ui.form .field .prompt.label:after {
        top: -40px;
        left: 90%;
    }
}
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .account-setup .ui.form .field .prompt.label:after,
    .capital-form .ui.form .field .prompt.label:after,
    .forgot-section .ui.form .field .prompt.label:after,
    .password-section .ui.form .field .prompt.label:after,
    .sign-in .ui.form .field .prompt.label:after,
    .sign-up .ui.form .field .prompt.label:after {
        top: -40px;
        left: 90%;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .account-setup .ui.form .field .prompt.label:after,
    .capital-form .ui.form .field .prompt.label:after,
    .forgot-section .ui.form .field .prompt.label:after,
    .password-section .ui.form .field .prompt.label:after,
    .sign-in .ui.form .field .prompt.label:after,
    .sign-up .ui.form .field .prompt.label:after {
        top: -40px;
        left: 90%;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .account-setup .ui.form .field .prompt.label:after,
    .capital-form .ui.form .field .prompt.label:after,
    .forgot-section .ui.form .field .prompt.label:after,
    .password-section .ui.form .field .prompt.label:after,
    .sign-in .ui.form .field .prompt.label:after,
    .sign-up .ui.form .field .prompt.label:after {
        top: -40px;
        left: 90%;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .account-setup .ui.form .field .prompt.label:after,
    .capital-form .ui.form .field .prompt.label:after,
    .forgot-section .ui.form .field .prompt.label:after,
    .password-section .ui.form .field .prompt.label:after,
    .sign-in .ui.form .field .prompt.label:after,
    .sign-up .ui.form .field .prompt.label:after {
        top: -40px;
        left: 90%;
    }
}
.account-setup .form,
.capital-form .form,
.forgot-section .form,
.password-section .form,
.sign-in .form,
.sign-up .form {
    padding: 0 25px;
    margin: 0;
}
@media (max-width: 767px) {
    .account-setup .form,
    .capital-form .form,
    .forgot-section .form,
    .password-section .form,
    .sign-in .form,
    .sign-up .form {
        padding: 0;
    }
}
.account-setup .form .onboarding-field,
.capital-form .form .onboarding-field,
.forgot-section .form .onboarding-field,
.password-section .form .onboarding-field,
.sign-in .form .onboarding-field,
.sign-up .form .onboarding-field {
    margin-bottom: 32px !important;
}
.account-setup .form .onboarding-field .phone-input,
.capital-form .form .onboarding-field .phone-input,
.forgot-section .form .onboarding-field .phone-input,
.password-section .form .onboarding-field .phone-input,
.sign-in .form .onboarding-field .phone-input,
.sign-up .form .onboarding-field .phone-input {
    padding: 2rem 0.7rem 1rem 3.5rem !important;
}
.account-setup .form .onboarding-field .flag,
.capital-form .form .onboarding-field .flag,
.forgot-section .form .onboarding-field .flag,
.password-section .form .onboarding-field .flag,
.sign-in .form .onboarding-field .flag,
.sign-up .form .onboarding-field .flag {
    display: none;
    position: absolute;
    left: 25px;
    top: 23px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.account-setup .form .onboarding-field .countrycode,
.capital-form .form .onboarding-field .countrycode,
.forgot-section .form .onboarding-field .countrycode,
.password-section .form .onboarding-field .countrycode,
.sign-in .form .onboarding-field .countrycode,
.sign-up .form .onboarding-field .countrycode {
    display: none;
    position: absolute;
    left: 50px;
    top: 23px;
    color: #000;
}
.account-setup .form .onboarding-field input:focus ~ .countrycode,
.account-setup .form .onboarding-field input:focus ~ .flag,
.account-setup .form .onboarding-field input:valid ~ .countrycode,
.account-setup .form .onboarding-field input:valid ~ .flag,
.capital-form .form .onboarding-field input:focus ~ .countrycode,
.capital-form .form .onboarding-field input:focus ~ .flag,
.capital-form .form .onboarding-field input:valid ~ .countrycode,
.capital-form .form .onboarding-field input:valid ~ .flag,
.forgot-section .form .onboarding-field input:focus ~ .countrycode,
.forgot-section .form .onboarding-field input:focus ~ .flag,
.forgot-section .form .onboarding-field input:valid ~ .countrycode,
.forgot-section .form .onboarding-field input:valid ~ .flag,
.password-section .form .onboarding-field input:focus ~ .countrycode,
.password-section .form .onboarding-field input:focus ~ .flag,
.password-section .form .onboarding-field input:valid ~ .countrycode,
.password-section .form .onboarding-field input:valid ~ .flag,
.sign-in .form .onboarding-field input:focus ~ .countrycode,
.sign-in .form .onboarding-field input:focus ~ .flag,
.sign-in .form .onboarding-field input:valid ~ .countrycode,
.sign-in .form .onboarding-field input:valid ~ .flag,
.sign-up .form .onboarding-field input:focus ~ .countrycode,
.sign-up .form .onboarding-field input:focus ~ .flag,
.sign-up .form .onboarding-field input:valid ~ .countrycode,
.sign-up .form .onboarding-field input:valid ~ .flag {
    display: block;
}
.account-setup .form .form-group,
.capital-form .form .form-group,
.forgot-section .form .form-group,
.password-section .form .form-group,
.sign-in .form .form-group,
.sign-up .form .form-group {
    display: block;
    margin-bottom: 8px;
    text-align: left;
}
.account-setup .form .form-group input,
.capital-form .form .form-group input,
.forgot-section .form .form-group input,
.password-section .form .form-group input,
.sign-in .form .form-group input,
.sign-up .form .form-group input {
    padding: 0;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.account-setup .form .form-group input:checked + label:after,
.capital-form .form .form-group input:checked + label:after,
.forgot-section .form .form-group input:checked + label:after,
.password-section .form .form-group input:checked + label:after,
.sign-in .form .form-group input:checked + label:after,
.sign-up .form .form-group input:checked + label:after {
    content: url(../images/right.svg);
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    padding: 0 3px;
    width: 17px;
    height: 17px;
    background: #4e5ff9;
}
.account-setup .form .form-group label,
.capital-form .form .form-group label,
.forgot-section .form .form-group label,
.password-section .form .form-group label,
.sign-in .form .form-group label,
.sign-up .form .form-group label {
    position: relative;
    cursor: pointer;
}
.account-setup .form .form-group label:before,
.capital-form .form .form-group label:before,
.forgot-section .form .form-group label:before,
.password-section .form .form-group label:before,
.sign-in .form .form-group label:before,
.sign-up .form .form-group label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #4e5ff9;
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}
.account-setup .form .or,
.capital-form .form .or,
.forgot-section .form .or,
.password-section .form .or,
.sign-in .form .or,
.sign-up .form .or {
    margin: 16px 0;
    opacity: 0.5;
}
.account-setup .form .form-info,
.capital-form .form .form-info,
.forgot-section .form .form-info,
.password-section .form .form-info,
.sign-in .form .form-info,
.sign-up .form .form-info {
    margin: 16px 0;
}
.account-setup .form .btn-google,
.capital-form .form .btn-google,
.forgot-section .form .btn-google,
.password-section .form .btn-google,
.sign-in .form .btn-google,
.sign-up .form .btn-google {
    font-family: "Sen", sans-serif;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    background: rgba(78, 95, 249, 0.101961) !important;
    color: #4e5ff9 !important;
}
.account-setup .form .btn-google .google-icon,
.capital-form .form .btn-google .google-icon,
.forgot-section .form .btn-google .google-icon,
.password-section .form .btn-google .google-icon,
.sign-in .form .btn-google .google-icon,
.sign-up .form .btn-google .google-icon {
    margin-right: 8px;
}
.account-setup .boarding-form-heading,
.capital-form .boarding-form-heading,
.forgot-section .boarding-form-heading,
.password-section .boarding-form-heading,
.sign-in .boarding-form-heading,
.sign-up .boarding-form-heading {
    text-align: center;
    margin-bottom: 40px;
}
.ease-buzz-logo-white {
    margin-bottom: 77px;
}
.ease-buzz-graphics {
    width: 90%;
    margin: 0 auto;
}
.ease-buzz-graphics img {
    width: 100%;
}
.ease-buzz-logo-black {
    display: none;
}
@media (max-width: 768px) {
    .ease-buzz-logo-black {
        display: block;
        margin-bottom: 30px;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .ease-buzz-logo-black {
        display: block;
        margin-bottom: 30px;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .ease-buzz-logo-black {
        display: block;
        margin-bottom: 30px;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .ease-buzz-logo-black {
        display: block;
        margin-bottom: 30px;
    }
}
.bullet-icon {
    float: left;
    margin-right: 15px;
    margin-top: 0;
}
#cursorAction,
#cursorAction1 {
    cursor: none;
    pointer-events: none;
    position: absolute;
    width: 700px;
    height: 900px;
}
@media (max-width: 991px) {
    .md-only {
        display: none;
    }
}
@media (min-width: 992px) {
    .md-only {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (max-width: 991px) {
    .sm-only {
        display: block;
    }
}
@media (min-width: 992px) {
    .sm-only {
        display: none;
    }
}
@media (max-width: 1280px) {
    .mdLg-only {
        display: none;
    }
}
@media (min-width: 1281px) {
    .mdLg-only {
        display: block;
    }
}
@media (max-width: 1280px) {
    .smLg-only {
        display: block;
    }
}
@media (min-width: 1281px) {
    .smLg-only {
        display: none;
    }
}
.cursorAction {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 140px;
    -webkit-animation: zoom-in-zoom-out 3s ease infinite;
    animation: zoom-in-zoom-out 3s ease infinite;
}
.cursorAction--top-0 {
    top: 0;
}
@media (max-width: 1201px) {
    .cursorAction {
        display: none;
    }
}
.js-custom-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    opacity: 0.4;
    margin-right: 13px;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.left-img {
    -webkit-transform: translateY(18%);
    -ms-transform: translateY(18%);
    transform: translateY(18%);
}
@media (max-width: 768px) {
    .left-img {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .left-img {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .left-img {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}
#pswd_info h4,
.back-link {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
}
.back-link {
    position: relative;
    top: 80px;
    left: 5%;
    color: #17243f;
    font-size: 20px;
    line-height: 24px;
}
@media (max-width: 767px) {
    .back-link {
        top: 40px;
        left: 5px;
    }
}
#pswd_info {
    background: #fff;
    color: #fff;
    position: absolute;
    z-index: 99;
    -webkit-transform: translateY(3%);
    -ms-transform: translateY(3%);
    transform: translateY(3%);
    -webkit-box-shadow: 0 9px 20px 16px #0000000f;
    box-shadow: 0 9px 20px 16px #0000000f;
    width: 94%;
    text-align: left;
    padding: 16px;
}
@media (max-width: 767px) {
    #pswd_info {
        width: 92%;
    }
}
#pswd_info h4 {
    font-size: 16px;
    line-height: 22px;
    color: #000;
}
#pswd_info ul {
    list-style: outside none none;
}
#pswd_info ul li {
    padding: 0 25px;
    margin: 18px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
}
.valid {
    color: green;
    background: url(../images/tick.svg) no-repeat;
}
.invalid {
    color: #17243f;
    background: url(../images/cross.svg) no-repeat;
}
#pswd_info,
.slick-slide.slick-loading img {
    display: none;
}
.slick-list,
.slick-slider {
    position: relative;
    display: block;
}
.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track::after,
.slick-track::before {
    display: table;
    content: "";
}
.slick-track::after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-initialized .slick-slide,
.slick-slide img {
    display: block;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.nice-select,
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}
.nice-select:hover {
    border-color: #dbdbdb;
}
.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: #999;
}
.nice-select::after {
    border-bottom: 2px solid #1993c0;
    border-right: 2px solid #1993c0;
    content: "";
    display: block;
    height: 10px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 29px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 10px;
}
.nice-select.open::after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.nice-select .list {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -7px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    background: #fff;
    -webkit-box-shadow: 0 5px 14px rgba(143, 143, 143, 0.46);
    box-shadow: 0 5px 14px rgba(143, 143, 143, 0.46);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.nice-select .list li {
    margin: 0 18px;
    background: 0 0 !important;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 12px;
}
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}
.nice-select.disabled::after {
    border-color: #ccc;
}
.nice-select.wide {
    width: 100%;
    height: auto;
}
.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}
.nice-select.right {
    float: right;
}
.nice-select.right .list {
    left: auto;
    right: 0;
}
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}
.nice-select.small::after {
    height: 4px;
    width: 4px;
}
.nice-select .option {
    cursor: pointer;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    color: #121212 !important;
    font-weight: 500;
}
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}
.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #f6f6f6;
}
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.nice-select .option.selected {
    font-weight: 500;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}
.no-csspointerevents .nice-select .list {
    display: none;
}
.no-csspointerevents .nice-select.open .list {
    display: block;
}
.platformCard button:focus,
.platformCardSMOnly button:focus,
:focus,
input:focus {
    outline: 0;
}
@media (max-width: 992px) {
    .e-code {
        display: none;
    }
}
@media (min-width: 993px) {
    .e-code {
        display: block;
    }
}
@media (max-width: 992px) {
    .e-code-only-mobile {
        display: block;
    }
}
@media (min-width: 993px) {
    .e-code-only-mobile {
        display: none;
    }
}
.e-code {
    width: 100%;
    background: #19334c;
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem;
    -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.e-code .e-code-header {
    color: #fff;
    background: #19334c;
    padding: 0;
    height: 26px;
    position: relative;
}
.e-code .e-code-header .action-buttons {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    background: #dc143c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 15px 0 0 orange, 30px 0 0 #32cd32;
    box-shadow: 15px 0 0 orange, 30px 0 0 #32cd32;
}
.e-code .e-code-header .language {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -4px;
    height: 21px;
    padding: 0 1em;
    text-align: right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: 0 0;
    color: #fff;
}
.e-code .e-code-header .language:before {
    content: "asd";
}
.e-code .e-code-header .language:hover {
    background: rgba(0, 0, 0, 0.1);
}
.e-code .e-code-body {
    position: relative;
    height: 300px;
}
.e-code .e-code-body .code-input,
.e-code .e-code-body .code-output {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem;
    border: 0;
    font-size: 16px;
    background: 0 0;
    white-space: pre-wrap;
    line-height: 26px;
    word-wrap: break-word;
}
.e-code .e-code-body .code-input {
    opacity: 1;
    margin: 0;
    color: #999;
    resize: none;
    background: #05182b;
}
.e-code .e-code-body .code-output {
    pointer-events: none;
    z-index: 3;
    margin: 0;
    overflow-y: auto;
}
.e-code .e-code-body .code-output code {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 1rem;
    display: block;
    color: #666;
    font-size: 0.8rem;
}
a.token {
    text-decoration: none;
}
.token.keyword,
.token.selector {
    color: #db7093;
}
.token.number,
.token.property,
.token.punctuation,
.token.string,
.token.tag-id {
    color: #1e90ff;
}
.token.attr-name,
.token.function {
    color: #5f9ea0;
}
.token.atrule .atrule-id {
    color: #8a2be2;
}
.token.boolean {
    color: #789;
}
.token.comment {
    color: #a9a9a9;
}
.language-php .variable {
    color: #5f9ea0;
}
.file-name {
    background: #05182b;
    padding: 8px;
    display: inline-block;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
    float: left;
}
.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-slide,
.swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.swiper-wrapper {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -o-transition: 0.2s transform, 0.2s top;
    -webkit-transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top;
    -webkit-transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -o-transition: 0.2s transform, 0.2s left;
    -webkit-transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left;
    -webkit-transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -o-transition: 0.2s transform, 0.2s right;
    -webkit-transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right;
    -webkit-transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill,
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-black .swiper-pagination-bullet-active,
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar,
.swiper-scrollbar-drag {
    position: relative;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.swiper-scrollbar {
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.contact-field .file-upload .file-upload-select input[type="file"],
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube,
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}
.fnt-lg {
    font-size: 16px;
    line-height: 26px;
}
@media (min-width: 992px) {
    .fnt-lg {
        font-size: 18px;
        line-height: 28px;
    }
}
.fnt-md {
    font-size: 14px;
}
.fnt-md,
.input__label {
    line-height: 24px;
}
.rec-breadcrumb__item,
.rec-card--testi__footer {
    font-size: 14px;
    line-height: 24px;
}
@media (min-width: 768px) {
    .fnt-md,
    .input__label,
    .rec-breadcrumb__item,
    .rec-card--testi__footer {
        font-size: 16px;
        line-height: 26px;
    }
}
.fnt-sm,
.rec-card--blog p {
    font-size: 12px;
    line-height: 22px;
}
@media (min-width: 768px) {
    .fnt-sm,
    .rec-card--blog p {
        font-size: 14px;
        line-height: 24px;
    }
}
.fnt-xs {
    font-size: 12px;
    line-height: 22px;
}
.fnt-reg {
    font-weight: 400 !important;
}
.fnt-medium {
    font-weight: 500 !important;
}
.fnt-bold {
    font-weight: 700;
}
.txt-primary {
    color: #1940c0;
}
.gsap-bg-bg-gray {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
.fnt-helvetica {
    font-family: Helvetica !important;
}
.section-padding4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
@media (min-width: 992px) {
    .section-padding4 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}
.section-padding5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
    .section-padding5 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}
@media (min-width: 992px) {
    .section-padding5 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}
.section-padding6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
@media (min-width: 992px) {
    .section-padding6 {
        padding-top: 7rem;
        padding-bottom: 6rem;
    }
}
.section-padding9 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
@media (min-width: 768px) {
    .section-padding9 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
}
@media (min-width: 992px) {
    .section-padding9 {
        padding-top: 9rem;
        padding-bottom: 9rem;
    }
}
.section-pd-tp10 {
    padding-top: 4rem;
}
@media (min-width: 992px) {
    .section-pd-tp10 {
        padding-top: 10rem;
    }
}
.section-pd-tb10 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
@media (min-width: 992px) {
    .section-pd-tb10 {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }
}
.rec-pd13 {
    padding-top: 2rem !important;
}
@media (min-width: 768px) {
    .rec-pd13 {
        padding-top: 0 !important;
    }
}
@media (min-width: 992px) {
    .rec-pd13 {
        padding-top: 9rem !important;
    }
}
.rec-shadow {
    -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.09);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.09);
    border: 0 !important;
}
.section-padding-lg {
    padding-top: 50px;
    padding-bottom: 50px;
}
@media (min-width: 768px) {
    .section-padding-lg {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
@media (min-width: 992px) {
    .section-padding-lg {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
.mb-2 {
    margin-bottom: 1.5rem !important;
}
@media (min-width: 768px) {
    .mb-2 {
        margin-bottom: 2rem !important;
    }
}
.pb-4 {
    padding-bottom: 2rem !important;
}
@media (min-width: 768px) {
    .pb-4 {
        padding-bottom: 4rem !important;
    }
}
.rec-search-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #d0d0d0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 0.5rem 1.2rem;
    width: 440px;
    max-width: 100%;
}
@media (min-width: 992px) {
    .rec-search-wrap {
        padding: 0.7rem 1.6rem;
    }
}
.rec-no-brder {
    border: 0;
    font-size: 20px;
    line-height: 30px;
}
.rec-no-brder:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.rec-search-icon {
    width: 20px;
}
@media (min-width: 992px) {
    .rec-search-icon {
        width: 26px;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    textarea.input-data ~ .focus-border {
        bottom: 0;
    }
}
textarea.input-data {
    resize: none;
    vertical-align: middle;
}
::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
@media (min-width: 992px) {
    ::-webkit-input-placeholder {
        font-size: 20px;
        line-height: 30px;
    }
}
::-moz-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
@media (min-width: 992px) {
    ::-moz-placeholder {
        font-size: 20px;
        line-height: 30px;
    }
}
:-ms-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
@media (min-width: 992px) {
    :-ms-input-placeholder {
        font-size: 20px;
        line-height: 30px;
    }
}
:-moz-placeholder {
    font-weight: 400;
}
:not(output):-moz-ui-invalid {
    box-shadow: none;
}
.main-heading {
    font-size: 34px;
    line-height: 46px;
    font-weight: 700;
}
@media (min-width: 768px) {
    .main-heading {
        font-size: 45px;
        line-height: 55px;
    }
}
@media (min-width: 1200px) {
    .main-heading {
        font-size: 60px;
        line-height: 84px;
    }
}
.h2 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
}
@media (min-width: 768px) {
    .h2 {
        font-size: 36px;
        line-height: 46px;
    }
}
@media (min-width: 992px) {
    .h2 {
        font-size: 48px;
        line-height: 58px;
    }
}
.h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}
@media (min-width: 992px) {
    .h3 {
        font-size: 34px;
        line-height: 44px;
    }
}
.fnt-xxl {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}
@media (min-width: 992px) {
    .fnt-xxl {
        font-size: 24px;
        line-height: 34px;
    }
}
.fnt-xl {
    font-weight: 700;
}
.fnt-xl,
.rec-txt-block {
    font-size: 16px;
    line-height: 26px;
}
.input-data,
.select {
    font-weight: 700;
}
.card-nbrd__body,
.input-data,
.select {
    font-size: 16px;
    line-height: 26px;
}
@media (min-width: 992px) {
    .card-nbrd__body,
    .fnt-xl,
    .input-data,
    .rec-txt-block,
    .select {
        font-size: 20px;
        line-height: 30px;
    }
}
.hero-title {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
}
@media (min-width: 768px) {
    .hero-title {
        font-size: 34px;
        line-height: 50px;
    }
}
.line-35 {
    line-height: 30px;
}
@media (min-width: 768px) {
    .line-35 {
        line-height: 35px;
    }
}
.text-llextra {
    font-size: 30px;
    line-height: 41px;
}
@media (min-width: 768px) {
    .text-llextra {
        font-size: 40px;
        line-height: 51px;
    }
}
.txt-lopacitywhite {
    color: #fff;
    opacity: 0.8;
}
.imgfluid {
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.img99x99 {
    height: 64px;
    width: 64px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
@media (min-width: 992px) {
    .img99x99 {
        height: 99px;
        width: 99px;
    }
}
.secrvice-card__img {
    -o-object-fit: contain;
    object-fit: contain;
}
@media (max-width: 1024px) {
    .secrvice-card__img {
        height: 210px;
        -o-object-fit: contain;
        object-fit: contain;
        width: 100%;
    }
}
@media (min-width: 1025px) {
    .secrvice-card__img {
        width: 90%;
        height: 270px;
        float: right;
    }
}
.bullet-icon-color,
.bullet-icon-white {
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
}
.rec-btn {
    padding: 0.5rem 1rem;
    font-size: 14px;
    line-height: 26px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
}
@media (min-width: 992px) {
    .rec-btn {
        padding: 0.8rem 1.5rem;
        font-size: 14px;
        line-height: 24px;
    }
}
.rec-btn:hover {
    border: transparent;
}
.rec-btn--primary {
    background: #1993c0;
    border: 1px solid transparent;
    color: #fff;
}
.rec-btn--primary:focus,
.rec-btn--primary:hover {
    outline: 0;
    color: #1993c0;
    background: #fff;
    border: 1px solid #1993c0;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.rec-btn--white {
    background: #fff;
    border: 1px solid transparent;
    color: #121212;
}
.rec-btn--white:focus,
.rec-btn--white:hover {
    outline: 0;
    color: #1993c0;
    background: #fff;
    border: 1px solid transparent;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.rec-btn--border {
    background: #fff;
    border: 1px solid #121212;
    color: #121212;
}
.rec-btn--border:focus,
.rec-btn--border:hover {
    outline: 0;
    color: #1993c0;
    background: #fff;
    border: 1px solid #1993c0;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.rec-btn--lg {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.rect-link,
.rect-link img {
    -webkit-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
.rect-link {
    font-weight: 500;
    color: #121212;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.rect-link img {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.rect-link:focus,
.rect-link:hover {
    color: #1993c0;
}
.rect-link:focus img,
.rect-link:hover img {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
    -webkit-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
.rect-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 54px;
    width: 54px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.7);
    cursor: pointer;
}
.rect-play-btn img {
    position: relative;
    left: 2px;
}
.rec-link-text {
    text-transform: uppercase;
    letter-spacing: 1.25px;
    font-weight: 500;
    position: relative;
}
.rec-link-text:after {
    content: "";
    position: absolute;
    bottom: -0.5rem;
    height: 2px;
    width: 60%;
    background: #1993c0;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.rec-readtxt:hover {
    color: #1993c0;
}
.hideAll,
.hideContent {
    -webkit-transition: all ease-in-out 0.6s;
    -o-transition: all ease-in-out 0.6s;
    transition: all ease-in-out 0.6s;
    display: none;
}
.hideAll {
    display: block;
}
.bg-blue {
    position: relative;
    color: #fff;
}
.bg-secndary {
    background: rgba(25, 64, 192, 0.05);
}
.rec-noshadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}
.rec-bg-ece {
    background: #eceef5;
}
.rec-gsap-bg-pri {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1940c0;
}
.bg-dblue {
    background: #0d3486;
}
.bg-yellow {
    background: #f2b94c;
}
.slick-track {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.slick-slide {
    height: inherit !important;
}
.rec-nav-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.slide-nav__arrow {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    width: 35px;
    height: 35px;
    border: 2px solid #121212;
    position: relative;
    text-align: center;
    margin: auto;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
@media (min-width: 768px) {
    .slide-nav__arrow {
        width: 50px;
        height: 50px;
    }
}
.slide-nav__arrow--sm {
    height: 40px;
    width: 40px;
}
.slide-nav__arrow:focus,
.slide-nav__arrow:hover {
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    background: rgba(255, 255, 255, 0.4);
}
.img20x20 {
    height: 12px;
    width: 12px;
}
@media (min-width: 768px) {
    .img20x20 {
        height: 20px;
        width: 20px;
    }
}
.slick-slide {
    outline: 0 !important;
}
.slick-slide:focus,
.slick-slide:hover {
    outline: 0 !important;
}
.swiper-slide .testimonial-info {
    opacity: 0;
    text-align: center;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
.swiper-slide .testimonial-im {
    width: 70px;
    height: 70px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
@media (max-width: 767px) {
    .swiper-slide .testimonial-im {
        -webkit-transition: all 0.4s ease-in;
        -o-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in;
        width: 50px;
        height: 50px;
    }
}
.swiper-slide.swiper-slide-active .testimonial-info {
    opacity: 1;
    display: block;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
.swiper-slide.swiper-slide-active .testimonial-im {
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    width: 90px;
    height: 90px;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
@media (max-width: 767px) {
    .swiper-slide.swiper-slide-active .testimonial-im {
        width: 60px;
        height: 60px;
    }
}
.js-testimonial-img .swiper-slide {
    width: 20% ​ !important;
    text-align: center !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}
.e-partners-slider .swiper-slide {
    opacity: 0.5;
}
.e-partners-slider .swiper-slide.swiper-slide-active,
.e-partners-slider .swiper-slide.swiper-slide-next,
.e-partners-slider .swiper-slide.swiper-slide-prev {
    opacity: 1;
}
@media (max-width: 767px) {
    .e-partners-slider .swiper-slide.swiper-slide-next,
    .e-partners-slider .swiper-slide.swiper-slide-prev {
        opacity: 0.5;
    }
    .e-partners-slider .swiper-slide.swiper-slide-active {
        opacity: 1;
    }
}
@media (min-width: 768px) {
    .sidebar-item {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .make-me-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 130px;
        padding: 0 15px;
    }
}
.input-field {
    position: relative;
    width: 100%;
    margin-bottom: 1rem !important;
}
@media (min-width: 768px) {
    .input-field {
        margin-bottom: 1.8rem !important;
    }
}
.select-field .form-control {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #dcdcdc;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}
textarea.input-data ~ .focus-border {
    top: initial;
    bottom: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    textarea.input-data ~ .focus-border {
        bottom: 0;
    }
}
.input-data,
.select {
    position: relative;
    border: 1px solid #b4b4b4;
    z-index: 2;
    width: 100%;
    padding: 0.8rem 1rem;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
@media (min-width: 768px) {
    .input-data,
    .select {
        padding: 1rem 1.5rem;
    }
}
.input-data.has-value ~ label,
.select.has-value ~ label {
    top: -5px;
    color: red;
}
.home-banner__content .integrated-list__item img,
.input-data.has-value ~ .focus-border,
.nice-select .list,
.select.has-value ~ .focus-border {
    width: 100%;
}
.input__label {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
}
.has-content.input-data ~ label {
    color: rgba(77, 78, 91, 0.5);
}
.has-content.input-data ~ label,
.input-data:focus ~ label {
    color: #000;
}
.has-content.input-data ~ label,
.input-data:focus ~ label {
    top: -5px;
    font-size: 12px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    outline: 0;
}
.input-data:focus.parsley-error ~ label {
    color: red;
}
.input-data:focus ~ .focus-border {
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    left: 0;
    bottom: 0;
}
.has-content.input-data ~ .focus-border {
    height: 1px;
}
textarea.input-data:focus ~ .focus-border {
    top: initial;
    bottom: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    textarea.input-data:focus ~ .focus-border {
        bottom: 0;
    }
}
.input-block {
    margin: 10px 0;
}
.parsley-errors-list {
    list-style-type: none;
    position: absolute;
    bottom: -36px;
    padding: 0;
}
.parsley-custom-error-message {
    color: rgba(255, 0, 0, 0.8);
    font-size: 12px;
    margin-top: 14px;
    margin-left: 0;
}
.input-label {
    font-weight: 600;
    color: rgba(77, 78, 91, 0.5);
    font-size: 12px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 10;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.form-group.select-field {
    margin-bottom: 70px;
}
.form-group .nice-select {
    width: 100%;
    z-index: 200;
}
.contact-form-submit {
    position: relative;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #28a745;
    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;
    cursor: pointer;
}
@media (max-width: 767px) {
    .contact-form-submit {
        margin-top: 1rem;
    }
}
@media (min-width: 992px) {
    .rec-stroke-line {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        margin: 0 auto;
        max-width: 760px;
    }
}
@media (min-width: 1200px) {
    .rec-stroke-line {
        max-width: 1040px;
    }
}
@media (min-width: 992px) {
    .rec-stroke-line__fig-wrap {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        background: #f2f4fa;
        height: calc(100% + 107px);
        -webkit-transform: translateY(-107px);
        -ms-transform: translateY(-107px);
        transform: translateY(-107px);
    }
}
@media (min-width: 1200px) {
    .rec-stroke-line__fig-wrap {
        width: 50px;
    }
}
@media (min-width: 992px) {
    .rec-stoke-bended {
        position: absolute;
        top: 12rem;
        max-width: 890px;
        width: 100%;
        left: 0;
    }
}
@media (min-width: 1200px) {
    .rec-stoke-bended {
        max-width: 1250px;
    }
}
@media (min-width: 992px) {
    .rec-stoke-bended__wrap {
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
    }
}
.rec-stoke-bended__wrap .overlay {
    position: absolute;
    top: 0;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    right: 0;
    background: #000;
    height: 100%;
}
.rec-card {
    background: #fff;
    -webkit-box-shadow: 0 11px 35px rgba(0, 0, 0, 0.05);
    box-shadow: 0 11px 35px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
@media (min-width: 992px) {
    .rec-card {
        -webkit-border-radius: 20px;
        border-radius: 20px;
        padding: 2rem 2.4rem;
    }
}
.rec-card--bxsec {
    -webkit-box-shadow: 0 4px 21px rgba(28, 28, 56, 0.05);
    box-shadow: 0 4px 21px rgba(28, 28, 56, 0.05);
}
.rec-card__heading {
    color: #1993c0;
    font-weight: 500;
    max-width: 247px;
}
.rec-card__des {
    color: #777;
}
.rec-card--testi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    position: relative;
}
@media (max-width: 767px) {
    .rec-card--testi {
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
    }
}
.rec-card--testi__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 0;
    padding-bottom: 0.5rem;
}
@media (min-width: 992px) {
    .rec-card--testi__body {
        padding-top: 3.5rem;
        padding-bottom: 2rem;
    }
}
.rec-card--testi__footer {
    letter-spacing: 0.5px;
    color: #333;
}
.rec-card__fig-wrap {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.rec-card--blog {
    background: #f5f8ff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
}
@media (max-width: 767px) {
    .rec-card--blog {
        -webkit-border-radius: 20px;
        border-radius: 20px;
    }
}
.rec-card--blog__fig-wrap {
    position: relative;
}
.rec-card--blog p {
    letter-spacing: 0.25px;
}
.rec-card--testi {
    margin-top: 3.5rem;
}
@media (min-width: 768px) {
    .rec-card--testi {
        margin-top: 0;
        margin-bottom: 3.6rem;
    }
}
.rec-card--sec .rect-categ-name {
    color: #19c099;
}
.rec-card__title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    padding-bottom: 0.8rem;
}
@media (min-width: 768px) {
    .rec-card__title {
        font-size: 24px;
        line-height: 34px;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}
@media (min-width: 992px) {
    .rec-card__title {
        font-size: 34px;
        line-height: 44px;
        padding-top: 1rem;
        padding-bottom: 1.5rem;
    }
    .rec-card__des {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
.rec-card--pri {
    -webkit-border-radius: 6px 20px 20px 6px;
    border-radius: 6px 20px 20px 6px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 2rem;
}
.rec-card:hover {
    background: #f5fbfc !important;
}
.rec-border-top {
    width: 100%;
    height: 6px;
}
.rec-border-left,
.rec-border-top {
    position: absolute;
    top: 0;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    left: 0;
    right: 0;
}
@media (min-width: 992px) {
    .rec-border-left,
    .rec-border-top {
        height: 12px;
    }
}
.rec-border-left--pri,
.rec-border-top--pri {
    background-color: #1940c0;
}
.rec-border-left--sec,
.rec-border-top--sec {
    background-color: #19c099;
}
.rec-border-left {
    width: 7px;
    height: 100%;
    left: 1rem;
}
@media (min-width: 768px) {
    .rec-border-left {
        width: 12px;
    }
}
.rec-border-left--pri {
    background: #19c099;
}
.rec-border-left--sec {
    background: #1940c0;
}
.rec-card-secndry {
    background: rgba(245, 248, 255, 0.9);
    -webkit-box-shadow: none;
    box-shadow: none;
    word-break: break-all;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
@media (max-width: 767px) {
    .rec-card-secndry {
        margin-bottom: 1.5rem;
    }
}
@media (min-width: 768px) {
    .rec-card-secndry {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
}
.rec-publish-dt {
    color: #9aa0b0;
    margin-bottom: 1rem;
}
@media (min-width: 992px) {
    .rec-publish-dt {
        margin-bottom: 1.5rem;
    }
}
@media (max-width: 991px) {
    .rec-testimonial-slider .rec-card {
        margin-bottom: 0;
    }
}
.rec-student-slider .slick-slide:nth-child(2n + 1) .rec-border-top {
    background: #19c099;
}
.rec-student-slider .slick-slide:nth-child(2n + 2) .rec-border-top {
    background: #1940c0;
}
.student-testimonials-cards .col-md-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.student-testimonials-cards .col-md-6:nth-child(2n + 1) .rec-border-top {
    background: #19c099;
}
.student-testimonials-cards .col-md-6:nth-child(2n + 2) .rec-border-top {
    background: #1940c0;
}
.rec-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
}
.rec-breadcrumb__item {
    position: relative;
    margin-right: 0.5rem;
    font-weight: 500;
}
.rec-breadcrumb__item.active {
    font-weight: 400;
}
.rec-breadcrumb__item a {
    padding-right: 0.5rem;
}
.rec-breadcrumb__item::after {
    content: ">";
}
.rec-breadcrumb__item:last-child::after {
    content: none;
}
.card-nbrd {
    border: 0;
}
@media (min-width: 768px) {
    .card-nbrd {
        margin-bottom: 0.8rem;
    }
}
.card-nbrd__head {
    background: 0 0;
    cursor: pointer;
    border-bottom: none;
    padding-left: 0;
    padding-right: 0;
    color: #1940c0 !important;
}
.card-nbrd__head h5 {
    font-size: 18px;
    line-height: 28px;
    position: relative;
}
@media (min-width: 768px) {
    .card-nbrd__head h5 {
        font-size: 22px;
        line-height: 32px;
    }
}
@media (min-width: 992px) {
    .card-nbrd__head h5 {
        font-size: 24px;
        line-height: 34px;
    }
}
.card-nbrd__head .collapsed .rec-plusicon,
.card-nbrd__head .rec-plusicon {
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media (max-width: 767px) {
    .card-nbrd__head .rec-plusicon {
        height: 20px;
    }
}
.card-nbrd__head .collapsed {
    color: #121212 !important;
    border-bottom: 1px solid #d2d2d2;
}
.card-nbrd__head .collapsed .rec-plusicon {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.card-nbrd__body {
    border-bottom: 1px solid #d2d2d2;
    font-weight: 400;
    padding-top: 0;
}
@media (max-width: 767px) {
    .card-nbrd__body {
        padding-top: 0.5rem;
        padding-left: 0;
        padding-right: 2rem;
        padding-bottom: 1rem;
    }
}
@media (min-width: 768px) {
    .card-nbrd__body {
        padding-left: 0;
        padding-right: 6rem;
        padding-bottom: 1rem;
    }
}
.rec-accordian-link {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    padding-bottom: 1rem;
}
.rec-accordian-title {
    max-width: 300px;
    display: inline-block;
}
@media (min-width: 768px) {
    .rec-accordian-title {
        max-width: 600px;
    }
}
@media (min-width: 992px) {
    .rec-accordian-title {
        max-width: 700px;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .link.active,
    .link:hover {
        background: 0 0;
        color: #358fcf;
    }
}
header .nav {
    width: 100%;
    opacity: 0;
    position: fixed;
    top: 0;
    background: 0 0;
    z-index: 999;
    background: #fff;
    -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.03);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.03);
}
@media (min-width: 993px) {
    header .nav {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: -webkit-transform 0.5s ease-in-out;
        -o-transition: transform 0.5s ease-in-out;
        transition: transform 0.5s ease-in-out;
        transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    }
}
header .nav.loaded {
    opacity: 1;
}
.nav-wrapper {
    float: none;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
@media (max-width: 1201px) {
    .nav-wrapper {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}
@media (min-width: 992px) {
    .nav-wrapper {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .nav-wrap {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}
.link-text {
    text-transform: uppercase;
}
.link-text .menu__link {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 1.25px;
}
@media (min-width: 992px) {
    .link-text .menu__link {
        color: #121212;
    }
}
.link-text .menu__link::after {
    -webkit-transform: scaleX(1) !important;
    -ms-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
}
header .nav.sticky {
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
    background: #fff !important;
}
header .nav.sticky .h-dropdown .nice-select .current {
    color: #121212;
}
@media (min-width: 992px) {
    header .nav.sticky .menu__link {
        color: #121212;
    }
}
@media (max-width: 1201px) {
    header .nav.sticky .menu-icon .line {
        background-color: #333;
    }
    header .nav.sticky .menu-icon.active .line {
        background: #777;
    }
}
header .nav.sticky .brand-logo .path {
    fill: #333;
}
header .nav.sticky .brand-logo .path-sec {
    fill: #1993c0;
}
@media (max-width: 767px) {
    .brand-logo {
        width: 100px;
    }
}
@media (min-width: 993px) {
    .header-unpin .nav {
        -webkit-transform: translateY(-115px);
        -ms-transform: translateY(-115px);
        transform: translateY(0px);
    }
    .header-pin .nav {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@media (min-width: 992px) {
    .logo {
        padding: 0 0 0px 0;
    }
}
.logo img {
    height: auto;
    width: 72px;
}
@media (min-width: 992px) {
    .logo img {
        width: 184px;
    }
    .menu-list {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.menu-list--left {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 0;
}
.menu__item {
    display: block;
    margin: 12px 0 !important;
}
@media (min-width: 992px) {
    .menu__item {
        margin: 15px 0 !important;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .menu__item {
        width: 100%;
    }
}
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .menu__item {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .menu__item.join-us {
        margin-top: 20px !important;
    }
}
.menu__link {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.15px;
    color: #121212;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}
@media (min-width: 992px) {
    .menu__link {
        margin: 0 1rem;
        padding: 15px 0;
    }
}
@media (min-width: 1200px) {
    .menu__link {
        margin: 0 20px;
    }
}
.menu__link::after {
    position: absolute;
    bottom: -8px;
    background-color: #121212;
    height: 2px;
    width: 50%;
    left: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media (min-width: 992px) {
    .menu__link::after {
        bottom: 10px;
        content: "";
    }
}
.menu__link:active,
.menu__link:focus,
.menu__link:hover {
    color: #121212;
    font-weight: 700;
}
.menu__link:active::after,
.menu__link:focus::after,
.menu__link:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.menu__link.active {
    color: #121212;
    font-weight: 700;
}
.menu__link.active::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.product-logo-img {
    width: 18px;
}
.caret {
    position: absolute;
    top: 50%;
    right: -18px;
    border: solid #000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    -webkit-transform: translateY(-80%) rotate(45deg);
    -ms-transform: translateY(-80%) rotate(45deg);
    transform: translateY(-80%) rotate(45deg);
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
@media (min-width: 992px) {
    .caret {
        display: none;
    }
    .c-dropdown:hover .caret {
        -webkit-transform: translateY(-40%) rotate(-135deg);
        -ms-transform: translateY(-40%) rotate(-135deg);
        transform: translateY(-40%) rotate(-135deg);
    }
}
@media (max-width: 992px) {
    .c-dropdown.active .caret {
        -webkit-transform: translateY(-40%) rotate(-135deg);
        -ms-transform: translateY(-40%) rotate(-135deg);
        transform: translateY(-40%) rotate(-135deg);
    }
}
.menu-icon {
    display: block;
    position: absolute;
    right: 20px;
    z-index: 1000;
}
.menu-icon:hover {
    cursor: pointer;
}
@media (max-width: 1201px) {
    .menu-icon {
        top: 25px;
        right: 20px;
        z-index: 100;
    }
    .menu-icon.active {
        z-index: 102;
    }
}
@media (min-width: 1202px) {
    .menu-icon {
        display: none;
    }
}
.menu-icon .line {
    width: 30px;
    height: 3px;
    background-color: #000;
    display: block;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.menu-icon .line:nth-child(3) {
    margin-right: 0;
}
.menu-icon:nth-child(2) {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.menu-icon span.line:first-child {
    width: 24px;
    margin-right: 0;
}
.menu-icon span.line:last-child {
    width: 16px;
}
.menu-icon.active .line {
    width: 20px;
}
.menu-icon.active .line:nth-child(2) {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
.menu-icon.active .line:nth-child(1) {
    -webkit-transform: translateY(1px) rotate(45deg);
    -ms-transform: translateY(1px) rotate(45deg);
    transform: translateY(1px) rotate(45deg);
}
.menu-icon.active .line:nth-child(3) {
    -webkit-transform: translateY(-15px) rotate(-45deg);
    -ms-transform: translateY(-15px) rotate(-45deg);
    transform: translateY(-15px) rotate(-45deg);
    width: 24px;
}
@media (max-width: 1201px) {
    .menu,
    header .nav {
        position: fixed;
        background: #fff;
        top: 0;
    }
    header .nav {
        left: 0;
        z-index: 100;
    }
    .nav-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .menu {
        content: "";
        height: 100vh;
        opacity: 1;
        right: 0;
        width: 100%;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        z-index: -1;
        padding: 60px 40px 0;
    }
}
@media (max-width: 1201px) and (max-width: 768px) {
    .menu {
        padding: 60px 10px 0;
    }
}
@media only screen and (max-width: 1201px) and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .menu {
        padding: 60px 60px 0;
    }
}
@media (max-width: 1201px) {
    .menu.active {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        z-index: 1;
        overflow-y: scroll;
        overflow-x: hidden;
        height: 100vh;
    }
    .menu-list {
        margin: 0 6px !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        vertical-align: middle;
    }
    .logo {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}
.body {
    overflow: hidden;
}
.hamb-overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    opacity: 0;
}
@media (min-width: 768px) and (max-width: 1201px) {
    .hamb-overlay {
        -webkit-transform: translateX(-10%);
        -ms-transform: translateX(-10%);
        transform: translateX(-10%);
        left: inherit;
    }
}
@media (max-width: 1201px) {
    .hamb-overlay.show {
        opacity: 1;
        display: block;
    }
}
@media (min-width: 1202px) {
    .header-sign-up {
        margin-left: 30px !important;
    }
}
.header-sign-up .sign-up {
    -webkit-border-radius: 16px;
    border-radius: 16px;
    padding: 16px 40px;
    background: #fff;
    -webkit-transition: background 0.4s ease-in;
    -o-transition: background 0.4s ease-in;
    transition: background 0.4s ease-in;
}
.header-sign-up .sign-up:focus,
.header-sign-up .sign-up:hover {
    background: -webkit-linear-gradient(315deg, #484eff 0%, #1eefb0 94.79%);
    background: -o-linear-gradient(315deg, #484eff 0%, #1eefb0 94.79%);
    background: linear-gradient(135deg, #484eff 0%, #1eefb0 94.79%);
    -webkit-transition: background 0.4s ease-in;
    -o-transition: background 0.4s ease-in;
    transition: background 0.4s ease-in;
    color: #fff;
}
@media (max-width: 1201px) {
    .header-sign-up .sign-up {
        background: -webkit-linear-gradient(315deg, #484eff 0%, #1eefb0 94.79%);
        background: -o-linear-gradient(315deg, #484eff 0%, #1eefb0 94.79%);
        background: linear-gradient(135deg, #484eff 0%, #1eefb0 94.79%);
        -webkit-transition: background 0.4s ease-in;
        -o-transition: background 0.4s ease-in;
        transition: background 0.4s ease-in;
        color: #fff;
    }
    .mobile .menu__link {
        color: #000 !important;
    }
}
.header-transparent .menu-icon .line,
.header-transparent .menu__link::after {
    background-color: #fff;
}
.header-transparent .menu-icon.active .line {
    background-color: #000 !important;
}
.header-transparent.header .nav {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.header-transparent .sticky .menu__link {
    color: #000 !important;
}
.header-transparent .sticky .menu__link::after {
    background-color: #121212;
}
.header-transparent .sticky .sign-up {
    background: -webkit-linear-gradient(315deg, #484eff 0%, #1eefb0 94.79%);
    background: -o-linear-gradient(315deg, #484eff 0%, #1eefb0 94.79%);
    background: linear-gradient(135deg, #484eff 0%, #1eefb0 94.79%);
    color: #fff;
}
.header-transparent .menu__link {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    letter-spacing: 0.05em;
}
.header-transparent .h-dropdown .nice-select {
    background-color: transparent;
    border: 1px solid #fff;
}
.header-transparent .h-dropdown .nice-select .current {
    font-size: 15px;
    line-height: 141.32%;
    text-align: center;
    letter-spacing: 0.05em;
    color: #fff;
}
.header-transparent .h-dropdown .nice-select .list {
    margin-top: 0;
}
.header-transparent .h-dropdown .nice-select .list li {
    margin: 0;
}
.svg-white svg path {
    fill: #fff !important;
}
.header-select-dropdown__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-select-dropdown__link svg {
    width: 70px;
    height: 40px;
}
.header-select-dropdown.ui.dropdown .menu {
    left: -387px !important;
    background: #fbfbfb !important;
    -webkit-border-bottom-right-radius: 34px !important;
    border-bottom-right-radius: 34px !important;
}
.header-select-dropdown-company.ui.dropdown .menu:before,
.header-select-dropdown.ui.dropdown .menu:before {
    content: "";
    position: absolute;
    left: 39%;
    bottom: 100%;
    top: -11px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    clear: both;
}
@media (max-width: 1201px) {
    .ui.dropdown.header-select-dropdown,
    .ui.dropdown.header-select-dropdown-company {
        display: none;
    }
}
@media (min-width: 1202px) {
    .only-mobile {
        display: none;
    }
    .ui.dropdown.header-select-dropdown .menu,
    .ui.dropdown.header-select-dropdown-company .menu {
        border: 1px solid transparent !important;
        padding: 0;
    }
    .ui.dropdown.header-select-dropdown .menu > .item,
    .ui.dropdown.header-select-dropdown-company .menu > .item {
        padding: 18px 30px !important;
    }
    .sticky .menu__link svg path {
        fill: #000;
    }
}
.mb-header-nav .ui.dropdown.header-select-dropdown .menu > .item,
.mb-header-nav .ui.dropdown.header-select-dropdown-company .menu > .item {
    padding: 0 !important;
}
.mb-header-nav .header-select-dropdown-company__menu,
.mb-header-nav .header-select-dropdown__menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.03);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.03);
}
.mb-header-nav .item:hover {
    background: 0 0 !important;
}
.mb-header-nav h5,
.nav-desc {
    font-size: 14px;
    line-height: 24px;
}
.mb-header-nav h4,
.mb-header-nav h5 {
    font-weight: 500;
    font-family: "DM Sans", sans-serif;
}
.mb-header-nav h5 {
    cursor: auto !important;
    background: -webkit-linear-gradient(315deg, #484eff 0%, #1eefb0 94.79%);
    background: -o-linear-gradient(315deg, #484eff 0%, #1eefb0 94.79%);
    background: linear-gradient(135deg, #484eff 0%, #1eefb0 94.79%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.mb-header-nav h4 {
    font-size: 14px;
    line-height: 24px;
}
@media (min-width: 1202px) {
    .mb-header-nav h4,
    .mb-header-nav h5 {
        font-size: 16px;
        line-height: 26px;
    }
    .mb-header-nav .nav-menu-lists-item {
        background: #fff;
        border: 2px solid #fff;
        width: 100%;
    }
}
.nav-menu-lists .selected {
    background: 0 0 !important;
}
.nav-menu-list-item {
    border: 1px solid transparent;
}
.nav-menu-list-item li:hover h4 {
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    color: #00cb8e;
}
.nav-desc {
    font-weight: 400;
    font-family: "Sen", sans-serif;
    color: #17243f;
    opacity: 0.5;
    white-space: normal;
}
@media (min-width: 1202px) {
    .nav-desc {
        width: 290px;
    }
}
.nav-icon {
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    padding-right: 1rem;
}
.docs-link {
    background: rgba(125, 14, 255, 0.1);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #7d0eff;
    font-size: 12px;
    line-height: 22px;
}
@media (max-width: 768px) {
    .docs-link {
        font-size: 10px;
    }
}
.skew-pane {
    background: #fbfbfb;
    position: absolute;
    width: 100.2%;
    height: 100%;
    -webkit-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    transform: skewY(-3deg);
    bottom: -30px;
    right: 0;
    left: -1px;
    -webkit-border-bottom-left-radius: 24px;
    border-bottom-left-radius: 24px;
    -webkit-border-bottom-right-radius: 24px;
    border-bottom-right-radius: 24px;
    -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.03);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.03);
    z-index: -1;
}
.skew-pane::after,
.skew-pane::before {
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: -1;
    position: absolute;
    opacity: 0.1;
    -webkit-transform: revert;
    -ms-transform: revert;
    transform: revert;
}
.skew-pane::after {
    content: "";
    background: #4e5ff9;
    -webkit-border-radius: 210px 0 24px 200px;
    border-radius: 210px 0 24px 200px;
    width: 210px;
    height: 400px;
}
.skew-pane::before {
    content: "";
    background: #1eefb0;
    height: 210px;
    width: 400px;
    -webkit-border-radius: 210px 200px 24px 0;
    border-radius: 210px 200px 24px 0;
}
.navMenuList .card-body {
    padding: 0 !important;
}
.navMenuList .card {
    background: rgba(255, 255, 255, 0.05);
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
}
.navMenuList .card:not(:last-child),
.privacy #faq .card:not(:last-child) {
    margin-bottom: 24px;
}
@media (max-width: 1201px) {
    .navMenuList .card:not(:last-child) {
        margin-top: 16px;
        margin-bottom: 16px;
    }
}
.navMenuList .card-header {
    border: 0;
    padding: 0;
    background: 0 0;
}
.navMenuList .card-header .btn-header-link {
    opacity: 0.8;
    display: block;
    text-align: left;
    background: #f8f8ff !important;
    padding: 10px;
    position: relative;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #000 !important;
}
.navMenuList .card-header .btn-header-link:after {
    position: absolute;
    right: 3%;
    top: 33%;
    content: "";
    width: 20px;
    height: 16px;
    background: url(../images/down.svg) no-repeat center !important;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
@media (max-width: 767px) {
    .navMenuList .card-header .btn-header-link:after {
        top: 29%;
    }
}
.navMenuList .card-header .btn-header-link.collapsed:focus,
.navMenuList .card-header .btn-header-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navMenuList .card-header .btn-header-link.collapsed {
    background: #fff;
    color: #17243f;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.navMenuList .card-header .btn-header-link.collapsed:after,
.navMenuList .card-header .btn-header-link[aria-expanded="true"]:after {
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    background: url(../images/upBlack.svg) no-repeat center !important;
}
.navMenuList .collapse.show,
.navMenuList .collapsing {
    background: #f8f8ff;
}
.navMenuList .collapse {
    border: 0;
}
.navMenuList .collapse.show .card-body .desc-list__item .list-icon,
.privacy #faq .card .collapse.show .card-body .desc-list__item .list-icon {
    float: left;
    margin-right: 8px;
    margin-top: 10px;
}
.navMenuList .card-header .btn-header-link[aria-expanded="false"]:after {
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    background: url(../images/down.svg) no-repeat center !important;
}
#footerSection {
    padding: 96px 0 40px;
    background: #EBEBEB;
    color: #2A2A2A;
}
@media (max-width: 767px) {
    #footerSection {
        padding: 40px 0;
    }
}
#footerSection .footer-top .footer-logo {
    margin-bottom: 42px;
}
@media (max-width: 767px) {
    #footerSection .footer-top .footer-logo {
        margin-bottom: 32px;
    }
}
.footer-list {
    position: relative;
}
.footer-list__item .footer-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #2A2A2A;
    opacity: 0.7;
}
@media (max-width: 767px) {
    .footer-subhead {
        font-family: "DM Sans", sans-serif;
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
    }
}
.subscribe-box {
    margin: 48px 0;
}
@media (max-width: 1024px) {
    .subscribe-box {
        margin: 28px 0;
    }
}
.subscribe-box .footer__form {
    position: relative;
}
.subscribe-box .footer__form__input {
    width: 90%;
    position: relative;
    background: #DDDDDD;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 16px;
    height: 56px;
    justify: space-between;
    color: #2A2A2A;
    border: 0;
}
.subscribe-box .footer__form__input::placeholder
{
    color: #2A2A2A !important;
}
@media (max-width: 1024px) {
    .subscribe-box .footer__form__input {
        width: 100%;
    }
}
@media (max-width: 1280px) {
    .subscribe-box .footer__form__input {
        width: 100%;
    }
}
.subscribe-box .footer__form__input::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.5;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.subscribe-box .footer__form__input::-moz-placeholder {
    color: #fff;
    opacity: 0.5;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.subscribe-box .footer__form__input::-ms-input-placeholder {
    color: #fff;
    opacity: 0.5;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.subscribe-box .footer__form__input::placeholder {
    color: #fff;
    opacity: 0.5;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
@media (max-width: 767px) {
    .subscribe-box .footer__form__input {
        width: 100%;
    }
}
.footer__submit {
    position: absolute;
    background: 0 0;
    color: #6D44E5;
    border: 0 !important;
    right: 45px;
    top: 15px;
    cursor: pointer;
    font-family: "DM Sans", sans-serif !important;
}
@media (max-width: 768px) {
    .footer__submit {
        right: 15px;
    }
}
.footer__submit:focus {
    border: 0;
    outline: 0;
}
.footer-media-bottom {
    position: relative;
}
.footer-media-bottom .footer-media-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
@media (max-width: 767px) {
    .footer-media-bottom .footer-media-list {
        position: absolute;
        top: 0;
        right: 0;
    }
}
.footer-media-bottom .footer-media-list__item:not(:last-child) {
    margin-right: 24px;
}
.footer-media-bottom .footer-media-list__item .media-link {
    opacity: 0.5;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
.footer-bottom .footer-bottom-left .download-list__item .media-icon:focus,
.footer-bottom .footer-bottom-left .download-list__item .media-icon:hover,
.footer-media-bottom .footer-media-list__item .media-link:focus,
.footer-media-bottom .footer-media-list__item .media-link:hover,
.footer-nav-list__item .footer__link:focus,
.footer-nav-list__item .footer__link:hover {
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    opacity: 1;
}
.footer-head {
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 24px;
}
@media (max-width: 767px) {
    .footer-head {
        margin-bottom: 16px;
    }
}
.footer-nav-list {
    display: block;
}
@media (max-width: 767px) {
    .footer-nav-list {
        margin-bottom: 16px;
    }
}
.footer-nav-list__item {
    margin-bottom: 16px;
}
@media (max-width: 767px) {
    .footer-nav-list__item {
        display: inline;
    }
    .footer-nav-list__item:after {
        content: " ";
        letter-spacing: 21px;
        background: url('../images/dot.svg') center center no-repeat !important;
    }
}
.footer-nav-list__item .footer__link {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #2A2A2A;
    opacity: 0.7;
    text-decoration: none !important;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
@media (max-width: 767px) {
    .footer-nav-list__item .footer__link {
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
    }
}
.footer-bottom {
    margin-top: 0;
}
@media (max-width: 1024px) {
    .footer-bottom {
        margin-top: 28px;
    }
}
.footer-bottom .footer-bottom-left {
    position: relative;
}
.footer-bottom .footer-bottom-left .download-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 767px) {
    .footer-bottom .footer-bottom-left .download-list {
        position: absolute;
        top: 0;
        right: 0;
    }
}
.footer-bottom .footer-bottom-left .download-list__item:not(:last-child) {
    margin-right: 24px;
}
.footer-bottom .footer-bottom-left .download-list__item .media-icon {
    opacity: 0.5;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
.copyright-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.5;
    float: right;
    padding-top: 15px;
}
@media (max-width: 767px) {
    .copyright-text {
        float: none;
        text-align: center;
    }
}
.home-banner {
    background: -webkit-linear-gradient(195.82deg, #00cb8e 0.81%, #7d0eff 100.03%);
    background: -o-linear-gradient(195.82deg, #00cb8e 0.81%, #7d0eff 100.03%);
    background: linear-gradient(254.18deg, #00cb8e 0.81%, #7d0eff 100.03%);
    padding: 200px 0 0;
    -webkit-transform: skew(0deg, -6deg);
    -ms-transform: skew(0deg, -6deg);
    transform: skew(0deg, -6deg);
    margin-top: -200px;
}
@media (max-width: 767px) {
    .home-banner {
        overflow: hidden;
        background: -webkit-linear-gradient(306.65deg, #7d0eff 0%, #1eefb0 99.91%);
        background: -o-linear-gradient(306.65deg, #7d0eff 0%, #1eefb0 99.91%);
        background: linear-gradient(143.35deg, #7d0eff 0%, #1eefb0 99.91%);
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .home-banner {
        background: -webkit-linear-gradient(306.65deg, #7d0eff 0%, #1eefb0 99.91%);
        background: -o-linear-gradient(306.65deg, #7d0eff 0%, #1eefb0 99.91%);
        background: linear-gradient(143.35deg, #7d0eff 0%, #1eefb0 99.91%);
    }
}
.home-banner__content {
    -webkit-transform: skew(0deg, 6deg);
    -ms-transform: skew(0deg, 6deg);
    transform: skew(0deg, 6deg);
    color: #fff;
    padding: 180px 0 70px;
}
@media (max-width: 767px) {
    .home-banner__content {
        padding: 150px 0 0;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .home-banner__content {
        padding: 100px 0 64px;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .home-banner__content {
        padding: 100px 0 64px;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .home-banner__content {
        padding: 100px 0 64px;
    }
}
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .home-banner__content {
        padding: 100px 0 64px;
    }
}
.home-banner__content .banner-heading {
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    font-family: "DM Sans", sans-serif;
}
@media (max-width: 767px) {
    .home-banner__content .banner-heading {
        font-size: 28px;
        line-height: 38px;
    }
}
.home-banner__content .help-button-list__item .banner-fill {
    padding: 16px 35px;
}
@media (max-width: 767px) {
    .home-banner__content .help-button-list__item .banner-fill {
        padding: 12px 40px;
    }
}
.home-banner__content .help-button-list__item .banner-line {
    padding: 16px 35px;
}
@media (max-width: 767px) {
    .home-banner__content .help-button-list__item .banner-line {
        padding: 12px 40px;
    }
}
.home-banner__content .integrated-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
@media (max-width: 767px) {
    .home-banner__content .integrated-list {
        width: 100%;
        margin-bottom: 51px;
    }
}
.home-banner__content .integrated-list__item {
    margin-right: 40px;
    width: 16%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    opacity: 0.6 !important;
}
@media (max-width: 767px) {
    .home-banner__content .integrated-list__item {
        margin-right: 15px;
        width: 25%;
        opacity: 1 !important;
    }
}
.home-banner__content .banner-img-w {
    position: absolute;
    right: 23px;
    top: 70%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 991px) {
    .home-banner__content .banner-img-w {
        display: none;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .home-banner__content .banner-img-w {
        display: none;
    }
}
.home-banner__content .banner-img-w .banner-img {
    width: 100%;
}
.service {
    padding: 151px 0 88px;
}
@media (max-width: 767px) {
    .service {
        padding: 63px 0 88px;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .service {
        padding: 63px 0 88px;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .service {
        padding: 63px 0 88px;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .service {
        padding: 63px 0 88px;
    }
}
.service .service-heading {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 46px;
}
@media (max-width: 767px) {
    .service .service-heading {
        font-size: 24px;
        line-height: 46px;
    }
    .service .service-list__item:not(:last-child) {
        margin-bottom: 32px;
    }
}
.service .service-list__item .secrvice-card {
    position: relative;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    border: 1px solid #ddd;
    overflow: hidden;
    padding: 24px 40px 270px 24px;
}
@media (max-width: 767px) {
    .service .service-list__item .secrvice-card {
        padding: 24px 40px 200px 24px;
    }
}
.service .service-list__item .secrvice-card__img-w {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
@media (min-width: 1024px) {
    .service .service-list__item .secrvice-card__img-w {
        right: -36px;
    }
}
.service .service-list__item .secrvice-card .service-para {
    height: 84px;
    font-size: 20px;
    line-height: 28px;
    color: #384257;
}
.platform {
    margin-bottom: 88px;
}
@media (max-width: 767px) {
    .platform {
        background: #f5f6fe;
        margin-bottom: 64px;
    }
}
.platform-card {
    background: #f8f8f8;
    padding: 56px 106px 35px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}
@media (max-width: 767px) {
    .platform-card {
        background: 0 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        padding: 24px 0 0;
    }
}
.platform-card .platform-heading {
    font-size: 32px;
    line-height: 46px;
    width: 549px;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .platform-card .platform-heading {
        font-size: 24px;
        line-height: 32px;
        max-width: 100%;
    }
    .platform-card .platform__imgWrp .js-platform-imgSlider {
        height: 336px;
    }
    .platform-card .platform__imgWrp .js-platform-imgSlider img {
        height: 100%;
    }
}
.platformCard,
.platformCardSMOnly {
    position: relative;
    padding: 40px 0 32px;
    border-bottom: 1px solid rgba(56, 66, 87, 0.2);
}
.platformCard button,
.platformCardSMOnly button {
    border: 0;
    background-color: transparent;
    font-size: 20px;
    line-height: 32px;
    color: #000;
}
.platformCard .count,
.platformCard.active .count,
.platformCardSMOnly .count,
.platformCardSMOnly.active .count {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    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;
}
.platformCard .count,
.platformCardSMOnly .count {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    margin-right: 8px;
    background: 0 0;
    color: #eb512f;
}
.platformCard.active .progress,
.platformCardSMOnly.active .progress {
    position: absolute;
    content: "";
    width: 1%;
    height: 2px;
    bottom: 0;
    background: #eb512f;
    -webkit-transition: 0.5s width ease-in-out;
    -o-transition: 0.5s width ease-in-out;
    transition: 0.5s width ease-in-out;
}
.platformCard.active .count,
.platformCardSMOnly.active .count {
    color: #fff;
}
.platformCard.active .count .iconbullet,
.platformCardSMOnly.active .count .iconbullet {
    float: left;
    margin-right: 5px;
}
.platformCard.active .text,
.platformCardSMOnly.active .text {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    color: #eb512f;
}
.platformCard-body,
.platformCardSMOnly-body {
    margin-left: 48px;
}
.platformCard-body p,
.platformCardSMOnly-body p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #384257;
}
.product {
    margin-bottom: 90px;
}
@media (max-width: 767px) {
    .product {
        margin-bottom: 70px;
    }
}
.product .product-card {
    max-width: 585px;
    margin: 0 auto;
}
.product .product-card .product-heading {
    margin-bottom: 48px;
    font-size: 40px;
    line-height: 50px;
}
@media (max-width: 767px) {
    .product .product-card .product-heading {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 40px;
    }
}
.product .product-card .product-link,
.product-link--blue {
    -webkit-border-radius: 16px;
    border-radius: 16px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    padding: 16px 40px;
    -webkit-transition: background 0.4s ease-in;
    -o-transition: background 0.4s ease-in;
    transition: background 0.4s ease-in;
}
.product .product-card .product-link {
    background: #4e5ff9;
    color: #fff;
}
.product-link--blue {
    background: 0 0;
    color: #4e5ff9 !important;
    border: 1px solid #4e5ff9;
    margin: 30px 0;
}
.developer-skew {
    padding: 350px 0;
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    .developer-skew {
        padding: 550px 0 0;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .developer-skew {
        padding: 560px 0 0;
        margin-bottom: 150px;
    }
}
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .developer-skew {
        padding: 500px 0 0;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .developer-skew {
        padding: 265px 0;
    }
}
.developer-section {
    position: relative;
}
.developer-section .developer {
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(-145%);
    -ms-transform: translateY(-145%);
    transform: translateY(-145%);
}
@media (max-width: 767px) {
    .developer-section .developer {
        -webkit-transform: translateY(-95%);
        -ms-transform: translateY(-95%);
        transform: translateY(-95%);
        text-align: center;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .developer-section .developer {
        -webkit-transform: translateY(-90%);
        -ms-transform: translateY(-90%);
        transform: translateY(-90%);
        text-align: center;
    }
}
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .developer-section .developer {
        -webkit-transform: translateY(-123%);
        -ms-transform: translateY(-123%);
        transform: translateY(-123%);
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .developer-section .developer {
        -webkit-transform: translateY(-90%);
        -ms-transform: translateY(-90%);
        transform: translateY(-90%);
        text-align: center;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .developer-section .developer {
        -webkit-transform: translateY(-90%);
        -ms-transform: translateY(-90%);
        transform: translateY(-90%);
        text-align: center;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .developer-section .developer {
        -webkit-transform: translateY(-130%);
        -ms-transform: translateY(-130%);
        transform: translateY(-130%);
    }
}
.developer-section .developer .developer-heading,
.features .features-heading {
    margin-bottom: 48px;
    font-size: 39px;
    line-height: 50px;
}
@media (max-width: 767px) {
    .developer-section .developer .developer-heading {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 24px;
    }
}
.developer-section .developer .developer-para {
    color: #fff;
}
.developer-section .developer .developer-link {
    color: #4e5ff9;
}
.developer-section .developer .developer-img-w {
    width: 100%;
    float: right;
}
@media (max-width: 1024px) {
    .developer-section .developer .developer-img-w .developer-img {
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }
}
.features {
    padding: 72px 0 120px;
}
@media (max-width: 767px) {
    .features {
        padding: 64px 0;
    }
}
.features .features-heading {
    font-size: 40px;
}
@media (max-width: 767px) {
    .features .features-heading {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 40px;
    }
}
.features .features-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.features .features-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .features .features-list__item {
        margin-bottom: 24px;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .features .features-list__item {
        display: block;
    }
}
.features .features-list__item .features-card {
    background: #fff;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0 7px 23px 0 #0000000f;
    box-shadow: 0 7px 23px 0 #0000000f;
    padding: 32px 41px 40px 32px;
}
@media (max-width: 767px) {
    .features .features-list__item .features-card {
        padding: 24px 22px 21px 24px;
    }
}
.features .features-list__item .features-card__img-w {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #7d0eff;
    text-align: center;
    padding: 23px 0;
    margin-bottom: 28px;
}
@media (max-width: 767px) {
    .features .features-list__item .features-card__img-w {
        width: 60px;
        height: 60px;
        padding: 16px 0;
    }
}
.features .features-list__item .features-card__img-w .features-card__img {
    width: 32px;
    height: 32px;
}
@media (max-width: 767px) {
    .features .features-list__item .features-card__img-w .features-card__img {
        width: 22px;
        height: 24px;
    }
}
.features .features-list__item .features-card__desc .feature-head {
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 16px;
}
.features .features-list__item .features-card__desc .desc-list__item:not(:last-child) {
    margin-bottom: 15px;
}
.features .features-list__item .features-card__desc .desc-list__item .desc-icon {
    float: left;
    margin-right: 8px;
    position: relative;
    top: 8px;
}
.features .features-list__item .features-card__desc .desc-list__item .desc-para {
    display: table;
}
.testimonial-section .testimonial-heading {
    font-size: 40px;
    line-height: 50px;
    width: 678px;
    margin: 0 auto 48px;
}
@media (max-width: 767px) {
    .testimonial-section .testimonial-heading {
        width: 100%;
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 40px;
    }
}
.testimonial-section .testimonial-card__name {
    color: #4e5ff9;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 4px;
}
@media (max-width: 767px) {
    .testimonial-section .testimonial-card__name {
        font-size: 16px;
        line-height: 26px;
    }
}
.testimonial-section .testimonial-card__desg {
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}
.testimonial-section .testimonial-card__msg {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
}
.partner-section {
    margin-top: 120px;
}
@media (max-width: 767px) {
    .partner-section {
        margin-top: 64px;
    }
}
.partner-section .partner-heading {
    font-size: 40px;
    line-height: 50px;
    margin: 0 auto 48px;
}
@media (max-width: 767px) {
    .partner-section .partner-heading {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 32px;
    }
}
.partner-section .logo-size {
    width: 76%;
}
.help {
    padding: 120px 0;
}
@media (max-width: 767px) {
    .help {
        padding: 64px 0;
    }
}
.help .help-card {
    background: -webkit-linear-gradient(195.82deg, #00cb8e 0.81%, #7d0eff 100.03%);
    background: -o-linear-gradient(195.82deg, #00cb8e 0.81%, #7d0eff 100.03%);
    background: linear-gradient(254.18deg, #00cb8e 0.81%, #7d0eff 100.03%);
    padding: 95px 85px 107px;
    color: #fff;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}
@media (max-width: 767px) {
    .help .help-card {
        margin: 0 auto;
        padding: 40px 5px;
    }
}
.help .help-card__text {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    color: #fff;
    font-family: "DM Sans", sans-serif;
}
@media (max-width: 767px) {
    .help .help-card__text {
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        text-align: center;
    }
}
@media (min-width: 1366px) {
    .help .help-card .help-button-list {
        float: right;
    }
}
@media (max-width: 767px) {
    .help .help-card .help-button-list {
        text-align: center;
        width: 100%;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .help .help-card .help-button-list {
        padding: 45px 0 0;
        float: left;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .help .help-card .help-button-list {
        padding: 45px 0 0;
        float: left;
    }
}
.help .help-card .help-button-list__item .btn-fill {
    padding: 16px 35px;
}
@media (max-width: 1024px) {
    .help .help-card .help-button-list__item .btn-fill {
        padding: 12px 40px;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .help .help-card .help-button-list__item .btn-fill {
        margin-right: 20px;
    }
}
.help .help-card .help-button-list__item .btn-line {
    padding: 16px 35px;
}
@media (max-width: 1024px) {
    .help .help-card .help-button-list__item .btn-line {
        padding: 12px 40px;
    }
}
.js-testimonial-content .swiper-slide {
    opacity: 0.3;
}
.js-testimonial-content .swiper-slide-active {
    opacity: 1;
}
.js-sm-only-platform-imgSlider .swiper-pagination {
    margin-left: 48px;
    text-align: left;
}
.js-sm-only-platform-imgSlider .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    background: #000;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}
.js-sm-only-platform-imgSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    width: 40px;
    background: #eb512f;
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}
.js-sm-only-platform-imgSlider .active-count {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    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;
    margin-right: 15px;
}
.js-sm-only-platform-imgSlider .text {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    color: #eb512f;
}
.js-sm-only-platform-imgSlider .platformCard-body,
.js-sm-only-platform-imgSlider .platformCardSMOnly-body {
    margin-bottom: 2rem;
}
.features-card {
    width: 100%;
}
@media (min-width: 1920px) {
    .about-heading {
        width: 80%;
        margin: 0 auto;
    }
}
.about-banner {
    background: -webkit-linear-gradient(315deg, #7d0eff 0%, #aa2589 35.42%, #eb512f 56.28%, #dfe234 94.79%);
    background: -o-linear-gradient(315deg, #7d0eff 0%, #aa2589 35.42%, #eb512f 56.28%, #dfe234 94.79%);
    background: linear-gradient(135deg, #7d0eff 0%, #aa2589 35.42%, #eb512f 56.28%, #dfe234 94.79%);
    padding: 200px 0 0;
    -webkit-transform: skew(0deg, -6deg);
    -ms-transform: skew(0deg, -6deg);
    transform: skew(0deg, -6deg);
    margin-top: -200px;
}
@media (max-width: 767px) {
    .about-banner {
        background: -webkit-linear-gradient(320.51deg, #7d0eff 0%, #aa2589 38.84%, #eb512f 61.72%, #dfe234 103.94%);
        background: -o-linear-gradient(320.51deg, #7d0eff 0%, #aa2589 38.84%, #eb512f 61.72%, #dfe234 103.94%);
        background: linear-gradient(129.49deg, #7d0eff 0%, #aa2589 38.84%, #eb512f 61.72%, #dfe234 103.94%);
        margin-bottom: 100px;
    }
}
.about-banner__content {
    -webkit-transform: skew(0deg, 6deg);
    -ms-transform: skew(0deg, 6deg);
    transform: skew(0deg, 6deg);
    color: #fff;
    text-align: center;
}
@media (max-width: 767px) {
    .about-banner__content {
        padding: 150px 0 190px;
    }
}
@media (min-width: 768px) {
    .about-banner__content {
        padding: 160px 0 120px;
    }
}
@media (min-width: 992px) {
    .about-banner__content {
        padding: 160px 0 170px;
    }
}
@media (min-width: 1204px) {
    .about-banner__content {
        padding: 220px 196px 180px;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .about-banner__content {
        padding: 145px 0;
    }
}
.counter-section {
    position: relative;
    padding-bottom: 345px;
}
@media (max-width: 991px) {
    .counter-section {
        padding-bottom: 0;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .counter-section {
        padding-bottom: 0;
    }
}
.counter-top {
    position: relative;
}
@media (max-width: 424px) {
    .counter-top {
        top: -26px;
    }
}
@media (min-width: 425px) {
    .counter-top {
        top: -40px;
    }
}
@media (min-width: 992px) {
    .counter-top {
        top: -80px;
    }
}
.counter-top .counter-heading {
    font-family: "DM Sans", sans-serif;
    color: #17243f;
    font-weight: 700;
}
@media (max-width: 991px) {
    .counter-top .counter-heading {
        padding: 40px 0 0;
        text-align: center;
        font-size: 24px;
        line-height: 32px;
        width: 100%;
    }
}
@media (min-width: 992px) {
    .counter-top .counter-heading {
        padding: 40px 60px 0;
        font-size: 36px;
        line-height: 46px;
        width: 100%;
        text-align: left;
    }
}
@media (min-width: 1280px) {
    .counter-top .counter-heading {
        font-size: 48px;
        line-height: 64px;
        padding: 170px 0 100px;
        width: 385px;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .counter-top .counter-heading {
        padding: 40px 60px 0;
        text-align: center;
        font-size: 50px;
        line-height: 55px;
        width: 100%;
    }
}
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .counter-top .counter-heading {
        font-size: 24px;
        line-height: 32px;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .counter-top .counter-img-w {
        position: absolute;
        width: 90%;
        left: 5%;
        -webkit-transform: translateY(-90%);
        -ms-transform: translateY(-90%);
        transform: translateY(-90%);
    }
}
.counter-top .counter-img-w .counter-img {
    width: 100%;
    height: 100%;
}
@media (max-width: 991px) {
    .counter-top .counter-img-w .counter-img {
        height: 253px;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .counter-bottom {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
@media (min-width: 992px) {
    .counter-bottom {
        position: absolute;
        top: 65%;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .counter-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        position: relative;
    }
}
.counter-list {
    margin-top: 130px;
    display: inline-block;
}
@media (max-width: 991px) {
    .counter-list {
        margin-top: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .counter-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.counter-list__item {
    position: relative;
}
@media (max-width: 991px) {
    .counter-list__item {
        width: 33%;
        text-align: center;
        margin-bottom: 0;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .counter-list__item {
        width: 33%;
    }
}
.counter-list__item:not(:last-child) {
    margin-bottom: 47px;
}
@media (max-width: 767px) {
    .counter-list__item:not(:last-child) {
        margin-bottom: 0;
    }
}
.counter-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 991px) {
    .counter-card {
        display: inline-block;
    }
}
.counter-card__img-w {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #4e5ff9;
    text-align: center;
    padding: 23px 0;
    margin-right: 24px;
}
@media (max-width: 991px) {
    .counter-card__img-w {
        width: 60px;
        height: 60px;
        padding: 16px 0;
        margin: 0 auto 16px;
    }
}
.choose-section .choose-list__item .choose-card__img-w .choose-card__img,
.counter-card__img-w .counter-card__img {
    width: 32px;
    height: 32px;
}
@media (max-width: 991px) {
    .counter-card__img-w .counter-card__img {
        width: 22px;
        height: 24px;
    }
}
.counter-card__desc {
    position: relative;
}
.counter-card__desc .counting {
    font-family: "DM Sans", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    color: #4e5ff9;
}
@media (max-width: 991px) {
    .counter-card__desc .counting {
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        margin-bottom: 8px;
    }
}
.counter-card__desc .plus {
    position: absolute;
    font-family: "DM Sans", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    color: #4e5ff9;
}
@media (max-width: 991px) {
    .counter-card__desc .plus {
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
    }
}
.counter-card__desc .plus--icon {
    top: 0;
    right: 40%;
}
@media (max-width: 991px) {
    .counter-card__desc .plus--icon {
        right: 12%;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .counter-card__desc .plus--icon {
        right: 17%;
    }
}
.counter-card__desc .plus--noicon {
    top: 0;
    right: 13%;
}
@media (max-width: 991px) {
    .counter-card__desc .plus--noicon {
        right: 9%;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .counter-card__desc .plus--noicon {
        right: 2%;
    }
}
.counter-right {
    background: #fff;
    -webkit-box-shadow: 0 7px 23px rgba(0, 0, 0, 0.06);
    box-shadow: 0 7px 23px rgba(0, 0, 0, 0.06);
    -webkit-border-radius: 12px;
    border-radius: 12px;
    padding: 56px;
}
@media (max-width: 991px) {
    .counter-right {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0 9px;
        text-align: center;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .counter-right {
        text-align: center;
    }
}
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .counter-right {
        padding: 30px;
    }
}
.counter-right__para:not(:last-child) {
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .counter-right__para:not(:last-child) {
        margin-bottom: 16px;
    }
}
@media (max-width: 991px) {
    .choose-section {
        padding: 24px 0 34px;
    }
}
@media (min-width: 992px) {
    .choose-section {
        padding: 120px 0 90px;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .choose-section {
        padding: 24px 0 34px;
    }
}
.choose-section .choose-heading {
    margin-bottom: 48px;
}
.choose-section .choose-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.choose-section .choose-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .choose-section .choose-list__item {
        margin-bottom: 32px;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .choose-section .choose-list__item {
        display: block;
    }
}
.choose-section .choose-list__item .choose-card {
    background: #fff;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0 7px 23px 0 #0000000f;
    box-shadow: 0 7px 23px 0 #0000000f;
    padding: 32px 41px 40px 32px;
    height: 100%;
}
@media (max-width: 767px) {
    .choose-section .choose-list__item .choose-card {
        padding: 24px 22px 21px 24px;
        text-align: center;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .choose-section .choose-list__item .choose-card {
        text-align: center;
    }
}
.choose-section .choose-list__item .choose-card__img-w {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #4e5ff9;
    text-align: center;
    padding: 23px 0;
    margin-bottom: 28px;
}
@media (max-width: 767px) {
    .choose-section .choose-list__item .choose-card__img-w {
        width: 60px;
        height: 60px;
        padding: 16px 0;
        margin: 0 auto 24px;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .choose-section .choose-list__item .choose-card__img-w {
        margin: 0 auto 24px;
    }
}
@media (max-width: 767px) {
    .choose-section .choose-list__item .choose-card__img-w .choose-card__img {
        width: 22px;
        height: 24px;
    }
}
.choose-section .choose-list__item .choose-card__desc .choose-head {
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 16px;
}
.leadership {
    padding: 0 0 60px;
    position: relative;
}
@media (max-width: 767px) {
    .leadership {
        padding: 0;
    }
}
.leadership .leadership-skew {
    padding: 250px 0 180px;
    z-index: 0;
}
@media (max-width: 767px) {
    .leadership .leadership-skew {
        padding: 200px 0 90px;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .leadership .leadership-skew {
        padding: 390px 0 90px;
    }
}
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .leadership .leadership-skew {
        padding: 370px 0 90px;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .leadership .leadership-skew {
        padding: 390px 0 90px;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .leadership .leadership-skew {
        padding: 390px 0 90px;
    }
}
.leadership .leadership-skew .leadership-content .leadership-heading {
    margin-bottom: 32px;
}
@media (max-width: 767px) {
    .leadership .leadership-skew .leadership-content .leadership-heading {
        font-size: 28px;
        line-height: 40px;
        text-align: center;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .leadership .leadership-skew .leadership-content .leadership-heading {
        text-align: center;
        font-size: 32px;
    }
}
@media (min-width: 1024px) {
    .leadership .leadership-skew .leadership-content .leadership-heading {
        font-size: 32px;
        line-height: 42px;
    }
}
@media (min-width: 1366px) {
    .leadership .leadership-skew .leadership-content .leadership-heading {
        font-size: 40px;
        line-height: 50px;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .leadership .leadership-skew .leadership-content .leadership-heading {
        text-align: center;
        font-size: 32px;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .leadership .leadership-skew .leadership-content .leadership-heading {
        text-align: center;
        font-size: 32px;
    }
}
.leadership .leadership-skew .leadership-content .leadership-para {
    color: #fff;
}
@media (max-width: 992px) {
    .leadership .leadership-skew .leadership-content .leadership-para {
        text-align: center;
        font-size: 16px;
        line-height: 26px;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .leadership .leadership-skew .leadership-content .leadership-para {
        text-align: center;
    }
}
.leadership .leadership-skew .leadership-content .leadership-top {
    display: -webkit-box;
    float: right;
}
@media (max-width: 767px) {
    .leadership .leadership-skew .leadership-content .leadership-top {
        float: none;
        width: 80%;
        margin: 15px auto 0;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .leadership .leadership-skew .leadership-content .leadership-top {
        width: 65%;
        margin: 15px auto 0;
        float: none;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .leadership .leadership-skew .leadership-content .leadership-top {
        width: 65%;
        margin: 15px auto 0;
        float: none;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .leadership .leadership-skew .leadership-content .leadership-top {
        width: 65%;
        margin: 15px auto 0;
        float: none;
    }
}
@media (max-width: 767px) {
    .leadership .leadership-skew .leadership-content .leadership-top__item {
        width: 50%;
        text-align: center;
    }
}
.leadership .leadership-skew .leadership-content .leadership-top__item:not(:last-child) {
    margin-right: 34px;
}
@media (max-width: 767px) {
    .leadership .leadership-skew .leadership-content .leadership-top__item:not(:last-child) {
        margin-right: 0;
    }
}
.leadership .leadership-skew .leadership-content .leadership-top__item .leadership-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 767px) {
    .leadership .leadership-skew .leadership-content .leadership-top__item .leadership-box {
        display: block;
        width: 100%;
    }
}
.leadership .leadership-skew .leadership-content .leadership-top__item .leadership-box__img-w {
    margin-right: 16px;
}
@media (max-width: 767px) {
    .leadership .leadership-skew .leadership-content .leadership-top__item .leadership-box__img-w {
        margin: 0 auto;
    }
}
.leadership .leadership-skew .leadership-content .leadership-top__item .leadership-box__desc {
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    padding: 30px 0;
}
@media (max-width: 767px) {
    .leadership .leadership-skew .leadership-content .leadership-top__item .leadership-box__desc {
        padding: 20px 0;
    }
}
.leadership .leadership-skew .leadership-content .leadership-bottom {
    display: -webkit-box;
    float: right;
    margin-top: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 767px) {
    .leadership .leadership-skew .leadership-content .leadership-bottom {
        width: 100%;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .leadership .leadership-skew .leadership-content .leadership-bottom {
        width: 100%;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .leadership .leadership-skew .leadership-content .leadership-bottom {
        width: 65%;
        float: none;
        margin: 20px auto;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .leadership .leadership-skew .leadership-content .leadership-bottom {
        width: 65%;
        float: none;
        margin: 20px auto;
    }
}
@media (max-width: 767px) {
    .leadership .leadership-skew .leadership-content .leadership-bottom__item {
        width: 25%;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .leadership .leadership-skew .leadership-content .leadership-bottom__item {
        width: 20%;
    }
}
.leadership .leadership-skew .leadership-content .leadership-bottom__item:not(:last-child) {
    margin-right: 75px;
}
@media (max-width: 767px) {
    .leadership .leadership-skew .leadership-content .leadership-bottom__item:not(:last-child) {
        margin-right: 37px;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .leadership .leadership-skew .leadership-content .leadership-bottom__item:not(:last-child) {
        margin-right: 125px;
    }
}
.leadership-section {
    padding: 0 196px 240px;
}
@media (max-width: 767px) {
    .leadership-section {
        padding: 0 0 440px;
    }
}
@media (min-width: 768px) {
    .leadership-section {
        padding: 0 0 240px;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .leadership-section {
        padding: 0 0 240px;
        margin: 0 auto 24px;
    }
}
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .leadership-section {
        padding: 0 0 90px;
    }
}
.leadership-section .leadership__head {
    margin-bottom: 48px;
}
@media (max-width: 767px) {
    .leadership-section .leadership-mobile {
        position: absolute;
        height: 100vh;
        overflow-x: scroll;
        overflow-y: hidden;
        top: 75%;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .leadership-section .leadership-mobile {
        position: absolute;
        height: 100vh;
        overflow-x: scroll;
        overflow-y: hidden;
        top: 75%;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .leadership-section .leadership-mobile {
        position: absolute;
        height: 100vh;
        overflow-x: scroll;
        overflow-y: hidden;
        top: 75%;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .leadership-section .leadership-mobile {
        position: absolute;
        height: 100vh;
        overflow-x: scroll;
        overflow-y: hidden;
        top: 75%;
    }
}
.leadership-section .leadership-mobile .options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow: hidden;
    min-width: 700px;
    max-width: 100%;
    width: calc(100% - 0px);
    height: 400px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
@media (max-width: 767px) {
    .leadership-section .leadership-mobile .options {
        height: 628px;
        left: 16px;
        min-width: 955px;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .leadership-section .leadership-mobile .options {
        height: 628px;
        left: 16px;
        min-width: 955px;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .leadership-section .leadership-mobile .options {
        height: 628px;
        left: 16px;
        min-width: 955px;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .leadership-section .leadership-mobile .options {
        height: 628px;
        left: 16px;
        min-width: 955px;
    }
}
.leadership-section .leadership-mobile .options .option {
    position: relative;
    overflow: hidden;
    background-position: center;
    cursor: pointer;
    -webkit-transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
    -o-transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
@media (max-width: 767px) {
    .leadership-section .leadership-mobile .options .option {
        margin-right: 16px;
        width: 100%;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .leadership-section .leadership-mobile .options .option {
        margin-right: 16px;
        width: 100%;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .leadership-section .leadership-mobile .options .option {
        margin-right: 16px;
        width: 100%;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .leadership-section .leadership-mobile .options .option {
        margin-right: 16px;
        width: 100%;
    }
}
.leadership-section .leadership-mobile .options .option .option-card {
    height: 100%;
}
.leadership-section .leadership-mobile .options .option .option-card--one {
    background: #4e5ff9;
}
.leadership-section .leadership-mobile .options .option .option-card--two {
    background: #7d0eff;
}
.leadership-section .leadership-mobile .options .option .option-card--three {
    background: #aa2589;
}
.leadership-section .leadership-mobile .options .option .option-card .option__img {
    height: 292px;
    float: right;
    position: relative;
    top: 28%;
}
@media (max-width: 767px) {
    .leadership-section .leadership-mobile .options .option .option-card .option__img {
        height: 245;
        top: 65%;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .leadership-section .leadership-mobile .options .option .option-card .option__img {
        height: 245;
        top: 65%;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .leadership-section .leadership-mobile .options .option .option-card .option__img {
        height: 245;
        top: 65%;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .leadership-section .leadership-mobile .options .option .option-card .option__img {
        height: 245;
        top: 65%;
    }
}
.leadership-section .leadership-mobile .options .option.active {
    -webkit-box-flex: 10000;
    -ms-flex-positive: 10000;
    flex-grow: 10000;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    max-width: 700px;
    margin: 0;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}
@media (max-width: 767px) {
    .leadership-section .leadership-mobile .options .option.active {
        margin-right: 16px;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .leadership-section .leadership-mobile .options .option.active {
        margin-right: 16px;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .leadership-section .leadership-mobile .options .option.active {
        margin-right: 16px;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .leadership-section .leadership-mobile .options .option.active {
        margin-right: 16px;
    }
}
.leadership-section .leadership-mobile .options .option.active .label {
    top: 20px;
    left: 20px;
}
@media (max-width: 767px) {
    .leadership-section .leadership-mobile .options .option.active .label .info {
        width: 100%;
        text-align: center;
        margin-right: 24px;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .leadership-section .leadership-mobile .options .option.active .label .info {
        width: 100%;
        text-align: center;
        margin-right: 24px;
    }
}
.leadership-section .leadership-mobile .options .option.active .label .info__head,
.leadership-section .leadership-mobile .options .option.active .label .info__para,
.leadership-section .leadership-mobile .options .option.active .label .info__span {
    opacity: 1;
}
.leadership-section .leadership-mobile .options .option:not(.active) {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.leadership-section .leadership-mobile .options .option:not(.active) .label {
    top: 20px;
    left: 10px;
}
.leadership-section .leadership-mobile .options .option:not(.active) .label .info {
    left: 20px;
}
.leadership-section .leadership-mobile .options .option:not(.active) .label .info__head {
    opacity: 1;
    width: 135px;
}
@media (max-width: 767px) {
    .leadership-section .leadership-mobile .options .option:not(.active) .label .info__head {
        width: 100%;
        text-align: center;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .leadership-section .leadership-mobile .options .option:not(.active) .label .info__head {
        width: 100%;
        text-align: center;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .leadership-section .leadership-mobile .options .option:not(.active) .label .info__head {
        width: 100%;
        text-align: center;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .leadership-section .leadership-mobile .options .option:not(.active) .label .info__head {
        width: 100%;
        text-align: center;
    }
}
.leadership-section .leadership-mobile .options .option:not(.active) .label .info__span {
    opacity: 0;
}
@media (max-width: 767px) {
    .leadership-section .leadership-mobile .options .option:not(.active) .label .info__span {
        opacity: 1;
        text-align: center;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .leadership-section .leadership-mobile .options .option:not(.active) .label .info__span {
        opacity: 1;
        text-align: center;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .leadership-section .leadership-mobile .options .option:not(.active) .label .info__span {
        opacity: 1;
        text-align: center;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .leadership-section .leadership-mobile .options .option:not(.active) .label .info__span {
        opacity: 1;
        text-align: center;
    }
}
.leadership-section .leadership-mobile .options .option:not(.active) .label .info__para {
    opacity: 0;
}
@media (max-width: 767px) {
    .leadership-section .leadership-mobile .options .option:not(.active) .label .info__para {
        opacity: 1;
        text-align: center;
        width: 245px;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .leadership-section .leadership-mobile .options .option:not(.active) .label .info__para {
        opacity: 1;
        text-align: center;
        width: 245px;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .leadership-section .leadership-mobile .options .option:not(.active) .label .info__para {
        opacity: 1;
        text-align: center;
        width: 245px;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .leadership-section .leadership-mobile .options .option:not(.active) .label .info__para {
        opacity: 1;
        text-align: center;
        width: 245px;
    }
}
.leadership-section .leadership-mobile .options .option .label,
.leadership-section .leadership-mobile .options .option .shadow {
    position: absolute;
    -webkit-transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
    -o-transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.leadership-section .leadership-mobile .options .option .shadow {
    bottom: 0;
    left: 0;
    height: 100%;
}
.leadership-section .leadership-mobile .options .option .label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 0;
}
.leadership-section .leadership-mobile .options .option .label .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 10px;
    color: #fff;
}
.leadership-section .leadership-mobile .options .option .label .info__head {
    font-family: "DM Sans", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
}
.leadership-section .leadership-mobile .options .option .label .info__para {
    width: 385px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 36px;
}
@media (max-width: 768px) {
    .leadership-section .leadership-mobile .options .option .label .info__para {
        width: 100%;
    }
}
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .leadership-section .leadership-mobile .options .option .label .info__para {
        width: 275px;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .leadership-section .leadership-mobile .options .option .label .info__para {
        width: 275px;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .leadership-section .leadership-mobile .options .option .label .info__para {
        width: 275px;
    }
}
@media (min-width: 1366px) {
    .leadership-section .leadership-mobile .options .option .label .info__para {
        width: 385px;
    }
}
.leadership-logo__img-w {
    text-align: center;
}
.leadership-img {
    width: 88px;
    height: 88px;
    -o-object-fit: contain;
    object-fit: contain;
}
@media (max-width: 767px) {
    .leadership-img {
        width: 66px;
        height: 66px;
    }
    .leadership-img--lg {
        width: 88px;
        height: 88px;
    }
}
.story-section {
    overflow-x: hidden;
    padding: 112px 0 120px;
}
@media (max-width: 767px) {
    .story-section {
        padding: 64px 15px 80px;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .story-section {
        padding: 64px 0 80px;
    }
}
.story-section .story-head {
    margin-bottom: 48px;
}
.story-section .timeline .timeline-list__item {
    list-style-type: none;
    position: relative;
    width: 1px;
    margin: 0 auto;
    padding-top: 50px;
    background: #000;
    display: flow-root;
    height: 130px;
}
.story-section .timeline .timeline-list__item:first-child {
    background-image: -webkit-linear-gradient(top, #fff, #000);
}
.story-section .timeline .timeline-list__item:first-child:after {
    content: url(../images/story1.svg);
    padding: 7px 13px;
}
.story-section .timeline .timeline-list__item:last-child {
    background-image: -webkit-linear-gradient(top, #000, #fff);
}
.story-section .timeline .timeline-list__item:last-child:after {
    content: url(../images/story5.svg);
    padding: 13px 9px;
}
@media (max-width: 767px) {
    .story-section .timeline .timeline-list__item {
        display: table-caption;
        height: 175px;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .story-section .timeline .timeline-list__item {
        display: table-caption;
        height: 175px;
    }
}
.story-section .timeline .timeline-list__item:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 30%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    z-index: 2;
    border: 2px solid #17243f;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
@media (max-width: 767px) {
    .story-section .timeline .timeline-list__item:after {
        top: 20%;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .story-section .timeline .timeline-list__item:after {
        top: 20%;
    }
}
.story-section .timeline .timeline-list__item .timeline-card {
    position: relative;
    bottom: 40px;
    width: 315px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
@media (max-width: 767px) {
    .story-section .timeline .timeline-list__item .timeline-card {
        top: 35%;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .story-section .timeline .timeline-list__item .timeline-card {
        top: 35%;
    }
}
.privacy #faq .card .card-header .btn-header-link .desc-head,
.story-section .timeline .timeline-list__item .timeline-card .month {
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
}
.story-section .timeline .timeline-list__item .timeline-card .para {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #17243f;
    opacity: 0.5;
}
.story-section .timeline .timeline-list__item:nth-of-type(odd) .time {
    position: relative;
}
.story-section .timeline .timeline-list__item:nth-of-type(odd) .time__img {
    position: absolute;
    left: 32px;
}
.story-section .timeline .timeline-list__item:nth-of-type(odd) .time__year {
    position: absolute;
    top: 0;
    left: 40px;
    color: #fff;
}
.story-section .timeline .timeline-list__item:nth-of-type(odd) .timeline-card {
    left: 100px;
    text-align: left;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
}
@media (max-width: 767px) {
    .story-section .timeline .timeline-list__item:nth-of-type(odd) .timeline-card {
        left: 22px;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .story-section .timeline .timeline-list__item:nth-of-type(odd) .timeline-card {
        left: 32px;
    }
}
.story-section .timeline .timeline-list__item:nth-of-type(even) .time {
    position: relative;
}
.story-section .timeline .timeline-list__item:nth-of-type(even) .time__img {
    position: absolute;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 30px;
}
@media (max-width: 767px) {
    .story-section .timeline .timeline-list__item:nth-of-type(even) .time__img {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: 30px;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .story-section .timeline .timeline-list__item:nth-of-type(even) .time__img {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: 30px;
    }
}
.story-section .timeline .timeline-list__item:nth-of-type(even) .time__year {
    position: absolute;
    top: 0;
    right: 40px;
    color: #fff;
}
@media (max-width: 767px) {
    .story-section .timeline .timeline-list__item:nth-of-type(even) .time__year {
        left: 40px;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .story-section .timeline .timeline-list__item:nth-of-type(even) .time__year {
        left: 40px;
    }
}
.story-section .timeline .timeline-list__item:nth-of-type(even) .timeline-card {
    left: -420px;
    text-align: right;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
}
@media (max-width: 767px) {
    .story-section .timeline .timeline-list__item:nth-of-type(even) .timeline-card {
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
        left: 22px;
        text-align: left;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .story-section .timeline .timeline-list__item:nth-of-type(even) .timeline-card {
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
        left: 32px;
        text-align: left;
    }
}
.story-section .timeline .timeline-list__item.in-view .timeline-card {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    visibility: visible;
    opacity: 1;
}
.enterprise {
    background: #fff5e8;
    padding: 56px 56px 54px;
}
@media (max-width: 767px) {
    .enterprise {
        padding: 48px 9px;
    }
}
.enterprise__head {
    width: 687px;
    margin: 0 auto 48px !important;
}
@media (max-width: 767px) {
    .enterprise__head {
        width: 100%;
    }
}
.certificate-section {
    padding-top: 120px;
}
@media (max-width: 767px) {
    .certificate-section {
        padding-top: 64px;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .certificate-section {
        padding-top: 64px;
    }
}
.certificate-section .certificate-head {
    padding: 79px 0 79px 195px;
}
@media (max-width: 1024px) {
    .certificate-section .certificate-head {
        padding: 0;
        text-align: center;
        margin-bottom: 48px;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .certificate-section .certificate-head {
        padding: 0;
        text-align: center;
        margin-bottom: 48px;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .certificate-section .certificate-head {
        padding: 50px 0 50px 75px;
    }
}
.certificate-section .certificate-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1024px) {
    .certificate-section .certificate-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.certificate-section .certificate-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 31%;
}
@media (max-width: 767px) {
    .certificate-section .certificate-list__item {
        width: 45%;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .certificate-section .certificate-list__item {
        width: 47%;
    }
}
.certificate-section .certificate-list__item:not(:last-child) {
    margin-right: 22px;
}
.certificate-section .certificate-list__item .lightbox,
.certificate-section .certificate-list__item .lightbox img,
.payment-logo-list__item img {
    width: 100%;
}
.certificate-section .certificate-list__item .lightbox-target {
    position: fixed;
    top: -100%;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    overflow: hidden;
}
.certificate-section .certificate-list__item .lightbox-target:target {
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: scroll;
    z-index: 9999999;
}
.certificate-section .certificate-list__item .lightbox-target:target img {
    max-height: 100%;
    max-width: 100%;
}
.certificate-section .certificate-list__item .lightbox-target:target a.lightbox-close {
    top: 0;
}
.certificate-section .certificate-list__item .lightbox-target img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 0%;
    max-width: 0%;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.certificate-section .certificate-list__item .lightbox-target a.lightbox-close {
    display: block;
    width: 50px;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    color: #000;
    text-decoration: none;
    position: absolute;
    top: -80px;
    right: 0;
}
.certificate-section .certificate-list__item .lightbox-target a.lightbox-close:after,
.certificate-section .certificate-list__item .lightbox-target a.lightbox-close:before {
    content: "";
    display: block;
    height: 30px;
    width: 1px;
    background: #000;
    position: absolute;
    left: 26px;
    top: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.certificate-section .certificate-list__item .lightbox-target a.lightbox-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.help .help-card .help-button-list__item .about-fill {
    padding: 16px 35px;
}
@media (max-width: 1024px) {
    .help .help-card .help-button-list__item .about-fill {
        padding: 12px 40px;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .help .help-card .help-button-list__item .about-fill {
        margin-right: 20px;
    }
}
.help .help-card .help-button-list__item .about-line {
    padding: 16px 35px;
}
@media (max-width: 1024px) {
    .help .help-card .help-button-list__item .about-line {
        padding: 12px 40px;
    }
}
.privacy-banner {
    margin-bottom: 64px;
}
@media (max-width: 767px) {
    .privacy-banner {
        margin-bottom: 0;
    }
}
.privacy-banner__content {
    padding: 164px 0 165px;
}
@media (max-width: 767px) {
    .privacy-banner__content {
        padding: 116px 0 70px;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .privacy-banner__content {
        padding: 116px 0 70px;
    }
}
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .privacy-banner__content {
        padding: 116px 0 70px;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .privacy-banner__content {
        padding: 116px 0 70px;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .privacy-banner__content {
        padding: 116px 0 70px;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .privacy-banner__content {
        padding: 116px 0 70px;
    }
}
.privacy-banner__content .privacy-heading {
    font-family: "DM Sans", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
}
@media (max-width: 767px) {
    .privacy-banner__content .privacy-heading {
        font-size: 28px;
        line-height: 40px;
    }
}
.privacy {
    padding: 64px 0 0;
}
@media (max-width: 767px) {
    .privacy {
        padding: 64px 0 0;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .privacy {
        padding: 64px 0 0;
    }
}
.privacy__span {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    opacity: 0.5;
}
.privacy__para {
    margin-top: 24px;
}
@media (max-width: 767px) {
    .privacy__para {
        margin-top: 12px;
    }
}
.privacy #faq {
    padding: 60px 0 80px;
}
@media (max-width: 767px) {
    .privacy #faq {
        padding: 16px 0 64px;
    }
}
.privacy #faq .card,
.terms #faq .card {
    background: rgba(255, 255, 255, 0.05);
    -webkit-border-radius: 12px;
    border-radius: 12px;
    border: 0;
}
@media (max-width: 767px) {
    .privacy #faq .card:not(:last-child) {
        margin-bottom: 16px;
    }
}
.privacy #faq .card .card-header {
    border: 0;
    padding: 0;
    background: 0 0;
}
.privacy #faq .card .card-header .btn-header-link {
    display: block;
    text-align: left;
    background: #f8f8ff;
    color: #4e5ff9;
    padding: 24px 20px;
    position: relative;
    -webkit-border-top-left-radius: 12px;
    border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    border-top-right-radius: 12px;
}
@media (max-width: 767px) {
    .privacy #faq .card .card-header .btn-header-link .desc-head {
        font-size: 18px;
        line-height: 26px;
        white-space: pre-line;
    }
}
.privacy #faq .card .card-header .btn-header-link:after {
    position: absolute;
    right: 3%;
    top: 33%;
    content: "";
    width: 20px;
    height: 16px;
    background: url(../images/up.svg) no-repeat center;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
@media (max-width: 767px) {
    .privacy #faq .card .card-header .btn-header-link:after {
        top: 29%;
    }
}
.privacy #faq .card .card-header .btn-header-link.collapsed:focus,
.privacy #faq .card .card-header .btn-header-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.privacy #faq .card .card-header .btn-header-link.collapsed {
    background: #fff;
    color: #17243f;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    border: 1px solid rgba(23, 36, 63, 0.1);
}
.privacy #faq .card .card-header .btn-header-link.collapsed:after {
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    background: url(../images/down.svg) no-repeat center;
}
.privacy #faq .card .collapsing {
    background: #f8f8ff;
}
.privacy #faq .card .collapse {
    border: 0;
}
.privacy #faq .card .collapse.show {
    background: #f8f8ff;
    -webkit-border-bottom-left-radius: 12px;
    border-bottom-left-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.list-info {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
    position: relative;
}
.list-info::before {
    content: "";
    background: url(../images/bullet.svg) no-repeat center;
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 27px;
}
.terms-banner {
    margin-bottom: 64px;
}
@media (max-width: 767px) {
    .terms-banner {
        margin-bottom: 0;
    }
}
.terms-banner__content {
    padding: 164px 0 165px;
}
@media (max-width: 767px) {
    .terms-banner__content {
        padding: 116px 0 70px;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .terms-banner__content {
        padding: 116px 0 70px;
    }
}
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .terms-banner__content {
        padding: 116px 0 70px;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .terms-banner__content {
        padding: 116px 0 70px;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .terms-banner__content {
        padding: 116px 0 70px;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .terms-banner__content {
        padding: 116px 0 70px;
    }
}
.terms-banner__content .terms-heading {
    font-family: "DM Sans", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
}
@media (max-width: 767px) {
    .terms-banner__content .terms-heading {
        font-size: 28px;
        line-height: 40px;
    }
}
.terms {
    padding: 64px 0 0;
}
@media (max-width: 767px) {
    .terms {
        padding: 64px 0 0;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .terms {
        padding: 64px 0 0;
    }
}
.terms__span {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    opacity: 0.5;
}
.terms__para {
    margin-top: 24px;
}
@media (max-width: 767px) {
    .terms__para {
        margin-top: 12px;
    }
}
.terms .terms-list {
    padding-left: 0;
}
.terms .terms-list__item {
    margin-bottom: 16px;
}
.terms #faq {
    padding: 60px 0 80px;
}
@media (max-width: 767px) {
    .terms #faq {
        padding: 16px 0 32px;
    }
}
.terms #faq .card:not(:last-child) {
    margin-bottom: 24px;
}
@media (max-width: 767px) {
    .terms #faq .card:not(:last-child) {
        margin-bottom: 16px;
    }
}
.terms #faq .card .card-header {
    border-color: #f8f8ff;
    padding: 0;
    background: 0 0;
}
.terms #faq .card .card-header .btn-header-link {
    display: block;
    text-align: left;
    background: #f8f8ff;
    color: #4e5ff9;
    padding: 24px 40px 24px 20px;
    position: relative;
    -webkit-border-top-left-radius: 12px;
    border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    border-top-right-radius: 12px;
}
.terms #faq .card .card-header .btn-header-link .desc-head {
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
}
@media (max-width: 767px) {
    .terms #faq .card .card-header .btn-header-link .desc-head {
        font-size: 18px;
        line-height: 26px;
        white-space: pre-line;
    }
}
.faq-section #faqpricing .card .card-header .btn-header-link:after,
.terms #faq .card .card-header .btn-header-link:after {
    content: url(../images/up.svg);
    position: absolute;
    right: 3%;
    top: 33%;
}
.terms #faq .card .card-header .btn-header-link.collapsed:focus,
.terms #faq .card .card-header .btn-header-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.terms #faq .card .card-header .btn-header-link.collapsed {
    background: #fff;
    color: #17243f;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    border: 1px solid rgba(23, 36, 63, 0.1);
}
.terms #faq .card .card-header .btn-header-link.collapsed:after {
    content: url(../images/down.svg);
}
.terms #faq .card .collapsing {
    background: #f8f8ff;
}
.terms #faq .card .collapse {
    border: 0;
}
.terms #faq .card .collapse.show {
    background: #f8f8ff;
    -webkit-border-bottom-left-radius: 12px;
    border-bottom-left-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.terms #faq .card .desc-list {
    padding-left: 15px;
}
.terms #faq .card .desc-list__item {
    list-style-type: decimal !important;
    padding-bottom: 28px;
    padding-left: 12px;
}
.terms .sub-text {
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 16px;
}
.terms .sub-bold {
    font-weight: 700;
}
.terms .grievances {
    margin-bottom: 40px;
}
.terms .terms-contact-list__item:not(:last-child) {
    margin-bottom: 32px;
}
@media (max-width: 767px) {
    .terms .terms-contact-list__item:not(:last-child) {
        margin-bottom: 16px;
    }
}
.terms .terms-contact-list__item .terms-icon {
    margin-right: 8px;
}
.terms .grievances-contact {
    margin-bottom: 120px;
}
@media (max-width: 767px) {
    .terms .grievances-contact {
        margin-bottom: 64px;
        margin-top: 24px;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .terms .grievances-contact {
        margin-bottom: 64px;
        margin-top: 24px;
    }
}
.contact-banner {
    margin-bottom: 64px;
}
@media (max-width: 767px) {
    .contact-banner {
        margin-bottom: 0;
    }
}
.contact-banner__content {
    padding: 164px 0 275px;
}
@media (max-width: 767px) {
    .contact-banner__content {
        padding: 116px 0 310px;
    }
}
.contact-banner__content .contact-heading {
    font-family: "DM Sans", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
}
@media (max-width: 767px) {
    .contact-banner__content .contact-heading {
        font-size: 28px;
        line-height: 40px;
    }
}
.contact-banner__content .knowledge {
    color: #fff !important;
    text-decoration: underline !important;
}
.form-section {
    position: relative;
    margin-bottom: 430px;
}
@media (max-width: 768px) {
    .form-section {
        margin-bottom: 515px;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .form-section {
        margin-bottom: 610px;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .form-section {
        margin-bottom: 590px;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .form-section {
        margin-bottom: 590px;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .form-section {
        margin-bottom: 470px;
    }
}
.form-section .ui.form .field > .selection.dropdown {
    padding: 18px;
}
.form-section .ui.selection.dropdown > .delete.icon,
.form-section .ui.selection.dropdown > .dropdown.icon,
.form-section .ui.selection.dropdown > .search.icon {
    top: auto;
}
.form-section .form-wrap {
    position: absolute;
    width: 55%;
    top: -270px;
    left: 23%;
    background: #fff;
    padding: 32px 40px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
    .form-section .form-wrap {
        width: 90%;
        top: -270px;
        left: 10%;
        padding: 24px 1px;
    }
}
@media (min-width: 768px) {
    .form-section .form-wrap {
        width: 100%;
        margin: 0 auto;
        left: 0;
    }
}
@media (min-width: 1280px) {
    .form-section .form-wrap {
        width: 55%;
        left: 23%;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .form-section .form-wrap {
        width: 90%;
        top: -270px;
        left: 7%;
        padding: 24px 25px;
    }
}
.form-section .form-wrap .form {
    margin: 0 auto;
}
.form-section .form-wrap .form .contact-form-heading {
    text-align: center;
    margin-bottom: 40px;
}
.contact-field {
    margin-bottom: 32px;
}
.contact-field .form-input {
    height: 52px;
}
.contact-field .selection {
    height: auto;
    padding: 17px 10px;
}
@media (max-width: 767px) {
    .contact-field .ui.dropdown > .left.menu {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        height: auto;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .contact-field .ui.dropdown > .left.menu {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        height: auto;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .contact-field .ui.dropdown > .left.menu {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        height: auto;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .contact-field .ui.dropdown > .left.menu {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        height: auto;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .contact-field .ui.dropdown > .left.menu {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        height: auto;
    }
}
.contact-field .contact-icon {
    top: 35%;
}
.contact-field .contact-icon::before {
    content: url(../images/down-arrow.svg) !important;
}
.contact-field .active.visible .contact-icon {
    -webkit-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
}
.contact-field .active.visible .contact-icon::before,
.contact-field .contact-icon::before {
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}
.contact-field .file-upload .file-upload-select {
    display: block;
    color: #17243f;
    cursor: pointer;
    text-align: left;
    background: rgba(23, 36, 63, 0.05);
    -webkit-border-radius: 16px;
    overflow: hidden;
    position: relative;
    border-radius: 16px;
    margin: 12px 0;
}
@media (max-width: 1024px) {
    .contact-field .file-upload .file-upload-select {
        text-align: center;
        padding: 12px 0 18px;
    }
}
.contact-field .file-upload .file-upload-select .file-select-button {
    padding: 10px;
    display: inline-block;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
@media (min-width: 1024px) {
    .contact-field .file-upload .file-upload-select .file-select-button {
        float: left;
    }
}
.contact-field .file-upload .file-upload-select .file-select-name {
    padding: 10px;
}
@media (max-width: 767px) {
    .contact-field .file-upload .file-upload-select .file-select-name {
        padding: 0;
        float: none;
    }
}
@media (min-width: 1024px) {
    .contact-field .file-upload .file-upload-select .file-select-name {
        float: right;
    }
}
.contact-field .file-upload .file-upload-select .file-select-name span {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
@media (max-width: 767px) {
    .team-help .team-heading {
        margin-top: 32px;
        margin-bottom: 16px;
    }
}
@media (min-width: 768px) {
    .team-help .team-heading {
        margin-top: 42px;
        margin-bottom: 32px;
    }
}
@media (min-width: 800px) {
    .team-help .team-heading {
        margin-top: 88px;
        margin-bottom: 32px;
    }
}
@media (min-width: 992px) {
    .team-help .team-heading {
        margin-top: 48px;
        margin-bottom: 32px;
    }
}
.team-help .team-help-list a {
    color: #fff !important;
}
.team-help .team-help-list a:hover {
    text-decoration: underline !important;
}
.team-help .team-help-list__item {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 16px 0;
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .team-help .team-help-list__item {
        width: 100%;
    }
}
.team-card {
    width: 100%;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    padding: 24px;
    color: #fff;
}
.team-card--support {
    background: #4e5ff9;
}
.team-card--hr {
    background: #7d0eff;
}
.team-card--grev {
    background: #aa2589;
}
.team-card .team-card-heading {
    font-family: "DM Sans", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 24px;
}
@media (max-width: 767px) {
    .team-card .team-card-heading {
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
    }
}
.team-card .team-card-list__item {
    margin-bottom: 12px;
}
.team-card .team-card-list__item .team-icon {
    float: left;
    margin-right: 8px;
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-top: 7px;
}
@media (max-width: 767px) {
    .team-card .team-card-list__item .team-icon {
        margin-top: 4px;
    }
}
.team-card .team-card-list__item .team-desc {
    display: table-cell;
}
.team-card .team-card-list__item .team-link {
    color: #fff;
}
.team-card .team-card-list__item .team-info {
    margin-bottom: 8px;
}
.team-card .team-card-list__item .team-para {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 8px;
}
.location {
    padding: 80px 0 0;
    position: relative;
}
.location .location-heading {
    margin-bottom: 48px;
}
@media (max-width: 767px) {
    .location .location-heading {
        margin-bottom: 32px;
    }
}
.location #map-canvas {
    width: 100%;
    height: 550px;
}
@media (max-width: 767px) {
    .location #map-canvas {
        height: 650px;
    }
}
.location .floating-panel-wrap {
    position: absolute;
    max-width: 460px;
    top: 18%;
    right: 5%;
    padding: 2px;
    -webkit-box-shadow: 0 1px 60px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 60px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background: -webkit-linear-gradient(315deg, #484eff 0%, #1eefb0 94.79%);
    background: -o-linear-gradient(315deg, #484eff 0%, #1eefb0 94.79%);
    background: linear-gradient(135deg, #484eff 0%, #1eefb0 94.79%);
}
@media (max-width: 767px) {
    .location .floating-panel-wrap {
        width: 92%;
        top: 28%;
        right: 4%;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .location .floating-panel-wrap {
        width: 55%;
    }
}
.location .floating-panel-wrap .floating-panel {
    background: #fff;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    padding: 32px;
}
@media (max-width: 767px) {
    .location .floating-panel-wrap .floating-panel {
        padding: 24px;
    }
}
.location .floating-panel-wrap .floating-panel .floating-panel-list__item:not(:last-child) {
    margin-bottom: 48px;
}
.location .floating-panel-wrap .floating-panel .floating-panel-list__item .floating-head {
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}
.location .floating-panel-wrap .floating-panel .floating-panel-list__item .floating-card .floating-img {
    float: left;
    margin-right: 24px;
}
.location .floating-panel-wrap .floating-panel .floating-panel-list__item .floating-card .floating-desc {
    display: table;
}
.location .floating-panel-wrap .floating-panel .floating-panel-list__item .floating-card .floating-desc .floating-info {
    font-family: "Sen", sans-serif;
}
@media (max-width: 767px) {
    .help .help-card {
        text-align: center;
    }
}
.help .help-card .help-card__text {
    margin-bottom: 15px;
}
.help .help-card .help-button-list__item .contact-btn {
    padding: 16px 35px;
}
@media (max-width: 1024px) {
    .help .help-card .help-button-list__item .contact-btn {
        padding: 12px 40px;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .help .help-card .help-button-list__item .contact-btn {
        margin-right: 20px;
    }
}
.sign-up .section-right .sign-up-form-wrap {
    text-align: center;
    width: 51%;
    margin: 170px auto 0;
}
@media (max-width: 767px) {
    .sign-up .section-right .sign-up-form-wrap {
        width: 100%;
        margin: 110px auto 0;
    }
}
@media (min-width: 1920px) {
    .sign-up .section-right .sign-up-form-wrap {
        margin: 300px auto 0;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .sign-up .section-right .sign-up-form-wrap {
        width: 65%;
        margin: 225px auto 0;
    }
}
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .sign-up .section-right .sign-up-form-wrap {
        width: 65%;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .sign-up .section-right .sign-up-form-wrap {
        width: 65%;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .sign-up .section-right .sign-up-form-wrap {
        width: 60%;
        margin: 360px auto 0;
    }
}
.sign-in__left .product-text {
    font-family: "DM Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #fff;
}
.sign-in__left .sign-in__textslider {
    color: #fff;
}
.sign-in__left .sign-in__textslider__logo {
    margin: 80px auto 32px;
    background: #fff;
    width: 80px;
    height: 80px;
    padding: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.sign-in__left .sign-in__textslider__txt {
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.7090909481048584px;
}
.sign-in__left .sign-in__textslider__info {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.30000001192092896px;
}
.sign-in .section-right .sign-in-form-wrap {
    text-align: center;
    width: 51%;
    margin: 170px auto 0;
}
@media (max-width: 767px) {
    .sign-in .section-right .sign-in-form-wrap {
        width: 100%;
        margin: 110px auto 0;
    }
}
@media (min-width: 1920px) {
    .sign-in .section-right .sign-in-form-wrap {
        margin: 300px auto 0;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .sign-in .section-right .sign-in-form-wrap {
        width: 65%;
        margin: 225px auto 0;
    }
}
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .sign-in .section-right .sign-in-form-wrap {
        width: 65%;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .sign-in .section-right .sign-in-form-wrap {
        width: 65%;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .sign-in .section-right .sign-in-form-wrap {
        width: 65%;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .sign-in .section-right .sign-in-form-wrap {
        text-align: center;
        width: 65%;
        margin: 395px auto 0;
    }
}
.password-section .section-right .password-form-wrap {
    text-align: center;
    width: 51%;
    margin: 130px auto 0;
}
@media (max-width: 767px) {
    .password-section .section-right .password-form-wrap {
        width: 100%;
        margin: 64px auto 0;
    }
}
@media (min-width: 1920px) {
    .password-section .section-right .password-form-wrap {
        margin: 300px auto 0;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .password-section .section-right .password-form-wrap {
        width: 65%;
        margin: 225px auto 0;
    }
}
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .password-section .section-right .password-form-wrap {
        width: 65%;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .password-section .section-right .password-form-wrap {
        width: 65%;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .password-section .section-right .password-form-wrap {
        width: 65%;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .password-section .section-right .password-form-wrap {
        width: 70%;
        margin: 370px auto 0;
    }
}
.password-section .section-right .form .onboarding-field .hide-show3,
.sign-in .section-right .password-form-wrap .form .onboarding-field .hide-show3 {
    position: absolute;
    right: 8%;
    top: 16px;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #4e5ff9;
    cursor: pointer;
}
.pricing-banner {
    background: -webkit-linear-gradient(315deg, #4e5ff9 0%, #1eefb0 100%);
    background: -o-linear-gradient(315deg, #4e5ff9 0%, #1eefb0 100%);
    background: linear-gradient(135deg, #4e5ff9 0%, #1eefb0 100%);
    padding: 200px 0 0;
    -webkit-transform: skew(0deg, -6deg);
    -ms-transform: skew(0deg, -6deg);
    transform: skew(0deg, -6deg);
    margin-top: -200px;
    margin-bottom: 64px;
}
@media (max-width: 767px) {
    .pricing-banner {
        background: -webkit-linear-gradient(325.12deg, #4e5ff9 4.34%, #1eefb0 122.18%);
        background: -o-linear-gradient(325.12deg, #4e5ff9 4.34%, #1eefb0 122.18%);
        background: linear-gradient(124.88deg, #4e5ff9 4.34%, #1eefb0 122.18%);
        margin-bottom: 0;
    }
}
.pricing-banner__content {
    -webkit-transform: skew(0deg, 6deg);
    -ms-transform: skew(0deg, 6deg);
    transform: skew(0deg, 6deg);
    color: #fff;
    padding: 164px 0 70px;
}
@media (max-width: 767px) {
    .pricing-banner__content {
        padding: 100px 0 70px;
    }
}
.pricing-banner__content .banner-heading {
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    font-family: "DM Sans", sans-serif;
}
@media (max-width: 767px) {
    .pricing-banner__content .banner-heading {
        font-size: 28px;
        line-height: 40px;
    }
}
.pricing-banner__content .help-button-list {
    width: 95%;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .pricing-banner__content .help-button-list {
        width: auto;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .pricing-banner__content .help-button-list {
        width: 75%;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .pricing-banner__content .help-button-list {
        width: 75%;
        margin: 0 auto;
    }
}
.pricing-banner__content .help-button-list__item:not(:last-child) {
    margin-right: 24px;
}
@media (max-width: 767px) {
    .pricing-banner__content .help-button-list__item:not(:last-child) {
        margin-right: 0;
    }
}
.pricing-banner__content .help-button-list__item .pricing-fill {
    padding: 16px 35px;
}
@media (max-width: 767px) {
    .pricing-banner__content .help-button-list__item .pricing-fill {
        padding: 12px 80px;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .pricing-banner__content .help-button-list__item .pricing-fill {
        padding: 12px 10px;
    }
}
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .pricing-banner__content .help-button-list__item .pricing-fill {
        padding: 12px 10px;
    }
}
.pricing-banner__content .help-button-list__item .pricing-line {
    padding: 16px 35px;
}
@media (max-width: 767px) {
    .pricing-banner__content .help-button-list__item .pricing-line {
        padding: 12px 30px;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .pricing-banner__content .help-button-list__item .pricing-line {
        padding: 12px 10px;
    }
}
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .pricing-banner__content .help-button-list__item .pricing-line {
        padding: 12px 10px;
    }
}
.payment-list {
    margin-bottom: 22px;
}
.faq-section #faqpricing .card:not(:last-child),
.payment-list__item:not(:last-child) {
    margin-bottom: 24px;
}
@media (max-width: 767px) {
    .payment-list__item:not(:last-child) {
        margin-bottom: 16px;
    }
}
.payment-info {
    display: table;
    position: relative;
    top: -3px;
}
.payment-logo-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .payment-logo-list {
        margin-bottom: 40px;
    }
}
.payment-logo-list__item {
    width: 10%;
    margin-right: 23px;
}
@media (max-width: 767px) {
    .payment-logo-list__item {
        width: 20%;
        margin-right: 16px;
    }
}
.price-heading {
    margin-bottom: 24px;
    position: relative;
    top: -5px;
    display: table;
}
@media (max-width: 767px) {
    .price-heading {
        top: 0;
    }
}
.payment-acceptance-section {
    padding: 120px 0;
}
@media (max-width: 1024px) {
    .payment-acceptance-section {
        padding: 64px 0;
    }
}
@media (max-width: 767px) {
    .payment-acceptance-section .payment-acceptance {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
.payment-acceptance-section .payment-acceptance .acceptance-img {
    width: 410px;
    height: 457px;
    float: right;
}
@media (max-width: 767px) {
    .payment-acceptance-section .payment-acceptance .acceptance-img {
        width: 100%;
        margin-bottom: 32px;
        height: auto;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .payment-acceptance-section .payment-acceptance .acceptance-img {
        float: left;
        margin-top: 32px;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .payment-acceptance-section .payment-acceptance .acceptance-img {
        float: left;
        margin-top: 32px;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .payment-acceptance-section .payment-acceptance .acceptance-img {
        float: left;
        margin-top: 32px;
    }
}
.wire-transfer-section {
    padding: 0 0 120px;
}
@media (max-width: 1024px) {
    .wire-transfer-section {
        padding: 0 0 64px;
    }
}
@media (max-width: 767px) {
    .wire-transfer-section .wire-transfer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .wire-transfer-section .wire-transfer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .wire-transfer-section .wire-transfer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .wire-transfer-section .wire-transfer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
.easy-collect .easy-img,
.wire-transfer-section .wire-transfer .wire-img {
    width: 410px;
    height: 457px;
    float: left;
}
@media (max-width: 767px) {
    .wire-transfer-section .wire-transfer .wire-img {
        width: 100%;
        height: auto;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .wire-transfer-section .wire-transfer .wire-img {
        margin-top: 32px;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .wire-transfer-section .wire-transfer .wire-img {
        float: left;
        margin-top: 32px;
    }
}
.easy-collect {
    padding: 0 0 120px;
}
@media (max-width: 1024px) {
    .easy-collect {
        padding: 0 0 64px;
    }
}
.easy-collect .easy-img {
    float: right;
}
@media (max-width: 767px) {
    .easy-collect .easy-img {
        width: 100%;
        margin-bottom: 32px;
        height: auto;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .easy-collect .easy-img {
        float: left;
        margin-top: 32px;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .easy-collect .easy-img {
        float: left;
        margin-top: 32px;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .easy-collect .easy-img {
        float: left;
        margin-top: 32px;
    }
}
.billing {
    color: #fff;
    padding: 0 0 120px;
}
@media (max-width: 1024px) {
    .billing {
        padding: 0 0 64px;
    }
}
.billing .scroll {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    cursor: default;
    overflow: scroll hidden;
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    scroll-padding: 0 1.25rem;
    scrollbar-width: none;
}
.billing .scroll::-webkit-scrollbar {
    display: none;
}
.billing .scroll.active {
    cursor: grab;
    cursor: -webkit-grab;
}
.billing .scroll .billing-list__item {
    width: 50%;
    height: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0;
    border: 0;
    outline: 0;
}
@media (max-width: 767px) {
    .billing .scroll .billing-list__item {
        width: 80%;
    }
    .billing .scroll .billing-list__item:first-child {
        margin: 0 24px;
    }
    .billing .scroll .billing-list__item:last-child {
        margin-right: 24px;
    }
}
.billing .scroll .billing-list__item .subscription-card {
    position: relative;
    background: #7d0eff;
    height: 472px;
    padding: 64px 287px 208px 90px;
}
@media (max-width: 767px) {
    .billing .scroll .billing-list__item .subscription-card {
        padding: 25px;
        height: 430px;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .billing .scroll .billing-list__item .subscription-card {
        padding: 25px;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .billing .scroll .billing-list__item .subscription-card {
        padding: 25px;
    }
}
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .billing .scroll .billing-list__item .subscription-card {
        padding: 25px;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .billing .scroll .billing-list__item .subscription-card {
        padding: 25px;
    }
}
@media (max-width: 767px) {
    .billing .scroll .billing-list__item .subscription-card__heading {
        font-size: 28px;
    }
}
.billing .scroll .billing-list__item .subscription-card__img {
    position: absolute;
    bottom: 0;
    right: 0;
}
@media (max-width: 767px) {
    .billing .scroll .billing-list__item .subscription-card__img {
        width: 70%;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .billing .scroll .billing-list__item .subscription-card__img {
        width: 70%;
    }
}
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .billing .scroll .billing-list__item .subscription-card__img {
        width: 50%;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .billing .scroll .billing-list__item .subscription-card__img {
        width: 70%;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .billing .scroll .billing-list__item .subscription-card__img {
        width: 50%;
    }
}
.billing .scroll .billing-list__item .billing-card__img img,
.billing .scroll .billing-list__item .subscription-card__img img,
.capital__img img,
.edurates-section .edurates .edurate-img img {
    width: 100%;
}
.billing .scroll .billing-list__item .subscription-card__link {
    color: #1eefb0;
}
.billing .scroll .billing-list__item .billing-card {
    position: relative;
    background: #aa2589;
    height: 472px;
    padding: 64px 321px 112px 56px;
}
@media (max-width: 767px) {
    .billing .scroll .billing-list__item .billing-card {
        padding: 25px;
        height: 430px;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .billing .scroll .billing-list__item .billing-card {
        padding: 25px;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .billing .scroll .billing-list__item .billing-card {
        padding: 25px;
    }
}
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .billing .scroll .billing-list__item .billing-card {
        padding: 25px;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .billing .scroll .billing-list__item .billing-card {
        padding: 25px;
    }
}
.billing .scroll .billing-list__item .billing-card__link {
    color: #1eefb0;
}
@media (max-width: 767px) {
    .billing .scroll .billing-list__item .billing-card__heading {
        font-size: 28px;
    }
}
.billing .scroll .billing-list__item .billing-card__img {
    position: absolute;
    bottom: 0;
    right: 0;
}
@media (max-width: 767px) {
    .billing .scroll .billing-list__item .billing-card__img {
        width: 70%;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .billing .scroll .billing-list__item .billing-card__img {
        width: 70%;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .billing .scroll .billing-list__item .billing-card__img {
        width: 70%;
    }
}
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .billing .scroll .billing-list__item .billing-card__img {
        width: 50%;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .billing .scroll .billing-list__item .billing-card__img {
        width: 50%;
    }
}
.bharatqr-skew {
    position: relative;
    width: 100%;
    -webkit-transform-origin: skewY(-5deg);
    -ms-transform-origin: skewY(-5deg);
    transform-origin: skewY(-5deg);
    -webkit-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    transform: skewY(-5deg);
    overflow: hidden;
    background: url(../images/pg-bg.svg);
    background-position: bottom;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    padding: 215px 0 100px;
}
@media (max-width: 767px) {
    .bharatqr-skew {
        -webkit-transform-origin: skewY(-8deg);
        -ms-transform-origin: skewY(-8deg);
        transform-origin: skewY(-8deg);
        -webkit-transform: skewY(-8deg);
        -ms-transform: skewY(-8deg);
        transform: skewY(-8deg);
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .bharatqr-skew {
        padding: 115px 0 100px;
    }
}
@media only screen and (min-width: 393px) and (max-width: 767px) {
    .bharatqr-skew {
        padding: 265px 0 100px;
    }
}
.bharatqr-skew .bharatqr-content {
    -webkit-transform: skewY(5deg);
    -ms-transform: skewY(5deg);
    transform: skewY(5deg);
    margin-top: 120px;
}
@media (max-width: 767px) {
    .bharatqr-skew .bharatqr-content {
        -webkit-transform-origin: skewY(8deg);
        -ms-transform-origin: skewY(8deg);
        transform-origin: skewY(8deg);
        -webkit-transform: skewY(8deg);
        -ms-transform: skewY(8deg);
        transform: skewY(8deg);
        margin-top: 64px;
    }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 414px) and (-webkit-min-device-pixel-ratio: 3) {
    .bharatqr-skew .bharatqr-content {
        margin-top: 120px;
    }
}
@media (max-width: 767px) {
    .bharatqr-skew .bharatqr-content .bharatqr-card {
        text-align: center;
    }
}
.bharatqr-skew .bharatqr-content .bharatqr-card__img {
    float: left;
    margin-right: 64px;
}
@media (max-width: 767px) {
    .bharatqr-skew .bharatqr-content .bharatqr-card__img {
        float: none;
        margin-right: 0;
        margin-bottom: 48px;
    }
}
.bharatqr-skew .bharatqr-content .bharatqr-card__desc {
    display: table;
}
.bharatqr-skew .bharatqr-content .bharatqr-card__desc .bharatqr-heading {
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 16px;
}
@media (max-width: 767px) {
    .bharatqr-skew .bharatqr-content .bharatqr-card__desc .bharatqr-heading {
        font-size: 18px;
        font-weight: 500;
        line-height: 26px;
    }
}
@media (max-width: 768px) {
    .whyeasebuzz-skew {
        padding: 50px 0;
        margin-bottom: 0;
    }
}
@media (max-width: 768px) {
    .whyeasebuzz-skew .whyeasebuzz-content .whyeasebuzz-heading {
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
    }
}
@media (max-width: 767px) {
    .whyeasebuzz-skew .whyeasebuzz-content .whyeasebuzz-list__item {
        margin-bottom: 24px;
    }
}
.capital {
    padding: 72px 0 120px;
    position: relative;
}
@media (max-width: 1024px) {
    .capital {
        padding: 64px 0 0;
    }
}
.capital .capital-left {
    padding: 25px 0 0;
}
@media (max-width: 767px) {
    .capital .capital-left {
        padding: 0;
    }
}
.capital__img {
    float: right;
}
@media (max-width: 767px) {
    .capital__img {
        position: relative;
        width: 90%;
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }
}
@media (max-width: 1024px) {
    .capital__img {
        position: relative;
        width: 90%;
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
    }
}
.edurates-section {
    padding: 0 0 120px;
    position: relative;
}
@media (max-width: 1024px) {
    .edurates-section {
        padding: 64px 0;
    }
}
@media (max-width: 767px) {
    .edurates-section .edurates {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .edurates-section .edurates {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .edurates-section .edurates {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .edurates-section .edurates {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
.edurates-section .edurates .edurate-right {
    padding: 67px 0 0;
}
@media (max-width: 767px) {
    .edurates-section .edurates .edurate-right {
        padding: 0;
    }
}
.edurates-section .edurates .edurate-img {
    float: left;
}
@media (max-width: 767px) {
    .edurates-section .edurates .edurate-img {
        position: relative;
        width: 90%;
        margin-top: 32px;
    }
}
.option-section {
    position: relative;
    padding: 0 0 300px;
}
@media (max-width: 767px) {
    .option-section {
        padding: 0 0 70px;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .option-section {
        padding: 0 0 180px;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .option-section {
        padding: 0 0 250px;
    }
}
.option-section__img {
    width: 900px;
    position: absolute;
    z-index: 1;
    left: 12%;
    top: 140%;
}
@media (max-width: 767px) {
    .option-section__img {
        width: 95%;
        left: 3%;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .option-section__img {
        width: 95%;
        left: 3%;
    }
}
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .option-section__img {
        width: 85%;
        left: 9%;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .option-section__img {
        width: 85%;
        left: 9%;
    }
}
@media only screen and (min-height: 1080px) {
    .option-section__img {
        width: 85%;
        left: 9%;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .option-section__img {
        width: 100%;
        left: 0;
    }
}
.option-section__img .desktop-img {
    display: block;
    width: 100%;
}
@media (max-width: 767px) {
    .option-section__img .desktop-img {
        display: none;
    }
}
.option-section__img .mobile-img {
    display: none;
}
@media (max-width: 767px) {
    .option-section__img .mobile-img {
        width: 100%;
        display: block;
    }
}
.faq-section {
    padding: 80px 0;
    background: #4e5ff9;
}
@media (max-width: 767px) {
    .faq-section {
        padding: 62px 0;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .faq-section {
        padding: 62px 0;
    }
}
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .faq-section {
        padding: 62px 0;
    }
}
.completesetup .section-right .completesetup-wrap .graphics-img-w,
.faq-section .faq-heading {
    margin-bottom: 32px;
}
@media (max-width: 767px) {
    .faq-section #faqpricing {
        padding: 16px 0 0;
    }
}
.faq-section #faqpricing .card {
    background: rgba(255, 255, 255, 0.05);
    border: 0;
}
@media (max-width: 767px) {
    .faq-section #faqpricing .card:not(:last-child) {
        margin-bottom: 16px;
    }
}
.faq-section #faqpricing .card .card-header {
    border: 0;
    padding: 0;
    background: 0 0;
}
.faq-section #faqpricing .card .card-header .btn-header-link {
    display: block;
    text-align: left;
    background: #f8f8ff;
    color: #4e5ff9;
    padding: 24px 20px;
    position: relative;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 0 !important;
}
@media (max-width: 767px) {
    .faq-section #faqpricing .card .card-header .btn-header-link {
        padding: 24px 40px 24px 20px;
    }
}
.faq-section #faqpricing .card .card-header .btn-header-link .desc-head {
    font-family: "Sen", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}
@media (max-width: 767px) {
    .faq-section #faqpricing .card .card-header .btn-header-link .desc-head {
        font-size: 18px;
        line-height: 26px;
        white-space: pre-line;
        font-weight: 500;
    }
}
@media (max-width: 1024px) {
    .faq-section #faqpricing .card .card-header .btn-header-link .desc-head {
        white-space: pre-line;
    }
}
.faq-section #faqpricing .card .card-header .btn-header-link.collapsed:focus,
.faq-section #faqpricing .card .card-header .btn-header-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.faq-section #faqpricing .card .card-header .btn-header-link.collapsed {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 24px 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid rgba(23, 36, 63, 0.1);
}
.faq-section #faqpricing .card .card-header .btn-header-link.collapsed:after {
    content: url(../images/down-white.svg);
}
@media (max-width: 767px) {
    .faq-section #faqpricing .card .card-header .btn-header-link.collapsed {
        padding: 24px 30px 20px 20px;
    }
}
.faq-section #faqpricing .card .collapsing {
    background: #f8f8ff;
}
.faq-section #faqpricing .card .collapse {
    border: 0;
}
.faq-section #faqpricing .card .collapse.show {
    background: #f8f8ff;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    position: relative;
    top: -1px;
}
.faq-section #faqpricing .card .card-body {
    padding: 0 20px 20px;
}
.question {
    padding: 85px 0;
}
@media (max-width: 767px) {
    .question {
        padding: 64px 40px;
        text-align: center;
    }
}
@media (max-width: 1024px) {
    .question {
        padding: 64px 0;
    }
}
.question .question-btn {
    padding: 16px 35px;
    float: right;
}
@media (max-width: 767px) {
    .question .question-btn {
        margin: 24px auto 0;
    }
}
.account-setup .section-right .account-setup-form-wrap {
    text-align: center;
    width: 51%;
    margin: 130px auto 0;
}
@media (max-width: 767px) {
    .account-setup .section-right .account-setup-form-wrap {
        width: 100%;
        margin: 64px auto 0;
    }
}
@media (min-width: 1920px) {
    .account-setup .section-right .account-setup-form-wrap {
        margin: 300px auto 0;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .account-setup .section-right .account-setup-form-wrap {
        width: 65%;
        margin: 225px auto 0;
    }
}
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .account-setup .section-right .account-setup-form-wrap {
        width: 65%;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .account-setup .section-right .account-setup-form-wrap {
        width: 65%;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .account-setup .section-right .account-setup-form-wrap {
        width: 65%;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .account-setup .section-right .account-setup-form-wrap {
        width: 70%;
        margin: 370px auto 0;
    }
}
.completesetup .section-right .completesetup-wrap {
    text-align: center;
    width: 34%;
    margin: 165px auto 0;
}
@media (max-width: 767px) {
    .completesetup .section-right .completesetup-wrap {
        width: 100%;
        margin: 64px auto 0;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .completesetup .section-right .completesetup-wrap {
        width: 65%;
    }
}
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .completesetup .section-right .completesetup-wrap {
        width: 65%;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .completesetup .section-right .completesetup-wrap {
        width: 65%;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .completesetup .section-right .completesetup-wrap {
        width: 65%;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .completesetup .section-right .completesetup-wrap {
        width: 70%;
        margin: 370px auto 0;
    }
}
.sign-in .section-right .password-form-wrap {
    text-align: center;
    width: 51%;
    margin: 130px auto 0;
}
@media (max-width: 767px) {
    .sign-in .section-right .password-form-wrap {
        width: 100%;
        margin: 64px auto 0;
    }
}
@media (min-width: 1920px) {
    .sign-in .section-right .password-form-wrap {
        margin: 300px auto 0;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .sign-in .section-right .password-form-wrap {
        width: 65%;
        margin: 225px auto 0;
    }
}
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .sign-in .section-right .password-form-wrap {
        width: 65%;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .sign-in .section-right .password-form-wrap {
        width: 65%;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .sign-in .section-right .password-form-wrap {
        width: 65%;
        margin: 310px auto 0;
    }
}
.forgot-section .section-right .forgot-form-wrap {
    text-align: center;
    width: 28%;
    margin: 130px auto 0;
}
@media (max-width: 767px) {
    .forgot-section .section-right .forgot-form-wrap {
        width: 100%;
        margin: 204px auto 0;
    }
}
@media (min-width: 1920px) {
    .forgot-section .section-right .forgot-form-wrap {
        margin: 300px auto 0;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .forgot-section .section-right .forgot-form-wrap {
        width: 65%;
        margin: 225px auto 0;
    }
}
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .forgot-section .section-right .forgot-form-wrap {
        width: 65%;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .forgot-section .section-right .forgot-form-wrap {
        width: 65%;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .forgot-section .section-right .forgot-form-wrap {
        width: 65%;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .forgot-section .section-right .forgot-form-wrap {
        width: 70%;
        margin: 370px auto 0;
    }
}
.forgot-section .section-right .forgot-form-wrap .info-otp {
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    color: #4e5ff9;
}
.otp-section .section-right .otp-form-wrap {
    text-align: center;
    width: 30%;
    margin: 130px auto 0;
}
@media (max-width: 767px) {
    .otp-section .section-right .otp-form-wrap {
        width: 89%;
        margin: 145px auto 0;
    }
}
@media (min-width: 1920px) {
    .otp-section .section-right .otp-form-wrap {
        margin: 300px auto 0;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .otp-section .section-right .otp-form-wrap {
        width: 54%;
        margin: 300px auto 0;
    }
}
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .otp-section .section-right .otp-form-wrap {
        width: 40%;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .otp-section .section-right .otp-form-wrap {
        width: 51%;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .otp-section .section-right .otp-form-wrap {
        width: 51%;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .otp-section .section-right .otp-form-wrap {
        width: 50%;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .otp-section .section-right .otp-form-wrap {
        width: 40%;
        margin: 370px auto 0;
    }
}
.otp-section .section-right .otp-form-wrap .digit-group .onboarding-field {
    margin-bottom: 32px !important;
}
.otp-section .section-right .otp-form-wrap .digit-group input {
    width: 85px;
    height: 85px;
    background-color: transparent;
    border: 1px solid #d8d8d8;
    text-align: center;
    color: #17243f;
    margin: 0 5px;
    font-size: 25px;
}
@media (max-width: 767px) {
    .otp-section .section-right .otp-form-wrap .digit-group input {
        width: 60px;
        height: 60px;
    }
}
.easy-banner__content {
    padding: 194px 0 100px;
}
@media (max-width: 1024px) {
    .easy-banner__content {
        padding: 100px 0 70px;
    }
}
@media (max-width: 1366px) {
    .easy-banner__content {
        padding: 140px 0 70px;
    }
}
.easy-banner__content .banner-heading {
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 32px;
}
@media (max-width: 768px) {
    .easy-banner__content .banner-heading {
        font-size: 28px;
        line-height: 38px;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .easy-banner__content .banner-heading {
        font-size: 36px;
        line-height: 55px;
    }
}
.easy-banner__content .help-button-list__item .banner-fill {
    padding: 16px 35px;
}
@media (max-width: 768px) {
    .easy-banner__content .help-button-list__item .banner-fill {
        padding: 12px 80px;
    }
}
.easy-banner__content .help-button-list__item .banner-line {
    padding: 16px 35px;
}
@media (max-width: 768px) {
    .easy-banner__content .help-button-list__item .banner-line {
        padding: 12px 80px;
    }
}
.easy-banner__content .banner-img-w {
    position: absolute;
    right: 0;
    top: 66%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
@media (max-width: 768px) {
    .easy-banner__content .banner-img-w {
        display: none;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .easy-banner__content .banner-img-w {
        display: none;
    }
}
@media (max-width: 1024px) {
    .easy-banner__content .banner-img-w {
        width: 100%;
        top: 63%;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .easy-banner__content .banner-img-w {
        display: none;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .easy-banner__content .banner-img-w {
        display: none;
    }
}
.brands .logo-size img,
.easy-banner__content .banner-img-w .banner-img,
.fordeveloper__img img,
.seamless-section .seamless .seamless-img img {
    width: 100%;
}
.brands {
    -webkit-box-shadow: 0 0 20px 0 #00000014;
    box-shadow: 0 0 20px 0 #00000014;
    padding: 150px 0 48px;
    margin-top: -90px;
}
@media (max-width: 1024px) {
    .brands {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.brands .brands-heading {
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 32px;
}
.brands .logo-size {
    width: 80%;
}
.glance {
    padding: 80px 0 120px;
}
@media (max-width: 1024px) {
    .glance {
        padding: 63px 0 64px;
    }
}
.glance .glance-left {
    padding: 200px 15px;
}
@media (max-width: 767px) {
    .glance .glance-left {
        padding: 0 15px;
        text-align: center;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .glance .glance-left {
        padding: 0 15px;
        text-align: center;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .glance .glance-left {
        padding: 0 15px;
        text-align: center;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .glance .glance-left {
        padding: 0 15px;
    }
}
.glance .glance-left .glance_heading {
    margin-bottom: 24px;
    position: relative;
    top: -5px;
    display: table;
}
@media (max-width: 767px) {
    .glance .glance-left .glance_heading {
        display: block;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .glance .glance-left .glance_heading {
        display: contents;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .glance .glance-left .glance_heading {
        display: contents;
    }
}
@media (max-width: 1024px) {
    .glance .glance-left .easy-info {
        margin-bottom: 40px;
    }
}
.glance .glance-left .gateway-icon,
.glance .glance-right #glance .card .card-header .btn-header-link .bullet-icon-color,
.glance .glance-right #glance .card .card-header .btn-header-link .bullet-icon-white {
    float: left;
    margin-right: 15px;
    margin-top: 0;
}
@media (max-width: 767px) {
    .glance .glance-left .gateway-icon {
        position: absolute;
        top: -42px;
        left: 45%;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .glance .glance-left .gateway-icon {
        position: absolute;
        top: -42px;
        left: 45%;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .glance .glance-left .gateway-icon {
        position: absolute;
        top: -42px;
        left: 45%;
    }
}
@media (max-width: 768px) {
    .glance .glance-right #glance {
        padding: 0;
    }
}
.gateway-glance .gateway-glance-right #glance .card,
.glance .glance-right #glance .card,
.smartbilling-glance .smartbilling-glance-right #glance .card {
    background: rgba(255, 255, 255, 0.05);
    border: 0;
}
.glance .glance-right #glance .card .card-header {
    border: 0;
    padding: 0;
    background: 0 0;
}
.glance .glance-right #glance .card .card-header .btn-header-link {
    display: block;
    text-align: left;
    background: #4e5ff9;
    color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 16px 35px 16px 20px;
    position: relative;
}
@media (max-width: 767px) {
    .glance .glance-right #glance .card .card-header .btn-header-link {
        padding: 16px 35px 16px 20px;
    }
}
.glance .glance-right #glance .card .card-header .btn-header-link .bullet-icon-color {
    display: none;
}
.glance .glance-right #glance .card .card-header .btn-header-link .bullet-icon-white {
    display: block;
}
.glance .glance-right #glance .card .card-header .btn-header-link .desc-head {
    font-family: "Sen", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    white-space: pre-line;
    display: table;
}
@media (max-width: 767px) {
    .glance .glance-right #glance .card .card-header .btn-header-link .desc-head {
        line-height: 28px;
    }
}
.gateway-glance .gateway-glance-right #glance .card .card-header .btn-header-link:after,
.glance .glance-right #glance .card .card-header .btn-header-link:after,
.smartbilling-glance .smartbilling-glance-right #glance .card .card-header .btn-header-link:after {
    content: url(../images/white-up.svg);
    position: absolute;
    right: 3%;
    top: 33%;
}
.glance .glance-right #glance .card .card-header .btn-header-link.collapsed:focus,
.glance .glance-right #glance .card .card-header .btn-header-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.glance .glance-right #glance .card .card-header .btn-header-link.collapsed {
    background: rgba(255, 255, 255, 0.1);
    color: #4e5ff9;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid rgba(23, 36, 63, 0.1);
}
.gateway-glance .gateway-glance-right #glance .card .card-header .btn-header-link.collapsed:after,
.glance .glance-right #glance .card .card-header .btn-header-link.collapsed:after,
.smartbilling-glance .smartbilling-glance-right #glance .card .card-header .btn-header-link.collapsed:after {
    content: url(../images/black-down.svg);
}
.glance .glance-right #glance .card .card-header .btn-header-link.collapsed .bullet-icon-color {
    display: block;
}
.glance .glance-right #glance .card .card-header .btn-header-link.collapsed .bullet-icon-white {
    display: none;
}
.glance .glance-right #glance .card .collapsing {
    background: #f8f8ff;
}
.glance .glance-right #glance .card .collapse {
    border: 0;
}
.glance .glance-right #glance .card .collapse.show {
    background: #4e5ff9;
    color: #fff;
    margin-top: -1px;
}
.glance .glance-right #glance .card .collapse.show .card-body {
    padding: 0 20px 20px 65px;
}
@media (max-width: 767px) {
    .glance .glance-right #glance .card .collapse.show .card-body {
        padding: 5px 20px 20px;
    }
}
.glance .glance-right #glance .card .collapse.show .card-body .card-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}
@media (max-width: 767px) {
    .glance .glance-right #glance .card .collapse.show .card-body .card-text {
        line-height: 28px;
    }
}
.glance .glance-right #glance .card #glancehead7 .btn-header-link.collapsed {
    -webkit-border-bottom-left-radius: 12px;
    border-bottom-left-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.gateway-glance .gateway-glance-right #glance .card #glancehead1 .btn-header-link,
.glance .glance-right #glance .card #glancehead1 .btn-header-link,
.glance .glance-right #glance .card #glancehead1 .btn-header-link.collapsed {
    -webkit-border-top-left-radius: 12px;
    border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    border-top-right-radius: 12px;
}
.fordeveloper {
    padding: 0 0 120px;
    position: relative;
}
@media (max-width: 1024px) {
    .fordeveloper {
        padding: 0;
    }
}
.fordeveloper .fordeveloper-left {
    padding: 67px 0 0;
}
@media (max-width: 768px) {
    .fordeveloper .fordeveloper-left {
        padding: 0;
    }
}
.fordeveloper .fordeveloper-left .fordeveloper-info,
.seamless-section .seamless .seamless-right .seamless-info {
    margin-bottom: 40px;
}
.fordeveloper .fordeveloper-left .fordeveloper-link,
.seamless-section .seamless .seamless-right .seamless-link {
    padding: 16px 40px;
    display: table-cell;
}
.fordeveloper__img {
    float: right;
}
@media (max-width: 767px) {
    .fordeveloper__img {
        position: relative;
        width: 90%;
        margin-top: 32px;
    }
}
.seamless-section {
    padding: 0 0 120px;
    position: relative;
}
@media (max-width: 1024px) {
    .seamless-section {
        padding: 64px 0;
    }
}
@media (max-width: 768px) {
    .seamless-section .seamless {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .seamless-section .seamless {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
.seamless-section .seamless .seamless-right {
    padding: 25px 0 0;
}
@media (max-width: 768px) {
    .seamless-section .seamless .seamless-right {
        padding: 0;
    }
}
.seamless-section .seamless .seamless-img {
    float: left;
}
@media (max-width: 767px) {
    .seamless-section .seamless .seamless-img {
        position: relative;
        width: 90%;
        margin-top: 32px;
    }
}
.howitworks-section {
    background: url(../images/howitworks.png);
    padding: 80px 0;
    position: relative;
    color: #fff;
    -webkit-background-size: cover;
    background-size: cover;
}
@media (max-width: 1024px) {
    .howitworks-section {
        margin-bottom: 64px;
        padding: 64px 0;
        background-position: bottom;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .howitworks-section {
        padding: 64px 0 150px;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .howitworks-section {
        padding: 64px 0 150px;
    }
}
.howitworks-section .howitworks-info {
    color: #fff;
    opacity: 0.5;
}
.howitworks-section .video-btn {
    position: absolute;
    left: 50%;
    top: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
@media (max-width: 768px) {
    .howitworks-section .video-btn {
        position: relative;
        display: inline-block;
        left: 40%;
        top: 0;
    }
}
@media (max-width: 1024px) {
    .howitworks-section .video-btn {
        display: inline-block;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .howitworks-section .video-btn {
        position: relative;
        display: inline-block;
        left: 45%;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .howitworks-section .video-btn {
        left: 45%;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .howitworks-section .video-btn {
        left: 45%;
    }
}
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .howitworks-section .video-btn {
        display: inline-block;
    }
}
.howitworks-section .video-btn .ply-button img {
    width: 80px;
    height: 80px;
}
@media (max-width: 1024px) {
    .howitworks-section .video-btn .ply-button img {
        width: 64px;
        height: 64px;
        margin-bottom: 20px;
    }
}
@media (min-width: 992px) {
    .howitworks-section .video-btn .watch-text {
        margin-left: 10px;
    }
}
@media (max-width: 1024px) {
    .howitworks-section .video-btn .watch-text {
        margin-left: -10px;
    }
}
.automation-section .automation {
    padding: 56px 0;
    margin-bottom: 120px;
    position: relative;
}
@media (max-width: 768px) {
    .automation-section .automation {
        background: #fff5e8;
        padding: 25px 10px;
        margin-bottom: 48px;
    }
}
@media (max-width: 1024px) {
    .automation-section .automation {
        background: #fff5e8;
        padding: 75px 10px;
        margin-bottom: 48px;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .automation-section .automation {
        padding: 80px 0;
    }
}
.automation-section .automation .automation-heading {
    width: 364px;
    position: absolute;
    left: 35%;
    top: 38%;
}
@media (max-width: 768px) {
    .automation-section .automation .automation-heading {
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
        text-align: center;
        margin-bottom: 32px;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .automation-section .automation .automation-heading {
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
        text-align: center;
        margin-bottom: 32px;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .automation-section .automation .automation-heading {
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
        text-align: center;
        margin-bottom: 32px;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .automation-section .automation .automation-heading {
        left: 32%;
    }
}
.automation-section .automation .round {
    width: 500px;
    height: 500px;
    position: relative;
    border: 1px dashed #ddd;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
}
@media (max-width: 768px) {
    .automation-section .automation .round {
        display: none;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .automation-section .automation .round {
        display: none;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .automation-section .automation .round {
        display: none;
    }
}
.automation-section .automation .round__item {
    position: absolute;
}
.automation-section .automation .round__item .hide {
    display: none;
    color: #fff;
}
.automation-section .automation .round__item .round-icon-w,
.automation-section .automation .round__item .round-icon-w:hover {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.automation-section .automation .round__item .round-icon-w {
    background: #00f;
    position: relative;
    cursor: pointer;
    width: 55px;
    height: 55px;
}
.automation-section .automation .round__item .round-icon-w img {
    position: absolute;
    left: 17px;
    top: 14px;
    width: 24px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.automation-section .automation .round__item .round-icon-w:hover {
    width: 65px;
    height: 65px;
    background: #7d0eff;
}
.automation-section .automation .round__item .round-icon-w:hover img {
    left: 20px;
    top: 18px;
    width: 32px;
}
.automation-section .automation .round__item .round-icon-w:hover .hide {
    display: block;
    position: absolute;
    width: 190px;
    color: #000;
}
.automation-section .automation .round__item .round-icon-w:hover .auto-text1,
.automation-section .automation .round__item .round-icon-w:hover .auto-text2,
.automation-section .automation .round__item .round-icon-w:hover .auto-text3 {
    left: 85px;
    top: 15px;
}
.automation-section .automation .round__item .round-icon-w:hover .auto-text4 {
    left: 7px;
    top: 71px;
}
.automation-section .automation .round__item .round-icon-w:hover .auto-text5 {
    left: -130px;
    top: 15px;
}
.automation-section .automation .round__item .round-icon-w:hover .auto-text6 {
    left: -125px;
    top: 15px;
}
.automation-section .automation .round__item .round-icon-w:hover .auto-text7 {
    left: -200px;
    top: 15px;
}
.automation-section .automation .round__item .round-icon-w:hover .auto-text8 {
    left: -5px;
    top: -41px;
}
.automation-section .automation .round__item .round-icon-w:hover .auto-text9 {
    left: -90px;
    top: 5px;
}
.automation-section .automation .round__item .round-icon-w:hover .auto-text10 {
    left: 85px;
    top: 14px;
}
.automation-section .automation .round__item:first-child {
    left: 92%;
    top: 29%;
}
.automation-section .automation .round__item:nth-child(2) {
    left: 94%;
    top: 58%;
}
.automation-section .automation .round__item:nth-child(3) {
    left: 79%;
    top: 82%;
}
.automation-section .automation .round__item:nth-child(3) .round-icon-w:hover img {
    left: 17px;
    top: 15px;
}
.automation-section .automation .round__item:nth-child(4) {
    left: 45%;
    top: 93%;
}
.automation-section .automation .round__item:nth-child(4) .round-icon-w img {
    top: 17px;
}
.automation-section .automation .round__item:nth-child(4) .round-icon-w:hover img {
    top: 21px;
}
.automation-section .automation .round__item:nth-child(5) {
    left: 12%;
    top: 82%;
}
.automation-section .automation .round__item:nth-child(5) .round-icon-w:hover img,
.automation-section .automation .round__item:nth-child(7) .round-icon-w:hover img {
    left: 17px;
    top: 15px;
}
.automation-section .automation .round__item:nth-child(6) {
    left: -4%;
    top: 58%;
}
.automation-section .automation .round__item:nth-child(7) {
    left: -3%;
    top: 29%;
}
.automation-section .automation .round__item:nth-child(8) {
    left: 44%;
    top: -5%;
}
.automation-section .automation .round__item:nth-child(8) .round-icon-w img {
    top: 11px;
}
.automation-section .automation .round__item:nth-child(8) .round-icon-w:hover img {
    left: 18px;
    top: 11px;
}
.automation-section .automation .round__item:nth-child(9) {
    left: 15%;
    top: 5%;
}
.automation-section .automation .round__item:nth-child(9) .round-icon-w img {
    left: 16px;
}
.automation-section .automation .round__item:nth-child(9) .round-icon-w:hover img {
    left: 17px;
    top: 15px;
}
.automation-section .automation .round__item:nth-child(10) {
    left: 75%;
    top: 5%;
}
.automation-section .automation .automation-mobile {
    display: none;
}
@media (max-width: 768px) {
    .automation-section .automation .automation-mobile {
        display: block;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .automation-section .automation .automation-mobile {
        display: block;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .automation-section .automation .automation-mobile {
        display: block;
    }
}
.automation-section .automation .automation-mobile .automation-list__item {
    margin-bottom: 16px;
    padding: 0 10px;
}
.automation-section .automation .automation-mobile .automation-list__item .automation-card {
    background: #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    height: 158px;
}
.automation-section .automation .automation-mobile .automation-list__item .automation-card .automation-icon-w {
    width: 56px;
    margin: 0 auto;
    background: #4e5ff9;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 16px 10px;
}
.automation-section .automation .automation-mobile .automation-list__item .automation-card .automation-icon-w .automation-icon {
    width: 20px;
    height: 22px;
}
.automation-section .automation .automation-mobile .automation-list__item .automation-card .automation-name {
    margin-top: 8px;
}
.gateway-payment {
    padding: 120px 0;
}
@media (max-width: 1024px) {
    .gateway-payment {
        padding: 0 0 64px;
    }
}
.gateway-payment .ribbon-info {
    margin-bottom: 48px;
}
.gateway-payment .easyshow {
    padding: 16px 40px;
    background: 0 0;
    cursor: pointer;
}
.gateway-payment .easyhide:focus,
.gateway-payment .easyshow:focus {
    outline: 0;
}
.gateway-payment .easyhide {
    display: none;
    padding: 16px 40px;
    background: 0 0;
    cursor: pointer;
}
@media (max-width: 1024px) {
    .gateway-payment .ribbon-desktop {
        display: none;
    }
}
.gateway-payment .ribbon-desktop .ribbon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin: 0 auto 48px;
}
.gateway-payment .ribbon-desktop .ribbon aside {
    margin: 0 20px;
    padding: 15px 0 15px 20px;
    position: relative;
    cursor: pointer;
    text-align: left;
    height: 78px;
}
.gateway-payment .ribbon-desktop .ribbon aside p {
    font-weight: 500;
    font-family: "DM Sans", sans-serif;
    line-height: 24px;
    font-size: 16px;
    height: 25px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.gateway-payment .ribbon-desktop .ribbon aside.arrow1 {
    width: 40%;
    background-color: #eaf0f9;
    color: #2d69c3;
}
.gateway-payment .ribbon-desktop .ribbon aside.arrow1:after {
    border-color: transparent #eaf0f9;
    right: -32px;
    top: 0;
    border-width: 39px 0 40px 33px;
}
.gateway-payment .ribbon-desktop .ribbon aside.arrow2 {
    width: 13%;
    background-color: #f9dacc;
    color: #c85d46;
}
.gateway-payment .ribbon-desktop .ribbon aside.arrow2:before {
    border-color: #f9dacc transparent;
    left: -32px;
    top: 0;
    border-width: 40px 0 38px 33px;
}
.gateway-payment .ribbon-desktop .ribbon aside.arrow2:after {
    border-color: transparent #f9dacc;
    right: -32px;
    top: 0;
    border-width: 39px 0 40px 33px;
}
.gateway-payment .ribbon-desktop .ribbon aside.arrow3 {
    width: 13%;
    background-color: #d0f6f6;
    color: #09a2a2;
}
.gateway-payment .ribbon-desktop .ribbon aside.arrow3:before {
    border-color: #d0f6f6 transparent;
    left: -32px;
    top: 0;
    border-width: 40px 0 38px 33px;
}
.gateway-payment .ribbon-desktop .ribbon aside.arrow3:after {
    border-color: transparent #d0f6f6;
    right: -32px;
    top: 0;
    border-width: 39px 0 40px 33px;
}
.gateway-payment .ribbon-desktop .ribbon aside.arrow4 {
    width: 17%;
    background-color: #f1e9f7;
    color: #7220b3;
}
.gateway-payment .ribbon-desktop .ribbon aside.arrow4:before {
    border-color: #f1e9f7 transparent;
    left: -32px;
    top: 0;
    border-width: 40px 0 38px 33px;
}
.gateway-payment .ribbon-desktop .ribbon aside.arrow4:after {
    border-color: transparent #f1e9f7;
    right: -32px;
    top: 0;
    border-width: 39px 0 40px 33px;
}
.gateway-payment .ribbon-desktop .ribbon aside.arrow5 {
    width: 13%;
    background-color: #e2f9d0;
    color: #459606;
}
.gateway-payment .ribbon-desktop .ribbon aside.arrow5:before {
    border-color: #e2f9d0 transparent;
    left: -32px;
    top: 0;
    border-width: 40px 0 38px 33px;
}
.gateway-payment .ribbon-desktop .ribbon aside.arrow5:after {
    border-color: transparent #e2f9d0;
    right: -32px;
    top: 0;
    border-width: 39px 0 40px 33px;
}
.gateway-payment .ribbon-desktop .ribbon aside.arrow6 {
    width: 40%;
    background-color: #e9f7f2;
    color: #13a26e;
}
.gateway-payment .ribbon-desktop .ribbon aside.arrow6:before {
    border-color: #e9f7f2 transparent;
    left: -32px;
    top: 0;
    border-width: 40px 0 38px 33px;
}
.gateway-payment .ribbon-desktop .ribbon aside.arrow6:after {
    border-color: transparent #e9f7f2;
    right: -32px;
    top: 0;
    border-width: 39px 0 40px 33px;
}
.gateway-payment .ribbon-desktop .ribbon .arrow2,
.gateway-payment .ribbon-desktop .ribbon .arrow3,
.gateway-payment .ribbon-desktop .ribbon .arrow4,
.gateway-payment .ribbon-desktop .ribbon .arrow5,
.gateway-payment .ribbon-mobile {
    display: none;
}
.gateway-payment .ribbon-desktop .ribbon aside:after,
.gateway-payment .ribbon-desktop .ribbon aside:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 0;
}
@media (max-width: 1024px) {
    .gateway-payment .ribbon-mobile {
        display: block;
    }
}
.gateway-payment .ribbon-mobile .ribbon-box {
    width: 100%;
    padding: 22px;
    position: relative;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin: 0 0 16px;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}
.gateway-payment .ribbon-mobile .ribbon-box:after {
    content: " ";
    position: absolute;
    right: 45%;
    bottom: -10px;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: none;
}
.gateway-payment .ribbon-mobile .ribbon-first {
    background-color: #eaf0f9;
    color: #2d69c3;
}
.gateway-payment .ribbon-mobile .ribbon-first:after {
    border-top: 15px solid #eaf0f9;
}
.gateway-payment .ribbon-mobile .ribbon-second {
    background-color: #f9d9cc;
    color: #c85d46;
}
.gateway-payment .ribbon-mobile .ribbon-second:after {
    border-top: 15px solid #f9d9cc;
}
.gateway-payment .ribbon-mobile .ribbon-third {
    background-color: #d0f5f5;
    color: #09a2a2;
}
.gateway-payment .ribbon-mobile .ribbon-third:after {
    border-top: 15px solid #d0f5f5;
}
.gateway-payment .ribbon-mobile .ribbon-fourth {
    background-color: #f1e9f7;
    color: #7220b3;
}
.gateway-payment .ribbon-mobile .ribbon-fourth:after {
    border-top: 15px solid #f1e9f7;
}
.gateway-payment .ribbon-mobile .ribbon-fifth {
    background-color: #e2f9d0;
    color: #459606;
}
.gateway-payment .ribbon-mobile .ribbon-fifth:after {
    border-top: 15px solid #e2f9d0;
}
.gateway-payment .ribbon-mobile .ribbon-sixth {
    background-color: #e9f7f2;
    color: #13a26e;
}
.gateway-payment .ribbon-mobile .ribbon-fifth,
.gateway-payment .ribbon-mobile .ribbon-fourth,
.gateway-payment .ribbon-mobile .ribbon-second,
.gateway-payment .ribbon-mobile .ribbon-third {
    display: none;
}
.gateway-payment .ribbon-mobile .easyshowmobile-btn {
    padding: 16px 40px;
    background: 0 0;
    width: auto;
    margin-top: 16px;
    cursor: pointer;
}
.gateway-payment .ribbon-mobile .easyhidemobile-btn:focus,
.gateway-payment .ribbon-mobile .easyshowmobile-btn:focus {
    outline: 0 !important;
}
.gateway-payment .ribbon-mobile .easyhidemobile-btn {
    display: none;
    padding: 16px 40px;
    background: 0 0;
    width: auto;
    margin-top: 16px;
    cursor: pointer;
}
.easybharatqr-skew {
    position: relative;
    width: 100%;
    -webkit-transform-origin: skewY(-5deg);
    -ms-transform-origin: skewY(-5deg);
    transform-origin: skewY(-5deg);
    -webkit-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    transform: skewY(-5deg);
    overflow: hidden;
    background: url(../images/pg-bg.svg);
    background-position: bottom;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    padding: 295px 0 120px;
}
@media (max-width: 767px) {
    .easybharatqr-skew {
        -webkit-transform-origin: skewY(-8deg);
        -ms-transform-origin: skewY(-8deg);
        transform-origin: skewY(-8deg);
        -webkit-transform: skewY(-8deg);
        -ms-transform: skewY(-8deg);
        transform: skewY(-8deg);
        padding: 130px 0;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .easybharatqr-skew {
        padding: 260px 0 15px;
    }
}
@media (min-width: 1920px) {
    .easybharatqr-skew {
        padding: 260px 0 230px;
    }
}
.easybharatqr-skew .bharatqr-content {
    -webkit-transform: skewY(5deg);
    -ms-transform: skewY(5deg);
    transform: skewY(5deg);
    margin-top: 120px;
}
@media (max-width: 767px) {
    .easybharatqr-skew .bharatqr-content {
        -webkit-transform-origin: skewY(8deg);
        -ms-transform-origin: skewY(8deg);
        transform-origin: skewY(8deg);
        -webkit-transform: skewY(8deg);
        -ms-transform: skewY(8deg);
        transform: skewY(8deg);
        margin-top: 64px;
    }
}
.whyeasebuzz-skew {
    padding: 100px 0;
    z-index: 0;
    margin-bottom: 64px;
}
@media (max-width: 768px) {
    .whyeasebuzz-skew {
        padding: 50px 0;
        margin-bottom: 0;
    }
}
.whyeasebuzz-skew .whyeasebuzz-content {
    color: #fff;
}
.whyeasebuzz-skew .whyeasebuzz-content .whyeasebuzz-heading {
    font-family: "DM Sans", sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 64px;
    line-height: 40px;
    background: -webkit-linear-gradient(252.03deg, #00cb8e 23.79%, #4e5ff9 109.23%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left;
}
@media (max-width: 768px) {
    .whyeasebuzz-skew .whyeasebuzz-content .whyeasebuzz-heading {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 32px;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .whyeasebuzz-skew .whyeasebuzz-content .whyeasebuzz-heading {
        font-size: 48px;
        line-height: 64px;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .whyeasebuzz-skew .whyeasebuzz-content .whyeasebuzz-heading {
        margin: 0 0 24px;
        text-align: center;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .whyeasebuzz-skew .whyeasebuzz-content .whyeasebuzz-heading {
        margin: 0 0 24px;
    }
}
.whyeasebuzz-skew .whyeasebuzz-content .whyeasebuzz-list__item {
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .whyeasebuzz-skew .whyeasebuzz-content .whyeasebuzz-list__item {
        margin-bottom: 24px;
    }
}
.payment-banner__content {
    padding: 140px 0 70px;
}
@media (max-width: 1024px) {
    .payment-banner__content {
        padding: 100px 0 70px;
    }
}
.payment-banner__content .banner-heading {
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 32px;
}
@media (max-width: 768px) {
    .payment-banner__content .banner-heading {
        font-size: 28px;
        line-height: 38px;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .payment-banner__content .banner-heading {
        font-size: 36px;
        line-height: 55px;
    }
}
.payment-banner__content .help-button-list__item .banner-fill {
    padding: 16px 35px;
}
@media (max-width: 767px) {
    .payment-banner__content .help-button-list__item .banner-fill {
        padding: 12px 80px;
    }
}
.payment-banner__content .help-button-list__item .banner-line {
    padding: 16px 35px;
}
@media (max-width: 767px) {
    .payment-banner__content .help-button-list__item .banner-line {
        padding: 12px 75px;
    }
}
.payment-banner__content .banner-img-w {
    position: absolute;
    right: 0;
    top: 68%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 767px) {
    .payment-banner__content .banner-img-w {
        display: none;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .payment-banner__content .banner-img-w {
        display: none;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .payment-banner__content .banner-img-w {
        display: none;
    }
}
@media (max-width: 1024px) {
    .payment-banner__content .banner-img-w {
        width: 100%;
        top: 65%;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .payment-banner__content .banner-img-w {
        display: none;
    }
}
.gbenefit__img img,
.gbrands .logo-size img,
.howitwroks-section .howitwroks .howitwroks-img img,
.payment-banner__content .banner-img-w .banner-img {
    width: 100%;
}
.gateway-about {
    position: relative;
    padding: 120px 0;
}
@media (max-width: 1024px) {
    .gateway-about {
        padding: 64px 0 90px;
    }
}
.gateway-about .gateway__heading {
    margin-bottom: 40px;
}
@media (max-width: 1024px) {
    .gateway-about .gateway__heading {
        margin-bottom: 16px;
    }
}
.gateway-about .gateway__heading .about-icon {
    margin: 0 2px;
}
@media (max-width: 1024px) {
    .gateway-about .gateway__heading .about-icon {
        position: absolute;
        top: -35px;
        -webkit-transform: translateX(140%);
        -ms-transform: translateX(140%);
        transform: translateX(140%);
    }
}
.gbrands {
    -webkit-box-shadow: 0 0 20px 0 #00000014;
    box-shadow: 0 0 20px 0 #00000014;
    padding: 147px 0 48px;
    margin-top: -90px;
}
@media (max-width: 1024px) {
    .gbrands {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.gbrands .gbrands-heading {
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 32px;
}
.gbrands .logo-size {
    width: 80%;
}
.gbenefit {
    padding: 120px 0;
    position: relative;
}
@media (max-width: 768px) {
    .gbenefit {
        padding: 64px 0;
    }
}
.gbenefit .gbenefit-left {
    padding: 0;
}
@media (max-width: 768px) {
    .gbenefit .gbenefit-left {
        padding: 0;
    }
}
.gbenefit__img {
    float: right;
    position: relative;
    -webkit-transform: translateY(16%);
    -ms-transform: translateY(16%);
    transform: translateY(16%);
}
@media (max-width: 768px) {
    .gbenefit__img {
        position: relative;
        width: 90%;
        margin-top: 32px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .gbenefit__img {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .gbenefit__img {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}
.howitwroks-section {
    padding: 0 0 120px;
    position: relative;
}
@media (max-width: 1024px) {
    .howitwroks-section {
        padding: 0 0 64px;
    }
}
@media (max-width: 768px) {
    .howitwroks-section .howitwroks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .howitwroks-section .howitwroks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .howitwroks-section .howitwroks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .howitwroks-section .howitwroks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
.howitwroks-section .howitwroks .howitwroks-right {
    padding: 67px 0 0;
}
@media (max-width: 768px) {
    .howitwroks-section .howitwroks .howitwroks-right {
        padding: 0;
    }
}
.howitwroks-section .howitwroks .howitwroks-img {
    float: left;
}
@media (max-width: 767px) {
    .howitwroks-section .howitwroks .howitwroks-img {
        position: relative;
        width: 90%;
        margin-top: 32px;
    }
}
.solution-section .solution {
    background: #fff5e8;
    position: relative;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    margin: 0 0 120px;
}
@media (max-width: 768px) {
    .solution-section .solution {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin: 0 0 64px;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .solution-section .solution {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .solution-section .solution {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
.solution-section .solution .solution-left {
    padding: 45px 0 45px 106px;
}
@media (max-width: 768px) {
    .solution-section .solution .solution-left {
        padding: 45px 25px;
        text-align: center;
    }
}
@media (max-width: 1024px) {
    .solution-section .solution .solution-left {
        padding: 45px 25px;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .solution-section .solution .solution-left {
        text-align: center;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .solution-section .solution .solution-left {
        text-align: center;
    }
}
.solution-section .solution__heading {
    margin-bottom: 16px;
}
.solution-section .solution__info {
    margin-bottom: 32px;
    color: #000;
}
.solution-section .solution-link {
    padding: 16px 40px;
}
.solution-section .solution__img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 366px;
    height: 325px;
}
@media (max-width: 1024px) {
    .solution-section .solution__img {
        position: relative;
        width: 80%;
        height: auto;
        margin: 0 auto;
    }
}
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .solution-section .solution__img {
        position: absolute;
    }
}
.solution-section .solution__img img {
    width: 100%;
    height: 100%;
}
.gatewaylooks .gatewaylooks-img-w,
.gatewaylooks .gatewaylooks-img-w img,
.gdeveloper__img img,
.gseamless-section .gseamless .gseamless-img img {
    width: 100%;
}
.gdeveloper {
    padding: 120px 0;
    position: relative;
}
@media (max-width: 1024px) {
    .gdeveloper {
        padding: 64px 0 0;
    }
}
.gdeveloper .fordeveloper__heading {
    margin-bottom: 24px;
}
.gdeveloper .gdeveloper-left {
    padding: 25px 0 0;
}
@media (max-width: 768px) {
    .gdeveloper .gdeveloper-left {
        padding: 0;
    }
}
.gdeveloper .gdeveloper-left .fordeveloper-info,
.gseamless-section .gseamless .gseamless-right .gseamless-info {
    margin-bottom: 40px;
}
.gdeveloper .gdeveloper-left .fordeveloper-link,
.gseamless-section .gseamless .gseamless-right .gseamless-link {
    padding: 16px 40px;
    display: table-cell;
}
.gdeveloper__img {
    float: right;
}
@media (max-width: 768px) {
    .gdeveloper__img {
        position: relative;
        width: 90%;
        margin-top: 32px;
    }
}
.gseamless-section {
    padding: 0 0 120px;
    position: relative;
}
@media (max-width: 1024px) {
    .gseamless-section {
        padding: 64px 0;
    }
}
@media (max-width: 768px) {
    .gseamless-section .gseamless {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .gseamless-section .gseamless {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .gseamless-section .gseamless {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
.gseamless-section .gseamless .gseamless-right {
    padding: 0;
}
.gseamless-section .gseamless .gseamless-img {
    float: left;
}
@media (max-width: 768px) {
    .gseamless-section .gseamless .gseamless-img {
        position: relative;
        width: 90%;
        margin: 32px auto 0;
        float: none;
        padding-left: 15px;
    }
}
.whychooseus-skew {
    padding: 100px 0 25px;
    z-index: 0;
    margin-bottom: 64px;
}
@media (max-width: 768px) {
    .whychooseus-skew {
        padding: 50px 0;
        margin-bottom: 0;
    }
}
.whychooseus-skew .whychooseus-content {
    color: #fff;
}
.whychooseus-skew .whychooseus-content .whychooseus-heading {
    font-family: "DM Sans", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    margin: 145px 0;
    background: -webkit-linear-gradient(252.03deg, #00cb8e 23.79%, #4e5ff9 109.23%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left;
}
@media (max-width: 768px) {
    .whychooseus-skew .whychooseus-content .whychooseus-heading {
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        margin: 0 0 24px;
        text-align: center;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .whychooseus-skew .whychooseus-content .whychooseus-heading {
        font-size: 48px;
        line-height: 64px;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .whychooseus-skew .whychooseus-content .whychooseus-heading {
        margin: 0 0 24px;
        text-align: center;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .whychooseus-skew .whychooseus-content .whychooseus-heading {
        margin: 0 0 24px;
    }
}
.whychooseus-skew .whychooseus-content .whychooseus-list__item {
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .whychooseus-skew .whychooseus-content .whychooseus-list__item {
        margin-bottom: 24px;
    }
}
.easyquestion-section .easyquestion {
    background: #4e5ff9;
    position: relative;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    margin: 160px 0 120px;
}
@media (max-width: 768px) {
    .easyquestion-section .easyquestion {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin: 64px 0;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .easyquestion-section .easyquestion {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .easyquestion-section .easyquestion {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
.easyquestion-section .easyquestion .easyquestion-left {
    padding: 32px;
}
@media (max-width: 768px) {
    .easyquestion-section .easyquestion .easyquestion-left {
        padding: 32px 25px;
        text-align: center;
    }
}
@media (max-width: 1024px) {
    .easyquestion-section .easyquestion .easyquestion-left {
        padding: 32px 25px;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .easyquestion-section .easyquestion .easyquestion-left {
        text-align: center;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .easyquestion-section .easyquestion .easyquestion-left {
        text-align: center;
    }
}
.easyquestion-section .easyquestion .easyquestion__heading {
    margin-bottom: 16px;
}
.easyquestion-section .easyquestion .easyquestion__info {
    margin-bottom: 32px;
}
.easyquestion-section .easyquestion .easy-question-link {
    padding: 16px 40px;
    display: inline-block;
    color: #1eefb0;
    border: 1px solid #1eefb0;
}
.easyquestion-section .easyquestion__img {
    width: 85%;
    position: absolute;
    bottom: 0;
    right: 0;
}
@media (max-width: 1024px) {
    .easyquestion-section .easyquestion__img {
        width: 100%;
        height: 100%;
        position: relative;
    }
}
.easyquestion-section .easyquestion__img img {
    width: 100%;
    height: 100%;
}
.webgo-section {
    padding: 80px 0;
}
@media (max-width: 768px) {
    .webgo-section {
        padding: 64px 0;
    }
    .webgo-section .webgo-left {
        text-align: center;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .webgo-section .webgo-left {
        text-align: left;
    }
}
.webgo-section .web-list {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 13px 0;
}
@media (max-width: 768px) {
    .webgo-section .web-list {
        width: 100%;
        float: none;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .webgo-section .web-list {
        float: none;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .webgo-section .web-list {
        float: left;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .webgo-section .web-list {
        margin-top: 10px;
    }
}
.webgo-section .web-list__item img {
    width: 100%;
}
.webgo-section .web-list__item:first-child {
    margin-right: 31px;
}
.other-tools .e-tool-slider {
    padding-bottom: 120px;
    padding-top: 48px;
}
@media (max-width: 1024px) {
    .other-tools .e-tool-slider {
        padding-bottom: 64px;
    }
}
.other-tools .e-tool-slider .other-tool-card {
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0 13px 30px 0 #7d0eff1a;
    box-shadow: 0 13px 30px 0 #7d0eff1a;
}
.other-tools .e-tool-slider .other-tool-card .card-image {
    background-image: url(../images/tool-back.png);
    padding: 40px 83px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-border-top-left-radius: 12px;
    border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    border-top-right-radius: 12px;
}
@media (max-width: 768px) {
    .other-tools .e-tool-slider .other-tool-card .card-image {
        padding: 35px 60px;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .other-tools .e-tool-slider .other-tool-card .card-image {
        padding: 65px 135px;
    }
}
@media (min-width: 1920px) {
    .other-tools .e-tool-slider .other-tool-card .card-image {
        padding: 70px 130px;
    }
}
.other-tools .e-tool-slider .other-tool-card .card-description {
    padding: 24px 10px 24px 15px;
}
@media (max-width: 1024px) {
    .other-tools .e-tool-slider .other-tool-card .card-description {
        text-align: center;
        padding: 20px 10px 20px 15px;
    }
}
.other-tools .e-tool-slider .other-tool-card .card-description .tool-head {
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    color: #4e5ff9;
}
@media (max-width: 768px) {
    .other-tools .e-tool-slider .other-tool-card .card-description .tool-head {
        font-size: 15px;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .other-tools .e-tool-slider .other-tool-card .card-description .tool-head {
        font-size: 25px;
    }
}
.other-tools .e-tool-slider .other-tool-card .card-description .payment-desc {
    height: 100px;
    overflow: hidden;
}
@media (max-width: 768px) {
    .other-tools .e-tool-slider .other-tool-card .card-description .payment-desc {
        font-size: 15px;
        line-height: 20px;
        height: 85px;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .other-tools .e-tool-slider .other-tool-card .card-description .payment-desc {
        font-size: 20px;
        line-height: 25px;
        height: 85px;
    }
}
.productvideo-section {
    background: url(../images/gateway.png);
    padding: 148px 0;
    position: relative;
    color: #fff;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: 120px;
}
@media (max-width: 1024px) {
    .productvideo-section {
        margin-bottom: 64px;
        padding: 64px 0;
        text-align: center;
        background-position: right;
    }
}
.productvideo-section .productvideo-info {
    color: #fff;
    opacity: 0.5;
}
.productvideo-section .productvideo-link {
    color: #1eefb0;
}
.productvideo-section .video-btn {
    position: absolute;
    left: 50%;
    top: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
@media (max-width: 1024px) {
    .productvideo-section .video-btn {
        position: relative;
        left: 0;
        display: inline-block;
    }
}
.productvideo-section .video-btn .ply-button img {
    width: 80px;
    height: 80px;
}
@media (max-width: 1024px) {
    .productvideo-section .video-btn .ply-button img {
        width: 64px;
        height: 64px;
        margin-bottom: 20px;
    }
}
@media (min-width: 992px) {
    .productvideo-section .video-btn .watch-text {
        margin-left: 10px;
    }
}
@media (max-width: 1024px) {
    .productvideo-section .video-btn .watch-text {
        margin-left: -10px;
    }
}
.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}
.modal-body {
    position: relative;
    padding: 0;
}
.close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: 400;
    color: #fff;
    opacity: 1;
}
.close:focus,
.close:hover {
    outline: 0;
    color: #fff;
    opacity: 1;
}
.gateway-glance {
    padding: 0;
}
.gateway-glance .gateway-glance-left {
    padding: 245px 15px;
}
@media (max-width: 767px) {
    .gateway-glance .gateway-glance-left {
        padding: 0 15px;
        text-align: center;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .gateway-glance .gateway-glance-left {
        padding: 0 15px;
        text-align: center;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .gateway-glance .gateway-glance-left {
        padding: 0 15px;
        text-align: center;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .gateway-glance .gateway-glance-left {
        padding: 0 15px;
    }
}
.gateway-glance .gateway-glance-left .glance-heading {
    margin-bottom: 24px;
    position: relative;
    top: -5px;
    display: table;
}
@media (max-width: 767px) {
    .gateway-glance .gateway-glance-left .glance-heading {
        display: block;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .gateway-glance .gateway-glance-left .glance-heading {
        display: contents;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .gateway-glance .gateway-glance-left .glance-heading {
        display: contents;
    }
}
.gateway-glance .gateway-glance-left .gateway-icon,
.gateway-glance .gateway-glance-right #glance .card .card-header .btn-header-link .bullet-icon-color,
.gateway-glance .gateway-glance-right #glance .card .card-header .btn-header-link .bullet-icon-white {
    float: left;
    margin-right: 15px;
    margin-top: 0;
}
@media (max-width: 767px) {
    .gateway-glance .gateway-glance-left .gateway-icon {
        position: absolute;
        top: -42px;
        left: 45%;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .gateway-glance .gateway-glance-left .gateway-icon {
        position: absolute;
        top: -42px;
        left: 46%;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .gateway-glance .gateway-glance-left .gateway-icon {
        position: absolute;
        top: -42px;
        left: 46%;
    }
}
@media (max-width: 768px) {
    .gateway-glance .gateway-glance-right #glance {
        padding: 16px 0 0;
    }
}
.gateway-glance .gateway-glance-right #glance .card .card-header {
    border: 0;
    padding: 0;
    background: 0 0;
}
.gateway-glance .gateway-glance-right #glance .card .card-header .btn-header-link {
    display: block;
    text-align: left;
    background: #4e5ff9;
    color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 16px 35px 16px 20px;
    position: relative;
    border: 0;
}
@media (max-width: 767px) {
    .gateway-glance .gateway-glance-right #glance .card .card-header .btn-header-link {
        padding: 16px 35px 16px 20px;
    }
}
.gateway-glance .gateway-glance-right #glance .card .card-header .btn-header-link .bullet-icon-color {
    display: none;
}
.gateway-glance .gateway-glance-right #glance .card .card-header .btn-header-link .bullet-icon-white {
    display: block;
}
.gateway-glance .gateway-glance-right #glance .card .card-header .btn-header-link .desc-head {
    font-family: "Sen", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    white-space: pre-line;
}
@media (max-width: 767px) {
    .gateway-glance .gateway-glance-right #glance .card .card-header .btn-header-link .desc-head {
        line-height: 26px;
    }
}
.gateway-glance .gateway-glance-right #glance .card .card-header .btn-header-link.collapsed:focus,
.gateway-glance .gateway-glance-right #glance .card .card-header .btn-header-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.gateway-glance .gateway-glance-right #glance .card .card-header .btn-header-link.collapsed {
    background: rgba(255, 255, 255, 0.1);
    color: #4e5ff9;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid rgba(23, 36, 63, 0.1);
}
.gateway-glance .gateway-glance-right #glance .card .card-header .btn-header-link.collapsed .bullet-icon-color {
    display: block;
}
.gateway-glance .gateway-glance-right #glance .card .card-header .btn-header-link.collapsed .bullet-icon-white {
    display: none;
}
.gateway-glance .gateway-glance-right #glance .card .collapsing {
    background: #f8f8ff;
}
.gateway-glance .gateway-glance-right #glance .card .collapse {
    border: 0;
}
.gateway-glance .gateway-glance-right #glance .card .collapse.show {
    background: #4e5ff9;
    color: #fff;
    margin-top: -1px;
}
.gateway-glance .gateway-glance-right #glance .card .card-body {
    padding: 5px 20px 20px 65px;
}
@media (max-width: 767px) {
    .gateway-glance .gateway-glance-right #glance .card .card-body {
        padding: 5px 20px 20px;
    }
}
.gateway-glance .gateway-glance-right #glance .card .card-body .card-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}
@media (max-width: 767px) {
    .gateway-glance .gateway-glance-right #glance .card .card-body .card-text {
        line-height: 28px;
    }
}
.gateway-glance .gateway-glance-right #glance .card #glancehead10 .btn-header-link.collapsed {
    -webkit-border-bottom-left-radius: 12px;
    border-bottom-left-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.gateway-glance .gateway-glance-right #glance .card #glancehead1 .btn-header-link.collapsed,
.smartbilling-glance .smartbilling-glance-right #glance .card #glancehead1 .btn-header-link {
    -webkit-border-top-left-radius: 12px;
    border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    border-top-right-radius: 12px;
}
.demo-banner {
    margin-bottom: 300px;
    position: relative;
    padding: 400px 0 500px;
}
@media (max-width: 768px) {
    .demo-banner {
        padding: 285px 0 200px;
        margin-bottom: 770px;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .demo-banner {
        margin-bottom: 420px;
        padding: 325px 0 500px;
    }
}
.demo-banner .demo-card {
    background: #fff;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    position: absolute;
    top: 40px;
    width: 90%;
    -webkit-transform: translateX(5%);
    -ms-transform: translateX(5%);
    transform: translateX(5%);
    -webkit-box-shadow: 0 0 30px 0 #0000001a;
    box-shadow: 0 0 30px 0 #0000001a;
    padding: 67px 115px 0 100px;
}
@media (max-width: 768px) {
    .demo-banner .demo-card {
        -webkit-transform: translateX(1%);
        -ms-transform: translateX(1%);
        transform: translateX(1%);
        padding: 24px 15px;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .demo-banner .demo-card {
        width: 95%;
        margin-bottom: 435px;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .demo-banner .demo-card {
        padding: 24px 15px;
        top: -60px;
    }
}
.demo-banner .demo-card .demo-description {
    width: 457px;
    color: #505050;
    margin: 0 auto 48px;
}
@media (max-width: 1024px) {
    .demo-banner .demo-card .demo-description {
        width: 100%;
        margin: 0 auto 33px;
    }
}
.demo-banner .demo-card .demo-img {
    width: 320px;
    height: 440px;
}
@media (max-width: 768px) {
    .demo-banner .demo-card .demo-img {
        width: 200px;
        margin: 0 auto;
        height: auto;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .demo-banner .demo-card .demo-img {
        width: 200px;
        margin: 0 auto;
        height: auto;
    }
}
.demo-banner .demo-card .demo-img img,
.wbenefit__img img,
.webhowitwroks-section .webhowitwroks .webhowitwroks-img img,
.weblooks-section .e-looks-slider .weblooks-card .card-image img,
.wseamless-section .wseamless .wseamless-img img {
    width: 100%;
}
.demo-banner .demo-card .demo-right {
    text-align: left;
    padding-top: 30px;
}
@media (max-width: 768px) {
    .demo-banner .demo-card .demo-right {
        text-align: center;
        padding-top: 16px;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .demo-banner .demo-card .demo-right {
        text-align: center;
        padding-top: 16px;
    }
}
.demo-banner .demo-card .demo-right .gradient-new {
    background: -webkit-gradient(linear, left top, left bottom, from(#484eff), color-stop(94.79%, #1eefb0));
    background: -webkit-linear-gradient(top, #484eff 0%, #1eefb0 94.79%);
    background: -o-linear-gradient(top, #484eff 0%, #1eefb0 94.79%);
    background: linear-gradient(180deg, #484eff 0%, #1eefb0 94.79%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
.demo-banner .demo-card .demo-right .demo-head,
.weblooks-section .store-looks-info {
    margin-bottom: 40px;
}
@media (max-width: 1024px) {
    .demo-banner .demo-card .demo-right .demo-head {
        font-size: 32px;
        line-height: 46px;
        margin-bottom: 24px;
    }
}
.demo-banner .demo-card .demo-right .demo-link {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 16px 40px;
}
@media (max-width: 1024px) {
    .demo-banner .demo-card .demo-right .demo-link {
        width: auto;
    }
}
.demo-banner .demo-card .demo-right .price {
    font-family: "DM Sans", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 46px;
    color: #4e5ff9;
}
.demo-banner .demo-card .demo-right .demo-icon {
    float: left;
    position: relative;
    top: 12px;
    margin-right: 5px;
}
@media (max-width: 768px) {
    .demo-banner .demo-card .demo-right .demo-icon {
        top: 3%;
        left: 35%;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .demo-banner .demo-card .demo-right .demo-icon {
        top: 3%;
        left: 43%;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .demo-banner .demo-card .demo-right .demo-icon {
        top: 3%;
        left: 43%;
    }
}
.demo-banner .demo-card .demo-right .demo-info {
    margin: 24px 0 40px;
}
.weblooks-section .e-looks-slider .weblooks-card {
    text-align: center;
}
.weblooks-section .e-looks-slider .weblooks-card .card-image {
    width: 90%;
    margin: 0 auto;
}
.weblooks-section .e-looks-slider .weblooks-card .card-description .store-head {
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    margin-top: 36px;
}
@media (max-width: 768px) {
    .weblooks-section .e-looks-slider .weblooks-card .card-description .store-head {
        font-size: 18px;
        line-height: 26px;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .weblooks-section .e-looks-slider .weblooks-card .card-description .store-head {
        font-size: 36px;
        line-height: 55px;
    }
}
.webhowitwroks-section {
    padding: 0 0 158px;
    position: relative;
}
@media (max-width: 1024px) {
    .webhowitwroks-section {
        padding: 64px 0;
    }
}
@media (max-width: 768px) {
    .webhowitwroks-section .webhowitwroks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .webhowitwroks-section .webhowitwroks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .webhowitwroks-section .webhowitwroks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .webhowitwroks-section .webhowitwroks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
.wbenefit .wbenefit-left,
.webhowitwroks-section .webhowitwroks .webhowitwroks-right {
    padding: 0;
}
@media (max-width: 768px) {
    .webhowitwroks-section .webhowitwroks .webhowitwroks-right {
        padding: 0;
    }
}
.webhowitwroks-section .webhowitwroks .webhowitwroks-img {
    float: left;
}
@media (max-width: 768px) {
    .webhowitwroks-section .webhowitwroks .webhowitwroks-img {
        position: relative;
        width: 90%;
        margin-top: 32px;
    }
}
.wbenefit {
    padding: 120px 0;
    position: relative;
}
@media (max-width: 1024px) {
    .wbenefit {
        padding: 64px 0 0;
    }
}
@media (max-width: 768px) {
    .wbenefit .wbenefit-left {
        padding: 0;
    }
}
.wbenefit__img {
    float: right;
    position: relative;
}
@media (max-width: 768px) {
    .wbenefit__img {
        position: relative;
        width: 90%;
        margin-top: 32px;
    }
}
.wseamless-section {
    padding: 0 0 120px;
    position: relative;
}
@media (max-width: 1024px) {
    .wseamless-section {
        padding: 64px 0;
    }
}
@media (max-width: 768px) {
    .wseamless-section .wseamless {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .wseamless-section .wseamless {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
.wseamless-section .wseamless .wseamless-right {
    padding: 0;
}
@media (max-width: 768px) {
    .wseamless-section .wseamless .wseamless-right {
        padding: 0;
    }
}
.wseamless-section .wseamless .wseamless-right .wseamless-info {
    margin-bottom: 40px;
}
.wseamless-section .wseamless .wseamless-right .wseamless-link {
    padding: 16px 40px;
    display: table-cell;
}
.wseamless-section .wseamless .wseamless-img {
    float: left;
}
@media (max-width: 768px) {
    .wseamless-section .wseamless .wseamless-img {
        position: relative;
        width: 90%;
        margin-top: 32px;
    }
}
.smartbilling-banner__content {
    padding: 190px 0 70px;
}
@media (max-width: 1024px) {
    .smartbilling-banner__content {
        padding: 100px 0 70px;
    }
}
.smartbilling-banner__content .banner-heading {
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 32px;
}
@media (max-width: 768px) {
    .smartbilling-banner__content .banner-heading {
        font-size: 28px;
        line-height: 38px;
    }
}
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .smartbilling-banner__content .banner-heading {
        font-size: 44px;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .smartbilling-banner__content .banner-heading {
        font-size: 36px;
        line-height: 55px;
    }
}
.smartbilling-banner__content .help-button-list__item .banner-fill {
    padding: 16px 35px;
}
@media (max-width: 767px) {
    .smartbilling-banner__content .help-button-list__item .banner-fill {
        padding: 12px 80px;
    }
}
.smartbilling-banner__content .help-button-list__item .banner-line {
    padding: 16px 35px;
}
@media (max-width: 767px) {
    .smartbilling-banner__content .help-button-list__item .banner-line {
        padding: 12px 80px;
    }
}
.smartbilling-banner__content .banner-img-w {
    position: absolute;
    right: 0;
    top: 68%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 767px) {
    .smartbilling-banner__content .banner-img-w {
        display: none;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .smartbilling-banner__content .banner-img-w {
        display: none;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .smartbilling-banner__content .banner-img-w {
        display: none;
    }
}
@media (max-width: 1024px) {
    .smartbilling-banner__content .banner-img-w {
        width: 100%;
        top: 62%;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .smartbilling-banner__content .banner-img-w {
        display: none;
    }
}
.sbenefit__img img,
.sdeveloper__img img,
.smartbilling-banner__content .banner-img-w .banner-img {
    width: 100%;
}
.smartbilling-glance {
    padding: 0;
}
.smartbilling-glance .smartbilling-glance-left {
    padding: 245px 15px;
}
@media (max-width: 767px) {
    .smartbilling-glance .smartbilling-glance-left {
        padding: 0 15px;
        text-align: center;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .smartbilling-glance .smartbilling-glance-left {
        padding: 0 15px;
        text-align: center;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .smartbilling-glance .smartbilling-glance-left {
        padding: 0 15px;
        text-align: center;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .smartbilling-glance .smartbilling-glance-left {
        padding: 0 15px;
    }
}
.smartbilling-glance .smartbilling-glance-left .glance-heading {
    margin-bottom: 24px;
    position: relative;
    top: -5px;
    display: table;
}
@media (max-width: 767px) {
    .smartbilling-glance .smartbilling-glance-left .glance-heading {
        display: block;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .smartbilling-glance .smartbilling-glance-left .glance-heading {
        display: contents;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .smartbilling-glance .smartbilling-glance-left .glance-heading {
        display: contents;
    }
}
.smartbilling-glance .smartbilling-glance-left .gateway-icon,
.smartbilling-glance .smartbilling-glance-right #glance .card .card-header .btn-header-link .bullet-icon-color,
.smartbilling-glance .smartbilling-glance-right #glance .card .card-header .btn-header-link .bullet-icon-white {
    float: left;
    margin-right: 15px;
    margin-top: 0;
}
@media (max-width: 767px) {
    .smartbilling-glance .smartbilling-glance-left .gateway-icon {
        position: absolute;
        top: -42px;
        left: 45%;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .smartbilling-glance .smartbilling-glance-left .gateway-icon {
        position: absolute;
        top: -42px;
        left: 45%;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .smartbilling-glance .smartbilling-glance-left .gateway-icon {
        position: absolute;
        top: -42px;
        left: 45%;
    }
}
@media (max-width: 768px) {
    .smartbilling-glance .smartbilling-glance-right #glance {
        padding: 16px 0 0;
    }
}
.smartbilling-glance .smartbilling-glance-right #glance .card .card-header {
    border: 0;
    padding: 0;
    background: 0 0;
}
.smartbilling-glance .smartbilling-glance-right #glance .card .card-header .btn-header-link {
    display: block;
    text-align: left;
    background: #4e5ff9;
    color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 16px 35px 16px 20px;
    position: relative;
}
@media (max-width: 767px) {
    .smartbilling-glance .smartbilling-glance-right #glance .card .card-header .btn-header-link {
        padding: 16px 35px 16px 20px;
    }
}
.smartbilling-glance .smartbilling-glance-right #glance .card .card-header .btn-header-link .bullet-icon-color {
    display: none;
}
.smartbilling-glance .smartbilling-glance-right #glance .card .card-header .btn-header-link .bullet-icon-white {
    display: block;
}
.smartbilling-glance .smartbilling-glance-right #glance .card .card-header .btn-header-link .desc-head {
    font-family: "Sen", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    white-space: pre-line;
}
@media (max-width: 767px) {
    .smartbilling-glance .smartbilling-glance-right #glance .card .card-header .btn-header-link .desc-head {
        line-height: 26px;
    }
}
.smartbilling-glance .smartbilling-glance-right #glance .card .card-header .btn-header-link.collapsed:focus,
.smartbilling-glance .smartbilling-glance-right #glance .card .card-header .btn-header-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.smartbilling-glance .smartbilling-glance-right #glance .card .card-header .btn-header-link.collapsed {
    background: rgba(255, 255, 255, 0.1);
    color: #4e5ff9;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid rgba(23, 36, 63, 0.1);
}
.smartbilling-glance .smartbilling-glance-right #glance .card .card-header .btn-header-link.collapsed .bullet-icon-color {
    display: block;
}
.smartbilling-glance .smartbilling-glance-right #glance .card .card-header .btn-header-link.collapsed .bullet-icon-white {
    display: none;
}
.smartbilling-glance .smartbilling-glance-right #glance .card .collapse {
    border: 0;
    background: #4e5ff9;
}
.smartbilling-glance .smartbilling-glance-right #glance .card .collapsing {
    background: #4e5ff9;
}
.smartbilling-glance .smartbilling-glance-right #glance .card .collapse.show {
    background: #4e5ff9;
    color: #fff;
    margin-top: -1px;
}
.smartbilling-glance .smartbilling-glance-right #glance .card .card-body {
    padding: 5px 20px 20px 65px;
}
@media (max-width: 767px) {
    .smartbilling-glance .smartbilling-glance-right #glance .card .card-body {
        padding: 5px 20px 20px;
    }
}
.smartbilling-glance .smartbilling-glance-right #glance .card .card-body .card-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}
@media (max-width: 767px) {
    .smartbilling-glance .smartbilling-glance-right #glance .card .card-body .card-text {
        line-height: 28px;
    }
}
.smartbilling-glance .smartbilling-glance-right #glance .card #glancehead9 .btn-header-link.collapsed {
    -webkit-border-bottom-left-radius: 12px;
    border-bottom-left-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.smartbilling-glance .smartbilling-glance-right #glance .card #glancehead1 .btn-header-link.collapsed {
    -webkit-border-top-left-radius: 12px;
    border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    border-top-right-radius: 12px;
}
.sbenefit {
    padding: 120px 0;
    position: relative;
}
@media (max-width: 1024px) {
    .sbenefit {
        padding: 64px 0;
    }
}
.sbenefit .sbenefit-left {
    padding: 0;
}
@media (max-width: 767px) {
    .sbenefit .sbenefit-left {
        padding: 0;
    }
}
.sbenefit__img {
    float: right;
    position: relative;
    -webkit-transform: translateY(16%);
    -ms-transform: translateY(16%);
    transform: translateY(16%);
}
@media (max-width: 1024px) {
    .sbenefit__img {
        position: relative;
        width: 90%;
        margin-top: 32px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.sdeveloper {
    padding: 120px 0;
    position: relative;
}
@media (max-width: 1024px) {
    .sdeveloper {
        padding: 64px 0 0;
    }
}
.sdeveloper .fordeveloper__heading {
    margin-bottom: 24px;
}
.sdeveloper .sdeveloper-left {
    padding: 67px 0 0;
}
@media (max-width: 768px) {
    .sdeveloper .sdeveloper-left {
        padding: 0;
    }
}
.sdeveloper .sdeveloper-left .fordeveloper-info,
.smartbilling-about .smartbilling__heading {
    margin-bottom: 40px;
}
.sdeveloper .sdeveloper-left .fordeveloper-link {
    padding: 16px 40px;
    display: table-cell;
}
.sdeveloper__img {
    float: right;
}
@media (max-width: 768px) {
    .sdeveloper__img {
        position: relative;
        width: 90%;
        margin-top: 32px;
    }
}
.smartbilling-about {
    position: relative;
    padding: 120px 0;
}
@media (max-width: 1024px) {
    .smartbilling-about {
        padding: 64px 0 90px;
    }
}
@media (max-width: 1024px) {
    .smartbilling-about .smartbilling__heading {
        margin-bottom: 16px;
    }
}
.smartbilling-about .smartbilling__heading .about-icon {
    margin: 0 2px;
}
@media (max-width: 1024px) {
    .smartbilling-about .smartbilling__heading .about-icon {
        position: absolute;
        top: -45px;
    }
}
.teller-banner__content {
    padding: 190px 0 70px;
}
@media (max-width: 1024px) {
    .teller-banner__content {
        padding: 150px 0 70px;
    }
}
.teller-banner__content .banner-heading {
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 32px;
}
@media (max-width: 768px) {
    .teller-banner__content .banner-heading {
        font-size: 28px;
        line-height: 38px;
    }
}
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .teller-banner__content .banner-heading {
        font-size: 44px;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .teller-banner__content .banner-heading {
        font-size: 36px;
        line-height: 55px;
    }
}
.teller-banner__content .help-button-list__item .banner-fill {
    padding: 16px 35px;
}
@media (max-width: 768px) {
    .teller-banner__content .help-button-list__item .banner-fill {
        padding: 12px 80px;
    }
}
.teller-banner__content .help-button-list__item .banner-line {
    padding: 16px 35px;
}
@media (max-width: 768px) {
    .teller-banner__content .help-button-list__item .banner-line {
        padding: 12px 45px;
    }
}
.teller-banner__content .banner-img-w {
    position: absolute;
    right: 0;
    top: 68%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 767px) {
    .teller-banner__content .banner-img-w {
        display: none;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .teller-banner__content .banner-img-w {
        display: none;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .teller-banner__content .banner-img-w {
        display: none;
    }
}
@media (max-width: 1024px) {
    .teller-banner__content .banner-img-w {
        width: 95%;
        top: 64%;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .teller-banner__content .banner-img-w {
        display: none;
    }
}
.teller-banner__content .banner-img-w .banner-img {
    width: 100%;
}
.teller-about {
    position: relative;
    padding: 80px 0 120px;
}
@media (max-width: 1024px) {
    .teller-about {
        padding: 64px 0 90px;
    }
}
.teller-about .teller-heading {
    margin-bottom: 40px;
}
@media (max-width: 1024px) {
    .teller-about .teller-heading {
        margin-bottom: 16px;
    }
}
.teller-about .teller-heading .about-icon {
    margin: 0 2px;
}
@media (max-width: 1024px) {
    .teller-about .teller-heading .about-icon {
        position: absolute;
        top: -35px;
        -webkit-transform: translateX(-75%);
        -ms-transform: translateX(-75%);
        transform: translateX(-75%);
    }
}
.teller-about .teller-text {
    margin-bottom: 40px;
}
@media (max-width: 1024px) {
    .teller-about .teller-text {
        margin-bottom: 32px;
    }
}
.teller-about .teller-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.teller-about .teller-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}
@media (max-width: 1024px) {
    .teller-about .teller-list__item {
        margin-bottom: 32px;
    }
}
@media (max-width: 768px) {
    .teller-about .teller-list__item .teller-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.teller-about .teller-list__item .teller-card .teller-icon {
    margin-bottom: 16px;
}
@media (max-width: 768px) {
    .teller-about .teller-list__item .teller-card .teller-icon {
        position: relative;
        top: 8px;
        margin-right: 15px;
    }
    .teller-about .teller-list__item .teller-card .teller-desc .teller-info {
        line-height: 28px;
    }
}
.best-billing-section {
    padding: 0 0 120px;
}
@media (max-width: 1024px) {
    .best-billing-section {
        padding: 0 0 64px;
    }
}
@media (max-width: 768px) {
    .best-billing-section .best-billing {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
.best-billing-section .best-billing .bestbilling-left {
    padding-right: 95px;
}
@media (max-width: 768px) {
    .best-billing-section .best-billing .bestbilling-left {
        padding-right: 15px;
        text-align: center;
    }
}
.best-billing-section .best-billing .bestbilling-left .bestbilling-heading {
    margin-bottom: 48px;
}
@media (max-width: 768px) {
    .best-billing-section .best-billing .bestbilling-left .bestbilling-heading {
        margin-bottom: 24px;
    }
}
.best-billing-section .best-billing .bestbilling-left .bestbilling-heading .blue,
.best-billing-section .best-billing .bestbilling-left .billing-link {
    color: #4e5ff9;
}
.best-billing-section .best-billing .best-billing-img {
    width: 685px;
}
@media (max-width: 768px) {
    .best-billing-section .best-billing .best-billing-img {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    .best-billing-section .best-billing .best-billing-img {
        width: 100%;
    }
}
.b2b {
    padding: 0 0 120px;
}
@media (max-width: 1024px) {
    .b2b {
        padding: 0 0 64px;
    }
}
.b2b .b2b-heading,
.treading .treading-heading {
    margin-bottom: 32px;
}
.b2b .b2b-card .b2b-img,
.b2b .b2b-card .b2b-img img,
.fintech-section .fintech-img img,
.loan-section #tabs-content .loanname-list__item img,
.tdeveloper__img img,
.treading .logo-size img {
    width: 100%;
}
.treading .logo-size {
    width: 70%;
}
@media (max-width: 1024px) {
    .treading .logo-size {
        width: 100%;
    }
}
.tdeveloper {
    padding: 120px 0;
    position: relative;
}
@media (max-width: 1024px) {
    .tdeveloper {
        padding: 64px 0 0;
    }
}
.tdeveloper .fordeveloper__heading {
    margin-bottom: 24px;
}
.tdeveloper .tdeveloper-left {
    padding: 67px 0 0;
}
@media (max-width: 768px) {
    .tdeveloper .tdeveloper-left {
        padding: 0;
    }
}
.tdeveloper .tdeveloper-left .fordeveloper-info {
    margin-bottom: 40px;
}
.tdeveloper .tdeveloper-left .fordeveloper-link {
    padding: 16px 40px;
    display: table-cell;
}
.tdeveloper__img {
    float: right;
}
@media (max-width: 768px) {
    .tdeveloper__img {
        position: relative;
        width: 90%;
        margin-top: 32px;
    }
}
.password-section .section-right .forgot-form-wrap {
    text-align: center;
    width: 28%;
    margin: 130px auto 0;
}
@media (max-width: 767px) {
    .password-section .section-right .forgot-form-wrap {
        width: 100%;
        margin: 204px auto 0;
    }
}
@media (min-width: 1920px) {
    .password-section .section-right .forgot-form-wrap {
        margin: 300px auto 0;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .password-section .section-right .forgot-form-wrap {
        width: 65%;
        margin: 225px auto 0;
    }
}
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .password-section .section-right .forgot-form-wrap {
        width: 39%;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .password-section .section-right .forgot-form-wrap {
        width: 65%;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .password-section .section-right .forgot-form-wrap {
        width: 65%;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .password-section .section-right .forgot-form-wrap {
        width: 70%;
        margin: 370px auto 0;
    }
}
.password-section .section-right .forgot-form-wrap .boarding-form-heading {
    text-align: center;
    margin-bottom: 40px;
}
.password-section .section-right .forgot-form-wrap .form .onboarding-field .hide-show1,
.password-section .section-right .forgot-form-wrap .form .onboarding-field .hide-show2 {
    position: absolute;
    right: 8%;
    top: 16px;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #4e5ff9;
    cursor: pointer;
}
@media (max-width: 768px) {
    .capital-banner {
        margin-bottom: 300px;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .capital-banner {
        margin-bottom: 430px;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .capital-banner {
        margin-bottom: 430px;
    }
}
.capital-banner__content {
    padding: 140px 0 15px;
}
@media (max-width: 1024px) {
    .capital-banner__content {
        padding: 100px 0 65px;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .capital-banner__content {
        padding: 135px 0 15px;
    }
}
.capital-banner__content .banner-heading {
    font-size: 44px;
    font-weight: 700;
    line-height: 64px;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 32px;
}
@media (max-width: 768px) {
    .capital-banner__content .banner-heading {
        font-size: 28px;
        line-height: 38px;
    }
}
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .capital-banner__content .banner-heading {
        font-size: 37px;
        line-height: 60px;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .capital-banner__content .banner-heading {
        font-size: 36px;
        line-height: 55px;
    }
}
.capital-banner__content .help-button-list__item .banner-fill {
    padding: 16px 35px;
    color: #7d0eff !important;
}
@media (max-width: 768px) {
    .capital-banner__content .help-button-list__item .banner-fill {
        padding: 12px 80px;
    }
}
.capital-banner__content .help-button-list__item .banner-line {
    padding: 16px 35px;
}
@media (max-width: 768px) {
    .capital-banner__content .help-button-list__item .banner-line {
        padding: 12px 45px;
    }
}
.capital-banner__content .capital-form {
    background: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 4px 50px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 50px rgba(0, 0, 0, 0.08);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -webkit-border-radius: 12px;
    border-radius: 12px;
    width: 430px;
    padding: 56px 40px;
    position: absolute;
    right: 15px;
    -webkit-transform: translateY(11%);
    -ms-transform: translateY(11%);
    transform: translateY(11%);
}
@media (max-width: 768px) {
    .capital-banner__content .capital-form {
        width: 90%;
        -webkit-transform: translateY(8%);
        -ms-transform: translateY(8%);
        transform: translateY(8%);
        left: 20px;
        padding: 40px 24px;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .capital-banner__content .capital-form {
        left: 40px;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .capital-banner__content .capital-form {
        width: 100%;
        -webkit-transform: translateY(4%);
        -ms-transform: translateY(4%);
        transform: translateY(4%);
        left: 0;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .capital-banner__content .capital-form {
        width: 100%;
        -webkit-transform: translateY(4%);
        -ms-transform: translateY(4%);
        transform: translateY(4%);
        left: 0;
    }
}
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .capital-banner__content .capital-form {
        -webkit-transform: translateY(20%);
        -ms-transform: translateY(20%);
        transform: translateY(20%);
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .capital-banner__content .capital-form {
        -webkit-transform: translateY(4%);
        -ms-transform: translateY(4%);
        transform: translateY(4%);
    }
}
.capital-banner__content .capital-form__heading,
.sub-text {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    line-height: 32px;
}
.capital-banner__content .capital-form__heading {
    margin-bottom: 40px;
    font-size: 24px;
}
@media (max-width: 768px) {
    .capital-banner__content .capital-form__heading {
        margin-bottom: 24px;
        color: #000;
        font-size: 18px;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .capital-banner__content .capital-form__heading {
        color: #000;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .capital-banner__content .capital-form__heading {
        color: #000;
    }
}
.capital-banner__content .capital-form form {
    padding: 0;
}
.capital-banner__content .capital-form form .form-input {
    background: #fff !important;
}
.capital-banner__content .capital-form form .capital-submit {
    background: #17243f;
    color: #fff;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    padding: 16px 40px;
    margin-top: 32px;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
@media (max-width: 768px) {
    .capital-banner__content .capital-form form .capital-submit {
        margin-top: 0;
        width: 100%;
    }
}
.sub-text {
    font-size: 20px;
    color: #000 !important;
}
@media (max-width: 767px) {
    .sub-text {
        font-size: 18px;
        font-weight: 500;
        line-height: 26px;
        margin-top: 16px;
    }
}
.small-bussines {
    padding: 120px 0;
}
@media (max-width: 1024px) {
    .small-bussines {
        padding: 0;
    }
}
.small-bussines .capital-list {
    margin-bottom: 22px;
}
.small-bussines .capital-list__item:not(:last-child) {
    margin-bottom: 24px;
}
@media (max-width: 767px) {
    .small-bussines .capital-list__item:not(:last-child) {
        margin-bottom: 16px;
    }
}
.small-bussines .capital-list__item .capital-card__desc {
    display: table;
}
.small-bussines .capital-list__item .capital-card__desc .solve-head {
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    color: #4e5ff9;
    position: relative;
    top: -5px;
}
.fintech-section {
    background: #17243f;
    padding: 64px 0;
    position: relative;
    color: #fff;
}
@media (max-width: 1024px) {
    .fintech-section {
        padding: 64px 0;
        text-align: left;
        background-position: right;
    }
}
.fintech-section .fintech-head {
    background: -webkit-linear-gradient(315deg, #484eff 0%, #1eefb0 94.79%);
    background: -o-linear-gradient(315deg, #484eff 0%, #1eefb0 94.79%);
    background: linear-gradient(135deg, #484eff 0%, #1eefb0 94.79%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.fintech-section .fintech-info {
    color: #fff;
    opacity: 0.5;
}
.fintech-section .fintech-img {
    position: absolute;
    bottom: -64px;
    -webkit-transform: translateX(11%);
    -ms-transform: translateX(11%);
    transform: translateX(11%);
    width: 671px;
    height: 406px;
}
@media (max-width: 1024px) {
    .fintech-section .fintech-img {
        position: relative;
        width: 100%;
        height: auto;
        -webkit-transform: translateX(6%);
        -ms-transform: translateX(6%);
        transform: translateX(6%);
    }
}
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .fintech-section .fintech-img {
        width: 100%;
        -webkit-transform: translateX(11%);
        -ms-transform: translateX(11%);
        transform: translateX(11%);
        bottom: -270px;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .fintech-section .fintech-img {
        -webkit-transform: translateX(11%);
        -ms-transform: translateX(11%);
        transform: translateX(11%);
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .fintech-section .fintech-img {
        -webkit-transform: translateX(11%);
        -ms-transform: translateX(11%);
        transform: translateX(11%);
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .fintech-section .fintech-img {
        -webkit-transform: translateX(11%);
        -ms-transform: translateX(11%);
        transform: translateX(11%);
        width: 100%;
        bottom: -270px;
    }
}
@media (min-width: 1920px) {
    .fintech-section .fintech-img {
        -webkit-transform: translateX(41%);
        -ms-transform: translateX(41%);
        transform: translateX(41%);
    }
}
.api-skew {
    position: relative;
    width: 100%;
    -webkit-transform-origin: skewY(-5deg);
    -ms-transform-origin: skewY(-5deg);
    transform-origin: skewY(-5deg);
    -webkit-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    transform: skewY(-5deg);
    overflow: hidden;
    background: url(../images/pg-bg.svg);
    background-position: top;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    padding: 120px 0;
}
@media (max-width: 767px) {
    .api-skew {
        -webkit-transform-origin: skewY(-8deg);
        -ms-transform-origin: skewY(-8deg);
        transform-origin: skewY(-8deg);
        -webkit-transform: skewY(-8deg);
        -ms-transform: skewY(-8deg);
        transform: skewY(-8deg);
        background-position: -375px 200px;
        padding: 0 0 64px;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .api-skew {
        padding: 64px 0;
        background-position: 0 200px;
    }
}
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .api-skew {
        padding: 64px 0;
        background-position: 0 200px;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .api-skew {
        padding: 64px 0;
        background-position: 0 200px;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .api-skew {
        padding: 64px 0;
        background-position: 0 200px;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .api-skew {
        padding: 64px 0;
        background-position: 0 200px;
    }
}
.api-skew .api-content {
    -webkit-transform: skewY(5deg);
    -ms-transform: skewY(5deg);
    transform: skewY(5deg);
}
@media (max-width: 767px) {
    .api-skew .api-content {
        -webkit-transform-origin: skewY(8deg);
        -ms-transform-origin: skewY(8deg);
        transform-origin: skewY(8deg);
        -webkit-transform: skewY(8deg);
        -ms-transform: skewY(8deg);
        transform: skewY(8deg);
        margin-top: 64px;
    }
}
.api-skew .api-content .api-heading {
    margin-bottom: 32px;
}
.apihelp-section {
    padding: 120px 0 0;
}
@media (max-width: 767px) {
    .apihelp-section {
        padding: 64px 0 0;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .apihelp-section {
        padding: 64px 0 0;
    }
}
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .apihelp-section {
        padding: 64px 0 0;
    }
}
.apihelp-section .apihelp {
    text-align: center;
}
@media (max-width: 767px) {
    .apihelp-section .apihelp {
        text-align: left;
    }
}
.apihelp-section .api-info {
    margin-bottom: 64px;
}
.apihelp-section .apihelp-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.apihelp-section .apihelp-list:after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 2px dashed #8c8c8c;
    position: absolute;
    -webkit-transform: translateY(185px);
    -ms-transform: translateY(185px);
    transform: translateY(185px);
}
@media (max-width: 767px) {
    .apihelp-section .apihelp-list:after {
        content: none;
    }
}
@media (max-width: 1024px) {
    .apihelp-section .apihelp-list:after {
        content: none;
    }
}
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .apihelp-section .apihelp-list:after {
        content: "";
        -webkit-transform: translateY(200px);
        -ms-transform: translateY(200px);
        transform: translateY(200px);
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .apihelp-section .apihelp-list:after {
        content: "";
        -webkit-transform: translateY(200px);
        -ms-transform: translateY(200px);
        transform: translateY(200px);
    }
}
.apihelp-section .apihelp-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
}
@media (max-width: 1024px) {
    .apihelp-section .apihelp-list__item {
        margin-bottom: 0;
        padding-bottom: 40px;
    }
}
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .apihelp-section .apihelp-list__item {
        margin-bottom: 80px;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .apihelp-section .apihelp-list__item {
        margin-bottom: 80px;
    }
}
.apihelp-section .apihelp-list__item:after {
    content: none;
}
@media (max-width: 767px) {
    .apihelp-section .apihelp-list__item:after {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 15%;
        border-left: 2px dashed #8c8c8c;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .apihelp-section .apihelp-list__item:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 10%;
        border-left: 2px dashed #8c8c8c;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .apihelp-section .apihelp-list__item:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 10%;
        border-left: 2px dashed #8c8c8c;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .apihelp-section .apihelp-list__item:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 10%;
        border-left: 2px dashed #8c8c8c;
    }
}
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .apihelp-section .apihelp-list__item:after {
        content: none;
    }
}
.apihelp-section .apihelp-list__item:nth-child(1) .api-card .api-desc .apihead {
    width: 170px;
}
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .apihelp-section .apihelp-list__item:nth-child(1) .api-card .api-desc .apihead {
        width: 100%;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .apihelp-section .apihelp-list__item:nth-child(1) .api-card .api-desc .apihead {
        width: 100%;
    }
}
.apihelp-section .apihelp-list__item .api-card .api-img {
    float: left;
    margin-right: 16px;
}
@media (max-width: 768px) {
    .apihelp-section .apihelp-list__item .api-card .api-img {
        margin-right: 32px;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .apihelp-section .apihelp-list__item .api-card .api-img {
        margin-right: 50px;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .apihelp-section .apihelp-list__item .api-card .api-img {
        margin-right: 50px;
    }
}
@media only screen and (min-height: 1080px) {
    .apihelp-section .apihelp-list__item .api-card .api-img {
        margin-right: 50px;
    }
}
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .apihelp-section .apihelp-list__item .api-card .api-img {
        margin-right: 16px;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .apihelp-section .apihelp-list__item .api-card .api-img {
        margin-right: 16px;
    }
}
.apihelp-section .apihelp-list__item .api-card .api-img .apicount {
    background: -webkit-linear-gradient(315deg, #484eff 0%, #1eefb0 94.79%);
    background: -o-linear-gradient(315deg, #484eff 0%, #1eefb0 94.79%);
    background: linear-gradient(135deg, #484eff 0%, #1eefb0 94.79%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "DM Sans", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 46px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 60px;
    display: block;
}
@media (max-width: 767px) {
    .apihelp-section .apihelp-list__item .api-card .api-img .apicount {
        font-size: 20px;
        line-height: 26px;
        top: 50px;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .apihelp-section .apihelp-list__item .api-card .api-img .apicount {
        font-size: 20px;
        line-height: 26px;
        top: 50px;
    }
}
.apihelp-section .apihelp-list__item .api-card .api-desc {
    display: table;
}
.apihelp-section .apihelp-list__item .api-card .api-desc .apihead {
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 0;
    width: 150px;
    position: relative;
    top: -16px;
}
@media (max-width: 767px) {
    .apihelp-section .apihelp-list__item .api-card .api-desc .apihead {
        font-size: 18px;
        line-height: 26px;
        top: 0;
    }
}
.getintouch-section {
    padding: 40px 0 120px;
}
.getintouch-section .getintouch-heading,
.loan-section .tabs ul#tabs-nav li a {
    font-family: "DM Sans", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}
@media (max-width: 767px) {
    .getintouch-section .getintouch-heading {
        font-size: 20px;
    }
    .getintouch-section {
        padding: 64px 40px;
        text-align: center;
    }
}
@media (max-width: 1024px) {
    .getintouch-section {
        padding: 64px 0;
    }
}
.getintouch-section .question-btn {
    padding: 16px 35px;
    float: right;
}
@media (max-width: 767px) {
    .getintouch-section .question-btn {
        margin: 24px auto 0;
    }
}
.loan-section {
    padding: 0 0 120px;
}
.loan-section .loan-heading {
    margin-bottom: 64px;
    text-align: center;
}
@media (max-width: 1024px) {
    .loan-section .loan-heading {
        margin-bottom: 32px;
    }
    .loan-section {
        padding: 0 0 64px;
    }
}
.loan-section .tabs ul#tabs-nav {
    list-style: none;
    margin: 0 33px;
    position: relative;
}
@media (max-width: 767px) {
    .loan-section .tabs ul#tabs-nav {
        margin: 0 15px;
        width: 100%;
    }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
    .loan-section .tabs ul#tabs-nav {
        margin: 0 195px;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .loan-section .tabs ul#tabs-nav {
        margin: 0 195px;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .loan-section .tabs ul#tabs-nav {
        margin: 0 195px;
    }
}
.loan-section .tabs ul#tabs-nav li {
    cursor: pointer;
    display: block;
    border: 1px solid #d8d8d8;
    width: 303px;
    padding: 24px 80px;
    text-align: center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.2s ease-in-out 0s;
    -o-transition: 0.2s ease-in-out 0s;
    transition: 0.2s ease-in-out 0s;
}
@media (max-width: 767px) {
    .loan-section .tabs ul#tabs-nav li {
        padding: 15px 80px;
        width: 100%;
    }
}
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .loan-section .tabs ul#tabs-nav li {
        width: 100%;
    }
}
.loan-section .tabs ul#tabs-nav li.active,
.loan-section .tabs ul#tabs-nav li:hover {
    background-color: #4e5ff9;
    -webkit-box-shadow: 0 15px 30px 0 #959595b2;
    box-shadow: 0 15px 30px 0 #959595b2;
    position: relative;
    z-index: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.loan-section .tabs ul#tabs-nav li.active a,
.loan-section .tabs ul#tabs-nav li:hover a {
    color: #fff;
    font-size: 24px;
}
@media (max-width: 767px) {
    .loan-section .tabs ul#tabs-nav li.active a,
    .loan-section .tabs ul#tabs-nav li:hover a {
        font-size: 20px;
        line-height: 32px;
    }
}
.loan-section .tabs ul#tabs-nav li a {
    font-size: 20px;
    text-decoration: none;
    color: #17243f;
}
@media (max-width: 767px) {
    .loan-section .tabs ul#tabs-nav li a {
        font-size: 18px;
        line-height: 26px;
    }
}
.loan-section #tabs-content {
    padding: 95px 160px;
}
@media (max-width: 768px) {
    .loan-section #tabs-content {
        padding: 64px 85px 0;
    }
}
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .loan-section #tabs-content {
        padding: 90px 85px 80px;
    }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .loan-section #tabs-content {
        padding: 95px 100px;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .loan-section #tabs-content {
        padding: 95px 100px;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .loan-section #tabs-content {
        padding: 95px 100px;
    }
}
.loan-section #tabs-content .loanname-list,
.loan-section .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
@media (max-width: 767px) {
    .loan-section #tabs-content .loanname-list {
        display: block;
    }
}
.loan-section #tabs-content .loanname-list__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 40%;
    text-align: center;
    margin: 10px 40px;
}
@media (max-width: 767px) {
    .loan-section #tabs-content .loanname-list__item {
        margin: 0;
    }
    .loan-section #tabs-content .loanname-list__item:first-child {
        margin-bottom: 32px;
    }
}
@media (max-width: 767px) {
    .loan-section #tabs-content .loanname-list__item {
        width: 100%;
    }
}
/*# sourceMappingURL=main.css.map */
