:root {
  --blue: #23C0EF;
  --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: #23C0EF;
  --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: "HK Grotesk", 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;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "HK Grotesk", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  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;
}

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #23C0EF;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0d91b8;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

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 {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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;
}

.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;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  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 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

.col-12 {
  -webkit-box-flex: 0;
      -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.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@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 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -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.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@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 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -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.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@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 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -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.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@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 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -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.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.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;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(35, 192, 239, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(35, 192, 239, 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: #212529;
  background-color: #23C0EF;
  border-color: #23C0EF;
}
.btn-primary:hover {
  color: #fff;
  background-color: #10addc;
  border-color: #0fa3d0;
}
.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(35, 192, 239, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(35, 192, 239, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #212529;
  background-color: #23C0EF;
  border-color: #23C0EF;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0fa3d0;
  border-color: #0e9ac4;
}
.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(35, 192, 239, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(35, 192, 239, 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: #23C0EF;
  background-color: transparent;
  background-image: none;
  border-color: #23C0EF;
}
.btn-outline-primary:hover {
  color: #212529;
  background-color: #23C0EF;
  border-color: #23C0EF;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(35, 192, 239, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(35, 192, 239, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #23C0EF;
  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: #212529;
  background-color: #23C0EF;
  border-color: #23C0EF;
}
.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(35, 192, 239, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(35, 192, 239, 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 {
  font-weight: 400;
  color: #23C0EF;
  background-color: transparent;
}
.btn-link:hover {
  color: #0d91b8;
  text-decoration: underline;
  background-color: transparent;
  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 {
  color: #6c757d;
}

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

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  opacity: 0;
  -webkit-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 {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  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 {
  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;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  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;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.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;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  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:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #23C0EF;
}
.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;
}

.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: #23C0EF !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0fa3d0 !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

.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: #23C0EF !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 {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.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;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.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.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.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;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.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;
  -webkit-box-direction: reverse !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;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
.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: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-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;
  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: #23C0EF !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0fa3d0 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  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;
}

.d-flx {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.d-flx.no-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flx-both {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flx-top {
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flx-bottom {
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flx-vcenter {
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flx-left {
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

.flx-right {
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

.flx-hcenter {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
}

.flx-equal-space {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
}

.cf {
  *zoom: 1;
}
.cf:after, .cf:before {
  content: "";
  display: block;
}
.cf:after {
  clear: both;
}

.d-blk {
  display: block;
}

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.h100 {
  height: 100%;
}

.w100 {
  width: 100%;
}

.tel {
  cursor: default;
}

.no-pad {
  padding: 0 !important;
}

.default {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}
.default li {
  list-style-type: none;
}
.default li:before, .default li:after {
  display: none;
}

.ttl {
  font-weight: 600;
  margin-bottom: 0.625rem;
  color: #2A3844;
}
.ttl h1,
.ttl h2,
.ttl h3,
.ttl h4,
.ttl h5,
.ttl h6,
.ttl p {
  font-size: inherit;
  margin: inherit;
  color: inherit;
  padding: inherit;
}
.ttl h1 span,
.ttl h2 span,
.ttl h3 span,
.ttl h4 span,
.ttl h5 span,
.ttl h6 span,
.ttl p span {
  display: block;
}
.ttl h1 a,
.ttl h2 a,
.ttl h3 a,
.ttl h4 a,
.ttl h5 a,
.ttl h6 a,
.ttl p a {
  color: inherit;
}
.ttl h1 a:hover,
.ttl h2 a:hover,
.ttl h3 a:hover,
.ttl h4 a:hover,
.ttl h5 a:hover,
.ttl h6 a:hover,
.ttl p a:hover {
  color: #23C0EF;
}
.ttl.white {
  color: #fff;
}
.ttl.black {
  color: #000;
}
.ttl.center {
  text-align: center;
}
.ttl .mb-0 {
  margin-bottom: 0;
}
.ttl.primary {
  color: #23C0EF;
}
.ttl.gray {
  color: #41B6F7;
}

.ttl-sec {
  font-size: 1.5rem;
}
.ttl-sec.white {
  color: #fff;
}
.ttl-sec.black {
  color: #000;
}
.ttl-sec.ttu {
  text-transform: uppercase;
}
.ttl-sec.mb-0 {
  margin-bottom: 0;
}
.ttl-sec.center {
  text-align: center;
}
.ttl-sec small {
  display: block;
  font-weight: 300;
  text-transform: none;
  color: #7A98A8;
  font-size: 1.125rem;
}

.ttl-page {
  color: #2A3844;
}
.ttl-page.white {
  color: #fff;
}
.ttl-page.black {
  color: #000;
}
.ttl-page.ttu {
  text-transform: uppercase;
}
.ttl-page.mb-0 {
  margin-bottom: 0;
}
.ttl-page.center {
  text-align: center;
}

.ttl-lg {
  font-size: 3.75rem;
  line-height: 1.3;
}
@media (max-width: 1600px) {
  .ttl-lg {
    font-size: 3.125rem;
  }
}
@media (max-width: 1199px) {
  .ttl-lg {
    font-size: 2.8125rem;
  }
}
@media (max-width: 767px) {
  .ttl-lg {
    font-size: 2.1875rem;
  }
}

.ttl-md {
  font-size: 1.5625rem;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .ttl-md {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .ttl-md {
    font-size: 1.4375rem;
  }
}

.ttl-sm {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .ttl-sm {
    font-size: 1.0625rem;
  }
}

.ttl-36 {
  font-size: 2.25rem;
  letter-spacing: 0.23px;
}

.ttl-25 {
  font-size: 1.5625rem;
  letter-spacing: 0.23px;
}

.ttl-24 {
  font-size: 1.5rem;
  letter-spacing: 0.23px;
}

.ttl-20 {
  font-size: 1.25rem;
  letter-spacing: 0.23px;
}

.ttl-19 {
  font-size: 1.1875rem;
  letter-spacing: 0.23px;
}

.ttl-18 {
  font-size: 1.125rem;
  line-height: 1.125rem;
  letter-spacing: 0.2px;
}

.ttl-17 {
  font-size: 1.0625rem;
  line-height: 1rem;
  letter-spacing: 0.2px;
}

.ttl-15 {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  letter-spacing: 0.17px;
}
@media (max-width: 767px) {
  .ttl-15 {
    font-size: 1rem;
  }
}

.ttl-14 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.15px;
}
@media (max-width: 767px) {
  .ttl-14 {
    font-size: 0.9375rem;
  }
}

.fz-18 {
  font-size: 1.125rem;
  line-height: 1.25rem;
  letter-spacing: 0.17px;
}

.fz-8 {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  letter-spacing: 0.17px;
}

.fz-14 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.15px;
}

.fz-13 {
  font-size: 0.8125rem;
  line-height: 1.25rem;
  letter-spacing: 0.15px;
}

.fz-12 {
  font-size: 0.75rem;
  line-height: 1.25rem;
  letter-spacing: 0.15px;
}

.fz-11 {
  font-size: 0.625rem;
  line-height: 0.625rem;
  letter-spacing: 0.1px;
}

.fz-10 {
  font-size: 0.625rem;
  line-height: 0.625rem;
  letter-spacing: 0.1px;
}

.c0 {
  color: #5d677e;
}

.c1,
.dark {
  color: #2a3844;
}

.c11,
.dark1 {
  color: #2e404e;
}

.c2 {
  color: #7c8796;
}

.c3 {
  color: #bac3cf;
}

.c4 {
  color: #4d748c;
}

.c5 {
  color: #3f5e72;
}

.c6 {
  color: #46697f;
}

.c7 {
  color: #395366;
}

.c8 {
  color: #3f536e;
}

.c9 {
  color: #8dabc4;
}

.c-red {
  color: #dc3545;
}

/*  ===============
  1. Reset
===============  */
html {
  font-size: 16px;
  overflow: auto;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}
@media (max-width: 1600px) {
  html {
    font-size: 16px;
    font-weight: 400;
  }
}

body {
  position: relative;
  margin: 0 auto;
  padding-top: 5rem;
  color: #5D677E;
}
@media (max-width: 767px) {
  body {
    padding-top: 4.0625rem;
  }
}

img {
  max-width: 100%;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.form-control, input, button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

select.default {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url("../images/carret.png") no-repeat 96% 50%;
  outline: none;
}
select.default:focus, select.default:active {
  outline: none;
}

@media (min-width: 1200px) {
  .desk-hide {
    display: none;
  }
  .main-nav > ul {
    margin: 0;
    padding: 0;
  }
  .main-nav > ul > li {
    display: inline-block;
    position: relative;
    padding: 0 25px;
    line-height: 3.4375rem;
  }
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .main-nav > ul > li {
    padding: 0 18px;
  }
}
@media (min-width: 1200px) {
  .main-nav > ul > li.submenu i {
    position: absolute;
    width: 37px;
    height: 33px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -5px;
    cursor: pointer;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .main-nav > ul > li.submenu i {
    right: -10px;
  }
}
@media (min-width: 1200px) {
  .main-nav > ul > li.submenu i:after {
    content: "";
    height: 0;
    width: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #23C0EF;
    position: absolute;
    right: 12px;
    top: 14px;
    z-index: 10;
  }
}
@media (min-width: 1200px) {
  .main-nav > ul > li:last-child {
    margin: 0;
  }
  .main-nav > ul > li:last-child ul {
    left: auto;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .main-nav > ul > li > a {
    display: block;
    padding-left: 0;
    padding-right: 0;
    text-decoration: none;
    position: relative;
    color: #7C8796;
    font-weight: 200;
  }
  .main-nav > ul > li > a:before {
    position: absolute;
    width: 0;
    left: 0;
    bottom: 0;
    height: 3px;
    background: #23C0EF;
    transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
  }
  .main-nav > ul > li > a.active:before {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .main-nav > ul > li:hover > a {
    transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
  }
  .main-nav > ul > li:hover > a:before {
    width: 100%;
  }
  .main-nav > ul > li:hover > ul {
    display: block;
  }
}
@media (min-width: 1200px) {
  .main-nav > ul > li ul {
    background: #fff;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 250px;
    display: none;
    list-style: none;
    border: 1px solid rgba(199, 199, 199, 0.2705882353);
  }
  .main-nav > ul > li ul li {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 52px;
    position: relative;
    line-height: 1.5;
  }
  .main-nav > ul > li ul li:after {
    transition: all ease-in 0.3sec;
    -o-transition: all ease-in 0.3sec;
    -webkit-transition: all ease-in 0.3sec;
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #D6E7F0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .main-nav > ul > li ul li:hover {
    transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    background: #F5FBFD;
  }
  .main-nav > ul > li ul li:hover:after {
    background: #23C0EF;
  }
  .main-nav > ul > li ul li a {
    color: #212529;
  }
  .main-nav > ul > li ul li:hover > ul {
    display: block;
    left: 250px;
    top: 0;
  }
  .main-nav > ul > li ul li:hover > a {
    color: black;
    text-decoration: none;
  }
  .main-nav > ul > li ul li.submenu::after {
    content: "\e807";
    font-family: "deafult-icons";
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: none;
    color: #23C0EF;
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .mob-btn {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  /*==== Menu ====*/
  .main-nav {
    display: block;
    position: fixed;
    max-width: 100%;
    top: 70px;
    padding: 45px;
    padding-top: 35px;
    right: 0;
    height: 100%;
    transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    z-index: 3;
    width: 100%;
    height: 100%;
    overflow: auto;
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: opacity 0.3s ease-in, transfrom 0.3s ease-out;
    transition: opacity 0.3s ease-in, transfrom 0.3s ease-out;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    background: #fff;
  }
  .main-nav ul {
    margin: 0;
    padding: 0;
    display: block;
    margin-top: 0px;
  }
  .main-nav ul.mnav {
    margin-bottom: 30px;
  }
  .main-nav ul li {
    display: block;
    position: relative;
  }
  .main-nav ul li span {
    display: none;
  }
  .main-nav ul li a {
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.05rem;
    display: block;
    padding: 11px 11px;
    font-weight: 500;
    padding-left: 0;
    padding-right: 0;
    color: #2A3844;
    border-bottom: 1px solid #F0F2F4;
  }
  .main-nav ul li.submenu i {
    position: absolute;
    width: 46px;
    height: 46px;
    top: 0;
    right: 0;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    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;
  }
  .main-nav ul li.submenu i:after {
    content: "";
    height: 2px;
    width: 20px;
    background: black;
    z-index: 10;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .main-nav ul li.submenu i:before {
    content: "";
    height: 2px;
    width: 20px;
    background: black;
    z-index: 10;
    position: relative;
    left: 20px;
  }
  .main-nav ul li.open i:after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .main-nav ul ul {
    margin: 0;
    display: none;
  }
  .main-nav ul ul li:last-child {
    border-bottom: 0;
  }
  .main-nav ul ul li a {
    padding-left: 20px;
  }
  .main-nav ul ul li ul a {
    padding-left: 30px;
  }
  .main-nav ul .submenu.open ul {
    display: block;
  }
  .show-menu .main-nav {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .show-menu .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 32, 38, 0.6);
    z-index: 2;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .mob-btn {
    position: absolute;
    margin: 0px;
    background-color: transparent;
    cursor: pointer;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
    width: 50px;
    height: 50px;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
  }
  .mob-btn span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: gray;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  }
  .mob-btn .icon-left-1 {
    display: none;
    background: none;
    height: 0;
    width: 0;
  }
  .mob-btn span + span {
    margin-top: 5px;
  }
}
.back-to-screen {
  display: none;
  font-size: 17px;
  position: fixed;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  z-index: 1;
  cursor: pointer;
  right: 2px;
  top: 8px;
  transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  -webkit-transition: all ease-out 0.5s;
}

body.show-menu {
  overflow: hidden;
  background: #fff;
}
body.show-menu .mob-btn {
  z-index: 9;
}
body.show-menu .mob-btn span + span {
  width: 80%;
}
body.show-menu .mob-btn span + span + span {
  width: 50%;
}

/* ================================
            Slick Slider
============================== */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider *:focus {
  outline: none;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: #000;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: 0;
  outline: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 1;
  -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.1);
          box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.1);
}
@media (max-width: 1450px) {
  .slick-prev,
.slick-next {
    width: 35px;
    height: 35px;
  }
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.36);
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.36);
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  font-size: 17px;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  font-family: "deafult-icons";
  font-size: 15px;
  line-height: 1;
  color: #fff;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.slick-prev {
  left: 35px;
}
@media (max-width: 992px) {
  .slick-prev {
    left: 15px;
  }
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -60px;
}
@media (max-width: 1450px) {
  [dir=rtl] .slick-prev {
    left: 0;
  }
}
.slick-prev:before {
  content: "\e803";
}
[dir=rtl] .slick-prev:before {
  content: "\e804";
}

.slick-next {
  right: 35px;
}
@media (max-width: 992px) {
  .slick-next {
    right: 15px;
  }
}
[dir=rtl] .slick-next {
  left: -60px;
  right: auto;
}
@media (max-width: 1450px) {
  [dir=rtl] .slick-next {
    right: 0;
  }
}
.slick-next:before {
  content: "\e804";
}
[dir=rtl] .slick-next:before {
  content: "\e803";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: cener;
  padding: 0 15px;
  margin: 0;
}
@media (min-width: 1200px) {
  .slick-dots li {
    margin: 0 10px 0 0;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li + li {
  margin-left: 10px;
}
.slick-dots li button {
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f111";
  width: 15px;
  height: 15px;
  font-family: "deafult-icons";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button {
  background-color: #23C0EF;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .slick-dots li {
    margin: 0 5px;
  }
  .slick-dots li button {
    border-width: 1px;
    height: 12px;
    width: 12px;
  }
}

.dots-left .slick-dots {
  left: 0;
}

.dots-right .slick-dots {
  right: 0;
}

.dots-center .slick-dots {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* ================================
        Popup and Popover
================================= */
.ff-secondary {
  font-family: "Hind", sans-serif;
}

.main-banner h1 {
  font-family: "Hind", sans-serif;
}

html::-webkit-scrollbar {
  width: 5px;
}

html::-webkit-scrollbar-track {
  background-color: #ebebeb;
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #ccc;
}

.main-header {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  left: 0;
  top: 0;
  height: 5rem;
  z-index: 1049;
  border-bottom: 1px solid #F0F0F0;
  background-color: #fff;
}
@media (max-width: 767px) {
  .main-header {
    height: 4.0625rem;
  }
}
.main-header .container {
  height: 100%;
}

.left-nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 50px;
}
@media (min-width: 768px) {
  .left-nav-wrap {
    margin-left: 0px;
  }
}
@media (min-width: 992px) {
  .left-nav-wrap {
    margin-left: 50px;
  }
}
@media (min-width: 1200px) {
  .left-nav-wrap {
    margin-left: 0px;
  }
}
.left-nav-wrap img {
  width: 60px;
  margin-top: -5px;
}
@media (min-width: 768px) {
  .left-nav-wrap img {
    width: 105px;
    margin-top: 0;
  }
}
.left-nav-wrap .left-nav {
  padding-left: 10px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
@media (min-width: 768px) {
  .left-nav-wrap .left-nav {
    padding-left: 45px;
  }
}
.left-nav-wrap .left-nav > li {
  display: inline-block;
  position: relative;
  padding: 0 25px;
  line-height: 3.4375rem;
}
@media (max-width: 1350px) {
  .left-nav-wrap .left-nav > li {
    padding: 0 18px;
  }
}
.left-nav-wrap .left-nav > li > a {
  display: block;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  position: relative;
  color: #7C8796;
  font-weight: 600;
}
.left-nav-wrap .left-nav > li > a:before {
  position: absolute;
  content: "";
  width: 0;
  left: 0;
  bottom: -4px;
  height: 2px;
  background: #2A3844;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}
@media (min-width: 768px) {
  .left-nav-wrap .left-nav > li > a:before {
    bottom: -13px;
  }
}
.left-nav-wrap .left-nav > li > a.active:before {
  width: 100%;
}
.left-nav-wrap .left-nav > li:hover > a {
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}
.left-nav-wrap .left-nav > li:hover > a:before {
  width: 100%;
}
.left-nav-wrap .left-nav > li:hover > ul {
  display: block;
}
.left-nav-wrap .left-nav li {
  padding: 0px 11px;
}
@media (min-width: 768px) {
  .left-nav-wrap .left-nav li {
    padding: 0px 15px;
  }
}
.left-nav-wrap .left-nav li a {
  display: block;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  position: relative;
  color: #2A3844;
  font-weight: 600;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 14px;
}
@media (min-width: 768px) {
  .left-nav-wrap .left-nav li a {
    font-size: 16px;
  }
}
.left-nav-wrap .left-nav li a:hover {
  color: #23C0EF;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.stats-section .stat-card, .category-section .card, .feature-section .card {
  position: relative;
}
.stats-section .stat-card:before, .category-section .card:before, .feature-section .card:before {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 2px;
  opacity: 0;
  left: 0;
  width: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  background-color: #23C0EF;
  -webkit-transition: 0.8s all;
  transition: 0.8s all;
}
.stats-section .stat-card:hover:before, .category-section .card:hover:before, .feature-section .card:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 1;
}

.clients-section .col-img, .clients-section .col-content, .getstart-section .rowstart .col-icon, .getstart-section .rowstart .col-info, .getstart-section .spec-card-info, .getstart-section .spec-card-img, .spec-section .spec-card-info, .spec-section .spec-card-img, .main-banner .bnr-lottie, .main-banner .bnr-text, .col-head {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 991px) {
  .max-991-hide {
    display: none;
  }
}

@media (max-width: 767px) {
  .max-767-hide {
    display: none;
  }
}

@media (max-width: 767px) {
  .max-568-hide {
    display: none;
  }
}

.max-991-show {
  display: none;
}
@media (max-width: 991px) {
  .max-991-show {
    display: block;
  }
}

.max-767-show {
  display: none;
}
@media (max-width: 767px) {
  .max-767-show {
    display: block;
  }
}

.max-567-show {
  display: none;
}
@media (max-width: 567px) {
  .max-567-show {
    display: block;
  }
}

@media (max-width: 767px) {
  .max-767-hide-imp {
    display: none !important;
  }
}

.head {
  font-weight: bold;
  letter-spacing: 0.01em;
  color: #2a3844;
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 992px) {
  .head {
    font-size: 1.5rem;
  }
}

.head-sm {
  font-size: 14px;
  color: #2a3844;
  line-height: 20px;
  font-weight: normal;
  letter-spacing: 0.01em;
}
@media (min-width: 992px) {
  .head-sm {
    font-size: 1.1875rem;
    line-height: 26px;
    letter-spacing: 0.01em;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #5d677e;
  }
}

@media (min-width: 992px) {
  .col-head {
    max-width: 68.88%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65.88%;
            flex: 0 0 65.88%;
  }
}

.bg-light {
  background-color: #F9FAFC !important;
}
@media (min-width: 992px) {
  .bg-light {
    background-color: #F4F8FA !important;
  }
}

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

.btn {
  margin-top: 0.9375rem;
  width: 12.5rem;
  height: 3rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-primary {
  color: #fff;
}
.btn-outline-primary:hover {
  color: #fff;
}

.c0 {
  color: #5d677e;
}

.c1,
.dark {
  color: #2a3844;
}

.c11,
.dark1 {
  color: #2e404e;
}

.c2 {
  color: #7c8796;
}

.c3 {
  color: #bac3cf;
}

.c4 {
  color: #4d748c;
}

.c5 {
  color: #3f5e72;
}

.c6 {
  color: #46697f;
}

.c7 {
  color: #395366;
}

.c8 {
  color: #3f536e;
}

.c9 {
  color: #8dabc4;
}

.ttl {
  color: #2A3844;
  font-weight: 600;
  margin-bottom: 0.625rem;
}

.fz-15 {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  letter-spacing: 0.15px;
}

.fz-14 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.15px;
}

.fz-12 {
  font-size: 0.75rem;
  line-height: 1.25rem;
  letter-spacing: 0.15px;
}

.lt-sky-bg {
  background-color: #f8fdff;
}

.f-500 {
  font-weight: 500;
}

@media (min-width: 1200px) {
  .desk-hide {
    display: none;
  }
  .main-nav > ul {
    margin: 0;
    padding: 0;
  }
  .main-nav > ul > li {
    display: inline-block;
    position: relative;
    padding: 0 25px;
    line-height: 3.4375rem;
  }
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .main-nav > ul > li {
    padding: 0 18px;
  }
}
@media (min-width: 1200px) {
  .main-nav > ul > li > a {
    display: block;
    padding-left: 0;
    padding-right: 0;
    text-decoration: none;
    position: relative;
    color: #2A3844;
    font-weight: 600;
  }
  .main-nav > ul > li > a:hover {
    color: #23C0EF;
  }
  .main-nav > ul > li > a:before {
    position: absolute;
    width: 0;
    left: 0;
    bottom: 0;
    height: 3px;
    background: #2a3844;
    transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
  }
  .main-nav > ul > li > a.active:before {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .main-nav > ul > li:hover > a {
    transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
  }
  .main-nav > ul > li:hover > a:before {
    width: 100%;
  }
  .main-nav > ul > li:hover > ul {
    display: block;
  }
}
@media (min-width: 1200px) {
  .main-nav > ul > li:last-child a {
    color: #23C0EF;
  }
}
@media (min-width: 1200px) {
  .mob-btn {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  /*==== Menu ====*/
  .main-nav {
    display: block;
    position: fixed;
    max-width: 100%;
    top: 65px;
    padding: 45px;
    padding-top: 35px;
    right: 0;
    height: 100%;
    transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    z-index: 3;
    width: 100%;
    height: 100%;
    overflow: auto;
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: opacity 0.3s ease-in, transfrom 0.3s ease-out;
    transition: opacity 0.3s ease-in, transfrom 0.3s ease-out;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    background: #fff;
  }
  .main-nav ul {
    margin: 0;
    padding: 0;
    display: block;
    margin-top: 0px;
  }
  .main-nav ul.mnav {
    margin-bottom: 30px;
  }
  .main-nav ul li {
    display: block;
    position: relative;
  }
  .main-nav ul li span {
    display: none;
  }
  .main-nav ul li a {
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.05rem;
    display: block;
    padding: 11px 11px;
    font-weight: 500;
    padding-left: 0;
    padding-right: 0;
    color: #2A3844;
    border-bottom: 1px solid #F0F2F4;
  }
  .main-nav ul ul {
    margin: 0;
    display: none;
  }
  .main-nav ul ul li:last-child {
    border-bottom: 0;
  }
  .main-nav ul ul li a {
    padding-left: 20px;
  }
  .main-nav ul ul li ul a {
    padding-left: 30px;
  }
  .mob-btn {
    position: absolute;
    margin: 0px;
    background-color: transparent;
    cursor: pointer;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
    width: 50px;
    height: 50px;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 15px;
  }
  .mob-btn span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: #23C0EF;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  }
  .mob-btn .icon-left-1 {
    display: none;
    background: none;
    height: 0;
    width: 0;
  }
  .mob-btn span + span {
    margin-top: 5px;
  }
}
.back-to-screen {
  display: none;
  font-size: 17px;
  position: fixed;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  z-index: 1;
  cursor: pointer;
  right: 2px;
  top: 8px;
  transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  -webkit-transition: all ease-out 0.5s;
}

body.show-menu {
  overflow: hidden;
  background: #fff;
}
body.show-menu .mob-btn {
  z-index: 9;
}
body.show-menu .mob-btn span + span {
  width: 80%;
}
body.show-menu .mob-btn span + span + span {
  width: 50%;
}

.main-banner {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #F9FAFC;
}
@media (min-width: 768px) {
  .main-banner {
    min-height: 360px;
  }
}
@media (min-width: 992px) {
  .main-banner {
    min-height: 560px;
    background-color: #fff;
    padding-bottom: 0;
    padding-top: 3.4375rem;
  }
}
.main-banner .bnr-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .main-banner .bnr-text {
    max-width: 53%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 53%;
            flex: 0 0 53%;
  }
}
.main-banner .homebanner-btn .sign-up {
  color: #23C0EF;
  font-size: 18px;
  width: inherit;
  height: inherit;
  margin-left: 18px;
  font-weight: 500;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.main-banner .homebanner-btn .sign-up .arrow {
  margin-top: 6px;
  display: none !important;
}
.main-banner .homebanner-btn .sign-up:hover {
  color: #5d677e;
}
.main-banner .homebanner-btn .sign-up:hover .arrow {
  fill: #5d677e;
  stroke: #5d677e;
  transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  margin-left: 6px;
}
.main-banner .homebanner-btn svg.arrow {
  color: #23C0EF;
  width: 12px;
  margin-left: 13px;
  fill: #23C0EF;
  stroke: #23C0EF;
  transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
}
.main-banner .homebanner-btn .btn-primary {
  width: inherit;
  height: inherit;
  font-size: 17px;
  padding: 12px 20px;
  position: relative;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.main-banner .homebanner-btn .btn-primary svg.arrow {
  display: none !important;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  fill: #fff;
  stroke: #fff;
  transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
}
.main-banner .homebanner-btn .btn-primary:hover .arrow {
  transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  right: 23px;
}
.main-banner .bnr-lottie {
  position: relative;
  display: none;
}
@media (min-width: 992px) {
  .main-banner .bnr-lottie {
    max-width: 47%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
    display: block;
  }
}
@media (min-width: 1600px) {
  .main-banner .bnr-lottie {
    min-height: 500px;
  }
}
.main-banner .banner-shape {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 26%;
  display: none;
  z-index: 1;
}
@media (min-width: 992px) {
  .main-banner .banner-shape {
    display: block;
  }
}
.main-banner h1 {
  font-weight: 700;
  letter-spacing: 1.2px;
  margin-bottom: 0.9375rem;
  font-size: 24px;
}
@media (min-width: 768px) {
  .main-banner h1 {
    line-height: 2.8125rem;
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .main-banner h1 {
    line-height: 4.3125rem;
    font-size: 3.75rem;
  }
}
.main-banner p {
  letter-spacing: 0.21px;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #2a3844;
}
@media (min-width: 768px) {
  .main-banner p {
    font-size: 18px;
    line-height: 24px;
    color: #5d677e;
  }
}
.main-banner .btn {
  margin-top: 0.9375rem;
  width: 12.5rem;
  height: 3rem;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.feature-section {
  position: relative;
  padding-bottom: 34px;
  overflow: hidden;
  /* the parent */
}
@media (min-width: 992px) {
  .feature-section {
    padding-bottom: 60px;
  }
}
.feature-section:before {
  content: "";
  position: absolute;
  height: 100%;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: #F9FAFC;
}
@media (min-width: 992px) {
  .feature-section:before {
    height: 65%;
    background-color: #F4F8FA;
  }
}
.feature-section .slick-next:before {
  content: "";
  position: absolute;
  background-image: url(../images/syne2/icons/arrow-right.svg);
  width: 10px;
  height: 18px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.feature-section .slick-prev:before {
  content: "";
  position: absolute;
  background-image: url(../images/syne2/icons/arrow-left.svg);
  width: 10px;
  height: 18px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.feature-section .feature-slider {
  display: none;
}
.feature-section .feature-slider.slick-initialized {
  display: block !important;
}
.feature-section .slick-dots {
  top: calc(100% + 10px);
  bottom: inherit;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.feature-section .slick-dots li button {
  width: 8px;
  height: 8px;
  background: #d4dae3;
}
.feature-section .slick-dots li.slick-active button {
  background-color: #23C0EF;
}
@media (min-width: 992px) {
  .feature-section .col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 123%;
            flex: 0 0 123%;
    max-width: 123%;
  }
}
@media (min-width: 1600px) {
  .feature-section .col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 135%;
            flex: 0 0 135%;
    max-width: 135%;
  }
}
.feature-section .slick-list {
  padding-left: 0 !important;
}
.feature-section .slick-slide {
  margin: 0 10px;
}
@media (min-width: 768px) {
  .feature-section .slick-slide {
    margin: 0 15px;
  }
}
.feature-section .slick-list {
  margin: 0 -10px;
}
@media (min-width: 768px) {
  .feature-section .slick-list {
    margin: 0 -15px;
  }
}
.feature-section .slick-next,
.feature-section .slick-prev {
  height: 40px;
  width: 40px;
  background: white;
  color: #000;
  top: calc(100% + 20px);
  -webkit-transform: inherit;
          transform: inherit;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #E0E6EE;
}
.feature-section .slick-next:before,
.feature-section .slick-prev:before {
  color: #000;
}
.feature-section .slick-next {
  left: 55px;
}
.feature-section .slick-prev {
  left: 0px;
  right: auto;
}
.feature-section .card {
  border-radius: 2.6px;
  background: #fff;
  border: 1px solid #e0e6ee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px;
  min-height: 220px;
}
@media (min-width: 1600px) {
  .feature-section .card {
    min-height: 230px;
  }
}
@media (min-width: 768px) {
  .feature-section .card {
    padding: 1.875rem;
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .feature-section .card {
    min-height: 270px;
  }
}
.feature-section .card-img {
  display: none;
  margin-right: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}
@media (min-width: 992px) {
  .feature-section .card-img {
    display: block;
  }
}
.feature-section .card-img img {
  width: 7.1875rem;
  height: auto;
}
@media (min-width: 992px) {
  .feature-section .card-body {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
}
.feature-section .card-body p {
  font-size: 14px;
  color: #7C8796;
  line-height: 22px;
}
.feature-section .card-body .explore {
  font-weight: 500;
  font-size: 16px;
  color: #23c0ef;
}
.feature-section .card-title-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.feature-section .card-title-sec h3 {
  font-weight: 700;
  font-size: 18px;
  color: #2a3844;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .feature-section .card-title-sec h3 {
    font-size: 1.125rem;
  }
}
.feature-section .card-title-sec img {
  margin-right: 15px;
  height: 60px;
  display: block;
  width: auto;
}
@media (min-width: 768px) {
  .feature-section .card-title-sec img {
    height: 2.75rem;
  }
}
@media (min-width: 992px) {
  .feature-section .card-title-sec img {
    display: none;
  }
}

.category-section {
  padding: 30px 0px;
}
@media (min-width: 992px) {
  .category-section {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
}
.category-section .slick-dots {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.category-section .slick-dots li button {
  width: 8px;
  height: 8px;
  background: #d4dae3;
}
.category-section .slick-dots li.slick-active button {
  background-color: #23C0EF;
}
@media (min-width: 768px) {
  .category-section .collapse,
.category-section .collapsing {
    display: block !important;
    height: auto !important;
    visibility: visible;
  }
}
.category-section .category-slider {
  display: none;
}
.category-section .category-slider.slick-initialized {
  display: block !important;
}
.category-section .slick-next,
.category-section .slick-prev {
  height: 40px;
  width: 40px;
  background: white;
  color: #000;
  top: -70px;
  -webkit-transform: inherit;
          transform: inherit;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #E0E6EE;
}
.category-section .slick-next:before,
.category-section .slick-prev:before {
  color: #000;
}
.category-section .slick-next:before {
  content: "";
  position: absolute;
  background-image: url(../images/syne2/icons/arrow-right.svg);
  width: 10px;
  height: 18px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.category-section .slick-prev:before {
  content: "";
  position: absolute;
  background-image: url(../images/syne2/icons/arrow-left.svg);
  width: 10px;
  height: 18px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.category-section .slick-next {
  right: 15px;
}
.category-section .slick-prev {
  right: 70px;
  left: auto;
}
.category-section .head-sm {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .category-section .head-sm {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .category-section .col-head {
    max-width: 78%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 78%;
            flex: 0 0 78%;
  }
}
.category-section .card {
  border-radius: 2.6px;
  background: #fff;
  border: 1px solid #e0e6ee;
  margin-bottom: 28px;
  min-height: 90px;
}
@media (min-width: 768px) {
  .category-section .card {
    height: 220px;
  }
}
.category-section .card-header {
  padding: 20px 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .category-section .card-header {
    padding-top: 1.5625rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    padding-bottom: 0.5625rem;
  }
}
.category-section .card-title {
  font-weight: 700;
  font-size: 16px;
  color: #2a3844;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .category-section .card-title {
    font-size: 1rem;
  }
}
.category-section .card-icon {
  margin-right: 15px;
}
.category-section .card-icon img {
  width: auto;
}
@media (min-width: 768px) {
  .category-section .card-icon img {
    height: 2.75rem;
  }
}
.category-section .card-body {
  padding: 10px 20px 20px;
}
@media (min-width: 768px) {
  .category-section .card-body {
    padding-top: 0.5625rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
.category-section .card-body p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 20px;
}

.spec-section {
  padding: 30px 0px 0px;
}
@media (min-width: 992px) {
  .spec-section {
    padding-top: 4.6875rem;
  }
}
.spec-section .col-img {
  position: relative;
  text-align: right;
  display: none;
}
@media (min-width: 992px) {
  .spec-section .col-img {
    display: block;
  }
}
.spec-section .col-img .shape-main {
  width: 60.5%;
  height: auto;
}
.spec-section .spec-wrap {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .spec-section .spec-wrap {
    padding-top: 5.25rem;
  }
}
.spec-section .spec-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px -15px 38px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  .spec-section .spec-card {
    margin-bottom: 3.375rem;
  }
}
.spec-section .spec-card-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto !important;
  max-width: none;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .spec-section .spec-card-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .spec-section .spec-card-img {
    margin-bottom: 1.25rem;
  }
}
.spec-section .spec-card-img img {
  height: 54px;
  width: auto;
}
@media (min-width: 992px) {
  .spec-section .spec-card-img img {
    height: 3.125rem;
  }
}
.spec-section .spec-card-info {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 768px) {
  .spec-section .spec-card-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.spec-section .spec-card-info p {
  font-weight: 500;
  font-size: 14px;
  color: #5d677e;
  margin-bottom: 0;
  line-height: 20px;
}
@media (min-width: 992px) {
  .spec-section .spec-card-info p {
    font-size: 0.875rem;
  }
}
.spec-section .spec-card-title {
  font-weight: 700;
  font-size: 16px;
  color: #2a3844;
}
@media (min-width: 992px) {
  .spec-section .spec-card-title {
    font-size: 1rem;
  }
}

.works-section {
  padding: 35px 0px 0px;
}
@media (min-width: 992px) {
  .works-section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.works-section .head-md {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 24px;
  color: #7c8796;
}
@media (min-width: 768px) {
  .works-section .head-md {
    font-size: 17px;
    letter-spacing: 0.05em;
    line-height: 24px;
  }
}
.works-section .container-steps {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .works-section .container-steps {
    width: 80%;
  }
}
.works-section .steps-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  .works-section .steps-wrap {
    margin-left: -35px;
    margin-right: -35px;
  }
}
.works-section .step {
  text-align: center;
  padding-top: 36px;
  padding-bottom: 45px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (min-width: 768px) {
  .works-section .step {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 45px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 0;
  }
}
.works-section .step:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 70px;
  left: 50%;
  top: calc(100% - 45px);
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  background-image: url(../images/syne2/icons/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .works-section .step:before {
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.works-section .step:last-of-type:before {
  display: none;
}
.works-section .step-count {
  width: 44px;
  height: 44px;
  -webkit-box-shadow: 3px 3px 0 0 rgba(22, 192, 239, 0.3);
          box-shadow: 3px 3px 0 0 rgba(22, 192, 239, 0.3);
  border: solid 1px #16c0ef;
  background-color: #ffffff;
  border-radius: 50%;
  color: #16c0ef;
  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-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .works-section .step-count {
    width: 2.75rem;
    height: 2.75rem;
    font-size: 1.1875rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
  }
}
.works-section .step-info h3 {
  font-weight: bold;
  font-size: 19px;
  color: #2a3844;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .works-section .step-info h3 {
    font-size: 1.1875rem;
  }
}
.works-section .step-info h3 p {
  font-weight: 500;
  font-size: 14px;
  color: #5d677e;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .works-section .step-info h3 p {
    font-size: 0.875rem;
  }
}
.stats-section {
  background-size: cover;
  padding: 32px 0px 5px;
}
@media (min-width: 992px) {
  .stats-section {
    padding-top: 6.5625rem;
    padding-bottom: 2.1875rem;
    background-image: url(../images/syne2/icons/shape-map.svg);
  }
}
.stats-section .stat-wrap {
  padding-top: 32px;
}
@media (min-width: 768px) {
  .stats-section .stat-wrap {
    padding-top: 3.75rem;
  }
}
.stats-section .stat-card {
  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;
  margin-bottom: 30px;
  height: calc(100% - 30px);
}
.stats-section .stat-card-count h2 {
  font-weight: bold;
  letter-spacing: 0.01em;
  color: #23c0ef;
  font-size: 30px;
}
@media (min-width: 768px) {
  .stats-section .stat-card-count h2 {
    font-size: 1.6875rem;
  }
}
.stats-section .stat-card-info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.stats-section .stat-card-info p {
  font-weight: 500;
  font-size: 14px;
  color: #2a3844;
}
@media (min-width: 768px) {
  .stats-section .stat-card-info p {
    font-size: 0.875rem;
  }
}
.stats-section .stat-card-title {
  font-weight: 700;
  font-size: 16px;
  color: #2a3844;
}
@media (min-width: 768px) {
  .stats-section .stat-card-title {
    font-size: 1rem;
  }
}

.getstart-section {
  padding: 32px 0px 5px;
}
@media (min-width: 992px) {
  .getstart-section {
    padding-top: 4rem;
    padding-bottom: 3.4375rem;
  }
}
.getstart-section .btn {
  max-width: 105px;
}
.getstart-section p {
  font-size: 14px;
  line-height: 20px;
}
.getstart-section .spec-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px -15px 38px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  .getstart-section .spec-card {
    margin-bottom: 3.375rem;
  }
}
.getstart-section .spec-card-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto !important;
  max-width: none;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .getstart-section .spec-card-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .getstart-section .spec-card-img {
    margin-bottom: 1.25rem;
  }
}
.getstart-section .spec-card-img img {
  height: 54px;
  width: 50px;
}
@media (min-width: 992px) {
  .getstart-section .spec-card-img img {
    height: 3.375rem;
    width: 3.125rem;
  }
}
.getstart-section .spec-card-info {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 768px) {
  .getstart-section .spec-card-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.getstart-section .spec-card-info p {
  font-weight: 500;
  font-size: 14px;
  color: #5d677e;
  margin-bottom: 0;
  line-height: 20px;
}
@media (min-width: 992px) {
  .getstart-section .spec-card-info p {
    font-size: 0.875rem;
  }
}
.getstart-section .spec-card-info p a {
  white-space: nowrap;
}
.getstart-section .spec-card-title {
  font-weight: 700;
  font-size: 16px;
  color: #2a3844;
}
@media (min-width: 992px) {
  .getstart-section .spec-card-title {
    font-size: 1rem;
  }
}
.getstart-section .rowstart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  .getstart-section .rowstart {
    margin: 0px -37px;
  }
}
.getstart-section .rowstart .col-info {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .getstart-section .rowstart .col-info {
    padding-left: 37px;
    padding-right: 37px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .getstart-section .rowstart .col-info {
    max-width: 44%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44%;
            flex: 0 0 44%;
  }
}
@media (min-width: 768px) {
  .getstart-section .rowstart .col-icon {
    padding-left: 37px;
    padding-right: 37px;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (min-width: 992px) {
  .getstart-section .rowstart .col-icon {
    max-width: 28%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28%;
            flex: 0 0 28%;
  }
}

.clients-section {
  padding: 35px 0px;
}
@media (min-width: 992px) {
  .clients-section {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
.clients-section .client-wrap .col-3 {
  text-align: center;
}
.clients-section .client-wrap img {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .clients-section .col-content {
    max-width: 54.2%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.2%;
            flex: 0 0 54.2%;
  }
}
.clients-section .col-content .btn {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .clients-section .col-content .btn {
    margin-bottom: 3.75rem;
  }
}
.clients-section .col-content .head span {
  font-size: 24px;
}
@media (min-width: 768px) {
  .clients-section .col-content .head span {
    font-size: 1.6875rem;
  }
}
.clients-section .col-content p {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .clients-section .col-content p {
    margin-bottom: 1.875rem;
  }
}
.clients-section .col-img {
  text-align: right;
  position: relative;
  display: none;
}
@media (min-width: 992px) {
  .clients-section .col-img {
    max-width: 45.8%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.8%;
            flex: 0 0 45.8%;
    display: block;
  }
}
.clients-section .col-img .logo-main {
  width: 72%;
  z-index: 1;
  position: relative;
  margin-top: 15%;
  height: auto;
}
.clients-section .col-img .shape-main {
  width: 82.5%;
  position: absolute;
  right: 0px;
}

@-webkit-keyframes boom {
  0% {
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes boom {
  0% {
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.atime-1 {
  -webkit-animation-delay: 0ms !important;
          animation-delay: 0ms !important;
}

.atime-2 {
  -webkit-animation-delay: 80ms !important;
          animation-delay: 80ms !important;
}

.atime-3 {
  -webkit-animation-delay: 160ms !important;
          animation-delay: 160ms !important;
}

body {
  padding-right: 0 !important;
}
body.modal-open {
  padding-right: 0 !important;
}
@media (min-width: 992px) {
  body.modal-open .left-sidebar {
    position: relative;
    top: 0;
  }
}
@media (max-width: 991px) {
  body.modal-open #left-sidebar {
    display: none !important;
  }
}
body.modal-open .mob-btm-menu {
  display: none;
}
body.page-create-project .mob-btm-menu {
  display: none;
}
body.page-create-project .footer-menu {
  display: none;
}
body.page-organisation-timeline .footer-menu {
  display: none;
}
body.footer-hide .footer-menu {
  display: none;
}
body .page-wrap {
  padding-bottom: 4.6875rem;
}
body.show-create-mobilemenu .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 32, 38, 0.6);
  z-index: 10;
}
body.show-create-mobilemenu .mob-create-menu {
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  bottom: 0;
  z-index: 11111111;
}
body.show-create-mobilemenu .mob-btm-menu {
  bottom: -100%;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}
body.show-create-mobilemenu .menu-close {
  position: absolute;
  top: -65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  body.has-footer .page-wrap {
    padding-bottom: 2.5rem;
  }
}
body.has-footer .mob-btm-menu {
  display: none !important;
}
body.page-projects-view {
  padding-top: 5.9375rem;
}
@media (max-width: 767px) {
  body.page-projects-view {
    padding-top: 55px;
  }
}
body.page-projects-view .project-logged-header {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 auto;
  background: white;
  z-index: 1040;
  border-bottom: 1px solid #e0e6ee;
  z-index: 9;
  width: 100%;
  background-color: #fff;
}
body.page-projects-view .project-logged-header .project-previev {
  display: none !important;
}
@media (max-width: 767px) {
  body.page-projects-view .project-logged-header .project-previev {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  body.page-projects-view .project-logged-header .logo img {
    width: 50px;
  }
}
body.page-projects-view .project-logged-header .container {
  height: 5.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  body.page-projects-view .project-logged-header .container {
    height: 55px;
  }
}
body.page-projects-view .project-logged-header .project-action .btn {
  width: 9.75rem;
  height: 2.875rem;
  border-radius: 3px;
  font-size: 0.9375rem;
}
body.page-projects-view .project-logged-header .project-action .btn i {
  color: #23C0EF;
  font-size: 12px;
}
body.page-projects-view .project-logged-header .project-action .btn:hover i {
  color: white;
}
body.page-projects-view .project-logged-header .project-action .btn.btn-publish i {
  color: #fff;
}
@media (max-width: 767px) {
  body.page-projects-view .project-logged-header .project-action {
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0;
    background-color: white;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0 !important;
  }
  body.page-projects-view .project-logged-header .project-action .btn {
    border: solid 1px #e0e6ee;
    width: 100%;
    margin: 0 !important;
    border-radius: 0 !important;
  }
  body.page-projects-view .project-logged-header .project-action .btn.btn-publish {
    border-left: 0 !important;
  }
}
body.page-projects-view .syne-header {
  display: none;
}
body.page-projects-view.sign-in {
  padding-top: 5.9375rem;
}
body.page-projects-view.sign-in .left-sidebar-wrap {
  display: none;
}
@media (max-width: 767px) {
  body.page-projects-view.sign-in {
    padding-top: 3.75rem;
  }
}
body.page-projects-view.sign-in .syne-header {
  display: block;
}
body.page-timeline .footer-menu {
  display: none !important;
}
@media (max-width: 767px) {
  body.top-page-back-hdr .top-page-back {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 12;
  }
}
body.user-login .left-sidebar,
body.user-login .setting-submenu-items {
  display: none;
}
body.user-login .hdr-message {
  display: none;
}
body.user-login .hdr-notify {
  display: none;
}
body.user-login .user-profile-dropdown {
  display: none;
}
body.user-login .hdr-user-login {
  display: block;
}
@media (max-width: 991px) {
  body.user-login .hdr-user-login {
    display: none;
  }
}
body.user-login .user-login-menu {
  display: block;
}
body.show-menu.user-login .left-sidebar,
body.show-menu.user-login .setting-submenu-items {
  display: none;
}
body.slide-open.typeFilter-open .typeFilters {
  left: 0;
}
body.slide-open.typeCatogoryFilters-open .typeCatogoryFilters {
  left: 0;
}
body.show-menu .mobile-setting-wrap .top-page-back {
  display: none;
}
body.setting-submenu-open .mobile-setting-wrap .top-page-back {
  display: none;
}
body.otp-verification .syne-header {
  z-index: 99;
}
body.otp-verification .mob-btm-menu {
  display: none !important;
}
body.chatboxOpen .chatbox-close {
  visibility: visible;
}
body.chatboxOpen .chatbox-col {
  right: 0;
}
@media (max-width: 991px) {
  body.chatboxOpen .chatbox-col .chat-list-hdr {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 1044;
  }
}
body.bannerOpenEdit {
  width: 100%;
  overflow: hidden;
}
body.bannerOpenEdit .mob-btm-menu {
  display: none !important;
}

@media (max-width: 767px) {
  .footer {
    padding-bottom: 60px;
  }
}

.footer-menu {
  padding-top: 4.0625rem;
  padding-bottom: 4.0625rem;
}
@media (max-width: 767px) {
  .footer-menu {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
@media (max-width: 767px) {
  .footer-menu .ftr-menu-col {
    margin-bottom: 0.9375rem;
  }
}
.footer-menu .ftr-menu-col .ttl {
  font-size: 15px;
  color: #506C85;
  font-weight: 700;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .footer-menu .ftr-menu-col .ttl {
    font-size: 16px;
    font-weight: 700;
  }
}
.footer-menu .ftr-menu-col .ttl-ftr i {
  transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  font-size: 19px;
  margin-right: 15px;
  width: 13px;
  height: 13px;
}
.footer-menu .ftr-menu-col .ttl-ftr i img {
  display: block !important;
}
.footer-menu .ftr-menu-col.open ul {
  display: block !important;
}
.footer-menu .ftr-menu-col.open .ttl-ftr i {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.footer-menu li {
  font-size: 14px;
  margin-bottom: 0.375rem;
}
@media (max-width: 767px) {
  .footer-menu li {
    margin-bottom: 0.625rem;
  }
}
.footer-menu li a {
  color: #506C85;
  text-decoration: none;
}
.footer-menu li a:hover {
  color: #0d91b8;
}
.footer-menu .form-control {
  padding-right: 5.625rem;
}
.footer-menu .btn-suscribe {
  width: 5.625rem;
  position: absolute;
  right: 19px;
  top: 5px;
  background: white;
}
@media (max-width: 767px) {
  .footer-menu ul {
    display: none;
  }
}

@media (max-width: 767px) {
  .ftr-menu-col-3 {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 768px) {
  .privecy-text {
    border-top: 1px solid #e3eaed;
  }
}
@media (max-width: 767px) {
  .privecy-text {
    text-align: center;
    padding-top: 0 !important;
  }
}
.privecy-text p a {
  color: #506d85;
}

.section-error-row {
  padding-bottom: 6.25rem;
  padding-left: 5.3125rem;
}
@media (max-width: 767px) {
  .section-error-row {
    padding-left: 0;
    padding-bottom: 2.1875rem;
  }
}
@media (max-width: 767px) {
  .section-error-row .error-image-bx img {
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .error-text-bx {
    text-align: center;
    padding-top: 2.8125rem;
  }
}

.mob-btm-menu {
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
  -webkit-box-shadow: 0 -1px 5px 0 #e0e6ee;
          box-shadow: 0 -1px 5px 0 #e0e6ee;
}
@media (max-width: 767px) {
  .mob-btm-menu {
    display: block;
  }
}
.mob-btm-menu .start-plus-button {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 25px;
  background: white;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.mob-btm-menu .start-plus-button:active, .mob-btm-menu .start-plus-button:focus {
  outline: none !important;
}
.mob-btm-menu .start-plus-button:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-box-shadow: 0 -1px 5px 0 #e0e6ee;
          box-shadow: 0 -1px 5px 0 #e0e6ee;
  z-index: 1;
  background: white;
  top: -8px;
  width: 54px;
  height: 50px;
  left: -6px;
}
.mob-btm-menu .start-plus-button:after {
  content: "";
  position: absolute;
  width: 60px;
  background: white;
  top: 7px;
  height: 28px;
  left: -8px;
  z-index: 2;
}
.mob-btm-menu .start-plus-button a {
  width: 42px;
  height: 42px;
  border: 1px solid #23C0EF;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #23C0EF;
  position: relative;
  z-index: 3;
  text-decoration: none;
}
.mob-btm-menu .start-plus-button a:active, .mob-btm-menu .start-plus-button a:focus {
  outline: none !important;
}
.mob-btm-menu .mob-btm-menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mob-btm-menu .float-menu-left,
.mob-btm-menu .float-menu-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}
.mob-btm-menu .mob-btm-menu-item {
  font-size: 10px;
  width: 50%;
}
.mob-btm-menu .mob-btm-menu-item a {
  color: #7c8796;
  letter-spacing: -0.2px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  text-decoration: none;
}
.mob-btm-menu .mob-btm-menu-item a.notify i {
  position: relative;
}
.mob-btm-menu .mob-btm-menu-item a.notify i:after {
  top: -4px;
  right: -6px;
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #e83e8c;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.mob-btm-menu .mob-btm-menu-item a i {
  font-size: 20px;
  margin-bottom: 5px;
}
.mob-btm-menu .mob-btm-menu-item.active a {
  color: #23C0EF !important;
}
.mob-btm-menu .mob-btm-menu-item.active a i {
  color: #23C0EF !important;
}

.mob-create-menu {
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  padding-left: 25px;
  padding-right: 25px;
  background: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 99%;
  margin: 0 auto;
}
.mob-create-menu .mob-create-menu-item .itmlink {
  width: 100%;
}
.mob-create-menu .mob-create-menu-item a {
  display: block;
  padding-bottom: 15px;
  padding-top: 15px;
  color: #5d677e;
  font-size: 14px;
  text-decoration: none !important;
}
.mob-create-menu .mob-create-menu-item .drafts-items {
  font-size: 11px;
  color: #23C0EF;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  max-width: 100px;
}
.mob-create-menu .mob-create-menu-item .drafts-items span {
  width: 16px;
  height: 16px;
  background-color: #c6f3ff;
  display: inline-block;
  text-align: center;
}
.mob-create-menu .menu-close {
  position: absolute;
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mob-create-menu .menu-close button {
  width: 34px;
  height: 34px;
  background-color: #ffffff;
  font-size: 13px;
}

@font-face {
  font-family: "icomoon";
  src: url("../font/syne2/icomoon.eot?imkvb4");
  src: url("../font/syne2/icomoon.eot?imkvb4#iefix") format("embedded-opentype"), url("../font/syne2/icomoon.ttf?imkvb4") format("truetype"), url("../font/syne2/icomoon.woff?imkvb4") format("woff"), url("../font/syne2/icomoon.svg?imkvb4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-dark-close:before {
  content: "\e925";
}

.icon-add-plus:before {
  content: "\e907";
}

.icon-home:before {
  content: "\e915";
}

.icon-explore:before {
  content: "\e916";
}

.icon-chat:before {
  content: "\e90e";
}

.icon-notif-icon:before {
  content: "\e90f";
}

.bnr-lottie-inr .lotieplayer {
  max-width: 405px;
  margin-left: auto;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 27px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 1px 27px 0 rgba(0, 0, 0, 0.11);
  border: solid 1px #e2ecf4 !important;
}

.megamenu-li {
  position: static !important;
}
.megamenu-li a::after {
  content: "";
  display: inline-block;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  border-top: 0;
  position: absolute;
  top: 77px;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
}
.megamenu-li.no-menu a::after {
  display: none;
}
.megamenu-li:hover a::after {
  opacity: 1;
}

.megamenu {
  position: absolute !important;
  width: 100% !important;
  max-width: 1040px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  left: 0 !important;
  right: 0;
  padding: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 23px 42px rgba(45, 50, 63, 0.06);
          box-shadow: 0px 23px 42px rgba(45, 50, 63, 0.06);
  border: 1px solid #E0E6EE !important;
  padding-top: 45px;
}
@media (min-width: 1600px) {
  .megamenu {
    max-width: 1105px !important;
  }
}
.megamenu:before {
  content: "";
  display: inline-block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e0e6ee;
  border-top: 0;
  border-bottom-color: #e0e6ee;
  position: absolute;
  top: -10px;
  left: calc(63% - 1px);
}
@media (min-width: 1350px) {
  .megamenu:before {
    left: calc(57% - 1px);
  }
}
@media (min-width: 1600px) {
  .megamenu:before {
    left: calc(60% - 1px);
  }
}
.megamenu .row {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 1200px) {
  .megamenu .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.megamenu .col-lg-4 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .megamenu .col-lg-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.megamenu h3 {
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #9fa9b8;
  border-bottom: 1.3px solid #e0e6ee;
  line-height: 1;
  padding: 8px 0px;
}
@media (min-width: 992px) {
  .megamenu h3 {
    padding: 20px 15px;
    font-size: 14px;
  }
}
.megamenu.megamenu-new {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: inherit;
  top: -17px !important;
  border: none !important;
}
.megamenu.megamenu-new::after {
  left: 59.1%;
  top: 36px;
}
.megamenu.megamenu-new::before {
  left: 48%;
  top: 10px;
  display: none;
}
@media (max-width: 1349px) {
  .megamenu.megamenu-new::before {
    left: 55%;
  }
}
.megamenu.megamenu-new .megamenu-new-row {
  width: 467px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 26%;
  -webkit-box-shadow: 0px 3px 22px rgba(21, 75, 77, 0.12);
          box-shadow: 0px 3px 22px rgba(21, 75, 77, 0.12);
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
}
.megamenu.megamenu-new .megamenu-new-row .megamenu-item {
  padding: 10px 5px 10px 15px;
}
.megamenu.megamenu-new .megamenu-new-row .megamenu-item .megamenu-item-info h5 {
  font-size: 16px;
  margin-bottom: 0;
}

.megamenu.megamenu-new.platform::after {
  left: 48.1%;
  top: 36px;
}
@media (max-width: 1350px) {
  .megamenu.megamenu-new.platform::after {
    left: 56%;
  }
}
.megamenu.megamenu-new.explore::after {
    left: 69%;
    top: 36px;
}
@media (max-width: 1350px){
    .megamenu.megamenu-new.explore::after {
        left: 67%;
    }
}
.megamenu.megamenu-new.explore .megamenu-new-row {
    margin-left: 40%;
}
.megamenu.megamenu-new.stories .megamenu-new-row {
  margin-left: 28%;
}
@media (max-width: 1350px) {
  .megamenu.megamenu-new.stories::after {
    left: 66%;
  }
}
.megamenu.megamenu-new.about-us::after {
  left: 69.1%;
  top: 36px;
}
@media (max-width: 1350px) {
  .megamenu.megamenu-new.about-us::after {
    left: 75.1%;
  }
}
.megamenu.megamenu-new.about-us .megamenu-new-row {
  margin-left: 40%;
}
.megamenu.megamenu-new.pricing::after {
  left: 81.1%;
  top: 36px;
}
@media (max-width: 1350px) {
  .megamenu.megamenu-new.pricing::after {
    left: 84.1%;
  }
}
.megamenu.megamenu-new.pricing .megamenu-new-row {
  margin-left: 47%;
}

.quicklink {
  position: relative;
  height: 100%;
  padding-left: 35px;
}
@media (max-width: 1199px) {
  .quicklink {
    margin-top: 25px;
  }
}
.quicklink::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  height: 90%;
  background-color: #E0E6EE;
  width: 1px;
}
@media (max-width: 1199px) {
  .quicklink::before {
    display: none;
  }
}
.quicklink p a {
  color: #7C8796;
}
@media (max-width: 1199px) {
  .quicklink p a {
    text-decoration: underline;
  }
}
.quicklink p a:hover {
  color: #23C0EF;
}

.features-mobile-menu,
.platform-mobile-menu,
.stories-mobile-menu,
.about-us-mobile-menu,
.pricing-mobile-menu,
.about-mobile-menu,
.explore-mobile-menu {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  top: 0;
  height: 100vh;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
  opacity: 0;
  z-index: 1040;
  padding: 0;
  max-width: 354px !important;
  margin-left: 0px !important;
}
.features-mobile-menu::-webkit-scrollbar,
.platform-mobile-menu::-webkit-scrollbar,
.stories-mobile-menu::-webkit-scrollbar,
.about-us-mobile-menu::-webkit-scrollbar,
.pricing-mobile-menu::-webkit-scrollbar,
.about-mobile-menu::-webkit-scrollbar,
.explore-mobile-menu::-webkit-scrollbar {
  width: 0 !important;
}
.features-mobile-menu.show,
.platform-mobile-menu.show,
.stories-mobile-menu.show,
.about-us-mobile-menu.show,
.pricing-mobile-menu.show,
.about-mobile-menu.show,
.explore-mobile-menu.show {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
}
.features-mobile-menu .menu-head,
.platform-mobile-menu .menu-head,
.stories-mobile-menu .menu-head,
.about-us-mobile-menu .menu-head,
.pricing-mobile-menu .menu-head,
.about-mobile-menu .menu-head,
.explore-mobile-menu .menu-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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: 15px;
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0px;
  z-index: 1;
}
@media (min-width: 768px) {
  .features-mobile-menu .menu-head,
.platform-mobile-menu .menu-head,
.stories-mobile-menu .menu-head,
.about-us-mobile-menu .menu-head,
.pricing-mobile-menu .menu-head,
.about-mobile-menu .menu-head,
.explore-mobile-menu .menu-head {
    padding: 20px;
  }
}
.features-mobile-menu .menu-head h2,
.platform-mobile-menu .menu-head h2,
.stories-mobile-menu .menu-head h2,
.about-us-mobile-menu .menu-head h2,
.pricing-mobile-menu .menu-head h2,
.about-mobile-menu .menu-head h2,
.explore-mobile-menu .menu-head h2 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.01em;
  color: #2a3844;
}
.features-mobile-menu .menu-head h2 img,
.platform-mobile-menu .menu-head h2 img,
.stories-mobile-menu .menu-head h2 img,
.about-us-mobile-menu .menu-head h2 img,
.pricing-mobile-menu .menu-head h2 img,
.about-mobile-menu .menu-head h2 img,
.explore-mobile-menu .menu-head h2 img {
  width: 15px;
  margin-right: 20px;
  margin-left: 5px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.features-mobile-menu .menu-body,
.platform-mobile-menu .menu-body,
.stories-mobile-menu .menu-body,
.about-us-mobile-menu .menu-body,
.pricing-mobile-menu .menu-body,
.about-mobile-menu .menu-body,
.explore-mobile-menu .menu-body {
  padding: 15px;
  padding-top: 0;
  margin-top: 55px;
  overflow-y: auto;
  height: calc(100% - 55px);
}
@media (min-width: 768px) {
  .features-mobile-menu .menu-body,
.platform-mobile-menu .menu-body,
.stories-mobile-menu .menu-body,
.about-us-mobile-menu .menu-body,
.pricing-mobile-menu .menu-body,
.about-mobile-menu .menu-body,
.explore-mobile-menu .menu-body {
    padding: 20px;
  }
}

@media (min-width: 1200px) {
  .mobile-feature-link,
.mobile-about-link,
.mobile-platform-link,
.mobile-stories-link,
.mobile-about-us-link,
.mobile-pricing-link,
.mobile-explorer-link {
    display: none !important;
  }
}

.desktop-menu-link {
  display: none !important;
}
@media (min-width: 1200px) {
  .desktop-menu-link {
    display: inline-block !important;
  }
}

@media (max-width: 1199.98px) {
  .main-nav {
    max-width: 354px;
    top: 0px;
    left: 0;
    right: auto;
    z-index: 10;
    padding: 0px !important;
    background: #fff;
  }
  .main-nav ul {
    padding-left: 18px;
    padding-right: 18px;
  }
  .main-nav ul li a {
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05rem;
    display: block;
    padding: 20px 11px;
    line-height: 1.25;
    padding-left: 0;
    padding-right: 0;
    color: #2A3844;
    border-bottom: 1px solid #E0E6EE;
  }
}
@media (max-width: 1199.98px) and (min-width: 992px) {
  .main-nav ul li a {
    color: #2A3844;
    font-weight: 600;
  }
}
@media (max-width: 1199.98px) {
  .main-nav ul li a:focus-visible {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media (max-width: 1199.98px) {
  .main-nav .btn {
    font-weight: 600;
    font-size: 16px;
    margin-top: 50px;
    height: 3.15rem !important;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.mobile-bottom-links {
  padding-top: 23px;
  position: absolute;
  bottom: 0;
  left: 15px;
  width: calc(100% - 30px);
  text-align: center;
  border-top: 1px solid #e6e6e6;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mobile-bottom-links p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-left: 5px;
  margin-right: 5px;
}
.mobile-bottom-links a {
  font-size: 14px;
  font-weight: 600;
}

.header-head {
  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;
  border-bottom: 1px solid #f0f0f0;
  padding: 16px;
}
.header-head img {
  height: 20px;
}

.megamenu-li.show a {
  color: #2A3844 !important;
}

.icon-right-img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
  width: 10px;
}
@media (min-width: 1200px) {
  .icon-right-img {
    display: none;
  }
}

.megamenu-li > .dropdown-menu {
  opacity: 0;
  -webkit-transition: position, opacity, 0.6s -webkit-transform;
  transition: position, opacity, 0.6s -webkit-transform;
  transition: 0.6s transform, position, opacity;
  transition: 0.6s transform, position, opacity, 0.6s -webkit-transform;
}

.megamenu-li:hover > .dropdown-menu {
  display: block;
  -webkit-transform: translate3d(-5px, 67px, 0px);
          transform: translate3d(-5px, 67px, 0px);
  top: 0px;
  opacity: 1;
}

.megamenu-li > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.btn-outline-primary {
  font-weight: 700;
}

.btn.btn-primary {
  font-weight: 700;
}

a:focus-visible {
  outline: none;
}

.bg2 {
  background-color: #F4F8FA;
}

.syne2-innerpage .footer .syneicon-carrot-down:before {
  display: none;
}

.p-relative {
  position: relative;
}

.bre0 {
  border-color: #E0E6EE;
}

@media (max-width: 767px) {
  .syne2-aboutus {
    background-color: #F4F8FA;
  }
  .syne2-aboutus .spec-section .spec-wrap {
    padding-top: 15px;
  }
  .syne2-aboutus .stats-section {
    padding-top: 45px;
  }
  .syne2-aboutus .getstart-section {
    padding-top: 45px;
    background-color: #fff;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .syne2-aboutus .getstart-section .spec-card-img img {
    width: 65px;
    height: 65px;
  }
}
@media (max-width: 767px) {
  .syne2-aboutus .syneicon-carrot-down img {
    display: none;
  }
}
@media (min-width: 1199px) {
  .syne2-aboutus .stats-section .stat-card-info p {
    font-size: 13px;
  }
}

.syne2-banner {
  padding-top: 9.375rem;
  padding-bottom: 4.6875rem;
}
@media (max-width: 767px) {
  .syne2-banner {
    padding-top: 20px;
  }
}
.syne2-banner h1 {
  font-size: 3.75rem;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .syne2-banner h1 {
    font-size: 2.8125rem;
  }
}
@media (max-width: 767px) {
  .syne2-banner h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .syne2-banner h1 br {
    display: none;
  }
}
@media (min-width: 1200px) {
  .syne2-banner .fz-45 {
    font-size: 2.8125rem;
  }
}
.syne2-banner .fz-18 {
  line-height: 1.5rem;
  letter-spacing: 0.6px;
}
@media (max-width: 991px) {
  .syne2-banner .fz-18 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .syne2-banner .fz-18 {
    font-size: inherit;
    line-height: inherit;
    font-weight: 400;
    letter-spacing: inherit;
  }
}
@media (min-width: 768px) {
  .syne2-banner .btn {
    margin: auto;
  }
}

.about-sec-2 {
  background-color: #F4F8FA;
  padding-top: 6.25rem;
  padding-bottom: 3.125rem;
}
@media (max-width: 1199px) {
  .about-sec-2 {
    padding-top: 4.6875rem;
    padding-bottom: 2.8125rem;
  }
}
@media (max-width: 767px) {
  .about-sec-2 {
    padding-top: 0;
  }
}

.lh-24 {
  line-height: 1.5rem;
}

.about-sec-2 h2,
.about-sec-3 h2,
.about-sec5 h2 {
  margin-bottom: 4.6875rem;
}
@media (max-width: 1199px) {
  .about-sec-2 h2,
.about-sec-3 h2,
.about-sec5 h2 {
    margin-bottom: 3.125rem;
  }
}
@media (max-width: 767px) {
  .about-sec-2 h2,
.about-sec-3 h2,
.about-sec5 h2 {
    font-size: 24px;
    margin-bottom: 1.5625rem;
    line-height: 32px;
  }
  .about-sec-2 h2 br,
.about-sec-3 h2 br,
.about-sec5 h2 br {
    display: none;
  }
}

.about-sec-3,
.about-sec4 {
  padding-top: 4.6875rem;
  padding-bottom: 4.6875rem;
}
@media (max-width: 1199px) {
  .about-sec-3,
.about-sec4 {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
}

.about-sec4 {
  background-color: #F4F8FA;
}

.about-sec5 {
  padding-top: 3.4375rem;
  padding-bottom: 3.4375rem;
}
.about-sec5 .col-img {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.about-sec5 .clients-section .col-img {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (max-width: 991px) {
  .about-sec5 .clients-section {
    display: none;
  }
}
@media (max-width: 767px) {
  .about-sec5 {
    background-color: #fff;
    padding-top: 45px;
    padding-bottom: 30px;
  }
}

.anim-shape {
  position: absolute;
}
@media (max-width: 1199px) {
  .anim-shape img {
    max-width: 75%;
  }
}
.anim-shape.anim-shape1 {
  right: 72px;
  top: -96px;
  z-index: -1;
}
@media (max-width: 991px) {
  .anim-shape.anim-shape1 {
    right: 0;
  }
}
@media (max-width: 767px) {
  .anim-shape.anim-shape1 {
    display: none;
  }
}
.anim-shape.anim-shape2 {
  left: 30px;
  bottom: 24px;
  z-index: -1;
}
@media (max-width: 767px) {
  .anim-shape.anim-shape2 {
    display: none;
  }
}
.anim-shape.anim-shape3 {
  left: 40px;
  top: 70px;
}

.random-move {
  -webkit-animation: rndMove 10s linear infinite;
          animation: rndMove 10s linear infinite;
}

@-webkit-keyframes rndMove {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  25% {
    -webkit-transform: translate3d(-5px, -5px, 0);
    transform: translate3d(-5px, -5px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  75% {
    -webkit-transform: translate3d(5px, -5px, 0);
    transform: translate3d(5px, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rndMove {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  25% {
    -webkit-transform: translate3d(-5px, -5px, 0);
    transform: translate3d(-5px, -5px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  75% {
    -webkit-transform: translate3d(5px, -5px, 0);
    transform: translate3d(5px, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 768px) {
  .syne2-foundation .about-sec4 h2,
.syne2-foundation .about-sec4 p {
    color: #555;
  }
}
@media (max-width: 767px) {
  .syne2-foundation .about-sec4 p {
    font-size: inherit;
    line-height: inherit;
    font-weight: 400;
    letter-spacing: inherit;
  }
}
.syne2-foundation .about-sec5 {
  padding-top: 4.6875rem;
  padding-bottom: 4.6875rem;
}
@media (max-width: 1199px) {
  .syne2-foundation .about-sec5 {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
}
.syne2-foundation .about-sec5 .clients-section .col-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 1199px) {
  .syne2-foundation h1 {
    font-size: 2.1875rem;
  }
}
@media (max-width: 767px) {
  .syne2-foundation h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .syne2-foundation h1 br {
    display: none;
  }
}
@media (max-width: 1199px) {
  .syne2-foundation .about-sec4 img {
    max-width: 75%;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .syne2-foundation .about-sec4 img {
    max-width: 50px;
  }
}
.syne2-foundation .getstart-section .btn {
  max-width: 150px;
}
@media (min-width: 1200px) {
  .syne2-foundation .stats-section .stat-card-info p {
    font-size: 12px;
  }
}
.syne2-foundation .works-section a {
  cursor: pointer;
  text-decoration: none;
}
.syne2-foundation .works-section a:after {
  content: "";
  position: absolute;
  bottom: 0px;
  bottom: -25px;
  height: 2px;
  opacity: 0;
  left: 16px;
  width: 80%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  background-color: #23C0EF;
  -webkit-transition: 0.8s all;
  transition: 0.8s all;
}
@media (max-width: 767px) {
  .syne2-foundation .works-section a:after {
    display: none;
  }
}
.syne2-foundation .works-section a:hover h3 {
  color: #23C0EF;
}
.syne2-foundation .works-section a:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 1;
}

@media (max-width: 767px) {
  .syne2-pricing .fz-14 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .syne2-pricing .syne2-banner {
    background-color: #F4F8FA;
    padding-top: 35px;
    padding-bottom: 0;
  }
}
.syne2-pricing .syne-pricing-sec {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}
@media (max-width: 767px) {
  .syne2-pricing .syne-pricing-sec {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.syne2-pricing .syne-pricing-sec .py-30 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.syne2-pricing .pricebox {
  border: 1px solid #E0E6EE;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.25rem;
          flex: 0 0 31.25rem;
  max-width: 31.25rem;
}
@media (max-width: 1199px) {
  .syne2-pricing .pricebox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.syne2-pricing .pricebox-head {
  text-align: center;
}
@media (max-width: 767px) {
  .syne2-pricing .pricebox-txt {
    font-size: 16px;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0 !important;
    line-height: 23px;
  }
  .syne2-pricing .pricebox-txt br {
    display: none;
  }
}
.syne2-pricing .pricebox-list {
  list-style: none;
  padding: 1.875rem;
}
@media (max-width: 480px) {
  .syne2-pricing .pricebox-list {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.syne2-pricing .pricebox-list li {
  padding-left: 1.5625rem;
  position: relative;
}
.syne2-pricing .pricebox-list li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  width: 7px;
  height: 7px;
  background-color: #D4DCE5;
  border-radius: 50%;
}
.syne2-pricing .pricebox-btn {
  padding: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.syne2-pricing .pricebox .pricebox-col {
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
  position: relative;
}
@media (max-width: 480px) {
  .syne2-pricing .pricebox .pricebox-col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .syne2-pricing .pricebox .pricebox-col .row {
    margin: 0;
  }
  .syne2-pricing .pricebox .pricebox-col .col-5 p {
    width: 80%;
  }
  .syne2-pricing .pricebox .pricebox-col .col-5,
.syne2-pricing .pricebox .pricebox-col .col-7 {
    padding: 0 !important;
  }
}
.syne2-pricing .pricebox .pricebox-col:after {
  position: absolute;
  content: "";
  left: 50%;
  right: 50%;
  top: 30px;
  background-color: #E0E6EE;
  height: 3.75rem;
  width: 2px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 480px) {
  .syne2-pricing .pricebox .pricebox-col:after {
    left: 40%;
  }
}
.syne2-pricing .pay-as-logos {
  margin-top: 4.375rem;
  border: 1px solid #E0E6EE;
  padding: 2.1875rem;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .syne2-pricing .pay-as-logos {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 35px;
    padding-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .syne2-pricing .pay-as-logos .btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .syne2-pricing .pay-as-logos .fz-14 {
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    font-weight: 400 !important;
  }
  .syne2-pricing .pay-as-logos .fz-14 br {
    display: none;
  }
}
.syne2-pricing .pay-as-logos h4 {
  color: #555;
  margin-bottom: 2.1875rem;
}
@media (max-width: 767px) {
  .syne2-pricing .pay-as-logos h4 {
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    font-weight: 500;
  }
}
.syne2-pricing .pay-as-logos h4 ~ p {
  color: #555;
  line-height: 1.6875rem;
}
@media (max-width: 767px) {
  .syne2-pricing .pay-as-logos h4 ~ p {
    display: none;
  }
}
@media (max-width: 991px) {
  .syne2-pricing .pay-as-logos .desktop-title {
    display: none;
  }
}
@media (min-width: 991px) {
  .syne2-pricing .pay-as-logos .mobile-title {
    display: none;
  }
}
@media (max-width: 767px) {
  .syne2-pricing .category-section {
    padding-bottom: 4.375rem;
  }
  .syne2-pricing .category-section .slick-dots {
    bottom: -40px;
  }
}

.trusted-pricing {
  padding-top: 4.375rem;
}
@media (max-width: 767px) {
  .trusted-pricing {
    padding-top: 35px;
  }
}
.trusted-pricing .trusted-box {
  padding-bottom: 4.375rem;
}
@media (max-width: 767px) {
  .trusted-pricing .trusted-box {
    padding-bottom: 35px;
  }
}
.trusted-pricing .trusted-box .trusted-ttl {
  font-size: 1.0625rem;
  line-height: 24px;
  font-weight: 600;
}
.trusted-pricing .trusted-box .card {
  border-bottom: 1px solid #D4DCE5 !important;
  border-radius: 0;
}
@media (max-width: 767px) {
  .trusted-pricing .trusted-box .card:last-child {
    border: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}
.trusted-pricing .trusted-box .card .card-header {
  border-radius: 0;
}
.trusted-pricing .trusted-box .card .card-header i:before {
  content: "\e815";
}
.trusted-pricing .trusted-box .card .card-header.collapsed i:before {
  content: "\e814";
}
.trusted-pricing .trusted-box .card .card-title {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .trusted-pricing .trusted-box .card .card-title {
    font-weight: bold;
  }
}
.trusted-pricing .trusted-box .card-body {
  padding-left: 0;
  padding-bottom: 0;
}
.trusted-pricing .trusted-box .card-body p {
  font-size: 14px;
  margin-bottom: 0;
}
.trusted-pricing .trusted-box-row {
  padding-top: 4.375rem;
  padding: 15px;
}
@media (max-width: 767px) {
  .trusted-pricing .trusted-box-row {
    padding-top: 35px;
  }
  .trusted-pricing .trusted-box-row .trusted-box {
    padding: 15px !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    border-radius: 4px;
    border: 1px solid #E0E6EE;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .trusted-pricing .trusted-box-row .trusted-box .trusted-ttl {
    font-weight: 700;
  }
  .trusted-pricing .trusted-box-row .trusted-box .trusted-ttl .ico-plus {
    font-size: 20px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .trusted-pricing .trusted-box-row .trusted-box .trusted-ttl br {
    display: none;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .trusted-pricing .trusted-box-row .trusted-box .trusted-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45px;
            flex: 0 0 45px;
    max-width: 45px;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .trusted-pricing .ico-plus {
    font-size: 20px;
  }
}

@media (min-width: 767px) {
  .category-sliderPricepage {
    margin: 0 -15px;
  }
}
@media (min-width: 767px) {
  .category-sliderPricepage .slick-slide {
    padding: 0 15px;
  }
}
.category-sliderPricepage .pricing-card {
  padding: 1.875rem;
  position: relative;
  height: 392px;
}
.category-sliderPricepage .pricing-card:before {
  position: absolute;
  content: "";
  width: 0;
  left: 0;
  bottom: 0;
  height: 3px;
  background: #23C0EF;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}
.category-sliderPricepage .pricing-card:hover:before {
  width: 100%;
}
.category-sliderPricepage .pricing-card .amnt {
  font-size: 1.375rem;
}

.pricing-sec5 {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}
@media (max-width: 767px) {
  .pricing-sec5 {
    padding-top: 35px;
    padding-bottom: 15px;
  }
}

.client-wrap-width {
  width: 75%;
}

@media (max-width: 767px) {
  .client-wrap-width {
    width: 100% !important;
  }
}

.syne2-business .spec-section {
  padding-bottom: 4.375rem;
}
@media (max-width: 767px) {
  .syne2-business .spec-section {
    padding-bottom: 15px;
  }
}
.syne2-business .clients-section .col-img .logo-main {
  width: 100%;
  margin-top: 0;
  max-width: 341px;
}
@media (max-width: 767px) {
  .syne2-business .about-sec5 .clients-section {
    display: block;
  }
  .syne2-business .about-sec5 .clients-section .col-img {
    display: block;
    margin-top: 25px;
    text-align: center;
  }
  .syne2-business .about-sec5 .clients-section .col-img img {
    -webkit-box-shadow: 0 1px 2px 0 rgba(186, 195, 207, 0.5);
            box-shadow: 0 1px 2px 0 rgba(186, 195, 207, 0.5);
    max-width: 318px;
    margin: 0 auto;
    -webkit-animation: inherit;
            animation: inherit;
  }
}

@media (min-width: 992px) {
  .bsns-sec {
    padding-top: 4.6875rem !important;
    padding-bottom: 4.6875rem !important;
  }
}
@media (max-width: 576px) {
  .bsns-sec {
    padding-top: 35px;
  }
  .bsns-sec .fz-24,
.bsns-sec .head {
    font-size: 24px;
  }
  .bsns-sec .rec-elmt {
    display: none;
  }
}
@media (min-width: 992px) {
  .bsns-sec.sec2 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
}
@media (min-width: 1200px) {
  .bsns-sec.sec1 {
    padding-bottom: 7.1875rem !important;
    padding-top: 7.1875rem !important;
  }
}
@media (max-width: 576px) {
  .bsns-sec.sec1 {
    background-color: #F4F8FA;
    padding-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .bsns-sec.sec3 {
    padding-bottom: 35px;
  }
  .bsns-sec.sec3 p {
    font-size: 14px;
    color: #2a3844;
  }
}
@media (max-width: 576px) {
  .bsns-sec.sec4 h3,
.bsns-sec.sec4 p {
    text-align: left !important;
  }
  .bsns-sec.sec4 p {
    font-size: 14px;
  }
  .bsns-sec.sec4 p br {
    display: none;
  }
}
.bsns-sec.sec4 .container-steps {
  margin-top: 22px !important;
}
.bsns-sec.sec4 .step-count {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 43px;
          flex: 0 0 43px;
  max-width: 43px;
  margin-right: 18px !important;
  height: 43px;
}
.bsns-sec.sec5 p a {
  color: #7C8796;
}
@media (max-width: 576px) {
  .bsns-sec.sec5 p {
    font-size: 14px;
    color: #2a3844;
  }
  .bsns-sec.sec5 p br {
    display: none;
  }
}
@media (max-width: 576px) {
  .bsns-sec.sec6 p {
    font-size: 14px;
    color: #2a3844;
  }
  .bsns-sec.sec6 p br {
    display: none;
  }
  .bsns-sec.sec6 .anim-shape3 {
    display: none;
  }
}
@media (max-width: 576px) {
  .bsns-sec.sec7 p {
    font-size: 14px;
    color: #2a3844;
  }
  .bsns-sec.sec7 p br {
    display: none;
  }
}

@media (max-width: 767px) {
  .page-home-page-new p {
    font-size: 14px;
  }
}

.new-home-sec {
  position: relative;
}
@media (max-width: 767px) {
  .new-home-sec h1 {
    font-size: 24px;
    letter-spacing: inherit;
  }
}
.new-home-sec.main-banner p {
  font-weight: 600;
  padding-right: 15px;
}
@media (max-width: 1199px) {
  .new-home-sec.main-banner p {
    padding-right: 0px;
  }
  .new-home-sec.main-banner p br {
    display: none;
  }
}
.new-home-sec.main-banner .btn-outline-primary {
  color: #23C0EF !important;
  width: inherit;
}
.new-home-sec.main-banner .btn-outline-primary svg {
  margin-left: 9px;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}
.new-home-sec.main-banner .btn-outline-primary:hover svg {
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .new-home-sec.main-banner .btn {
    width: inherit;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 25px;
  }
}
.new-home-sec .anim-shape1 {
  z-index: 1;
  right: 45px;
}
.new-home-sec .col-head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.new-home-sec .col-head ~ .col-img {
  position: absolute;
  right: 0;
  width: 211px;
  top: -28px;
}
.new-home-sec .col-head ~ .col-img img {
  width: 100%;
}

.payment-cards {
  padding-top: 4.0625rem;
  padding-bottom: 4.0625rem;
}
@media (max-width: 767px) {
  .payment-cards {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.payment-cards h2 {
  color: #555;
}
@media (max-width: 767px) {
  .payment-cards h2 {
    color: #2A3844;
    font-size: 24px;
  }
}
.payment-cards h3 {
  font-size: 1.6875rem;
  font-weight: 500;
  line-height: 1.3;
}

.lg-view .card-row .card-col-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.lg-view .card-row .card-col-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
}

.card2 {
  width: 545px;
}
@media (max-width: 991px) {
  .card2 {
    width: 100%;
  }
}

.card-bx {
  max-width: 80%;
  width: 80%;
  background: #F4F4F4;
  border: 1px solid #EBEBEB;
  border-radius: 25px;
  margin-right: 15px;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .card-bx {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
}
.card-bx .ttl {
  font-weight: bold;
}

.getcash-back .card-bx {
  max-width: 212px;
  width: 212px;
  background: #23C0EF;
  border: 1px solid #23C0EF;
}
@media (max-width: 991px) {
  .getcash-back .card-bx {
    max-width: 100%;
    width: 100%;
  }
}
.getcash-back .ttl {
  color: #fff;
}
.getcash-back p {
  color: #fff;
}

.cardbx {
  border: 1px solid #23C0EF;
  border-radius: 25px;
}
.cardbx .primary-strip {
  width: 100%;
  height: 53px;
  background: #23C0EF;
}
.cardbx .primary {
  color: #23C0EF;
}
.cardbx .ttl {
  font-weight: bold;
  font-size: 2.5rem;
}
@media (max-width: 576px) {
  .cardbx .ttl {
    font-size: 33px;
  }
}
.cardbx.privacy .ttl {
  font-size: 2.0625rem;
}
@media (max-width: 576px) {
  .cardbx.privacy .ttl {
    font-size: 33px;
  }
}

.codebox-sec {
  background-color: #F4F8FA;
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}
@media (max-width: 576px) {
  .codebox-sec .head br {
    display: none;
  }
}
.codebox-sec .rowstart .col-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.codebox-sec .rowstart .col-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 576px) {
  .codebox-sec .rowstart .col-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.codebox-sec .btn {
  max-width: inherit;
}

@media (max-width: 991px) {
  .lg-view {
    display: none;
  }
}

.mobcard-view {
  display: none;
}
@media (max-width: 991px) {
  .mobcard-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 1199px) {
  .built-for-sec h2 {
    text-align: left;
  }
  .built-for-sec p {
    text-align: left;
  }
  .built-for-sec p br {
    display: none;
  }
}

.loading {
  opacity: 0;
  -webkit-filter: blur(3px);
          filter: blur(3px);
}

.is-loaded {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
  -webkit-transition: all 0.66s ease-in-out;
  transition: all 0.66s ease-in-out;
}

.sixteen-nine {
  position: relative;
}
.sixteen-nine:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 84.0776699029%;
}
.sixteen-nine > .ar-img,
.sixteen-nine > .ar-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.code-snippet-wrap {
  margin: 0;
  padding: 0;
  background: transparent;
  color: #444;
  max-width: 450px;
  border-radius: 4px;
}
.code-snippet-wrap .code-sec {
  background: #1b6786;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
}
.code-snippet-wrap .numbers {
  cursor: context-menu;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.code-snippet-wrap pre,
.code-snippet-wrap pre * {
  font: normal normal normal 14px/1.5 monaco, courier, monospace;
}
.code-snippet-wrap pre {
  font-size: 14px;
}
.code-snippet-wrap pre,
.code-snippet-wrap pre .snipp-code,
.code-snippet-wrap pre samp {
  display: block;
  margin: 0;
  cursor: text;
}
.code-snippet-wrap pre .snipp-code,
.code-snippet-wrap pre samp {
  white-space: pre;
  word-wrap: normal;
  padding: 10px;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  overflow-x: auto;
}
.code-snippet-wrap pre [contenteditable]:focus {
  border-radius: 0 0 3px 0;
  background: #fff;
  outline: none;
  background: rgb(22, 22, 22);
}
.code-snippet-wrap pre.line-numbers {
  position: relative;
}
.code-snippet-wrap pre.line-numbers .snipp-code:focus,
.code-snippet-wrap pre.line-numbers samp:focus {
  background-color: #185974;
}
.code-snippet-wrap pre.line-numbers .snipp-code,
.code-snippet-wrap pre.line-numbers samp {
  margin-left: 3em;
  border-left: 1px solid #185974;
}
.code-snippet-wrap pre.line-numbers > div {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 0 0 0 3px;
  overflow: hidden;
  counter-reset: line;
}
.code-snippet-wrap pre.line-numbers > div > span {
  display: block;
  width: 2.5em;
  padding: 0 0.5em 0 0;
  text-align: right;
  color: #dbf7ff;
  overflow: hidden;
  counter-increment: line;
}
.code-snippet-wrap pre.line-numbers > div > span::before {
  content: counter(line);
}
.code-snippet-wrap pre.line-numbers > div > span:first-child {
  margin-top: 7px;
}
@media print {
  .code-snippet-wrap pre .snipp-code {
    overflow-x: visible;
    white-space: pre-wrap;
  }
  .code-snippet-wrap pre.line-numbers div {
    display: none;
  }
  .code-snippet-wrap pre.line-numbers > .snipp-code,
.code-snippet-wrap pre.line-numbers > samp {
    margin-left: 0;
  }
}
.code-snippet-wrap .snipp-code.hljs {
  padding-top: 10px;
  padding-bottom: 23px;
}
.code-snippet-wrap pre b,
.code-snippet-wrap pre strong {
  font-weight: normal;
  color: #039;
}
.code-snippet-wrap pre u,
.code-snippet-wrap pre u b,
.code-snippet-wrap pre u strong {
  text-decoration: none;
  color: #083;
}
.code-snippet-wrap pre i,
.code-snippet-wrap pre em,
.code-snippet-wrap pre i *,
.code-snippet-wrap pre em *,
.code-snippet-wrap pre i * *,
.code-snippet-wrap pre em * * {
  letter-spacing: -0.1em;
  text-decoration: none;
  font-style: normal;
  color: #c55;
}
.code-snippet-wrap #main-code,
.code-snippet-wrap .hljs {
  color: #bfcedf;
  background: #185974;
  display: block;
  overflow-x: auto;
  padding: 0.5em;
}
.code-snippet-wrap .hljs-number,
.code-snippet-wrap .hljs-literal,
.code-snippet-wrap .hljs-symbol,
.code-snippet-wrap .hljs-bullet {
  color: #FF8040;
}
.code-snippet-wrap .hljs-keyword,
.code-snippet-wrap .hljs-selector-tag,
.code-snippet-wrap .hljs-deletion {
  color: #569CD6;
}
.code-snippet-wrap .hljs-variable,
.code-snippet-wrap .hljs-template-variable,
.code-snippet-wrap .hljs-link {
  color: #FF8040;
}
.code-snippet-wrap .hljs-comment,
.code-snippet-wrap .hljs-quote {
  color: #57A64A;
}
.code-snippet-wrap .hljs-meta {
  color: #D2A8A1;
}
.code-snippet-wrap .hljs-string,
.code-snippet-wrap .hljs-attribute,
.code-snippet-wrap .hljs-addition {
  color: #FF0000;
}
.code-snippet-wrap .hljs-section,
.code-snippet-wrap .hljs-title,
.code-snippet-wrap .hljs-type {
  color: #ffc66d;
}
.code-snippet-wrap .hljs-name,
.code-snippet-wrap .hljs-selector-id,
.code-snippet-wrap .hljs-selector-class {
  color: #e8bf6a;
}
.code-snippet-wrap .hljs-emphasis {
  font-style: italic;
}
.code-snippet-wrap .hljs-strong {
  font-weight: bold;
}
.code-snippet-wrap .code-header {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 15px;
}
.code-snippet-wrap .code-header button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0px;
}
.code-snippet-wrap button svg {
  height: 20px;
  width: 20px;
  color: white;
}
.code-snippet-wrap .code-result-wrap .line-numbers .numbers {
  display: none;
}
.code-snippet-wrap .code-result-wrap .line-numbers .snipp-code {
  margin-left: 0px;
}
.code-snippet-wrap .code-result-wrap .hljs.json,
.code-snippet-wrap .code-result-wrap .hljs.json * {
  color: black !important;
}
.code-snippet-wrap .code-result-wrap {
  overflow: hidden;
  border-radius: 0 0 15px 15px;
}
.code-snippet-wrap .code-result-wrap .snipp-code {
  background-color: #dbf7ff;
  border: none !important;
}
.code-snippet-wrap #text-copy-notification {
  font-size: 13px;
  opacity: 0;
}
.code-snippet-wrap #main-code {
  padding-bottom: 23px;
}
.code-snippet-wrap #copy-text-btn:focus {
  outline: none !important;
}

.home-banner-gradient {
  width: 100%;
  position: relative;
  background-color: #E7F8FE;
}
@media (min-width: 1200px) {
  .home-banner-gradient.bsns-sec.sec1 {
    padding-bottom: 6.0625rem !important;
    padding-top: 6.0625rem !important;
  }
}
@media (max-width: 576px) {
  .home-banner-gradient.bsns-sec.sec1 {
    padding-bottom: 2.8125rem;
  }
}
.home-banner-gradient .container {
  position: relative;
  z-index: 9;
}
@media (min-width: 1200px) {
  .home-banner-gradient .container {
    max-width: 79.125rem;
  }
}
.home-banner-gradient .container .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-banner-gradient .container .bnr-wrap {
  padding-left: 10%;
}
@media (max-width: 767px) {
  .home-banner-gradient .container .bnr-wrap {
    padding-left: 0;
  }
}
.home-banner-gradient .container .anim-shape1 {
  right: auto;
  left: -0.5rem;
  top: 0rem;
  z-index: -1;
  opacity: 0.3;
}
@media (max-width: 767px) {
  .home-banner-gradient .container .anim-shape1 {
    display: block !important;
    width: 150px;
    left: 6px;
  }
}
.home-banner-gradient .container .btn-outline-primary {
  color: #2A3844 !important;
}
.home-banner-gradient .container .btn.btn-primary {
  width: 133px;
}
@media (max-width: 576px) {
  .home-banner-gradient .container .btn.btn-primary {
    width: inherit;
  }
}
@media (max-width: 576px) {
  .home-banner-gradient .bnr-wrap p {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
  }
}
.home-banner-gradient .bnr-wrap h2 {
  font-size: 24px;
}
.home-banner-gradient .home-banner-color-block {
  background: rgb(116, 235, 151);
  background: linear-gradient(36deg, rgb(116, 235, 151) 16%, rgb(59, 211, 195) 60%, rgb(36, 192, 239) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#74eb97",endColorstr="#24c0ef",GradientType=1);
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  height: 100%;
  background-size: 100% 100%;
  overflow: hidden;
  -webkit-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 61% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 61% 100%);
}
.home-banner-gradient .home-banner-color-block::after {
  background: rgb(36, 192, 239);
  background: linear-gradient(36deg, rgb(31, 169, 211) 0%, rgb(59, 211, 195) 50%, rgb(101, 211, 134) 85%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#24c0ef",endColorstr="#74eb97",GradientType=1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  -webkit-animation: gradient 4s ease infinite;
          animation: gradient 4s ease infinite;
  content: "";
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  pointer-events: none;
}
@media (max-width: 576px) {
  .home-banner-gradient .home-banner-color-block::after {
    display: none;
  }
}
@media (max-width: 576px) {
  .home-banner-gradient .home-banner-color-block {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 80% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 80% 100%);
  }
}
.home-banner-gradient .hero-image-wrapper {
  width: 100%;
  max-width: 37.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px 0 0 auto;
}
.home-banner-gradient .hero-image-wrapper .hero-image-block-01 {
  width: 100%;
  max-width: 27.3%;
  padding-right: 0.625rem;
}
.home-banner-gradient .hero-image-wrapper .hero-image-block-02 {
  width: 100%;
  max-width: 72.7%;
  padding-left: 0.625rem;
}
.home-banner-gradient .hero-image-wrapper .hero-image {
  width: 100%;
  padding-bottom: 1.25rem;
}
.home-banner-gradient .hero-image-wrapper .hero-image:last-child {
  padding-bottom: 0;
}
.home-banner-gradient .hero-image-wrapper .code .hero-image-container {
  -webkit-box-shadow: 0rem 1.25rem 3.75rem -3.75rem #000;
          box-shadow: 0rem 1.25rem 3.75rem -3.75rem #000;
  padding-bottom: 32.7102803738%;
  position: relative;
}
.home-banner-gradient .hero-image-wrapper .dashboard .hero-image-container {
  -webkit-box-shadow: 0rem 2.6875rem 5rem -3.5625rem rgba(0, 0, 0, 0.369);
          box-shadow: 0rem 2.6875rem 5rem -3.5625rem rgba(0, 0, 0, 0.369);
  padding-bottom: 79.1569086651%;
  position: relative;
}
.home-banner-gradient .hero-image-wrapper .mobile .hero-image-container {
  -webkit-box-shadow: 0rem 0.1875rem 1.1875rem --9px #58bac9;
          box-shadow: 0rem 0.1875rem 1.1875rem --9px #58bac9;
  border-radius: 1.3125rem;
  padding-bottom: 207.1197411003%;
  position: relative;
}
.home-banner-gradient .hero-image-wrapper .oxygen .hero-image-container {
  padding-bottom: 100%;
  position: relative;
}
.home-banner-gradient .hero-image-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-banner-gradient .image-grid {
  position: relative;
}

.abt-section4 {
  width: 100%;
  position: relative;
  padding-top: 4.0625rem;
  padding-bottom: 4.0625rem;
}
@media (max-width: 1199px) {
  .abt-section4 {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
}
@media (max-width: 767px) {
  .abt-section4 {
    padding-top: 2.488rem;
    padding-bottom: 2.488rem;
  }
}
.abt-section4 .item-list {
  position: relative;
  list-style: none;
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .abt-section4 .item-list {
    margin-top: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.abt-section4 .item-list .ttl {
  width: 100%;
  font-size: 2.0625rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.625rem;
}
@media (max-width: 767px) {
  .abt-section4 .item-list .ttl {
    font-size: 1.875rem;
  }
}
@media (max-width: 576px) {
  .abt-section4 .item-list .ttl {
    font-size: 24px;
  }
}
.abt-section4 .item-list .sub-ttl {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
  color: #555555;
}
@media (max-width: 1199px) {
  .abt-section4 .item-list .sub-ttl {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .abt-section4 .item-list .sub-ttl {
    font-size: 12px;
    font-weight: 500;
  }
}
.abt-section4 .title-01 {
  width: 100%;
  font-size: 1.6875rem;
  color: #555555;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .abt-section4 .title-01 {
    font-size: 1.5rem;
  }
  .abt-section4 .title-01 br {
    display: none;
  }
}

.sec-1,
.sec-2 {
  width: 100%;
  position: relative;
}

.sec-1 + .sec-2 .container {
  border-top: 1px solid rgba(178, 193, 201, 0.36);
  margin-top: 1.875rem;
  padding-top: 1.875rem;
}
@media (max-width: 767px) {
  .sec-1 + .sec-2 .container {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
  }
}

.brand-icon-container {
  width: 100%;
  position: relative;
  padding-bottom: 46.6666666667%;
}
@media (max-width: 576px) {
  .brand-icon-container {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 33.3333333333%;
  }
}
.brand-icon-container img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 576px) {
  .brand-icon-container img {
    max-width: 72%;
  }
}

.image-text-slider {
  background-color: #E7F8FE;
  width: 100%;
  position: relative;
  padding: 7.5rem 0 6.25rem;
}
@media (max-width: 1199px) {
  .image-text-slider {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
}
@media (max-width: 767px) {
  .image-text-slider {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }
}
@media (max-width: 767px) {
  .image-text-slider .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.image-text-slider .row > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.image-text-slider .row > div .text-slider {
  width: 100%;
  padding-bottom: 2.45rem;
}
.image-text-slider .row > div .text-slider .slick-slide .btn-primary {
  margin-bottom: 2px;
  width: 9.375rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.image-text-slider .row > div .text-slider .slick-slide h3 {
  opacity: 0;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.image-text-slider .row > div .text-slider .slick-slide h2 {
  opacity: 0;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.image-text-slider .row > div .text-slider .slick-slide a {
  opacity: 0;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-transition: 0.6s opacity ease-in-out 0.55s, 0.3s background-color ease-in-out, 0.6s -webkit-transform ease-in-out 0.55s;
  transition: 0.6s opacity ease-in-out 0.55s, 0.3s background-color ease-in-out, 0.6s -webkit-transform ease-in-out 0.55s;
  transition: 0.6s transform ease-in-out 0.55s, 0.6s opacity ease-in-out 0.55s, 0.3s background-color ease-in-out;
  transition: 0.6s transform ease-in-out 0.55s, 0.6s opacity ease-in-out 0.55s, 0.3s background-color ease-in-out, 0.6s -webkit-transform ease-in-out 0.55s;
}
.image-text-slider .row > div .text-slider .anim-active .slick-active h2, .image-text-slider .row > div .text-slider .anim-active .slick-active h3, .image-text-slider .row > div .text-slider .anim-active .slick-active a {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.image-text-slider .row > div .text-slider .slick-dots {
  bottom: -38px;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .image-text-slider .row > div .text-slider .slick-dots {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.image-text-slider .row > div .text-slider .slick-dots li {
  width: 27px;
  height: 4px;
  border-radius: 10px;
  background-color: rgba(42, 56, 68, 0.15);
  -webkit-transition: 0.15s background-color ease-in-out;
  transition: 0.15s background-color ease-in-out;
}
@media (max-width: 576px) {
  .image-text-slider .row > div .text-slider .slick-dots li {
    width: 22px;
    height: 4px;
  }
}
.image-text-slider .row > div .text-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.image-text-slider .row > div .text-slider .slick-dots li.slick-active {
  background-color: #24C0EF;
}
.image-text-slider .row > div .image-slider {
  width: 100%;
  max-width: 320px;
  position: relative;
}
@media (max-width: 767px) {
  .image-text-slider .row > div .image-slider {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 576px) {
  .image-text-slider .row > div .image-slider {
    max-width: 180px;
  }
}
.image-text-slider h3.ttl {
  margin-bottom: 0.3125rem;
}
@media (max-width: 767px) {
  .image-text-slider h3.ttl {
    text-align: center;
  }
}
.image-text-slider h2.ttl {
  font-size: 1.9rem;
  width: 100%;
  max-width: 90%;
  line-height: 1.35;
}
@media (max-width: 1199px) {
  .image-text-slider h2.ttl {
    font-size: 1.6875rem;
    max-width: 95%;
  }
}
@media (max-width: 767px) {
  .image-text-slider h2.ttl {
    font-size: 1.5rem;
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .image-text-slider .btn-primary {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.image-text-slider .image-wrapper {
  width: 100%;
  margin: 1.25rem 0rem;
}
.image-text-slider .image-wrapper .image-container {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.image-text-slider .image-wrapper .image-container img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.image-text-slider .anim-shape1 {
  z-index: 99;
  opacity: 0.3;
  right: -32%;
  top: -11%;
  pointer-events: none;
}

.text-only-wrapper {
  width: 100%;
  position: relative;
  padding: 6.875rem 0;
}
@media (max-width: 1199px) {
  .text-only-wrapper {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
.text-only-wrapper .text-wrapper {
  width: 100%;
  max-width: 95%;
  margin: 0px auto;
}
.text-only-wrapper .text-wrapper .ttl {
  font-size: 1.9rem;
  width: 100%;
  line-height: 1.35;
  text-align: center;
  margin: 0px;
  letter-spacing: 0.25px;
}
@media (max-width: 1199px) {
  .text-only-wrapper .text-wrapper .ttl {
    font-size: 1.6875rem;
  }
}
@media (max-width: 767px) {
  .text-only-wrapper .text-wrapper .ttl {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .text-only-wrapper .text-wrapper .ttl {
    font-size: 24px;
  }
}

.card-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  background-color: #F4F8FA;
  padding: 83px 0px 65px;
}
@media (max-width: 1199px) {
  .card-block {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
}
@media (max-width: 767px) {
  .card-block {
    padding-top: 2.5rem;
    padding-bottom: 2.8125rem;
  }
}
.card-block .main-wrapper {
  width: 100%;
}
.card-block .main-wrapper .row {
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 1199px) {
  .card-block .main-wrapper .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.card-block .main-wrapper .row > div {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
}
@media (max-width: 1199px) {
  .card-block .main-wrapper .row > div {
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 576px) {
  .card-block .main-wrapper .row > div:last-child {
    padding-bottom: 0;
  }
}
.card-block .section-01-card {
  width: 60%;
  max-width: 60%;
}
@media (max-width: 991px) {
  .card-block .section-01-card {
    width: 100%;
    max-width: 100%;
  }
}
.card-block .section-02-card {
  width: 40%;
  max-width: 40%;
}
@media (max-width: 991px) {
  .card-block .section-02-card {
    width: 60%;
    max-width: 60%;
  }
}
@media (max-width: 767px) {
  .card-block .section-02-card {
    width: 100%;
    max-width: 100%;
  }
}
.card-block .section-03-card {
  width: 32%;
  max-width: 32%;
}
@media (max-width: 991px) {
  .card-block .section-03-card {
    width: 40%;
    max-width: 40%;
    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;
  }
}
@media (max-width: 767px) {
  .card-block .section-03-card {
    width: 65%;
    max-width: 65%;
  }
}
.card-block .section-04-card {
  width: 68%;
  max-width: 68%;
}
@media (max-width: 991px) {
  .card-block .section-04-card {
    width: 100%;
    max-width: 100%;
  }
}
.card-block .section-05-card {
  width: 46%;
  max-width: 46%;
}
@media (max-width: 991px) {
  .card-block .section-05-card {
    width: 100%;
    max-width: 100%;
  }
}
.card-block .section-06-card {
  width: 22%;
  max-width: 22%;
}
@media (max-width: 991px) {
  .card-block .section-06-card {
    width: 45%;
    max-width: 45%;
  }
}
@media (max-width: 767px) {
  .card-block .section-06-card {
    width: 100%;
    max-width: 100%;
  }
}
.card-block .section-07-card {
  width: 32%;
  max-width: 32%;
}
@media (max-width: 991px) {
  .card-block .section-07-card {
    width: 55%;
    max-width: 55%;
  }
}
@media (max-width: 767px) {
  .card-block .section-07-card {
    width: 100%;
    max-width: 100%;
  }
}
.card-block .head-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-bottom: 4.0625rem;
}
@media (max-width: 576px) {
  .card-block .head-wrapper {
    margin-bottom: 2.8125rem;
  }
}
.card-block .head-wrapper p {
  font-weight: 600;
  color: #555555;
  line-height: 1.4;
}
@media (max-width: 1199px) {
  .card-block .head-wrapper p {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .card-block .head-wrapper p {
    font-size: 15px;
    font-weight: 500;
  }
}
.card-block .head-wrapper h2 {
  font-size: 27px;
  color: #555555;
  line-height: 1.2;
}
@media (max-width: 576px) {
  .card-block .head-wrapper h2 {
    margin-bottom: 0;
    font-size: 1.5rem;
  }
  .card-block .head-wrapper h2 br {
    display: none;
  }
}
.card-block .head-wrapper p.primary {
  color: #23C0EF;
}

.security-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.security-block .security-inner {
  border: 1px solid #24C0EF;
  background-color: #fff;
  border-radius: 1.75rem;
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  -webkit-box-shadow: 0px 3px 10px rgba(232, 232, 232, 0.78);
          box-shadow: 0px 3px 10px rgba(232, 232, 232, 0.78);
}
@media (max-width: 576px) {
  .security-block .security-inner {
    border-radius: 20px;
    -webkit-box-shadow: 0px 3px 10px rgba(232, 232, 232, 0.4);
            box-shadow: 0px 3px 10px rgba(232, 232, 232, 0.4);
  }
}
.security-block .security-top-wrapper {
  width: 100%;
  background-color: #E7F8FE;
  padding: 25px 33px;
}
@media (max-width: 767px) {
  .security-block .security-top-wrapper {
    padding: 15px 20px;
  }
}
.security-block .security-bottom {
  width: 100%;
  background-color: #fff;
  padding: 25px 33px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .security-block .security-bottom {
    padding: 15px 20px;
  }
}
.security-block .security-bottom h3 {
  font-size: 34px;
  line-height: 1.5;
  color: #2A3844;
  text-decoration: none;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .security-block .security-bottom h3 {
    font-size: 24px;
    font-weight: 700;
  }
}

.getcash-back.light {
  height: 100%;
  width: 100%;
}
.getcash-back.light .card-bx {
  height: 100%;
}

.getcash-back.light .card-bx {
  border: 1px solid #24C0EF;
  background-color: #fff;
  border-radius: 1.75rem;
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 100%;
  -webkit-box-shadow: 0px 3px 10px rgba(232, 232, 232, 0.78);
          box-shadow: 0px 3px 10px rgba(232, 232, 232, 0.78);
  text-decoration: none;
}
@media (max-width: 576px) {
  .getcash-back.light .card-bx {
    border-radius: 20px;
    -webkit-box-shadow: 0px 3px 10px rgba(232, 232, 232, 0.4);
            box-shadow: 0px 3px 10px rgba(232, 232, 232, 0.4);
  }
}
.getcash-back.light .card-bx p {
  color: #2A3844;
}
.getcash-back.light .card-bx h3 {
  color: #2A3844;
  font-size: 28px;
}
@media (max-width: 576px) {
  .getcash-back.light .card-bx h3 {
    font-size: 1.5rem;
  }
}
.getcash-back.light .card-bx .shape-wrapper {
  position: absolute;
  right: 30px;
  top: 30px;
}
.getcash-back.light .card-bx .credit-image {
  width: 100%;
  max-width: 9.6875rem;
}
@media (max-width: 767px) {
  .getcash-back.light .card-bx .credit-image {
    position: absolute;
    right: 30px;
    bottom: 30px;
  }
}

.card-wrapper {
  width: 100%;
  position: relative;
  height: 100%;
}
.card-wrapper .card-inner {
  border: 1px solid #24C0EF;
  background-color: #fff;
  border-radius: 1.75rem;
  overflow: hidden;
  height: 100%;
  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-shadow: 0px 3px 10px rgba(232, 232, 232, 0.78);
          box-shadow: 0px 3px 10px rgba(232, 232, 232, 0.78);
  text-decoration: none;
}
@media (max-width: 576px) {
  .card-wrapper .card-inner {
    border-radius: 20px;
    -webkit-box-shadow: 0px 3px 10px rgba(232, 232, 232, 0.4);
            box-shadow: 0px 3px 10px rgba(232, 232, 232, 0.4);
  }
}
.card-wrapper .card-image-wrapper {
  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;
  height: 160px;
  background-color: #E7F8FE;
}
.card-wrapper .card-image-wrapper .card-image-container {
  width: 100%;
  position: relative;
  height: 100%;
}
.card-wrapper .card-image-wrapper .card-image-container img {
  width: 100%;
  position: relative;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
}
.card-wrapper .card-text-wrapper {
  width: 100%;
  position: relative;
  padding: 20px 55px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .card-wrapper .card-text-wrapper {
    padding: 25px;
  }
}
.card-wrapper .card-text-wrapper .ttl {
  font-size: 29px;
  line-height: 1.2;
  color: #2A3844;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.125rem;
  letter-spacing: 0.15px;
}
@media (max-width: 1199px) {
  .card-wrapper .card-text-wrapper .ttl {
    font-size: 1.5625rem;
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 576px) {
  .card-wrapper .card-text-wrapper .ttl {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
}
.card-wrapper .card-text-wrapper p {
  font-size: 16px;
  line-height: 1.5;
  color: #2A3844;
  text-align: center;
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: 0.15px;
}
@media (max-width: 576px) {
  .card-wrapper .card-text-wrapper p {
    line-height: 1.4;
    font-size: 15px;
  }
}

.card-image {
  width: 100%;
  position: relative;
  text-decoration: none;
}
.card-image .card-image-container {
  width: 100%;
  padding-bottom: 108.5365853659%;
  position: relative;
}
.card-image .card-image-container img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.bottom-section {
  background-color: #F4F8FA;
}
.bottom-section p {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 576px) {
  .bottom-section p {
    font-size: 15px;
  }
  .bottom-section p br {
    display: none;
  }
}
.bottom-section .spec-card-info p {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 576px) {
  .bottom-section .spec-card-info p {
    font-size: 15px;
  }
}
.bottom-section .btn {
  max-width: 5.6875rem;
}
.bottom-section .head {
  margin-bottom: 0.6875rem;
}
@media (max-width: 576px) {
  .bottom-section .head {
    font-size: 1.5rem;
  }
}
.bottom-section .spec-card-title {
  font-size: 18px;
}

.mega-menu-top {
  width: 100%;
  position: relative;
  padding: 40px 33px 36px;
}
.mega-menu-top .mega-menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.mega-menu-top .mega-menu-inner .icon {
  width: 100%;
  position: relative;
  max-width: 50px;
  margin-bottom: 12px;
}
.mega-menu-top .mega-menu-inner .icon .icon-container {
  width: 100%;
  position: relative;
  padding-bottom: 100%;
}
.mega-menu-top .mega-menu-inner .icon .icon-container img {
  position: absolute;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mega-menu-top .mega-menu-inner .menu-heading {
  font-size: 16px;
  line-height: 1.4;
  color: #2A3844;
  width: auto;
  position: relative;
  margin-bottom: 13px;
  padding-right: 18px;
  font-weight: 600;
  text-decoration: none;
  left: auto;
  background-color: transparent;
}
.mega-menu-top .mega-menu-inner .menu-heading::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.818' height='9.691' viewBox='0 0 5.818 9.691'%3E%3Cpath id='Path_50214' data-name='Path 50214' d='M-21564.945,3483.088a1,1,0,0,1-.705-.29,1,1,0,0,1,0-1.414l3.117-3.141-3.117-3.141a1,1,0,0,1,0-1.414,1,1,0,0,1,1.414.005l3.818,3.845a1,1,0,0,1,0,1.409l-3.818,3.845A.994.994,0,0,1-21564.945,3483.088Z' transform='translate(21565.945 -3473.397)' fill='%2324c0ef'/%3E%3C/svg%3E%0A");
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 2px;
  bottom: 0;
  margin: auto;
  right: 0;
  -webkit-transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-top: none !important;
  left: auto !important;
}
.mega-menu-top .mega-menu-inner .menu-heading:hover:after {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.mega-menu-top .mega-menu-inner .para {
  width: 100%;
  line-height: 1.4;
  font-size: 16px;
  color: #2A3844;
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 0;
  max-width: 368px;
}

.mega-menu-bottom {
  width: 100%;
  position: relative;
  background-color: #F4F8FA;
  padding-top: 25px;
  padding-bottom: 25px;
}
.mega-menu-bottom .menu-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 0;
  margin: 0;
}
.mega-menu-bottom .menu-list .menu-items {
  width: 100%;
  position: relative;
  line-height: normal;
}
.mega-menu-bottom .menu-list .menu-items a {
  font-size: 16px;
  line-height: 1.4;
  color: #2A3844;
  text-decoration: none;
  font-weight: 600;
  width: 100%;
  padding: 3px 33px;
  background-color: #F4F8FA;
  display: block;
  -webkit-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}
.mega-menu-bottom .menu-list .menu-items a:hover {
  color: #10addc;
}
.mega-menu-bottom.multiline .menu-items {
  width: 50%;
}

.menu-body .mega-menu-top {
  padding: 25px 15px;
  background-color: #F4F4F4;
}
.menu-body .mega-menu-bottom {
  padding: 0 15px;
  background-color: #fff;
}
.menu-body .mega-menu-bottom .menu-items a {
  font-size: 18px;
  color: #2A3844;
  padding: 20px 0px;
  background-color: #fff;
  border-bottom: 1px solid #E0E6EE;
}
.menu-body .mega-menu-bottom .menu-items a::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.913' height='11.913' viewBox='0 0 11.913 11.913'%3E%3Cpath id='icon-arrow-right' d='M1.7,8.423V1.7H8.424V0H0V8.423Z' transform='translate(11.913 5.956) rotate(135)' fill='%2316c0ef' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  position: absolute;
  width: 11px;
  height: 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.menu-body .mega-menu-bottom.multiline .menu-items {
  width: 100%;
}

.megamenu a:focus-visible, .main-nav a:focus-visible {
  outline: none;
  text-decoration: none;
}
.megamenu a:hover, .main-nav a:hover {
  outline: none;
  text-decoration: none;
}

.login-btn-new > a {
  color: #24C0EF !important;
}

@-webkit-keyframes gradient {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.7) rotate(0);
            transform: scale(1.7) rotate(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(2.2) rotate(45deg);
            transform: scale(2.2) rotate(45deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.7) rotate(0);
            transform: scale(1.7) rotate(0);
  }
}

@keyframes gradient {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.7) rotate(0);
            transform: scale(1.7) rotate(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(2.2) rotate(45deg);
            transform: scale(2.2) rotate(45deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.7) rotate(0);
            transform: scale(1.7) rotate(0);
  }
}