/*!
Theme Name: Stellar
Theme URI: https://them.es/starter
Author: Julia Gora
Author URI: https://them.es/
Description: Main Stellar WP theme
Version: 3.5.3
Requires at least: 5.0
Tested up to: 6.5
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: stellar-main
*/

@charset "UTF-8";
/* BEGIN Regular */
@font-face {
  font-family: PlusJakartaSans;
  src: url("../woff/plusjakartasans-regular9f1e.woff") format("woff"), url("../eot/plusjakartasans-regular9f1e.eot") format("eot"), url("../ttf/plusjakartasans-regular9f1e.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* END Regular */
/* BEGIN Medium */
@font-face {
  font-family: PlusJakartaSans;
  src: url("../woff/plusjakartasans-medium9f1e.woff") format("woff"), url("../eot/plusjakartasans-medium9f1e.eot") format("eot"), url("../ttf/plusjakartasans-medium9f1e.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* END Medium */
@font-face {
  font-family: Mackinacpro;
  src: url("../woff/mackinacpro-bold9f1e-2.woff") format("woff"), url("../eot/mackinacpro-bold9f1e-2.eot") format("eot"), url("../ttf/mackinacpro-bold9f1e-2.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: PlusJakartaSans;
  src: url("../woff/plusjakartasans-bold9f1e.woff") format("woff"), url("../eot/plusjakartasans-bold9f1e.eot") format("eot"), url("../ttf/plusjakartasans-bold9f1e.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* END Bold */
/* BEGIN Medium */
@font-face {
  font-family: PlusJakartaSans;
  src: url("../woff/plusjakartasans-semibold9f1e.woff") format("woff"), url("../eot/plusjakartasans-semibold9f1e.eot") format("eot"), url("../ttf/plusjakartasans-semibold9f1e.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}


/* END Medium */
/*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #001871;
  --bs-indigo: #6610f2;
  --bs-purple: #5f2167;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #e35205;
  --bs-yellow: #f1c400;
  --bs-green: #64a708;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #001871;
  --bs-secondary: #6c757d;
  --bs-success: #64a708;
  --bs-info: #0dcaf0;
  --bs-warning: #f1c400;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 0, 24, 113;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 100, 167, 8;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 241, 196, 0;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, 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));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #001871;
  --bs-link-hover-color: #00135a;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fcf3cc;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

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

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

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

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

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

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  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, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

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;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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

::file-selector-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;
}

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

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

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

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

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 721px) {
  .container-md, .container-sm, .container {
    max-width: 680px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1155px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1155px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

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

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

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

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

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

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

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

.offset-1 {
  margin-left: 8.33333333%;
}

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

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

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

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

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

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

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

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

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

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

.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 {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

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

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

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

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .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: 721px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

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

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

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

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

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

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

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

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .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 {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

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

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

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

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

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

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

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

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .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: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

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

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

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

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .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: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

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

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

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

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .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;
  }
}
.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: 2px solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #ccd1e3;
  --bs-table-border-color: #b8bccc;
  --bs-table-striped-bg: #c2c7d8;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b8bccc;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bdc1d2;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #cbccce;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #e0edce;
  --bs-table-border-color: #cad5b9;
  --bs-table-striped-bg: #d5e1c4;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cad5b9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #cfdbbf;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #badce3;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fcf3cc;
  --bs-table-border-color: #e3dbb8;
  --bs-table-striped-bg: #efe7c2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e3dbb8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e9e1bd;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #dfc2c4;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #dfe0e1;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #373b3e;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 720.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #808cb8;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 24, 113, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.375rem;
}
.form-control-color::-webkit-color-swatch {
  border-radius: 0.375rem;
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #808cb8;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 24, 113, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #808cb8;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 24, 113, 0.25);
}
.form-check-input:checked {
  background-color: #001871;
  border-color: #001871;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #001871;
  border-color: #001871;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23808cb8'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 24, 113, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 24, 113, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #001871;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b3bad4;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #001871;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b3bad4;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #64a708;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #000;
  background-color: rgba(100, 167, 8, 0.9);
  border-radius: 0.375rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #64a708;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2364a708' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #64a708;
  box-shadow: 0 0 0 0.25rem rgba(100, 167, 8, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #64a708;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2364a708' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #64a708;
  box-shadow: 0 0 0 0.25rem rgba(100, 167, 8, 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #64a708;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #64a708;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(100, 167, 8, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #64a708;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.375rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #001871;
  --bs-btn-border-color: #001871;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #001460;
  --bs-btn-hover-border-color: #00135a;
  --bs-btn-focus-shadow-rgb: 38, 59, 134;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #00135a;
  --bs-btn-active-border-color: #001255;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #001871;
  --bs-btn-disabled-border-color: #001871;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #000;
  --bs-btn-bg: #64a708;
  --bs-btn-border-color: #64a708;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #7bb42d;
  --bs-btn-hover-border-color: #74b021;
  --bs-btn-focus-shadow-rgb: 85, 142, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #83b939;
  --bs-btn-active-border-color: #74b021;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #64a708;
  --bs-btn-disabled-border-color: #64a708;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #f1c400;
  --bs-btn-border-color: #f1c400;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f3cd26;
  --bs-btn-hover-border-color: #f2ca1a;
  --bs-btn-focus-shadow-rgb: 205, 167, 0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f4d033;
  --bs-btn-active-border-color: #f2ca1a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f1c400;
  --bs-btn-disabled-border-color: #f1c400;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #001871;
  --bs-btn-border-color: #001871;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #001871;
  --bs-btn-hover-border-color: #001871;
  --bs-btn-focus-shadow-rgb: 0, 24, 113;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #001871;
  --bs-btn-active-border-color: #001871;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #001871;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #001871;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #64a708;
  --bs-btn-border-color: #64a708;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #64a708;
  --bs-btn-hover-border-color: #64a708;
  --bs-btn-focus-shadow-rgb: 100, 167, 8;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #64a708;
  --bs-btn-active-border-color: #64a708;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #64a708;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #64a708;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #f1c400;
  --bs-btn-border-color: #f1c400;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f1c400;
  --bs-btn-hover-border-color: #f1c400;
  --bs-btn-focus-shadow-rgb: 241, 196, 0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f1c400;
  --bs-btn-active-border-color: #f1c400;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f1c400;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f1c400;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 38, 59, 134;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 0.5rem;
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 0.25rem;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: #212529;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #001871;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 721px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  /*font-weight: 400;*/
  /*color: var(--bs-dropdown-link-color);*/
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;

  /*font-size: var( --bs-body-font-size);*/
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 8px 0;
  font-weight: 500;
}
.dropdown-item:hover, .dropdown-item:focus {
  /*color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);*/
  color: #0C43AD;
  background-color: transparent;
}
.dropdown-item.active, .dropdown-item:active {
  /*color: var(--bs-dropdown-link-active-color);*/
  color: var(--bs-link-hover-color-rgb);
  text-decoration: none;
  /*background-color: var(--bs-dropdown-link-active-bg);*/
  background-color: transparent;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #001871;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: 0.375rem;
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/*
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: none;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #001871;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

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

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.55);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0.375rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

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

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 721px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

*/
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0.375rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(0.375rem - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
}

.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
}

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

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --bs-accordion-color: #212529;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #212529;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23001666'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #808cb8;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(0, 24, 113, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #001666;
  --bs-accordion-active-bg: #e6e8f1;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: #6c757d;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "../index.html") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: 0.375rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(0, 24, 113, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #001871;
  --bs-pagination-active-border-color: #001871;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: 0.5rem;
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: 0.25rem;
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0.375rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

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

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.375rem;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: #000e44;
  --bs-alert-bg: #ccd1e3;
  --bs-alert-border-color: #b3bad4;
}
.alert-primary .alert-link {
  color: #000b36;
}

.alert-secondary {
  --bs-alert-color: #41464b;
  --bs-alert-bg: #e2e3e5;
  --bs-alert-border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  --bs-alert-color: #3c6405;
  --bs-alert-bg: #e0edce;
  --bs-alert-border-color: #d1e5b5;
}
.alert-success .alert-link {
  color: #305004;
}

.alert-info {
  --bs-alert-color: #055160;
  --bs-alert-bg: #cff4fc;
  --bs-alert-border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  --bs-alert-color: #604e00;
  --bs-alert-bg: #fcf3cc;
  --bs-alert-border-color: #fbedb3;
}
.alert-warning .alert-link {
  color: #4d3e00;
}

.alert-danger {
  --bs-alert-color: #842029;
  --bs-alert-bg: #f8d7da;
  --bs-alert-border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  --bs-alert-color: #636464;
  --bs-alert-bg: #fefefe;
  --bs-alert-border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  --bs-alert-color: #141619;
  --bs-alert-bg: #d3d3d4;
  --bs-alert-border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: #e9ecef;
  --bs-progress-border-radius: 0.375rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #001871;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: #212529;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.375rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: #f8f9fa;
  --bs-list-group-action-active-color: #212529;
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-disabled-color: #6c757d;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #001871;
  --bs-list-group-active-border-color: #001871;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 721px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #000e44;
  background-color: #ccd1e3;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #000e44;
  background-color: #b8bccc;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #000e44;
  border-color: #000e44;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #3c6405;
  background-color: #e0edce;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #3c6405;
  background-color: #cad5b9;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #3c6405;
  border-color: #3c6405;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #604e00;
  background-color: #fcf3cc;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #604e00;
  background-color: #e3dbb8;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #604e00;
  border-color: #604e00;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 24, 113, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-border-width: 1px;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: 0.375rem;
  --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-toast-header-color: #6c757d;
  --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }

  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }

  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
.modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 720.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
.modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
.modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
.modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
.modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: 0.375rem;
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: #fff;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: 0.5rem;
  --bs-popover-inner-border-radius: calc(0.5rem - 1px);
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: ;
  --bs-popover-header-bg: #f0f0f0;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: #212529;
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

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

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

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

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: ;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 720.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 720.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 720.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 720.98px) {
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 720.98px) {
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 720.98px) {
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 720.98px) {
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 720.98px) {
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 721px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y));
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(0, 24, 113, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #000 !important;
  background-color: RGBA(100, 167, 8, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(241, 196, 0, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: #001871 !important;
}
.link-primary:hover, .link-primary:focus {
  color: #00135a !important;
}

.link-secondary {
  color: #6c757d !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64 !important;
}

.link-success {
  color: #64a708 !important;
}
.link-success:hover, .link-success:focus {
  color: #83b939 !important;
}

.link-info {
  color: #0dcaf0 !important;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3 !important;
}

.link-warning {
  color: #f1c400 !important;
}
.link-warning:hover, .link-warning:focus {
  color: #f4d033 !important;
}

.link-danger {
  color: #dc3545 !important;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37 !important;
}

.link-light {
  color: #f8f9fa !important;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb !important;
}

.link-dark {
  color: #212529 !important;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21 !important;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

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

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

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 721px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

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

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !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: grid !important;
}

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

.d-inline-flex {
  display: inline-flex !important;
}

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

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  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 {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-1 {
  --bs-border-width: 1px;
}

.border-2 {
  --bs-border-width: 2px;
}

.border-3 {
  --bs-border-width: 3px;
}

.border-4 {
  --bs-border-width: 4px;
}

.border-5 {
  --bs-border-width: 5px;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.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 {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

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

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

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

.justify-content-center {
  justify-content: center !important;
}

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

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

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

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

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

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

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

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.min-h-100p {
  min-height: 100px !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;
}
.pt-100 {
  padding-top: 100px;
}

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

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

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !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-semibold {
  font-weight: 600 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

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

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

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

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}

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

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !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: 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: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

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

  .flex-sm-row {
    flex-direction: row !important;
  }

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

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

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

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

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

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

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

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

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

  .justify-content-sm-center {
    justify-content: center !important;
  }

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

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

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

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

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    align-self: center !important;
  }

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

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    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;
  }

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

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 721px) {
  .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: 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: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

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

  .flex-md-row {
    flex-direction: row !important;
  }

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

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

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

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

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

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

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

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

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

  .justify-content-md-center {
    justify-content: center !important;
  }

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

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

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

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

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

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

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

  .align-self-md-center {
    align-self: center !important;
  }

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

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    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;
  }

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

  .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: 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: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

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

  .flex-lg-row {
    flex-direction: row !important;
  }

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

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

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

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

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

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

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

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

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

  .justify-content-lg-center {
    justify-content: center !important;
  }

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

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

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

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

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    align-self: center !important;
  }

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

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    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;
  }

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

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .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: 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: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

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

  .flex-xl-row {
    flex-direction: row !important;
  }

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

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

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

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

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

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

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

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

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

  .justify-content-xl-center {
    justify-content: center !important;
  }

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

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

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

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

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    align-self: center !important;
  }

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    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;
  }

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

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .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: 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: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

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

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

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

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

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

  .justify-content-xxl-center {
    justify-content: center !important;
  }

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

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

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

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

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

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    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;
  }

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

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !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: 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: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
.clear:after, .clear:before {
  content: " ";
  display: table;
}

.clear {
  /**zoom: 1;*/
}
.clear:after {
  clear: both;
}

body.scroll-fixed {
  overflow: hidden;
  padding-right: 15px;
  touch-action: none;
  -ms-touch-action: none;
  position: relative;
}
body.fixed-scroll {
  overflow: hidden;
}
body.search-results {
  padding: 0 !important;
}
body.post, body.page {
  margin: 0;
  padding: 0;
}

.post,
.page {
  margin: 0;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 767px) {
  .container,
  .inner-banner.container {
    padding: 0 16px;
  }
}

main {
  min-height: calc(100vh - 135px);
}
@media (max-width: 991px) {
  main {
    /*padding-top: 60px;*/
    min-height: calc(100vh - 135px);
  }
}

.input-group>.input-group-append>.btn-primary {
  border-radius: 8px;
}
.btn-primary {
  color: #fff;
  min-width: 180px;
  text-align: center;
  padding: 16px 35px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  /*letter-spacing: -0.5px;*/
  font-family: "PlusJakartaSans";
  border-radius: 8px;
  border: unset;
  background-color: #1375E8;
  position: relative;
  transition: 0.3s;
  max-width: fit-content;
  display: inline-block;
  text-decoration: unset;
  z-index: 9;
  text-align: center;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #0C43AD;
  columns: #111111;
}

.btn-white {
  color: #1375E8;
  min-width: 180px;
  text-align: center;
  padding: 16px 40px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  /*letter-spacing: -0.5px;*/
  font-family: "PlusJakartaSans";
  border-radius: 8px;
  border: unset;
  background-color: #fff;
  position: relative;
  transition: 0.3s;
  max-width: fit-content;
  display: inline-block;
  text-decoration: unset;
  z-index: 9;
}
.btn-white:hover, .btn-white:focus {
  background-color: #1375E8;
  color: #fff;
}

.btn-secondary {
  color: #1375E8;
  padding: 16px 32px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: "PlusJakartaSans";
  border-radius: 8px;
  background-color: transparent;
  position: relative;
  transition: 0.3s;
  max-width: fit-content;
  display: inline-block;
  text-decoration: unset;
  z-index: 9;
  border: 1px solid #1375E8;
  text-align: center;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: #1375E8;
  color: #fff;
}

.btn-ternanry {
  color: #1375E8;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  padding-right: 20px;
  transition: 0.3s;
  max-width: fit-content;
}
.btn-ternanry i {
  width: 14px;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  color: #1375E8;
  transition: 0.3s;
  margin-left: 4px;
}
.btn-ternanry:hover i, .btn-ternanry:focus i {
  transform: translateX(5px);
}

.btn-white-outline {
  min-width: 180px;
  text-align: center;
  padding: 15px 42px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: -0.5px;
  font-family: "PlusJakartaSans";
  border-radius: 8px;
  position: relative;
  transition: 0.3s;
  max-width: fit-content;
  display: inline-block;
  text-decoration: unset;
  z-index: 9;
  text-align: center;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn-white-outline:hover, .btn-white-outline:focus {
  background-color: #fff;
  color: #1375E8;
}

.play-btn {
  width: 64px;
  height: 64px;
  display: inline-block;
  position: relative;
  border-radius: 12px;
  background-color: #fff;
  z-index: 2;
  transition: 0.3s;
  outline: 4px solid transparent;
  margin: 4px;
}
.play-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #111111;
}
.play-btn:hover {
  outline-color: rgba(19, 117, 232, 0.25);
}

p a {
  font-size: 16px;
  font-weight: 700;
  color: inherit;
  transition: 0.3s;
}
p a:hover, p a:focus {
  text-decoration: underline;
  color: #0C43AD;
}

.slick-arrow.slick-prev:before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.slick-arrow.slick-next {
  left: unset;
  right: 0;
}
.slick-arrow:hover, .slick-arrow:focus {
  background-color: #111111;
}
.slick-arrow:hover:before, .slick-arrow:focus:before {
  color: #fff;
}

.slick-arrow,
.slick-next,
.slick-prev {
  top: 50px;
  left: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #111111;
  transition: 0.3s;
  border: unset;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 0;
  outline: unset !important;
}
.slick-arrow:before,
.slick-next:before,
.slick-prev:before {
  content: "\e901";
  font-family: "icomoon" !important;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  color: #111111;
  transition: 0.3s;
}
.slick-arrow.slick-disabled,
.slick-next.slick-disabled,
.slick-prev.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.slick-arrow.disabled,
.slick-next.disabled,
.slick-prev.disabled {
  opacity: 0.3;
  pointer-events: none;
}


.section-title {
  margin-bottom: 20px;
}
.section-title.addressing h2 span:before, .section-title.addressing .h2 span:before {
  background-image: url("../svg/addressing-shape-2.svg");
  z-index: -1;
  height: 19px;
  bottom: 0;
}
@media (max-width: 720px) {
  .section-title.addressing h2 span:before, .section-title.addressing .h2 span:before {
    bottom: -7px;
  }
}
.section-title.how h2 span:before, .section-title.how .h2 span:before {
  background-image: url("../svg/how-2.svg");
  z-index: -1;
  bottom: 0;
}
@media (max-width: 720px) {
  .section-title.how h2 span:before, .section-title.how .h2 span:before {
    bottom: -7px;
  }
}
.section-title.talent h2 span:before, .section-title.talent .h2 span:before {
  background-image: url("../svg/talent-2.svg");
  /*bottom: 6px;*/
  bottom:2px;
  height: 10px;
  width: 105%;
}
@media (max-width: 720px) {
  .section-title.talent h2 span:before, .section-title.talent .h2 span:before {
    bottom: -7px;
  }
}
.section-title.learn h2 span:before, .section-title.learn .h2 span:before {
  background-image: url("../svg/learn-shape-2.svg");
  z-index: -1;
  height: 19px;
  bottom: -1px;
}
@media (max-width: 720px) {
  .section-title.learn h2 span:before, .section-title.learn .h2 span:before {
    bottom: -7px;
  }
}
.section-title.feature h2 span:before, .section-title.feature .h2 span:before {
  background-image: url("../svg/feature-shape-2.svg");
  z-index: -1;
  height: 19px;
  bottom: 2px;
  background-position: center;
  background-size: contain;
}
@media (max-width: 720px) {
  .section-title.feature h2 span:before, .section-title.feature .h2 span:before {
    bottom: 0;
    height: 12px;
  }
}
.section-title.client-replay h2 span:before, .section-title.client-replay .h2 span:before {
  background-image: url("../svg/client-replay-2.svg");
  z-index: -1;
  height: 19px;
  bottom: 6px;
  background-position: center;
  background-size: contain;
}
@media (max-width: 720px) {
  .section-title.client-replay h2 span:before, .section-title.client-replay .h2 span:before {
    bottom: 0;
  }
}
.section-title.service h2 span:before, .section-title.service .h2 span:before {
  background-image: url("../svg/service-shape-2.svg");
  height: 16px;
  bottom: 6px;
  background-position: center;
  background-size: contain;
  left: -15px;
}
@media (max-width: 720px) {
  .section-title.service h2 span:before, .section-title.service .h2 span:before {
    bottom: 0;
    left: -11px;
    height: 12px;
  }
}
.section-title.brandalign h2 span:before, .section-title.brandalign .h2 span:before {
  background-image: url("../svg/brandalign-2.svg");
  height: 19px;
  bottom: 0;
  background-position: center;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 720px) {
  .section-title.brandalign h2 span:before, .section-title.brandalign .h2 span:before {
    bottom: -6px;
  }
}
.section-title.line-shape h2 span:before, .section-title.line-shape .h2 span:before {
  background-image: url("../svg/line-shape-2.svg");
}
@media (min-width: 720px) {
  .section-title.line-shape h2 span:before, .section-title.line-shape .h2 span:before {
    bottom: 0;
  }
}
.section-title h2 span, .section-title .h2 span,
.section-title h1 span, .section-title .h1 span,
.section-title-short h2 span, .section-title .h2 span,
.section-title-short h1 span, .section-title .h1 span,
.section-title-long h2 span, .section-title .h2 span,
.section-title-long h1 span, .section-title .h1 span,
.section-title-longest h2 span, .section-title .h2 span,
.section-title-longest h1 span, .section-title .h1 span {
  font-family: "Mackinacpro";
  position: relative;
  display: inline-block;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-title h2 span, .section-title .h2 span {
    display: inline-block;
  }
}
.section-title h2 span:before, .section-title .h2 span:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 12px;
  background-image: url("../png/shape-2.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .section-title h2 span:before, .section-title .h2 span:before {
    background-size: contain;
  }
}
.section-title p {
  margin-top: 20px;
  max-width: 874px;
  text-align: center;
  margin: 20px auto 0;
}
.section-title p span {
  font-family: "Mackinacpro";
  position: relative;
  font-weight: 700;
}
.section-title p span:before,
.section-title h1 span:before,
.section-title h2 span:before,
.section-title h3 span:before,
.section-title h4 span:before {
  content: "";
  position: absolute;
  /*bottom: -4px;*/
  /*bottom: 0;*/
  left: 0;
  width: 100%;
  height: 12px;
  background-image: url("../png/shape-2.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.section-title p span:before,
.section-title h1 span:before,
.section-title h3 span:before,
.section-title h4 span:before {
  bottom: 0;
}
.section-title h2 span:before {
  bottom: -4px;
}

.section-title .btn-secondary {
  margin: 16px 0 0 0;
}


.breadcrumb {
  width: 100%;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.breadcrumb ol {
  width: 100%;
}
.breadcrumb li {
  position: relative;
  padding-right: 24px;
  display: inline;
  color: #111111;
  font-family: "Cabin";
  line-height: 20px;
}
@media (max-width: 720px) {
  .breadcrumb li {
    margin-bottom: 5px;
  }
}
.breadcrumb li:last-of-type {
  padding-right: 0;
}
.breadcrumb li:last-of-type::before {
  display: none;
}
.breadcrumb li::before {
  content: "";
  position: absolute;
  top: 7px;
  border: solid #1375E8;
  border-width: 0 2.5px 2.5px 0;
  display: inline-block;
  padding: 2px;
  position: absolute;
  right: 11px;
  transform: rotate(-45deg);
  transition: 0.3s;
  z-index: 1;
}
@media (max-width: 720px) {
  .breadcrumb li {
    font-size: 16px;
    line-height: 20px;
    max-width: 285px;
  }
}
.breadcrumb li a {
  color: #111111;
}
.breadcrumb li a:focus, .breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb li.active, .breadcrumb li.current-item {
  font-weight: 600;
}
.breadcrumb li + li span {
  line-height: 20px;
}
@media (max-width: 720px) {
  .breadcrumb li {
    word-wrap: break-word;
  }
}

.card-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-pagination .pre-search,
.card-pagination .next-search {
  margin: 0 36px;
  padding: 0;
}
.card-pagination .pre-search a,
.card-pagination .next-search a {
  padding: 0;
  position: unset;
  min-width: unset;
  font-size: 0;
}
.card-pagination .pre-search a::before,
.card-pagination .next-search a::before {
  content: "Prev";
  font-family: "Cabin";
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  color: #111111;
  transition: all 0.3s;
}
.card-pagination .pre-search a:hover::before, .card-pagination .pre-search a:focus::before,
.card-pagination .next-search a:hover::before,
.card-pagination .next-search a:focus::before {
  color: #1375E8;
}
.card-pagination .pre-search a:after,
.card-pagination .next-search a:after {
  display: none;
}
.card-pagination .next-search a::before {
  content: "Next";
}
.card-pagination p {
  font-size: 18px;
  font-family: "Cabin";
  font-weight: 400;
  word-spacing: 12px;
  margin: 0;
}
.card-pagination p span {
  word-spacing: normal;
  font-weight: bold;
  margin-right: 23px;
  display: inline-block;
  line-height: 24px;
}

.modal-content {
  border-radius: 8px;
  border: none;
}
@media (max-width: 720px) {
  .modal-content {
    border-top: 3px solid #fff;
  }
}

.gradient-dark-blue {
  background: linear-gradient(125deg, rgb(4, 23, 46) 0%, rgb(8, 47, 93) 100%) !important;
}

.gradient-dark-green {
  background: linear-gradient(125deg, rgb(0, 34, 36) 0%, rgb(0, 68, 72) 100%) !important;
}

.gradient-skyblue {
  background: linear-gradient(125deg, rgb(16, 41, 51) 0%, rgb(32, 81, 102) 100%) !important;
}

.gradient-green {
  background: linear-gradient(125deg, rgb(9, 38, 21) 0%, rgb(18, 77, 42) 100%) !important;
}

form {
  position: relative;
}
form input:not([type=submit]),
form textarea:not([type=submit]) {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #C8D3DC;
  background-color: unset;
  outline: unset;
  box-shadow: unset;
  border-radius: 8px;
  padding: 15px 20px;
  color: #111111;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  transition: 0.3s;
}
form input:not([type=submit])::placeholder,
form textarea:not([type=submit])::placeholder {
  color: #BAC8D3;
}
form input:not([type=submit]):focus,
form textarea:not([type=submit]):focus {
  box-shadow: unset;
  outline: unset;
  border-color: #1375E8;
}
form input[type=submit],
form textarea[type=submit] {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  padding: 16px 32px;
  min-width: unset;
}
form input input:-webkit-autofill,
form input input:-webkit-autofill:hover,
form input input:-webkit-autofill:focus,
form input input:-webkit-autofill:active,
form textarea input:-webkit-autofill,
form textarea input:-webkit-autofill:hover,
form textarea input:-webkit-autofill:focus,
form textarea input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.dark-bg {
  background-color: #04172E !important;
}

.bg-light-blue {
  background-color: #E3EEFC;
}
.bg-light-blue-before::before {
  background-color: #E3EEFC;
  content: "";
  position: absolute;
  height: 100vh;
  left: 0;
  right: 0;
  bottom:0;
  opacity: 1;
  transition: all .3s;
  z-index: -1;
}

.typed-cursor {
  color: #FFDA17 !important;
  font-size: 21px;
  line-height: 30px;
  font-weight: bold;
  animation: blink 0.7s infinite;
  opacity: 1;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anim-head {
  display: flex;
  position: relative;
  z-index: 1;
}
.anim-head::before {
  content: "100% huma n-written content";
  left: 3px;
  position: absolute;
  color: #ADADAD;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -0.5px;
  font-family: "PlusJakartaSans";
  z-index: -1;
}

* {
  box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 62.5%;
}

body, .p, .p > p {
  font: 500 16px/1.5 "PlusJakartaSans", sans-serif;
  color: #333333;
}

body {
  background: #fff;
}

.eyebrow-text {
  font-size: 16px;
  line-height: 20px;
  color: #0C43AD;
  font-family: "PlusJakartaSans";
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 2px;
  display: block;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 720px) {
  .eyebrow-text {
    font-size: 14px;
    line-height: 20px;
  }
}
.eyebrow-text i {
  color: #0C43AD;
  width: 14px;
  height: 14px;
  font-size: 12px;
  line-height: 14px;
  margin-left: 8px;
}
@media (max-width: 720px) {
  .eyebrow-text i {
    color: #D42C3B;
    font-size: 10px;
    margin-left: 4px;
    line-height: 24px;
  }
}

.invisible-anchor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  appearance: none;
  z-index: 9;
}

a {
  text-decoration: none;
}
a:focus {
  outline: unset;
}

ul,
ol {
  padding: 0;
  margin: 0;
}
ul li,
ol li {
  list-style-type: none;
}


.entry-content > *:last-child {
  margin-bottom: 0 !important;
}

h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  /*margin: 0;*/
  color: #111111;
  font-weight: 700;
  font-family: "PlusJakartaSans";
  letter-spacing: -0.5px;
}

h1, .h1 {
  font-size: 54px;
  line-height: 72px;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
h1.entry-title {
  font-size: 32px;
  line-height: 44px;
}

h2, .h2 {
  font-size: 54px;
  line-height: 72px;
}
@media (max-width: 991px) {
  h2, .h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .entry-content h2,
  .entry-content .h2 {
    margin-bottom: 16px;
  }
}
.entry-content h2,
.entry-content .h2 {
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 20px;
}

h3, .h3 {
  font-size: 34px;
  line-height: 48px;
}
@media (max-width: 991px) {
  h3, .h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .entry-content h3,
  .entry-content .h3 {
    margin-bottom: 16px;
  }
}
.entry-content h3,
.entry-content .h3 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
}

h4, .h4 {
  font-size: 24px;
  line-height: 35px;
}
@media (max-width: 991px) {
  h4, .h4 {
    font-size: 18px;
    line-height: 22px;
  }
  .entry-content h4,
  .entry-content .h4 {
    margin-bottom: 16px;
  }
}
.entry-content h4,
.entry-content .h4 {
  margin-bottom: 4px;
}

h5, .h5 {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 991px) {
  h5, .h5 {
    font-size: 18px;
    line-height: 22px;
  }
  .entry-content h5,
  .entry-content .h-50 {
    margin-bottom: 16px;
  }
}
.entry-content h5,
.entry-content .h5 {
  margin-bottom: 4px;
}

h6, .h6 {
  font-size: 18px;
  line-height: 20px;
}
@media (max-width: 991px) {
  .entry-content h6,
  .entry-content .h6 {
    margin-bottom: 16px;
  }
}
.entry-content h6,
.entry-content .h6 {
  margin-bottom: 4px;
}

.entry-content p,
.entry-content figure {
  margin-bottom: 24px;
}
.entry-content p:last-of-type {
  margin-bottom: 12px;
}

.post img, .post-thumbnail img
.entry-content figure video {
  border-radius: 12px;
}

p {
  /*margin-bottom: 0;*/
  letter-spacing: -0.5px; /* :( */
}

p a:hover,
h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover {
  text-decoration: underline;
  color: #0C43AD;
}

.listing ol,
.listing ul {
  padding-left: 22px;
  margin-bottom: 16px;
}
.listing ol li,
.listing ul li {
  list-style-type: none;
  margin-bottom: 12px;
}
.listing ol li:last-of-type,
.listing ul li:last-of-type {
  margin-bottom: 0;
}
.listing ol li a,
.listing ul li a {
  color: #0C43AD;
  transition: 0.3s;
}
.listing ol li a:hover, .listing ol li a:focus,
.listing ul li a:hover,
.listing ul li a:focus {
  color: #1375E8;
  text-decoration: underline;
}
.listing ul li {
  list-style-type: none;
  position: relative;
}
.listing ul li::before {
  content: "";
  position: absolute;
  top: 8.5px;
  left: -22px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #1375E8;
}
.listing ul li ul,
.listing ul li ol {
  margin-top: 16px;
  padding-left: 0;
  margin-bottom: 0;
}
.listing ul li ul li,
.listing ul li ol li {
  list-style-type: none;
  padding-left: 22px;
  position: relative;
}
.listing ul li ul li::before,
.listing ul li ol li::before {
  content: "";
  position: absolute;
  top: 8.5px;
  left: 0px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1375E8;
}
.listing ol {
  counter-reset: item;
  padding: 0;
}
.listing ol li {
  list-style-type: none;
  padding-left: 44px;
  position: relative;
}
.listing ol li::before {
  content: counter(item);
  counter-increment: item;
  position: absolute;
  /*top: 0;*/
  left: 0px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #FFDA17;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #333333;
}
.listing ol.list-unstyled li::before,
.listing ul.list-unstyled li::before {
  content: none;
  background: transparent;
}
.listing ol li ol,
.listing ol li ul {
  margin-top: 16px;
  padding-left: 16px;
  margin-bottom: 0;
}
.listing ol li ol li,
.listing ol li ul li {
  list-style-type: lower-alpha;
  padding-left: 6px;
}
.listing ol li ol li::marker,
.listing ol li ul li::marker {
  color: #111111;
  font-size: 16px;
  font-weight: 700;
}
.listing-check ol,
.listing-check ul {
  padding-left: 35px;
  margin-bottom: 15px;
}
.listing-check ol li,
.listing-check ul li {
  list-style-type: none;
  margin-bottom: 10px;
}
.listing-check ol li:last-of-type,
.listing-check ul li:last-of-type {
  margin-bottom: 0;
}
.listing-check ul li {
  position: relative;
}
.listing-check ul li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: -35px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: #1375E8;
}
.listing-check ul li:after {
  content: "";
  position: absolute;
  top: 6px;
  left: -28px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  padding: 4px 2px;
  display: inline-block;
  position: absolute;
  transform: rotate(45deg);
  transition: 0.3s;
}
.listing-check ul li:last-of-type {
  margin-bottom: 0;
}
.listing-check ul li ul {
  padding-top: 0;
  padding-bottom: 0;
}
.listing-check ul li ul li {
  padding-left: 0;
  margin: 10px 0;
}
.listing-check ul li ul li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: -35px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: #1375E8;
}
.listing-check ul li ul li:after {
  content: "";
  position: absolute;
  top: 6px;
  left: -28px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  padding: 4px 2px;
  display: inline-block;
  position: absolute;
  transform: rotate(45deg);
  transition: 0.3s;
}
.listing-check ol {
  padding-left: 20px;
}
.listing-check ol li {
  list-style-type: decimal;
  padding-left: 17px;
}
.listing-check ol li::marker {
  color: #1375E8;
  font-size: 16px;
  font-weight: 700;
}
.listing-check ol li ol,
.listing-check ol li ul {
  margin-top: 15px;
  padding-left: 17px;
}
.listing-check ol li ol li,
.listing-check ol li ul li {
  list-style-type: lower-alpha;
}
.listing-check ol li ol li::marker,
.listing-check ol li ul li::marker {
  color: #1375E8;
  font-size: 16px;
  font-weight: 700;
}

/* nav */
.main-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 9999;
  transition: 0.3s;
  border-bottom: 1px solid transparent;
}
@media (max-width: 991px) {
  .main-header {
    top: inherit;
  }
}
@media (max-width: 720px) {
  .main-header {
    background-color: #fff;
  }
  .main-header.sticky {
    background-color: transparent !important;
    border-bottom-color: transparent !important;
  }
}
.main-header.sticky {
  background-color: #fff;
  border-bottom-color: #EEEEEE;
}
.main-header.sticky .mh-wrap {
  height: 72px;
}
@media (min-width: 1400px) {
  .main-header .container {
    max-width: 1320px;
  }
}
.main-header .mh-wrap {
  height: 88px;
  display: flex;
  align-items: center;
  transition: 0.3s;

}
@media (max-width: 720px) {
  .main-header .mh-wrap,
  .main-header.sticky .mh-wrap{
    height: 0px;
  }
}
.main-header .mh-right {
  position: relative;
}
.main-header .brand-logo {
  width: 100%;
  max-width: 140px;
  height: auto;
  position: relative;
  outline: none;
}
.main-header .brand-logo img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
  transition: 0.3s;
}
@media (max-width: 720px) {
  .main-header .brand-logo {
    width: 128px;
  }
}
.main-header .left-nav ul {
  display: flex;
  align-items: center;
}
.main-header .left-nav ul li:not(:first-of-type) {
  margin-left: 32px;
}
@media (max-width: 1199px) {
  .main-header .left-nav ul li:not(:first-of-type) {
    margin-left: 12px;
  }
}
.main-header .left-nav ul li a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  color: #111111;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .main-header.sticky nav#header {
    height: 72px; /*test*/
  }
}
@media (max-width: 991px) {
  .main-header.sticky nav#header {
   /* height: 72px; /*test*/
    padding:18px 0;
    box-shadow: 0 3px 6px rgba(19, 117, 232, 0.16); 
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-header .left-nav ul li a {
    font-size: 14px;
  }
}
.main-header .left-nav ul li a i {
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  color: #333333;
  margin-right: 8px;
  transition: 0.3s;
}
.main-header .left-nav ul li a:hover, .main-header .left-nav ul li a:focus {
  color: #0C43AD;
}
.main-header .left-nav ul li a:hover i, .main-header .left-nav ul li a:focus i {
  color: #0C43AD;
}
.main-header .left-nav ul li .btn-secondary {
  padding: 12px 20px;
  border-color: #1375E8;
  color: #1375E8;
  min-width: unset;
}
.main-header .left-nav ul li .btn-secondary:hover, .main-header .left-nav ul li .btn-secondary:focus {
  color: #fff;
  background-color: #1375E8;
}
.main-header .left-nav.mob-cta {
  margin-left: 0;
  position: relative;
  z-index: 3;
  display: block;
  padding: 0;
  margin-top: 24px;
}
@media (min-width: 992px) {
  .main-header .left-nav.mob-cta {
    display: none;
  }
}
.main-header .left-nav.mob-cta li {
  margin: 0;
}
.main-header .left-nav.mob-cta > ul {
  flex-direction: column;
  align-items: flex-start;
}
.main-header .left-nav.mob-cta > ul > li {
  width: 100%;
  margin: 16px 0 0 0;
}
.main-header .left-nav.mob-cta > ul a.btn-secondary {
  width: 100%;
  max-width: unset;
  display: block;
  text-align: center;
}
@media (max-width: 991px) {
  .main-header .left-nav {
    display: none;
  }
}

.navigation {
  word-break: keep-all;
  flex-grow: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /*margin-left: 16px;*/
}
@media (max-width: 991px) {
  .navigation {
    /*margin: 0;
    position: fixed;
    top: 60px;
    left: 100%;
    padding: 16px 16px 60px;
    bottom: 0;
    width: 100%;
    height: calc(100vh - 58px);*/
    display: block;
    transition: all 0.3s ease;
    z-index: 9;
    background-repeat: no-repeat;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: unset;
    border: unset;
    /*box-shadow: 0px 3px 16px -16px #394955 inset, 0px 3px 16px -16px rgba(0, 0, 0, 0);*/
  }
  .navigation.nav-open {
    left: 0;
    background-color: #fff;
  }
  .navigation.nav-open.left-move {
    left: -100%;
  }
}
.navigation ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: auto;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .navigation ul.menu {
    width: 100%;
    position: relative;
    flex-direction: column;
    justify-content: unset;
    padding-bottom: 12px;
    border-bottom: 1px solid #1375E8;
  }
}
.navigation ul.menu > li {
  display: inline-block;
  padding: 0 16px;
  list-style: none;
  position: relative;
}
.navigation ul.menu > li.menu-item-has-children > a {
  padding-right: 22px;
}
.navigation ul.menu > li.menu-item-has-children > a:after {
  content: "\e900";
  font-family: "icomoon" !important;
  position: absolute;
  top: calc(50% - 1px);
  transform: translateY(-50%);
  right: 0;
  color: #333333;
  width: 10px;
  height: 5px;
  font-size: 10px;
  line-height: 10px;
  transition: 0.3s;
}
.navbar-nav .dropdown-toggle::after {
  /*content: "\e900";
  font-family: "icomoon" !important;
  position: absolute;
  top: calc(50% - 1px);
  transform: translateY(-50%);
  right: 0;*/
  color: #333333;
  width: 10px;
  height: 5px;
  font-size: 10px;
  line-height: 10px;
  transition: 0.3s; 

  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "\e900";
  font-family: "icomoon" !important;
  border-color: transparent;
  /*border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;*/

 
  position: relative;
  top: 2px;
}
.navigation ul.menu > li.current-menu-item > a::before {
  opacity: 1;
  width: 100%;
}
.navigation ul.menu > li > a {
  display: block;
  padding: 24px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #333333;
  text-align: center;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
}
.navigation ul.menu > li > a:hover {
  color: #0C43AD;
}
.navigation ul.menu > li > a:hover::before {
  opacity: 1;
  width: 100%;
}
.navigation ul.menu > li > a:focus {
  outline: unset;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navigation ul.menu > li > a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .navigation ul.menu > li > a {
    padding: 12px 36px 12px 0;
    width: 100%;
    max-width: unset;
    height: unset;
    display: block;
    text-align: left;
    position: relative;
  }
}
@media (max-width: 1199px) {
  .navigation ul.menu > li {
    padding: 0 8px;
  }
}
@media (max-width: 991px) {
  .navigation ul.menu > li {
    padding: 0;
  }
}
.navigation ul.menu > li.menu-item-has-children .back-btn {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  font-family: "Cabin";
  padding: 0px 0px 0px 14px;
  margin-bottom: 22px;
  margin-top: 11px;
  cursor: pointer;
  display: none;
  color: #111111;
}
.navigation ul.menu > li.menu-item-has-children .back-btn::before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  transform: translateY(-50%);
  left: 0;
  border: solid #1375E8;
  border-width: 0 2.5px 2.5px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg) translateY(-50%);
  transition: 0.3s;
}
@media (min-width: 992px) {
  .navigation ul.menu > li.menu-item-has-children .back-btn {
    display: none;
  }
}
.navigation ul.menu > li.menu-item-has-children .menu-text {
  font-size: 18px;
  line-height: 23px;
  font-family: "Cabin";
  font-weight: bold;
  display: none;
  padding-bottom: 16px;
  margin-bottom: 4px;
  position: relative;
  color: #111111;
}
.navigation ul.menu > li.menu-item-has-children .menu-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-radius: 2px;
  background-color: #1375E8;
}
@media (min-width: 992px) {
  .navigation ul.menu > li.menu-item-has-children .menu-text {
    display: none;
  }
}
.navigation ul.menu > li.menu-item-has-children .mobile-arrow {
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0px;
  right: 0px;
  cursor: pointer;
}
.navigation ul.menu > li.menu-item-has-children .mobile-arrow:before {
  content: "";
  position: absolute;
  top: 38%;
  left: 50%;
  border-style: solid;
  border-color: #1375E8;
  border-width: 0px 2px 2px 0px;
  padding: 5px;
  transform: rotate(-45deg) translate(-50%, -50%);
}
@media (min-width: 992px) {
  .navigation ul.menu > li.menu-item-has-children .mobile-arrow {
    display: none;
  }
}
@media (min-width: 992px) {
  .navigation ul.menu > li.menu-item-has-children > .sub-menu  {
    position: absolute;
    top: calc(100% - 15px);
    left: 50%;
    transform: translateX(-50%) translateY(10%);
    width: 100% !important;
    max-width: fit-content;
    min-width: max-content;
    transition: all 0.3s ease;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    padding: 35px 32px 15px;
  }
  .navigation ul.menu > li.menu-item-has-children > .sub-menu:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    width: 100%;
    height: calc(100% - 15px);
    border: 1px solid #1375E8;
    background-color: #fff;
    border-radius: 8px;
  }
  .navigation ul.menu > li.menu-item-has-children > .sub-menu a{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #333333;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
    padding: 8px 0;
    text-align: center;
    position: relative;
  }
  .navigation ul.menu > li.menu-item-has-children > .sub-menu a:hover{
    color: #0C43AD;
  }
}
@media (max-width: 991px) {
  .navigation ul.menu > li.menu-item-has-children > .sub-menu {
    padding: 0;
    background-color: unset;
    position: unset;
    display: none;
  }
  .navigation ul.menu > li.menu-item-has-children > .sub-menu a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #333333;
    text-decoration: none;
    transition: 0.3s;
    display: block;
    padding: 8px 0;
    position: relative;
  }
  .navigation ul.menu > li.menu-item-has-children > .sub-menu a:hover {
    color: #0C43AD;
  }
}
.navigation ul.menu > li.menu-item-has-children:hover > a::after, .navigation ul.menu > li.menu-item-has-children.hovercls > a::after {
  opacity: 1;
}
@media (min-width: 992px) {
  .navigation ul.menu > li.menu-item-has-children:hover > .sub-menu, .navigation ul.menu > li.menu-item-has-children.hovercls > .sub-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
    transform: translateX(-50%) translateY(0%);
  }
  /*ul.navbar-nav > li.menu-item-has-children:hover > .dropdown-menu,*/
  /*ul.navbar-nav > li.menu-item-has-children:focus > .dropdown-menu,*/
  /*ul.navbar-nav > li.menu-item-has-children:active > .dropdown-menu,*/
  .dropdown-menu.show {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
	  display: block;

    padding: 15px 32px 15px;
    border: 1px solid #1375E8;
    border-radius: 8px;
    box-shadow: none;

    transition: 0.3s;
    left:0;
  }
}
.navigation ul.menu > li.menu-item-has-children.active a:after {
  transform: rotate(180deg) translateY(-50%);
}
.navigation .navsearch-form form {
  position: relative;
}
.navigation .navsearch-form input {
  background-color: transparent;
  border: 2px solid #1375E8;
  border-radius: 8px !important;
  width: 100%;
  padding: 10px 30px 10px 14px;
  color: #0C43AD;
  font-size: 16px;
  line-height: 23px;
  box-sizing: border-box;
  appearance: none;
}
.navigation .navsearch-form input::placeholder {
  color: #0C43AD;
}
.navigation .navsearch-form input:focus {
  border-color: #1375E8;
  outline: none;
}
.navigation .navsearch-form input::-webkit-search-cancel-button, .navigation .navsearch-form input::-webkit-search-results-button, .navigation .navsearch-form input::-webkit-search-results-decoration, .navigation .navsearch-form input::-webkit-search-decoration {
  display: none;
}
.navigation .navsearch-form input::-ms-clear, .navigation .navsearch-form input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.navigation .navsearch-form input:-webkit-autofill {
  -webkit-text-fill-color: #0C43AD;
  -webkit-box-shadow: unset;
  transition: background-color 5000s ease-in-out 0s;
}
.navigation .navsearch-form label {
  display: none;
}
.navigation .navsearch-form input[type=submit] {
  font-size: 0 !important;
  padding: 0;
  z-index: 1;
  border: unset;
}
.navigation .navsearch-form .icon-search,
.navigation .navsearch-form input[type=submit] {
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  color: #1375E8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
}
@media (min-width: 992px) {
  .navigation .navsearch-form {
    display: none;
  }
}
@media (max-width: 992px) {
  .navigation .navsearch-form {
    margin-bottom: 12px;
  }
}

.searchbar {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 132px 0;
  background: rgba(17, 17, 17, 0.6);
  scroll-behavior: unset;
  z-index: 999;
  transform: translateY(100%);
  transition: 0.5s;
}
.searchbar form {
  width: 80%;
  max-width: 1050px;
  margin: auto;
  position: relative;
  padding-right: 90px;
}
@media (max-width: 991px) {
  .searchbar form {
    max-width: 100%;
  }
}
.searchbar form input {
  width: 100%;
  background-color: #fff;
  border: unset;
  padding: 17px 40px 17px 22px;
  border: 1px solid #111111;
  border-radius: 3px;
  font-size: 16px;
  line-height: 21px;
  color: #111111;
  box-sizing: border-box;
  appearance: none;
}
.searchbar form input:focus {
  outline: unset;
  border-color: #1375E8;
}
.searchbar form input::placeholder {
  color: #111111;
  text-transform: uppercase;
}
.searchbar form input:-webkit-autofill {
  -webkit-text-fill-color: #111111;
  -webkit-box-shadow: unset;
  transition: background-color 5000s ease-in-out 0s;
}
.searchbar form input[type=submit] {
  position: absolute;
  font-size: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  right: 112px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-color: unset;
  border: unset;
}
.searchbar form .icon-search {
  position: absolute;
  width: 18px;
  height: 18px;
  font-size: 18px;
  color: #1375E8;
  right: 112px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  border: unset;
  padding: 0;
  cursor: pointer;
}
.searchbar form input[type=search]::-webkit-search-decoration,
.searchbar form input[type=search]::-webkit-search-cancel-button,
.searchbar form input[type=search]::-webkit-search-results-button,
.searchbar form input[type=search]::-webkit-search-results-decoration {
  display: none;
}
.searchbar.open {
  transform: translateY(0);
}
.searchbar .cross {
  height: auto;
  font-size: 18px;
  font-weight: bold;
  padding-right: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  color: #fff;
  position: absolute;
  cursor: pointer;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.searchbar .cross:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  transform: translateY(-50%) rotate(-45deg);
  background-color: #fff;
  right: 0px;
  top: 50%;
}
.searchbar .cross:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
  background-color: #fff;
  right: 0px;
  top: 50%;
}
.searchbar .cross:hover, .searchbar .cross:focus {
  color: #1375E8;
}

.hamburger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 18px;
  padding: 0;
  text-align: center;
  background-color: transparent;
  z-index: 9;
}
@media (max-width: 991px) {
  .hamburger {
    display: flex;
    margin-left: auto;
  }
}
.hamburger span {
  position: relative;
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  border-radius: 2px;
  height: 3px;
  width: 27px;
  background: #1375E8;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
}
.hamburger span:before, .hamburger span:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #1375E8;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
  border-radius: 2px;
}
.hamburger span:before {
  top: -7px;
  width: 27px;
}
.hamburger span:after {
  bottom: -7px;
  width: 27px;
}
.hamburger.is-clicked span {
  background-color: transparent !important;
}
.hamburger.is-clicked span:before, .hamburger.is-clicked span:after {
  top: 0;
  background-color: #1375E8;
}
.hamburger.is-clicked span:before {
  transform: rotate(45deg);
  width: 27px;
}
.hamburger.is-clicked span:after {
  transform: translateY(-6px) rotate(-45deg);
  top: 6px;
  width: 27px;
}

/*
footer {
  padding: 80px 0;
}
@media (max-width: 720px) {
  footer {
    padding: 32px 0 72px;
  }
}

.footer-top {
  display: flex;
  justify-content: space-between;
  padding: 0 0 32px;
}
@media (max-width: 991px) {
  .footer-top {
    flex-wrap: wrap;
  }
}
@media (max-width: 720px) {
  .footer-top {
    flex-direction: column;
    justify-content: center;
  }
}

.footer-links {
  width: 100%;
  max-width: 210px;
}
@media (max-width: 991px) {
  .footer-links {
    flex: 0 0 50%;
    max-width: 50%;
    width: unset;
  }
  .footer-links:nth-last-child(-n+2) {
    margin-top: 24px;
  }
}
@media (max-width: 720px) {
  .footer-links {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 32px;
  }
  .footer-links:nth-last-child(-n+2) {
    margin-top: 32px;
  }
  .footer-links:first-of-type {
    margin-top: 0;
  }
}
.footer-links .menu-heading {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
@media (max-width: 720px) {
  .footer-links .menu-heading {
    position: relative;
  }
  .footer-links .menu-heading:before {
    content: "";
    position: absolute;
    top: 8px;
    right: 2px;
    border-style: solid;
    border-color: #777777;
    border-width: 0px 0px 2px 2px;
    padding: 3px;
    transform: rotate(-45deg);
    pointer-events: none;
    transition: all 0.1s;
  }
  .footer-links .menu-heading.open:before {
    transform: rotate(135deg);
  }
}
.footer-links > ul {
  padding-top: 16px;
}
@media (max-width: 720px) {
  .footer-links > ul {
    display: none;
    padding-top: 4px;
  }
}
.footer-links > ul > li {
  padding: 8px 0;
  font-size: 14px;
  line-height: 20px;
}
.footer-links > ul > li a {
  color: #777777;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  transition: 0.3s;
}
.footer-links > ul > li a:hover {
  color: #0C43AD;
}
.footer-links > ul > li.view-more {
  position: relative;
  padding-bottom: 24px;
  padding-top: 0;
}
.footer-links > ul > li.view-more > a {
  position: absolute;
  bottom: 0;
  padding-right: 14px;
}
.footer-links > ul > li.view-more > a:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  border-style: solid;
  border-color: #777777;
  border-width: 0px 0px 1px 1px;
  padding: 3px;
  transform: rotate(-45deg);
  pointer-events: none;
  transition: all 0.3s;
}
.footer-links > ul > li.view-more > a.open:before {
  top: 10px;
  transform: rotate(135deg);
}
.footer-links > ul > li.view-more > ul {
  display: none;
}
.footer-links > ul > li.view-more > ul > li {
  padding: 8px 0;
}
.footer-links > ul > li.number a {
  color: #1375E8;
  text-decoration: underline;
}
.footer-links > ul > li.number a:hover {
  text-decoration: unset;
}

.footer-bottom {
  padding: 32px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eeeeee;
}
@media (max-width: 720px) {
  .footer-bottom {
    flex-direction: column;
    justify-content: center;
  }
}
.footer-bottom .footer-social {
  display: flex;
  align-items: center;
}
@media (max-width: 720px) {
  .footer-bottom .footer-social {
    padding: 24px 0 0;
  }
}
.footer-bottom .footer-social a {
  width: 28px;
  height: 28px;
  margin: 0 5px;
}
.footer-bottom .footer-social a:last-of-type {
  margin-right: 0;
}
.footer-bottom .footer-social a i {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 28px;
  text-align: center;
  color: #999999;
  transition: 0.3s;
}
.footer-bottom .footer-social a:hover i, .footer-bottom .footer-social a:focus i {
  color: #0C43AD;
}
@media (max-width: 720px) {
  .footer-bottom .footer-social a {
    margin: 0 12px;
    width: 36px;
    height: 36px;
  }
  .footer-bottom .footer-social a:last-of-type {
    margin-right: 12px;
  }
  .footer-bottom .footer-social a i {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 36px;
  }
}
.footer-bottom .footer-site-info {
  width: 100%;
}
.footer-bottom .footer-site-info p {
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  font-weight: 400;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 720px) {
  .footer-bottom .footer-site-info p {
    justify-content: center;
    text-align: center;
    line-height: 34px;
  }
}
.footer-bottom .footer-site-info p a {
  position: relative;
  padding: 0 28px;
  color: #777777;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
  transition: 0.3s;
  font-weight: 500;
}
.footer-bottom .footer-site-info p a:hover {
  color: #0C43AD;
}
.footer-bottom .footer-site-info p a:not(:first-child):before {
  content: "";
  position: absolute;
  top: 50%;
  left: -3px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #999999;
}
*/

.content-writing {
  padding: 120px 0 100px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.content-writing .section-title {
  margin: 0 auto;
}
.content-writing .section-title h2, .content-writing .section-title .h2,
.content-writing .section-title p,
.content-writing .section-title span {
  color: #fff;
}
.content-writing .section-title h2 span:before, .content-writing .section-title .h2 span:before {
  background-image: url("../svg/service-bg-2.svg");
  bottom: 0;
  background-size: contain;
}
.content-writing .section-title h2, .content-writing .section-title .h2 {
  letter-spacing: -1px;
}
.content-writing .section-title p {
  margin-top: 20px;
  max-width: 550px;
  font-size: 18px;
  line-height: 28px;
}
.content-writing .section-title .btn-secondary {
  padding: 16px 40px;
  border-color: #fff;
  color: #fff;
  margin-top: 20px;
}
.content-writing .section-title .btn-secondary:hover {
  background-color: #fff;
  color: #111111;
}
.content-writing .custom-container {
  max-width: 1240px;
  margin: 0 auto;
}
@media (max-width: 1250px) {
  .content-writing .custom-container {
    max-width: 98%;
    padding: 0 7.5px;
  }
}
@media (max-width: 720px) {
  .content-writing .custom-container {
    max-width: 100%;
    padding: 0 16px;
  }
}
@media (max-width: 720px) {
  .content-writing {
    padding: 60px 0;
  }
}

.services-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 16px);
  margin: 225px -8px 0;
}
@media (max-width: 991px) {
  .services-list {
    width: 100%;
    margin: 125px 0 0;
  }
}
@media (max-width: 720px) {
  .services-list {
    width: 100%;
    margin: 56px 0 0;
  }
}
.services-list > li {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 8px;
}
@media (max-width: 991px) {
  .services-list > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 720px) {
  .services-list > li {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 4px 0;
  }
}
.services-list > li .services-box-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (min-width: 721px) {
  .services-list > li .services-box-wrapper .invisible-anchor {
    left: 8px;
    right: 8px;
    width: unset;
  }
}
.services-list > li .services-box-wrapper .invisible-anchor:hover ~ .services-box {
  background-color: #0C43AD;
}
.services-list > li.open .services-bgimg {
  opacity: 1;
}
.services-list > li.open .services-box-wrapper .services-box {
  background-color: #0C43AD;
}
.services-list .services-box {
  height: 100%;
  padding: 20px;
  padding-right: 44px;
  background-color: #1375E8;
  border-radius: 12px;
  transition: 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 720px) {
  .services-list .services-box {
    padding-right: 40px;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
  }
}
.services-list .services-box h3, .services-list .services-box .h3 {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}
.services-list .services-box p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 720px) {
  .services-list .services-box p {
    margin-left: 4px;
  }
}
.services-list .services-box h3, .services-list .services-box .h3,
.services-list .services-box p,
.services-list .services-box i {
  color: #fff;
  transition: 0.3s;
}
.services-list .services-box i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 720px) {
  .services-list .services-box i {
    right: 10px;
  }
}
.services-list .services-bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.3s;
  opacity: 0;
}
.services-list .services-bgimg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.8));
}
.services-list .services-bgimg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.1;
}
.services-list .services-bgimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}



.light-blue-CTA {
  background-image: linear-gradient(125deg, #E3EBFA, #E6F5FC);
}
.light-blue-CTA .btn-secondary {
  display: block;
  margin: 32px auto 0;
  border-color: #1375E8;
  background-color: transparent;
  color: #1375E8;
}
.light-blue-CTA .btn-secondary:hover {
  background-color: #1375E8;
  color: #fff;
}
@media (max-width: 720px) {
  .light-blue-CTA .btn-secondary {
    width: 100%;
    max-width: 100%;
  }
}


.job-component{
  padding: 140px 0;
  background-image: linear-gradient(125deg, #E3EBFA, #E6F5FC);
}
.job-component.dark-bg {
  background-image: unset;
}
.job-component.dark-bg h2, .job-component.dark-bg .h2,
.job-component.dark-bg p {
  color: #fff;
}
.job-component.dark-bg .section-title p {
  color: #fff;
}
.job-component.dark-bg .section-title h2 span::before, .job-component.dark-bg .section-title .h2 span::before {
  bottom: 6px;
}
@media (max-width: 991px) {
  .job-component.dark-bg .section-title h2 span::before, .job-component.dark-bg .section-title .h2 span::before {
    bottom: -3px;
  }
}
.job-component.dark-bg .benifits-list > li h3, .job-component.dark-bg .benifits-list > li .h3 {
  color: #fff;
}
.job-component.dark-bg .btn-white-outline {
  display: block;
  margin: 32px auto 0;
}
.job-component .section-title {
  max-width: 580px;
  margin: 0 auto 32px;
}
.job-component .section-title h2 span:before, .job-component .section-title .h2 span:before {
  background-image: url(../svg/write-bg-2.svg);
  height: 13px;
}
.job-component .section-title p {
  font-size: 18px;
  line-height: 28px;
  color: #111111;
}
.job-component .btn-secondary {
  display: block;
  margin: 32px auto 0;
  border-color: #1375E8;
  background-color: transparent;
  color: #1375E8;
}
.job-component .btn-secondary:hover {
  background-color: #1375E8;
  color: #fff;
}
@media (max-width: 720px) {
  .job-component .btn-secondary {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 720px) {
  .job-component {
    padding: 60px 0;
  }
}

.benifits-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.benifits-list > li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  text-align: center;
  padding: 0 16px;
}
.benifits-list > li h3, .benifits-list > li .h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 4px;
}
.benifits-list > li p {
  color: #111111;
}
@media (max-width: 720px) {
  .benifits-list > li {
    flex: 0 0 100%;
    max-width: 100%;
    align-items: flex-start;
    padding: 0;
  }
  .benifits-list > li:not(:last-of-type) {
    margin-bottom: 32px;
  }
}

.writer-lists {
  max-width: 450px;
  padding: 0 58px 0;
  height: 144px;
  margin: auto;
  position: relative;
}
.writer-lists li {
  padding: 0 5px;
  transition: 1s;
}
.writer-lists li .writer-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.writer-lists li .writer-box img {
  border-radius: 100px;
  width: 48px;
  height: 48px;
  object-fit: cover;
  object-position: center;
  transition: 1s;
}
@media (max-width: 720px) {
  .writer-lists li .writer-box img {
    width: 96px;
    height: 96px;
  }
}
.writer-lists li .writer-box .writer-content {
  border-radius: 100px;
  background-color: #123C37;
  border: 2px solid #fff;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  min-width: 228px;
  position: absolute;
  bottom: 10px;
}
.writer-lists li .writer-box .writer-content i {
  color: #FFDA17;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  margin-right: 8px;
}
.writer-lists li .writer-box .writer-content p {
  color: #FFDA17;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 721px) {
  .writer-lists li .writer-box .writer-content {
    display: none;
  }
}
@media (max-width: 720px) {
  .writer-lists li .writer-box .writer-content {
    position: relative;
    min-width: unset;
  }
  .writer-lists li .writer-box .writer-content p {
    width: max-content;
  }
}
@media (min-width: 721px) {
  .writer-lists li.slick-current {
    width: 106px;
  }
  .writer-lists li.slick-current img {
    width: 96px;
    height: 96px;
  }
  .writer-lists li.slick-current .writer-content {
    display: flex;
  }
}
.writer-lists .slick-arrow {
  top: 50px;
  left: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #111111;
  transition: 0.3s;
}
.writer-lists .slick-arrow:before {
  content: "\e901";
  font-family: "icomoon" !important;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  color: #111111;
  transition: 0.3s;
}
.writer-lists .slick-arrow.slick-prev:before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.writer-lists .slick-arrow.slick-next {
  left: unset;
  right: 0;
}
.writer-lists .slick-arrow:hover, .writer-lists .slick-arrow:focus {
  background-color: #111111;
}
.writer-lists .slick-arrow:hover:before, .writer-lists .slick-arrow:focus:before {
  color: #fff;
}
.writer-lists .slick-track {
  display: flex;
  align-items: center;
  padding-bottom: 48px;
}
@media (max-width: 720px) {
  .writer-lists .slick-track {
    padding-bottom: 0;
  }
}

.creator-comp {
  padding: 10px 0 45px;
  margin-top: -180px;
  z-index: 9;
  position: relative;
  overflow: hidden;
}
@media (max-width: 720px) {
  .creator-comp {
    margin-top: -60px;
    padding: 10px 0 30px;
  }
}
.creator-comp .section-title {
  margin-bottom: 40px;
}
.creator-comp .section-title p {
  color: #111111;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.creator-comp .section-title p span {
  font-family: "Mackinacpro";
  display: inline-block;
}
.creator-comp .section-title p span:before {
  background-image: url("../svg/proven-bg-2.svg");
  background-size: contain;
  background-position: center;
  bottom: -8px;
}
@media (max-width: 991px) {
  .creator-comp .section-title {
    margin-bottom: 4px;
  }
}
.creator-comp .custom-container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .creator-comp .custom-container {
    max-width: 100%;
    padding: 0 7.5px;
  }
}
@media (max-width: 991px) {
  .creator-comp .custom-container {
    max-width: 100%;
    padding: 0 16px;
  }
}

.creator-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100% + 16px);
  margin: 0 -8px;
}
@media (max-width: 991px) {
  .creator-list {
    justify-content: center;
    width: calc(100% + 32px);
    margin: 0 -16px;
  }
}
.creator-list li {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 8px;
}
@media (max-width: 991px) {
  .creator-list li {
    justify-content: center;
    flex: unset;
    max-width: unset;
    padding: 20px 0 20px 16px;
  }
}
.creator-list .slick-list {
  padding-right: 135px;
}

.leadership-card {
  position: relative;
  width: 100%;
  height: 420px;
  perspective: 1000px;
}
@media (max-width: 991px) {
  .leadership-card {
    width: 280px;
  }
}
@media (max-width: 720px) {
  .leadership-card {
    width: unset;
  }
}
.leadership-card .ldr-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.leadership-card.active .ldr-card-inner {
  transform: rotateY(180deg);
}
.leadership-card.blueshade .leadership-card-front .ldr-thumb:before,
.leadership-card.blueshade .leadership-card-back .ldr-thumb:before {
  background-image: linear-gradient(to bottom, rgba(6, 38, 52, 0) 30%, #062634 100%);
}
.leadership-card.blueshade .leadership-card-front .ldr-txt .txt-top h3, .leadership-card.blueshade .leadership-card-front .ldr-txt .txt-top .h3,
.leadership-card.blueshade .leadership-card-back .ldr-txt .txt-top h3,
.leadership-card.blueshade .leadership-card-back .ldr-txt .txt-top .h3 {
  color: #5AF5FF;
  filter: drop-shadow(0 4px 54px #000000);
}
.leadership-card.blueshade .leadership-card-front .ldr-txt .txt-bottom .name,
.leadership-card.blueshade .leadership-card-back .ldr-txt .txt-bottom .name {
  color: #5AF5FF;
}
.leadership-card.blueshade .leadership-card-front .ldr-txt .txt-bottom .highlight,
.leadership-card.blueshade .leadership-card-back .ldr-txt .txt-bottom .highlight {
  color: #5AF5FF;
  border: 1px solid #5AF5FF;
}
.leadership-card.blueshade .leadership-card-front .ldr-txt i,
.leadership-card.blueshade .leadership-card-back .ldr-txt i {
  color: #5AF5FF;
}
.leadership-card.blueshade .leadership-card-back {
  background-color: #062634;
}
.leadership-card.blueshade .leadership-card-back .txt-top h3, .leadership-card.blueshade .leadership-card-back .txt-top .h3 {
  color: #96D5EC;
}
.leadership-card.blueshade .leadership-card-back .txt-top i {
  color: #96D5EC;
}
.leadership-card.blueshade .leadership-card-back p {
  color: #96D5EC;
}
.leadership-card.whiteshade .leadership-card-front .ldr-thumb:before,
.leadership-card.whiteshade .leadership-card-back .ldr-thumb:before {
  background-image: linear-gradient(to bottom, rgba(149, 62, 84, 0) 30%, #953E54 100%);
}
.leadership-card.whiteshade .leadership-card-front .ldr-txt .txt-top h3, .leadership-card.whiteshade .leadership-card-front .ldr-txt .txt-top .h3,
.leadership-card.whiteshade .leadership-card-back .ldr-txt .txt-top h3,
.leadership-card.whiteshade .leadership-card-back .ldr-txt .txt-top .h3 {
  color: #FFFBFB;
  filter: drop-shadow(0 4px 54px #000000);
}
.leadership-card.whiteshade .leadership-card-front .ldr-txt .txt-bottom .name,
.leadership-card.whiteshade .leadership-card-back .ldr-txt .txt-bottom .name {
  color: #FFFBFB;
}
.leadership-card.whiteshade .leadership-card-front .ldr-txt .txt-bottom .highlight,
.leadership-card.whiteshade .leadership-card-back .ldr-txt .txt-bottom .highlight {
  color: #FFFBFB;
  border: 1px solid #FFFBFB;
}
.leadership-card.whiteshade .leadership-card-front .ldr-txt i,
.leadership-card.whiteshade .leadership-card-back .ldr-txt i {
  color: #FFFBFB;
}
.leadership-card.whiteshade .leadership-card-back {
  background-color: #933E54;
}
.leadership-card.whiteshade .leadership-card-back .txt-top h3, .leadership-card.whiteshade .leadership-card-back .txt-top .h3 {
  color: #FFFBFB;
}
.leadership-card.whiteshade .leadership-card-back .txt-top i {
  color: #FFFBFB;
}
.leadership-card.whiteshade .leadership-card-back p {
  color: #FFFBFB;
}
.leadership-card.darkblueshade .leadership-card-front .ldr-thumb:before,
.leadership-card.darkblueshade .leadership-card-back .ldr-thumb:before {
  background-image: linear-gradient(to bottom, rgba(97, 45, 19, 0) 30%, #612D13 100%);
}
.leadership-card.darkblueshade .leadership-card-front .ldr-txt .txt-top h3, .leadership-card.darkblueshade .leadership-card-front .ldr-txt .txt-top .h3,
.leadership-card.darkblueshade .leadership-card-back .ldr-txt .txt-top h3,
.leadership-card.darkblueshade .leadership-card-back .ldr-txt .txt-top .h3 {
  color: #004972;
}
.leadership-card.darkblueshade .leadership-card-front .ldr-txt .txt-bottom .name,
.leadership-card.darkblueshade .leadership-card-back .ldr-txt .txt-bottom .name {
  color: #FFE3A2;
}
.leadership-card.darkblueshade .leadership-card-front .ldr-txt .txt-bottom .highlight,
.leadership-card.darkblueshade .leadership-card-back .ldr-txt .txt-bottom .highlight {
  color: #FFE3A2;
  border: 1px solid #FFE3A2;
}
.leadership-card.darkblueshade .leadership-card-front .ldr-txt i,
.leadership-card.darkblueshade .leadership-card-back .ldr-txt i {
  color: #004972;
}
.leadership-card.darkblueshade .leadership-card-back .txt-top h3, .leadership-card.darkblueshade .leadership-card-back .txt-top .h3 {
  color: #F3E6D2;
}
.leadership-card.darkblueshade .leadership-card-back .txt-top i {
  color: #F3E6D2;
}
.leadership-card.darkblueshade .leadership-card-back p {
  color: #F3E6D2;
}
.leadership-card.greenshade .leadership-card-front .ldr-thumb:before,
.leadership-card.greenshade .leadership-card-back .ldr-thumb:before {
  background-image: linear-gradient(to bottom, rgba(10, 33, 14, 0) 30%, #0A210E 100%);
}
.leadership-card.greenshade .leadership-card-front .ldr-txt .txt-top h3, .leadership-card.greenshade .leadership-card-front .ldr-txt .txt-top .h3,
.leadership-card.greenshade .leadership-card-back .ldr-txt .txt-top h3,
.leadership-card.greenshade .leadership-card-back .ldr-txt .txt-top .h3 {
  color: #E7F4B6;
}
.leadership-card.greenshade .leadership-card-front .ldr-txt .txt-bottom .name,
.leadership-card.greenshade .leadership-card-back .ldr-txt .txt-bottom .name {
  color: #E7F4B6;
}
.leadership-card.greenshade .leadership-card-front .ldr-txt .txt-bottom .highlight,
.leadership-card.greenshade .leadership-card-back .ldr-txt .txt-bottom .highlight {
  color: #E7F4B6;
  border: 1px solid #E7F4B6;
}
.leadership-card.greenshade .leadership-card-front .ldr-txt i,
.leadership-card.greenshade .leadership-card-back .ldr-txt i {
  color: #E7F4B6;
}
.leadership-card.greenshade .leadership-card-back {
  background-color: #0D2412;
}
.leadership-card.greenshade .leadership-card-back .txt-top h3, .leadership-card.greenshade .leadership-card-back .txt-top .h3 {
  color: #E7F4B6;
}
.leadership-card.greenshade .leadership-card-back .txt-top i {
  color: #E7F4B6;
}
.leadership-card.greenshade .leadership-card-back p {
  color: #E7F4B6;
}
.leadership-card.brownshade .leadership-card-front .ldr-thumb:before,
.leadership-card.brownshade .leadership-card-back .ldr-thumb:before {
  background-image: linear-gradient(to bottom, rgba(11, 12, 7, 0) 30%, #0B0C07 100%);
}
.leadership-card.brownshade .leadership-card-front .ldr-txt .txt-top h3, .leadership-card.brownshade .leadership-card-front .ldr-txt .txt-top .h3,
.leadership-card.brownshade .leadership-card-back .ldr-txt .txt-top h3,
.leadership-card.brownshade .leadership-card-back .ldr-txt .txt-top .h3 {
  color: #FFB790;
}
.leadership-card.brownshade .leadership-card-front .ldr-txt .txt-bottom .name,
.leadership-card.brownshade .leadership-card-back .ldr-txt .txt-bottom .name {
  color: #FFB790;
}
.leadership-card.brownshade .leadership-card-front .ldr-txt .txt-bottom .highlight,
.leadership-card.brownshade .leadership-card-back .ldr-txt .txt-bottom .highlight {
  color: #FFB790;
  border: 1px solid #FFB790;
}
.leadership-card.brownshade .leadership-card-front .ldr-txt i,
.leadership-card.brownshade .leadership-card-back .ldr-txt i {
  color: #FFB790;
}
.leadership-card.brownshade .leadership-card-back {
  background-color: #702700;
}
.leadership-card.brownshade .leadership-card-back .txt-top h3, .leadership-card.brownshade .leadership-card-back .txt-top .h3 {
  color: #F39563;
}
.leadership-card.brownshade .leadership-card-back .txt-top i {
  color: #F39563;
}
.leadership-card.brownshade .leadership-card-back p {
  color: #F39563;
}
.leadership-card .leadership-card-front,
.leadership-card .leadership-card-back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  border-radius: 16px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.leadership-card .leadership-card-front .ldr-thumb,
.leadership-card .leadership-card-back .ldr-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  z-index: 0;
}
.leadership-card .leadership-card-front .ldr-thumb img,
.leadership-card .leadership-card-back .ldr-thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
  z-index: 0;
}
.leadership-card .leadership-card-front .ldr-thumb:before,
.leadership-card .leadership-card-back .ldr-thumb:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(91, 71, 39, 0) 30%, #5B4727 100%);
  transition: 0.3s;
}
.leadership-card .leadership-card-front .ldr-txt,
.leadership-card .leadership-card-back .ldr-txt {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.leadership-card .leadership-card-front .ldr-txt .txt-top,
.leadership-card .leadership-card-back .ldr-txt .txt-top {
  display: flex;
  justify-content: space-between;
}
.leadership-card .leadership-card-front .ldr-txt .txt-top h3, .leadership-card .leadership-card-front .ldr-txt .txt-top .h3,
.leadership-card .leadership-card-back .ldr-txt .txt-top h3,
.leadership-card .leadership-card-back .ldr-txt .txt-top .h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: left;
  color: #FFF9F1;
  padding-right: 4px;
}
.leadership-card .leadership-card-front .ldr-txt .txt-bottom .name,
.leadership-card .leadership-card-back .ldr-txt .txt-bottom .name {
  font-weight: 700;
  color: #F3E6D2;
  margin-bottom: 8px;
}
.leadership-card .leadership-card-front .ldr-txt .txt-bottom .highlight,
.leadership-card .leadership-card-back .ldr-txt .txt-bottom .highlight {
  width: 100%;
  font-size: 12px;
  line-height: 24px;
  font-weight: 600;
  padding: 2px 3px;
  border-radius: 0px 100px 100px 50px;
  color: #F3E6D2;
  border: 1px solid #F3E6D2;
}
.leadership-card .leadership-card-front .ldr-txt i,
.leadership-card .leadership-card-back .ldr-txt i {
  font-size: 40px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  margin: 0 4px;
  color: #FFF9F1;
  cursor: pointer;
}
.leadership-card .leadership-card-back {
  color: #F3E6D2;
  padding: 20px 0;
  background-color: #5B4727;
  transform: rotateY(180deg);
  text-align: start;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.leadership-card .leadership-card-back .txt-top {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
.leadership-card .leadership-card-back .txt-top h3, .leadership-card .leadership-card-back .txt-top .h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: left;
  color: #F3E6D2;
  padding-right: 4px;
}
.leadership-card .leadership-card-back .txt-top i {
  font-size: 40px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  margin: 0 4px;
  color: #F3E6D2;
  cursor: pointer;
  transform: rotate(45deg);
}
.leadership-card .leadership-card-back p {
  color: #F3E6D2;
  padding: 0;
  letter-spacing: -0.8px;
}
.leadership-card .leadership-card-back p:not(:last-of-type) {
  margin-bottom: 12px;
}
.leadership-card .leadership-card-back > p {
  margin-bottom: 10px;
}
.leadership-card .leadership-card-back .scroll-content {
  overflow: auto;
  padding-right: 8px;
  margin-top: auto;
  max-height: 300px;
  height: max-content;
  padding: 0 20px;
}

.trust-comp {
  display: flex;
  align-items: center;
  padding: 0 12px;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .trust-comp {
    margin-top: 4px;
    padding: 0;
    width: calc(100% + 16px);
  }
}
.trust-comp .trust-title {
  max-width: 165px;
  padding-right: 50px;
}
@media (max-width: 720px) {
  .trust-comp .trust-title {
    padding-right: 20px;
  }
}
.trust-comp .trust-title p {
  line-height: 20px;
  font-weight: 600;
  color: #111111;
}
.trust-comp .trust-title p span {
  font-family: "Mackinacpro";
  /*display: inline-block;*/
  line-height: 20px;
  position: relative;
  float: left;
  top: 2px;
  padding-right: 3px;
}
.trust-comp .trust-title p span:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 6px;
  background-image: url("../svg/trust-bg-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.trust-comp .trust-logos {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-left: 11px;
  overflow: auto;
  border-left: 1px solid rgba(204, 204, 204, 0.8);
  position: relative;
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
  scrollbar-width: none;
}
@media (max-width: 720px) {
  .trust-comp .trust-logos {
    box-shadow: inset 20px 0 12px -12px rgba(0, 0, 0, 0.08);
  }
}
.trust-comp .trust-logos li {
  padding: 5px 15px;
}
.trust-comp .trust-logos li img {
  width: auto;
  max-height: 30px;
  object-fit: contain;
}
.trust-comp .trust-logos::-webkit-scrollbar {
  display: none;
}

.scroll-wrapper {
  overflow: auto;
  padding: 0 !important;
}

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner::-webkit-scrollbar {
  display: none;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  position: relative;
  bottom: 0;
  height: 5px;
  left: 0;
  width: 100%;
  cursor: pointer;
}
@media (max-width: 720px) {
  .scrollbar-inner > .scroll-element.scroll-x {
    position: absolute;
    bottom: 0;
    height: 6px;
  }
}

.scrollbar-inner > .scroll-element.scroll-y {
  display: none;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .scrollbar-inner > .scroll-element .scroll-element_outer {
    width: 90%;
  }
}
@media (max-width: 720px) {
  .scrollbar-inner > .scroll-element .scroll-element_outer {
    width: calc(100% - 24px);
    margin: 0;
  }
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: rgba(17, 17, 17, 0.4);
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #111111;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #111111;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #111111;
}

.scrollbar-inner > .scroll-element {
  display: none;
}

.scrollbar-inner > .scroll-element.scroll-scrollx_visible {
  display: block;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

.scroll-x .scroll-arrow_less {
  width: 25px !important;
  height: 25px !important;
  top: -10px !important;
  overflow: visible;
  z-index: 11111;
  position: relative !important;
  border-radius: 50%;
  border: 1px solid #111111 !important;
  cursor: pointer;
}
.scroll-x .scroll-arrow_less:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: calc(50% + 1px);
  top: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
  border-style: solid;
  border-color: #111111;
  border-image: initial;
  border-width: 0px 2.5px 2.5px 0px;
  padding: 4.2px;
  transition: all 0.3s ease 0s;
}
.scroll-x .scroll-arrow_more {
  width: 25px !important;
  height: 25px !important;
  top: -35px !important;
  left: 97.8% !important;
  overflow: visible;
  z-index: 11111;
  position: relative !important;
  border-radius: 50%;
  border: 1px solid #111111 !important;
  cursor: pointer;
}
.scroll-x .scroll-arrow_more:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: calc(50% - 2px);
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-style: solid;
  border-color: #111111;
  border-image: initial;
  border-width: 0px 2.5px 2.5px 0px;
  padding: 4.2px;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1199px) {
  .scroll-x .scroll-arrow_more {
    left: 97.2% !important;
  }
}
@media (max-width: 991px) {
  .scroll-x .scroll-arrow_more {
    left: 96% !important;
  }
}

.scroll-y {
  /* update scrollbar offset if both scrolls are visible */
}
.scroll-y .scroll-scrolly_visible {
  display: block !important;
}
.scroll-y .scroll-x {
  display: none !important;
}
.scroll-y.scrollbar-inner > .scroll-element, .scroll-y.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scroll-y.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scroll-y.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}
.scroll-y.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}
.scroll-y.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}
.scroll-y.scrollbar-inner > .scroll-element .scroll-element_outer, .scroll-y.scrollbar-inner > .scroll-element .scroll-element_track, .scroll-y.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.scroll-y.scrollbar-inner > .scroll-element .scroll-element_track, .scroll-y.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.scroll-y.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}
.scroll-y.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}
.scroll-y.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}
.scroll-y.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}
.scroll-y.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}
.scroll-y.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}
.scroll-y.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}
.scroll-y.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

.expert-sec {
  padding: 75px 0 60px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 720px) {
  .expert-sec {
    padding: 30px 0;
  }
}
.expert-sec .bgshape {
  position: absolute;
  top: 120px;
  right: -40px;
  width: 400px;
  height: auto;
  z-index: -1;
}
.expert-sec .bgshape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 720px) {
  .expert-sec .bgshape {
    width: 60%;
    top: 60px;
  }
}

.expert-sec.p-120 {
  padding-bottom: 120px;
}
@media (max-width: 720px) {
  .expert-sec.p-120 {
    padding-bottom: 60px;
  }
}
.expert-sec .section-title h2, .expert-sec .section-title .h2 {
  margin-bottom: 20px;
}
.expert-sec .section-title {
  margin-bottom: 20px;
}
.expert-sec .section-title h2 span:before, .expert-sec .section-title .h2 span:before {
  background-image: url("../svg/publish-bg-2.svg");
  bottom: -6px;
  z-index: -1;
  height: 20px;
  background-size: contain;
}
@media (max-width: 991px) {
  .expert-sec .section-title h2 span:before, .expert-sec .section-title .h2 span:before {
    height: 12px;
    bottom: -3px;
  }
}
.expert-sec .custom-container {
  max-width: 1240px;
  margin: 0 auto;
}
@media (max-width: 1240px) {
  .expert-sec .custom-container {
    max-width: 100%;
    padding: 0 16px;
  }
}
.expert-sec .tab-pane {
  position: relative;
}

.nav-tabs {
  width: max-content;
  height: auto;
  margin: 0 auto 72px;
  padding: 4px 2px;
  border-radius: 100px;
  border: 1px solid rgba(18, 41, 68, 0.12);
  background-color: #fff;
  overflow: hidden;
}
@media (max-width: 720px) {
  .nav-tabs {
    border: unset;
    padding: 0;
    width: calc(100% + 4px);
    margin-left: -2px;
  }
}
.nav-tabs > li {
  padding: 0 2px;
}
.nav-tabs .nav-link {
  padding: 2px;
  height: 100%;
  border-radius: 100px;
  padding: 16px 27px;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(19, 117, 232, 0.12);
  border: unset;
  transition: 0.3s;
  overflow: hidden;
}
.nav-tabs .nav-link span {
  font-family: "PlusJakartaSans";
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #1375E8;
  transition: 0.3s;
  z-index: 1;
  position: relative;
  text-transform: uppercase;
}
.nav-tabs .nav-link.active {
  background-color: #4D93E6;
  position: relative;
}
@media (max-width: 720px) {
  .nav-tabs .nav-link.active {
    background-color: #1375E8;
  }
}
.nav-tabs .nav-link.active span {
  color: #fff;
}
.nav-tabs .nav-link.active:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #1375E8;
  z-index: 0;
}
@keyframes width {
  0% {
    left: -100%;
  }
  100% {
    left: 0%;
  }
}
.nav-tabs .nav-link.active.animation:before {
  animation: width 10s ease-in 1;
}
.nav-tabs .nav-link.active.animation.stopanimate:before {
  animation-play-state: paused;
}
@media (max-width: 720px) {
  .nav-tabs {
    width: 100%;
    margin: 0 auto 32px;
  }
  .nav-tabs > li {
    flex: 0 0 50%;
  }
  .nav-tabs .nav-link {
    width: 100%;
    padding: 13px 16px;
  }
  .nav-tabs .nav-link span {
    font-size: 14px;
    line-height: 21px;
  }
}

.expert-slider-desc {
  padding: 48px 128px 48px 48px;
  border-radius: 16px;
  background: linear-gradient(125deg, #1858D3, #2FB1E8);
  height: 100%;
}
@media (max-width: 720px) {
  .expert-slider-desc {
    padding: 24px;
  }
}
.expert-slider-desc .expert-slider-desc-box h3, .expert-slider-desc .expert-slider-desc-box .h3 {
  font-size: 44px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 20px;
  max-width: 574px;
}
.expert-slider-desc .expert-slider-desc-box h3 span, .expert-slider-desc .expert-slider-desc-box .h3 span {
  font-family: "Mackinacpro";
}
@media (max-width: 720px) {
  .expert-slider-desc .expert-slider-desc-box h3, .expert-slider-desc .expert-slider-desc-box .h3 {
    font-size: 36px;
    line-height: 44px;
  }
}
.expert-slider-desc .expert-slider-desc-listing {
  margin: 0 0 20px 0;
}
.expert-slider-desc .expert-slider-desc-listing > div {
  display: flex;
}
.expert-slider-desc .expert-slider-desc-listing > div:not(:last-of-type) {
  margin-bottom: 20px;
}
.expert-slider-desc .expert-slider-desc-listing > div img {
  width: 24px;
  min-width: 24px;
  height: 24px;
  object-fit: contain;
  margin-right: 16px;
}
.expert-slider-desc .expert-slider-desc-listing > div .desc-box h4, .expert-slider-desc .expert-slider-desc-listing > div .desc-box .h4 {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 4px;
}
.expert-slider-desc .expert-slider-desc-listing > div .desc-box p {
  color: rgba(255, 255, 255, 0.8);
}
.expert-slider-desc .btn-secondary {
  border-color: #fff;
  color: #fff;
  margin-left: 36px;
}
.expert-slider-desc .btn-secondary:hover {
  background-color: #fff;
  color: #1375E8;
}

.expert-video-slider {
  height: 100%;
  position: relative;
}
.expert-video-slider .expert-exp {
  position: absolute;
  bottom: 128px;
  left: -50%;
  transform: translateX(50%);
  z-index: 1;
  padding: 8px 20px 10px 20px;
  border-radius: 100px 50px 0px 100px;
  background-color: #FFDA17;
  box-shadow: 0 4px 16px rgba(1, 15, 13, 0.16);
  width: max-content;
  min-width: 163px;
}
.expert-video-slider .expert-exp p {
  font-family: "PlusJakartaSans";
  font-size: 14px;
  line-height: 16px;
  color: #123C37;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 720px) {
  .expert-video-slider {
    height: 554px;
    margin-top: 100px;
  }
  .expert-video-slider .expert-exp {
    left: 20px;
    transform: unset;
    top: 20px;
    bottom: unset;
  }
}

.expert-video-box {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.expert-video-box .thumb-img {
  position: relative;
  height: 100%;
}
.expert-video-box .thumb-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(5, 23, 21, 0) 30%, #051715 100%);
}
.expert-video-box .thumb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.expert-video-box .play-btn {
  width: 64px;
  height: 64px;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.expert-video-box .caption {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  z-index: 2;
}
.expert-video-box .caption .name {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 2px;
  color: #fff;
}
.expert-video-box .caption .designation {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
}

.expert-img-slider {
  padding: 0 58px 0 0;
  max-width: 176px;
  position: absolute !important;
  top: 60px;
  right: 26%;
  z-index: 2;
}
.expert-img-slider .slick-list {
  padding: 0 !important;
}
@media (max-width: 1199px) {
  .expert-img-slider {
    right: 20%;
  }
}
@media (max-width: 991px) {
  .expert-img-slider {
    right: 10%;
  }
}
@media (max-width: 720px) {
  .expert-img-slider {
    right: unset;
    top: unset;
    margin-bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 228px;
    padding: 0 58px;
    bottom: 552px;
  }
}
.expert-img-slider .slick-arrow {
  top: 5px;
  transform: unset;
  left: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #fff;
  transition: 0.3s;
  transform: unset;
}
.expert-img-slider .slick-arrow:before {
  content: "\e901";
  font-family: "icomoon" !important;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  transition: 0.3s;
}
.expert-img-slider .slick-arrow.slick-prev {
  transform: scaleX(-1);
  left: -58px;
}
@media (max-width: 720px) {
  .expert-img-slider .slick-arrow.slick-prev {
    left: 0;
  }
}
.expert-img-slider .slick-arrow.slick-next {
  left: unset;
  right: 0;
}
.expert-img-slider .slick-arrow:hover, .expert-img-slider .slick-arrow:focus {
  background-color: #fff;
}
.expert-img-slider .slick-arrow:hover:before, .expert-img-slider .slick-arrow:focus:before {
  color: #111111;
}
@media (max-width: 720px) {
  .expert-img-slider .slick-arrow {
    border-color: #111111;
  }
  .expert-img-slider .slick-arrow:before {
    color: #111111;
  }
  .expert-img-slider .slick-arrow:hover, .expert-img-slider .slick-arrow:focus {
    background-color: #111111;
  }
  .expert-img-slider .slick-arrow:hover:before, .expert-img-slider .slick-arrow:focus:before {
    color: #fff;
  }
}
.expert-img-slider .slick-list {
  padding: 10px 0;
}
.expert-img-slider li {
  padding: 5px;
}
.expert-img-slider li img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 100px;
  overflow: hidden;
}
.expert-img-slider li.slick-current img {
  transform: scale(1.2);
}

.expert-sec .section-title h2, .expert-sec .section-title .h2 {
  margin-bottom: 20px;
}
@media (max-width: 720px) {
  .expert-sec .section-title {
    margin-bottom: 20px;
  }
  .expert-sec .section-title h2, .expert-sec .section-title .h2 {
    margin-bottom: 20px;
  }
}
.expert-sec .expert-video-box span {
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 50%;
  background-color: #000;
  color: #fff;
  transform: translate(-44%, 28px);
  padding: 0 10px;
  font-size: 12px;
  line-height: 16px;
  width: 64px;
  text-align: center;
  /* height: 27px; */
  padding: 10px 0 5px 0;
  /* border-radius: 7px; */
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.expert-sec.expert-sec-v2.p-120 {
  padding-bottom: 120px;
}
@media (max-width: 720px) {
  .expert-sec.expert-sec-v2.p-120 {
    padding-bottom: 60px;
  }
}
.expert-sec.expert-sec-v2 .section-title {
  margin-bottom: 72px;
}
.expert-sec.expert-sec-v2 .section-title h2, .expert-sec.expert-sec-v2 .section-title .h2 {
  margin-bottom: 20px;
}
.expert-sec.expert-sec-v2 .section-title h2 span:before, .expert-sec.expert-sec-v2 .section-title .h2 span:before {
  bottom: 0;
  width: 101%;
}
@media (max-width: 720px) {
  .expert-sec.expert-sec-v2 .section-title {
    margin-bottom: 20px;
  }
  .expert-sec.expert-sec-v2 .section-title h2, .expert-sec.expert-sec-v2 .section-title .h2 {
    margin-bottom: 20px;
  }
}
.expert-sec.expert-sec-v2 .section-title p {
  max-width: 575px;
}
@media (max-width: 720px) {
  .expert-sec.expert-sec-v2 .section-title p {
    max-width: 100%;
  }
}
.expert-sec.expert-sec-v2 .expert-video-box span {
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 50%;
  background-color: #000;
  color: #fff;
  transform: translate(-44%, 28px);
  padding: 0 10px;
  font-size: 12px;
  line-height: 16px;
  width: 64px;
  text-align: center;
  /* height: 27px; */
  padding: 10px 0 5px 0;
  /* border-radius: 7px; */
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}


.hero-sec {
  position: relative;
  height: 100vh;
  max-height: 825px;
  overflow: hidden;
}
.hero-sec .hero-content {
  height: 100%;
  display: flex;
}
.hero-sec .hero-content-sec {
  height: 90%;
}
.hero-sec .hero-content,
.hero-sec .hero-content-sec {
  /*height: 100%;*/
  position: relative;
  overflow: hidden;
  z-index: 2;
  color: #fff;
  padding-top: 118px;
  padding-bottom: 250px;
  /*display: flex;*/
  align-items: center;
}
@media (max-width: 1440px) {
  .hero-sec .hero-content,
  .hero-sec .hero-content-sec {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}
@media (max-width: 720px) {
  .hero-sec .hero-content,
  .hero-sec .hero-content-sec {
    padding-top: 66px;
    padding-bottom: 110px;
  }
}
.hero-sec .hero-content .hero-desc h1, .hero-sec .hero-content .hero-desc .h1 {
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}
.hero-sec .hero-content .hero-desc h1 span, .hero-sec .hero-content .hero-desc .h1 span {
  font-family: "Mackinacpro";
  position: relative;
}
.hero-sec .hero-content .hero-desc h1 span:before, .hero-sec .hero-content .hero-desc .h1 span:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 12px;
  background-image: url("../svg/banner-shape-2.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .hero-sec .hero-content .hero-desc h1 span, .hero-sec .hero-content .hero-desc .h1 span {
    display: inline-block;
  }
  .hero-sec .hero-content .hero-desc h1 span:before, .hero-sec .hero-content .hero-desc .h1 span:before {
    height: 10px;
    background-size: contain;
  }
}
.hero-sec .hero-content .hero-desc p {
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  max-width: 568px;
  margin: 0 auto 32px;
  text-align: center;
}
.hero-sec .hero-content .hero-desc .hero-bottom-btn {
  text-align: center;
  display: flex;
  justify-content: center;
}
.hero-sec .hero-content .hero-desc .hero-bottom-btn a:not(:first-of-type) {
  margin-left: 20px;
}
@media (max-width: 720px) {
  .hero-sec .hero-content .hero-desc .hero-bottom-btn a:not(:first-of-type) {
    margin-left: 12px;
  }
}
@media (max-width: 720px) {
  .hero-sec .hero-content .hero-desc .hero-bottom-btn .btn-primary {
    width: 100%;
    min-width: unset;
    padding: 16px;
    text-align: center;
    flex: 1;
    max-width: 100%;
  }
}
.hero-sec .hero-content .hero-desc .hero-bottom-btn .btn-secondary {
  border-color: #fff;
  color: #fff;
}
@media (max-width: 720px) {
  .hero-sec .hero-content .hero-desc .hero-bottom-btn .btn-secondary {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    text-align: center;
  }
}
.hero-sec .hero-content .hero-desc .hero-bottom-btn .btn-secondary i {
  color: #fff;
}
.hero-sec .hero-content .hero-desc .hero-bottom-btn .btn-secondary:hover i {
  transform: translateX(10px);
}
.hero-sec .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hero-sec .hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  position: relative;
  z-index: 1;
}
.hero-sec .hero-bg .yello-grad {
  position: absolute;
  bottom: 30px;
  left: -15%;
  width: 30%;
  max-width: 480px;
  height: 380px;
  background: radial-gradient(ellipse at 50% 50%, #ebfd26 3%, rgba(255, 255, 255, 0) 77%);
  opacity: 0.8;
  filter: blur(10px);
}
.hero-sec .hero-bg .blue-grad {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  max-width: 600px;
  height: 200px;
  background: radial-gradient(ellipse at 51% 43%, rgba(166, 207, 255, 0.59) 0%, rgba(255, 255, 255, 0) 70%);
  opacity: 0.8;
  filter: blur(10px);
}
.hero-sec .hero-bg .baig-grad {
  position: absolute;
  top: 118px;
  left: 90px;
  width: 50%;
  max-width: 480px;
  height: 380px;
  background: radial-gradient(ellipse at 51% 43%, #FFF8B9 8%, rgba(255, 255, 255, 0) 45%);
  opacity: 0.8;
  filter: blur(10px);
  z-index: 1;
}
.hero-sec .hero-bg .green-grad {
  position: absolute;
  top: 188px;
  left: 90px;
  width: 50%;
  max-width: 800px;
  height: 200px;
  background: radial-gradient(ellipse at 51% 43%, #ADEABE 4%, rgba(255, 255, 255, 0) 60%);
  opacity: 0.8;
  filter: blur(10px);
}
.hero-bg-n-section {
  /*height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
  color: #fff;*/
  /*padding-top: 118px;
  padding-bottom: 250px;*/
}

.no-backgr::before,
.no-backgr.full-width-accordion::before {
  background: none;
}

.hero-bg-n-section::before,
.hero-bg-section::before,
.hero-bg-multicol-section::before,
.hero-bg-services-section::before,
.hero-bg-packages-section::before,
.hero-bg-resources-section::before {
  content: "";
  position: absolute;
  height: 100vh;
  left: 0;
  right: 0;
  opacity: 1;
  transition: all .3s;
  z-index: -1;
}
.hero-bg-n-section:before {
  /*background: url(./images/hero-grad-n.png) top left no-repeat,linear-gradient(290deg,rgba(0,68,127,0.3),rgba(0,102,191,0.3) 50%,rgba(76,172,255,0.3)),#08f;*/
  background: url(../png/hero-grad-n-3.png) center center no-repeat;
  background-size: cover;
}
.hero-bg-section:before {
  background: url(../png/hero-grad-2.png) center center no-repeat;
  background-size: cover;
}
.hero-bg-multicol-section {
  background: url(../png/multicol-bg-2.png) center center no-repeat;
  background-size: cover;
}
.hero-bg-services-section {
  background: url(../png/managed-services-bg-2.png) center center no-repeat;
  background-size: cover;
}
.hero-bg-packages-section {
  background: url(../png/peckages-bg-2.png) center center no-repeat;
  background-size: cover;
}
.hero-bg-resources-section::before {
  background: url(../png/blog-bg-2.png) center center no-repeat;
  background-size: cover;
}
.z-0.hero-bg-resources-section::before {
  z-index: 0;
}
/*.hero-bg-resources-section.bg-light-blue:before {
  background: #E3EEFC url(../images/blog-bg.png) center center no-repeat;
  background-blend-mode: overlay;
}*/
.hero-bg-agency-toolkit-v2::before {
  background: #002224 url(../png/agency-v2-bg-2.png) center center no-repeat;
  /*background: url(../images/agency-v2-bg2.jpg) center center no-repeat;*/
  background-size: cover;

  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 88px;
  opacity: 1;
  transition: all .3s;
  z-index: -1;
  border-radius: 0 0 80px 80px;
}

@media (max-width: 720px) {
  .hero-sec .hero-bg {
    height: 180px;
  }
}
@media (max-width: 991px) {
  .hero-sec {
    height: 90vh;
  }
}
@media (max-width: 720px) {
  .hero-sec {
    height: unset;
  }
}

.inner-banner-sm {
  padding-top: 208px;
}

@media (max-width: 991px) {
  .inner-banner-sm {
    padding-top: 120px; 
  }
}

@media (max-width: 767px) { 
  .inner-banner-sm {
    padding-top: 0;
  }
}

.inner-banner-xs {
  padding-top: 120px;
}
.inner-banner {
  min-height: 700px;
  padding: 208px 0 120px;
  position: relative;
  overflow: hidden;
}
.inner-banner .trust-comp {
  margin-top: 72px;
}
@media (max-width: 720px) {
  .inner-banner .trust-comp {
    margin-top: 30px;
  }
}

.inner-banner.brands-banner .hero-desc {
  max-width: 730px;
}
.inner-banner.industry-banner {
  padding: 208px 0 148px;
}
@media (max-width: 720px) {
  .inner-banner.industry-banner {
    padding: 100px 0 60px;
  }
}
.inner-banner.industry-banner .hero-desc h1 span.financial::before, .inner-banner.industry-banner .hero-desc .h1 span.financial::before {
  background-image: url("../svg/banner-shape-2.svg");
  height: 16px;
  width: 103%;
}
@media (max-width: 991px) {
  .inner-banner.industry-banner .hero-desc h1 span.financial::before, .inner-banner.industry-banner .hero-desc .h1 span.financial::before {
    height: 12px;
    width: 100%;
    bottom: -2px;
  }
}
.inner-banner.pricing-banner .hero-desc {
  max-width: 778px;
}
.inner-banner.pricing-banner .hero-desc p {
  max-width: 590px;
  margin-bottom: 20px;
}
.inner-banner.market-banner .hero-desc {
  max-width: 840px;
}
.inner-banner.market-banner .hero-desc p {
  max-width: 570px;
  margin-bottom: 20px;
}
.inner-banner.service-banner .hero-desc {
  max-width: 734px;
}
.inner-banner.service-banner .hero-desc p {
  margin-bottom: 20px;
}
.inner-banner.service-banner .hero-desc h1 span::before, .inner-banner.service-banner .hero-desc .h1 span::before {
  bottom: 8px;
}
@media (max-width: 991px) {
  .inner-banner.service-banner .hero-desc h1 span::before, .inner-banner.service-banner .hero-desc .h1 span::before {
    bottom: 0px;
  }
}
.inner-banner.blog-banner {
  padding: 208px 0 108px;
}
@media (max-width: 991px) {
  .inner-banner.blog-banner {
    padding: 100px 0 60px;
  }
}
.inner-banner.blog-banner .hero-desc h1 span:before, .inner-banner.blog-banner .hero-desc .h1 span:before {
  background-image: url("../svg/blog-arrow-2.svg");
  bottom: 3px;
  width: 108%;
  height: 12px;
}
@media (max-width: 991px) {
  .inner-banner.blog-banner .hero-desc h1 span:before, .inner-banner.blog-banner .hero-desc .h1 span:before {
    bottom: -3px;
  }
}
.inner-banner.blog-banner .hero-desc p {
  margin-bottom: 20px;
}
.inner-banner.blog-banner .hero-bg img {
  object-position: bottom;
}
.inner-banner.team-banner {
  padding-bottom: 108px;
}
@media (max-width: 991px) {
  .inner-banner.team-banner {
    padding-bottom: 60px;
  }
}
.inner-banner.team-banner .hero-desc {
  max-width: 500px;
}
.inner-banner.team-banner .hero-desc h1 span:before, .inner-banner.team-banner .hero-desc .h1 span:before {
  background-image: url(../svg/blog-arrow-2.svg);
  bottom: -2px;
  width: calc(100% + 9px);
  height: 16px;
  left: -5px;
}
@media (max-width: 991px) {
  .inner-banner.team-banner .hero-desc h1 span:before, .inner-banner.team-banner .hero-desc .h1 span:before {
    height: 12px;
    bottom: 0;
  }
}
.inner-banner.team-banner .hero-desc p {
  margin: 0 auto 20px;
}
@media (max-width: 720px) {
  .inner-banner.team-banner .stats-comp .stast-list > li {
    max-width: 33.333%;
  }
  .inner-banner.team-banner .stats-comp .stast-list > li .stats-card h3, .inner-banner.team-banner .stats-comp .stast-list > li .stats-card .h3 {
    font-size: 22px;
  }
  .inner-banner.team-banner .stats-comp .stast-list > li .stats-card p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 720px) {
  .inner-banner.about-banner .stats-comp .stast-list > li {
    max-width: 33.333%;
  }
  .inner-banner.about-banner .stats-comp .stast-list > li .stats-card h3, .inner-banner.about-banner .stats-comp .stast-list > li .stats-card .h3 {
    font-size: 22px;
  }
  .inner-banner.about-banner .stats-comp .stast-list > li .stats-card p {
    font-size: 14px;
    line-height: 18px;
  }
}
.inner-banner.about-banner .hero-desc h1 span:before, .inner-banner.about-banner .hero-desc .h1 span:before {
  background-image: url(../svg/about-banner-bg-2.svg);
  bottom: 5px;
  width: calc(100% + 9px);
  height: 16px;
  left: -5px;
}
@media (max-width: 991px) {
  .inner-banner.about-banner .hero-desc h1 span:before, .inner-banner.about-banner .hero-desc .h1 span:before {
    bottom: -5px;
  }
}
@media (max-width: 720px) {
  .inner-banner.about-banner .hero-desc h1 span:before, .inner-banner.about-banner .hero-desc .h1 span:before {
    height: 12px;
    bottom: 0;
  }
}
.inner-banner.about-banner .hero-desc p {
  margin: 0 auto 20px;
}

.inner-banner.ai-banner {
  min-height: unset;
}
.inner-banner.ai-banner .hero-desc h1 span::before, .inner-banner.ai-banner .hero-desc .h1 span::before {
  bottom: 0;
}
.inner-banner.ai-banner .hero-desc p {
  max-width: 550px;
}
.inner-banner.agency-toolkit {
  min-height: unset;
  padding-bottom: 412px;
}
.inner-banner.agency-toolkit .nav-tabs .nav-link.active {
  background-color: #1375E8;
}
.inner-banner.agency-toolkit .hero-desc h1 span::before, .inner-banner.agency-toolkit .hero-desc .h1 span::before {
  background-image: url("../svg/marketmanageshape-2.svg");
  bottom: 8px;
}
@media (max-width: 991px) {
  .inner-banner.agency-toolkit .hero-desc h1 span::before, .inner-banner.agency-toolkit .hero-desc .h1 span::before {
    bottom: 0;
  }
}
.inner-banner.agency-toolkit .hero-desc p {
  margin: 0;
}
@media (max-width: 991px) {
  .inner-banner {
    padding: 100px 0 60px;
    min-height: unset;
  }
}
.inner-banner .stast-list {
  margin: 72px auto 0;
}
.inner-banner .stast-list > li {
  margin-bottom: 12px;
}
.inner-banner .stast-list > li .stats-card h3, .inner-banner .stast-list > li .stats-card .h3 {
  font-size: 36px;
  line-height: 48px;
}
.inner-banner .stast-list > li .stats-card h3 .sign, .inner-banner .stast-list > li .stats-card .h3 .sign {
  font-size: 30px;
  line-height: 36px;
}
.inner-banner .stast-list > li .stats-card p {
  margin-top: 0;
}
.inner-banner .hero-desc,
.inner-banner-sm .hero-desc {
  max-width: 650px;
  margin: auto;
  text-align: center;
}
.inner-banner .hero-desc.mx-540 {
  max-width: 540px;
}

.inner-banner .hero-desc h1, .inner-banner .hero-desc .h1,
.inner-banner-sm .hero-desc h1, .inner-banner-sm .hero-desc .h1 {
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}
.inner-banner .hero-desc h1.marketmanageshape span:before, .inner-banner .hero-desc .marketmanageshape.h1 span:before,
.inner-banner-sm .hero-desc h1.marketmanageshape span:before, .inner-banner-sm .hero-desc .marketmanageshape.h1 span:before {
  background-image: url("../svg/marketmanageshape-2.svg");
  height: 18px;
  width: calc(100% + 2px);
  bottom: -6px;
}
.inner-banner .hero-desc h1 span, .inner-banner .hero-desc .h1 span,
.inner-banner-sm .hero-desc h1 span, .inner-banner-sm .hero-desc .h1 span {
  font-family: "Mackinacpro";
  position: relative;
  z-index: 1;
}
.inner-banner .hero-desc h1 span:before, .inner-banner .hero-desc .h1 span:before,
.inner-banner-sm .hero-desc h1 span:before, .inner-banner-sm .hero-desc .h1 span:before {
  content: "";
  position: absolute;
  background-size: contain;
  /*bottom: -4px;
  left: 0;
  width: 100%;
  height: 12px;
  background-image: url("../images/brands-shape.svg");*/
  /*background-size: cover;*/
  background-repeat: no-repeat;
  z-index: -1;

  background-image: url("../svg/blog-arrow-2.svg");
  bottom: 3px;
  width: 108%;
  height: 12px;
}
@media (max-width: 991px) {
  .inner-banner .hero-desc h1 span, .inner-banner .hero-desc .h1 span,
  .inner-banner-sm .hero-desc h1 span, .inner-banner-sm .hero-desc .h1 span {
    display: inline-block;
  }
  .inner-banner .hero-desc h1 span:before, .inner-banner .hero-desc .h1 span:before,
  .inner-banner-sm .hero-desc h1 span:before, .inner-banner-sm .hero-desc .h1 span:before {
    height: 10px;
    background-size: contain;
  }
}
.inner-banner .hero-desc p,
.inner-banner-sm .hero-desc p, .inner-banner-sm .hero-desc .p {
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  margin: 0 auto 32px;
  text-align: center;
}
.inner-banner .hero-desc .hero-bottom-btn {
  text-align: center;
}
.inner-banner .hero-desc .hero-bottom-btn a:not(:first-of-type) {
  margin-left: 20px;
}
@media (max-width: 1199px) {
  .inner-banner .hero-desc .hero-bottom-btn a:not(:first-of-type) {
    margin: 10px 0 0 0;
  }
}
@media (max-width: 720px) {
  .inner-banner .hero-desc .hero-bottom-btn .btn-primary {
    width: 100%;
    max-width: 100%;
  }
}
.inner-banner .input-tab-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  /*pointer-events: none;*/
}
.inner-banner .input-tab-sec > label {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ADADAD;
  letter-spacing: 1px;
}
.inner-banner .input-tab-sec > label.checked {
  color: #1375E8;
}
.inner-banner .input-tab-sec .input-tab {
  width: 48px;
  height: 28px;
  position: relative;
  margin: 0 9px;
  /* The slider */
}
.inner-banner .input-tab-sec .input-tab .checkbox {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.inner-banner .input-tab-sec .input-tab .switch {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #E3E9ED;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.2s ease-out;
  box-shadow: inset 0 4px 6px rgba(137, 168, 189, 0.2);
}
.inner-banner .input-tab-sec .input-tab .slider {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.inner-banner .input-tab-sec .input-tab .checkbox:checked + .switch .slider {
  left: calc(50% - 24px/2 + 10px);
  top: calc(50% - 24px/2);
}
/*.switch .slider {
  background-color: #1375E8;
}*/
.inner-banner .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.inner-banner .hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 720px) {
  .inner-banner .hero-bg img {
    object-fit: fill;
  }
}

@media (min-width: 1400px) {
  .full-img-sec .container {
    max-width: 1240px;
  }
}
.full-img-sec img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  max-height: 800px;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.feature-sec {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.feature-sec .container > a.btn-primary {
  margin: 68px auto 0;
  display: block;
}
@media (max-width: 720px) {
  .feature-sec .container > a.btn-primary {
    margin-top: 20px;
  }
}
.feature-sec .section-title {
  max-width: 830px;
  margin: 0 auto 72px;
  text-align: center;
}
.feature-sec .section-title p {
  margin-top: 20px;
}
@media (max-width: 720px) {
  .feature-sec {
    padding: 50px 0;
  }
  .feature-sec .section-title {
    max-width: 100%;
    margin: 0 0 38px 0;
  }
  .feature-sec .section-title p {
    margin-top: 12px;
  }
}
.feature-sec ul.row {
  margin: 0 -10px;
}
.feature-sec ul.row > li {
  position: relative;
  margin-bottom: 16px;
  padding: 0 10px;
}
.feature-sec ul.row > li a.invisible-anchor:hover ~ .feature-card {
  border-color: #1375E8;
  background-color: #1375E8;
}
.feature-sec ul.row > li a.invisible-anchor:hover ~ .feature-card .feature-card-body img:not(.hover-img) {
  opacity: 0;
}
.feature-sec ul.row > li a.invisible-anchor:hover ~ .feature-card .feature-card-body .hover-img {
  opacity: 1;
}
.feature-sec ul.row > li a.invisible-anchor:hover ~ .feature-card .feature-card-body h3, .feature-sec ul.row > li a.invisible-anchor:hover ~ .feature-card .feature-card-body .h3,
.feature-sec ul.row > li a.invisible-anchor:hover ~ .feature-card .feature-card-body p {
  color: #fff;
}
.feature-sec ul.row > li a.invisible-anchor:hover ~ .feature-card a.btn-ternanry {
  color: #fff;
}
.feature-sec ul.row > li a.invisible-anchor:hover ~ .feature-card a.btn-ternanry i {
  color: #fff;
}
.feature-sec .feature-card {
  background-color: white;
  border: 1px solid #D6DEE5;
  border-radius: 16px;
  transition: all 0.3s;
  padding: 32px;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.feature-sec .feature-card .feature-card-body {
  margin-bottom: 68px;
}
.feature-sec .feature-card .feature-card-body .hover-img {
  position: absolute;
  left: 32px;
  opacity: 0;
}
@media (max-width: 720px) {
  .feature-sec .feature-card .feature-card-body .hover-img {
    left: 18px;
  }
}
.feature-sec .feature-card .feature-card-body img {
  width: 78px;
  height: 78px;
  object-fit: contain;
  object-position: center;
  margin-bottom: 20px;
}
.feature-sec .feature-card .feature-card-body h3, .feature-sec .feature-card .feature-card-body .h3 {
  font-size: 24px;
  line-height: 36px;
}
.feature-sec .feature-card .feature-card-body p {
  margin-top: 8px;
  color: #4A5054;
}
.feature-sec .feature-card a.btn-ternanry {
  margin-top: auto;
}
@media (max-width: 720px) {
  .feature-sec .feature-card {
    padding: 18px;
  }
  .feature-sec .feature-card .feature-card-body {
    margin-bottom: 40px;
  }
  .feature-sec .feature-card .feature-card-body img {
    margin-bottom: 14px;
    width: 50px;
    height: 50px;
  }
  .feature-sec .feature-card .feature-card-body h3, .feature-sec .feature-card .feature-card-body .h3 {
    font-size: 22px;
  }
}
.resource-sec {
  padding: 120px 0 104px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(125deg, #1375e8 0%, #3bc0ea 100%);
}
.resource-sec a.btn-secondary {
  border-color: #fff;
  color: #fff;
  margin: 50px auto 0;
  display: block;
}
.resource-sec a.btn-secondary:hover {
  background-color: #fff;
  color: #111111;
}
@media (max-width: 720px) {
  .resource-sec {
    padding: 60px 0 40px;
  }
  .resource-sec a.btn-secondary {
    margin: 20px auto 0;
  }
}
.resource-sec ul.row {
  margin: 0 -16px;
}
.resource-sec ul.row > li {
  padding: 0 16px;
  margin-bottom: 20px;
}
.resource-sec .section-title {
  text-align: center;
  max-width: 840px;
  margin: 0 auto 72px;
}
.resource-sec .section-title h2, .resource-sec .section-title .h2 {
  color: #fff;
}
.resource-sec .section-title h2 span::before, .resource-sec .section-title .h2 span::before {
  /*background-size: contain;*/
}
.resource-sec .section-title p {
  color: #fff;
}
@media (max-width: 720px) {
  .resource-sec .section-title {
    margin-bottom: 30px;
  }
}
.resource-sec .resources-card, 
.my-resource-sec .resources-card {
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
  height: 100%;
}
@media (min-width: 991px) {
  .resource-sec .resources-card .resources-card-top {
    /*min-height: 138px;*/
  }
}
.resource-sec .resources-card .resources-card-top,
.my-resource-sec .resources-card .resources-card-top {
  padding: 24px 20px;
  display: flex;
  justify-content: space-between;
  background-color: #0F5EBA;
  align-items: center;
}
.resource-sec .resources-card .resources-card-top .resources-card-count {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.resource-sec .resources-card .resources-card-top .resources-card-count::before {
  content: attr(data-count);
  counter-increment: item;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #FFDA17;
  font-size: 18px;
  line-height: 24px;
}
.resource-sec .resources-card .resources-card-top h3, .resource-sec .resources-card .resources-card-top .h3,
.my-resource-sec .resources-card .resources-card-top h3, .my-resource-sec .resources-card .resources-card-top .h3 {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
.resource-sec .resources-card .resources-card-top img,
.my-resource-sec .resources-card .resources-card-top img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 720px) {
  .resource-sec .resources-card .resources-card-top,
  .my-resource-sec .resources-card .resources-card-top{
    padding: 18px 16px;
  }
  .resource-sec .resources-card .resources-card-top h3, .resource-sec .resources-card .resources-card-top .h3,
  .my-resource-sec .resources-card .resources-card-top h3, .my-resource-sec .resources-card .resources-card-top .h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .resource-sec .resources-card .resources-card-top img ,
  .my-resource-sec .resources-card .resources-card-top img {
    width: 28px;
    height: 28px;
  }
}
.resource-sec .resources-card ol,
.my-resource-sec .resources-card ol {
  margin: 0;
  padding: 0;
}
.resource-sec .resources-card ol li,
.my-resource-sec .resources-card ol li {
  padding: 20px 20px 20px 64px;
  border-bottom: 1px solid #D6DEE5;
  color: #4A5054;
  margin: 0;
}
.resource-sec .resources-card p,
.my-resource-sec .resources-card p {
  padding: 20px;
  color: #4A5054;
  margin: 0;
}
.resource-sec .resources-card ol li::before,
.my-resource-sec .resources-card ol li::before {
  top: 20px;
  left: 20px;
}
.resource-sec .resources-card ol li:last-of-type,
.my-resource-sec .resources-card ol li:last-of-type {
  border-bottom: none;
}
@media (max-width: 720px) {
  .resource-sec .resources-card ol li,
  .my-resource-sec .resources-card ol li {
    padding: 16px 16px 16px 60px;
  }
  .resource-sec .resources-card ol li::before,
  .my-resource-sec .resources-card ol li::before {
    top: 16px;
    left: 16px;
  }
}

.trusted-sec {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.trusted-sec .btn-primary {
  margin: 0 auto;
  display: block;
}
.trusted-sec .section-title {
  text-align: center;
  max-width: 953px;
  margin: 0 auto 32px;
}
.trusted-sec .section-title p {
  margin-top: 20px;
}
@media (max-width: 720px) {
  .trusted-sec {
    padding: 60px 0;
  }
  .trusted-sec .section-title {
    margin: 0 auto 20px;
  }
  .trusted-sec .section-title p {
    margin-top: 16px;
  }
}
.trusted-sec .agencies-logos {
  max-width: 932px;
  margin: 0 auto;
  display: flex;
  align-content: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  justify-content: center;
}
.trusted-sec .agencies-logos::-webkit-scrollbar {
  display: none;
}
.trusted-sec .agencies-logos > div {
  padding: 0 17px;
  height: 30px;
  max-width: 150px;
}
.trusted-sec .agencies-logos > div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 720px) {
  .trusted-sec .agencies-logos > div {
    padding: 0 10px;
  }
}
.trusted-sec .agencies-review {
  max-width: 953px;
  margin: 0 auto;
  display: flex;
  position: relative;
  padding: 72px 0;
  z-index: 1;
}
@media (max-width: 720px) {
  .trusted-sec .agencies-review {
    flex-direction: column-reverse;
    padding: 50px 0;
  }
}
.trusted-sec .agencies-review::before, .trusted-sec .agencies-review::after{
  content: "";
  background-image: url(../png/circle-dots-2.png);
  width: 160px;
  height: 160px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -62px;
  bottom: 0;
  z-index: -1;
}
.my-circle-dots:before {
  content: "";
  background-image: url(../png/circle-dots-2.png);
  width: 160px;
  height: 160px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -10;
  right: -10px;
  top:-30px;
}
.trusted-sec .agencies-review::after {
  content: "";
  background-image: url(../png/square-dots-2.png);
  width: 132px;
  height: 110px;
  left: unset;
  bottom: unset;
  right: -41px;
  /*top: 16px;*/
  top: 49px;
}
@media (max-width: 720px) {
  .trusted-sec .agencies-review::after {
    top: 26px;
  }
}
.my-square-dots:after {
  content: "";
  background-image: url(../png/square-dots-2.png);
  width: 132px;
  height: 110px;
  left: -40px;
  bottom: -20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -10;
}
.trusted-sec .agencies-review .agencies-review-disc {
  max-width: 710px;
  margin-right: 16px;
  background-color: #CCEEF0;
  border-radius: 16px;
  overflow: hidden;
  padding: 48px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.trusted-sec .agencies-review .agencies-review-disc h3, .trusted-sec .agencies-review .agencies-review-disc .h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  color: #004448;
  margin-bottom: 20px;
}
.trusted-sec .agencies-review .agencies-review-disc p,
.trusted-sec .agencies-review .agencies-review-disc h4,
.trusted-sec .agencies-review .agencies-review-disc .h4 {
  font-size: 24px;
  line-height: 36px;
  color: #004448;
  font-weight: 400;
}
.trusted-sec .agencies-review .agencies-review-disc h4, .trusted-sec .agencies-review .agencies-review-disc .h4 {
  font-weight: 500;
  margin-top: 30px;
}
.trusted-sec .agencies-review .agencies-review-disc span {
  display: block;
  font-weight: bold;
  padding-top: 44px;
  color: #004448;
  margin-top: auto;
  text-transform: uppercase;
}
@media (max-width: 720px) {
  .trusted-sec .agencies-review .agencies-review-disc {
    max-width: 100%;
    margin: 0;
    padding: 20px 16px;
  }
  .trusted-sec .agencies-review .agencies-review-disc h3, .trusted-sec .agencies-review .agencies-review-disc .h3 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 16px;
  }
  .trusted-sec .agencies-review .agencies-review-disc p,
.trusted-sec .agencies-review .agencies-review-disc h4,
.trusted-sec .agencies-review .agencies-review-disc .h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .trusted-sec .agencies-review .agencies-review-disc h4, .trusted-sec .agencies-review .agencies-review-disc .h4 {
    margin-top: 22px;
  }
}
.trusted-sec .agencies-review .agencies-review-img {
  max-width: 227px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.trusted-sec .agencies-review .agencies-review-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 720px) {
  .trusted-sec .agencies-review .agencies-review-img {
    max-width: 100%;
    height: 380px;
    margin-bottom: 16px;
  }
  .trusted-sec .agencies-review .agencies-review-img img {
    object-position: top;
  }
}
.trusted-sec .agencies-review.without-dots::before, .trusted-sec .agencies-review.without-dots::after {
  display: none;
}

.fifty-fifty-v2 {
  padding: 113px 0;
  position: relative;
  overflow: hidden;
  background-image: url(../png/project-bg-2.png);
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fifty-fifty-v2 a.btn-primary {
  margin: 72px auto 0;
  display: block;
}
@media (max-width: 720px) {
  .fifty-fifty-v2 {
    padding: 60px 0 40px;
  }
  .fifty-fifty-v2 a.btn-primary {
    margin-top: 30px;
  }
}
.fifty-fifty-v2 .section-title {
  max-width: 736px;
  margin: 0 auto 72px;
  text-align: center;
}
.fifty-fifty-v2 .section-title h2, .fifty-fifty-v2 .section-title .h2 {
  max-width: 570px;
  margin: 0 auto;
}
.fifty-fifty-v2 .section-title h2 span::before, .fifty-fifty-v2 .section-title .h2 span::before {
  background-image: url(../png/ff-bg-2.png);
  bottom: 0;
}
.fifty-fifty-v2 .section-title p {
  margin-top: 20px;
}
@media (max-width: 720px) {
  .fifty-fifty-v2 .section-title {
    margin-bottom: 30px;
  }
}
.fifty-fifty-v2 .ff-img-v2 {
  width: 100%;
  height: 100%;
  max-height: 446px;
  overflow: hidden;
}
.fifty-fifty-v2 .ff-img-v2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 720px) {
  .fifty-fifty-v2 .ff-img-v2 {
    max-height: 300px;
  }
}
.fifty-fifty-v2 .ff-disc-v2 {
  width: 100%;
  padding: 0 0 0 40px;
}
@media (max-width: 991px) {
  .fifty-fifty-v2 .ff-disc-v2 {
    padding-left: 0;
  }
}
.fifty-fifty-v2 .ff-disc-v2 .accordion .accordion-item {
  padding: 20px 0;
  margin-left: 44px;
  margin-bottom: 0;
}
.fifty-fifty-v2 .ff-disc-v2 .accordion .accordion-item::before {
  top: unset;
  left: -44px;
}
.fifty-fifty-v2 .ff-disc-v2 .accordion .accordion-item .accordion-button {
  padding-left: 0;
}
.fifty-fifty-v2 .ff-disc-v2 .accordion .accordion-item .accordion-body {
  padding-left: 0;
  padding-top: 12px;
}
@media (max-width: 720px) {
  .fifty-fifty-v2 .ff-disc-v2 .accordion .accordion-item .accordion-body {
    padding-right: 0;
  }
}
.fifty-fifty-v2 .ff-disc-v2 .accordion .accordion-item .accordion-body p:not(:last-of-type) {
  margin-bottom: 12px;
}

.fifty-fifty-tab {
  padding: 60px 0 120px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 720px) {
  .fifty-fifty-tab .tabed-sec.full-width-tabs .nav-tabs {
    border-radius: unset !important;
  }
  .fifty-fifty-tab .tabed-sec.full-width-tabs .nav-tabs li {
    flex: 0 0 100%;
    margin: 5px 0;
  }
  .fifty-fifty-tab .tabed-sec.full-width-tabs .nav-tabs li .button {
    border-radius: 100px !important;
  }
}
.fifty-fifty-tab .container > a.btn-primary {
  margin: 72px auto 0;
  display: block;
}
@media (max-width: 720px) {
  .fifty-fifty-tab .container > a.btn-primary {
    margin-top: 30px;
  }
}
/*@media (min-width: 720px) {
  .fifty-fifty-tab .ff-disc-v2 {
    padding: 0 0 0 40px;
  }
}*/
.fifty-fifty-tab .nav-tabs .nav-link {
  padding: 12px 32px;
}
@media (max-width: 720px) {
  .fifty-fifty-tab .nav-tabs .nav-link {
    padding: 12px 16px;
  }
}
.fifty-fifty-tab.dark-bg {
  background-color: #04172E;
  padding: 120px 0 120px !important;
}
.fifty-fifty-tab.dark-bg .section-title h2, .fifty-fifty-tab.dark-bg .section-title .h2,
.fifty-fifty-tab.dark-bg .section-title p {
  color: #fff;
}
.fifty-fifty-tab.dark-bg .nav-tabs {
  background-color: transparent;
  border-color: #082F5D;
}
.fifty-fifty-tab.dark-bg .nav-tabs .nav-link span {
  color: #D0E3FA;
}
.fifty-fifty-tab.dark-bg .nav-tabs .nav-link.active span {
  color: #fff;
}
.fifty-fifty-tab.dark-bg .ff-tab-disc a.btn-primary {
  background-color: #fff;
  color: #1375E8;
  padding: 15px 35px;
}
.fifty-fifty-tab.dark-bg .ff-tab-disc a.btn-primary:hover {
  background-color: #1375E8;
  color: #fff;
}
.fifty-fifty-tab.dark-bg .ff-tab-disc ol li h3, .fifty-fifty-tab.dark-bg .ff-tab-disc ol li .h3 {
  color: #fff;
}
.fifty-fifty-tab.dark-bg .ff-tab-disc ol li p,
.fifty-fifty-tab.dark-bg p,
.fifty-fifty-tab.dark-bg ul li,
.fifty-fifty-tab.dark-bg ol li p,
.fifty-fifty-tab.dark-bg ol li {
  color: #D0E3FA;
}
.fifty-fifty-tab[class^=gradient-] .ff-tab-disc a.btn-primary, .fifty-fifty-tab[class*=" gradient-"] .ff-tab-disc a.btn-primary {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.fifty-fifty-tab[class^=gradient-] .ff-tab-disc a.btn-primary:hover, .fifty-fifty-tab[class*=" gradient-"] .ff-tab-disc a.btn-primary:hover {
  background-color: #fff;
  color: #1375E8;
}
.fifty-fifty-tab[class^=gradient-] .nav-tabs, .fifty-fifty-tab[class*=" gradient-"] .nav-tabs {
  border-color: rgba(255, 255, 255, 0.12) !important;
}
.fifty-fifty-tab[class^=gradient-] .nav-tabs .nav-link, .fifty-fifty-tab[class*=" gradient-"] .nav-tabs .nav-link {
  background-color: rgba(255, 255, 255, 0.12);
  padding: 12px 32px;
}
@media (max-width: 720px) {
  .fifty-fifty-tab[class^=gradient-] .nav-tabs .nav-link, .fifty-fifty-tab[class*=" gradient-"] .nav-tabs .nav-link {
    padding: 12px 16px;
  }
}
.fifty-fifty-tab[class^=gradient-] .nav-tabs .nav-link.active, .fifty-fifty-tab[class*=" gradient-"] .nav-tabs .nav-link.active {
  background-color: #eeeeee;
}
.fifty-fifty-tab[class^=gradient-] .nav-tabs .nav-link.active span, .fifty-fifty-tab[class*=" gradient-"] .nav-tabs .nav-link.active span {
  color: #000000 !important;
}
.fifty-fifty-tab[class^=gradient-] .nav-tabs .nav-link.active::before, .fifty-fifty-tab[class*=" gradient-"] .nav-tabs .nav-link.active::before {
  background-color: #fff;
}
@media (max-width: 720px) {
  .fifty-fifty-tab {
    padding: 60px 0;
  }
}
.fifty-fifty-tab .section-title {
  margin-bottom: 20px;
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
}
.fifty-fifty-tab .section-title p {
  margin-top: 20px;
}
.fifty-fifty-tab .ff-tab-img {
  width: 100%;
  max-height: 490px;
  overflow: hidden;
}
.fifty-fifty-tab .ff-tab-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 720px) {
  .fifty-fifty-tab .ff-tab-img {
    max-height: unset;
    height: 300px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .fifty-fifty-tab .ff-tab-disc {
    padding: 0 0 0 40px;
  }
}
.fifty-fifty-tab .ff-tab-disc a.btn-primary {
  margin-left: 44px;
}
.fifty-fifty-tab .ff-tab-disc ol li {
  margin-bottom: 32px;
}
.fifty-fifty-tab .ff-tab-disc ol li::before {
  top: unset;
}
.fifty-fifty-tab .ff-tab-disc ol li h3, .fifty-fifty-tab .ff-tab-disc ol li .h3 {
  font-size: 20px;
  line-height: 30px;
}
.fifty-fifty-tab .ff-tab-disc ol li p {
  margin-top: 4px;
}


.full-width-accordion {
  padding: 120px 0 90px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 720px) {
  .full-width-accordion {
    padding: 60px 0 36px;
  }
}
.full-width-accordion p a {
  color: #1375E8;
  text-decoration: none;
  font-weight: 500;
}
.full-width-accordion p a:hover {
  text-decoration: underline;
}
.full-width-accordion .section-title {
  margin-bottom: 72px;
}
.full-width-accordion .section-title p {
  margin-top: 20px;
}
@media (max-width: 720px) {
  .full-width-accordion .section-title {
    margin-bottom: 20px;
  }
  .full-width-accordion .section-title p {
    margin-top: 16px;
  }
}
@media (min-width: 1280px) {
  .full-width-accordion .container {
    max-width: 967px;
  }
}
.full-width-accordion::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(125deg, #2FB1E8 0%, #1858D3 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.12;
}
.full-width-accordion ol.accordion {
  background-color: transparent;
  margin-bottom: 0;
}
.full-width-accordion ol.accordion li.accordion-item {
  background-color: transparent;
  margin-bottom: 0;
}
.full-width-accordion ol.accordion li.accordion-item:not(:last-of-type) {
  border-bottom: 1px solid #BAC8D3;
}
.full-width-accordion ol.accordion li.accordion-item::before {
  top: unset;
}
.full-width-accordion ol.accordion li.accordion-item .accordion-button {
  padding-left: 56px;
}
.full-width-accordion ol.accordion li.accordion-item .accordion-body {
  padding-left: 56px;
  padding-top: 10px;
}
@media (max-width: 720px) {
  .full-width-accordion ol.accordion li.accordion-item .accordion-body {
    padding-right: 0;
  }
}
.full-width-accordion ol.accordion li.accordion-item .accordion-body p:not(:last-of-type) {
  margin-bottom: 12px;
}
.full-width-accordion ol.accordion li.accordion-item .accordion-body a {
  color: #1375E8;
  font-weight: 500;
}
.full-width-accordion ol.accordion li.accordion-item .accordion-body a:hover {
  text-decoration: underline;
}
.full-width-accordion ol.accordion li.accordion-item .accordion-body > a {
  margin-top: 12px;
  display: block;
}

.two-row-slider {
  position: relative;
  overflow: hidden;
}
@media (max-width: 720px) {
  .two-row-slider .container {
    padding: 0;
  }
}
.two-row-slider .two-row-slider-head {
  padding: 37px 0 42px;
  background: linear-gradient(125deg, #1375e8 0%, #3bc0ea 100%);
}
@media (min-width: 721px) {
  .two-row-slider .two-row-slider-head {
    border-radius: 10px;
    overflow: hidden;
  }
}
.two-row-slider .two-row-slider-head ul li {
  margin-right: 21px;
}
.two-row-slider .first-row-slider {
  display: flex;
  margin-bottom: 25px;
}
.two-row-slider .second-row-slider {
  display: flex;
}
.two-row-slider .review-card {
  padding: 32px 0px 32px 15px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  max-width: 330px;
  width: 100%;
}
.two-row-slider .review-card .review-card-top {
  display: flex;
  padding-right: 32px;
}
.two-row-slider .review-card .review-card-top .review-card-img {
  width: 82px;
  min-width: 82px;
  height: 82px;
  overflow: hidden;
  margin-right: 22px;
  border-radius: 50%;
}
.two-row-slider .review-card .review-card-top .review-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.two-row-slider .review-card .review-card-top .review-card-disc {
  position: relative;
  padding-bottom: 8px;
  text-align: start;
}
.two-row-slider .review-card .review-card-top .review-card-disc::before {
  content: "";
  max-width: 117px;
  width: 100%;
  height: 4px;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #333333;
}
.two-row-slider .review-card .review-card-top .review-card-disc .review-card-rating {
  margin-bottom: 7px;
  display: flex;
  align-items: center;
}
.two-row-slider .review-card .review-card-top .review-card-disc .review-card-rating i {
  color: #CCCCCC;
  font-size: 12px;
  margin: 0 1px;
}
.two-row-slider .review-card .review-card-top .review-card-disc .review-card-rating i.active {
  color: #FFDA17;
}
.two-row-slider .review-card .review-card-top .review-card-disc h3, .two-row-slider .review-card .review-card-top .review-card-disc .h3 {
  font-size: 18px;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 3px;
}
.two-row-slider .review-card .review-card-top .review-card-disc h4, .two-row-slider .review-card .review-card-top .review-card-disc .h4 {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}
.two-row-slider .review-card .review-card-top .review-card-disc p {
  font-size: 8px;
  line-height: 16px;
  color: #858585;
}
.two-row-slider .review-card .review-card-tags {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow: auto;
  margin: 21px -5px 0;
}
.two-row-slider .review-card .review-card-tags::-webkit-scrollbar {
  display: none;
}
.two-row-slider .review-card .review-card-tags > div {
  padding: 0 5px;
  display: inline-block;
}
.two-row-slider .review-card .review-card-tags span {
  display: inline-block;
  padding: 5px 12px;
  background-color: #4291ED;
  border-radius: 100px;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  font-weight: 400;
  white-space: nowrap;
}

.trusted-clients-sec {
  padding: 120px 0 60px;
  position: relative;
  overflow: hidden;
}
.trusted-clients-sec .section-title {
  max-width: 660px;
  margin: 0 auto 32px;
}
.trusted-clients-sec .section-title p {
  margin-top: 20px;
}
@media (max-width: 720px) {
  .trusted-clients-sec {
    padding: 60px 0;
  }
  .trusted-clients-sec .section-title p {
    margin-top: 16px;
  }
}
.trusted-clients-sec ul li {
  margin-right: 20px;

  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}
@media (max-width: 991px) {
  .trusted-clients-sec ul li {
    margin: 0 10px;
  }
}
@media (min-width: 992px) {
  .trusted-clients-sec ul li:hover .client-card {
    box-shadow: 0 8px 24px rgba(10, 10, 10, 0.12);
  }
  .trusted-clients-sec ul li:hover .client-card .client-card-mid h4, .trusted-clients-sec ul li:hover .client-card .client-card-mid .h4 {
    display: inline-block;
  }
}
.trusted-clients-sec .slick-dots {
  margin-top: 20px;
}
.trusted-clients-sec .slick-dots li {
  margin: 0 4px;
}
.trusted-clients-sec .slick-track {
  display: flex;
}
.trusted-clients-sec .slick-track .slick-slide {
  height: inherit;
}
.trusted-clients-sec .first-row-slider {
  margin-bottom: 20px;
}

/*.trusted-clients-sec .second-row-slider .client-card .client-card-foot {
  flex-direction: row-reverse;
}
.trusted-clients-sec .second-row-slider .client-card .client-card-foot .client-expectations {
  padding-right: unset;
}
.trusted-clients-sec .second-row-slider .client-card .client-card-foot .client-expectations .client-rating {
  justify-content: unset;
}
.trusted-clients-sec .second-row-slider .client-card .client-card-top {
  flex-direction: row-reverse;
}*/

.trusted-clients-sec .first-row-slider.deks-slider {
  --width-animation: 0;
  z-index: 9;
  display: inline-block;
  white-space: nowrap;
  /*max-height: 292px;*/
  position: relative;
  transform: translate3d(0%, 0, 0);
}
@keyframes logo-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(var(--width-animation));
  }
}
.trusted-clients-sec .first-row-slider.deks-slider:hover {
  -webkit-animation-play-state: paused !important;
  animation-play-state: paused !important;
}
.trusted-clients-sec .second-row-slider.deks-slider {
  --width-animation2: 0;
  display: inline-block;
  white-space: nowrap;
  max-height: 292px;
  position: relative;
  transform: translate3d(0%, 0, 0);
}
@keyframes two-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(var(--width-animation2));
  }
}
.trusted-clients-sec .second-row-slider.deks-slider:hover {
  -webkit-animation-play-state: paused !important;
  animation-play-state: paused !important;
}
.trusted-clients-sec .trusted-brands {
  display: flex;
  align-items: center;
  margin: 0 auto 56px;
  flex-wrap: nowrap;
  overflow-x: auto;
  max-width: fit-content;
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
  scrollbar-width: none;
}
.trusted-clients-sec .trusted-brands::-webkit-scrollbar {
  display: none;
}
@media (max-width: 720px) {
  .trusted-clients-sec .trusted-brands {
    margin-bottom: 30px;
    width: calc(100% + 32px);
    margin-left: -16px;
  }
}
.trusted-clients-sec .trusted-brands > div {
  padding: 5px 15px;
}
.trusted-clients-sec .trusted-brands > div img {
  width: auto;
  max-height: 30px;
  object-fit: contain;
}
@media (min-width: 1280px) {
  .trusted-clients-sec .container {
    max-width: 938px;
  }
}
.trusted-clients-sec .clients-card-head {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1441px) {
  .trusted-clients-sec .clients-card-head::before, .trusted-clients-sec .clients-card-head:after {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    width: 50px;
    height: 100%;
    filter: blur(5px);
    background-color: #fff;
    z-index: 10;
    transform: scale(1.5);
  }
  .trusted-clients-sec .clients-card-head::after {
    content: "";
    left: unset;
    right: -30px;
  }
}
@media (max-width: 1440px) {
  .trusted-clients-sec .clients-card-head {
    max-width: 100%;
  }
}
.trusted-clients-sec .clients-card-head > a.btn-primary {
  display: block;
  text-align: center;
  max-width: fit-content;
  margin: 72px auto 0;
}
@media (max-width: 720px) {
  .trusted-clients-sec .clients-card-head > a.btn-primary {
    margin-top: 40px;
  }
}
.trusted-clients-sec .client-card {
  border-radius: 16px;
  border: 1px solid #D6DEE5;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-width: 440px;
  width: 440px;
  height: 100%;
  transition: 0.3s;
  background-color: #fff;
  min-height: 292px;
}
/*@media (max-width: 560px) {
  .trusted-clients-sec .client-card {
    max-width: 360px;
    width: 360px;
  }
}*/
@media (max-width: 991px) {
  .trusted-clients-sec .client-card {
    width: 100%;
    min-height: unset;
  }
}
@media (max-width: 720px) {
  .trusted-clients-sec .client-card {
    max-width: unset;
    min-height: unset;
  }
}
.trusted-clients-sec .client-card .client-card-top {
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.trusted-clients-sec .client-card .client-card-top .client-card-img {
  width: 72px;
  min-width: 72px;
  height: 72px;
  overflow: hidden;
  margin-left: 16px;
}
.trusted-clients-sec .client-card .client-card-top .client-card-img img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.trusted-clients-sec .client-card .client-card-top .client-card-disc {
  text-align: left;
}
.trusted-clients-sec .client-card .client-card-top .client-card-disc h3, .trusted-clients-sec .client-card .client-card-top .client-card-disc .h3 {
  font-size: 14px;
  line-height: 21px;
  margin-top: 2px;
  color: #5C5C5C;
}
.trusted-clients-sec .client-card .client-card-top .client-card-disc p {
  font-size: 12px;
  line-height: 18px;
  color: #5C5C5C;
  text-transform: uppercase;
}
.trusted-clients-sec .client-card .client-card-mid {
  padding: 16px 20px;
  border-top: 1px solid #D6DEE5;
  text-align: left;
}
.trusted-clients-sec .client-card .client-card-mid h4, .trusted-clients-sec .client-card .client-card-mid .h4 {
  font-size: 18px;
  line-height: 28px;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
@media (max-width: 991px) {
  .trusted-clients-sec .client-card .client-card-mid h4, .trusted-clients-sec .client-card .client-card-mid .h4 {
    display: block;
  }
}
.trusted-clients-sec .client-card .client-card-mid p {
  color: #5C5C5C;
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
}
.trusted-clients-sec .client-card .client-card-mid p span {
  font-size: 12px;
  margin-right: 8px;
  vertical-align: top;
  font-weight: 400;
  text-transform: uppercase;
}
.trusted-clients-sec .client-card .client-card-foot {
  margin-top: auto;
  display: flex;
  align-items: center;
  padding: 16px 20px;
  border-top: 1px solid #D6DEE5;
  text-align: left;
}
.trusted-clients-sec .client-card .client-card-foot .client-expectations {
  padding-right: 0;
  max-width: 50%;
  width: 100%;
  text-align: start;
}
.trusted-clients-sec .client-card .client-card-foot .client-expectations p {
  font-size: 12px;
  line-height: 24px;
  color: #000000;
  font-weight: 600;
}
.trusted-clients-sec .client-card .client-card-foot .client-expectations p span {
  color: #4A5054;
  font-weight: 400;
  margin-right: 5px;
  display: inline-block;
  text-transform: uppercase;
}
.trusted-clients-sec .client-card .client-card-foot .client-expectations .client-rating {
  display: flex;
  text-align: start;
  justify-content: end;
}
.trusted-clients-sec .client-card .client-card-foot .client-expectations .client-rating span {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #259953;
  opacity: 0.2;
  margin-right: 1px;
}
.trusted-clients-sec .client-card .client-card-foot .client-expectations .client-rating span:nth-child(2) {
  opacity: 0.4;
}
.trusted-clients-sec .client-card .client-card-foot .client-expectations .client-rating span:nth-child(3) {
  opacity: 0.6;
}
.trusted-clients-sec .client-card .client-card-foot .client-expectations .client-rating span:nth-child(4) {
  opacity: 0.8;
}
.trusted-clients-sec .client-card .client-card-foot .client-expectations .client-rating span:nth-child(5) {
  opacity: 1;
}
.trusted-clients-sec .client-card .client-card-foot .client-author {
  padding-right: 20px;
  max-width: 50%;
  width: 100%;
}
.trusted-clients-sec .client-card .client-card-foot .client-author p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: #4A5054;
  text-transform: uppercase;
}
.trusted-clients-sec .client-card .client-card-foot .client-author h5, .trusted-clients-sec .client-card .client-card-foot .client-author .h5 {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: #000000;
  text-transform: capitalize;
}

.testimonial-section {
  padding: 50px 0;
  position: relative;
}
@media (max-width: 720px) {
  .testimonial-section {
    padding: 40px 0;
  }
}
.testimonial-section .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.testimonial-section .container {
  position: relative;
  z-index: 2;
}
.testimonial-section .section-title {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 720px) {
  .testimonial-section .section-title {
    margin-bottom: 20px;
  }
}
.testimonial-section .section-title .eyebrow-text {
  margin-bottom: 0;
}
.testimonial-section .section-title h2, .testimonial-section .section-title .h2 {
  text-transform: uppercase;
}
.testimonial-section .testimonial-slider li {
  margin: 0px 7.5px;
}
.testimonial-section .testimonial-card {
  padding: 30px;
  border: 1px solid #EEEEEE;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
}
.testimonial-section .testimonial-card::after {
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  position: absolute;
  right: -1px;
  bottom: 44px;
  z-index: 3;
}
.testimonial-section .testimonial-card::before {
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  position: absolute;
  right: 44px;
  bottom: -1px;
  z-index: 4;
}
@media (max-width: 720px) {
  .testimonial-section .testimonial-card {
    padding: 18px;
  }
}
.testimonial-section .testimonial-card .review {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 5px;
}
@media (max-width: 720px) {
  .testimonial-section .testimonial-card .review {
    padding-left: 0px;
  }
}
.testimonial-section .testimonial-card .review .image-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 720px) {
  .testimonial-section .testimonial-card .review .image-wrap {
    width: 52px;
    height: 52px;
  }
}
.testimonial-section .testimonial-card .review .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.testimonial-section .testimonial-card .review .title {
  margin-left: 14px;
}
.testimonial-section .testimonial-card .review .title h4, .testimonial-section .testimonial-card .review .title .h4 {
  font-size: 16px;
  line-height: 24px;
}
.testimonial-section .testimonial-card .review .title ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-section .testimonial-card .review .title ul li {
  padding: 1px;
  margin: 0;
}
.testimonial-section .testimonial-card .review .title ul li i {
  font-size: 18px;
  color: #757575;
}
.testimonial-section .testimonial-card .review .title ul li i.active {
  color: #FC9300;
}
.testimonial-section .testimonial-card .quotation-marks {
  position: absolute;
  bottom: -1px;
  right: -1px;
  border-top-left-radius: 10px;
  border-top: 1px solid #EEEEEE;
  border-left: 1px solid #EEEEEE;
  background-color: #fff;
  padding: 10px 0px 10px 10px;
  max-width: 46px;
  max-height: 46px;
}
.testimonial-section .testimonial-card .quotation-marks::after {
  content: "";
  width: 20px;
  height: 20px;
  border-bottom: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
  position: absolute;
  right: 0px;
  top: -20px;
  border-bottom-right-radius: 10px;
}
.testimonial-section .testimonial-card .quotation-marks::before {
  content: "";
  width: 20px;
  height: 20px;
  border-bottom: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
  position: absolute;
  left: -20px;
  bottom: 0;
  border-bottom-right-radius: 10px;
}
.testimonial-section .testimonial-card .quotation-marks img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.testimonial-section .slick-dots {
  margin: 40px 0 0 0;
}

.stats-sec {
  padding: 80px 0;
  border: 1px solid #EEEEEE;
  border-right: unset;
  border-left: unset;
}
@media (max-width: 720px) {
  .stats-sec {
    padding: 60px 0;
  }
}
.stats-sec .section-title {
  max-width: 80%;
  margin: 0 auto 48px;
}
.stats-sec .section-title h2, .stats-sec .section-title .h2 {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 720px) {
  .stats-sec .section-title {
    max-width: 90%;
    margin: 0 auto 32px;
  }
}
.stats-sec .btn-secondary {
  padding: 16px 40px;
  margin: 32px auto 0;
  display: block;
}
@media (max-width: 720px) {
  .stats-sec .btn-secondary {
    width: 100%;
    max-width: 100%;
  }
}

.stast-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 12px;
}
@media (max-width: 720px) {
  .stast-list {
    margin-bottom: 8px;
  }
}
.stast-list > li {
  max-width: 33.333%;
  width: 100%;
  padding: 0 16px;
  margin-bottom: 20px;
}
@media (max-width: 720px) {
  .stast-list > li {
    max-width: 100%;
    margin: 0 auto 24px;
  }
}
.stast-list > li .stats-card {
  height: 100%;
  text-align: center;
}
.stast-list > li .stats-card h3, .stast-list > li .stats-card .h3 {
  font-size: 54px;
  line-height: 72px;
  font-family: "Mackinacpro";
  display: flex;
  justify-content: center;
  transition: 0.3s;
}
@media (max-width: 720px) {
  .stast-list > li .stats-card h3, .stast-list > li .stats-card .h3 {
    font-size: 36px;
    line-height: 48px;
  }
}
.stast-list > li .stats-card h3 .sign, .stast-list > li .stats-card .h3 .sign {
  vertical-align: super;
  font-size: 36px;
  line-height: 50px;
}
@media (max-width: 720px) {
  .stast-list > li .stats-card h3 .sign, .stast-list > li .stats-card .h3 .sign {
    font-size: 30px;
    line-height: 30px;
  }
}
.stast-list > li .stats-card p {
  margin-top: 4px;
  color: #111111;
}
@media (max-width: 720px) {
  .stast-list > li .stats-card p {
    margin-top: 0;
  }
}

.botttom-txt {
  max-width: 560px;
  text-align: center;
  margin: 0 auto;
  color: #111111;
}

.blog-listing-sec,
.any-sec, .inner-sec,
.multi-col-tab.any-sec {
  padding: 120px 0;
}
@media (max-width: 720px) {
  .blog-listing-sec,
  .any-sec,
  .inner-sec,
  .multi-col-tab.any-sec {
    padding: 60px 0;
  }
}


.any-sec-top-lg {
  padding-top: 200px;
}
.any-sec-top {
  padding-top: 120px;
}
@media (max-width: 720px) {
  .any-sec-top-lg {
    padding-top: 100px;
  }
  .any-sec-top {
    padding-top: 60px;
  }
}
.any-sec-bottom {
  padding-bottom: 120px;
}
@media (max-width: 720px) {
  .any-sec-bottom {
    padding-bottom: 60px;
  }
}

@media (min-width: 1440px) {
  .blog-listing-sec .container {
    max-width: 1240px;
  }
  .card-listing .card-title {
    min-height: 52px;
  }
}
.blog-listing-sec .section-title {
  max-width: 500px;
  margin: 0 auto 62px;
}
@media (max-width: 991px) {
  .blog-listing-sec .section-title {
    margin: 0 auto 22px;
  }
}
.blog-listing-sec .section-title h2, .blog-listing-sec .section-title .h2 {
  margin-bottom: 20px;
  text-align: center;
}
.blog-listing-sec .section-title h2 span, .blog-listing-sec .section-title .h2 span {
  line-height: 60px;
}
.blog-listing-sec .section-title h2 span::before, .blog-listing-sec .section-title .h2 span::before {
  background-image: url("../svg/blog-shape-2.svg");
  height: 14px;
  bottom: 2px;
  z-index: -1;
  left: -4px;
}
@media (max-width: 991px) {
  .blog-listing-sec .section-title h2 span, .blog-listing-sec .section-title .h2 span {
    line-height: 36px;
  }
  .blog-listing-sec .section-title h2 span:before, .blog-listing-sec .section-title .h2 span:before {
    bottom: -10px;
    height: 14px;
  }
}
.blog-listing-sec .btn-secondary {
  margin: 62px auto 0;
  display: block;
}
@media (max-width: 991px) {
  .blog-listing-sec .btn-secondary {
    margin: 22px auto 0;
    width: 100%;
    max-width: 100%;
  }
}

.category-tabs {
  margin: 64px auto 0;
}
.category-tabs .nav-tabs {
  background-color: unset;
  padding: 0;
  border-radius: 0;
  border: unset;
  width: -webkit-calc(100% + 16px);
  width: calc(100% + 16px);
  max-width: max-content;
  padding: 8px;
  position: relative;
  margin-bottom: 0;
}
.category-tabs .nav-tabs .nav-link {
  padding: 9px 20px;
  color: #111111;
  background-color: #fff;
  border: 1px solid #D6DEE5;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin: 0 4px;

}
.category-tabs .nav-tabs .nav-link:hover {
  background-color: rgba(204, 204, 204, 0.2);
}
.category-tabs .nav-tabs .nav-link.active {
  background-color: #111111;
  color: #fff;
}
@media (max-width: 720px) {
  .category-tabs .nav-tabs .nav-link {
    width: unset;
  }
}
.category-tabs .nav-tabs.slick-slider {
  margin-left: -8px;
}
@media (max-width: 720px) {
  .category-tabs .nav-tabs {
    padding: 8px 40px;
  }
}
.category-tabs .slick-arrow {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid #D6DEE5;
  background-color: #fff;
  z-index: 2;
}
.category-tabs .slick-arrow:before {
  content: "\e900";
  font-family: "icomoon" !important;
  font-size: 12px;
  line-height: 12px;
  color: #111111;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.category-tabs .slick-arrow.slick-next {
  right: 0;
  -webkit-transform: translate(0, -50%) rotate(-90deg);
      -ms-transform: translate(0, -50%) rotate(-90deg);
          transform: translate(0, -50%) rotate(-90deg);
  border: unset;
  background-color: unset;
}
.category-tabs .slick-arrow.slick-next:before {
  content: "\e900";
  font-family: icomoon !important;
  font-size: 12px;
  line-height: 12px;
  color: #111;
  width: 52px;
  height: 52px;
  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;
  border: 1px solid #D6DEE5;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.category-tabs .slick-arrow.slick-next::after {
  content: "";
  position: absolute;
  top: -45px;
  right: 0;
  width: 150px;
  height: 40px;
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, white), to(#fff0));
  background: -webkit-linear-gradient(left, white 40%, #fff0);
  background: linear-gradient(to right, white 40%, #fff0);
  z-index: -1;
  -webkit-transform: rotate(-90deg) translateY(49px);
      -ms-transform: rotate(-90deg) translateY(49px);
          transform: rotate(-90deg) translateY(49px);
}
.category-tabs .slick-arrow.slick-next:hover, .category-tabs .slick-arrow.slick-next:focus {
  background-color: #fff;
  border-color: #1375E8;
}
.category-tabs .slick-arrow.slick-next:hover:before, .category-tabs .slick-arrow.slick-next:focus:before {
  color: #1375E8;
  border-color: #1375E8;
}
.category-tabs .slick-arrow.slick-prev {
  left: 0;
  -webkit-transform: translate(0, -50%) rotate(90deg);
      -ms-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
}
.category-tabs .slick-arrow:hover, .category-tabs .slick-arrow:focus {
  background-color: #fff;
  border-color: #1375E8;
}
.category-tabs .slick-arrow:hover:before, .category-tabs .slick-arrow:focus:before {
  color: #1375E8;
}
.category-tabs .slick-arrow.disabled {
  display: none;
}
@media (max-width: 720px) {
  .category-tabs .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .category-tabs .slick-arrow.slick-next:after {
    top: -59px;
    -webkit-transform: rotate(-90deg) translateY(55px);
        -ms-transform: rotate(-90deg) translateY(55px);
            transform: rotate(-90deg) translateY(55px);
  }
  .category-tabs .slick-arrow.slick-next:before {
    width: 40px;
    height: 40px;
  }
}


.blog-listing li{
  position: relative;
  padding: 10px;
}
@media (max-width: 720px) {
  .blog-listing li {
    padding: 10px 7.5px;
  }
}
.blog-listing li .invisible-anchor,
.card-listing .invisible-anchor {
  inset: 10px;
  width: unset;
  height: unset;
}
@media (max-width: 721px) {
  .blog-listing li .invisible-anchor,
  .card-listing .invisible-anchor {
    inset: 10px 0;
  }
}
.blog-listing li .invisible-anchor:hover ~ .blog-card,
.card-listing .invisible-anchor:hover ~ .blog-card {
  background-color: #1375E8;
}
.card-listing .invisible-anchor:hover ~ .card {
  background-color: #1375E8;
  background-blend-mode: normal;
}
.blog-listing li .invisible-anchor:hover ~ .blog-card .blog-desc h3, .blog-listing li .invisible-anchor:hover ~ .blog-card .blog-desc .h3,
.blog-listing li .invisible-anchor:hover ~ .blog-card .blog-desc p,
.card-listing .invisible-anchor:hover ~ .blog-card .blog-desc .card-title, .card-listing .invisible-anchor:hover ~ .blog-card .blog-desc .card-title,
.card-listing .invisible-anchor:hover ~ .blog-card .blog-desc p{
  color: #fff;
}
.blog-listing li .invisible-anchor:hover ~ .blog-card .btn-ternanry,
.card-listing .invisible-anchor:hover ~ .blog-card .btn-ternanry {
  color: #fff;
}
.blog-listing li .invisible-anchor:hover ~ .blog-card .btn-ternanry i,
.card-listing .invisible-anchor:hover ~ .blog-card .btn-ternanry i {
  color: #fff;
}

#first, #second, #third, #fourth, #fifth, #sixth {
  background-size: cover;
  background-blend-mode: multiply;
}
#first {
  background-image: url('../png/content-bg2-2.png');
}
.card-listing .invisible-anchor:hover ~ .card,
.card-listing .invisible-anchor:hover ~ #first  { 
  background-color: #1375E8 !important; 
}
#second {
  background-image: url('../jpg/brand-services-bg-3.jpg');
}
#third {
  background-image: url('../png/content-bg2n-2.png');
}
#fourth {
  background-image: url('../jpg/content-bg5-2.jpg');
}
#fifth {
  background-image: url('../png/content-bg7-2.png');
}
#sixth {
  background-image: url('../png/content-bg8-2.png');
}
.card-listing .invisible-anchor:hover ~ #first .btn-ternanry,
.card-listing .invisible-anchor:hover ~ #first .btn-ternanry i, 
.card-listing .invisible-anchor:hover ~ #second .btn-ternanry,
.card-listing .invisible-anchor:hover ~ #second .btn-ternanry i, 
.card-listing .invisible-anchor:hover ~ #third .btn-ternanry,
.card-listing .invisible-anchor:hover ~ #third .btn-ternanry i, 
.card-listing .invisible-anchor:hover ~ #fourth .btn-ternanry,
.card-listing .invisible-anchor:hover ~ #fourth .btn-ternanry i, 
.card-listing .invisible-anchor:hover ~ #fifth .btn-ternanry,
.card-listing .invisible-anchor:hover ~ #fifth .btn-ternanry i, 
.card-listing .invisible-anchor:hover ~ #sixth .btn-ternanry,
.card-listing .invisible-anchor:hover ~ #sixth .btn-ternanry i {
  color: #fff;
}

.min-h-auto,
.min-h-auto.blog-card {
  min-height: auto;
}

.blog-card {
  padding: 32px;
  background-color: #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  /*border: 1px solid #BAC8D3;*/
  border: 1px solid #D6DEE5;
  transition: 0.3s;

  min-height: 100%;
}
@media (max-width: 720px) {
  .blog-card {
    padding: 16px;
  }
  .blog-card .blog-top {
    /*display: flex;
    flex-direction: row-reverse;*/
  }
}
.blog-card .blog-img {
  width: 100%;
  height: 140px;
  border-radius: 12px;
  margin-bottom: 20px;
  overflow: hidden;
}
.blog-card .blog-img img,
.card-img-top {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 720px) {
  .blog-card .blog-img {
    width: 80px;
    min-width: 80px;
    height: 80px;
    margin: 0;
  }
}
.blog-card .blog-desc {
  margin-bottom: 30px;
}
.blog-card .blog-desc h3, .blog-card .blog-desc .h3 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 8px;
  transition: 0.3s;
}
.blog-card .blog-desc p {
  color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  letter-spacing: -0.5px;
  transition: 0.3s;
}
@media (max-width: 720px) {
  .blog-card .blog-desc {
    margin-bottom: 12px;
    padding-right: 20px;
  }
  .blog-card .blog-desc h3, .blog-card .blog-desc .h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .blog-card .blog-desc p {
    -webkit-line-clamp: 2;
  }
}

.accord-component {
  padding: 120px 0 88px;
}
@media (max-width: 720px) {
  .accord-component {
    padding: 60px 0 28px;
  }
}
.accord-component .section-title {
  text-align: center;
  margin-bottom: 16px;
}
.accord-component .section-title h2 span, .accord-component .section-title .h2 span {
  line-height: 60px;
}
.accord-component .section-title h2 span:before, .accord-component .section-title .h2 span:before {
  background-image: url(../svg/writer-bg-2.svg);
  height: 15px;
  background-size: contain;
}
@media (max-width: 991px) {
  .accord-component .section-title h2 span, .accord-component .section-title .h2 span {
    line-height: inherit;
  }
  .accord-component .section-title h2 span:before, .accord-component .section-title .h2 span:before {
    height: 10px;
  }
}

.accordion .accordion-item {
  border: unset;
  box-shadow: unset;
  padding: 32px 0;
}
.accordion .accordion-item:not(:last-of-type) {
  border-bottom: 1px solid #EEEEEE;
}
.accordion .accordion-item .accordion-header {
  line-height: unset;
  font-size: unset;
}
.accordion .accordion-item .accordion-button {
  border-radius: unset;
  background-color: unset;
  box-shadow: unset !important;
  border: unset !important;
  padding: 0 32px 0 64px;
  font-size: 20px;
  line-height: 30px;
  color: #111111;
  font-weight: bold;
}
.accordion .accordion-item .accordion-button img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.accordion .accordion-item .accordion-button:after {
  display: none;
}
.accordion .accordion-item .accordion-button .toggle-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 4px;
  top: 4px;
  border-radius: 5px;
  border: 1px solid #111111;
}
@media (max-width: 720px) {
  .accordion .accordion-item .accordion-button .toggle-icon {
    top: 8px;
  }
}
.accordion .accordion-item .accordion-button .toggle-icon:before, .accordion .accordion-item .accordion-button .toggle-icon:after {
  content: "";
  height: 1px;
  top: 50%;
  left: 50%;
  margin-left: 0;
  width: 10px;
  margin-top: 0;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  background-color: #111111;
  border-radius: 2px;
}
.accordion .accordion-item .accordion-button.collapsed .toggle-icon:after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
@media (max-width: 720px) {
  .accordion .accordion-item .accordion-button {
    padding: 0 32px 0 64px;
    min-height: 40px;
  }
}
.accordion .accordion-item .accordion-body {
  padding: 4px 64px 0;
  color: #111111;
  letter-spacing: -0.3px;
}
@media (max-width: 720px) {
  .accordion .accordion-item .accordion-body {
    padding: 32px 0 0;
  }
}
.accordion .accordion-item .accordion-body a {
  color: inherit;
  text-decoration: underline;
  transition: 0.3s;
}
.accordion .accordion-item .accordion-body a:hover {
  text-decoration: unset;
}
.accordion .accordion-item .accordion-body p {
  color: #111111;
  letter-spacing: -0.3px;
}
.accordion .accordion-item .accordion-body p a {
  color: inherit;
  text-decoration: underline;
  transition: 0.3s;
}
.accordion .accordion-item .accordion-body p a:hover {
  text-decoration: unset;
}

.multi-col-tab {
  padding: 60px 0 120px;
  position: relative;
  z-index: 1;
}
@media (max-width: 720px) {
  .multi-col-tab {
    padding: 30px 0 60px;
  }
}
@media (min-width: 1400px) {
  .multi-col-tab .container {
    max-width: 1280px;
  }
}
@media (max-width: 991px) {
  .multi-col-tab .tabed-sec {
    display: none;
  }
  .multi-col-tab .accordion .accordion-item {
    background-color: transparent;
    padding: 16px 0;
    border-bottom: none;
  }
  .multi-col-tab .accordion .accordion-item .accordion-button {
    font-size: 16px;
    line-height: 24px;
    padding-left: 0;
  }
  .multi-col-tab .accordion .accordion-body {
    padding: 21px 0px 0;
  }
  .multi-col-tab .accordion .accordion-body .icons-list {
    margin: 0;
    width: 100%;
  }
  .multi-col-tab .accordion .accordion-body .icons-list .slick-track {
    display: flex;
  }
  .multi-col-tab .accordion .accordion-body .icons-list .slick-track li.slick-slide {
    height: inherit;
    margin-right: 16px;
  }
  .multi-col-tab .accordion .accordion-body .icons-box {
    border: 1px solid #D6DEE5;
    border-radius: 12px;
    height: 100%;
    padding: 16px 16px 48px;
  }
  .multi-col-tab .accordion .accordion-body .btn-secondary {
    text-decoration: unset !important;
  }
  .multi-col-tab .accordion .accordion-body .btn-secondary:hover, .multi-col-tab .accordion .accordion-body .btn-secondary:focus {
    background-color: #1375E8;
    color: #fff;
  }
  .multi-col-tab .accordion .slick-dots {
    padding: 20px 0 16px;
  }
}
@media (max-width: 720px) {
  .multi-col-tab .accordion .slick-dots {
    padding: 20px 0 16px;
    position: absolute;
    bottom: 0;
  }
  .multi-col-tab .accordion .accordion-body {
    padding-top: 16px;
  }
  .multi-col-tab .accordion .accordion-body .icons-list .slick-track li.slick-slide {
    margin-right: 0;
  }
  .multi-col-tab .accordion .accordion-body .btn-secondary {
    max-width: unset;
    width: 100%;
    text-align: center;
  }
}
.multi-col-tab .section-title {
  margin-bottom: 40px;
}
@media (max-width: 720px) {
  .multi-col-tab .section-title {
    margin-bottom: 16px;
  }
}
.multi-col-tab .section-title h2 span:before, .multi-col-tab .section-title .h2 span:before {
  background-image: url("../svg/simplify-bg-2.svg");
  height: 12px;
  bottom: -1px;
}
@media (max-width: 720px) {
  .multi-col-tab .section-title h2 span:before, .multi-col-tab .section-title .h2 span:before {
    bottom: -3px;
  }
}
.multi-col-tab .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.multi-col-tab .hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 720px) {
  .multi-col-tab .hero-bg {
    height: 240px;
  }
}
.multi-col-tab .btn-secondary {
  margin: 72px auto 0;
  display: block;
}
@media (max-width: 720px) {
  .multi-col-tab .btn-secondary {
    margin: 16px auto 0;
  }
}
@media (max-width: 720px) {
  .multi-col-tab .nav-tabs {
    flex-direction: column;
    border-radius: 35px;
    margin: 0 auto 16px;
  }
  .multi-col-tab .nav-tabs > li {
    padding: 5px;
  }
}

.icons-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  width: calc(100% + 32px);
  margin: 0 -16px;
}
.icons-list > li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 16px;
}
@media (max-width: 991px) {
  .icons-list > li {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 16px;
  }
}
@media (max-width: 720px) {
  .icons-list > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.icons-list .icons-box {
  text-align: center;
}
.icons-list .icons-box img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  object-position: center;
  margin: 0 auto 20px;
}
.icons-list .icons-box h3, .icons-list .icons-box .h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 12px;
  text-align: center;
}
.icons-list .icons-box p {
  color: #111111;
  letter-spacing: -0.5px;
}

.fifty-fifty-sec {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .fifty-fifty-sec {
    padding: 60px 0;
  }
}
.fifty-fifty-sec .section-title {
  margin-bottom: 72px;
}
@media (max-width: 991px) {
  .fifty-fifty-sec .section-title {
    margin-bottom: 20px;
  }
}

.fifty-fifty-block .row {
  margin: 0 -2px;
}
.fifty-fifty-block .col-md-6 {
  padding: 0 2px;
}
@media (max-width: 720px) {
  .fifty-fifty-block .col-md-6:not(:last-of-type) {
    margin-bottom: 16px;
  }
}
.fifty-fifty-block .fifty-card {
  position: relative;
  min-height: 492px;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 720px) {
  .fifty-fifty-block .fifty-card {
    min-height: 320px;
  }
}
.fifty-fifty-block .fifty-card .image-wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.fifty-fifty-block .fifty-card .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.fifty-fifty-block .fifty-card .image-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #051715;
  background: linear-gradient(180deg, rgba(5, 23, 21, 0) 0%, #051715 100%);
}
.fifty-fifty-block .fifty-card .image-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
}
.fifty-fifty-block .fifty-card .description {
  position: relative;
  padding: 32px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 720px) {
  .fifty-fifty-block .fifty-card .description {
    padding: 20px;
  }
}
.fifty-fifty-block .fifty-card .description p,
.fifty-fifty-block .fifty-card .description h3,
.fifty-fifty-block .fifty-card .description .h3 {
  color: #fff;
}
.fifty-fifty-block .fifty-card .description h3, .fifty-fifty-block .fifty-card .description .h3 {
  margin-bottom: 30px;
}
.fifty-fifty-block .fifty-card .description p {
  margin-bottom: 16px;
}
.fifty-fifty-block .fifty-card .description .btn-secondary {
  color: #fff;
  border: 1px solid #fff;
  padding: 11px 32px;
  font-size: 16px;
  font-weight: 600;
}
.fifty-fifty-block .fifty-card .description .btn-secondary:hover {
  border: 1px solid #1375E8;
}

.section-title.need-shape span:before {
  bottom: -2px;
  left: 0;
  width: 102%;
  height: 18px;
  background-image: url(../svg/peckges-2.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .section-title.need-shape span:before {
    bottom: 0px;
    width: 100%;
    height: 9px;
  }
}

.packages-sec {
  padding: 120px 0;
  position: relative;
}
@media (max-width: 720px) {
  .packages-sec {
    padding: 60px 0;
  }
}
.packages-sec .section-title {
  margin-bottom: 72px;
}
@media (max-width: 720px) {
  .packages-sec .section-title {
    margin-bottom: 20px;
  }
}
.packages-sec .section-title h2, .packages-sec .section-title .h2 {
  margin-bottom: 20px;
}
@media (max-width: 720px) {
  .packages-sec .section-title h2, .packages-sec .section-title .h2 {
    margin-bottom: 10px;
  }
}
.packages-sec .section-title p {
  font-size: 18px;
}
.packages-sec .container {
  position: relative;
  z-index: 2;
}
@media (min-width: 1440px) {
  .packages-sec .container {
    max-width: 1240px;
  }
}
.packages-sec .packages-bg-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
.packages-sec .packages-bg-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 720px) {
  .packages-sec .packages-bg-wrap img {
    object-fit: fill;
  }
}

.packages-block {
  display: flex;
  justify-content: space-between;
  margin: -10px;
  flex-wrap: wrap;
}
.packages-block li {
  width: 25%;
  padding: 10px;
  position: relative;
}
@media (max-width: 991px) {
  .packages-block li {
    width: 50%;
  }
}
@media (max-width: 720px) {
  .packages-block li {
    width: 100%;
    padding: 8px;
  }
}
.packages-block .invisible-anchor {
  inset: 10px;
  width: unset;
  height: unset;
}
.packages-block .invisible-anchor:hover ~ .p-card {
  background-color: #1375E8;
}
.packages-block .invisible-anchor:hover ~ .p-card .star-image-wrap span {
  color: #fff;
  transition: all 600ms;
}
.packages-block .invisible-anchor:hover ~ .p-card h4, .packages-block .invisible-anchor:hover ~ .p-card .h4,
.packages-block .invisible-anchor:hover ~ .p-card p,
.packages-block .invisible-anchor:hover ~ .p-card h3,
.packages-block .invisible-anchor:hover ~ .p-card .h3 {
  color: #fff;
}
.packages-block .invisible-anchor:hover ~ .p-card .btn-primary {
  background-color: #fff;
  color: #0C43AD;
}
.packages-block .invisible-anchor:hover ~ .p-card .card-heading {
  border-bottom: 1px solid #4291ED;
}
.packages-block .p-card {
  width: 100%;
  position: relative;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 8px 60px 0px rgba(76, 87, 94, 0.06);
  padding: 32px 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 600ms;
  background-color: #fff;
  z-index: 1;
}
@media (max-width: 991px) {
  .packages-block .p-card:not(:last-of-type) {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 720px) {
  .packages-block .p-card:not(:last-of-type) {
    margin: 0 0 16px 0;
  }
}
.packages-block .p-card .card-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E3E9ED;
  padding-bottom: 10px;
}
.packages-block .p-card .card-heading .star-image-wrap {
  width: 58px;
  height: 86px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.packages-block .p-card .card-heading .star-image-wrap img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.packages-block .p-card .card-heading .star-image-wrap span {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  color: #0C43AD;
  transition: all 600ms;
}
.packages-block .p-card .price-block h3, .packages-block .p-card .price-block .h3 {
  font-size: 40px;
  line-height: 36px;
  color: #111111;
  transition: all 600ms;
}
.packages-block .p-card .price-block p {
  color: #ADADAD;
  font-weight: 500;
  transition: all 600ms;
}
.packages-block .p-card .description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 49px;
}
.packages-block .p-card .description h4, .packages-block .p-card .description .h4 {
  margin-bottom: 8px;
  transition: all 600ms;
}
.packages-block .p-card .description p {
  transition: all 600ms;
}
.packages-block .p-card .btn-primary {
  max-width: 100%;
  z-index: -1;
}

.copywriting-comp {
  padding: 120px 0;
  background: linear-gradient(90deg, #1375E8, #3BC0EA);
}
.copywriting-comp .section-title {
  margin-bottom: 48px;
}
.copywriting-comp .section-title h2, .copywriting-comp .section-title .h2 {
  color: #fff;
}
@media (max-width: 720px) {
  .copywriting-comp .section-title {
    margin-bottom: 10px;
  }
}
.copywriting-comp .copywirte-txt p {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.6px;
}
@media (max-width: 720px) {
  .copywriting-comp .copywirte-txt {
    margin: 10px 0;
  }
}
.copywriting-comp .row {
  margin-left: -16px;
  margin-right: -16px;
}
.copywriting-comp .row .col-md-6 {
  padding: 0 16px;
}
.copywriting-comp .btn-secondary {
  border-color: #fff;
  color: #fff;
  margin: auto;
  display: block;
}
.copywriting-comp .btn-secondary:hover {
  background-color: #fff;
  color: #0C43AD;
}

.copywriting-writers {
  display: flex;
  flex-wrap: wrap;
  margin: 62px -10px;
}
@media (max-width: 720px) {
  .copywriting-writers {
    margin: 14px 0 24px;
  }
}
.copywriting-writers > li {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 10px;
}
@media (max-width: 991px) {
  .copywriting-writers > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 720px) {
  .copywriting-writers > li {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .copywriting-writers > li:not(:last-of-type) {
    margin-bottom: 16px;
  }
}
.copywriting-writers .copywriting-writers-box {
  width: 100%;
  height: 100%;
  background-color: #0F5EBA;
  border-radius: 12px;
  padding: 50px 25px;
  text-align: center;
}
.copywriting-writers .copywriting-writers-box img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}
.copywriting-writers .copywriting-writers-box .name {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin-top: 18px;
}
.copywriting-writers .copywriting-writers-box .ratings {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px 0;
}
.copywriting-writers .copywriting-writers-box .ratings i {
  font-size: 24px;
  line-height: 24px;
  color: #333333;
}
.copywriting-writers .copywriting-writers-box .ratings i.active {
  color: #FFDA17;
}
.copywriting-writers .copywriting-writers-box .area {
  font-size: 14px;
  line-height: 21px;
  color: #D0E3FA;
}

.search-sec {
  max-width: 550px;
  margin: auto;
}
.search-sec form {
  position: relative;
}
.search-sec form input:not([type=submit]) {
  padding: 23px 20px;
  padding-right: 140px;
}
.search-sec .search-field,
.search-sec .input-group > .form-control:not(:last-child),
.search-sec .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-radius: 8px;
}
.search-sec form input[type=submit] {
  position: absolute;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  padding: 16px 32px;
  top: 8px;
  right: 8px;
  min-width: unset;
}
.search-sec form input input:-webkit-autofill,
.search-sec form input input:-webkit-autofill:hover,
.search-sec form input input:-webkit-autofill:focus,
.search-sec form input input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.featured-article {
  padding: 12px 0 60px;
}
@media (max-width: 720px) {
  .featured-article {
    padding: 12px 0 30px;
  }
}
.featured-article .row .col-lg-8 {
  position: relative;
}
.featured-article .row .col-lg-8 .invisible-anchor {
  width: unset;
  left: 7.5px;
  right: 7.5px;
}
.featured-article .row .col-lg-8 .invisible-anchor:hover ~ .blog-card {
  background-color: #1375E8;
  border-color: #1375E8;
}
.featured-article .row .col-lg-8 .invisible-anchor:hover ~ .blog-card .blog-desc h3, .featured-article .row .col-lg-8 .invisible-anchor:hover ~ .blog-card .blog-desc .h3 {
  color: #fff;
}
.featured-article .row .col-lg-8 .invisible-anchor:hover ~ .blog-card .blog-desc p {
  color: #F1F4F6;
}
.featured-article .row .col-lg-8 .invisible-anchor:hover ~ .blog-card .blog-info > div {
  color: #fff;
}
.featured-article .row .col-lg-8 .invisible-anchor:hover ~ .blog-card .blog-info > div i {
  color: #fff;
}
.featured-article .row .col-lg-8 .invisible-anchor:hover ~ .blog-card .blog-au-d {
  color: #fff;
}
.featured-article .row .col-lg-8 .invisible-anchor:hover ~ .blog-card .blog-au-d div + div::before {
  background-color: #fff;
}
.featured-article .row .col-lg-8 .invisible-anchor:hover ~ .blog-card .btn-ternanry {
  color: #fff;
}
.featured-article .row .col-lg-8 .invisible-anchor:hover ~ .blog-card .btn-ternanry i {
  color: #fff;
}
.featured-article .blog-card {
  border-color: #D6DEE5;
}
.featured-article .blog-card .blog-img {
  height: 315px;
}
.featured-article .blog-card .blog-desc {
  margin-bottom: 20px;
}
@media (max-width: 720px) {
  .featured-article .blog-card .blog-top {
    flex-direction: column;
  }
  .featured-article .blog-card .blog-top .blog-img {
    height: 240px;
    width: 100%;
    margin-bottom: 16px;
  }
}
.featured-article .blog-card .blog-au-d {
  text-align: center;
  display: flex;
  align-items: center;
  color: #4A5054;
  margin-bottom: 20px;
}
.featured-article .blog-card .blog-au-d .author-detail {
  display: flex;
  align-items: center;
  justify-content: center;
}
.featured-article .blog-card .blog-au-d .author-detail img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 8px;
}
.featured-article .blog-card .blog-au-d .author-detail span {
  text-transform: capitalize;
}
.featured-article .blog-card .blog-au-d div + div {
  padding-left: 10px;
  position: relative;
}
.featured-article .blog-card .blog-au-d div + div:before {
  content: "";
  position: absolute;
  left: 4px;
  width: 2px;
  height: 70%;
  top: 15%;
  background-color: #5C5C5C;
}
@media (max-width: 720px) {
  .featured-article .blog-card .blog-au-d div + div:before {
    display: none;
  }
}
@media (max-width: 720px) {
  .featured-article .blog-card .blog-au-d {
    flex-direction: column;
  }
}
.featured-article .section-title {
  margin-bottom: 32px;
}
.featured-article .section-title h2, .featured-article .section-title .h2 {
  font-size: 24px;
  line-height: 36px;
}

.newsletter-sec {
  padding: 32px;
  border-radius: 12px;
  border: 1px solid #D6DEE5;
  height: 100%;
}
.newsletter-sec img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  object-position: center;
  margin-bottom: 20px;
}
.newsletter-sec h3, .newsletter-sec .h3 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 8px;
}
.newsletter-sec p {
  margin-bottom: 20px;
}
.newsletter-sec form input[type=submit] {
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .newsletter-sec {
    margin-top: 16px;
    padding: 16px;
    height: unset;
  }
}

.most-recent {
  padding: 60px 0 120px;
  position: relative;
  z-index: 0;
}
.most-recent .fixed-h-bg {
  top: -35px;
}
@media (min-width: 721px) {
  .most-recent .fixed-h-bg {
    top: -85px;
    height: 740px;
  }
}
@media (max-width: 720px) {
  .most-recent {
    padding: 30px 0 60px;
  }
}
.most-recent .section-title {
  margin-bottom: 20px;
}
.most-recent .section-title h2, .most-recent .section-title .h2 {
  font-size: 24px;
  line-height: 36px;
}
.most-recent .blog-listing li {
  padding: 12px 10px;
}
.most-recent .btn-secondary {
  margin: 60px auto 0;
  display: flex;
  align-items: center;
  letter-spacing: -0.5px;
}
.most-recent .btn-secondary i {
  margin-right: 8px;
}
@media (max-width: 720px) {
  .most-recent .btn-secondary {
    width: 100%;
    max-width: 100%;
    margin: 22px 0 0 0;
    justify-content: center;
  }
}

.full-width-cta {
  padding: 120px 0;
  background: linear-gradient(125deg, #1276e8 0%, #3bc0ea 100%);
}
.full-width-cta .section-title {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.full-width-cta .section-title h2, .full-width-cta .section-title .h2 {
  color: #fff;
}
.full-width-cta .section-title .btn-secondary {
  margin-top: 48px;
  border-color: #fff;
  color: #fff;
}
.full-width-cta .section-title .btn-secondary:hover {
  background-color: #fff;
  color: #1375E8;
}
@media (max-width: 720px) {
  .full-width-cta .section-title .btn-secondary {
    width: 100%;
    max-width: 100%;
    margin: 22px 0 0 0;
  }
}

.inner-banner.detail-banner {
  min-height: unset;
  padding-bottom: 337px;
}
.inner-banner.detail-banner .blog-info {
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-banner.detail-banner .blog-info > div {
  display: flex;
  align-items: center;
}
.inner-banner.detail-banner .blog-info > div i {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  margin-right: 8px;
  color: #5C5C5C;
}
.inner-banner.detail-banner .blog-info > div p {
  font-size: 14px;
  line-height: 20px;
  color: #5C5C5C;
}
.inner-banner.detail-banner .blog-info > div.share i {
  color: #1375E8;
}
.inner-banner.detail-banner .blog-info > div.share p {
  color: #1375E8;
}
@media (max-width: 720px) {
  .inner-banner.detail-banner .blog-info > div.share {
    padding-top: 10px;
  }
}
.inner-banner.detail-banner .blog-info > div + div {
  margin-left: 24px;
}
@media (max-width: 720px) {
  .inner-banner.detail-banner .blog-info {
    flex-wrap: wrap;
  }
  .inner-banner.detail-banner .blog-info > div {
    padding: 4px;
  }
}
.inner-banner.detail-banner .blog-au-d {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.5px;
  color: #5C5C5C;
  margin-bottom: 20px;
}
.inner-banner.detail-banner .blog-au-d .author-detail {
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-banner.detail-banner .blog-au-d .author-detail img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 8px;
}
.inner-banner.detail-banner .blog-au-d .author-detail span {
  text-transform: capitalize;
}
.inner-banner.detail-banner .blog-au-d div + div {
  padding-left: 10px;
  position: relative;
}
.inner-banner.detail-banner .blog-au-d div + div:before {
  content: "";
  position: absolute;
  left: 4px;
  width: 2px;
  height: 70%;
  top: 15%;
  background-color: #5C5C5C;
}
@media (max-width: 720px) {
  .inner-banner.detail-banner .blog-au-d {
    flex-wrap: wrap;
  }
}

.blog-detail-sec {
  margin-top: -265px;
  padding-bottom: 60px;
  position: relative;
}
@media (max-width: 720px) {
  .blog-detail-sec {
    padding-bottom: 30px;
  }
}
.blog-detail-sec .featured-img {
  width: 100%;
  height: 510px;
  border-radius: 12px;
  overflow: hidden;
}
.blog-detail-sec .featured-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 720px) {
  .blog-detail-sec .featured-img {
    height: 350px;
  }
}
.blog-detail-sec .right-floating-sec {
  position: sticky;
  top: 144px;
}
@media (max-width: 991px) {
  .blog-detail-sec .right-floating-sec {
    margin-top: 24px;
  }
}
@media (max-width: 720px) {
  .blog-detail-sec .right-floating-sec {
    padding-bottom: 78px;
    z-index: 1;
  }
}
.blog-detail-sec .download-tamplate,
.download-tamplate {
  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
  border: 1px solid #D6DEE5;
  min-height: 510px;
}
.blog-detail-sec .download-tamplate img,
.download-tamplate img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  margin-bottom: 20px;
  border-radius: 12px;
}
.blog-detail-sec .download-tamplate .download-tamplate-desc h2, .blog-detail-sec .download-tamplate .download-tamplate-desc .h2,
.download-tamplate .download-tamplate-desc h2, .download-tamplate .download-tamplate-desc .h2 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 8px;
}
.blog-detail-sec .download-tamplate .download-tamplate-desc p,
.download-tamplate .download-tamplate-desc p {
  color: #4A5054;
}
.blog-detail-sec .download-tamplate form,
.download-tamplate form {
  margin-top: 20px;
}
.blog-detail-sec .download-tamplate form .submit-grp,
.download-tamplate form .submit-grp {
  position: relative;
  margin-top: 20px;
  z-index: 1;
}
.blog-detail-sec .download-tamplate form .submit-grp input[type=submit],
.download-tamplate form .submit-grp input[type=submit] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 0;
  opacity: 0;
  height: 56px;
}
.blog-detail-sec .download-tamplate form .submit-grp input[type=submit]:hover ~ .submit-sec, .blog-detail-sec .download-tamplate form .submit-grp input[type=submit]:focus ~ .submit-sec,
.download-tamplate form .submit-grp input[type=submit]:hover ~ .submit-sec, .download-tamplate form .submit-grp input[type=submit]:focus ~ .submit-sec  {
  background-color: #0C43AD;
}
.blog-detail-sec .download-tamplate form .submit-grp .submit-sec,
.download-tamplate form .submit-grp .submit-sec {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}
.blog-detail-sec .download-tamplate form .submit-grp .submit-sec i,
.download-tamplate form .submit-grp .submit-sec i {
  width: 24px;
  height: 24px;
  font-size: 21px;
  line-height: 21px;
  color: #fff;
  margin-right: 12px;
}
.blog-detail-sec .download-tamplate form .submit-grp .submit-sec p,
.download-tamplate form .submit-grp .submit-sec p {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 991px) {
  .blog-detail-sec .download-tamplate,
  .download-tamplate {
    min-height: unset;
    padding: 16px;
  }
}
.blog-detail-sec .floating-share-sec {
  margin-top: 20px;
  width: 100%;
  border-radius: 12px;
  border: 1px solid #1375E8;
  padding: 15px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
@media (max-width: 720px) {
  .blog-detail-sec .floating-share-sec {
    left: 16px;
    width: calc(100% - 32px);
    background-color: #fff;
    z-index: 9999;
  }
  .blog-detail-sec .floating-share-sec:hover {
    background-color: #1375E8;
  }
}
.blog-detail-sec .floating-share-sec.show {
  opacity: 1;
  pointer-events: all;
}
.blog-detail-sec .floating-share-sec i {
  width: 24px;
  height: 24px;
  font-size: 21px;
  line-height: 21px;
  color: #1375E8;
  margin-right: 10px;
  transition: 0.3s;
}
.blog-detail-sec .floating-share-sec p {
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #1375E8;
  transition: 0.3s;
}
.blog-detail-sec .floating-share-sec:hover, .blog-detail-sec .floating-share-sec:focus {
  background-color: #1375E8;
}
.blog-detail-sec .floating-share-sec:hover i,
.blog-detail-sec .floating-share-sec:hover p, .blog-detail-sec .floating-share-sec:focus i,
.blog-detail-sec .floating-share-sec:focus p {
  color: #fff;
}

.leadership-team {
  padding: 38px 0 50px;
}
.leadership-team .section-title {
  max-width: 525px;
  margin: 0 auto 62px;
}

.leadership-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-left: -10px;
}
.leadership-list > li {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 10px;
}
@media (max-width: 991px) {
  .leadership-list > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 720px) {
  .leadership-list > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.leadership-box {
  width: 100%;
  position: relative;
}
.leadership-box .leadership-img {
  width: 100%;
  height: 440px;
  position: relative;
}
.leadership-box .leadership-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  filter: grayscale(1);
}
.leadership-box .leadership-img .brand-icon {
  position: absolute;
  width: 200px;
  height: 200px;
  object-fit: contain;
  border-radius: unset;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: unset;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: hard-light;
}
.leadership-box .leadership-desc {
  margin-top: 18px;
  position: relative;
}
.leadership-box .leadership-desc .name {
  padding-right: 30px;
  font-size: 20px;
  line-height: 30px;
}
.leadership-box .leadership-desc .designation {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: #333333;
  margin-top: 4px;
}
.leadership-box .leadership-desc .linkdin-anc {
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 9;
  width: 20px;
  height: 20px;
}
.leadership-box .leadership-desc .linkdin-anc i {
  line-height: 20px;
  font-size: 20px;
  color: #0A66C2;
  transition: 0.3s;
}
.leadership-box .leadership-desc .linkdin-anc:hover i {
  color: #1375E8;
}
.leadership-box .invisible-anchor:hover ~ .leadership-img .brand-icon {
  opacity: 1;
}

.bod-comp {
  padding: 60px 0 120px;
}
@media (max-width: 720px) {
  .bod-comp {
    padding: 30px 0 60px;
  }
}
.bod-comp .section-title {
  max-width: 525px;
  margin: 0 auto 62px;
}

.bod-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-left: -10px;
}
.bod-list > li {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 10px;
}
@media (max-width: 991px) {
  .bod-list > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 720px) {
  .bod-list > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.bod-list > li:nth-of-type(4n+1) .bod-box .bod-top-sec {
  background-color: #CCEEF0;
}
.bod-list > li:nth-of-type(4n+1) .bod-box .bod-img:before {
  top: -40px;
  right: -40px;
  background: url("../png/glen-s-bg-2.png") no-repeat center;
}
.bod-list > li:nth-of-type(4n+2) .bod-box .bod-top-sec {
  background-color: #D0E3FA;
}
.bod-list > li:nth-of-type(4n+2) .bod-box .bod-img:before {
  bottom: -40px;
  right: -40px;
  background: url("../png/cathy-bg-2.png") no-repeat center;
}
.bod-list > li:nth-of-type(4n+3) .bod-box .bod-top-sec {
  background-color: #FFF6D4;
}
.bod-list > li:nth-of-type(4n+3) .bod-box .bod-img:before {
  top: -40px;
  left: -40px;
  background: url("../png/terry-bg-2.png") no-repeat center;
}
.bod-list > li:nth-of-type(4n+4) .bod-box .bod-top-sec {
  background-color: #DCF5FF;
}
.bod-list > li:nth-of-type(4n+4) .bod-box .bod-img:before {
  bottom: -40px;
  left: -40px;
  background: url("../png/sar-bg-2.png") no-repeat center;
}

.bod-box {
  width: 100%;
  position: relative;
}
.bod-box .bod-top-sec {
  width: 100%;
  height: 295px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.bod-box .bod-img {
  position: relative;
  width: 140px;
  height: 140px;
  z-index: 1;
}
.bod-box .bod-img:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  z-index: -1;
}
.bod-box .bod-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}
.bod-box .bod-img .brand-icon {
  position: absolute;
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: unset;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: unset;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: hard-light;
}
.bod-box .bod-desc {
  margin-top: 18px;
  position: relative;
}
.bod-box .bod-desc .name {
  padding-right: 30px;
  font-size: 20px;
  line-height: 30px;
}
.bod-box .bod-desc .designation {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: #333333;
  margin-top: 4px;
}
.bod-box .bod-desc .linkdin-anc {
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 9;
  width: 20px;
  height: 20px;
}
.bod-box .bod-desc .linkdin-anc i {
  line-height: 20px;
  font-size: 20px;
  color: #0A66C2;
  transition: 0.3s;
}
.bod-box .bod-desc .linkdin-anc:hover i {
  color: #1375E8;
}
.bod-box .invisible-anchor:hover ~ .bod-top-sec .bod-img .brand-icon {
  opacity: 1;
}


.tabcontent {
  padding: 120px 0;
  background: linear-gradient(125deg, #1858D3, #2FB1E8);
}
.tabcontent.ai-sec .section-title {
  margin-bottom: 72px;
  max-width: 100% !important;
}
.tabcontent.ai-sec .section-title.text-center h2, .tabcontent.ai-sec .section-title.text-center .h2 {
  max-width: unset !important;
  margin-left: unset;
  margin-right: unset;
}
.tabcontent.ai-sec .section-title h2 span::before, .tabcontent.ai-sec .section-title .h2 span::before {
  background-position: center right !important;
  width: 100%;
}
@media (min-width: 992px) {
  .tabcontent.ai-sec .section-title h2 span::before, .tabcontent.ai-sec .section-title .h2 span::before {
    height: 17px;
  }
}
.tabcontent.article-writer-sec .section-title {
  margin-bottom: 72px;
}
.tabcontent.article-writer-sec .section-title h2 span::before, .tabcontent.article-writer-sec .section-title .h2 span::before {
  background-size: contain;
}
@media (max-width: 720px) {
  .tabcontent.article-writer-sec .section-title {
    margin-bottom: 32px;
  }
}
.tabcontent.article-writer-sec .ff-tab-img img {
  max-height: 570px;
}
.tabcontent.article-writer-sec .ff-tab-disc a.btn-white-outline {
  margin-left: 44px;
}
.tabcontent.dark-bg {
  background: #04172E !important;
}
.tabcontent.dark-bg .section-title h2, .tabcontent.dark-bg .section-title .h2 {
  max-width: 910px !important;
}
.tabcontent .container > a.btn-white {
  margin: 72px auto 0;
  display: block;
}
@media (max-width: 720px) {
  .tabcontent .container > a.btn-white {
    margin-top: 30px;
  }
}
@media (max-width: 720px) {
  .tabcontent {
    padding: 60px 0;
  }
}
.tabcontent h2, .tabcontent .h2,
.tabcontent p,
.tabcontent span {
  color: #fff;
}
.tabcontent .section-title {
  margin-bottom: 72px;
}
.tabcontent .section-title h2, .tabcontent .section-title .h2 {
  max-width: 775px !important;
  margin-bottom: 20px;
}
.tabcontent .section-title h2 span::before, .tabcontent .section-title .h2 span::before {
  background-image: url("../svg/success-bg-2.svg");
  background-size: contain;
}
.tabcontent .row {
  position: relative;
}
@media (max-width: 720px) {
  .tabcontent .row {
    padding-bottom: 24px;
  }
}
.tabcontent .row .col-img {
  min-height: 420px;
}
@media (max-width: 720px) {
  .tabcontent .row .col-img {
    min-height: 350px;
  }
}
.tabcontent .tab-listing li:not(:last-of-type) {
  margin-bottom: 40px;
}
.tabcontent .tab-listing li .tab-desc {
  padding: 2px 20px;
  position: relative;
  cursor: pointer;
}
.tabcontent .tab-listing li .tab-desc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}
.tabcontent .tab-listing li .tab-desc h3, .tabcontent .tab-listing li .tab-desc .h3 {
  font-size: 24px;
  line-height: 36px;
  color: rgba(255, 255, 255, 0.4);
}
.tabcontent .tab-listing li .tab-desc p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.8);
  /*display: none;*/
}
.tabcontent .tab-listing li .tab-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  max-width: calc(50% - 15px);
  right: 7.5px;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
  z-index: 1;
}
.tabcontent .tab-listing li .tab-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 720px) {
  .tabcontent .tab-listing li .tab-image {
    width: unset;
    max-width: unset;
    top: unset;
    bottom: -24px;
    right: 7.5px;
    left: 7.5px;
    height: 350px;
  }
}
.tabcontent .tab-listing li.open .tab-desc:before {
  background-color: #fff;
}
.tabcontent .tab-listing li.open .tab-desc h3, .tabcontent .tab-listing li.open .tab-desc .h3 {
  color: #fff;
}
.tabcontent .tab-listing li.open .tab-desc p {
  color: rgba(255, 255, 255, 0.8);
}
.tabcontent .tab-listing li.open .tab-image {
  opacity: 1;
}
@media (min-width: 1400px) {
  .tabcontent.tech-fifty .container {
    max-width: 1240px;
  }
}
.tabcontent.tech-fifty .section-title {
  max-width: 700px;
  margin: 0 auto 72px;
}
.tabcontent.tech-fifty .section-title h2, .tabcontent.tech-fifty .section-title .h2 {
  max-width: 620px;
  margin: 0 auto 20px;
}
@media (max-width: 720px) {
  .tabcontent.tech-fifty .section-title {
    margin: 0 auto 24px;
  }
}
.tabcontent.tech-fifty .tech-fifty-listing {
  max-width: 550px;
}
.tabcontent.tech-fifty .tech-fifty-listing ol {
  margin-bottom: 0;
}
.tabcontent.tech-fifty .tech-fifty-listing ol li:not(:last-of-type) {
  margin-bottom: 40px;
}
.tabcontent.tech-fifty .tech-fifty-listing h3, .tabcontent.tech-fifty .tech-fifty-listing .h3 {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 4px;
}
.tabcontent.tech-fifty .tech-fifty-listing p {
  color: #E6E6E6;
}
.tabcontent.tech-fifty .col-img .tech-image {
  max-width: 560px;
}
.tabcontent.tech-fifty .col-img .tech-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 720px) {
  .tabcontent.tech-fifty .col-img {
    min-height: unset;
  }
  .tabcontent.tech-fifty .col-img .tech-image {
    margin: 24px 0 0 0;
    height: unset;
  }
}
.tabcontent.tech-fifty .btn-white {
  display: block;
  margin: 72px auto 0;
}
@media (max-width: 720px) {
  .tabcontent.tech-fifty .btn-white {
    margin: 0 auto;
  }
}

.tabcontent.bg-light {
  background: unset;
}
.tabcontent.bg-light .section-title {
  max-width: 685px;
}
.tabcontent.bg-light h2, .tabcontent.bg-light .h2 {
  color: #111111;
}
.tabcontent.bg-light h2 span, .tabcontent.bg-light .h2 span {
  color: inherit;
}
.tabcontent.bg-light p {
  color: #333333;
}

.wysiwag-sec {
  margin-top: 88px;
}
@media (max-width: 991px) {
  .wysiwag-sec {
    margin-top: 40px;
  }
}
.wysiwag-sec > *:last-child {
  margin-bottom: 0 !important;
}
.wysiwag-sec h2, .wysiwag-sec .h2 {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .wysiwag-sec h2, .wysiwag-sec .h2 {
    margin-bottom: 16px;
  }
}
.wysiwag-sec h3, .wysiwag-sec .h3 {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .wysiwag-sec h3, .wysiwag-sec .h3 {
    margin-bottom: 16px;
  }
}
.wysiwag-sec h4, .wysiwag-sec .h4 {
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .wysiwag-sec h4, .wysiwag-sec .h4 {
    margin-bottom: 16px;
  }
}
.wysiwag-sec h5, .wysiwag-sec .h5 {
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .wysiwag-sec h5, .wysiwag-sec .h5 {
    margin-bottom: 16px;
  }
}
.wysiwag-sec h6, .wysiwag-sec .h6 {
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .wysiwag-sec h6, .wysiwag-sec .h6 {
    margin-bottom: 16px;
  }
}
.wysiwag-sec p {
  margin-bottom: 24px;
}
.wysiwag-sec p:last-of-type {
  margin-bottom: 12px;
}
.wysiwag-sec p a {
  color: #0C43AD;
  border: 1px solid transparent;
}
.wysiwag-sec p a:hover {
  text-decoration: underline;
  color: #0C43AD;
}
.wysiwag-sec h2 a, .wysiwag-sec .h2 a,
.wysiwag-sec h3 a,
.wysiwag-sec .h3 a,
.wysiwag-sec h4 a,
.wysiwag-sec .h4 a,
.wysiwag-sec h5 a,
.wysiwag-sec .h5 a,
.wysiwag-sec h6 a,
.wysiwag-sec .h6 a {
  text-decoration: underline;
}
.wysiwag-sec h2 a:focus, .wysiwag-sec .h2 a:focus,
.wysiwag-sec h3 a:focus,
.wysiwag-sec .h3 a:focus,
.wysiwag-sec h4 a:focus,
.wysiwag-sec .h4 a:focus,
.wysiwag-sec h5 a:focus,
.wysiwag-sec .h5 a:focus,
.wysiwag-sec h6 a:focus,
.wysiwag-sec .h6 a:focus {
  color: #0C43AD;
  text-decoration: unset;
}
.wysiwag-sec ul {
  margin-bottom: 24px;
}
.wysiwag-sec p a,
.wysiwag-sec h2 a,
.wysiwag-sec .h2 a,
.wysiwag-sec h3 a,
.wysiwag-sec .h3 a,
.wysiwag-sec h4 a,
.wysiwag-sec .h4 a,
.wysiwag-sec h5 a,
.wysiwag-sec .h5 a,
.wysiwag-sec ul li a,
.wysiwag-sec ol li a {
  font-size: inherit;
  font-weight: 800;
  color: inherit;
  transition: 0.3s;
  padding: 4px;
  border: 1px solid transparent;
  border-radius: 17px;
}
.wysiwag-sec p a:hover,
.wysiwag-sec h2 a:hover,
.wysiwag-sec .h2 a:hover,
.wysiwag-sec h3 a:hover,
.wysiwag-sec .h3 a:hover,
.wysiwag-sec h4 a:hover,
.wysiwag-sec .h4 a:hover,
.wysiwag-sec h5 a:hover,
.wysiwag-sec .h5 a:hover,
.wysiwag-sec ul li a:hover,
.wysiwag-sec ol li a:hover {
  text-decoration: underline;
  color: #0C43AD;
}
.wysiwag-sec p a:focus,
.wysiwag-sec h2 a:focus,
.wysiwag-sec .h2 a:focus,
.wysiwag-sec h3 a:focus,
.wysiwag-sec .h3 a:focus,
.wysiwag-sec h4 a:focus,
.wysiwag-sec .h4 a:focus,
.wysiwag-sec h5 a:focus,
.wysiwag-sec .h5 a:focus,
.wysiwag-sec ul li a:focus,
.wysiwag-sec ol li a:focus {
  color: #0C43AD;
  text-decoration: unset;
  border-color: #111111;
}
.wysiwag-sec img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  margin: 0 0 30px 0;
  max-height: 430px;
}
.wysiwag-sec figure {
  max-width: 100%;
  margin-bottom: 24px;
}
.wysiwag-sec figure img {
  margin: 0;
}
.wysiwag-sec figure figcaption {
  font-size: 16px;
  line-height: 20px;
  font-family: "Cabin";
  font-weight: 600;
  margin-top: 15px;
}
.wysiwag-sec video {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin: 40px 0;
  border-radius: 8px;
  box-shadow: 0 3px 18px rgba(12, 67, 173, 0.16);
}
@media (max-width: 991px) {
  .wysiwag-sec video {
    margin-bottom: 15px;
    margin-top: 20px;
  }
}
.wysiwag-sec iframe {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin: 40px 0;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .wysiwag-sec iframe {
    margin-bottom: 15px;
    margin-top: 20px;
  }
}
.wysiwag-sec .wp-video {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 8px;
  width: 100% !important;
}
@media (max-width: 720px) {
  .wysiwag-sec .wp-video {
    margin-bottom: 23px;
  }
}
.wysiwag-sec .wp-video .mejs-overlay-play:hover .mejs-overlay-button {
  outline-color: rgba(19, 117, 232, 0.25);
}
.wysiwag-sec .wp-video .mejs-overlay-play:focus .mejs-overlay-button {
  outline-color: rgba(19, 117, 232, 0);
}
.wysiwag-sec .wp-video .mejs-overlay-play:focus .mejs-overlay-button:after {
  opacity: 1;
}
.wysiwag-sec .wp-video .mejs-overlay-play .mejs-overlay-button {
  width: 70px;
  height: 70px;
  display: inline-block;
  position: relative;
  border-radius: 8px;
  background-color: #1375E8;
  z-index: 2;
  transition: 0.3s;
  outline: 4px solid transparent;
  margin: 4px;
  background-image: unset;
}
.wysiwag-sec .wp-video .mejs-overlay-play .mejs-overlay-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #fff;
}
.wysiwag-sec .wp-video .mejs-overlay-play .mejs-overlay-button:after {
  content: "";
  position: absolute;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  top: -4px;
  left: -4px;
  border-radius: 8px;
  border: 1px solid #111111;
  opacity: 0;
  transition: 0.3s;
}
.wysiwag-sec .wp-video .mejs-overlay-play .mejs-overlay-button:hover {
  outline-color: rgba(19, 117, 232, 0.25);
}
.wysiwag-sec .wp-video .mejs-overlay-play .mejs-overlay-button:focus {
  outline-color: rgba(19, 117, 232, 0);
}
.wysiwag-sec .wp-video .mejs-overlay-play .mejs-overlay-button:focus:after {
  opacity: 1;
}
.wysiwag-sec blockquote {
  margin: 20px 0 40px;
  padding: 55px 0px 15px 22px;
  position: relative;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
.wysiwag-sec blockquote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 6px;
  background-color: #1375E8;
}
.wysiwag-sec blockquote:after {
  content: '"';
  position: absolute;
  top: 0px;
  left: 15px;
  font-size: 120px;
  line-height: 0px;
  color: #1375E8;
  transform: rotate(180deg);
}
.wysiwag-sec blockquote p:last-of-type {
  margin-bottom: 0;
}
.wysiwag-sec blockquote a {
  color: inherit;
  border: 1px solid transparent;
  border-radius: 17px;
}
.wysiwag-sec blockquote a:hover {
  text-decoration: underline;
  color: #0C43AD;
}
.wysiwag-sec blockquote a:focus {
  color: #0C43AD;
  text-decoration: unset;
  border-color: #111111;
}
.wysiwag-sec .table-responsive {
  margin: 40px 0 48px;
}
@media (max-width: 991px) {
  .wysiwag-sec .table-responsive {
    margin: 32px 0;
  }
}
.wysiwag-sec table {
  width: 100%;
  table-layout: fixed;
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .wysiwag-sec table {
    box-shadow: unset;
    min-width: max-content;
  }
}
.wysiwag-sec table thead {
  background-color: #0C43AD;
}
.wysiwag-sec table thead th,
.wysiwag-sec table thead td {
  padding: 22px 24px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  vertical-align: unset;
  color: #fff;
}
@media (max-width: 720px) {
  .wysiwag-sec table thead th,
.wysiwag-sec table thead td {
    width: 180px;
  }
}
.wysiwag-sec table tbody tr:last-of-type {
  border-bottom: 1px solid #FFDA17;
}
.wysiwag-sec table tr:nth-of-type(even) {
  background-color: #cccccc;
}
.wysiwag-sec table tr td {
  padding: 22px 24px;
  font-size: 14px;
  line-height: 18px;
  vertical-align: unset;
}
.wysiwag-sec table tr td a {
  color: #0C43AD;
  transition: 0.3s;
}
.wysiwag-sec table tr td a:hover, .wysiwag-sec table tr td a:focus {
  color: #1375E8;
  text-decoration: underline;
}
.wysiwag-sec table tr td ul,
.wysiwag-sec table tr td ol {
  margin-bottom: 0;
}
.wysiwag-sec table tr td ul li,
.wysiwag-sec table tr td ol li {
  background-color: unset;
}
.wysiwag-sec table tr td ul li::before,
.wysiwag-sec table tr td ol li::before {
  top: 5px;
}
.wysiwag-sec table tr td ul li:not(:last-of-type),
.wysiwag-sec table tr td ol li:not(:last-of-type) {
  margin-bottom: 7px;
}
.wysiwag-sec table tr td ul li ul,
.wysiwag-sec table tr td ul li ol,
.wysiwag-sec table tr td ol li ul,
.wysiwag-sec table tr td ol li ol {
  padding: 0 !important;
  margin-top: 7px;
}
.wysiwag-sec table tr td ul li p,
.wysiwag-sec table tr td ol li p {
  margin-bottom: 0;
}
.wysiwag-sec table tr td p {
  margin-bottom: 0;
}
@media (max-width: 720px) {
  .wysiwag-sec table tr td {
    width: 180px;
  }
}
.wysiwag-sec .accordion .accordion-item .accordion-header {
  margin: 0;
}
.wysiwag-sec .accordion .accordion-item .accordion-button {
  font-size: 32px;
  line-height: 44px;
}
@media (max-width: 720px) {
  .wysiwag-sec .accordion .accordion-item .accordion-button {
    font-size: 20px;
    line-height: 30px;
    min-height: unset;
  }
  .wysiwag-sec .accordion .accordion-item .accordion-button .toggle-icon {
    top: 3px;
  }
}
.wysiwag-sec .accordion .accordion-body > *:last-child {
  margin-bottom: 0 !important;
}

.post-detail-content {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .post-detail-content {
    padding: 48px 0;
  }
}
.post-detail-content .r-type-n-date {
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 18px;
  line-height: 22px;
}
.post-detail-content .r-type-n-date span {
  word-break: break-word;
}
.post-detail-content .r-type-n-date span + span {
  padding-left: 10px;
  position: relative;
}
.post-detail-content .r-type-n-date span + span:before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background-color: rgba(17, 17, 17, 0.12);
}
.post-detail-content .r-type-n-date .date {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.post-detail-content .r-type-n-date .author {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  padding-right: 10px;
  padding-left: 4px;
  color: #111111;
}

.recent-blog-sec {
  margin-top: 45px;
  padding-left: 10px;
}
@media (max-width: 720px) {
  .recent-blog-sec {
    padding: 0;
    margin-bottom: 45px;
  }
}
.recent-blog-sec .recent-blog-title h2, .recent-blog-sec .recent-blog-title .h2 {
  font-size: 34px;
  line-height: 44px;
  font-weight: 600;
  border-bottom: 1px solid #0C43AD;
  padding-bottom: 10px;
  max-width: fit-content;
}
.recent-blog-sec .recent-blog-listing {
  margin-top: 40px;
}
@media (max-width: 720px) {
  .recent-blog-sec .recent-blog-listing {
    margin-top: 16px;
  }
}
.recent-blog-sec .recent-blog-listing > li {
  padding: 20px 0;
}
.recent-blog-sec .recent-blog-listing > li:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.recent-blog-sec .recent-blog-listing .blog-card {
  display: flex;
  align-items: center;
}
.recent-blog-sec .recent-blog-listing .blog-card .recent-blog-img {
  width: 100px;
  height: 80px;
  border-radius: 4px;
  overflow: hidden;
}
.recent-blog-sec .recent-blog-listing .blog-card .recent-blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recent-blog-sec .recent-blog-listing .blog-card .blog-des {
  width: calc(100% - 100px);
  padding-left: 16px;
}
.recent-blog-sec .recent-blog-listing .blog-card .blog-des h3, .recent-blog-sec .recent-blog-listing .blog-card .blog-des .h3 {
  font-size: 20px;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 4px;
}
.recent-blog-sec .recent-blog-listing .blog-card .blog-des .btn-ternanry {
  color: #6C6C6C;
  font-weight: 400;
}
.recent-blog-sec .recent-blog-listing .blog-card .blog-des .btn-ternanry:before {
  background-color: #6C6C6C;
}

.wysiwag-sec > *:last-child {
  margin-bottom: 0 !important;
}
.wysiwag-sec h2, .wysiwag-sec .h2 {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .wysiwag-sec h2, .wysiwag-sec .h2 {
    margin-bottom: 16px;
  }
}
.wysiwag-sec h3, .wysiwag-sec .h3 {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .wysiwag-sec h3, .wysiwag-sec .h3 {
    margin-bottom: 16px;
  }
}
.wysiwag-sec h4, .wysiwag-sec .h4 {
  margin-bottom: 19px;
}
@media (max-width: 991px) {
  .wysiwag-sec h4, .wysiwag-sec .h4 {
    margin-bottom: 16px;
  }
}
.wysiwag-sec h5, .wysiwag-sec .h5 {
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .wysiwag-sec h5, .wysiwag-sec .h5 {
    margin-bottom: 16px;
  }
}
.wysiwag-sec h6, .wysiwag-sec .h6 {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .wysiwag-sec h6, .wysiwag-sec .h6 {
    margin-bottom: 16px;
  }
}
.wysiwag-sec p {
  margin-bottom: 20px;
}
.wysiwag-sec p:last-of-type {
  margin-bottom: 12px;
}
.wysiwag-sec p a {
  color: #0C43AD;
  border: 1px solid transparent;
}
.wysiwag-sec p a:hover {
  text-decoration: underline;
  color: #0C43AD;
}
.wysiwag-sec h2 a, .wysiwag-sec .h2 a, .wysiwag-sec h3 a, .wysiwag-sec .h3 a, .wysiwag-sec h4 a, .wysiwag-sec .h4 a, .wysiwag-sec h5 a, .wysiwag-sec .h5 a, .wysiwag-sec h6 a, .wysiwag-sec .h6 a {
  text-decoration: underline;
}
.wysiwag-sec h2 a:focus, .wysiwag-sec .h2 a:focus, .wysiwag-sec h3 a:focus, .wysiwag-sec .h3 a:focus, .wysiwag-sec h4 a:focus, .wysiwag-sec .h4 a:focus, .wysiwag-sec h5 a:focus, .wysiwag-sec .h5 a:focus, .wysiwag-sec h6 a:focus, .wysiwag-sec .h6 a:focus {
  color: #0C43AD;
  text-decoration: unset;
}
.wysiwag-sec p a, .wysiwag-sec h2 a, .wysiwag-sec .h2 a, .wysiwag-sec h3 a, .wysiwag-sec .h3 a, .wysiwag-sec h4 a, .wysiwag-sec .h4 a, .wysiwag-sec h5 a, .wysiwag-sec .h5 a, .wysiwag-sec ul li a, .wysiwag-sec ol li a {
  font-size: inherit;
  font-weight: 800;
  color: inherit;
  transition: 0.3s;
  padding: 4px;
  border: 1px solid transparent;
  border-radius: 17px;
}
.wysiwag-sec p a:hover, .wysiwag-sec h2 a:hover, .wysiwag-sec .h2 a:hover, .wysiwag-sec h3 a:hover, .wysiwag-sec .h3 a:hover, .wysiwag-sec h4 a:hover, .wysiwag-sec .h4 a:hover, .wysiwag-sec h5 a:hover, .wysiwag-sec .h5 a:hover, .wysiwag-sec ul li a:hover, .wysiwag-sec ol li a:hover {
  text-decoration: underline;
  color: #0C43AD;
}
.wysiwag-sec p a:focus, .wysiwag-sec h2 a:focus, .wysiwag-sec .h2 a:focus, .wysiwag-sec h3 a:focus, .wysiwag-sec .h3 a:focus, .wysiwag-sec h4 a:focus, .wysiwag-sec .h4 a:focus, .wysiwag-sec h5 a:focus, .wysiwag-sec .h5 a:focus, .wysiwag-sec ul li a:focus, .wysiwag-sec ol li a:focus {
  color: #0C43AD;
  text-decoration: unset;
  border-color: #111111;
}
.wysiwag-sec img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  margin: 0 0 30px 0;
  max-height: 430px;
}
.wysiwag-sec figure {
  max-width: 100%;
  margin-bottom: 24px;
}
.wysiwag-sec figure img {
  margin: 0;
}
.wysiwag-sec figure figcaption {
  font-size: 16px;
  line-height: 20px;
  font-family: "Cabin";
  font-weight: 600;
  margin-top: 15px;
}
.wysiwag-sec video {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin: 40px 0;
  border-radius: 8px;
  box-shadow: 0 3px 18px rgba(12, 67, 173, 0.16);
}
@media (max-width: 991px) {
  .wysiwag-sec video {
    margin-bottom: 15px;
    margin-top: 20px;
  }
}
.wysiwag-sec iframe {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin: 40px 0;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .wysiwag-sec iframe {
    margin-bottom: 15px;
    margin-top: 20px;
  }
}
.wysiwag-sec .wp-video {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 8px;
  width: 100% !important;
}
@media (max-width: 720px) {
  .wysiwag-sec .wp-video {
    margin-bottom: 23px;
  }
}
.wysiwag-sec .wp-video .mejs-overlay-play:hover .mejs-overlay-button {
  outline-color: rgba(19, 117, 232, 0.25);
}
.wysiwag-sec .wp-video .mejs-overlay-play:focus .mejs-overlay-button {
  outline-color: rgba(19, 117, 232, 0);
}
.wysiwag-sec .wp-video .mejs-overlay-play:focus .mejs-overlay-button:after {
  opacity: 1;
}
.wysiwag-sec .wp-video .mejs-overlay-play .mejs-overlay-button {
  width: 70px;
  height: 70px;
  display: inline-block;
  position: relative;
  border-radius: 8px;
  background-color: #1375E8;
  z-index: 2;
  transition: 0.3s;
  outline: 4px solid transparent;
  margin: 4px;
  background-image: unset;
}
.wysiwag-sec .wp-video .mejs-overlay-play .mejs-overlay-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #fff;
}
.wysiwag-sec .wp-video .mejs-overlay-play .mejs-overlay-button:after {
  content: "";
  position: absolute;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  top: -4px;
  left: -4px;
  border-radius: 8px;
  border: 1px solid #111111;
  opacity: 0;
  transition: 0.3s;
}
.wysiwag-sec .wp-video .mejs-overlay-play .mejs-overlay-button:hover {
  outline-color: rgba(19, 117, 232, 0.25);
}
.wysiwag-sec .wp-video .mejs-overlay-play .mejs-overlay-button:focus {
  outline-color: rgba(19, 117, 232, 0);
}
.wysiwag-sec .wp-video .mejs-overlay-play .mejs-overlay-button:focus:after {
  opacity: 1;
}
.wysiwag-sec .alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.wysiwag-sec .alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.wysiwag-sec .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.wysiwag-sec blockquote {
  margin: 20px 0 40px;
  padding: 55px 0px 15px 22px;
  position: relative;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
.wysiwag-sec blockquote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 6px;
  background-color: #1375E8;
}
.wysiwag-sec blockquote:after {
  content: '"';
  position: absolute;
  top: 0px;
  left: 15px;
  font-size: 120px;
  line-height: 0px;
  color: #1375E8;
  transform: rotate(180deg);
}
.wysiwag-sec blockquote p:last-of-type {
  margin-bottom: 0;
}
.wysiwag-sec blockquote a {
  color: inherit;
  border: 1px solid transparent;
  border-radius: 17px;
}
.wysiwag-sec blockquote a:hover {
  text-decoration: underline;
  color: #0C43AD;
}
.wysiwag-sec blockquote a:focus {
  color: #0C43AD;
  text-decoration: unset;
  border-color: #111111;
}
.wysiwag-sec .table-responsive {
  margin: 40px 0 48px;
}
@media (max-width: 991px) {
  .wysiwag-sec .table-responsive {
    margin: 32px 0;
  }
}
.wysiwag-sec table {
  width: 100%;
  table-layout: fixed;
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .wysiwag-sec table {
    box-shadow: unset;
    min-width: max-content;
  }
}
.wysiwag-sec table thead {
  background-color: #0C43AD;
}
.wysiwag-sec table thead th, .wysiwag-sec table thead td {
  padding: 22px 24px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  vertical-align: unset;
  color: #fff;
}
@media (max-width: 720px) {
  .wysiwag-sec table thead th, .wysiwag-sec table thead td {
    width: 180px;
  }
}
.wysiwag-sec table tbody tr:last-of-type {
  border-bottom: 1px solid #FFDA17;
}
.wysiwag-sec table tr:nth-of-type(even) {
  background-color: #cccccc;
}
.wysiwag-sec table tr td {
  padding: 22px 24px;
  font-size: 14px;
  line-height: 18px;
  vertical-align: unset;
}
.wysiwag-sec table tr td a {
  color: #0C43AD;
  transition: 0.3s;
}
.wysiwag-sec table tr td a:hover, .wysiwag-sec table tr td a:focus {
  color: #1375E8;
  text-decoration: underline;
}
.wysiwag-sec table tr td ul,
.wysiwag-sec table tr td ol {
  margin-bottom: 0;
}
.wysiwag-sec table tr td ul li,
.wysiwag-sec table tr td ol li {
  background-color: unset;
}
.wysiwag-sec table tr td ul li::before,
.wysiwag-sec table tr td ol li::before {
  top: 5px;
}
.wysiwag-sec table tr td ul li:not(:last-of-type),
.wysiwag-sec table tr td ol li:not(:last-of-type) {
  margin-bottom: 7px;
}
.wysiwag-sec table tr td ul li ul,
.wysiwag-sec table tr td ul li ol,
.wysiwag-sec table tr td ol li ul,
.wysiwag-sec table tr td ol li ol {
  padding: 0 !important;
  margin-top: 7px;
}
.wysiwag-sec table tr td ul li p,
.wysiwag-sec table tr td ol li p {
  margin-bottom: 0;
}
.wysiwag-sec table tr td p {
  margin-bottom: 0;
}
@media (max-width: 720px) {
  .wysiwag-sec table tr td {
    width: 180px;
  }
}

.fifty-accord-comp {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 720px) {
  .fifty-accord-comp {
    padding: 60px 0;
  }
}
.fifty-accord-comp .ff-accord-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.fifty-accord-comp .ff-accord-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.fifty-accord-comp .btn-primary {
  margin: 72px auto 0;
  max-width: fit-content;
  display: block;
}
@media (max-width: 720px) {
  .fifty-accord-comp .btn-primary {
    margin: 30px auto 0;
  }
}
.fifty-accord-comp .section-title {
  margin-bottom: 72px;
}
@media (max-width: 720px) {
  .fifty-accord-comp .section-title {
    margin-bottom: 34px;
  }
}
.fifty-accord-comp .row {
  position: relative;
}
@media (max-width: 991px) {
  .fifty-accord-comp .ff-disc-v2 {
    padding-top: 310px;
  }
}
.fifty-accord-comp ol.accordion {
  margin: 0 0 0 110px;
  position: relative;
}
.fifty-accord-comp ol.accordion:before {
  content: "";
  position: absolute;
  top: 20px;
  left: -28px;
  width: 1px;
  height: calc(100% - 40px);
  background-color: #BAC8D3;
}
.fifty-accord-comp ol.accordion .feedback-loop {
  position: relative;
}
.fifty-accord-comp ol.accordion .feedback-loop li.accordion-item:last-of-type {
  border-bottom: 1px solid #EEE;
}
.fifty-accord-comp ol.accordion .feedback-loop li.accordion-item:last-of-type:before {
  display: none !important;
}
.fifty-accord-comp ol.accordion .feedback-loop li.accordion-item:first-of-type h2::after, .fifty-accord-comp ol.accordion .feedback-loop li.accordion-item:first-of-type .h2::after {
  content: "";
  position: absolute;
  left: -74px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 1px;
  background-color: #BAC8D3;
}
@media (max-width: 720px) {
  .fifty-accord-comp ol.accordion .feedback-loop li.accordion-item:first-of-type h2::after, .fifty-accord-comp ol.accordion .feedback-loop li.accordion-item:first-of-type .h2::after {
    top: 18px;
    transform: unset;
  }
}
.fifty-accord-comp ol.accordion .feedback-loop .feedback-loop-cont {
  height: calc(100% + 71px);
  position: absolute;
  width: 100%;
  max-width: 50%;
  z-index: 0;
}
.fifty-accord-comp ol.accordion .feedback-loop .feedback-loop-cont::after {
  content: "";
  position: absolute;
  left: -74px;
  bottom: 34px;
  width: 24px;
  height: 1px;
  background-color: #BAC8D3;
}
@media (max-width: 720px) {
  .fifty-accord-comp ol.accordion .feedback-loop .feedback-loop-cont::after {
    bottom: 39px;
  }
}
.fifty-accord-comp ol.accordion .feedback-loop .feedback-loop-cont p {
  position: absolute;
  left: -93px;
  width: 36px;
  background-color: #FFF0A2;
  top: 50%;
  word-wrap: break-word;
  transform: translateY(-50%) rotate(180deg);
  writing-mode: tb;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 5px;
  border-radius: 100px;
  border: 2px solid #FFDA17;
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
  color: #99830E;
  min-height: 109px;
  height: calc(100% - 105px);
}
.fifty-accord-comp ol.accordion .feedback-loop .feedback-loop-cont p::before, .fifty-accord-comp ol.accordion .feedback-loop .feedback-loop-cont p::after {
  content: "";
  width: 1px;
  height: 19px;
  background-color: #BAC8D3;
  position: absolute;
  top: 100%;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.fifty-accord-comp ol.accordion .feedback-loop .feedback-loop-cont p::after {
  top: unset;
  bottom: 100%;
}
@media (max-width: 720px) {
  .fifty-accord-comp ol.accordion .feedback-loop .feedback-loop-cont p {
    height: calc(100% - 120px);
  }
  .fifty-accord-comp ol.accordion .feedback-loop .feedback-loop-cont p::before, .fifty-accord-comp ol.accordion .feedback-loop .feedback-loop-cont p::after {
    height: 23px;
  }
}
.fifty-accord-comp ol.accordion li.accordion-item {
  position: unset;
  margin-bottom: 0;
  padding: 20px 0;
  border-bottom: 1px solid #EEE;
}
.fifty-accord-comp ol.accordion li.accordion-item:last-of-type {
  border-bottom: none;
  position: relative;
}
.fifty-accord-comp ol.accordion li.accordion-item:last-of-type::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -33px;
  width: 20px;
  height: calc(100% - 20px);
  background-color: #fff;
  display: block !important;
}
.fifty-accord-comp ol.accordion li.accordion-item .accordion-button {
  padding-left: 0;
}
.fifty-accord-comp ol.accordion li.accordion-item .accordion-body {
  padding-left: 0;
}
.fifty-accord-comp ol.accordion li.accordion-item::before {
  display: none;
}
.fifty-accord-comp ol.accordion li.accordion-item .accordion-header {
  position: relative;
}
.fifty-accord-comp ol.accordion li.accordion-item .accordion-header::before {
  content: attr(data-num);
  counter-increment: item;
  position: absolute;
  top: 0;
  left: -44px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #FFDA17;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #333333;
}
.fifty-accord-comp ol.accordion .accord-img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 570px;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 991px) {
  .fifty-accord-comp ol.accordion .accord-img {
    height: 300px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.fifty-accord-comp .accord-img-sec {
  width: 100%;
  height: 100%;
  position: relative;
}
.fifty-accord-comp .accord-img-sec img {
  display: none;
  max-width: 570px;
  width: 100%;
  object-fit: contain;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
@media (max-width: 991px) {
  .fifty-accord-comp .accord-img-sec img {
    height: 300px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@font-face {
  font-family: "Font-Name";
  src: url("../font-name-5.html");
  src: url("../font-named41d-2.html#iefix") format("embedded-opentype"), url("../font-name-6.html") format("woff"), url("../font-name-7.html") format("truetype"), url("../font-name-8.html#font-name") format("svg");
  font-weight: normal;
  font-style: normal;
}
::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

@font-face {
  font-family: "icomoon";
  src: url("../eot/icomoon45b1-2.eot");
  src: url("../eot/icomoon45b1-2.eot#iefix") format("embedded-opentype"), url("../ttf/icomoon45b1-2.ttf") format("truetype"), url("../woff/icomoon45b1-2.woff") format("woff"), url("../svg/icomoon45b1-2.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 20px;
  color: #2B394E;
  transition: all 0.3s;
  text-align: center;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-b:before {
  content: "\e900";
}

.icon-arrow-right:before {
  content: "\e901";
}

.icon-arrow-left:before {
  content: "\e902";
}

.icon-user:before {
  content: "\e903";
}

.icon-insta-n:before {
  content: "\e904";
}

.icon-yt:before {
  content: "\e905";
}

.icon-linkdin-n:before {
  content: "\e906";
}

.icon-fb-n:before {
  content: "\e907";
}

.icon-search:before {
  content: "\e908";
}

.icon-playbtn:before {
  content: "\e909";
}

.icon-phone:before {
  content: "\e90a";
}

.icon-plus-circle:before {
  content: "\e90b";
}

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

.icon-play:before {
  content: "\e910";
}

.icon-left-arrow:before {
  content: "\e914";
}

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

.icon-right-arrow:before {
  content: "\e919";
}

.icon-strike:before {
  content: "\e920";
}

.icon-star:before {
  content: "\e90c";
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../ajax-loader.html") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../slick-5.html");
  src: url("../slickd41d-2.html#iefix") format("embedded-opentype"), url("../slick-6.html") format("woff"), url("../slick-7.html") format("truetype"), url("../slick-8.html#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  width: 100%;
  border-radius: 0;
  background-color: transparent;
  font-size: 0;
  position: relative;
  text-align: center;
  margin: 18px 0 0 0;
  list-style: none;
  display: block;
  margin: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: rgba(19, 117, 232, 0.2);
  display: block;
  width: 8px;
  height: 8px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  padding: 0;
  opacity: 1;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
  background: rgba(19, 117, 232, 0.7);
}
.slick-dots li:after {
  display: none;
}
.slick-dots li.slick-active button {
  background: #1375E8;
  opacity: 1;
  transform: scale(1.5);
}

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

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

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

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

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

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

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

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

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
h2,
.h2,
h3,
.h3 {
    orphans: 3;
    widows: 3;
  }

  h2, .h2,
h3,
.h3 {
    page-break-after: avoid;
  }
}
/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/*# sourceMappingURL=style.unprefixed.css.map */







/* From http://codex.wordpress.org/CSS */

.alignnone {
	/*margin: 5px 20px 20px 0;*/
}
.author img.alignnone {
	margin: 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*nav*/
.fixed-top {
	padding-top: 8px;
} 
.main-header.sticky .navbar {
	padding-top: 0;
	padding-bottom: 0;
}
.main-header .navbar-brand img {
	height: 30px;
}
.main-header.sticky nav#header {
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(19, 117, 232, 0.16);

  /*height: 72px;*/
  /*top: 8px;*/
}
#header .navbar-nav > li {
	display: inline-block;
	padding: 0 16px;
	list-style: none;
	position: relative;
}
/*.navigation ul.menu > li > a {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #333333;
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	display: block;
	padding: 32px 0;
	text-align: center;
	position: relative;
}*/
#header .navbar-nav > li > a {
	/*padding: 0.5rem 1rem;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #333;
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;*/

	display: block;
	padding: 24px 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	color: #333333;
	text-align: center;
	position: relative;
	text-decoration: none;
	transition: 0.3s;
}
/*.main-header .left-nav  {
  -ms-flex-preferred-size: 100%;
flex-basis: 100%;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.main-header .left-nav li {
  display: inline-block;
  padding: 0 16px;
  list-style: none;
  position: relative;
}*/

.navbar-toggler {
  border: solid transparent 1px;
}
.navbar-toggler-icon {
  height: 28px;
  width: 28px;
}
.menu-icon #cross {
  display: none;
}
.navbar-toggler[aria-expanded="true"] .menu-icon #hamb {
  display: none;
}
.navbar-toggler[aria-expanded="true"] .menu-icon #cross {
  display: block;
}

@media (max-width: 991px) {
  .navbar#header, .main-header nav#header,
  .main-header nav#header > .container-xl {
    background-color: #fff;
  }
  .main-header nav#header {
    /*height: 72px;*/
    padding: 18px 0;
  }
  #header .navbar-nav .dropdown-menu.show {
    box-shadow: none;
    padding: 0 12px;
    border: solid transparent 1px;
  }
  #header .navbar-nav > li > a  {
    text-align: left;
  }
  #header .navbar-nav > li > a,
  .main-header .left-nav ul > li > a {
    padding: 12px 0;
    text-align: left;
  }
  .main-header .left-nav {
   /* box-shadow: 0 3px 6px rgba(19, 117, 232, 0.16);*/
  }
  .main-header .left-nav ul {
    display: block;
    margin-bottom: 30px;
    margin-top: 15px;
    border-top: 1px solid #1375E8;
    width: 100%;
  }
  .main-header .left-nav ul li {
    margin-left: 12px;
  }
  .main-header .left-nav ul li:first-child {
    margin-top: 15px;
  }
  .main-header .left-nav ul li .icon-user {
    display: none;
  }
  .main-header .left-nav ul li:last-child a {
    width: 100%;
    min-width: 100%;
    display: flex;
    justify-content: center;
  }
}

/*footer*/
#footer {
	padding: 80px 0;
	border-top: 1px solid #eee;
}
.footer-bottom {
	padding: 32px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid #eee;
}
.footer-bottom ul li a {
	color: #777;
	text-decoration: underline;
}
.footer-links {
  padding-bottom: 32px;
}
.footer-links .menu-heading {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.footer-links ul {
	padding-top: 16px;
	padding-left: 0;
}
.footer-links ul > li {
	padding: 8px 0;
	font-size: 14px;
	line-height: 20px;
	list-style-type: none;
}
.footer-links ul > li a {
	color: #777;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.footer-links ul > li a:hover {
	color: #0C43AD;
}
#menu-footer-column-4.menu li:last-child a {
  text-decoration: underline;
  color: #1375E8;
}
.footer-bottom .footer-social a {
	width: 28px;
	height: 28px;
	margin: 0 5px;
}
.footer-bottom .footer-social a i {
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 28px;
	text-align: center;
	color: #999999;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.footer-bottom .footer-site-info {
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* Initially hide additional menu items */
#menu-footer-column-1 .menu-item,
#menu-footer-column-2 .menu-item,
#menu-footer-column-3 .menu-item,
#menu-footer-column-4 .menu-item {
  display: none;
}
#menu-footer-column-1 .menu-item:nth-child(-n+8),
#menu-footer-column-2 .menu-item:nth-child(-n+8),
#menu-footer-column-3 .menu-item:nth-child(-n+8),
#menu-footer-column-4 .menu-item:nth-child(-n+8) {
  display: list-item;
}
#menu-footer-column-1 .menu-item.more-link, #menu-footer-column-1 .menu-item.less-link,
#menu-footer-column-2 .menu-item.more-link, #menu-footer-column-2 .menu-item.less-link,
#menu-footer-column-3 .menu-item.more-link, #menu-footer-column-3 .menu-item.less-link, 
#menu-footer-column-4 .menu-item.more-link, #menu-footer-column-4 .menu-item.less-link   {
  display: list-item;
  cursor: pointer;
}
#menu-footer-column-1 .menu-item.more-link::after,
#menu-footer-column-2 .menu-item.more-link::after,
#menu-footer-column-3 .menu-item.more-link::after,
#menu-footer-column-4 .menu-item.more-link::after {
  color: #333333;
  width: 10px;
  height: 5px;
  font-size: 10px;
  line-height: 10px;
  transition: 0.3s;
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "\e900";
  font-family: "icomoon" !important;
  border-color: transparent;
  position: relative;
  top: 3px;
  right: -3px;
  }
#menu-footer-column-1 .menu-item.less-link::after,
#menu-footer-column-2 .menu-item.less-link::after,
#menu-footer-column-3 .menu-item.less-link::after,
#menu-footer-column-4 .menu-item.less-link::after {
  color: #333333;
  width: 10px;
  height: 5px;
  font-size: 10px;
  line-height: 10px;
  transition: 0.3s;
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "\e900";
  font-family: "icomoon" !important;
  border-color: transparent;
  position: relative;
  top: 6px;
  right: -3px;
  -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
  }
#menu-footer-legal li, #menu-footer-legal-footer-menu li {
  margin-left: 10px;
}

/* ditch the ugle blue outline */
.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

/* hide close when burger shown */
.navbar-toggler.collapsed .close-icon {
    display: none;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    display: inline;
}

/*cards*/
.blue-overlay-card-mobile {
  height: 4px;
  border-top-left-radius: 3.75px;
  border-top-right-radius: 3.75px;
  border-color: #2FB1E8;
  background: linear-gradient(125deg, #1858D3, #2FB1E8);
}
@media (min-width: 992px) {
  .card-title-mid {
    min-height: 51px;
  }
}
@media screen and (max-width: 991px){
  .card-img-top.blue-overlay-card {
      display: none;
  }
}
.blue-overlay-card img {
	width: 100%;
}
.blue-overlay-card:hover img, .my-card:hover img {
  background: linear-gradient(125deg, #1858D3, #2FB1E8);
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

/*Hubspot form styling*/
.myHspotForm input {
  width: 100%;
  margin-bottom: 15px;
  height: 54px;
  font-size: 16px;
  /*text-align: center;*/
  border-radius: 4px;
  border: 1px solid #ccc;
}
.myHspotForm input[type=submit] {
  width: 100%;
    color: #fff;
    border-color: #1375E8;
    font-size: 20px;
    font-weight: 700;
    padding: 13px 20px;
    line-height: inherit;
    font-family: inherit;
    transition: all 0.3s;
    letter-spacing: -0.5px;

    border-radius: 8px;
    border: unset;
    background-color: #1375E8;
    position: relative;
}
.myHspotForm input[type=submit]:hover, .myHspotForm input[type=submit]:focus {
  color: #fff;
  border-color: #0C43AD;
  outline: none;
  background-color: #0C43AD;
}
.myHspotForm .submitted-message p {
  font-weight:bold;
  color:#46b04a;
}

.hs-form-field label:not(.hs-error-msg) {
  margin-bottom: 5px;
  font-weight: 700;
}
.actions {
  padding:0;
}
.hubspot-form input[type="text"], .hubspot-form input[type="email"], .hubspot-form input[type="tel"],
.hubspot-form select, .hubspot-form textarea {
  display: block;
  width: 100%;
  padding: 6px 12px;
  /*font-size: 14px;*/
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.styled-controls.hubspot-form select {
    background-image: url(../arrow-down-2.html);
    background-repeat: no-repeat, repeat;
    background-position: right 0.75em top 50%, 0 0;
    background-size: auto;
}

.hubspot-form input[type="text"], .hubspot-form input[type="email"], .hubspot-form input[type="tel"],
.hubspot-form select {
  height: 48px;
}
.hubspot-form textarea {
  height: 80px;
}
.hubspot-form .hs-error-msgs label {
  color: #f2545b;
  font-weight: 400;
  font-size: 14px;
}
.hubspot-form  ul.no-list {
  list-style: none;
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}
.hubspot-form input.hs-input.error,.hubspot-form div.field.error input, .hubspot-form div.field.error textarea, 
.hubspot-form div.field.error .chzn-choices, .hubspot-form textarea.hs-input.error, .hubspot-form select.hs-input.error {
  border-color: #c87872;
}
.hubspot-form .hs-form-field, .hubspot-form .hs-submit {margin-top: 15px;}
.hubspot-form input[type="submit"]{
  /*display: block;
  background-color: #46b04a;
  border:solid 1px #46b04a;
  line-height: 50px;
  color: #fff;
  width: 100%;  
  
  border-radius: 5px;  
  transition: all 0.3s;
  outline: none;
  padding: 2px 25px 2px 25px;
  font-size: 20px;
  font-weight: 700;
  border-bottom-style: inset;
  border-right-style: inset;*/


  color: #1375E8;
  padding: 16px 32px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: "PlusJakartaSans";
  border-radius: 8px;
  background-color: transparent;
  position: relative;
  transition: 0.3s;
  max-width: fit-content;
  display: inline-block;
  text-decoration: unset;
  z-index: 9;
  border: 1px solid #1375E8;
  text-align: center;

  margin-top:15px;
}
.hubspot-form input[type="submit"]:hover {
  border-width: 1px;
  background-color: #1375E8;
  color: #fff;
}

.hubspot-form.styled-controls ul li:before {content:none;}
.hubspot-form.styled-controls input[type=checkbox], input[type=radio] {position:relative; right:10px;}
.hubspot-form.styled-controls label.hs-form-checkbox-display span, .hubspot-form.styled-controls label.hs-form-radio-display span {font-weight:normal;}

/*steps*/
.steps {
  --bs-steps-padding-y: 1.5rem;
  --bs-steps-padding-x: 1.5rem;
  --bs-steps-number-size: /*4.5rem;*/ 6.5rem;
  --bs-steps-number-inner-size: /*3.5rem;*/ 5.5rem;
  --bs-steps-number-border-radius: 50%;
  --bs-steps-number-font-size: /*calc(var(--bs-body-font-size) * 1.25);*/ calc(var(--bs-body-font-size) * 2);
  --bs-steps-number-inner-bg: var(--bs-gray-100);
  --bs-steps-number-color: var(--bs-primary);
  --bs-steps-connect-width: var(--bs-border-width);
  --bs-steps-connect-style: dashed;
  --bs-steps-connect-color: var(--bs-gray-400);
  --bs-steps-active-number-bg: rgba(var(--bs-primary-rgb), 0.1);
  --bs-steps-active-number-inner-bg: var(--bs-primary);
  --bs-steps-active-number-color: #fff;
  display: flex;
  flex-direction: column;
  margin: calc(var(--bs-steps-padding-y)*-1) 0;
}
.step {
  position: relative;
  display: flex; 
  align-items: center;
  padding: var(--bs-steps-padding-y) 0;
}
.step::before {
  top: 0;
}
.step::after {
  bottom: 0;
}
.step::before, .step::after {
  position: absolute;
  left: calc(var(--bs-steps-number-size)*.5);
  bottom: -15%;
  height: calc(50% - var(--bs-steps-number-size)*.5);
  border-left: var(--bs-steps-connect-width) var(--bs-steps-connect-style) var(--bs-steps-connect-color);
}

.step:not(:last-child)::after  {
  content: "";
}
.step:last-child::after,
#my-last-step::after {
  content: none !important;
}
.step-number {
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: var(--bs-steps-number-size);
  height: var(--bs-steps-number-size);
}
.step-number::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bs-steps-active-number-bg);
  border-radius: var(--bs-steps-number-border-radius);
  opacity: 0;
  transition: transform .3s ease-in-out,opacity .2s;
  transform: scale(0.5);
}
.steps-hoverable .step:hover .step-number::before, .step.active .step-number::before {
  opacity: 1;
  transform: scale(1);
}
.steps-hoverable .step:hover .step-number-inner, .step.active .step-number-inner {
  color: var(--bs-steps-active-number-color);
  /*background-color: var(--bs-steps-active-number-inner-bg);*/
  background-color: #1375E8;
}
.step-number-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--bs-steps-number-inner-size);
  height: var(--bs-steps-number-inner-size);
  color: var(--bs-steps-number-color);
  background-color: var(--bs-steps-number-inner-bg);
  border-radius: var(--bs-steps-number-border-radius);
  transition: color .3s ease-in-out,background-color .3s ease-in-out;
  font-size: var(--bs-steps-number-font-size);
  font-weight: 700;
}
.step-body {
  padding-left: var(--bs-steps-padding-x);
}



ol.dig-list, ul.dig-list {
  list-style: none;
  counter-reset: item;
  padding-left:0;
  margin-left:15px;
}
.dig-list li {
  counter-increment: item;
  margin-bottom: 15px;
  padding-left:35px;
}
.dig-list li:before {
  content: counter(item);
  background: #1375E8;
  border-radius: 100%;
  color: white;
  line-height: 38px;
  width: 38px;
  text-align: center;
  display: inline-block;

  margin-right: 10px;
  margin-top:0;
}
ul.dig-list li:before {
  background: #1375E8;
  border-radius: 100%;
  color: white;
  line-height: 38px;
  width: 38px;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 15px;
  content: "\f054";
  font-family: fontawesome,icomoon;
}


.check-list {padding-left: 20px;}
.check-list li {
  list-style-type:none;
  padding-left:0;
  padding-bottom: 15px;
}
.check-list li:first-child:before{
  content: none; 
  }
.check-list li.noth:before{
  content: none; 
  }
.check-list li:before{  
  font-family: 'FontAwesome', 'icomoon';
  content: "\f111";
  border-radius: 100%;
  color: #1375E8;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 15px;
  margin-top: 4px;
  font-size: 8px;
}
.check-list.list-no-padding li {
  padding-bottom:0;
}
/**/
.dot-list li:before{
  font-family: 'FontAwesome', 'icomoon';
  content: "\f111";
  color: #1375E8;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 15px;
  margin-top: 4px;
  font-size: 8px;
}
.dot-list {padding-left: 20px;}
.dot-list li {
  padding-left:0;
  list-style-type:none;
}
.dot-list li:first-child:before{
  content: none; 
  }
.dot-list li.noth:before{
  content: none; 
  }

ul.mark-list li:before{
  justify-content: center;
  padding-right:5px;
  font-family: 'icomoon';
  content: "\e919"; 
  font-size: 18px !important;
  color: #1375E8;
  margin-right:5px;
}
ul.mark-list {padding:0;}
ul.mark-list li {
  margin-bottom: 0px;
  padding-top: 4px;
  padding-bottom: 5px;
  list-style-type:none;
}

/*J - the same height with flex*/
.d-flex-lg .feature-box { height: 100%;}
.d-flex-lg .card img, .d-flex-lg .card .btn { align-self: flex-start;}
.d-flex-lg .card.card-sm img, .d-flex-lg .card.card-sm a { align-self:center; text-align:center;}
.d-flex-lg .box-new p { padding: 0;}



.pricing-ff {
  padding: 0 0 60px;
  position: relative;
  overflow: hidden;
}
.pricing-ff .container > .row {
  margin: 0 -16px;
}
.pricing-ff .container > .row > .col-md-6 {
  padding: 0 16px;
}
.pricing-ff .pricing-ff-top {
  background-color: #EEFAFF;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  padding: 32px 32px 0;
}
.pricing-ff .pricing-ff-top.pricing-ff-top-right {
  background-color: #E5F6F8;
  padding: 32px;
}
.pricing-ff .pricing-ff-top.pricing-ff-top-right .pricing-ff-top-title {
  margin-bottom: 32px;
}
.pricing-ff .pricing-ff-top.pricing-ff-top-right > p {
  font-weight: 600;
}
.pricing-ff .pricing-ff-top.pricing-ff-top-right > p a {
  color: #1375E8;
  text-decoration: none;
}
.pricing-ff .pricing-ff-top.pricing-ff-top-right > p a:hover {
  color: #0C43AD;
}
@media (max-width: 720px) {
  .pricing-ff .pricing-ff-top.pricing-ff-top-right {
    padding: 16px;
    margin-top: 20px;
  }
  .pricing-ff .pricing-ff-top.pricing-ff-top-right .pricing-ff-top-title {
    margin-bottom: 22px;
  }
}
@media (max-width: 720px) {
  .pricing-ff .pricing-ff-top {
    padding: 16px;
  }
}
.pricing-ff .pricing-ff-top .pricing-ff-top-title {
  margin-bottom: 40px;
}
@media (max-width: 720px) {
  .pricing-ff .pricing-ff-top .pricing-ff-top-title {
    margin-bottom: 22px;
  }
}
.pricing-ff .pricing-ff-top .pricing-ff-top-title h2, .pricing-ff .pricing-ff-top .pricing-ff-top-title .h2 {
  font-size: 36px;
  line-height: 48px;
  font-weight: bold;
}
@media (max-width: 720px) {
  .pricing-ff .pricing-ff-top .pricing-ff-top-title h2, .pricing-ff .pricing-ff-top .pricing-ff-top-title .h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
.pricing-ff .pricing-ff-top .pricing-ff-top-title p {
  color: #4A5054;
  margin-top: 4px;
}
.pricing-ff .pricing-ff-top .pricing-ff-cards > p {
  font-weight: 600;
  margin-bottom: 20px;
}
.pricing-ff .pricing-ff-top .pricing-ff-cards > p a {
  color: #1375E8;
  margin-left: 4px;
  text-decoration: none;
}
.pricing-ff .pricing-ff-top .pricing-ff-cards > p a:hover {
  color: #0C43AD;
}
.pricing-ff .pricing-ff-top ul.row {
  margin: 0 -10px;
}
.pricing-ff .pricing-ff-top ul.row li[class^=col-],
.pricing-ff .pricing-ff-top ul.row li[class*=" col-"] {
  padding: 0 10px;
  margin-bottom: 20px;
  position: relative;
}
.pricing-ff .pricing-ff-top ul.row li[class^=col-] .invisible-anchor:hover ~ .pricing-ff-card,
.pricing-ff .pricing-ff-top ul.row li[class*=" col-"] .invisible-anchor:hover ~ .pricing-ff-card {
  border-color: #1375E8;
  background-color: #D0E3FA;
}
.pricing-ff .pricing-ff-top ul.row li[class^=col-] .invisible-anchor:hover ~ .pricing-ff-card i.icon-arrow-right,
.pricing-ff .pricing-ff-top ul.row li[class*=" col-"] .invisible-anchor:hover ~ .pricing-ff-card i.icon-arrow-right {
  opacity: 1;
}
.pricing-ff .pricing-ff-top ul.row li[class^=col-] .invisible-anchor:hover ~ .pricing-ff-card .pricing-ff-card-icon img:not(.h-img),
.pricing-ff .pricing-ff-top ul.row li[class*=" col-"] .invisible-anchor:hover ~ .pricing-ff-card .pricing-ff-card-icon img:not(.h-img) {
  opacity: 0;
}
.pricing-ff .pricing-ff-top ul.row li[class^=col-] .invisible-anchor:hover ~ .pricing-ff-card .pricing-ff-card-icon .h-img,
.pricing-ff .pricing-ff-top ul.row li[class*=" col-"] .invisible-anchor:hover ~ .pricing-ff-card .pricing-ff-card-icon .h-img {
  opacity: 1;
}
.pricing-ff .pricing-ff-top ul.row li[class^=col-] .invisible-anchor:hover ~ .pricing-ff-card h3 i, .pricing-ff .pricing-ff-top ul.row li[class^=col-] .invisible-anchor:hover ~ .pricing-ff-card .h3 i,
.pricing-ff .pricing-ff-top ul.row li[class*=" col-"] .invisible-anchor:hover ~ .pricing-ff-card h3 i,
.pricing-ff .pricing-ff-top ul.row li[class*=" col-"] .invisible-anchor:hover ~ .pricing-ff-card .h3 i {
  opacity: 1;
}
.pricing-ff .pricing-ff-card {
  padding: 20px;
  border-radius: 16px;
  border: 2px solid transparent;
  background-color: #fff;
  position: relative;
  transition: all 0.3s;
  height: 100%;
}
.pricing-ff .pricing-ff-card i.icon-arrow-right {
  width: 32px;
  height: 32px;
  background-color: #1375E8;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  position: absolute;
  top: 20px;
  right: 20px;
}
.pricing-ff .pricing-ff-card .pricing-ff-card-icon {
  position: relative;
  margin-bottom: 14px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricing-ff .pricing-ff-card .pricing-ff-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  transition: all 0.3s;
}
.pricing-ff .pricing-ff-card .pricing-ff-card-icon .h-img {
  opacity: 0;
}
.pricing-ff .pricing-ff-card .pricing-ff-card-icon span {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #0C43AD;
  transition: all 0.3s;
  display: block;
  margin-top: 10px;
}
.pricing-ff .pricing-ff-card h3, .pricing-ff .pricing-ff-card .h3 {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  display: flex;
  align-items: center;
}
.pricing-ff .pricing-ff-card h3 i, .pricing-ff .pricing-ff-card .h3 i {
  font-size: 14px;
  color: #5C5C5C;
  margin-left: 6px;
  opacity: 0;
  transition: all 0.3s;
}
.pricing-ff .pricing-ff-card p {
  margin-top: 2px;
  color: #5C5C5C;
}
.pricing-ff .hr-line {
  text-align: center;
  display: block;
  position: relative;
  margin-top: 12px;
  text-transform: capitalize;
}
.pricing-ff .hr-line::before, .pricing-ff .hr-line::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: calc(50% - 16px);
  left: 0;
  height: 1px;
  background-color: #D6DEE5;
}
.pricing-ff .hr-line::after {
  right: 0;
  left: unset;
}
.pricing-ff a.btn-primary {
  max-width: 100%;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 720px) {
  .pricing-ff a.btn-primary {
    margin-top: 30px;
  }
}
.pricing-ff .pricing-ff-table table {
  width: 100%;
  border: 1px solid #E3E9ED;
}
.pricing-ff .pricing-ff-table table tr td {
  padding: 9px 32px;
  vertical-align: bottom;
  width: 50%;
  min-width: 50%;
  height: 50px;
}
@media (max-width: 720px) {
  .pricing-ff .pricing-ff-table table tr td {
    padding: 9px 16px;
  }
}
.pricing-ff .pricing-ff-table table tr td:last-of-type {
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #E3E9ED;
}
.pricing-ff .pricing-ff-table table tr td i {
  font-size: 14px;
  color: #2EC068;
}
.pricing-ff .pricing-ff-table table tr td .dash {
  width: 14px;
  height: 2px;
  background-color: #858585;
  margin: 0 auto;
}
.pricing-ff .pricing-ff-table table tr:nth-child(odd) {
  background-color: #F1F4F6;
}
.pricing-ff .pricing-ff-table table tr:not(:last-of-type) td {
  border-bottom: 1px solid #E3E9ED;
}
.pricing-ff .pricing-ff-form .form-group {
  margin-bottom: 20px;
  position: relative;
}
.pricing-ff .pricing-ff-form .form-group.select-input .form-control {
  padding-right: 40px;
}
.pricing-ff .pricing-ff-form .form-group.select-input::before {
  content: "\e900";
  position: absolute;
  font-family: "icomoon" !important;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #BAC8D3;
  pointer-events: none;
}
.pricing-ff .pricing-ff-form .form-group .form-control {
  padding: 16px 20px;
  box-shadow: none;
  outline: none;
  color: #BAC8D3;
  border-radius: 8px;
  border: 1px solid #C8D3DC;
  font-size: 16px;
  font-weight: 600;
  resize: none;
  background-color: #fff;
}
.pricing-ff .pricing-ff-form .form-group .form-controltextarea {
  height: 96px;
}
.pricing-ff .pricing-ff-form .form-group .form-control::placeholder {
  color: #BAC8D3;
}
.pricing-ff .pricing-ff-form .t-c {
  font-size: 14px;
}
.pricing-ff .pricing-ff-form .t-c a {
  text-decoration: underline;
  font-weight: inherit;
  font-size: inherit;
}

.btn-tag {
  font-size: 12px;
  line-height: 16px;
  padding: 2px 8px;
  background-color: #DDF8EF;
  border-radius: 100px;
  margin-left: 10px;
  color: #265A4F;
  vertical-align: middle;
}


.tabcontent {
  padding: 120px 0;
  background: linear-gradient(125deg, #1858D3, #2FB1E8);
}
.tabcontent.ai-sec .section-title {
  margin-bottom: 72px;
  max-width: 100% !important;
}
.tabcontent.ai-sec .section-title.text-center h2, .tabcontent.ai-sec .section-title.text-center .h2 {
  max-width: unset !important;
  margin-left: unset;
  margin-right: unset;
}
.tabcontent.ai-sec .section-title h2 span::before, .tabcontent.ai-sec .section-title .h2 span::before {
  background-position: center right !important;
  width: 100%;
}
@media (min-width: 992px) {
  .tabcontent.ai-sec .section-title h2 span::before, .tabcontent.ai-sec .section-title .h2 span::before {
    height: 17px;
  }
}
.tabcontent.article-writer-sec .section-title {
  margin-bottom: 72px;
}
.tabcontent.article-writer-sec .section-title h2 span::before, .tabcontent.article-writer-sec .section-title .h2 span::before {
  background-size: contain;
}
@media (max-width: 720px) {
  .tabcontent.article-writer-sec .section-title {
    margin-bottom: 32px;
  }
}
.tabcontent.article-writer-sec .ff-tab-img img {
  max-height: 570px;
}
.tabcontent.article-writer-sec .ff-tab-disc a.btn-white-outline {
  margin-left: 44px;
}
.tabcontent.dark-bg {
  background: #04172E !important;
}
.tabcontent.dark-bg .section-title h2, .tabcontent.dark-bg .section-title .h2 {
  max-width: 910px !important;
}
.tabcontent .container > a.btn-white {
  margin: 72px auto 0;
  display: block;
}
@media (max-width: 720px) {
  .tabcontent .container > a.btn-white {
    margin-top: 30px;
  }
}
@media (max-width: 720px) {
  .tabcontent {
    padding: 60px 0;
  }
}
.tabcontent h2, .tabcontent .h2,
.tabcontent p,
.tabcontent span {
  color: #fff;
}
.tabcontent .section-title {
  margin-bottom: 72px;
}
.tabcontent .section-title h2, .tabcontent .section-title .h2 {
  max-width: 775px !important;
  margin-bottom: 20px;
}
.tabcontent .section-title h2 span::before, .tabcontent .section-title .h2 span::before {
  background-image: url("../svg/success-bg-2.svg");
  background-size: contain;
}
@media (min-width: 992px) {
  .tabcontent .section-title h2 span::before, .tabcontent .section-title .h2 span::before {
    bottom: 0;
  }
}
.tabcontent .section-title.text-center h2, .tabcontent .section-title.text-center .h2 {
  margin: 0 auto 20px;
}
.tabcontent .section-title.w-large h2, .tabcontent .section-title.w-large .h2 {
  max-width: 950px !important;
}
.tabcontent .row {
  position: relative;
}
@media (max-width: 720px) {
  .tabcontent .row {
    padding-bottom: 24px;
  }
}
.tabcontent .row .col-img {
  min-height: 420px;
}
@media (max-width: 720px) {
  .tabcontent .row .col-img {
    min-height: 350px;
  }
}
.tabcontent .tab-listing > li:not(:last-of-type) {
  margin-bottom: 40px;
}
.tabcontent .tab-listing > li .tab-desc {
  padding: 2px 20px;
  position: relative;
  cursor: pointer;
}
.tabcontent .tab-listing > li .tab-desc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}
.tabcontent .tab-listing > li .tab-desc h3, .tabcontent .tab-listing > li .tab-desc .h3 {
  font-size: 24px;
  line-height: 36px;
  color: rgba(255, 255, 255, 0.4);
}
.tabcontent .tab-listing > li .tab-desc p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.8);
}
.tabcontent .tab-listing > li .tab-desc ul {
  margin-top: 8px;
}
.tabcontent .tab-listing > li .tab-desc ul li {
  color: rgba(255, 255, 255, 0.8);
}
.tabcontent .tab-listing > li .tab-desc .tab-desc-content {
  display: none;
}
.tabcontent .tab-listing > li .tab-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  max-width: calc(50% - 15px);
  right: 7.5px;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
  z-index: 1;
}
.tabcontent .tab-listing > li .tab-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 720px) {
  .tabcontent .tab-listing > li .tab-image {
    width: unset;
    max-width: unset;
    top: unset;
    bottom: -24px;
    right: 7.5px;
    left: 7.5px;
    height: 350px;
  }
}
.tabcontent .tab-listing > li.open .tab-desc:before {
  background-color: #fff;
}
.tabcontent .tab-listing > li.open .tab-desc h3, 
.tabcontent .tab-listing > li.open .tab-desc .h3 {
  color: #fff;
  margin-bottom: 0;
}
.tabcontent .tab-listing > li.open .tab-desc p {
  color: rgba(255, 255, 255, 0.8);
}
.tabcontent .tab-listing > li.open .tab-image {
  opacity: 1;
}
.tabcontent.tech-fifty {
  z-index: 1;
  position: relative;
}
.tabcontent.tech-fifty .tech-fifty-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.tabcontent.tech-fifty .tech-fifty-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 1400px) {
  .tabcontent.tech-fifty .container {
    max-width: 1240px;
  }
}
.tabcontent.tech-fifty .container > .btn-primary {
  margin: 72px auto 0;
  display: block;
}
@media (max-width: 720px) {
  .tabcontent.tech-fifty .container > .btn-primary {
    margin: 32px auto 0;
  }
}
.tabcontent.tech-fifty .section-title {
  max-width: 890px;
  margin: 0 auto 72px;
}
.tabcontent.tech-fifty .section-title h2, .tabcontent.tech-fifty .section-title .h2 {
  max-width: 620px;
  margin: 0 auto 20px;
}
@media (max-width: 720px) {
  .tabcontent.tech-fifty .section-title {
    margin: 0 auto 24px;
  }
}
.tabcontent.tech-fifty .tech-fifty-listing {
  max-width: 550px;
}
.tabcontent.tech-fifty .tech-fifty-listing .tech-fifty-body h3, .tabcontent.tech-fifty .tech-fifty-listing .tech-fifty-body .h3 {
  color: #111111;
  margin-bottom: 0;
}
.tabcontent.tech-fifty .tech-fifty-listing .tech-fifty-body h3 span, .tabcontent.tech-fifty .tech-fifty-listing .tech-fifty-body .h3 span {
  color: #111111;
  display: inline-block;
}
.tabcontent.tech-fifty .tech-fifty-listing .tech-fifty-body h3 span span, .tabcontent.tech-fifty .tech-fifty-listing .tech-fifty-body .h3 span span {
  color: #FFDA17;
}
.tabcontent.tech-fifty .tech-fifty-listing .tech-fifty-body p {
  color: #333333;
  margin-top: 24px;
  margin-bottom: 0;
}
.tabcontent.tech-fifty .tech-fifty-listing .tech-fifty-body p b {
  font-weight: bold;
}
.tabcontent.tech-fifty .tech-fifty-listing .tech-title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 32px;
}
.tabcontent.tech-fifty .tech-fifty-listing > a.btn-white-outline {
  margin: 32px 0 0 44px;
}
.tabcontent.tech-fifty .tech-fifty-listing ol {
  margin-bottom: 0;
}
.tabcontent.tech-fifty .tech-fifty-listing ol li:not(:last-of-type) {
  margin-bottom: 40px;
}
.tabcontent.tech-fifty .tech-fifty-listing h3, .tabcontent.tech-fifty .tech-fifty-listing .h3 {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 4px;
}
.tabcontent.tech-fifty .tech-fifty-listing p {
  color: #E6E6E6;
}
.tabcontent.tech-fifty .tech-fifty-listing p a {
  color: inherit;
}
.tabcontent.tech-fifty .col-img .tech-image {
  max-width: 560px;
}
.tabcontent.tech-fifty .col-img .tech-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 720px) {
  .tabcontent.tech-fifty .col-img {
    min-height: unset;
  }
  .tabcontent.tech-fifty .col-img .tech-image {
    margin: 24px 0 0 0;
    height: unset;
  }
}
.tabcontent.tech-fifty .btn-white {
  display: block;
  margin: 72px auto 0;
}
@media (max-width: 720px) {
  .tabcontent.tech-fifty .btn-white {
    margin: 0 auto;
  }
}
.tabcontent.bg-light {
  background: unset;
}
.tabcontent.bg-light .section-title {
  max-width: 685px;
}
.tabcontent.bg-light h2, .tabcontent.bg-light .h2 {
  color: #111111;
}
.tabcontent.bg-light h2 span, .tabcontent.bg-light .h2 span {
  color: inherit;
}
.tabcontent.bg-light p {
  color: #333333;
}

.wysiwag-sec {
  margin-top: 88px;
}
@media (max-width: 991px) {
  .wysiwag-sec {
    margin-top: 40px;
  }
}
.wysiwag-sec > *:last-child {
  margin-bottom: 0 !important;
}
.wysiwag-sec h2, .wysiwag-sec .h2 {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .wysiwag-sec h2, .wysiwag-sec .h2 {
    margin-bottom: 16px;
  }
}
.wysiwag-sec h3, .wysiwag-sec .h3 {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .wysiwag-sec h3, .wysiwag-sec .h3 {
    margin-bottom: 16px;
  }
}
.wysiwag-sec h4, .wysiwag-sec .h4 {
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .wysiwag-sec h4, .wysiwag-sec .h4 {
    margin-bottom: 16px;
  }
}
.wysiwag-sec h5, .wysiwag-sec .h5 {
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .wysiwag-sec h5, .wysiwag-sec .h5 {
    margin-bottom: 16px;
  }
}
.wysiwag-sec h6, .wysiwag-sec .h6 {
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .wysiwag-sec h6, .wysiwag-sec .h6 {
    margin-bottom: 16px;
  }
}
.wysiwag-sec p {
  margin-bottom: 24px;
}
.wysiwag-sec p:last-of-type {
  margin-bottom: 12px;
}
.wysiwag-sec p a {
  color: #0C43AD;
  border: 1px solid transparent;
}
.wysiwag-sec p a:hover {
  text-decoration: underline;
  color: #0C43AD;
}
.wysiwag-sec h2 a, .wysiwag-sec .h2 a,
.wysiwag-sec h3 a,
.wysiwag-sec .h3 a,
.wysiwag-sec h4 a,
.wysiwag-sec .h4 a,
.wysiwag-sec h5 a,
.wysiwag-sec .h5 a,
.wysiwag-sec h6 a,
.wysiwag-sec .h6 a {
  text-decoration: underline;
}
.wysiwag-sec h2 a:focus, .wysiwag-sec .h2 a:focus,
.wysiwag-sec h3 a:focus,
.wysiwag-sec .h3 a:focus,
.wysiwag-sec h4 a:focus,
.wysiwag-sec .h4 a:focus,
.wysiwag-sec h5 a:focus,
.wysiwag-sec .h5 a:focus,
.wysiwag-sec h6 a:focus,
.wysiwag-sec .h6 a:focus {
  color: #0C43AD;
  text-decoration: unset;
}
.wysiwag-sec ul {
  margin-bottom: 24px;
}
.wysiwag-sec p a,
.wysiwag-sec h2 a,
.wysiwag-sec .h2 a,
.wysiwag-sec h3 a,
.wysiwag-sec .h3 a,
.wysiwag-sec h4 a,
.wysiwag-sec .h4 a,
.wysiwag-sec h5 a,
.wysiwag-sec .h5 a,
.wysiwag-sec ul li a,
.wysiwag-sec ol li a {
  font-size: inherit;
  font-weight: 800;
  color: inherit;
  transition: 0.3s;
  padding: 4px;
  border: 1px solid transparent;
  border-radius: 17px;
}
.wysiwag-sec p a:hover,
.wysiwag-sec h2 a:hover,
.wysiwag-sec .h2 a:hover,
.wysiwag-sec h3 a:hover,
.wysiwag-sec .h3 a:hover,
.wysiwag-sec h4 a:hover,
.wysiwag-sec .h4 a:hover,
.wysiwag-sec h5 a:hover,
.wysiwag-sec .h5 a:hover,
.wysiwag-sec ul li a:hover,
.wysiwag-sec ol li a:hover {
  text-decoration: underline;
  color: #0C43AD;
}
.wysiwag-sec p a:focus,
.wysiwag-sec h2 a:focus,
.wysiwag-sec .h2 a:focus,
.wysiwag-sec h3 a:focus,
.wysiwag-sec .h3 a:focus,
.wysiwag-sec h4 a:focus,
.wysiwag-sec .h4 a:focus,
.wysiwag-sec h5 a:focus,
.wysiwag-sec .h5 a:focus,
.wysiwag-sec ul li a:focus,
.wysiwag-sec ol li a:focus {
  color: #0C43AD;
  text-decoration: unset;
  border-color: #111111;
}
.wysiwag-sec img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  margin: 0 0 30px 0;
  max-height: 430px;
}
.wysiwag-sec figure {
  max-width: 100%;
  margin-bottom: 24px;
}
.wysiwag-sec figure img {
  margin: 0;
}
.wysiwag-sec figure figcaption {
  font-size: 16px;
  line-height: 20px;
  font-family: "Cabin";
  font-weight: 600;
  margin-top: 15px;
}
.wysiwag-sec video {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin: 40px 0;
  border-radius: 8px;
  box-shadow: 0 3px 18px rgba(12, 67, 173, 0.16);
}
@media (max-width: 991px) {
  .wysiwag-sec video {
    margin-bottom: 15px;
    margin-top: 20px;
  }
}
.wysiwag-sec iframe {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin: 40px 0;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .wysiwag-sec iframe {
    margin-bottom: 15px;
    margin-top: 20px;
  }
}
.wysiwag-sec .wp-video {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 8px;
  width: 100% !important;
}
@media (max-width: 720px) {
  .wysiwag-sec .wp-video {
    margin-bottom: 23px;
  }
}
.wysiwag-sec .wp-video .mejs-overlay-play:hover .mejs-overlay-button {
  outline-color: rgba(19, 117, 232, 0.25);
}
.wysiwag-sec .wp-video .mejs-overlay-play:focus .mejs-overlay-button {
  outline-color: rgba(19, 117, 232, 0);
}
.wysiwag-sec .wp-video .mejs-overlay-play:focus .mejs-overlay-button:after {
  opacity: 1;
}
.wysiwag-sec .wp-video .mejs-overlay-play .mejs-overlay-button {
  width: 70px;
  height: 70px;
  display: inline-block;
  position: relative;
  border-radius: 8px;
  background-color: #1375E8;
  z-index: 2;
  transition: 0.3s;
  outline: 4px solid transparent;
  margin: 4px;
  background-image: unset;
}
.wysiwag-sec .wp-video .mejs-overlay-play .mejs-overlay-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #fff;
}
.wysiwag-sec .wp-video .mejs-overlay-play .mejs-overlay-button:after {
  content: "";
  position: absolute;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  top: -4px;
  left: -4px;
  border-radius: 8px;
  border: 1px solid #111111;
  opacity: 0;
  transition: 0.3s;
}
.wysiwag-sec .wp-video .mejs-overlay-play .mejs-overlay-button:hover {
  outline-color: rgba(19, 117, 232, 0.25);
}
.wysiwag-sec .wp-video .mejs-overlay-play .mejs-overlay-button:focus {
  outline-color: rgba(19, 117, 232, 0);
}
.wysiwag-sec .wp-video .mejs-overlay-play .mejs-overlay-button:focus:after {
  opacity: 1;
}
.wysiwag-sec blockquote {
  margin: 20px 0 40px;
  padding: 55px 0px 15px 22px;
  position: relative;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
.wysiwag-sec blockquote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 6px;
  background-color: #1375E8;
}
.wysiwag-sec blockquote:after {
  content: '"';
  position: absolute;
  top: 0px;
  left: 15px;
  font-size: 120px;
  line-height: 0px;
  color: #1375E8;
  transform: rotate(180deg);
}
.wysiwag-sec blockquote p:last-of-type {
  margin-bottom: 0;
}
.wysiwag-sec blockquote a {
  color: inherit;
  border: 1px solid transparent;
  border-radius: 17px;
}
.wysiwag-sec blockquote a:hover {
  text-decoration: underline;
  color: #0C43AD;
}
.wysiwag-sec blockquote a:focus {
  color: #0C43AD;
  text-decoration: unset;
  border-color: #111111;
}
.wysiwag-sec .table-responsive {
  margin: 40px 0 48px;
}
@media (max-width: 991px) {
  .wysiwag-sec .table-responsive {
    margin: 32px 0;
  }
}
.wysiwag-sec table {
  width: 100%;
  table-layout: fixed;
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .wysiwag-sec table {
    box-shadow: unset;
    min-width: max-content;
  }
}
.wysiwag-sec table thead {
  background-color: #0C43AD;
}
.wysiwag-sec table thead th,
.wysiwag-sec table thead td {
  padding: 22px 24px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  vertical-align: unset;
  color: #fff;
}
@media (max-width: 720px) {
  .wysiwag-sec table thead th,
.wysiwag-sec table thead td {
    width: 180px;
  }
}
.wysiwag-sec table tbody tr:last-of-type {
  border-bottom: 1px solid #FFDA17;
}
.wysiwag-sec table tr:nth-of-type(even) {
  background-color: #cccccc;
}
.wysiwag-sec table tr td {
  padding: 22px 24px;
  font-size: 14px;
  line-height: 18px;
  vertical-align: unset;
}
.wysiwag-sec table tr td a {
  color: #0C43AD;
  transition: 0.3s;
}
.wysiwag-sec table tr td a:hover, .wysiwag-sec table tr td a:focus {
  color: #1375E8;
  text-decoration: underline;
}
.wysiwag-sec table tr td ul,
.wysiwag-sec table tr td ol {
  margin-bottom: 0;
}
.wysiwag-sec table tr td ul li,
.wysiwag-sec table tr td ol li {
  background-color: unset;
}
.wysiwag-sec table tr td ul li::before,
.wysiwag-sec table tr td ol li::before {
  top: 5px;
}
.wysiwag-sec table tr td ul li:not(:last-of-type),
.wysiwag-sec table tr td ol li:not(:last-of-type) {
  margin-bottom: 7px;
}
.wysiwag-sec table tr td ul li ul,
.wysiwag-sec table tr td ul li ol,
.wysiwag-sec table tr td ol li ul,
.wysiwag-sec table tr td ol li ol {
  padding: 0 !important;
  margin-top: 7px;
}
.wysiwag-sec table tr td ul li p,
.wysiwag-sec table tr td ol li p {
  margin-bottom: 0;
}
.wysiwag-sec table tr td p {
  margin-bottom: 0;
}
@media (max-width: 720px) {
  .wysiwag-sec table tr td {
    width: 180px;
  }
}
.wysiwag-sec .accordion .accordion-item .accordion-header {
  margin: 0;
}
.wysiwag-sec .accordion .accordion-item .accordion-button {
  font-size: 32px;
  line-height: 44px;
}
@media (max-width: 720px) {
  .wysiwag-sec .accordion .accordion-item .accordion-button {
    font-size: 20px;
    line-height: 30px;
    min-height: unset;
  }
  .wysiwag-sec .accordion .accordion-item .accordion-button .toggle-icon {
    top: 3px;
  }
}
.wysiwag-sec .accordion .accordion-body > *:last-child {
  margin-bottom: 0 !important;
}

.fifty-accord-comp {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 721px) {
  .fifty-accord-comp.work-acco-sec .container > .row {
    flex-direction: row-reverse;
  }
}
/*.fifty-accord-comp.work-acco-sec .ff-disc-v2 ol.accordion {
  margin: 0 0 0 54px;
}*/
@media (max-width: 720px) {
  .fifty-accord-comp {
    padding: 60px 0;
  }
}
.fifty-accord-comp .ff-accord-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.fifty-accord-comp .ff-accord-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.fifty-accord-comp .btn-primary {
  margin: 72px auto 0;
  max-width: fit-content;
  display: block;
}
@media (max-width: 720px) {
  .fifty-accord-comp .btn-primary {
    margin: 30px auto 0;
  }
}
.fifty-accord-comp .section-title {
  margin-bottom: 72px;
}
@media (max-width: 720px) {
  .fifty-accord-comp .section-title {
    margin-bottom: 34px;
  }
}
.fifty-accord-comp .row {
  position: relative;
}
@media (max-width: 991px) {
  .fifty-accord-comp .ff-disc-v2 {
    padding-top: 310px;
  }
}
.fifty-accord-comp ol.accordion {
  margin: 0 0 0 110px;
  position: relative;
}
@media (max-width: 720px) {
  .fifty-accord-comp ol.accordion {
    margin: 0 0 0 45px;
  }
}
.fifty-accord-comp ol.accordion.without-line:before {
  display: none;
}
.fifty-accord-comp ol.accordion:before {
  content: "";
  position: absolute;
  top: 20px;
  left: -28px;
  width: 1px;
  height: calc(100% - 40px);
  background-color: #E3E9ED;
}
.fifty-accord-comp ol.accordion .feedback-loop {
  position: relative;
}
.fifty-accord-comp ol.accordion .feedback-loop li.accordion-item:last-of-type {
  border-bottom: 1px solid #E3E9ED;
}
.fifty-accord-comp ol.accordion .feedback-loop li.accordion-item:last-of-type:before {
  display: none !important;
}
.fifty-accord-comp ol.accordion .feedback-loop li.accordion-item:first-of-type h2::after, .fifty-accord-comp ol.accordion .feedback-loop li.accordion-item:first-of-type .h2::after {
  content: "";
  position: absolute;
  left: -74px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 1px;
  background-color: #BAC8D3;
}
@media (max-width: 720px) {
  .fifty-accord-comp ol.accordion .feedback-loop li.accordion-item:first-of-type h2::after, .fifty-accord-comp ol.accordion .feedback-loop li.accordion-item:first-of-type .h2::after {
    top: 18px;
    transform: unset;
  }
}
.fifty-accord-comp ol.accordion .feedback-loop .feedback-loop-cont {
  height: calc(100% + 71px);
  position: absolute;
  width: 100%;
  max-width: 50%;
  z-index: 0;
}
.fifty-accord-comp ol.accordion .feedback-loop .feedback-loop-cont::after {
  content: "";
  position: absolute;
  left: -74px;
  bottom: 34px;
  width: 24px;
  height: 1px;
  background-color: #BAC8D3;
}
@media (max-width: 720px) {
  .fifty-accord-comp ol.accordion .feedback-loop .feedback-loop-cont::after {
    bottom: 39px;
  }
}
.fifty-accord-comp ol.accordion .feedback-loop .feedback-loop-cont p {
  position: absolute;
  left: -93px;
  width: 36px;
  background-color: #FFF0A2;
  top: 50%;
  word-wrap: break-word;
  transform: translateY(-50%) rotate(180deg);
  writing-mode: tb;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 5px;
  border-radius: 100px;
  border: 2px solid #FFDA17;
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
  color: #99830E;
  min-height: 109px;
  height: calc(100% - 105px);
}
.fifty-accord-comp ol.accordion .feedback-loop .feedback-loop-cont p::before, .fifty-accord-comp ol.accordion .feedback-loop .feedback-loop-cont p::after {
  content: "";
  width: 1px;
  height: 19px;
  background-color: #BAC8D3;
  position: absolute;
  top: 100%;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.fifty-accord-comp ol.accordion .feedback-loop .feedback-loop-cont p::after {
  top: unset;
  bottom: 100%;
}
@media (max-width: 720px) {
  .fifty-accord-comp ol.accordion .feedback-loop .feedback-loop-cont p {
    height: calc(100% - 120px);
  }
  .fifty-accord-comp ol.accordion .feedback-loop .feedback-loop-cont p::before, .fifty-accord-comp ol.accordion .feedback-loop .feedback-loop-cont p::after {
    height: 23px;
  }
}
.fifty-accord-comp ol.accordion li.accordion-item {
  position: unset;
  margin-bottom: 0;
  padding: 20px 0;
  border-bottom: 1px solid #EEE;
}
.fifty-accord-comp ol.accordion li.accordion-item:last-of-type {
  border-bottom: none;
  position: relative;
}
.fifty-accord-comp ol.accordion li.accordion-item:last-of-type::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -33px;
  width: 20px;
  height: calc(100% - 20px);
  background-color: #fff;
  display: block !important;
}
.fifty-accord-comp ol.accordion li.accordion-item .accordion-button {
  padding-left: 0;
}
.fifty-accord-comp ol.accordion li.accordion-item .accordion-body {
  padding-left: 0;
}
.fifty-accord-comp ol.accordion li.accordion-item::before {
  display: none;
}
.fifty-accord-comp ol.accordion li.accordion-item .accordion-header {
  position: relative;
}
.fifty-accord-comp ol.accordion li.accordion-item .accordion-header::before {
  content: attr(data-num);
  counter-increment: item;
  position: absolute;
  top: 0;
  left: -44px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #FFDA17;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #333333;
}
.fifty-accord-comp ol.accordion .accord-img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 570px;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 991px) {
  .fifty-accord-comp ol.accordion .accord-img {
    height: 300px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.fifty-accord-comp ol.accordion .accordion-item .accordion-body p {
  color: #5C5C5C;
}
.fifty-accord-comp .accord-img-sec {
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 446px;
}
@media (max-width: 991px) {
  .fifty-accord-comp .accord-img-sec {
    min-height: unset;
  }
}
.fifty-accord-comp .accord-img-sec img {
  display: none;
  max-width: 570px;
  width: 100%;
  object-fit: contain;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
@media (max-width: 991px) {
  .fifty-accord-comp .accord-img-sec img {
    height: 300px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.pricing-ff {
  padding: 0 0 60px;
  position: relative;
  overflow: hidden;
}
.pricing-ff .container > .row {
  margin: 0 -16px;
}
.pricing-ff .container > .row > .col-md-6 {
  padding: 0 16px;
}
.pricing-ff .pricing-ff-top {
  background-color: #EEFAFF;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  padding: 32px 32px 0;
}
.pricing-ff .pricing-ff-top.pricing-ff-top-right {
  background-color: #E5F6F8;
  padding: 32px;
}
.pricing-ff .pricing-ff-top.pricing-ff-top-right .pricing-ff-top-title {
  margin-bottom: 32px;
}
.pricing-ff .pricing-ff-top.pricing-ff-top-right > p {
  font-weight: 600;
}
.pricing-ff .pricing-ff-top.pricing-ff-top-right > p a {
  color: #1375E8;
  text-decoration: none;
}
.pricing-ff .pricing-ff-top.pricing-ff-top-right > p a:hover {
  color: #0C43AD;
}
@media (max-width: 720px) {
  .pricing-ff .pricing-ff-top.pricing-ff-top-right {
    padding: 16px;
    margin-top: 20px;
  }
  .pricing-ff .pricing-ff-top.pricing-ff-top-right .pricing-ff-top-title {
    margin-bottom: 22px;
  }
}
@media (max-width: 720px) {
  .pricing-ff .pricing-ff-top {
    padding: 16px;
  }
}
.pricing-ff .pricing-ff-top .pricing-ff-top-title {
  margin-bottom: 40px;
}
@media (max-width: 720px) {
  .pricing-ff .pricing-ff-top .pricing-ff-top-title {
    margin-bottom: 22px;
  }
}
.pricing-ff .pricing-ff-top .pricing-ff-top-title h2, .pricing-ff .pricing-ff-top .pricing-ff-top-title .h2 {
  font-size: 36px;
  line-height: 48px;
  font-weight: bold;
}
@media (max-width: 720px) {
  .pricing-ff .pricing-ff-top .pricing-ff-top-title h2, .pricing-ff .pricing-ff-top .pricing-ff-top-title .h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
.pricing-ff .pricing-ff-top .pricing-ff-top-title p {
  color: #4A5054;
  margin-top: 4px;
}
.pricing-ff .pricing-ff-top .pricing-ff-cards > p {
  font-weight: 600;
  margin-bottom: 20px;
}
.pricing-ff .pricing-ff-top .pricing-ff-cards > p a {
  color: #1375E8;
  margin-left: 4px;
  text-decoration: none;
}
.pricing-ff .pricing-ff-top .pricing-ff-cards > p a:hover {
  color: #0C43AD;
}
.pricing-ff .pricing-ff-top ul.row {
  margin: 0 -10px;
}
.pricing-ff .pricing-ff-top ul.row li[class^=col-],
.pricing-ff .pricing-ff-top ul.row li[class*=" col-"] {
  padding: 0 10px;
  margin-bottom: 20px;
  position: relative;
}
.pricing-ff .pricing-ff-top ul.row li[class^=col-] .invisible-anchor:hover ~ .pricing-ff-card,
.pricing-ff .pricing-ff-top ul.row li[class*=" col-"] .invisible-anchor:hover ~ .pricing-ff-card {
  border-color: #1375E8;
  background-color: #D0E3FA;
}
.pricing-ff .pricing-ff-top ul.row li[class^=col-] .invisible-anchor:hover ~ .pricing-ff-card i.icon-arrow-right,
.pricing-ff .pricing-ff-top ul.row li[class*=" col-"] .invisible-anchor:hover ~ .pricing-ff-card i.icon-arrow-right {
  opacity: 1;
}
.pricing-ff .pricing-ff-top ul.row li[class^=col-] .invisible-anchor:hover ~ .pricing-ff-card .pricing-ff-card-icon img:not(.h-img),
.pricing-ff .pricing-ff-top ul.row li[class*=" col-"] .invisible-anchor:hover ~ .pricing-ff-card .pricing-ff-card-icon img:not(.h-img) {
  opacity: 0;
}
.pricing-ff .pricing-ff-top ul.row li[class^=col-] .invisible-anchor:hover ~ .pricing-ff-card .pricing-ff-card-icon .h-img,
.pricing-ff .pricing-ff-top ul.row li[class*=" col-"] .invisible-anchor:hover ~ .pricing-ff-card .pricing-ff-card-icon .h-img {
  opacity: 1;
}
.pricing-ff .pricing-ff-top ul.row li[class^=col-] .invisible-anchor:hover ~ .pricing-ff-card h3 i, .pricing-ff .pricing-ff-top ul.row li[class^=col-] .invisible-anchor:hover ~ .pricing-ff-card .h3 i,
.pricing-ff .pricing-ff-top ul.row li[class*=" col-"] .invisible-anchor:hover ~ .pricing-ff-card h3 i,
.pricing-ff .pricing-ff-top ul.row li[class*=" col-"] .invisible-anchor:hover ~ .pricing-ff-card .h3 i {
  opacity: 1;
}
.pricing-ff .pricing-ff-card {
  padding: 20px;
  border-radius: 16px;
  border: 2px solid transparent;
  background-color: #fff;
  position: relative;
  transition: all 0.3s;
  height: 100%;
}
.pricing-ff .pricing-ff-card i.icon-arrow-right {
  width: 32px;
  height: 32px;
  background-color: #1375E8;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  position: absolute;
  top: 20px;
  right: 20px;
}
.pricing-ff .pricing-ff-card .pricing-ff-card-icon {
  position: relative;
  margin-bottom: 14px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricing-ff .pricing-ff-card .pricing-ff-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  transition: all 0.3s;
}
.pricing-ff .pricing-ff-card .pricing-ff-card-icon .h-img {
  opacity: 0;
}
.pricing-ff .pricing-ff-card .pricing-ff-card-icon span {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #0C43AD;
  transition: all 0.3s;
  display: block;
  margin-top: 10px;
}
.pricing-ff .pricing-ff-card h3, .pricing-ff .pricing-ff-card .h3 {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  display: flex;
  align-items: center;
}
.pricing-ff .pricing-ff-card h3 i, .pricing-ff .pricing-ff-card .h3 i {
  font-size: 14px;
  color: #5C5C5C;
  margin-left: 6px;
  opacity: 0;
  transition: all 0.3s;
}
.pricing-ff .pricing-ff-card p {
  margin-top: 2px;
  color: #5C5C5C;
}
.pricing-ff .hr-line {
  text-align: center;
  display: block;
  position: relative;
  margin-top: 12px;
  text-transform: capitalize;
}
.pricing-ff .hr-line::before, .pricing-ff .hr-line::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: calc(50% - 16px);
  left: 0;
  height: 1px;
  background-color: #D6DEE5;
}
.pricing-ff .hr-line::after {
  right: 0;
  left: unset;
}
.pricing-ff a.btn-primary {
  max-width: 100%;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 720px) {
  .pricing-ff a.btn-primary {
    margin-top: 30px;
  }
}
.pricing-ff .pricing-ff-table table {
  width: 100%;
  border: 1px solid #E3E9ED;
}
.pricing-ff .pricing-ff-table table tr td {
  padding: 9px 32px;
  vertical-align: bottom;
  width: 50%;
  min-width: 50%;
  height: 50px;
}
@media (max-width: 720px) {
  .pricing-ff .pricing-ff-table table tr td {
    padding: 9px 16px;
  }
}
.pricing-ff .pricing-ff-table table tr td:last-of-type {
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #E3E9ED;
}
.pricing-ff .pricing-ff-table table tr td i {
  font-size: 14px;
  color: #2EC068;
}
.pricing-ff .pricing-ff-table table tr td .dash {
  width: 14px;
  height: 2px;
  background-color: #858585;
  margin: 0 auto;
}
.pricing-ff .pricing-ff-table table tr:nth-child(odd) {
  background-color: #F1F4F6;
}
.pricing-ff .pricing-ff-table table tr:not(:last-of-type) td {
  border-bottom: 1px solid #E3E9ED;
}
.pricing-ff .pricing-ff-form .form-group {
  margin-bottom: 20px;
  position: relative;
}
.pricing-ff .pricing-ff-form .form-group.select-input .form-control {
  padding-right: 40px;
}
.pricing-ff .pricing-ff-form .form-group.select-input::before {
  content: "\e900";
  position: absolute;
  font-family: "icomoon" !important;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #BAC8D3;
  pointer-events: none;
}
.pricing-ff .pricing-ff-form .form-group .form-control {
  padding: 16px 20px;
  box-shadow: none;
  outline: none;
  color: #BAC8D3;
  border-radius: 8px;
  border: 1px solid #C8D3DC;
  font-size: 16px;
  font-weight: 600;
  resize: none;
  background-color: #fff;
}
.pricing-ff .pricing-ff-form .form-group .form-controltextarea {
  height: 96px;
}
.pricing-ff .pricing-ff-form .form-group .form-control::placeholder {
  color: #BAC8D3;
}
.pricing-ff .pricing-ff-form .t-c {
  font-size: 14px;
}
.pricing-ff .pricing-ff-form .t-c a {
  text-decoration: underline;
  font-weight: inherit;
  font-size: inherit;
}

.btn-tag {
  font-size: 12px;
  line-height: 16px;
  padding: 2px 8px;
  background-color: #DDF8EF;
  border-radius: 100px;
  margin-left: 10px;
  color: #265A4F;
  vertical-align: middle;
}

.service-type-sec {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.service-type-sec.service-type-sec-v2 {
  padding-top: 100px !important;
}
@media (max-width: 720px) {
  .service-type-sec.service-type-sec-v2 {
    padding-top: 60px !important;
  }
}
.service-type-sec.service-type-sec-v2 .service-type-card {
  border-bottom: none;
  background-color: #fff;
  transition: all 0.3s;
  border: 1px solid #D6DEE5;
  position: relative;
}
.service-type-sec.service-type-sec-v2 .service-type-card:hover {
  background-color: #1375E8;
}
.service-type-sec.service-type-sec-v2 .service-type-card:hover h3, .service-type-sec.service-type-sec-v2 .service-type-card:hover .h3,
.service-type-sec.service-type-sec-v2 .service-type-card:hover h4,
.service-type-sec.service-type-sec-v2 .service-type-card:hover .h4,
.service-type-sec.service-type-sec-v2 .service-type-card:hover p {
  color: #fff;
}
.service-type-sec.service-type-sec-v2 .service-type-card:hover a.btn-secondary {
  background-color: #fff;
  color: #1375E8;
}
.service-type-sec.service-type-sec-v2 .service-type-card:hover .service-type-top img {
  opacity: 0;
}
.service-type-sec.service-type-sec-v2 .service-type-card:hover .service-type-top img.h-img {
  opacity: 1;
}
.service-type-sec.service-type-sec-v2 .service-type-card .service-type-top {
  margin-bottom: 50px;
  position: relative;
}
.service-type-sec.service-type-sec-v2 .service-type-card .service-type-top img {
  transition: all 0.3s;
}
.service-type-sec.service-type-sec-v2 .service-type-card .service-type-top img.h-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
@media (max-width: 720px) {
  .service-type-sec.service-type-sec-v2 .service-type-card .service-type-top {
    margin-bottom: 40px;
  }
}
.service-type-sec.service-type-sec-v2 .service-type-card a.btn-secondary {
  max-width: 100%;
  width: 100%;
  display: block;
  margin-top: auto;
}
.service-type-sec.service-type-sec-v2 .service-type-card a.btn-secondary:hover, .service-type-sec.service-type-sec-v2 .service-type-card a.btn-secondary:focus {
  background-color: #fff;
  color: #1375E8;
}
.service-type-sec .service-type-p {
  margin-top: 72px;
  text-align: center;
}
.service-type-sec .service-type-p a {
  color: #1375E8;
  text-decoration: none;
}
.service-type-sec .service-type-p a:hover {
  color: #0C43AD;
}
@media (max-width: 720px) {
  .service-type-sec .service-type-p {
    margin-top: 32px;
  }
}
.service-type-sec .section-title {
  margin-bottom: 72px;
}
@media (max-width: 720px) {
  .service-type-sec .section-title {
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .service-type-sec .section-title.need-shape h2 span::before, .service-type-sec .section-title.need-shape .h2 span::before {
    bottom: 5px;
    width: 100%;
    height: 15px;
    background-size: contain;
    background-position: center;
  }
}
@media (min-width: 992px) and (max-width: 720px) {
  .service-type-sec .section-title.need-shape h2 span::before, .service-type-sec .section-title.need-shape .h2 span::before {
    bottom: 0;
  }
}
.service-type-sec .section-title p {
  margin-top: 20px;
}
.service-type-sec .row {
  margin: 0 -16px;
}
.service-type-sec .row [class^=col-],
.service-type-sec .row [class*=" col-"] {
  padding: 0 16px;
}
@media (max-width: 720px) {
  .service-type-sec .row [class^=col-]:not(:last-of-type),
.service-type-sec .row [class*=" col-"]:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.service-type-sec .bg-cyan {
  background-color: #E5F6F8 !important;
  border-bottom-color: #008891 !important;
}
.service-type-sec .service-type-card {
  display: flex;
  flex-direction: column;
  padding: 32px;
  background-color: #EEFAFF;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  border-bottom: 2px solid #41A2CC;
}
@media (max-width: 720px) {
  .service-type-sec .service-type-card {
    padding: 16px;
  }
}
.service-type-sec .service-type-card .service-type-top {
  margin-bottom: 20px;
}
.service-type-sec .service-type-card img {
  width: 78px;
  height: 78px;
  object-fit: contain;
  object-position: center;
  margin: 0 auto 20px;
  display: block;
}
.service-type-sec .service-type-card h3, .service-type-sec .service-type-card .h3 {
  font-size: 28px;
  line-height: 36px;
  text-align: center;
}
.service-type-sec .service-type-card h4, .service-type-sec .service-type-card .h4 {
  margin-top: 16px;
  color: #111111;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 4px;
}
.service-type-sec .service-type-card p {
  text-align: center;
}
.service-type-sec .service-type-card p:not(:first-of-type) {
  margin-top: 16px;
}
.service-type-sec .service-type-card ul {
  margin-top: 16px;
}
.service-type-sec .service-type-card a.btn-white {
  margin-top: auto;
  width: 100%;
  max-width: 100%;
  display: block;
  border: 1px solid #1375E8;
  padding: 15px 40px;
}

.fixed-h-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
  z-index: -1;
  overflow: hidden;
}
.fixed-h-bg img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 720px) {
  .fixed-h-bg {
    height: 300px;
  }
}

.auth-form-sec {
  padding: 100px 0 120px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.auth-form-sec.marketplace-auth-sec .section-title {
  max-width: 750px;
}
@media (max-width: 720px) {
  .auth-form-sec {
    padding: 20px 0 60px;
  }
}
.auth-form-sec .container > .row {
  margin: 0;
}
.auth-form-sec .container > .row > div[class^=col-], .auth-form-sec .container > .row > div[class*=" col-"] {
  padding: 0;
}
.auth-form-sec .section-title {
  max-width: 480px;
  margin: 0 auto 72px;
}
@media (max-width: 720px) {
  .auth-form-sec .section-title {
    margin: 0 auto 32px;
  }
}

.auth-form-head {
  box-shadow: 0 12px 120px rgba(76, 87, 94, 0.08);
  border-radius: 20px;
  overflow: hidden;
}

.auth-form {
  padding: 80px;
  background-color: #fff;
}
.auth-form p:not(.t-c) {
  font-weight: 600;
}
.auth-form form > p:not(.t-c) a {
  color: #1375E8;
  text-decoration: none;
}
.auth-form form > p:not(.t-c) a:hover {
  color: #0C43AD;
}
.auth-form h3, .auth-form .h3 {
  font-size: 36px;
  line-height: 48px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .auth-form {
    padding: 30px;
  }
}
@media (max-width: 720px) {
  .auth-form {
    padding: 16px;
  }
}
.auth-form .form-group {
  margin-bottom: 20px;
  position: relative;
}
.auth-form .form-group.select-input .form-control {
  padding-right: 40px;
}
.auth-form .form-group.select-input::before {
  content: "\e900";
  position: absolute;
  font-family: "icomoon" !important;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #BAC8D3;
  pointer-events: none;
}
.auth-form .form-group .form-control {
  padding: 16px 20px;
  box-shadow: none;
  outline: none;
  border: 1px solid #C8D3DC;
  font-size: 16px;
  font-weight: 600;
  resize: none;
  background-color: #fff;
}
.auth-form .form-group .form-controltextarea {
  height: 96px;
}
.auth-form .form-group .form-control[type=number] {
  -moz-appearance: textfield;
}
.auth-form .form-group .form-control:focus {
  box-shadow: unset;
  outline: unset;
  border-color: #1375E8;
}
.auth-form .form-group .form-control::-webkit-outer-spin-button, .auth-form .form-group .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.auth-form .t-c {
  font-size: 14px;
}
.auth-form .t-c a {
  text-decoration: underline;
  font-weight: inherit;
  font-size: inherit;
}
.auth-form a.btn-primary,
.auth-form input.btn-primary,
.auth-form button.btn-primary {
  max-width: 100%;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 720px) {
  .auth-form a.btn-primary,
  .auth-form input.btn-primary,
  .auth-form button.btn-primary {
    margin-top: 30px;
  }
}

.auth-slider-head {
  background: linear-gradient(125deg, #1375e8 0%, #3bc0ea 100%);
  height: 100%;
  padding: 80px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .auth-slider-head {
    padding: 48px;
  }
}
@media (max-width: 720px) {
  .auth-slider-head {
    padding: 48px 30px;
  }
}
.auth-slider-head .auth-slider {
  height: 100%;
}
.auth-slider-head .auth-slider .slick-list,
.auth-slider-head .auth-slider .slick-track,
.auth-slider-head .auth-slider .slick-slide {
  height: 100%;
}
.auth-slider-head .auth-slider .slick-dots {
  position: absolute;
  bottom: -30px;
}
.auth-slider-head .auth-slider .slick-dots li {
  margin: 0 4px;
}
.auth-slider-head .auth-slider .slick-dots li.slick-active button {
  background-color: #fff;
}
.auth-slider-head .auth-slider .slick-dots li button {
  background-color: #A1C8F6;
}
.auth-slider-head .auth-slider li {
  margin: 0 8px;
}
.auth-slider-head .auth-slider .auth-slider-img {
  max-width: 415px;
  width: 100%;
  height: 100%;
}
@media (max-width: 720px) {
  .auth-slider-head .auth-slider .auth-slider-img {
    max-width: unset;
  }
  .auth-slider-head .auth-slider .auth-slider-img img {
    max-height: 400px;
  }
}
.auth-slider-head .auth-slider .auth-slider-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.selected-dial-code {
  display: none !important;
}

.form-control[type=number] {
  -moz-appearance: textfield;
}
.form-control::-webkit-outer-spin-button, .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.case-studies-sec {
  padding: 209px 0 120px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.case-studies-sec .blog-card {
  border-color: #D6DEE5;
}
.case-studies-sec .blog-listing li .invisible-anchor:hover ~ .blog-card {
  background-color: #1375E8;
}
@media (max-width: 720px) {
  .case-studies-sec {
    padding: 60px 0;
  }
}
.case-studies-sec .section-title {
  max-width: 650px;
  margin: 0 auto 62px;
}
@media (max-width: 720px) {
  .case-studies-sec .section-title {
    margin-bottom: 22px;
  }
}
.case-studies-sec .btn-secondary {
  margin: 62px auto 0px;
  display: block;
}

.case-studies-detail-sec .featured-img {
  margin-bottom: 40px;
}
.case-studies-detail-sec .accordion .accordion-item:last-of-type {
  padding-bottom: 0;
}

.more-studies .section-title h2, .more-studies .section-title .h2 {
  font-size: 32px;
  line-height: 48px;
}
.more-studies .blog-card {
  border-color: #D6DEE5;
}
.more-studies .blog-listing li .invisible-anchor:hover ~ .blog-card {
  background-color: #1375E8;
}

@font-face {
  font-family: "Font-Name";
  src: url("../font-name-5.html");
  src: url("../font-named41d-2.html#iefix") format("embedded-opentype"), url("../font-name-6.html") format("woff"), url("../font-name-7.html") format("truetype"), url("../font-name-8.html#font-name") format("svg");
  font-weight: normal;
  font-style: normal;
}
::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

@font-face {
  font-family: "icomoon";
  src: url("../eot/icomoon45b1-2.eot");
  src: url("../eot/icomoon45b1-2.eot#iefix") format("embedded-opentype"), url("../ttf/icomoon45b1-2.ttf") format("truetype"), url("../woff/icomoon45b1-2.woff") format("woff"), url("../svg/icomoon45b1-2.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 20px;
  color: #2B394E;
  transition: all 0.3s;
  text-align: center;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-b:before {
  content: "\e900";
}

.icon-arrow-right:before {
  content: "\e901";
}

.icon-arrow-left:before {
  content: "\e902";
}

.icon-user:before {
  content: "\e903";
}

.icon-insta-n:before {
  content: "\e904";
}

.icon-yt:before {
  content: "\e905";
}

.icon-linkdin-n:before {
  content: "\e906";
}

.icon-fb-n:before {
  content: "\e907";
}

.icon-search:before {
  content: "\e908";
}

.icon-playbtn:before {
  content: "\e909";
}

.icon-phone:before {
  content: "\e90a";
}

.icon-plus-circle:before {
  content: "\e90b";
}

.icon-star:before {
  content: "\e90c";
}

.icon-info:before {
  content: "\e90d";
}

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

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

.icon-play:before {
  content: "\e910";
}

.icon-time:before {
  content: "\e911";
}

.icon-tag:before {
  content: "\e912";
}

.icon-load:before {
  content: "\e913";
}

.icon-left-arrow:before {
  content: "\e914";
}

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

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

.icon-download:before {
  content: "\e917";
}

.icon-linkdin-fill:before {
  content: "\e918";
}

.icon-right-arrow:before {
  content: "\e919";
}

.icon-strike:before {
  content: "\e920";
}

.icon-menu:before {
  content: "\e91a";
}

.icon-menu-close:before {
  content: "\e91b";
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../ajax-loader.html") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../slick-5.html");
  src: url("../slickd41d-2.html#iefix") format("embedded-opentype"), url("../slick-6.html") format("woff"), url("../slick-7.html") format("truetype"), url("../slick-8.html#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  width: 100%;
  border-radius: 0;
  background-color: transparent;
  font-size: 0;
  position: relative;
  text-align: center;
  margin: 18px 0 0 0;
  list-style: none;
  display: block;
  margin: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: rgba(19, 117, 232, 0.2);
  display: block;
  width: 8px;
  height: 8px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  padding: 0;
  opacity: 1;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
  background: rgba(19, 117, 232, 0.7);
}
.slick-dots li:after {
  display: none;
}
.slick-dots li.slick-active button {
  background: #1375E8;
  opacity: 1;
  transform: scale(1.5);
}

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

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

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

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

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

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

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

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

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
h2,
.h2,
h3,
.h3 {
    orphans: 3;
    widows: 3;
  }

  h2, .h2,
h3,
.h3 {
    page-break-after: avoid;
  }
}
/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/**
 * Variables declared here can be overridden by consuming applications, with
 * the help of the `!default` flag.
 *
 * @example
 *     // overriding $hoverColor
 *     $hoverColor: rgba(red, 0.05);
 *
 *     // overriding image path
 *     $flagsImagePath: "images/";
 *
 *     // import the scss file after the overrides
 *     @import "bower_component/intl-tel-input/src/css/intlTelInput";
 */
.intl-tel-input {
  position: relative;
  display: inline-block;
  width: 100%;
}

.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.intl-tel-input .hide {
  display: none;
}

.intl-tel-input .v-hide {
  visibility: hidden;
}

.intl-tel-input input,
.intl-tel-input input[type=text],
.intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 75px !important;
  height: 100%;
  padding: 0 0 0 24px;
}

.intl-tel-input .form-control {
  padding-left: 84px !important;
}

.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #BAC8D3;
}

.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #BAC8D3;
}

.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  max-width: 100%;
}

.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}

@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}
.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

.intl-tel-input .country-list .country {
  padding: 5px 10px;
  white-space: break-spaces;
}

.intl-tel-input .country-list .country .dial-code {
  color: #999;
}

.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
  vertical-align: middle;
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
  margin-right: 6px;
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=text],
.intl-tel-input.separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}

.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
  width: 46px;
}

.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent;
}

.intl-tel-input.separate-dial-code .selected-flag {
  background-color: transparent;
  display: table;
  border-right: 1px solid #BAC8D3;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
  padding-left: 66px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
  padding-left: 80px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 75px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
  padding-left: 74px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
  padding-left: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
  padding-left: 82px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
  padding-left: 92px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
  padding-left: 90px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
  padding-left: 100px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px;
}

.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
  max-width: 432px;
}

.intl-tel-input.iti-container:hover {
  cursor: pointer;
}

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti-flag {
  width: 20px;
}

.iti-flag.be {
  width: 18px;
}

.iti-flag.ch {
  width: 15px;
}

.iti-flag.mc {
  width: 19px;
}

.iti-flag.ne {
  width: 18px;
}

.iti-flag.np {
  width: 13px;
}

.iti-flag.va {
  width: 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-size: 5630px 15px;
  }
}
.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}

.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}

.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}

.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}

.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}

.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}

.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}

.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti-flag.be {
  height: 15px;
  background-position: -440px 0px;
}

.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}

.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}

.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0px;
}

.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti-flag.do {
  height: 13px;
  background-position: -1379px 0px;
}

.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}

.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px;
}

.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px;
}

.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}

.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px;
}

.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}

.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti-flag.us {
  height: 11px;
  background-position: -5241px 0px;
}

.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}

.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}

.iti-flag.va {
  height: 15px;
  background-position: -5307px 0px;
}

.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}

.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}

.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}

.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}

.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}

.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}

.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}

.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}

.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}

.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}

.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}

.iti-flag.za {
  height: 14px;
  background-position: -5566px 0px;
}

.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}

.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}

.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../png/flags-2.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("../png/flags%402x-2.png");
  }
}
.iti-flag.np {
  background-color: transparent;
}


.leadership-team {
  padding: 38px 0 50px;
}
.leadership-team .section-title {
  max-width: 525px;
  margin: 0 auto 62px;
}

.leadership-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-left: -10px;
}
.leadership-list > li {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 10px;
}
@media (max-width: 991px) {
  .leadership-list > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 720px) {
  .leadership-list > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.leadership-box {
  width: 100%;
  position: relative;
}
.leadership-box .leadership-img {
  width: 100%;
  height: 440px;
  position: relative;
}
.leadership-box .leadership-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  filter: grayscale(1);
}
.leadership-box .leadership-img .brand-icon {
  position: absolute;
  width: 200px;
  height: 200px;
  object-fit: contain;
  border-radius: unset;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: unset;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: hard-light;
}
.leadership-box .leadership-desc {
  margin-top: 18px;
  position: relative;
}
.leadership-box .leadership-desc .name {
  padding-right: 30px;
  font-size: 20px;
  line-height: 30px;
}
.leadership-box .leadership-desc .designation {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: #333333;
  margin-top: 4px;
}
.leadership-box .leadership-desc .linkdin-anc {
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 9;
  width: 20px;
  height: 20px;
}
.leadership-box .leadership-desc .linkdin-anc i {
  line-height: 20px;
  font-size: 20px;
  color: #0A66C2;
  transition: 0.3s;
}
.leadership-box .leadership-desc .linkdin-anc:hover i {
  color: #1375E8;
}
.leadership-box .invisible-anchor:hover ~ .leadership-img .brand-icon {
  opacity: 1;
}

.bod-comp {
  padding: 60px 0 120px;
}
@media (max-width: 720px) {
  .bod-comp {
    padding: 30px 0 60px;
  }
}
.bod-comp .section-title {
  max-width: 525px;
  margin: 0 auto 62px;
}

.bod-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-left: -10px;
}
.bod-list > li {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 10px;
}
@media (max-width: 991px) {
  .bod-list > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 720px) {
  .bod-list > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.bod-list > li:nth-of-type(4n+1) .bod-box .bod-top-sec {
  background-color: #CCEEF0;
}
.bod-list > li:nth-of-type(4n+1) .bod-box .bod-img:before {
  top: -40px;
  right: -40px;
  background: url("../png/glen-s-bg-2.png") no-repeat center;
}
.bod-list > li:nth-of-type(4n+2) .bod-box .bod-top-sec {
  background-color: #D0E3FA;
}
.bod-list > li:nth-of-type(4n+2) .bod-box .bod-img:before {
  bottom: -40px;
  right: -40px;
  background: url("../png/cathy-bg-2.png") no-repeat center;
}
.bod-list > li:nth-of-type(4n+3) .bod-box .bod-top-sec {
  background-color: #FFF6D4;
}
.bod-list > li:nth-of-type(4n+3) .bod-box .bod-img:before {
  top: -40px;
  left: -40px;
  background: url("../png/terry-bg-2.png") no-repeat center;
}
.bod-list > li:nth-of-type(4n+4) .bod-box .bod-top-sec {
  background-color: #DCF5FF;
}
.bod-list > li:nth-of-type(4n+4) .bod-box .bod-img:before {
  bottom: -40px;
  left: -40px;
  background: url("../png/sar-bg-2.png") no-repeat center;
}

.bod-box {
  width: 100%;
  position: relative;
}
.bod-box .bod-top-sec {
  width: 100%;
  height: 295px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.bod-box .bod-img {
  position: relative;
  width: 140px;
  height: 140px;
  z-index: 1;
}
.bod-box .bod-img:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  z-index: -1;
}
.bod-box .bod-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}
.bod-box .bod-img .brand-icon {
  position: absolute;
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: unset;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: unset;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: hard-light;
}
.bod-box .bod-desc {
  margin-top: 18px;
  position: relative;
}
.bod-box .bod-desc .name {
  padding-right: 30px;
  font-size: 20px;
  line-height: 30px;
}
.bod-box .bod-desc .designation {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: #333333;
  margin-top: 4px;
}
.bod-box .bod-desc .linkdin-anc {
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 9;
  width: 20px;
  height: 20px;
}
.bod-box .bod-desc .linkdin-anc i {
  line-height: 20px;
  font-size: 20px;
  color: #0A66C2;
  transition: 0.3s;
}
.bod-box .bod-desc .linkdin-anc:hover i {
  color: #1375E8;
}
.bod-box .invisible-anchor:hover ~ .bod-top-sec .bod-img .brand-icon {
  opacity: 1;
}

.stellar-gallery-comp {
  padding: 120px 0 38px;
}
.stellar-gallery-comp .container {
  clear: both;
}
.stellar-gallery-comp .gallery-list {
  width: calc(100% + 12px);
  margin: 66px -6px 0;
}
@media (max-width: 720px) {
  .stellar-gallery-comp .gallery-list {
    margin: 32px -6px 0;
  }
}
.stellar-gallery-comp .gallery-list > li {
  width: 100%;
  padding: 6px;
  float: left;
}
.stellar-gallery-comp .gallery-list > li .gallery-box {
  width: 100%;
  height: 224px;
}
.stellar-gallery-comp .gallery-list > li .gallery-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 992px) {
  .stellar-gallery-comp .gallery-list > li:nth-child(8n+1) {
    width: 25.56%;
  }
  .stellar-gallery-comp .gallery-list > li:nth-child(8n+1) .gallery-box {
    height: 324px;
  }
  .stellar-gallery-comp .gallery-list > li:nth-child(8n+2) {
    width: 36.76%;
  }
  .stellar-gallery-comp .gallery-list > li:nth-child(8n+2) .gallery-box {
    height: 324px;
  }
  .stellar-gallery-comp .gallery-list > li:nth-child(8n+3) {
    width: 26.06%;
  }
  .stellar-gallery-comp .gallery-list > li:nth-child(8n+4) {
    width: 11.61%;
  }
  .stellar-gallery-comp .gallery-list > li:nth-child(8n+5) {
    width: 37.6%;
    float: right;
  }
  .stellar-gallery-comp .gallery-list > li:nth-child(8n+5) .gallery-box {
    height: 324px;
  }
  .stellar-gallery-comp .gallery-list > li:nth-child(8n+6) {
    width: 18.72%;
  }
  .stellar-gallery-comp .gallery-list > li:nth-child(8n+7) {
    width: 22.22%;
  }
  .stellar-gallery-comp .gallery-list > li:nth-child(8n+8) {
    width: 21.39%;
  }
}
@media (max-width: 992px) {
  .stellar-gallery-comp .gallery-list > li {
    max-width: 50%;
  }
}
@media (max-width: 720px) {
  .stellar-gallery-comp .gallery-list > li {
    max-width: 100%;
  }
  .stellar-gallery-comp .gallery-list > li .gallery-box {
    height: auto;
  }
}

.four-col-card-comp {
  padding: 110px 0;
}
@media (max-width: 720px) {
  .four-col-card-comp {
    padding: 50px 0;
  }
}
.four-col-card-comp .four-col-card-listing {
  margin-left: -10px;
  margin-right: -10px;
}
.four-col-card-comp .four-col-card-listing > li {
  padding: 10px;
}

.four-col-card {
  height: 100%;
  border-radius: 16px;
  padding: 32px 20px;
}
.four-col-card img {
  width: 52px;
  height: auto;
  object-fit: contain;
  object-position: center;
  margin-bottom: 20px;
}
.four-col-card h3, .four-col-card .h3 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 8px;
  color: #fff;
}
.four-col-card p {
  color: #D0E3FA;
}
.four-col-card.gradient-dark-green p {
  color: #CCEEF0;
}
.four-col-card.gradient-skyblue p {
  color: #DCF5FF;
}
.four-col-card.gradient-green p {
  color: #D5F2E1;
}

.agency-tabs {
  margin-top: -370px;
  position: relative;
  z-index: 1;
}
.agency-tabs-v2-sec {
  /*margin-top: 89px;*/
}
@media (max-width: 991px) {
  .agency-tabs-v2-sec {
    margin-top: 0;
  }
}
.agency-tabs-v2-sec .agency-tabs-v2,
.agency-tabs-v2 {
  background-color: #002224;
  position: relative;
  /*top: -30px;*/

  position: fixed;
  /*top: 72px;*/
  width: 100%;
  height: auto;
  z-index: 999;
}
@media (min-width: 1400px) {
  .agency-tabs-v2-sec .container,
  .agency-tabs-v2 .container {
    max-width: 1320px;
  }
}
.agency-tabs-v2-sec .dropdown-wrapper,
.agency-tabs-v2 .dropdown-wrapper {
  display: flex;
  align-items: center;
  padding: 16px 0;
  position: relative;
}
.agency-tabs-v2-sec .dropdown-wrapper .tabdropdown,
.agency-tabs-v2 .dropdown-wrapper .tabdropdown {
  pointer-events: none;
}
@media (max-width: 991px) {
  .agency-tabs-v2-sec .dropdown-wrapper .tabdropdown,
  .agency-tabs-v2 .dropdown-wrapper .tabdropdown {
    pointer-events: all;
    width: 100%;
    position: relative;
    padding: 0 30px 0px 0;
    display: inline-block;
  }
  .agency-tabs-v2-sec .dropdown-wrapper .tabdropdown:hover,
  .agency-tabs-v2 .dropdown-wrapper .tabdropdown:hover {
    color: #111111;
  }
  .agency-tabs-v2-sec .dropdown-wrapper .tabdropdown:after,
  .agency-tabs-v2 .dropdown-wrapper .tabdropdown:after {
    content: "";
    border: solid #00AAB5;
    border-width: 0 2.5px 2.5px 0;
    display: inline-block;
    padding: 3.5px;
    position: absolute;
    right: 0;
    top: calc(50% - 3px);
    transform: rotate(45deg) translateY(-50%);
    transition: 0.3s;
  }
  .agency-tabs-v2-sec .dropdown-wrapper .tabdropdown span,
  .agency-tabs-v2 .dropdown-wrapper .tabdropdown span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-top: 0;
    padding-bottom: 0;
    margin: 12px 0;
    text-transform: uppercase;
  }
  .agency-tabs-v2-sec .dropdown-wrapper .tabdropdown.open:after,
  .agency-tabs-v2 .dropdown-wrapper .tabdropdown.open:after {
    transform: rotate(225deg);
  }
}
.agency-tabs-v2-sec .dropdown-wrapper span,
.agency-tabs-v2 .dropdown-wrapper span {
  font-size: 16px;
  line-height: 24px;
  color: #00AAB5;
  pointer-events: none;
}
.agency-tabs-v2-sec .dropdown-wrapper .agency-tool-tabs,
.agency-tabs-v2 .dropdown-wrapper .agency-tool-tabs {
  width: unset;
  margin: 0 0 0 16px;
}
@media (max-width: 991px) {
  .agency-tabs-v2-sec .dropdown-wrapper .agency-tool-tabs,
  .agency-tabs-v2 .dropdown-wrapper .agency-tool-tabs {
    display: none;
  }
}
.agency-tabs-v2-sec .dropdown-wrapper .agency-tool-tabs > li,
.agency-tabs-v2 .dropdown-wrapper .agency-tool-tabs > li {
  background-color: unset;
  padding: 0 16px;
}
.agency-tabs-v2-sec .dropdown-wrapper .agency-tool-tabs > li button,
.agency-tabs-v2-sec .dropdown-wrapper .agency-tool-tabs > li a,
.agency-tabs-v2 .dropdown-wrapper .agency-tool-tabs > li button,
.agency-tabs-v2 .dropdown-wrapper .agency-tool-tabs > li a {
  padding: 0;
  border: unset;
  color: #fff;
  background-color: unset;
  text-transform: capitalize;
  position: relative;
  font-size: 14px;
  line-height: 20px;
}
.agency-tabs-v2-sec .dropdown-wrapper .agency-tool-tabs > li button:before,
.agency-tabs-v2 .dropdown-wrapper .agency-tool-tabs > li button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0;
  transition: 0.3s;
}
.agency-tabs-v2-sec .dropdown-wrapper .agency-tool-tabs > li button.active:before, .agency-tabs-v2-sec .dropdown-wrapper .agency-tool-tabs > li button.hover:before,
.agency-tabs-v2 .dropdown-wrapper .agency-tool-tabs > li button.active:before, .agency-tabs-v2 .dropdown-wrapper .agency-tool-tabs > li button.hover:before {
  opacity: 1;
}
@media (max-width: 991px) {
  .agency-tabs-v2-sec .dropdown-wrapper .agency-tool-tabs,
  .agency-tabs-v2 .dropdown-wrapper .agency-tool-tabs {
    border-bottom: 1px solid #00AAB5;
    margin: 0;
    padding: 0;
    position: absolute;
    width: calc(100% + 32px);
    max-height: 400px;
    overflow: auto;
    background-color: #002224;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: -16px;
    z-index: 9;
    padding-bottom: 20px;
  }
  .agency-tabs-v2-sec .dropdown-wrapper .agency-tool-tabs.dropdown-block-open,
  .agency-tabs-v2 .dropdown-wrapper .agency-tool-tabs.dropdown-block-open {
    display: block !important;
  }
  .agency-tabs-v2-sec .dropdown-wrapper .agency-tool-tabs > li,
  .agency-tabs-v2 .dropdown-wrapper .agency-tool-tabs > li {
    padding: 10px 16px;
  }
}



.agency-toolkit-v2 {
  /*padding: 120px 0 100px;*/
  padding: 120px 0 0px;
  border-radius: 0 0 80px 80px;
  /*background-color: #002224;*/
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .agency-toolkit-v2 {
    padding: 66px 0 60px;
    border-radius: 0 0 40px 40px;
  }
}
.agency-toolkit-v2 .hero-bg {
  z-index: -1;
}
.agency-toolkit-v2 .hero-desc {
  margin-bottom: 120px;
  max-width: 720px;
}
.agency-toolkit-v2 .hero-desc p,
.agency-toolkit-v2 .hero-desc h2 {
  margin: 0;
  color: #A3C5C7;
}
.agency-toolkit-v2 .hero-desc h1, .agency-toolkit-v2 .hero-desc .h1 {
  max-width: 600px;
  margin: 0 auto 20px;
  color: #fff;
}
.agency-toolkit-v2 .hero-desc h1 span::before, .agency-toolkit-v2 .hero-desc .h1 span::before {
  background-image: url("../svg/agency-res-bg-2.svg");
  bottom: 4px;
  z-index: -1;
}
@media (max-width: 991px) {
  .agency-toolkit-v2 .hero-desc h1 span::before, .agency-toolkit-v2 .hero-desc .h1 span::before {
    bottom: 0;
  }
}
@media (max-width: 991px) {
  .agency-toolkit-v2 .hero-desc {
    margin-bottom: 50px;
  }
}
.agency-toolkit-v2 .banner-card {
  padding: 55px 106px;
  border-radius: 40px;
  background-color: #89D3DE;
  display: flex;
  align-items: flex-start;
  min-height: 530px;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
}
.agency-toolkit-v2 .banner-card .banner-card-left {
  width: 55%;
}
.agency-toolkit-v2 .banner-card .tag {
  display: inline-block;
  padding: 0 12px;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: #004448;
  background-color: #fff;
  text-transform: capitalize;
  margin-bottom: 12px;
  border-radius: 100px;
}
.agency-toolkit-v2 .banner-card h2, .agency-toolkit-v2 .banner-card .h2 {
  font-size: 44px;
  line-height: 54px;
  color: #002224;
  margin-bottom: 12px;
}
.agency-toolkit-v2 .banner-card p {
  font-size: 18px;
  line-height: 28px;
  color: #004448;
}
.agency-toolkit-v2 .banner-card .btn-primary {
  background-color: #002224;
  color: #fff;
  margin-top: 32px;
  display: flex;
  align-items: center;
}
.agency-toolkit-v2 .banner-card .btn-primary i {
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  margin-left: 8px;
}
.agency-toolkit-v2 .banner-card .btn-primary:hover, .agency-toolkit-v2 .banner-card .btn-primary:focus {
  background-color: #004448;
}
.agency-toolkit-v2 .banner-card .banner-card-right {
  position: relative;
}
.agency-toolkit-v2 .banner-card .banner-card-right .bottom-top {
  position: absolute;
  top: 70px;
  left: 67px;
  background-color: #102933;
  transform: rotate(-7deg);
}
.agency-toolkit-v2 .banner-card .banner-card-right .bottom-top p {
  width: max-content;
  color: #fff;
  padding: 10px 20px;
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
.agency-toolkit-v2 .banner-card .banner-card-right .top-bottom {
  position: absolute;
  top: 135px;
  left: 50px;
  padding: 10px 20px;
  background-color: #FFDA17;
  transform: rotate(4deg);
}
.agency-toolkit-v2 .banner-card .banner-card-right .top-bottom p {
  width: max-content;
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  margin: 0;
  color: #1375E8;
  text-shadow: 0 2px 0 #fff;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .agency-toolkit-v2 .banner-card {
    background-image: unset !important;
    flex-direction: column;
    padding: 32px 24px 16px;
  }
  .agency-toolkit-v2 .banner-card h2, .agency-toolkit-v2 .banner-card .h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .agency-toolkit-v2 .banner-card .banner-card-left {
    width: 100%;
    margin-bottom: 16px;
  }
  .agency-toolkit-v2 .banner-card .banner-card-right .bottom-top p,
.agency-toolkit-v2 .banner-card .banner-card-right .top-bottom p {
    font-size: 20px;
    line-height: 20px;
  }
  .agency-toolkit-v2 .banner-card .banner-card-right .bottom-top {
    top: 50px;
    left: 0;
  }
  .agency-toolkit-v2 .banner-card .banner-card-right .top-bottom {
    top: 90px;
    left: -10px;
  }
  .agency-toolkit-v2 .banner-card .banner-card-right .mob-img {
    width: calc(100% + 48px);
    height: auto;
    object-fit: cover;
    object-position: bottom;
    margin-bottom: -16px;
    min-height: 300px;
    margin-left: -24px;
  }
}

.stellar-search-page {
  margin-top: 100px;
}

.stellar-search-page .page-title {
  font-size: 40px;
}

@media (max-width: 450px) {
  .stellar-search-page .page-title {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .stellar-search-page .author {
    display: block !important;
  }
}