@charset "UTF-8";
@font-face {
  font-family: "Lexend";
  src: url("../fonts/Lexend/Lexend-Regular.woff2") format("woff2"), url("../fonts/Lexend/Lexend-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("../fonts/Lexend/Lexend-Medium.woff2") format("woff2"), url("../fonts/Lexend/Lexend-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("../fonts/Lexend/Lexend-Bold.woff2") format("woff2"), url("../fonts/Lexend/Lexend-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("../fonts/Lexend/Lexend-SemiBold.woff2") format("woff2"), url("../fonts/Lexend/Lexend-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend Deca";
  src: url("../fonts/Lexend-Deca/LexendDeca-Medium.woff2") format("woff2"), url("../fonts/Lexend-Deca/LexendDeca-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend Deca";
  src: url("../fonts/Lexend-Deca/LexendDeca-Regular.woff2") format("woff2"), url("../fonts/Lexend-Deca/LexendDeca-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend Deca";
  src: url("../fonts/Lexend-Deca/LexendDeca-Bold.woff2") format("woff2"), url("../fonts/Lexend-Deca/LexendDeca-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend Deca";
  src: url("../fonts/Lexend-Deca/LexendDeca-SemiBold.woff2") format("woff2"), url("../fonts/Lexend/LexendDeca-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* boostrap*/
/* boostrap*/
/* boostrap*/
/*!
 * Bootstrap v5.0.0-beta2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* scss-docs-start import-stack*/
/* Configuration*/
/* Layout & components*/
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: "Lexend", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.57;
  color: #000;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: #000000;
}

h1 {
  font-size: calc(1.39975rem + 1.797vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.7475rem;
  }
}

h2 {
  font-size: calc(1.32625rem + 0.915vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2.0125rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.274625rem + 0.2955vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.49625rem;
  }
}

h5 {
  font-size: calc(1.250125rem + 0.0015vw);
}
@media (min-width: 1200px) {
  h5 {
    font-size: 1.25125rem;
  }
}

h6 {
  font-size: 0.9975rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

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;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: black;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/* @import "type";*/
.container,
.container-fluid,
.container-xxxl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1260px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
@media (min-width: 1350px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1300px;
  }
}
@media (min-width: 1600px) {
  .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1500px;
  }
}
.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.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%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .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%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .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%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .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%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1260px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .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%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1350px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1600px) {
  .col-xxxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-xxxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-xxxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xxxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-xxxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xxxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xxxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-xxxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xxxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xxxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-xxxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xxxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xxxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxxl-0 {
    margin-left: 0;
  }

  .offset-xxxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxxl-3 {
    margin-left: 25%;
  }

  .offset-xxxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxxl-6 {
    margin-left: 50%;
  }

  .offset-xxxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxxl-9 {
    margin-left: 75%;
  }

  .offset-xxxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxxl-11 {
    margin-left: 91.6666666667%;
  }

  .g-xxxl-0,
.gx-xxxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxxl-0,
.gy-xxxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxxl-1,
.gx-xxxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxxl-1,
.gy-xxxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxxl-2,
.gx-xxxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxxl-2,
.gy-xxxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxxl-3,
.gx-xxxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxxl-3,
.gy-xxxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxxl-4,
.gx-xxxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxxl-4,
.gy-xxxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxxl-5,
.gx-xxxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxxl-5,
.gy-xxxl-5 {
    --bs-gutter-y: 3rem;
  }
}
/* @import "tables";*/
/* @import "forms";*/
/* @import "buttons";*/
.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

/* @import "button-group";*/
/* @import "navbar";*/
/* @import "card";*/
/* @import "breadcrumb";*/
/* @import "pagination";*/
/* @import "badge";*/
/* @import "alert";*/
/* @import "progress";*/
/* @import "list-group";*/
/* @import "close";*/
/* @import "toasts";*/
/* @import "modal";*/
/* @import "tooltip";*/
/* @import "popover";*/
/* @import "carousel";*/
/* @import "spinners";*/
/* Helpers*/
/* @import "helpers";*/
/* Utilities*/
.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;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: -ms-grid !important;
  display: grid !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;
}

.d-none {
  display: none !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: 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;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}

.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-0 {
  border-width: 0 !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.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-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !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;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !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;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !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;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.fs-1 {
  font-size: calc(1.39975rem + 1.797vw) !important;
}

.fs-2 {
  font-size: calc(1.32625rem + 0.915vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.274625rem + 0.2955vw) !important;
}

.fs-5 {
  font-size: calc(1.250125rem + 0.0015vw) !important;
}

.fs-6 {
  font-size: 0.9975rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-primary {
  color: #0d6efd !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-success {
  color: #198754 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #212529 !important;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #000 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.57 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.bg-primary {
  background-color: #0d6efd !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #198754 !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-body {
  background-color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  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-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: -ms-grid !important;
    display: grid !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;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .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-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .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;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !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;
  }

  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !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;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: -ms-grid !important;
    display: grid !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;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .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-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .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;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !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;
  }

  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !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;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: -ms-grid !important;
    display: grid !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;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .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-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .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;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !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;
  }

  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !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;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1260px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: -ms-grid !important;
    display: grid !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;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .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-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .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;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !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;
  }

  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !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;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1350px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }

  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .float-xxxl-start {
    float: left !important;
  }

  .float-xxxl-end {
    float: right !important;
  }

  .float-xxxl-none {
    float: none !important;
  }

  .d-xxxl-inline {
    display: inline !important;
  }

  .d-xxxl-inline-block {
    display: inline-block !important;
  }

  .d-xxxl-block {
    display: block !important;
  }

  .d-xxxl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-xxxl-table {
    display: table !important;
  }

  .d-xxxl-table-row {
    display: table-row !important;
  }

  .d-xxxl-table-cell {
    display: table-cell !important;
  }

  .d-xxxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-xxxl-none {
    display: none !important;
  }

  .flex-xxxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xxxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xxxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xxxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xxxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xxxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xxxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xxxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xxxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-xxxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xxxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xxxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .gap-xxxl-0 {
    gap: 0 !important;
  }

  .gap-xxxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxxl-3 {
    gap: 1rem !important;
  }

  .gap-xxxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxxl-5 {
    gap: 3rem !important;
  }

  .justify-content-xxxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xxxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xxxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xxxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xxxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .justify-content-xxxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .align-items-xxxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xxxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xxxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xxxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xxxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xxxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xxxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xxxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xxxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xxxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xxxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xxxl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xxxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xxxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xxxl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align-self-xxxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xxxl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }

  .order-xxxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-xxxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-xxxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-xxxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-xxxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-xxxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-xxxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-xxxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .m-xxxl-0 {
    margin: 0 !important;
  }

  .m-xxxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxxl-3 {
    margin: 1rem !important;
  }

  .m-xxxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxxl-5 {
    margin: 3rem !important;
  }

  .m-xxxl-auto {
    margin: auto !important;
  }

  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxxl-auto {
    margin-top: auto !important;
  }

  .me-xxxl-0 {
    margin-right: 0 !important;
  }

  .me-xxxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxxl-auto {
    margin-right: auto !important;
  }

  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxxl-auto {
    margin-left: auto !important;
  }

  .p-xxxl-0 {
    padding: 0 !important;
  }

  .p-xxxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxxl-3 {
    padding: 1rem !important;
  }

  .p-xxxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxxl-5 {
    padding: 3rem !important;
  }

  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxxl-5 {
    padding-left: 3rem !important;
  }

  .text-xxxl-start {
    text-align: left !important;
  }

  .text-xxxl-end {
    text-align: right !important;
  }

  .text-xxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.7475rem !important;
  }

  .fs-2 {
    font-size: 2.0125rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.49625rem !important;
  }

  .fs-5 {
    font-size: 1.25125rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: -ms-grid !important;
    display: grid !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;
  }

  .d-print-none {
    display: none !important;
  }
}
/* scss-docs-end import-stack*/
/* @import "utilities/text";*/
/* @import "utilities/flex";*/
/* @import "utilities/display";*/
body {
  overflow-x: hidden;
}
body.body-fix-scroll {
  overflow-y: hidden;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.img-fullwidth {
  width: 100%;
}

svg {
  vertical-align: middle;
}

.fz-12 {
  font-size: 12px;
}

.fz-16 {
  font-size: 16px;
}

.fz-18 {
  font-size: 18px;
}

.fz-20 {
  font-size: 20px;
}

[data-parallax=bg] {
  height: 110% !important;
}
@media (min-width: 768px) {
  [data-parallax=bg] {
    height: 150% !important;
  }
}
[data-parallax=bg][data-revest="-1"] {
  top: auto !important;
  bottom: 0 !important;
}

.heading-big {
  font-family: "Lexend Deca", sans-serif;
  font-size: 52px;
}

.bg-primary {
  background-color: #0F1D63;
}

.color-primary {
  background-color: #0F1D63;
}

.bg-primary-2 {
  background-color: #C6E2F7;
}

.color-primary-2 {
  background-color: #C6E2F7;
}

.bg-secondary {
  background-color: #2B6BB2;
}

.color-secondary {
  background-color: #2B6BB2;
}

.bg-secondary-2 {
  background-color: #C63205;
}

.color-secondary-2 {
  background-color: #C63205;
}

.bg-secondary-3 {
  background-color: #50D6AC;
}

.color-secondary-3 {
  background-color: #50D6AC;
}

.bg-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#2B6BB2), color-stop(61.63%, rgba(14, 36, 91, 0))) !important;
  background: linear-gradient(180deg, #2B6BB2 0%, rgba(14, 36, 91, 0) 61.63%) !important;
}

.bg-gradient-2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#2B6BB2), color-stop(69.71%, rgba(198, 226, 247, 0)));
  background: linear-gradient(180deg, #2B6BB2 0%, rgba(198, 226, 247, 0) 69.71%);
}

.bg-gradient-3 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(8.69%, #50D6AC), color-stop(70.06%, rgba(198, 226, 247, 0)));
  background: linear-gradient(180deg, #50D6AC 8.69%, rgba(198, 226, 247, 0) 70.06%);
}

.bg-gradient-4 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.13%, #0E2D70), color-stop(82.22%, rgba(198, 50, 5, 0)));
  background: linear-gradient(180deg, #0E2D70 0.13%, rgba(198, 50, 5, 0) 82.22%);
}

.bg-greyscale {
  background-color: #CBCEDC;
}

.color-greyscale {
  color: #CBCEDC;
}

.bg-greyscale-2 {
  background-color: #E1E1E1;
}

.color-greyscale-2 {
  color: #E1E1E1;
}

.bg-greyscale-3 {
  background-color: #E3E5EA;
}

.color-greyscale-3 {
  color: #E3E5EA;
}

.bg-greyscale-4 {
  background-color: #EBEBEB;
}

.color-greyscale-4 {
  color: #EBEBEB;
}

.svg-fix {
  position: relative;
}
.svg-fix:before {
  content: "";
  display: block;
}
.svg-fix svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

::-moz-selection {
  background: #0E245B;
  color: #fff;
}

::selection {
  background: #0E245B;
  color: #fff;
}

::-moz-selection {
  background: #0E245B;
  color: #fff;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: inherit;
  text-decoration: none;
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover, a:focus {
  color: #0F1D63;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.pd-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pd-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.pd-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.pd-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.pt-25 {
  padding-top: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.pd-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.pd-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.pt-35 {
  padding-top: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.pd-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.pd-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.pt-45 {
  padding-top: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.pd-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

figure img {
  width: 100%;
}

.btn {
  display: inline-block;
  z-index: 2;
  position: relative;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  background-color: #0F1D63;
  overflow: hidden;
  padding: 0 20px;
  -webkit-transition: all 0.3s cubic-bezier(0.26, 0.89, 0.42, 1.28);
  transition: all 0.3s cubic-bezier(0.26, 0.89, 0.42, 1.28);
}
.btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  background-color: #50D6AC;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.btn:hover, .btn.hover {
  color: #0F1D63;
}
.btn:hover:before, .btn.hover:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.btn:focus {
  color: #fff;
}
@media (min-width: 768px) {
  .btn {
    height: 56px;
    line-height: 56px;
    padding: 0 44px;
    font-size: 16px;
  }
}

.btn-secondary-3 {
  background-color: #50D6AC;
  color: #0F1D63;
}
.btn-secondary-3:before {
  background-color: #0F1D63;
}
.btn-secondary-3:hover, .btn-secondary-3.hover {
  color: #fff;
}
.btn-secondary-3:focus {
  color: #0F1D63;
}

button.btn {
  border: 0;
}

.btn-block {
  display: block;
  text-align: center;
}

.btn-text {
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #0F1D63;
}
.btn-text span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 5px;
  margin-left: 10px;
}
.btn-text span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 5px;
  background-color: #0F1D63;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.btn-text span:before {
  content: "";
  width: 0;
  height: 1px;
  display: block;
  background-color: #0F1D63;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.btn-text:hover span:before, .btn-text.hover span:before {
  width: 24px;
}
.btn-text.btn-light {
  color: #fff;
}
.btn-text.btn-light span:after, .btn-text.btn-light span:before {
  background-color: #fff;
}
@media (min-width: 768px) {
  .btn-text {
    font-size: 16px;
  }
}

input:focus, textarea:focus, select:focus {
  outline: none;
}

input[type=search],
input[type=text],
input[type=url],
input[type=number],
input[type=password],
input[type=email],
input[type=file],
input[type=number],
input[type=date],
select,
textarea {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 0.875rem;
  color: #0F1D63;
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  border-radius: 0;
  padding: 0 24px;
}
input[type=search]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=file]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: inherit;
  color: #9FA5C1;
}
input[type=search]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=file]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=date]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: inherit;
  color: #9FA5C1;
}
input[type=search]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=file]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=date]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  font-size: inherit;
  color: #9FA5C1;
}
input[type=search]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=file]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-size: inherit;
  color: #9FA5C1;
}

select {
  background: none;
}

input[type=search],
input[type=text],
input[type=url],
input[type=number],
input[type=password],
input[type=email],
input[type=file],
input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

label {
  display: inline-block;
  font-family: "Lexend", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #252A31;
  margin-bottom: 6px;
}

textarea {
  resize: none;
  vertical-align: top;
  line-height: 1.3;
  min-height: 150px;
  padding-top: 18px;
  padding-bottom: 18px;
}
@media (min-width: 768px) {
  textarea {
    min-height: 200px;
  }
}

.form-item {
  margin-bottom: 10px;
}
.form-item .form-control {
  margin-bottom: 0;
}
.form-item.error .form-control {
  color: #C63205;
  border-color: #C63205;
}
.form-item.error .form-control::-webkit-input-placeholder {
  color: inherit;
}
.form-item.error .form-control::-moz-placeholder {
  color: inherit;
}
.form-item.error .form-control:-moz-placeholder {
  color: inherit;
}
.form-item.error .form-control:-ms-input-placeholder {
  color: inherit;
}
@media (min-width: 768px) {
  .form-item {
    margin-bottom: 25px;
  }
}

.section,
section {
  position: relative;
  z-index: 2;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .section,
section {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1260px) {
  .section,
section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1350px) {
  .section,
section {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}

.section-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  z-index: -1;
}

.overflow-hidden {
  overflow: hidden !important;
}

.z-index-none {
  z-index: none !important;
}

.page-wrapper, .page-content {
  overflow: hidden;
}

.page-content {
  position: relative;
}

.zoomInCustom {
  -webkit-animation-name: zoomInCustom;
          animation-name: zoomInCustom;
}

@-webkit-keyframes zoomInCustom {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomInCustom {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.container-custom {
  padding: 0 22px;
}

.row.colum-5 {
  margin-left: -14px;
  margin-right: -14px;
}
.row.colum-5 > [class*=col-] {
  width: 20%;
  padding-left: 14px;
  padding-right: 14px;
}

@media (min-width: 768px) {
  .container-custom {
    max-width: 81%;
    padding: 0 17px;
    margin: 0 auto;
  }
}
@media (min-width: 1350px) {
  .row {
    margin-left: -17px;
    margin-right: -17px;
  }
  .row > [class*=col-] {
    padding-left: 17px;
    padding-right: 17px;
  }
}
.swiper-custom-next,
.swiper-custom-prev {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #000000;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.swiper-custom-next:focus,
.swiper-custom-prev:focus {
  outline: none;
}
.swiper-custom-next:hover,
.swiper-custom-prev:hover {
  color: #0F1D63;
}

.swiper-fix {
  position: relative;
}
.swiper-fix .swiper-container {
  position: static;
}
.swiper-fix .swiper-custom-prev {
  left: -5%;
}
.swiper-fix .swiper-custom-next {
  right: -5%;
}

.swiper-pagination {
  line-height: 1;
  text-align: center;
}
.swiper-pagination span {
  margin: 0 7px;
}

.header__wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #fff;
}
.header__wrap:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
}

.header.headroom--not-top .header__wrap:after {
  background-color: #0F1D63;
}

.header__inner,
.header__fixHeight {
  height: 60px;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 17px;
}

.header__logo {
  margin-right: 20px;
}
.header__logo a {
  display: inline-block;
  width: 100px;
}
.header__logo span {
  display: block;
}
.header__logo span::before {
  padding-top: 20.5%;
}

.header__menu {
  display: none;
}
.header__menu .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__menu .menu-list li {
  margin-right: 10px;
}
.header__menu .menu-list a {
  display: block;
  font-size: 16px;
  color: #0F1D63;
}
.header__menu .menu-list li:hover a,
.header__menu .menu-list li.current a {
  color: #50D6AC;
}

.header__grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header__humberger {
  padding: 6px 3px;
}
.header__humberger span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #0F1D63;
}
.header__humberger .icon-2 {
  margin: 4px 0;
}

.header__btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.header__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  padding: 0 55px;
}

@media (min-width: 768px) {
  .header__inner {
    padding: 0 25px;
  }

  .header__logo a {
    width: 115px;
  }
}
@media (max-width: 1524px) {
  .header__menu .menu-list a {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .header__inner,
.header__fixHeight {
    height: 70px;
  }

  .header__logo {
    margin-right: 35px;
  }
  .header__logo a {
    width: 130px;
  }

  .header__menu,
.header__btn {
    display: block;
  }

  .header__humberger {
    display: none;
  }
}
@media (min-width: 1260px) {
  .header__inner {
    padding: 0 45px;
  }

  .header__logo {
    margin-right: 50px;
  }
  .header__logo a {
    width: 140px;
  }
	.header__menu .menu-list li{
		  margin-right: 15px;
	}
}
@media (max-width: 767.98px) {
  .home-page .header__fixHeight {
    display: none;
  }
  .home-page .header.headroom--top .header__wrap {
    background-color: transparent;
  }
  .home-page .header.headroom--top .header__humberger span {
    background-color: #fff;
  }
  .home-page .header.headroom--top .header__logo svg path {
    fill: #fff;
  }
}

.header.open-menu .header__wrap {
  background-color: transparent;
}
.header.open-menu .header__wrap:after {
  visibility: hidden;
}
.header.open-menu .header__humberger span {
  background-color: #fff;
}
.header.open-menu .header__logo svg path {
  fill: #fff;
}

.menuMobile {
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: #0F1D63;
  padding-top: 60px;
  color: rgba(255, 255, 255, 0.6);
  visibility: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.menuMobile ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menuMobile__inner {
  padding: 0 22px;
  height: 100%;
  padding-bottom: 50px;
}

.menuMobile__scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}

.menuMobile__nav {
  padding: 60px 0;
}
.menuMobile__nav .menu-list li + li {
  margin-top: 12px;
}
.menuMobile__nav .menu-list a {
  display: inline-block;
  font-size: 28px;
  color: #fff;
}
.menuMobile__nav .menu-list li.current a {
  color: #50D6AC;
}

.menuMobile__info {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 30px !important;
}
.menuMobile__info li {
  position: relative;
  padding-left: 80px;
}
.menuMobile__info li + li {
  margin-top: 20px;
}
.menuMobile__info li small {
  position: absolute;
  top: 0;
  left: 0;
  color: #6E7C9D;
}
.menuMobile__info li p {
  margin: 0;
}
.menuMobile__info li p a {
  color: inherit;
}
.menuMobile__info li p a:hover {
  color: #fff;
}

@media (max-width: 350px) {
  .menuMobile__inner {
    padding-bottom: 30px;
  }

  .menuMobile__nav {
    padding: 50px 0;
  }

  .menuMobile__nav .menu-list a {
    font-size: 20px;
  }

  .menuMobile__info {
    font-size: 12px;
  }
  .menuMobile__info li {
    padding-left: 70px;
  }
  .menuMobile__info li + li {
    margin-top: 10px;
  }
}
html.mobile.landscape .menuMobile__inner {
  padding-bottom: 30px;
}
html.mobile.landscape .menuMobile__scroll {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 40px;
}
html.mobile.landscape .menuMobile__nav {
  width: 35%;
  padding: 0;
}
html.mobile.landscape .menuMobile__nav .menu-list a {
  font-size: 20px;
}
html.mobile.landscape .menuMobile__info {
  width: 65%;
  border: 0;
  font-size: 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 0 0 30px !important;
}
html.mobile.landscape .menuMobile__info li {
  padding-left: 70px;
}
html.mobile.landscape .menuMobile__info li + li {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .menuMobile__nav .menu-list li + li {
    margin-top: 20px;
  }
  .menuMobile__nav .menu-list a {
    font-size: 40px;
  }

  .menuMobile__info {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .menuMobile {
    display: none;
  }
}
.titlebox {
  margin-bottom: 35px;
}

.titlebox__subtitle {
  display: block;
  font-size: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #6E7C9D;
  margin-bottom: 10px;
}

.titlebox__title {
  font-size: 28px;
  color: #0E245B;
  margin: 0;
}

.titlebox__text {
  color: rgba(14, 36, 91, 0.8);
  margin-bottom: 0;
  margin-top: 10px;
}

.fz-18 {
  font-size: 16px;
}

.fz-40 {
  font-size: 18px !important;
}

.fz-52,
.fz-44 {
  font-size: 28px !important;
}

.titleMin {
  margin-bottom: 15px;
}

.titleMin__title {
  font-size: 10px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #6E7C9D;
  margin: 0;
}

@media (min-width: 768px) {
  .titlebox {
    margin-bottom: 50px;
  }

  .titlebox__subtitle {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .titlebox__text {
    margin-top: 15px;
  }

  .fz-40 {
    font-size: 22px !important;
  }

  .titleMin {
    margin-bottom: 35px;
  }

  .titleMin {
    margin-bottom: 25px;
  }

  .titleMin__title {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .fz-52,
.fz-44 {
    font-size: 32px !important;
  }

  .fz-18 {
    font-size: 18px !important;
  }

  .fz-40 {
    font-size: 28px !important;
  }

  .titlebox {
    margin-bottom: 60px;
  }

  .titlebox__subtitle {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .titleMin {
    margin-bottom: 35px;
  }

  .titleMin__title {
    font-size: 14px;
  }
}
@media (min-width: 1260px) {
  .fz-52,
.fz-44 {
    font-size: 35px !important;
  }

  .fz-40,
.fz-32 {
    font-size: 32px !important;
  }

  .titlebox__text {
    margin-top: 20px;
  }
}
@media (min-width: 1350px) {
  .fz-52 {
    font-size: 40px !important;
  }

  .titlebox__subtitle {
    margin-bottom: 40px;
  }

  .titlebox__text {
    margin-top: 24px;
  }
}
@media (min-width: 1600px) {
  .fz-52 {
    font-size: 52px !important;
  }

  .fz-40 {
    font-size: 40px !important;
  }

  .fz-44 {
    font-size: 44px !important;
  }

  .titlebox {
    margin-bottom: 88px;
  }
}
.sub-min {
  font-size: 10px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .sub-min {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .sub-min {
    font-size: 14px;
  }
}

.footer {
  background-color: #0E245B;
  padding-top: 60px;
  padding-bottom: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer a {
  color: inherit;
}
.footer a:hover {
  color: #fff !important;
}

.footer__info {
  margin-bottom: 40px;
  max-width: 80%;
}
.footer__info .item-logo {
  margin-bottom: 20px;
}
.footer__info .item-logo a {
  display: inline-block;
  max-width: 150px;
}
.footer__info .item-text {
  margin-bottom: 0;
  margin-top: 18px;
}

.footer__contact li + li {
  margin-top: 10px;
}
.footer__contact small {
  display: block;
  color: #6E7C9D;
}

.footer__list li + li {
  margin-top: 10px;
}
.footer__list a {
  display: inline-block;
}
.footer__list.big li + li {
  margin-top: 16px;
}
.footer__list.big a {
  font-family: "Lexend Deca", sans-serif;
  color: rgba(255, 255, 255, 0.7);
}

.footer__widget .item-title {
  font-size: inherit;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 10px;
  margin-right: -10px;
}

.footer__footer {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 0;
  margin-top: 45px;
}
.footer__footer p {
  margin: 0;
}
@media (max-width: 767.98px) {
  .footer__footer {
    margin-left: -22px;
    margin-right: -22px;
    padding-left: 22px;
    padding-right: 22px;
  }
}

.footer__desgin {
  text-align: right;
}

@media (min-width: 992px) {
  .footer {
    padding-top: 70px;
  }

  .footer__info .item-logo a {
    max-width: 170px;
  }

  .footer__footer {
    padding: 15px 0;
  }

  .footer__footer {
    margin-top: 70px;
  }
}
@media (min-width: 1350px) {
  .footer {
    padding-top: 100px;
  }

  .footer__info .item-logo a {
    max-width: 220px;
  }

  .footer__widget .item-title {
    margin-right: 0;
  }

  .footer__footer {
    margin-top: 100px;
  }
}
@media (min-width: 1600px) {
  .footer {
    padding-top: 125px;
  }

  .footer__info .item-logo a {
    max-width: 270px;
  }

  .footer__footer {
    margin-top: 160px;
  }
}
.pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
}
.pagination li {
  padding: 5px;
}
.pagination li a, .pagination li span {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  text-align: center;
  color: #0F1D63;
}
.pagination li.current a {
  background-color: #0F1D63;
  color: #fff;
}
.pagination li.item-text a {
  width: auto;
  font-size: 10px;
}
.pagination li.item-text a:before, .pagination li.item-text a:after {
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background-color: #0F1D63;
}
.pagination li.item-text a:hover {
  text-decoration: underline;
}
.pagination li.item-text.back {
  padding-right: 15px;
}
.pagination li.item-text.back a:before {
  content: "";
  margin-right: 10px;
}
.pagination li.item-text.next {
  padding-left: 15px;
}
.pagination li.item-text.next a:after {
  content: "";
  margin-left: 10px;
}
.pagination li.item-text.disable a {
  color: #9FA7BD;
  pointer-events: none;
}
.pagination li.item-text.disable a:before, .pagination li.item-text.disable a:after {
  background-color: #9FA7BD;
}
@media (min-width: 768px) {
  .pagination li a, .pagination li span {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
  }
  .pagination li.item-text a {
    font-size: 16px;
  }
}

.sec-pageTitle {
  padding-top: 20px;
  padding-bottom: 20px;
}
.sec-pageTitle .pageTitle__title {
  margin: 0;
  font-size: 27px;
  letter-spacing: -1px;
}
.sec-pageTitle .pageTitle__text {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .sec-pageTitle {
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .sec-pageTitle .pageTitle__title {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .sec-pageTitle .pageTitle__title {
    font-size: 45px;
  }
}
@media (min-width: 1260px) {
  .sec-pageTitle {
    padding-top: 45px;
    padding-bottom: 70px;
  }
  .sec-pageTitle .pageTitle__title {
    font-size: 55px;
  }
  .sec-pageTitle .pageTitle__text {
    font-size: 18px;
  }
  .sec-pageTitle.style-project {
    padding-bottom: 100px;
  }
}
@media (min-width: 1350px) {
  .sec-pageTitle .pageTitle__title {
    font-size: 75px;
  }
  .sec-pageTitle.style-project .pageTitle__title {
    font-size: 70px;
  }
  .sec-pageTitle .pageTitle__text {
    font-size: 24px;
  }
}

.clientbox {
  display: block;
  position: relative;
}
.clientbox:after {
  content: "";
  display: block;
  padding-top: 35%;
}

.clientbox__inner {
  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;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.clientbox__inner img {
  max-width: 100%;
  max-height: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.clientbox:hover .clientbox__inner img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}

.counterbox__number {
  font-family: "Lexend Deca", sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 0.6;
  color: #000000;
  margin-bottom: 20px;
}

.counterbox__title {
  font-family: "Lexend Deca", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  line-height: 1.3;
  margin: 0;
}

@media (min-width: 992px) {
  .counterbox__number {
    font-size: 100px;
  }
}
.testimonial {
  background-color: #2B6BB2;
}
.testimonial .row {
  margin: 0;
}
.testimonial .row [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

.testimonial__content {
  padding: 70px 22px 50px;
}

.testimonial__subtitle {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 20px;
}

.testimonial__quote {
  font-size: 20px;
  color: #fff;
}

.testimonial__info {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 30px;
  margin-bottom: 0;
}
.testimonial__info b {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
}

.testimonial__footer {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 55px;
  padding-top: 15px;
}
.testimonial__footer .btn-text {
  color: #50D6AC;
}
.testimonial__footer .btn-text span:before,
.testimonial__footer .btn-text span:after {
  background-color: #50D6AC;
}

.testimonial__img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #50D6AC;
}

@media (max-width: 767.98px) {
  .testimonial__img:after {
    content: "";
    display: block;
    padding-top: 128%;
  }
}
@media (min-width: 768px) {
  .testimonial__content {
    padding: 40px 20px;
  }

  .testimonial__footer {
    margin-top: 40px;
  }

  .testimonial__img {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .testimonial__content {
    padding: 60px 40px;
  }

  .testimonial__quote {
    font-size: 24px;
  }

  .testimonial__info {
    margin-top: 40px;
  }

  .testimonial__footer {
    margin-top: 55px;
  }
}
@media (min-width: 1260px) {
  .testimonial__subtitle {
    margin-bottom: 30px;
  }

  .testimonial__quote {
    font-size: 28px;
  }
}
@media (min-width: 1350px) {
  .testimonial__content {
    padding: 75px 90px;
  }

  .testimonial__subtitle {
    margin-bottom: 40px;
  }

  .testimonial__quote {
    font-size: 34px;
  }

  .testimonial__footer {
    margin-top: 85px;
  }
}
.themebox {
  margin-bottom: 40px;
}

.themebox__img {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 10px;
  -webkit-box-shadow: 12px 12px 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 12px 12px 25px 0 rgba(0, 0, 0, 0.1);
}
.themebox__img img {
  width: 100%;
}
.themebox__img:hover .themebox__hover {
  opacity: 1;
  visibility: visible;
}

.themebox__hover {
  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;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.themebox__title {
  font-size: 18px;
  color: #000;
  margin: 0;
}
.themebox__title a:hover {
  color: #0F1D63;
}

@media (min-width: 768px) {
  .themebox {
    margin-bottom: 70px;
  }

  .themebox__img {
    border-radius: 20px;
    margin-bottom: 25px;
  }
}
.postMin__title {
  font-size: 18px;
  color: #0F1D63;
  margin-bottom: 8px;
}
.postMin__title a:hover {
  color: #50D6AC;
}

.postMin__meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.postMin__meta li {
  color: #0F1D63;
  opacity: 0.8;
}
.postMin__meta li:not(:last-child):after {
  content: "|";
  margin: 0 3px;
}
.postMin__meta li a {
  color: inherit;
}
.postMin__meta li a:hover {
  color: #50D6AC;
  opacity: 1;
}

@media (min-width: 992px) {
  .postMin__title {
    font-size: 20px;
  }
}
.blog {
  height: 100%;
  padding-bottom: 20px;
}

.blog__inner {
  height: 100%;
  background-color: #fff;
}

.blog__img {
  display: block;
  background-color: #0F1D63;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog__img:after {
  content: "";
  display: block;
  padding-top: 64%;
}
.blog__img img {
  display: none;
}

.blog__body {
  padding: 18px 25px 30px;
}

.blog__title {
  font-size: 18px;
  color: #0F1D63;
  margin-bottom: 10px;
}
.blog__title a:hover {
  color: #50D6AC;
}

@media (min-width: 768px) {
  .blog {
    padding-bottom: 30px;
  }
}
@media (min-width: 1260px) {
  .blog {
    padding-bottom: 40px;
  }

  .blog__body {
    padding: 20px 30px 35px;
  }

  .blog__title {
    font-size: 20px;
  }
}
.nav-cat {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}
.nav-cat ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
}
.nav-cat ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 24px;
}
.nav-cat ul a {
  font-size: 18px;
  color: black;
}
.nav-cat ul a:hover, .nav-cat ul a.current {
  color: #0F1D63;
}

.widget__title {
  font-size: 20px;
  color: #0F1D63;
  margin-bottom: 18px;
}

.widget-post .widget__content .postMin {
  border-top: 1px solid rgba(15, 29, 99, 0.2);
  padding: 20px 0;
}
.widget-post .widget__content .postMin__title {
  font-size: 16px;
}

.sidebar {
  position: relative;
  height: 100%;
}

.sidebar__fix {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.productFeatured {
  margin-bottom: 10px;
}

.productFeatured__inner {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  padding: 20px 22px 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.productFeatured__inner:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 20px;
  background: linear-gradient(93deg, #2B6BB2 0%, rgba(14, 36, 91, 0) 95%);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.productFeatured__subtitle {
  display: block;
  font-size: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #6E7C9D;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.productFeatured__title {
  font-size: 20px;
  color: #0F1D63;
  max-width: 90%;
}

.productFeatured__btn {
  margin-top: 35px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.productFeatured__inner:hover {
  background-color: #0E245B;
}
.productFeatured__inner:hover:after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.productFeatured__inner:hover .productFeatured__subtitle {
  color: #6E7C9D;
}
.productFeatured__inner:hover .productFeatured__title {
  color: #50D6AC;
}
.productFeatured__inner:hover .productFeatured__btn .btn-text {
  color: #fff;
}
.productFeatured__inner:hover .productFeatured__btn .btn-text span:before,
.productFeatured__inner:hover .productFeatured__btn .btn-text span:after {
  background-color: #fff;
}
@media (min-width: 768px) {
  .productFeatured__inner:hover .productFeatured__btn {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@media (min-width: 768px) {
  .productFeatured {
    height: 100%;
    padding-bottom: 30px;
  }

  .productFeatured__inner {
    background-color: #fff;
    height: 100%;
  }
  .productFeatured__inner .fix {
    position: relative;
    height: 100%;
    padding-bottom: 60px;
  }

  .productFeatured__subtitle {
    font-size: 11px;
    margin-bottom: 15px;
  }

  .productFeatured__btn {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 1350px) {
  .productFeatured__inner {
    padding: 25px;
  }
  .productFeatured__inner .fix {
    position: relative;
  }

  .productFeatured__subtitle {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .productFeatured__title {
    font-size: 22px;
  }
}
@media (min-width: 1600px) {
  .productFeatured {
    padding-bottom: 34px;
  }

  .productFeatured__inner {
    padding: 30px 35px;
  }
  .productFeatured__inner .fix {
    padding-bottom: 105px;
  }

  .productFeatured__title {
    font-size: 28px;
    max-width: 80%;
  }
}
.productbox {
  position: relative;
  height: 100%;
  padding: 30px 45px 25px 35px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.productbox:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(9%, #50D6AC), color-stop(70%, rgba(198, 226, 247, 0)));
  background: linear-gradient(180deg, #50D6AC 9%, rgba(198, 226, 247, 0) 70%);
  -webkit-transform: translateY(101%);
          transform: translateY(101%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.productbox__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.productbox__subtitle {
  display: block;
  font-size: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #6E7C9D;
  margin-bottom: 10px;
}

.productbox__title {
  font-size: 18px;
  color: #fff;
  margin: 0;
}
.productbox__title a:hover {
  color: #50D6AC;
}

.productbox__btn {
  margin-top: 50px;
}
.productbox__btn a {
  color: #fff;
}
.productbox__btn a span:after,
.productbox__btn a span:before {
  background-color: #fff;
}

.productbox:hover {
  background-color: #2B6BB2;
}
.productbox:hover:after {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.productbox:hover .productbox__subtitle {
  color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 768px) {
  .productbox__subtitle {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .productbox__title {
    font-size: 20px;
  }

  .productbox__btn {
    margin-top: 70px;
  }
}
@media (min-width: 992px) {
  .productbox {
    padding: 40px 30px;
    padding-right: 40px;
  }

  .productbox__subtitle {
    font-size: 14px;
    margin-bottom: 24px;
  }

  .productbox__title {
    font-size: 22px;
  }
}
@media (min-width: 1350px) {
  .productbox {
    padding: 30px 40px 40px;
  }

  .productbox__btn {
    margin-top: 105px;
  }

  .productbox__title {
    font-size: 24px;
  }
}
.featurebox {
  position: relative;
  border: 1px solid #E3E5EA;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.featurebox:after {
  content: "";
  display: block;
  padding-top: 113%;
}

.featurebox__inner {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 20px;
  left: 25px;
  bottom: 35px;
  right: 25px;
}

.featurebox__icon {
  display: inline-block;
  max-width: 45px;
  margin-left: auto;
}

.featurebox__body {
  overflow: hidden;
}

.featurebox__number {
  display: none;
}

.featurebox__title {
  font-size: 18px;
  color: #0F1D63;
  margin: 0;
}

.featurebox__text {
  color: #0F1D63;
  margin: 0;
  padding-top: 12px;
}

.owl-item.active .featurebox {
  background-color: #0F1D63;
  border-color: #0F1D63;
}
.owl-item.active .featurebox .featurebox__title {
  color: #50D6AC;
}
.owl-item.active .featurebox .featurebox__text {
  color: #fff;
  opacity: 0.8;
}

@media (max-width: 767.98px) {
  .featurebox__text {
    visibility: visible !important;
  }
}
@media (min-width: 768px) {
  .featurebox__body .translate {
    /*-webkit-transform: translateY(var(--y));*/
    /*        transform: translateY(var(--y));*/
    /*-webkit-transition: all 0.3s;*/
    transition: all 0.3s;
  }

  .featurebox__number {
    display: block;
    font-size: 16px;
    color: rgba(14, 36, 91, 0.6);
    line-height: 1;
    margin-bottom: 10px;
  }

  .featurebox__title {
    font-size: 20px;
  }

  .featurebox__text {
    visibility: hidden;
  }

  .featurebox:hover {
    background-color: #0F1D63;
    border-color: #0F1D63;
  }
  .featurebox:hover .featurebox__number {
    color: rgba(255, 255, 255, 0.6);
  }
  .featurebox:hover .featurebox__title {
    color: #50D6AC;
  }
  .featurebox:hover .featurebox__text {
    color: #fff;
    opacity: 0.8;
  }
  .featurebox:hover .featurebox__body .translate {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (min-width: 1260px) {
  .featurebox__inner {
    bottom: 45px;
  }

  .featurebox__number {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .featurebox__title {
    font-size: 24px;
  }

  .featurebox__icon {
    max-width: 65px;
  }
}
@media (min-width: 1350px) {
  .featurebox__icon {
    max-width: 80px;
  }
}
@media (min-width: 1600px) {
  .featurebox__icon {
    max-width: 95px;
  }
}
.teambox {
  display: block;
  margin-bottom: 30px;
}

.teambox__inner {
  position: relative;
  overflow: hidden;
}

.teambox__img {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #50D6AC;
  overflow: hidden;
  margin-bottom: 10px;
}
.teambox__img:before {
  content: "";
  display: block;
  padding-top: 117%;
}

.teambox__name {
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 5px;
}

.teambox__text {
  font-size: 11px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.teambox__list {
  display: none;
}

@media (min-width: 768px) {
  .teambox__img {
    margin-bottom: 20px;
  }

  .teambox__name {
    font-size: 16px;
  }

  .teambox__text {
    font-size: 14px;
  }
}
@media (min-width: 1350px) {
  .teambox__name {
    font-size: 20px;
  }

  .teambox__text {
    font-size: 16px;
  }
}
.modal-team {
  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;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.modal-team.show {
  opacity: 1;
  visibility: visible;
}
.modal-team.show .modal-team__inner {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.modal-team__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(15, 29, 99, 0.9);
}

.modal-team__inner {
  position: absolute;
  z-index: 2;
  max-width: 95%;
  width: 100%;
  padding: 40px 0;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.modal-team__content {
  position: relative;
  background-color: #fff;
  max-height: 100%;
  overflow: hidden;
  overflow-y: auto;
}

.modal-team__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 14px;
  cursor: pointer;
}
.modal-team__close:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.modal-team__close svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-team__close svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.modal-team__close:hover svg path {
  fill: #C63205;
}

.modal-team__img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #0F1D63;
}
.modal-team__img:after {
  content: "";
  display: block;
  padding-top: 119%;
}

.modal-team__body {
  padding: 30px 20px;
}

.modal-team__subtitle {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #6E7C9D;
  margin-bottom: 10px;
}

.modal-team__title {
  font-size: 25px;
  color: #0F1D63;
  margin-bottom: 20px;
}

.modal-team__grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.modal-team__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.modal-team__list ul li {
  border-top: 1px solid #E5E5E5;
  padding: 10px 0;
}
.modal-team__list ul li:last-child {
  padding-bottom: 0;
}
.modal-team__list ul .item-inner span {
  display: inline-block;
  font-size: 12px;
  color: rgba(15, 29, 99, 0.4);
  line-height: 1;
  margin-bottom: 5px;
}
.modal-team__list ul .item-inner h3 {
  font-size: 16px;
  color: #0F1D63;
  margin-bottom: 5px;
}
.modal-team__list ul .item-inner p {
  font-size: 14px;
  color: #0F1D63;
  margin: 0;
}

@media (min-width: 768px) {
  .modal-team__inner {
    max-width: 60%;
  }

  .modal-team__body {
    padding: 30px 40px;
  }
}
@media (min-width: 992px) {
  .modal-team__inner {
    max-width: 80%;
    height: auto;
  }

  .modal-team__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #fff;
  }

  .modal-team__img {
    width: 50%;
  }

  .modal-team__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
    padding: 60px 40px 30px;
  }

  .modal-team__subtitle {
    font-size: 12px;
    margin-bottom: 14px;
  }

  .modal-team__title {
    font-size: 30px;
  }

  .modal-team__list ul li {
    padding: 14px 0;
  }
  .modal-team__list ul .item-inner {
    position: relative;
    padding-left: 40px;
  }
  .modal-team__list ul .item-inner span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
  }
}
@media (min-width: 1260px) {
  .modal-team__list .item-inner {
    padding-left: 60px;
  }
}
@media (min-width: 1350px) {
  .modal-team__title {
    font-size: 45px;
  }
}
@media (min-width: 1600px) {
  .modal-team__body {
    padding: 80px;
  }

  .modal-team__subtitle {
    font-size: 14px;
  }

  .modal-team__title {
    font-size: 52px;
  }

  .modal-team__list ul li {
    padding: 13px 0 35px;
  }
  .modal-team__list ul .item-inner {
    padding-left: 80px;
  }
  .modal-team__list ul .item-inner h3 {
    font-size: 20px;
  }
  .modal-team__list ul .item-inner p {
    font-size: 16px;
  }
}
.numberBox__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.numberBox__number {
  font-size: 50px;
  font-weight: normal;
  line-height: 1;
  color: rgba(15, 29, 99, 0.3);
}

.numberBox__title {
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #0F1D63;
  margin: 0;
  padding-left: 20px;
}

@media (min-width: 992px) {
  .numberBox__number {
    font-size: 70px;
  }

  .numberBox__title {
    font-size: 18px;
    padding-left: 30px;
  }
}
.impressiveNumber-list {
  background-color: #F2F7FA;
  padding: 30px 0;
}
.impressiveNumber-list .row {
  margin: 0;
}
.impressiveNumber-list .row > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
.impressiveNumber-list .item {
  height: 100%;
}
.impressiveNumber-list .item__inner {
  padding: 20px;
}
.impressiveNumber-list .item__number {
  font-size: 40px;
  line-height: 1;
  color: rgba(15, 29, 99, 0.8);
  margin-bottom: 10px;
}
.impressiveNumber-list .item__title {
  font-family: "Lexend", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  color: #0F1D63;
  margin: 0;
}
@media (min-width: 768px) {
  .impressiveNumber-list {
    padding: 0;
  }
  .impressiveNumber-list .item__inner {
    padding: 30px 40px;
  }
  .impressiveNumber-list .item__number {
    font-size: 50px;
  }
  .impressiveNumber-list .item__title {
    font-size: 16px;
  }
}
@media (min-width: 1260px) {
  .impressiveNumber-list .item__inner {
    padding: 40px 20px;
  }
  .impressiveNumber-list .item__number {
    font-size: 60px;
  }
}
@media (min-width: 1600px) {
  .impressiveNumber-list .item__inner {
    padding: 55px;
  }
  .impressiveNumber-list .item__number {
    font-size: 70px;
  }
  .impressiveNumber-list .item__title {
    font-size: 18px;
  }
}

.whychoose-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.whychoose-list .item + .item {
  margin-top: 30px;
}
.whychoose-list .item__inner {
  position: relative;
  padding-left: 44px;
}
.whychoose-list .item__number {
  position: absolute;
  top: 5px;
  left: 0;
  line-height: 1;
  font-size: 14px;
  color: rgba(15, 29, 99, 0.6);
}
.whychoose-list .item__title {
  font-size: 16px;
  color: rgba(15, 29, 99, 0.9);
  margin-bottom: 6px;
}
.whychoose-list .item__text {
  font-size: 16px;
  color: rgba(14, 36, 91, 0.8);
  margin: 0;
}
@media (min-width: 1260px) {
  .whychoose-list .item {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding: 25px 0;
    margin: 0 !important;
  }
  .whychoose-list .item__text {
    font-size: 14px;
  }
}
@media (min-width: 1350px) {
  .whychoose-list .item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 80px;
  }
  .whychoose-list .item__title {
    width: 25%;
  }
  .whychoose-list .item__text {
    width: 75%;
    padding-left: 30px;
  }
}

.projectFeature {
  margin-bottom: 40px;
}

.projectFeature__img {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #C4C4C4;
  margin-bottom: 17px;
}
.projectFeature__img:after {
  content: "";
  display: block;
  padding-top: 60.6%;
}

.projectFeature__cat {
  display: inline-block;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #6E7C9D;
  margin-bottom: 6px;
}

.projectFeature__title {
  font-size: 20px;
  color: #0E245B;
  margin-bottom: 10px;
}
.projectFeature__title a:hover {
  color: #C63205;
}

.projectFeature__text {
  font-size: 1rem;
  color: rgba(14, 36, 91, 0.8);
}
.projectFeature__text p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .projectFeature__img {
    margin-bottom: 0;
  }

  .projectFeature__title {
    font-size: 22px;
  }

  .projectFeature__text {
    font-size: 14px;
  }
}
@media (min-width: 1260px) {
  .projectFeature__cat {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .projectFeature__title {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .projectFeature__text {
    font-size: 15px;
  }
}
@media (min-width: 1600px) {
  .projectFeature {
    margin-bottom: 55px;
  }

  .projectFeature__cat {
    font-size: 14px;
  }

  .projectFeature__title {
    font-size: 32px;
    margin-bottom: 24px;
  }

  .projectFeature__text {
    font-size: 1rem;
  }

  .projectFeature__body {
    -webkit-transform: translateX(51px);
            transform: translateX(51px);
  }
}
.projectFeature-list .projectFeature {
  margin-bottom: 0;
}
.projectFeature-list .projectFeature + .projectFeature {
  border-top: 1px solid #E5E5E5;
  margin-top: 2.2222222222rem;
  padding-top: 2.2222222222rem;
}
@media (min-width: 1260px) {
  .projectFeature-list .projectFeature + .projectFeature {
    margin-top: 3.3333333333rem;
    padding-top: 3.3333333333rem;
  }
}

@media (max-width: 991.98px) {
  .sec-blogSingle .layout__sidebar {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .sec-blogSingle {
    padding-top: 100px;
  }
  .sec-blogSingle .layout__content {
    max-width: 800px;
  }
  .sec-blogSingle .layout__sidebar {
    max-width: 400px;
    margin-left: auto;
  }
}

.blogSingle__header {
  margin-bottom: 40px;
}

.blogSingle__meta {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.blogSingle__meta li {
  display: inline-block;
  vertical-align: middle;
  font-family: "Lexend Deca", sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  color: #676767;
}
.blogSingle__meta li:not(:last-child):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 27px;
  background-color: #CDCDCD;
  margin-left: 8px;
  margin-right: 3px;
}
.blogSingle__meta li a {
  color: inherit;
}
.blogSingle__meta li a:hover {
  color: #000000;
}

.blogSingle__title {
  margin-bottom: 20px;
}

.blogSingle__entry {
  font-size: 18px;
}
.blogSingle__entry figure {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .blogSingle__entry figure {
    margin-bottom: 55px;
  }
}
.blogSingle__entry h1, .blogSingle__entry h2, .blogSingle__entry h3, .blogSingle__entry h4, .blogSingle__entry h5, .blogSingle__entry h6 {
  color: #000;
  margin-bottom: 20px;
  margin-top: 40px;
}
.blogSingle__entry h2 {
  font-size: 30px;
}
@media (min-width: 768px) {
  .blogSingle__entry h2 {
    font-size: 34px;
  }
}
.blogSingle__entry h3 {
  font-size: 24px;
}
.blogSingle__entry h4 {
  font-size: 18px;
}
.blogSingle__entry h5 {
  font-size: 16px;
}
.blogSingle__entry h6 {
  font-size: 14px;
}
.blogSingle__entry p {
  margin-bottom: 20px;
}
.blogSingle__entry a {
  font-style: italic;
  text-decoration: underline;
}
.blogSingle__entry ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blogSingle__entry ul li + li {
  margin-top: 30px;
}
.blogSingle__entry ul h4 {
  margin-top: 0;
}

.blogSingle__share {
  border-top: 1px solid #DDDDDD;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Lexend Deca", sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 40px;
}
.blogSingle__share span {
  margin-right: 10px;
}
.blogSingle__share ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blogSingle__share ul li {
  display: inline-block;
  vertical-align: middle;
}
.blogSingle__share ul li:not(:last-child):after {
  content: "";
  display: inline-block;
  vertical-align: -7px;
  width: 1px;
  height: 23px;
  background-color: #CDCDCD;
  margin-left: 15px;
  margin-right: 10px;
}
.blogSingle__share ul a {
  color: inherit;
}
.blogSingle__share ul a:hover {
  color: #0F1D63;
}

.sec-typo__wrap + .sec-typo__wrap {
  margin-top: 200px;
}

.sec-typo__bigTitle {
  font-size: 52px;
  color: #0F1D63;
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 30px;
  margin-bottom: 85px;
}

.sec-typo__subtitle {
  font-size: 28px;
  margin-bottom: 40px;
}

.sec-typo__item + .sec-typo__item {
  margin-top: 130px;
}

.colorbox {
  margin-bottom: 35px;
}
.colorbox:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.colorbox[class*=bg-gradient]:after, .colorbox[class*=bg-greyscale]:after {
  padding-top: 70%;
}

.sec-hero {
  padding: 0;
}

.sec-hero__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-hero__inner:after {
  content: "";
  display: block;
  padding-top: 178%;
}

.sec-hero__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0A1A42;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec-hero__bg:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(84.85deg, #0E245B 3.66%, rgba(14, 36, 91, 0.56) 37.5%, rgba(255, 255, 255, 0) 111.07%);
}

.sec-hero__content {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
}

.sec-hero__title {
  font-size: 38px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
}

.sec-hero__text {
  font-size: 16px;
  color: #fff;
  opacity: 0.9;
  margin-bottom: 45px;
}

.sec-hero__btn .btn:before {
  background-color: #fff;
}
.sec-hero__btn .btn:hover {
  color: #0F1D63;
}

@media (max-width: 767.98px) {
  .sec-hero__inner {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .sec-hero__content {
    bottom: 10%;
  }
}
@media (min-width: 768px) {
  .sec-hero__inner:after {
    padding-top: 70%;
  }

  .sec-hero__title {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .sec-hero__inner:after {
    padding-top: 50%;
  }

  .sec-hero__title {
    font-size: 40px;
  }
}
@media (min-width: 1260px) {
  .sec-hero__title {
    font-size: 50px;
  }

  .sec-hero__text {
    margin-bottom: 60px;
  }
}
@media (min-width: 1350px) {
  .sec-hero__title {
    font-size: 60px;
  }

  .sec-hero__text {
    font-size: 18px;
    margin-bottom: 70px;
  }
}
@media (min-width: 1600px) {
  .sec-hero__title {
    font-size: 70px;
  }

  .sec-hero__text {
    max-width: 82%;
  }
}
.sec-slogan {
  padding-top: 70px;
  padding-bottom: 40px;
}
.sec-slogan .item-title {
  font-family: "Lexend", sans-serif;
  font-size: 20px;
  color: #0F1D63;
  margin: 0;
}
.sec-slogan .item-btn {
  margin-top: 30px;
}
.sec-slogan .clientbox-list {
  margin-top: 70px;
}
.sec-slogan .clientbox-scroll a {
  opacity: 0.5;
}
.sec-slogan .clientbox-scroll a img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.sec-slogan .clientbox-scroll a:hover {
  opacity: 1;
}
.sec-slogan .clientbox-scroll a:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
@media (max-width: 1259.98px) {
  .sec-slogan .clientbox-scroll {
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
  }
  .sec-slogan .clientbox-scroll a {
    display: inline-block;
    vertical-align: middle;
    max-width: 18%;
  }
  .sec-slogan .clientbox-scroll a:not(:last-child) {
    margin-right: 35px;
  }
}
@media (max-width: 767.98px) {
  .sec-slogan .clientbox-scroll {
    margin-right: -22px;
  }
  .sec-slogan .clientbox-scroll a {
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .sec-slogan {
    padding-top: 100px;
    padding-bottom: 65px;
  }
  .sec-slogan .item-title {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .sec-slogan .item-title {
    font-size: 28px;
  }
  .sec-slogan .item-btn {
    margin-top: 40px;
  }
  .sec-slogan .clientbox-list {
    margin-top: 90px;
  }
}
@media (min-width: 1260px) {
  .sec-slogan .item-btn {
    margin-top: 48px;
  }
  .sec-slogan .item-title {
    font-size: 32px;
    margin-right: -40px;
  }
  .sec-slogan .clientbox-scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec-slogan .clientbox-scroll a {
    display: block;
  }
  .sec-slogan .clientbox-scroll a:not(:last-child) {
    margin-right: 50px;
  }
}
@media (min-width: 1350px) {
  .sec-slogan {
    padding-top: 120px;
  }
  .sec-slogan .clientbox-list {
    margin-top: 100px;
  }
  .sec-slogan .clientbox-scroll a:not(:last-child) {
    margin-right: 60px;
  }
}
@media (min-width: 1600px) {
  .sec-slogan {
    padding-top: 150px;
  }
  .sec-slogan .clientbox-list {
    margin-top: 130px;
  }
  .sec-slogan .clientbox-scroll a:not(:last-child) {
    margin-right: 90px;
  }
}

.sec-productFeatured {
  background-color: #F2F7FA;
  padding-top: 80px;
  padding-bottom: 70px;
}
@media (min-width: 1600px) {
  .sec-productFeatured {
    padding-top: 175px;
    padding-bottom: 190px;
  }
}

.sec-memberBox {
  padding: 65px 0 80px;
  background-color: #0E245B;
}

.sec-memberBox__inner {
  padding-left: 22px;
  padding-right: 22px;
}

.sec-memberBox__title {
  font-size: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 30px;
}

.sec-memberBox__img {
  position: relative;
  margin-bottom: 35px;
  display: block !important;
  overflow: hidden;
}
.sec-memberBox__img:after {
  content: "";
  display: block;
  padding-top: 71.3%;
}
.sec-memberBox__img .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec-memberBox__img .owl-item {
  opacity: 0;
}
.sec-memberBox__img .owl-item.active {
  opacity: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.sec-memberBox__list .item {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 767.98px) {
  .sec-memberBox__list {
    margin-bottom: 15px;
  }
  .sec-memberBox__list .item {
    display: inline-block;
    white-space: nowrap;
  }
  .sec-memberBox__list .item.current {
    color: #50D6AC;
  }
}

.sec-memberBox__text .item__title {
  font-size: 20px;
  color: #fff;
}
.sec-memberBox__text .item__text {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  opacity: 0.8;
}
@media (max-width: 1259.98px) {
  .sec-memberBox__text .item {
    display: none;
  }
  .sec-memberBox__text .item.active {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .sec-memberBox__text .item__text {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .sec-memberBox {
    padding: 0;
  }

  .sec-memberBox__inner {
    position: relative;
    padding: 0;
    padding-left: 30%;
  }

  .sec-memberBox__img {
    margin-bottom: 25px;
  }

  .sec-memberBox__wrapList {
    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;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    padding: 0 30px;
  }

  .sec-memberBox__list .item {
    color: #C6E2F7;
    font-size: 20px;
    cursor: pointer;
  }
  .sec-memberBox__list .item span {
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    background-color: #C6E2F7;
    margin-right: 10px;
  }
  .sec-memberBox__list .item.current {
    color: #50D6AC;
  }
  .sec-memberBox__list .item.current span {
    background-color: #50D6AC;
  }

  .sec-memberBox__text {
    padding: 0 15px 20px;
  }
  .sec-memberBox__text .item {
    opacity: 0;
  }
  .sec-memberBox__text .item.active {
    -webkit-animation: fadeIn 0.6s forwards;
            animation: fadeIn 0.6s forwards;
  }
}
@media (min-width: 992px) {
  .sec-memberBox__wrapList {
    padding: 0 50px;
  }

  .sec-memberBox__list .item {
    font-size: 30px;
  }

  .sec-memberBox__text {
    padding: 0 30px 50px;
  }
  .sec-memberBox__text .item__title {
    font-size: 24px;
  }
  .sec-memberBox__text .item__text {
    font-size: 18px;
  }
}
@media (min-width: 1260px) {
  .sec-memberBox__img {
    margin-bottom: 0;
  }
  .sec-memberBox__img .owl-item.active {
    -webkit-transition: none;
    transition: none;
  }

  .sec-memberBox__text {
    padding: 0;
    position: absolute;
    top: 0;
    left: 30%;
    bottom: 0;
    width: 40%;
    z-index: 2;
    overflow: hidden;
  }
  .sec-memberBox__text .item {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .sec-memberBox__text .item.active {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .sec-memberBox__text .item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    background-color: #C63205;
    padding: 0 30px;
  }
  .sec-memberBox__text .item-inner:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#0E2D70), color-stop(82%, rgba(198, 50, 5, 0)));
    background: linear-gradient(180deg, #0E2D70 0%, rgba(198, 50, 5, 0) 82%);
  }
  .sec-memberBox__text .item-inner .fix {
    max-width: 80%;
  }
}
@media (min-width: 1350px) {
  .sec-memberBox__wrapList {
    padding-left: 10%;
  }

  .sec-memberBox__text .item-inner {
    padding: 0 50px;
  }
}
@media (min-width: 1600px) {
  .sec-memberBox__text .item-inner {
    padding: 0 65px;
  }

  .sec-memberBox__wrapList {
    padding-left: 6%;
  }

  .sec-memberBox__list .item {
    font-size: 52px;
  }
}
.sec-motto {
  background-color: #2B6BB2;
  padding-top: 60px;
  padding-bottom: 90px;
}

.sec-motto__content {
  text-align: center;
}

.sec-motto__quote {
  display: inline-block;
  max-width: 45px;
  margin-bottom: 30px;
}

.sec-motto__title {
  font-size: 40px;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
}

@media (min-width: 768px) {
  .sec-motto {
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .sec-motto__quote {
    max-width: 50px;
  }
}
@media (min-width: 992px) {
  .sec-motto__quote {
    max-width: 60px;
  }
}
@media (min-width: 1350px) {
  .sec-motto__quote {
    max-width: 70px;
  }
}
@media (min-width: 1600px) {
  .sec-motto {
    padding-top: 150px;
    padding-bottom: 210px;
  }

  .sec-motto__content {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.partnershipsBox__header .row {
  margin: 0;
}
.partnershipsBox__header .row [class*=col-] {
  padding: 0;
}
.partnershipsBox__header .item-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 65px;
}
.partnershipsBox__header .item-img:after {
  content: "";
  display: block;
  padding-top: 78%;
}
.partnershipsBox__header .item-title {
  max-width: 85%;
  color: #50D6AC;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .partnershipsBox__header .item-img {
    margin-left: -22px;
    margin-right: -22px;
  }
  .partnershipsBox__header .item-title {
    font-size: 24px !important;
  }
}
@media (min-width: 768px) {
  .partnershipsBox__header .item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 100%;
    background-color: #0F1D63;
    padding: 65px 60px;
  }
  .partnershipsBox__header .item-title {
    margin-bottom: 40px;
  }
  .partnershipsBox__header .item-img {
    margin-bottom: 0;
  }
}
@media (min-width: 1260px) {
  .partnershipsBox__header .item-title {
    margin-bottom: 0;
  }
  .partnershipsBox__header .item-content {
    position: relative;
  }
  .partnershipsBox__header .item-content:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#2B6BB2), color-stop(62%, rgba(14, 36, 91, 0)));
    background: linear-gradient(180deg, #2B6BB2 0%, rgba(14, 36, 91, 0) 62%);
  }
}
@media (min-width: 1260px) and (max-width: 1349.98px) {
  .partnershipsBox__header .item-content {
    padding: 60px 40px;
  }
  .partnershipsBox__header .item-title {
    font-size: 24px !important;
    margin-bottom: 0;
  }
}

.partnershipsBox__list {
  margin-top: 45px;
}
.partnershipsBox__list .row {
  margin: 0;
}
.partnershipsBox__list .row [class*=col-] {
  padding: 0;
}
.partnershipsBox__list .row [class*=col-]:nth-child(even) .item {
  background-color: #C6E2F7;
}
.partnershipsBox__list .row [class*=col-]:nth-child(even) .item__title,
.partnershipsBox__list .row [class*=col-]:nth-child(even) .item__text {
  color: #0F1D63;
}
.partnershipsBox__list .row [class*=col-]:nth-child(even) .item__number {
  color: rgba(14, 36, 91, 0.4);
}
.partnershipsBox__list .item {
  background-color: #2B6BB2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.partnershipsBox__list .item__number,
.partnershipsBox__list .item__title,
.partnershipsBox__list .item__text {
  color: #fff;
}
.partnershipsBox__list .item__number {
  opacity: 0.6;
  line-height: 1;
}
.partnershipsBox__list .item__title {
  font-size: 20px;
  color: #FFFFFF;
  margin-bottom: 0;
}
.partnershipsBox__list .item__text {
  font-size: 16px;
  opacity: 0.8;
  margin: 0;
  padding-top: 12px;
}
.partnershipsBox__list .item.hover {
  background-color: #C63205 !important;
}
.partnershipsBox__list .item.hover .item__text,
.partnershipsBox__list .item.hover .item__title,
.partnershipsBox__list .item.hover .item__number {
  color: #fff !important;
}
@media (max-width: 767.98px) {
  .partnershipsBox__list .item {
    padding: 25px 20px;
    margin-bottom: 10px;
  }
  .partnershipsBox__list .item__inner {
    position: relative;
    padding-left: 40px;
  }
  .partnershipsBox__list .item__number {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 18px;
  }
  .partnershipsBox__list .item__text {
    display: none;
  }
}
@media (min-width: 768px) {
  .partnershipsBox__list {
    margin-top: 0;
  }
  .partnershipsBox__list .item {
    position: relative;
  }
  .partnershipsBox__list .item:after {
    content: " ";
    display: block;
    padding-top: 108%;
  }
  .partnershipsBox__list .item .translate {
    /*-webkit-transform: translateY(var(--y));*/
    /*        transform: translateY(var(--y));*/
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .partnershipsBox__list .item:hover {
    background-color: #C63205 !important;
  }
  .partnershipsBox__list .item:hover .item__text,
.partnershipsBox__list .item:hover .item__title,
.partnershipsBox__list .item:hover .item__number {
    color: #fff !important;
  }
  .partnershipsBox__list .item:hover .translate {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .partnershipsBox__list .item__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px 20px;
  }
  .partnershipsBox__list .item__inner .fix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .partnershipsBox__list .item__inner {
    padding: 40px;
  }
  .partnershipsBox__list .item__title {
    font-size: 24px;
  }
}
@media (min-width: 1260px) and (max-width: 1599.98px) {
  .partnershipsBox__list .item__inner {
    padding: 20px 15px;
  }
  .partnershipsBox__list .item__title {
    font-size: 18px;
  }
  .partnershipsBox__list .item__text {
    font-size: 14px;
  }
}

.sec-partnerships {
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  .sec-partnerships {
    background-color: #0F1D63;
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media (min-width: 1350px) {
  .sec-partnerships {
    padding-top: 190px;
  }
}
.sec-partnerships.style-2 {
  padding-top: 0;
  padding-bottom: 220px;
  background-color: #0F1D63;
}
@media (max-width: 767.98px) {
  .sec-partnerships.style-2 {
    padding-bottom: 0;
  }
  .sec-partnerships.style-2 .partnershipsBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec-partnerships.style-2 .partnershipsBox__header {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 100px;
  }
  .sec-partnerships.style-2 .partnershipsBox__header .item-img {
    margin-top: 55px;
    margin-bottom: 0;
  }
  .sec-partnerships.style-2 .partnershipsBox__list {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
  }
}
@media (min-width: 1260px) {
  .sec-partnerships.style-2 .partnershipsBox__header .item-content {
    background-color: #0E245B;
  }
}

@media (min-width: 1260px) {
  .sec-newUpdate {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}
@media (min-width: 1350px) {
  .sec-newUpdate {
    padding-top: 140px;
    padding-bottom: 130px;
  }
}

@media (min-width: 1600px) {
  .sec-newUpdate__wrap {
    max-width: 88%;
    margin-left: auto;
    margin-right: auto;
  }
}

.sec-newUpdate__header {
  margin-bottom: 15px;
}
.sec-newUpdate__header .item-title {
  font-size: 24px;
  color: #0F1D63;
  margin: 0;
}
.sec-newUpdate__header .item-btn {
  text-align: right;
}
@media (min-width: 768px) {
  .sec-newUpdate__header {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .sec-newUpdate__header .item-title {
    font-size: 28px;
  }
}
@media (min-width: 1350px) {
  .sec-newUpdate__header .item-title {
    font-size: 32px;
  }
}

.sec-newUpdate__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec-newUpdate__content .item {
  border-top: 1px solid #EBEBEB;
  padding-right: 7%;
}
.sec-newUpdate__content .postMin {
  padding: 15px 0;
}
@media (max-width: 767.98px) {
  .sec-newUpdate__content .item:last-child {
    border-bottom: 1px solid #EBEBEB;
  }
}
@media (min-width: 768px) {
  .sec-newUpdate__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec-newUpdate__content .item {
    width: 50%;
  }
  .sec-newUpdate__content .postMin {
    padding: 20px 0;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .sec-newUpdate__content .item {
    width: 33.333333%;
  }
  .sec-newUpdate__content .postMin {
    padding: 25px 0;
  }
}
@media (min-width: 992px) and (max-width: 1259.98px) {
  .sec-newUpdate__content .item {
    padding-right: 4%;
  }
  .sec-newUpdate__content .postMin__title {
    font-size: 18px;
  }
}
@media (min-width: 1260px) {
  .sec-newUpdate__content .postMin {
    padding: 30px 0;
  }
}

.sec-newUpdate__btn {
  margin-top: 23px;
}

.sec-pageTitle {
  margin-top: 20px;
  padding: 0;
}

.sec-pageTitle__wrap {
  position: relative;
  background-color: #0F1D63;
}
.sec-pageTitle__wrap:after {
  content: "";
  display: block;
  padding-top: 146%;
}

.sec-pageTitle__breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 0;
  right: 0;
  padding: 0 25px;
}
.sec-pageTitle__breadcrumb li {
  color: #6E7C9D;
  font-size: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 25px;
}
.sec-pageTitle__breadcrumb a {
  color: inherit;
}
.sec-pageTitle__breadcrumb a:hover {
  color: #fff;
}
.sec-pageTitle__breadcrumb li:not(:last-child):after {
  content: "/";
  margin-right: 5px;
}

.sec-pageTitle__content {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 18%;
  right: 0;
}

.sec-pageTitle__title {
  color: #FFFFFF;
  margin-bottom: 0;
}

.sec-pageTitle__text {
  max-width: 90%;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  margin-top: 20px;
}

.sec-pageTitle__share {
  margin-top: 30px;
}
.sec-pageTitle__share .btn-share {
  color: #fff;
}
.sec-pageTitle__share .btn-share span {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  margin-left: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sec-pageTitle__share .btn-share span svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sec-pageTitle__share .btn-share:hover span {
  background-color: #50D6AC;
}
.sec-pageTitle__share .btn-share:hover span svg path {
  fill: #fff;
}
@media (min-width: 768px) {
  .sec-pageTitle__share {
    text-align: right;
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  .sec-pageTitle.style-blogDetail .sec-pageTitle__content {
    bottom: 5%;
  }
}

@media (max-width: 767.98px) {
  .sec-pageTitle__title {
    font-size: 32px !important;
  }
}
@media (min-width: 768px) {
  .sec-pageTitle__wrap:after {
    padding-top: 58%;
  }
  .sec-pageTitle__wrap:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 29%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#2B6BB2), color-stop(62%, rgba(14, 36, 91, 0)));
    background: linear-gradient(180deg, #2B6BB2 0%, rgba(14, 36, 91, 0) 62%);
    pointer-events: none;
  }

  .sec-pageTitle__breadcrumb {
    padding: 0 30px;
    top: 15px;
  }
  .sec-pageTitle__breadcrumb li {
    font-size: 12px;
  }

  .sec-pageTitle__text {
    max-width: 80%;
  }
}
@media (min-width: 992px) {
  .sec-pageTitle__wrap:after {
    padding-top: 40%;
  }

  .sec-pageTitle__breadcrumb {
    padding: 0 45px;
    top: 15px;
  }
  .sec-pageTitle__breadcrumb li {
    font-size: 14px;
  }

  .sec-pageTitle__text {
    margin-top: 25px;
  }
}
@media (min-width: 1260px) {
  .sec-pageTitle__wrap:after {
    padding-top: 30%;
  }

  .sec-pageTitle__text {
    font-size: 18px;
  }

  .sec-pageTitle.style-doitac .sec-pageTitle__wrap:before {
    width: 50%;
  }

  .sec-pageTitle.style-lienhe .sec-pageTitle__wrap:before {
    width: 49%;
  }

  .sec-pageTitle.style-2 .sec-pageTitle__wrap:after {
    padding-top: 40%;
  }

  .sec-pageTitle.style-blogDetail .sec-pageTitle__wrap:before {
    width: 35%;
  }
}
@media (min-width: 1600px) {
  .sec-pageTitle__wrap:after {
    padding-top: 26%;
  }

  .sec-pageTitle__text {
    max-width: 71%;
  }

  .sec-pageTitle.style-2 .sec-pageTitle__wrap:after {
    padding-top: 30%;
  }

  .sec-pageTitle.style-blogDetail .sec-pageTitle__wrap:before {
    width: 38%;
  }
}
@media (max-width: 767.98px) {
  .sec-pageTitle.style-productF .sec-pageTitle__wrap:after {
    padding-top: 92.2%;
  }
  .sec-pageTitle.style-productF .sec-pageTitle__wrap:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 32%;
    height: 58%;
    background: -webkit-gradient(linear, left top, left bottom, from(#2B6BB2), color-stop(62%, rgba(14, 36, 91, 0)));
    background: linear-gradient(180deg, #2B6BB2 0%, rgba(14, 36, 91, 0) 62%);
    pointer-events: none;
  }
  .sec-pageTitle.style-productF .sec-pageTitle__share {
    display: none;
  }
}

.sec-pageTitle.style-dichvu .sec-pageTitle__wrap {
  padding-top: 140px;
  padding-bottom: 30px;
}
.sec-pageTitle.style-dichvu .sec-pageTitle__wrap:after {
  display: none;
}
.sec-pageTitle.style-dichvu .sec-pageTitle__content {
  position: static;
}
.sec-pageTitle.style-dichvu .sec-pageTitle__btn {
  margin-top: 45px;
}
.sec-pageTitle.style-dichvu .sec-pageTitle__btn .btn {
  background-color: #50D6AC;
}
.sec-pageTitle.style-dichvu .sec-pageTitle__btn .btn:before {
  background-color: #C63205;
}
.sec-pageTitle.style-dichvu .sec-pageTitle__btn .btn:hover {
  color: #fff;
}
.sec-pageTitle.style-dichvu .sec-pageTitle__footer {
  margin-top: 60px;
}
.sec-pageTitle.style-dichvu .sec-pageTitle__footer .item-text {
  margin-top: 20px;
}
.sec-pageTitle.style-dichvu .sec-pageTitle__footer .item-text small {
  display: block;
  font-weight: 500;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}
.sec-pageTitle.style-dichvu .sec-pageTitle__footer .item-text h4 {
  font-size: 16px;
  color: #FFFFFF;
  margin: 0;
}
.sec-pageTitle.style-dichvu .sec-pageTitle__footer .item-text h4 a:hover {
  color: #50D6AC;
}
@media (min-width: 768px) {
  .sec-pageTitle.style-dichvu .sec-pageTitle__wrap {
    padding-top: 150px;
  }
  .sec-pageTitle.style-dichvu .sec-pageTitle__footer {
    margin-top: 80px;
  }
  .sec-pageTitle.style-dichvu .sec-pageTitle__footer .item-text {
    margin-top: 0;
  }
  .sec-pageTitle.style-dichvu .sec-pageTitle__footer .item-text h4 {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .sec-pageTitle.style-dichvu .sec-pageTitle__footer {
    margin-top: 120px;
  }
  .sec-pageTitle.style-dichvu .sec-pageTitle__footer span {
    font-size: 14px;
  }
  .sec-pageTitle.style-dichvu .sec-pageTitle__footer h4 {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .sec-pageTitle.style-dichvu .sec-pageTitle__wrap {
    padding-top: 210px;
  }
  .sec-pageTitle.style-dichvu .sec-pageTitle__footer {
    margin-top: 180px;
  }
}

.sec-imageBg {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.sec-imageBg:after {
  content: "";
  display: block;
  padding-top: 46.3%;
}

.sec-imageBg__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #2B6BB2;
}

.sec-strength__wrap .titlebox__title {
  color: #0F1D63;
}

@media (max-width: 767.98px) {
  .sec-strength__list {
    width: auto;
    padding-right: 22%;
    margin-right: -22px;
    overflow: hidden;
  }
  .sec-strength__list .owl-stage-outer {
    overflow: visible;
  }
}
@media (min-width: 768px) {
  .sec-strength__wrap .titlebox {
    max-width: 70%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sec-strength__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .sec-strength__list .item-2 {
    display: none;
  }
  .sec-strength__list .item {
    width: 50%;
  }
  .sec-strength__list .item:nth-child(n+4) .featurebox {
    border-top: 0;
  }
  .sec-strength__list .item:nth-child(n+2) .featurebox {
    border-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1349.98px) {
  .sec-strength__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .sec-strength__list .item-2 {
    display: none;
  }
  .sec-strength__list .item {
    width: 33.333333%;
  }
  .sec-strength__list .item:nth-child(n+5) .featurebox {
    border-top-color: transparent;
  }
  .sec-strength__list .item:nth-child(3n+2) .featurebox {
    border-right-color: transparent;
  }
  .sec-strength__list .item:nth-child(3n+3) .featurebox {
    border-right-color: transparent;
  }
}
@media (min-width: 992px) and (max-width: 1259.98px) {
  .sec-strength__list .featurebox__icon {
    max-width: 30px;
  }
  .sec-strength__list .featurebox__title {
    font-size: 18px;
  }
  .sec-strength__list .featurebox__text {
    font-size: 13px;
  }
}
@media (min-width: 1260px) {
  .sec-strength__wrap .titlebox {
    max-width: 50%;
  }
}
@media (min-width: 1350px) {
  .sec-strength {
    padding-bottom: 250px;
  }

  .sec-strength__wrap {
    position: relative;
  }
  .sec-strength__wrap .titlebox {
   
    top: 0;
    left: 0;
    width: 50%;
  }

  .sec-strength__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec-strength__list .item {
    width: 25%;
  }
  .sec-strength__list .item:nth-child(2) .featurebox, .sec-strength__list .item:nth-child(3) .featurebox {
    border-bottom-color: transparent;
  }
  .sec-strength__list .item:nth-child(2) .featurebox, .sec-strength__list .item:nth-child(4) .featurebox, .sec-strength__list .item:nth-child(5) .featurebox, .sec-strength__list .item:nth-child(6) .featurebox {
    border-right-color: transparent;
  }
  .sec-strength__list .item-2 {
    width: 50%;
  }
}
@media (min-width: 1350px) and (max-width: 1599.98px) {
  .sec-strength__list .featurebox__inner {
    bottom: 30px;
  }
  .sec-strength__list .featurebox__icon {
    max-width: 30px;
  }
  .sec-strength__list .featurebox__title {
    font-size: 20px;
  }
  .sec-strength__list .featurebox__text {
    font-size: 14px;
  }
}
.sec-vision .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: center center;
  background-color: #0F1D63;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec-vision .bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0F1D63;
  opacity: 0.9;
}
.sec-vision .item-title {
  font-size: 32px;
  color: #fff;
}
.sec-vision .item-quote {
  font-size: 20px;
  color: #fff;
  margin-bottom: 60px;
}

.sec-vision__list .item {
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}
.sec-vision__list .item input {
  display: none;
}
.sec-vision__list .item__label {
  display: block;
  margin: 0;
}
.sec-vision__list .item__title {
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 0;
}
.sec-vision__list .item__text {
  color: rgba(255, 255, 255, 0.7);
  padding-top: 10px;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .sec-vision__list .item input:checked ~ .item__title:after {
    content: "";
  }
  .sec-vision__list .item input:checked ~ .item__title ~ .item__content {
    display: block;
  }
  .sec-vision__list .item__label {
    padding: 18px 0;
  }
  .sec-vision__list .item__title {
    position: relative;
  }
  .sec-vision__list .item__title:after {
    content: "";
    font-family: "fontAwesome";
    position: absolute;
    top: 0;
    right: 0;
  }
  .sec-vision__list .item__content {
    display: none;
  }
}
@media (min-width: 768px) {
  .sec-vision .item-quote {
    font-size: 25px;
    margin-bottom: 70px;
  }

  .sec-vision__list .item {
    padding-top: 24px;
    margin-bottom: 35px;
  }
  .sec-vision__list .item__title {
    font-size: 24px;
  }
  .sec-vision__list .item__text {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .sec-vision .item-quote {
    font-size: 32px;
  }
}
@media (min-width: 1260px) {
  .sec-vision {
    padding-bottom: 100px;
  }
}
.sec-teamInfo {
  z-index: 3;
}
@media (min-width: 992px) {
  .sec-teamInfo .titlebox {
    margin-bottom: 100px;
  }
}
.sec-teamInfo .titlebox__subtitle {
  margin-bottom: 30px;
}
.sec-teamInfo .titlebox__title {
  color: #0E245B;
}

.sec-teamInfo__client {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sec-teamInfo__client .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 98%;
  margin-left: auto;
  margin-right: auto;
}
.sec-teamInfo__client .item {
  width: 24%;
  position: relative;
}
.sec-teamInfo__client .item:nth-child(1) {
  z-index: 5;
}
.sec-teamInfo__client .item:nth-child(2) {
  z-index: 4;
}
.sec-teamInfo__client .item:nth-child(3) {
  z-index: 3;
}
.sec-teamInfo__client .item:nth-child(4) {
  z-index: 2;
}
.sec-teamInfo__client .item:nth-child(5) {
  z-index: 1;
}
.sec-teamInfo__client .item:not(:first-child) {
  margin-left: -5%;
}
.sec-teamInfo__client .item-logo {
  position: relative;
}
.sec-teamInfo__client .item-logo:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.sec-teamInfo__client .item-logo__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.sec-teamInfo__client .item-logo__header img {
  max-width: 70%;
}
@media (min-width: 768px) {
  .sec-teamInfo__client .item-logo__header img {
    max-width: 50%;
  }
}
.sec-teamInfo__client .item-logo__circle {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid #E7E8EF;
  border-radius: 50%;
  background-color: #fff;
}
.sec-teamInfo__client .item-logo__circle:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.sec-teamInfo__client .item-logo__hover {
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 200px;
  padding: 0 15px 10px;
  border-radius: 15px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  pointer-events: none;
}
@media (min-width: 768px) {
  .sec-teamInfo__client .item-logo__hover {
    width: 300px;
  }
}
@media (min-width: 1260px) {
  .sec-teamInfo__client .item-logo__hover {
    width: 550px;
    padding: 0 30px 15px;
    border-radius: 20px;
  }
}
.sec-teamInfo__client .item-1 .item-logo__hover {
  left: 0;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
@media (min-width: 768px) {
  .sec-teamInfo__client .item-1 .item-logo__hover {
    left: 22%;
  }
}
.sec-teamInfo__client .item-5 .item-logo__hover {
  left: auto;
  right: 0;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
@media (min-width: 768px) {
  .sec-teamInfo__client .item-5 .item-logo__hover {
    right: 22%;
  }
}
.sec-teamInfo__client .item:hover {
  z-index: 10 !important;
}
.sec-teamInfo__client .item:hover .item-logo__hover {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sec-teamLeader {
  background-color: #0F1D63;
}
.sec-teamLeader .titlebox__title {
  color: #50D6AC;
}
.sec-teamLeader .titlebox__text {
  color: #fff;
}
@media (min-width: 1350px) {
  .sec-teamLeader .titlebox__text {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .sec-teamLeader__content > .row {
    margin-left: -6px;
    margin-right: -6px;
  }
  .sec-teamLeader__content > .row [class*=col] {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.sec-teamLeader__slide {
  overflow: hidden;
}
.sec-teamLeader__slide .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #273473;
  padding-top: 10px;
  margin-top: 45px;
}
.sec-teamLeader__slide .owl-carousel .owl-nav button.owl-prev,
.sec-teamLeader__slide .owl-carousel .owl-nav button.owl-next {
  font-size: 16px;
  color: #6F77A1;
}
.sec-teamLeader__slide .owl-carousel .owl-nav button.owl-prev span,
.sec-teamLeader__slide .owl-carousel .owl-nav button.owl-next span {
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background-color: #6F77A1;
}
.sec-teamLeader__slide .owl-carousel .owl-nav button.owl-prev:hover,
.sec-teamLeader__slide .owl-carousel .owl-nav button.owl-next:hover {
  color: #fff;
}
.sec-teamLeader__slide .owl-carousel .owl-nav button.owl-prev:hover span,
.sec-teamLeader__slide .owl-carousel .owl-nav button.owl-next:hover span {
  background-color: #fff;
}
.sec-teamLeader__slide .owl-carousel .owl-nav button.owl-prev.disabled,
.sec-teamLeader__slide .owl-carousel .owl-nav button.owl-next.disabled {
  visibility: hidden;
}
.sec-teamLeader__slide .owl-carousel .owl-nav button.owl-prev span {
  margin-right: 5px;
}
.sec-teamLeader__slide .owl-carousel .owl-nav button.owl-next span {
  margin-left: 5px;
}
.sec-teamLeader__slide .teambox.big {
  display: block !important;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .sec-teamLeader__slide {
    width: auto;
    margin-right: -22px;
    padding-right: 20%;
  }
  .sec-teamLeader__slide .owl-carousel .owl-stage-outer {
    overflow: visible;
  }
  .sec-teamLeader__slide .owl-carousel .owl-nav {
    display: none;
  }
}
@media (min-width: 768px) {
  .sec-teamLeader__slide .item__col .item + .item {
    margin-top: 30px;
  }
}

.sec-clientList .titlebox__title {
  color: #0F1D63;
}
.sec-clientList .clientList {
  border: 1px solid #EAEAEA;
}
.sec-clientList .clientList .row {
  margin: 0;
}
.sec-clientList .clientbox {
  margin: 0;
}
.sec-clientList .clientbox:after {
  padding-top: 100%;
}
.sec-clientList .clientbox__inner {
  padding: 20px;
}
@media (max-width: 767.98px) {
  .sec-clientList .clientList [class*=col-] {
    padding: 0;
    border-right: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA;
  }
  .sec-clientList .clientList [class*=col-]:nth-child(3n) {
    border-right: 0;
  }
  .sec-clientList .clientList [class*=col-]:nth-child(1), .sec-clientList .clientList [class*=col-]:nth-child(2), .sec-clientList .clientList [class*=col-]:nth-child(3) {
    border-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1259.98px) {
  .sec-clientList .clientList [class*=col-] {
    padding: 0;
    border-right: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA;
  }
  .sec-clientList .clientList [class*=col-]:nth-child(4n) {
    border-right: 0;
  }
  .sec-clientList .clientList [class*=col-]:nth-child(1), .sec-clientList .clientList [class*=col-]:nth-child(2), .sec-clientList .clientList [class*=col-]:nth-child(3), .sec-clientList .clientList [class*=col-]:nth-child(4) {
    border-top: 0;
  }
}
@media (min-width: 1260px) {
  .sec-clientList .clientList [class*=col-] {
    padding: 0;
    border-right: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA;
  }
  .sec-clientList .clientList [class*=col-]:nth-child(6n) {
    border-right: 0;
  }
  .sec-clientList .clientList [class*=col-]:nth-child(1), .sec-clientList .clientList [class*=col-]:nth-child(2), .sec-clientList .clientList [class*=col-]:nth-child(3), .sec-clientList .clientList [class*=col-]:nth-child(4), .sec-clientList .clientList [class*=col-]:nth-child(5), .sec-clientList .clientList [class*=col-]:nth-child(6) {
    border-top: 0;
  }
}

.sec-productBox {
  padding-top: 0;
  background-color: #0F1D63;
}
@media (max-width: 767.98px) {
  .sec-productBox .productbox-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
  }
  .sec-productBox .productbox-list .item {
    min-width: 290px;
    width: 290px;
    white-space: normal;
    border: 1px solid rgba(255, 255, 255, 0.09);
  }
  .sec-productBox .productbox-list .item:not(:last-child) {
    border-right: 0;
  }
}
@media (min-width: 768px) {
  .sec-productBox .productbox-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 1px solid #253171;
  }
  .sec-productBox .productbox-list .item {
    width: 33.333333%;
    border-right: 1px solid #253171;
    border-top: 1px solid #253171;
  }
}
@media (min-width: 768px) and (max-width: 1259.98px) {
  .sec-productBox .productbox-list .item {
    width: 50%;
  }
  .sec-productBox .productbox-list .item:nth-child(2n) {
    border-right: 0;
  }
  .sec-productBox .productbox-list .item:nth-child(1), .sec-productBox .productbox-list .item:nth-child(2) {
    border-top: 0;
  }
}
@media (min-width: 1260px) {
  .sec-productBox .productbox-list:nth-child(3n) {
    border-right: 0;
  }
  .sec-productBox .productbox-list:nth-child(1), .sec-productBox .productbox-list:nth-child(2), .sec-productBox .productbox-list:nth-child(3) {
    border-top: 0;
  }
}

.sec-productOrien .titlebox {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .sec-productOrien .titlebox {
    margin-bottom: 40px;
  }
}

.sec-productOrien__header .numberBox {
  padding: 10px 0;
}
@media (min-width: 768px) {
  .sec-productOrien__header .numberBox {
    padding: 20px 0;
  }
}
@media (min-width: 992px) {
  .sec-productOrien__header .numberBox {
    padding: 30px 0;
  }
}
@media (min-width: 1260px) {
  .sec-productOrien__header .numberBox {
    padding: 40px 0;
  }
}
@media (min-width: 1600px) {
  .sec-productOrien__header .numberBox {
    max-width: 85%;
  }
}

.sec-productOrien__testimonial {
  margin-top: 80px;
}
@media (max-width: 767.98px) {
  .sec-productOrien__testimonial {
    margin-left: -22px;
    margin-right: -22px;
  }
}
@media (min-width: 1260px) {
  .sec-productOrien__testimonial {
    margin-top: 90px;
  }
}
@media (min-width: 1600px) {
  .sec-productOrien__testimonial {
    margin-top: 140px;
  }
}

.sec-productOrien__whychoose {
  margin-top: 75px;
}
.sec-productOrien__whychoose .titlebox {
  margin-bottom: 55px;
}
@media (min-width: 992px) {
  .sec-productOrien__whychoose {
    margin-top: 90px;
  }
}
@media (min-width: 1260px) {
  .sec-productOrien__whychoose .whychoose-list {
    margin-top: 50px;
  }
}
@media (min-width: 1350px) {
  .sec-productOrien__whychoose {
    margin-top: 128px;
  }
  .sec-productOrien__whychoose .whychoose-list {
    margin-top: 60px;
  }
}
@media (min-width: 1600px) {
  .sec-productOrien__whychoose .whychoose-list {
    margin-top: 70px;
  }
}

.sec-testimonial2 {
  padding: 0;
}
.sec-testimonial2 .testimonial,
.sec-testimonial2 .testimonial__img {
  background-color: transparent;
}
.sec-testimonial2 .testimonial__img:after {
  display: none;
}
.sec-testimonial2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(94deg, #50D6AC 9%, #368ed0 70%);
}
@media (max-width: 767.98px) {
  .sec-testimonial2 {
    padding-top: 95px;
  }
  .sec-testimonial2 .testimonial__content {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .sec-testimonial2 .testimonial__content {
    padding: 65px 0;
  }
}
@media (min-width: 992px) {
  .sec-testimonial2 .testimonial__content {
    padding: 100px 0 75px;
  }
}
@media (min-width: 1260px) {
  .sec-testimonial2 .testimonial__content {
    padding: 130px 0 100px;
  }
}
@media (min-width: 1600px) {
  .sec-testimonial2 .testimonial__content {
    padding: 130px 0 250px;
  }
}

.sec-impressiveNumber .titlebox__title {
  color: #0F1D63;
}
@media (min-width: 1260px) {
  .sec-impressiveNumber {
    padding-top: 100px;
    padding-bottom: 140px;
  }
}

.sec-contactPage {
  background-color: #FAFAFA;
}
@media (max-width: 767.98px) {
  .sec-contactPage {
    padding-bottom: 0;
  }
}
@media (min-width: 1260px) {
  .sec-contactPage {
    padding-top: 130px;
  }
}

.sec-contactPage__title {
  font-size: 20px;
  color: #0F1D63;
  margin-bottom: 30px;
}

.sec-contactPage__info {
  margin-top: 65px;
}
.sec-contactPage__info .mapbox {
  position: relative;
  overflow: hidden;
  margin-top: 35px;
}
.sec-contactPage__info .mapbox:after {
  content: "";
  display: block;
  padding-top: 56%;
}
.sec-contactPage__info .mapbox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.sec-contactPage__info .item-info {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sec-contactPage__info .item-info li {
  position: relative;
  padding-left: 90px;
  font-size: 16px;
  color: rgba(15, 29, 99, 0.8);
}
.sec-contactPage__info .item-info li + li {
  margin-top: 10px;
}
.sec-contactPage__info .item-info li a {
  color: inherit;
}
.sec-contactPage__info .item-info li a:hover {
  color: #C63205;
}
.sec-contactPage__info .item-info li span {
  position: absolute;
  top: 0;
  left: 0;
  color: #0E245B;
  opacity: 0.4;
}
.sec-contactPage__info .item-info li p {
  margin: 0;
}
@media (max-width: 767.98px) {
  .sec-contactPage__info .mapbox {
    margin-left: -22px;
    margin-right: -22px;
  }
}
@media (min-width: 768px) {
  .sec-contactPage__info .mapbox {
    margin-top: 0;
    margin-bottom: 34px;
  }
}
@media (min-width: 1260px) {
  .sec-contactPage__info {
    margin-top: 0;
  }
}

@media (min-width: 1600px) {
  .sec-contactPage__content {
    position: relative;
  }
  .sec-contactPage__content:before {
    content: "";
    position: absolute;
    top: 0;
    left: -80px;
    bottom: 0;
    width: 1px;
    background-color: #E3E5EC;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.sec-blogPage {
  background: #FAFAFA;
  padding-top: 80px;
}

.sec-blogDetail__content .entry-text {
  font-size: 16px;
  color: #0F1D63;
}
.sec-blogDetail__content .entry-text .text-featured {
  font-size: 20px;
  border-bottom: 1px solid rgba(15, 29, 99, 0.1);
  padding-bottom: 40px;
  margin-bottom: 30px;
}
.sec-blogDetail__content .entry-text h1, .sec-blogDetail__content .entry-text h2, .sec-blogDetail__content .entry-text h3, .sec-blogDetail__content .entry-text h4, .sec-blogDetail__content .entry-text h5, .sec-blogDetail__content .entry-text h6 {
  color: #0F1D63;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .sec-blogDetail__content .entry-text h6 {
    font-size: 14px;
  }
  .sec-blogDetail__content .entry-text h5 {
    font-size: 16px;
  }
  .sec-blogDetail__content .entry-text h4 {
    font-size: 18px;
  }
  .sec-blogDetail__content .entry-text h3 {
    font-size: 20px;
  }
  .sec-blogDetail__content .entry-text h2 {
    font-size: 28px;
  }
  .sec-blogDetail__content .entry-text h1 {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .sec-blogDetail__content .entry-text h6 {
    font-size: 16px;
  }
  .sec-blogDetail__content .entry-text h5 {
    font-size: 20px;
  }
  .sec-blogDetail__content .entry-text h4 {
    font-size: 24px;
  }
  .sec-blogDetail__content .entry-text h3 {
    font-size: 28px;
  }
  .sec-blogDetail__content .entry-text h2 {
    font-size: 32px;
  }
  .sec-blogDetail__content .entry-text h1 {
    font-size: 55px;
  }
}
.sec-blogDetail__content .entry-text table {
  width: 100% !important;
  border: 1px solid #C6E2F7;
}
.sec-blogDetail__content .entry-text table tbody tr td {
  width: auto !important;
  border-bottom: 1px solid #C6E2F7;
  border-right: 1px solid #C6E2F7;
  padding: 10px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .sec-blogDetail__content .entry-text table tbody tr td {
    padding: 10px 20px;
  }
}
.sec-blogDetail__content .entry-share {
  border-top: 1px solid rgba(15, 29, 99, 0.1);
  padding-top: 20px;
  margin-top: 30px;
  font-size: 16px;
  color: #0F1D63;
}
.sec-blogDetail__content .entry-share span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.sec-blogDetail__content .entry-share a {
  display: inline-block;
  opacity: 0.5;
  margin-right: 10px;
}
.sec-blogDetail__content .entry-share a:hover {
  opacity: 1;
}
@media (max-width: 767.98px) {
  .sec-blogDetail__content .entry-share {
    font-size: 14px;
  }
  .sec-blogDetail__content .entry-share a {
    max-width: 24px;
    margin-right: 5px;
  }
}
@media (min-width: 992px) {
  .sec-blogDetail__content .entry-text {
    font-size: 18px;
  }
  .sec-blogDetail__content .entry-text .text-featured {
    font-size: 24px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .sec-whychoose .titlebox {
    margin-bottom: 50px;
  }
}
@media (min-width: 1600px) {
  .sec-whychoose .titlebox {
    margin-bottom: 100px;
  }
}
.sec-whychoose .titlebox__title {
  font-family: "Lexend", sans-serif;
  font-weight: 400;
}
@media (min-width: 1600px) {
  .sec-whychoose .titlebox__title {
    margin-bottom: 95px;
  }
}

.sec-whychoose__list .item {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 20px;
  padding-bottom: 20px;
}
.sec-whychoose__list .item__title {
  font-size: 16px;
  color: rgba(15, 29, 99, 0.9);
  margin-bottom: 7px;
}
.sec-whychoose__list .item__text {
  color: #0F1D63;
}
@media (min-width: 768px) {
  .sec-whychoose__list .item__title {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .sec-whychoose__list .item {
    padding-bottom: 40px;
  }
}
@media (min-width: 1600px) {
  .sec-whychoose__list .row {
    margin-left: -40px;
    margin-right: -40px;
  }
  .sec-whychoose__list .row [class*=col-] {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.sec-dvptpm {
  background-color: #0F1D63;
}
.sec-dvptpm .titlebox__title {
  color: #50D6AC;
}
@media (min-width: 1350px) {
  .sec-dvptpm .titlebox {
    margin-bottom: 145px;
  }
}

.sec-dvptpm__list .item {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.sec-dvptpm__list .item + .item {
  margin-top: 40px;
}
.sec-dvptpm__list .item__title {
  font-size: 25px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.sec-dvptpm__list .item__entry {
  color: rgba(255, 255, 255, 0.7);
}
.sec-dvptpm__list .item__btn {
  margin-top: 20px;
}
.sec-dvptpm__list .item__btn .btn-text {
  color: #50D6AC;
}
.sec-dvptpm__list .item__btn .btn-text span:before,
.sec-dvptpm__list .item__btn .btn-text span:after {
  background-color: #50D6AC;
}
@media (min-width: 768px) {
  .sec-dvptpm__list .item__btn {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .sec-dvptpm__list .item {
    padding-top: 45px;
  }
  .sec-dvptpm__list .item + .item {
    margin-top: 80px;
  }
  .sec-dvptpm__list .item__title {
    font-size: 30px;
  }
}
@media (min-width: 1260px) {
  .sec-dvptpm__list .item__title {
    font-size: 35px;
  }
}
@media (min-width: 1350px) {
  .sec-dvptpm__list .item__title {
    font-size: 40px;
  }
}
@media (min-width: 1600px) {
  .sec-dvptpm__list .item__title {
    font-size: 52px;
  }
}

.sec-serviceList .titlebox__title {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .sec-serviceList .titlebox__title {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.sec-serviceList .item-text__entry {
  color: #0E245B;
  margin-bottom: 30px;
}
.sec-serviceList .item-text__img img {
  width: 100%;
}
.sec-serviceList .item + .item {
  border-top: 1px solid #D9D9D9;
  padding-top: 40px;
  margin-top: 40px;
}
.sec-serviceList .item-box {
  height: 100%;
  padding-bottom: 20px;
}
.sec-serviceList .item-box__inner {
  position: relative;
  background-color: #2B6BB2;
  height: 100%;
  padding: 30px 25px 50px;
  overflow: hidden;
}
.sec-serviceList .item-box__inner:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 15px;
  background: linear-gradient(45deg, #50D6AC 9%, rgba(198, 226, 247, 0) 70%);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec-serviceList .item-box__inner:hover:after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.sec-serviceList .item-box__icon {
  display: inline-block;
  max-width: 40px;
  margin-bottom: 30px;
}
.sec-serviceList .item-box__title {
  font-family: "Lexend", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
@media (min-width: 768px) {
  .sec-serviceList .item + .item {
    padding-top: 60px;
    margin-top: 60px;
  }
  .sec-serviceList .item-text__entry {
    max-width: 650px;
    color: #0E245B;
    margin-bottom: 50px;
  }
  .sec-serviceList .item-box {
    padding-bottom: 35px;
  }
  .sec-serviceList .item-box__inner {
    padding: 40px 20px 60px;
  }
}
@media (min-width: 992px) {
  .sec-serviceList .item-box__icon {
    margin-bottom: 40px;
  }
  .sec-serviceList .item-box__inner {
    padding: 30px 30px 60px;
  }
}
@media (min-width: 1260px) and (max-width: 1599.98px) {
  .sec-serviceList .titlebox__title {
    font-size: 28px;
  }
  .sec-serviceList .titlebox__title br {
    display: none;
  }
  .sec-serviceList .item-text__entry {
    max-width: 70%;
  }
}
@media (min-width: 1350px) {
  .sec-serviceList .item + .item {
    padding-top: 90px;
    margin-top: 90px;
  }
  .sec-serviceList .item-text__entry {
    font-size: 18px;
  }
  .sec-serviceList .item-box__icon {
    max-width: 54px;
  }
}
@media (min-width: 1600px) {
  .sec-serviceList .item + .item {
    padding-top: 125px;
    margin-top: 125px;
  }
  .sec-serviceList .item-box__inner {
    padding: 30px 20% 60px 40px;
  }
  .sec-serviceList .item-box__inner:after {
    height: 20px;
  }
  .sec-serviceList .item-box__icon {
    margin-bottom: 65px;
  }
}

.sec-dtsvgdvtk {
  background-color: #0F1D63;
}
@media (min-width: 1260px) {
  .sec-dtsvgdvtk {
    background-color: transparent;
    padding-top: 0;
  }
}

.sec-dtsvgdvtk__inner .row {
  margin-left: -11px;
  margin-right: -11px;
}
.sec-dtsvgdvtk__inner .row [class*=col-] {
  padding-left: 11px;
  padding-right: 11px;
}
.sec-dtsvgdvtk__inner .item-title {
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.4;
  color: #50D6AC;
  margin-bottom: 60px;
}
.sec-dtsvgdvtk__inner .item-text {
  height: 100%;
  padding-bottom: 22px;
}
.sec-dtsvgdvtk__inner .item-text__item {
  position: relative;
  height: 100%;
  background-color: #2B6BB2;
  padding: 30px 50px 30px 20px;
  overflow: hidden;
}
.sec-dtsvgdvtk__inner .item-text__item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(9%, #50D6AC), color-stop(70%, rgba(198, 226, 247, 0)));
  background: linear-gradient(180deg, #50D6AC 9%, rgba(198, 226, 247, 0) 70%);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec-dtsvgdvtk__inner .item-text__item:hover:after {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.sec-dtsvgdvtk__inner .item-text__number {
  display: inline-block;
  font-weight: 300;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  opacity: 0.2;
  margin-bottom: 20px;
}
.sec-dtsvgdvtk__inner .item-text__text {
  color: #fff;
  opacity: 0.8;
  margin-bottom: 0;
}
.sec-dtsvgdvtk__inner .item-text__btn .btn-text {
  color: #50D6AC;
}
.sec-dtsvgdvtk__inner .item-text__btn .btn-text span:before,
.sec-dtsvgdvtk__inner .item-text__btn .btn-text span:after {
  background-color: #50D6AC;
}
.sec-dtsvgdvtk__inner .item-text__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.sec-dtsvgdvtk__inner .item-text__btn {
  margin-top: 20px;
}
.sec-dtsvgdvtk__inner .item-text__icon {
  max-width: 60px;
  margin-top: 60px;
}
@media (min-width: 992px) {
  .sec-dtsvgdvtk__inner .item-text__item {
    padding: 35px 20% 40px 40px;
  }
  .sec-dtsvgdvtk__inner .item-text__number {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .sec-dtsvgdvtk__inner .item-text__icon {
    max-width: 80px;
  }
}
@media (min-width: 1260px) {
  .sec-dtsvgdvtk__inner {
    background-color: #0F1D63;
    padding: 60px 50px;
  }
  .sec-dtsvgdvtk__inner .item-text__item {
    padding: 30px 40px 30px 20px;
  }
}
@media (min-width: 1350px) {
  .sec-dtsvgdvtk__inner {
    padding: 100px 70px;
  }
}
@media (min-width: 1600px) {
  .sec-dtsvgdvtk__inner {
    padding: 155px 130px 150px;
  }
  .sec-dtsvgdvtk__inner .item-text__item {
    padding: 35px 30% 50px 30px;
  }
  .sec-dtsvgdvtk__inner .item-text__item:after {
    width: 20px;
  }
  .sec-dtsvgdvtk__inner .item-title {
    font-size: 40px;
    margin-bottom: 140px;
  }
  .sec-dtsvgdvtk__inner .item-text__number {
    font-size: 60px;
    margin-bottom: 35px;
  }
  .sec-dtsvgdvtk__inner .item-text__text {
    font-size: 16px;
  }
  .sec-dtsvgdvtk__inner .item-text__icon {
    max-width: 100px;
  }
}
.featurebox__text {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, max-height 0.3s ease;
}

.featurebox:hover .featurebox__text {
  opacity: 1;
  max-height: 300px; /* hoặc auto nếu dùng thêm animation height */
}
.featurebox__body .fixed-content {
  position: relative;
  z-index: 1;
}

.item__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

.fix {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;

}

.translate {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.item__text {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
  height: 0;
  overflow: hidden;
}

/* Khi hover vào item, hiện dòng mô tả */
.item:hover .item__text {
  opacity: 1;
  transform: translateY(0);
  height: auto;
}
.featurebox {
       border-bottom: 1px solid #E3E5EA;
}
   /* Căn giữa pagination */
.pagination {
  display: flex;
  justify-content: center; /* Căn giữa theo chiều ngang */
  margin-top: 20px;
}

.pagination .nav-links {
  display: flex;
  gap: 8px; /* khoảng cách giữa các nút */
}

.pagination .page-numbers {
  display: inline-block;
  padding: 8px 14px;
  
  border-radius: 4px;
  text-decoration: none;
  color: #c6e2f7;
}

.pagination .page-numbers.current {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}
.pagination-info{
    color: #c6e2f7;
}
.service{
    width: 50% !important ;
}
.mgTitle{
    margin-top: 60px;
}
.nav-list li a.active {
  color: #2B6BB2;       /* Màu xanh dương */
  font-weight: bold;    /* In đậm */
}






.wpcf7-form-control.wpcf7-submit {
  background-color: #2B6BB2;   /* màu nền xanh dương */
  color: #000000;                 /* màu chữ trắng */
  font-size: 16px;             /* cỡ chữ */
  font-weight: 600;            /* chữ đậm vừa */
  padding: 12px 24px;          /* khoảng cách trong nút */
  border: none;                /* bỏ viền mặc định */
  border-radius: 6px;          /* bo tròn góc */
  cursor: pointer;             /* đổi con trỏ chuột khi hover */
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #1f4e82;   /* đổi màu khi hover */
  transform: translateY(-2px); /* nổi nhẹ lên khi hover */
}

.wpcf7-form-control.wpcf7-submit:active {
  transform: translateY(0);    /* nhấn xuống */
  background-color: #163b61;
}
