@charset "UTF-8";

:root {
  --swiper-theme-color: #007aff
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1
}

.swiper-button-prev {
  left: 10px;
  right: auto
}

.swiper-button-prev:after {
  content: "prev"
}

.swiper-button-next {
  right: 10px;
  left: auto
}

.swiper-button-next:after {
  content: "next"
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

/*!
 * Bootstrap  v5.2.2 (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: #377dff;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #ed4c78;
  --bs-orange: #fd7e14;
  --bs-yellow: #f5ca99;
  --bs-green: #10a140;
  --bs-teal: #00c9a7;
  --bs-cyan: #689dff;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #a49a8c;
  --bs-gray-dark: #71869d;
  --bs-gray-100: #f7faff;
  --bs-gray-200: #f8fafd;
  --bs-gray-300: #e7eaf3;
  --bs-gray-400: #bdc5d1;
  --bs-gray-500: #97a4af;
  --bs-gray-600: #a49a8c;
  --bs-gray-700: #677788;
  --bs-gray-800: #71869d;
  --bs-gray-900: #293152;
  --bs-primary: #377dff;
  --bs-secondary: #71869d;
  --bs-success: #10a140;
  --bs-info: #689dff;
  --bs-warning: #ffd050;
  --bs-danger: #ed4c78;
  --bs-light: #f7faff;
  --bs-dark: #2e2622;
  --bs-primary-rgb: 55, 125, 255;
  --bs-secondary-rgb: 113, 134, 157;
  --bs-success-rgb: 16, 161, 64;
  --bs-info-rgb: 104, 157, 255;
  --bs-warning-rgb: 255, 208, 80;
  --bs-danger-rgb: 237, 76, 120;
  --bs-light-rgb: 247, 250, 255;
  --bs-dark-rgb: 46, 38, 34;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 103, 119, 136;
  --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: Inter, sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #677788;
  --bs-body-bg: #fff;
  --bs-border-width: 0.0625rem;
  --bs-border-style: solid;
  --bs-border-color: rgba(46, 38, 34, 0.1);
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.5rem;
  --bs-border-radius-sm: 0.3125rem;
  --bs-border-radius-lg: 0.75rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #377dff;
  --bs-link-hover-color: #ff9d13;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fdf4eb
}

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

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: transparent
}

hr {
  margin: 1rem 0;
  color: rgba(46, 38, 34, .1);
  border: 0;
  border-top: .0625rem solid;
  opacity: 1
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1.2;
  color: #293152
}

.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.3rem + .6vw)
}

@media (min-width:1200px) {

  .h2,
  h2 {
    font-size: 1.75rem
  }
}

.h3,
h3 {
  font-size: calc(1.25625rem + .075vw)
}

@media (min-width:1200px) {

  .h3,
  h3 {
    font-size: 1.3125rem
  }
}

.h4,
h4 {
  font-size: 1.125rem
}

.h5,
h5 {
  font-size: 1rem
}

.h6,
h6 {
  font-size: .875rem
}

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

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

ol,
ul {
  padding-left: 2rem
}

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

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

dt {
  font-weight: 700
}

b,
strong {
  font-weight: bolder
}

.small,
small {
  font-size: .875em
}

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

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  color: var(--bs-link-color);
  text-decoration: none;
}

a:hover {
  color: var(--bs-link-hover-color)
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none
}

code,
pre {
  /* font-family: var(--bs-font-monospace); */
  font-size: 1em
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 1em
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal
}

code {
  font-size: 1em;
  color: var(--bs-code-color);
  word-wrap: break-word
}

a>code {
  color: inherit
}

img,
svg {
  vertical-align: middle
}

table {
  caption-side: bottom;
  border-collapse: collapse
}

th {
  font-weight: 400;
  text-align: inherit;
  text-align: -webkit-match-parent
}

tbody,
td,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0
}

label {
  display: inline-block
}

button {
  border-radius: 0
}

button:focus:not(:focus-visible) {
  outline: 0
}

button,
input,
select,
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
}

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

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

::-moz-focus-inner {
  padding: 0;
  border-style: none
}

textarea {
  resize: vertical
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0
}

::-webkit-inner-spin-button {
  height: auto
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield
}

::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
  padding: 0
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button
}

iframe {
  border: 0
}

summary {
  display: list-item;
  cursor: pointer
}

progress {
  vertical-align: baseline
}

[hidden] {
  display: none !important
}

.lead {
  font-size: calc(1.25625rem + .075vw);
  font-weight: 400
}

@media (min-width:1200px) {
  .lead {
    font-size: 1.3125rem
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 600;
  line-height: 1.2
}

@media (min-width:1200px) {
  .display-6 {
    font-size: 2.5rem
  }
}

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

.container {
  --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 {
    max-width: 540px
  }
}

@media (min-width:768px) {
  .container {
    max-width: 720px
  }
}

@media (min-width:992px) {
  .container {
    max-width: 960px
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1140px
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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>* {
  -ms-flex-negative: 0;
  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 {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%
}

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

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

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

@media (min-width:576px) {
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }

  .gx-sm-3 {
    --bs-gutter-x: 1rem
  }
}

@media (min-width:768px) {
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }
}

@media (min-width:992px) {
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%
  }

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

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

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

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

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

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

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

  .gx-lg-8 {
    --bs-gutter-x: 3.5rem
  }
}

@media (min-width:1200px) {
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%
  }

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

.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: rgba(46, 38, 34, 0.1);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: #f7faff;
  --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(231, 234, 243, 0.4);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color)
}

.table>:not(caption)>*>* {
  padding: .75rem .75rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: .0625rem;
  -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table>tbody {
  vertical-align: inherit
}

.table>thead {
  vertical-align: bottom
}

.form-select {
  display: block;
  width: 100%;
  padding: .6125rem 3rem .6125rem 1rem;
  -moz-padding-start: calc(1rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #293152;
  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='%2371869d' 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 1rem center;
  background-size: 16px 12px;
  border: .0625rem solid rgba(46, 38, 34, .1);
  border-radius: .3125rem;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

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

.form-select:focus {
  border-color: rgba(164, 154, 140, .25);
  outline: 0;
  -webkit-box-shadow: 0 0 1rem 0 rgba(164, 154, 140, .25);
  box-shadow: 0 0 1rem 0 rgba(164, 154, 140, .25)
}

.form-select[size]:not([size="1"]) {
  padding-right: 1rem;
  background-image: none
}

.form-select:disabled {
  background-color: #f8fafd
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #293152
}

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

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(46, 38, 34, .1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact
}

.form-check-input[type=checkbox] {
  border-radius: .25em
}

.form-check-input[type=radio] {
  border-radius: 50%
}

.form-check-input:active {
  -webkit-filter: 100%;
  filter: 100%
}

.form-check-input:focus {
  border-color: rgba(164, 154, 140, .25);
  outline: 0;
  -webkit-box-shadow: 0 0 1rem 0 rgba(164, 154, 140, .25);
  box-shadow: 0 0 1rem 0 rgba(164, 154, 140, .25)
}

.form-check-input:checked {
  background-color: #377dff;
  border-color: #377dff
}

.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: #377dff;
  border-color: #377dff;
  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;
  -webkit-filter: none;
  filter: none;
  opacity: .5
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
  cursor: default;
  opacity: .5
}

.form-check-label {
  color: #677788
}

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

.btn {
  --bs-btn-padding-x: 1rem;
  --bs-btn-padding-y: 0.6125rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #677788;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 0.0625rem;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.3125rem;
  --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 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;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  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);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .btn {
    -webkit-transition: none;
    -o-transition: none;
    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: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;
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
  box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color)
}

.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check)+.btn:active:focus-visible {
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
  box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn.disabled,
.btn:disabled {
  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-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffd050;
  --bs-btn-border-color: #ffd050;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffd76a;
  --bs-btn-hover-border-color: #ffd562;
  --bs-btn-focus-shadow-rgb: 217, 177, 68;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffd973;
  --bs-btn-active-border-color: #ffd562;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffd050;
  --bs-btn-disabled-border-color: #ffd050
}

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

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

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

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

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

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

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

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  -webkit-transition: width .35s ease;
  -o-transition: width .35s ease;
  transition: width .35s ease
}

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

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

.dropdown-toggle {
  white-space: nowrap
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0.5rem;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.625rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: #677788;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.5rem;
  --bs-dropdown-border-width: 0;
  --bs-dropdown-inner-border-radius: 0.5rem;
  --bs-dropdown-divider-bg: #e7eaf3;
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.75rem 1rem rgba(189, 197, 209, 0.3);
  --bs-dropdown-link-color: #293152;
  --bs-dropdown-link-hover-color: #252c4a;
  --bs-dropdown-link-hover-bg: rgba(189, 197, 209, 0.2);
  --bs-dropdown-link-active-color: #293152;
  --bs-dropdown-link-active-bg: rgba(189, 197, 209, 0.2);
  --bs-dropdown-link-disabled-color: #97a4af;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.5rem;
  --bs-dropdown-header-color: #a49a8c;
  --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)
}

.dropend .dropdown-toggle::after {
  vertical-align: 0
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0
}

.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;
  white-space: nowrap;
  background-color: transparent;
  border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg)
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg)
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent
}

.dropdown-menu.show {
  display: block
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-color: #2e2622;
  --bs-nav-link-hover-color: #1366ff;
  --bs-nav-link-disabled-color: #a49a8c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.nav-link {
  display: block;
  padding: 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);
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

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

.nav-link:focus,
.nav-link:hover {
  color: var(--bs-nav-link-hover-color)
}

.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: #677788;
  --bs-navbar-hover-color: #377dff;
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: #677788;
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: #677788;
  --bs-navbar-brand-hover-color: #677788;
  --bs-navbar-nav-link-padding-x: 0.75rem;
  --bs-navbar-toggler-padding-y: 0.5rem;
  --bs-navbar-toggler-padding-x: 0.5rem;
  --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='%23677788' 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.3125rem;
  --bs-navbar-toggler-focus-width: 0;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)
}

.navbar>.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.navbar-brand {
  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);
  white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
  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-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
  color: var(--bs-navbar-active-color)
}

.navbar-nav .dropdown-menu {
  position: static
}

.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: #fff;
  --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: 2rem;
  --bs-card-spacer-x: 2rem;
  --bs-card-title-spacer-y: 0.25rem;
  --bs-card-border-width: 0.0625rem;
  --bs-card-border-color: rgba(46, 38, 34, 0.1);
  --bs-card-border-radius: 0.5rem;
  --bs-card-box-shadow: 0rem 0.375rem 1.5rem 0rem rgba(164, 154, 140, 0.125);
  --bs-card-inner-border-radius: 0.4375rem;
  --bs-card-cap-padding-y: 2rem;
  --bs-card-cap-padding-x: 2rem;
  --bs-card-cap-bg: transparent;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 2rem 2rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  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>.list-group+.card-footer {
  border-top: 0
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  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-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-img-top {
  width: 100%
}

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

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: #677788;
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 0;
  --bs-pagination-border-color: #e7eaf3;
  --bs-pagination-border-radius: 0.3125rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #f8fafd;
  --bs-pagination-hover-border-color: #e7eaf3;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #f8fafd;
  --bs-pagination-focus-box-shadow: 0 0 1rem 0 rgba(164, 154, 140, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #377dff;
  --bs-pagination-active-border-color: #377dff;
  --bs-pagination-disabled-color: #a49a8c;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #e7eaf3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none
}

.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.3125rem;
  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: 0.75rem;
  --bs-alert-padding-y: 0.75rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 0.0625rem solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.5rem;
  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)
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: .5rem
  }
}

.progress {
  --bs-progress-height: 0.5rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: #e7eaf3;
  --bs-progress-border-radius: 0.5rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #377dff;
  --bs-progress-bar-transition: width 0.6s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  -webkit-transition: var(--bs-progress-bar-transition);
  -o-transition: var(--bs-progress-bar-transition);
  transition: var(--bs-progress-bar-transition)
}

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

.list-group {
  --bs-list-group-color: #293152;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: #e7eaf3;
  --bs-list-group-border-width: 0.0625rem;
  --bs-list-group-border-radius: 0.5rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 1rem;
  --bs-list-group-action-color: #677788;
  --bs-list-group-action-hover-color: #677788;
  --bs-list-group-action-hover-bg: #f7faff;
  --bs-list-group-action-active-color: #677788;
  --bs-list-group-action-active-bg: #f8fafd;
  --bs-list-group-disabled-color: #a49a8c;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #377dff;
  --bs-list-group-active-border-color: #377dff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius)
}

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

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 1rem;
  --bs-toast-padding-y: 1rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-border-width: 0.0625rem;
  --bs-toast-border-color: rgba(46, 38, 34, 0.1);
  --bs-toast-border-radius: 0.5rem;
  --bs-toast-box-shadow: 0rem 0.1875rem 0.375rem rgba(164, 154, 140, 0.25);
  --bs-toast-header-color: #a49a8c;
  --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);
  -webkit-box-shadow: var(--bs-toast-box-shadow);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius)
}

.toast.showing {
  opacity: 0
}

.toast:not(.show) {
  display: none
}

.modal {
  --bs-modal-zindex: 101;
  --bs-modal-width: 550px;
  --bs-modal-padding: 2rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: transparent;
  --bs-modal-border-width: 0.0625rem;
  --bs-modal-border-radius: 0.75rem;
  --bs-modal-box-shadow: 0rem 0.1875rem 0.375rem rgba(164, 154, 140, 0.25);
  --bs-modal-inner-border-radius: 0.6875rem;
  --bs-modal-header-padding-x: 2rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 2rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 0;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 0.0625rem;
  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 {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px)
}

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

.modal.show .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02)
}

.modal-backdrop {
  --bs-backdrop-zindex: 100;
  --bs-backdrop-bg: rgba(46, 38, 34, 0.25);
  --bs-backdrop-opacity: 1;
  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-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding)
}

@media (min-width:576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0rem 0.375rem 1.5rem 0rem rgba(164, 154, 140, 0.125)
  }

  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: 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-font-size: 0.875rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #2e2622;
  --bs-tooltip-border-radius: 0.5rem;
  --bs-tooltip-opacity: 1;
  --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: Inter, 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
}

.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: 1rem;
  --bs-popover-bg: #fff;
  --bs-popover-border-width: 0.0625rem;
  --bs-popover-border-color: transparent;
  --bs-popover-border-radius: 0.75rem;
  --bs-popover-inner-border-radius: 0.6875rem;
  --bs-popover-box-shadow: 0rem 0.6125rem 2.5rem 0.6125rem rgba(164, 154, 140, 0.175);
  --bs-popover-header-padding-x: 1.5rem;
  --bs-popover-header-padding-y: 1rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: #293152;
  --bs-popover-header-bg: #f8fafd;
  --bs-popover-body-padding-x: 1.5rem;
  --bs-popover-body-padding-y: 1.5rem;
  --bs-popover-body-color: #677788;
  --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: Inter, 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::after,
.popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0
}

.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 {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

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

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

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

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none
}

.carousel-indicators [data-bs-target] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  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: .5;
  -webkit-transition: opacity .6s ease;
  -o-transition: opacity .6s ease;
  transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
  .carousel-indicators [data-bs-target] {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
  }
}

.carousel-indicators .active {
  opacity: 1
}

.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%;
  -webkit-animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)
}

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

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

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

  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@media (prefers-reduced-motion:reduce) {
  .spinner-border {
    --bs-spinner-animation-speed: 1.5s
  }
}

.offcanvas {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 2.5rem;
  --bs-offcanvas-padding-y: 2.5rem;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 0.0625rem;
  --bs-offcanvas-border-color: transparent;
  --bs-offcanvas-box-shadow: 0rem 0.1875rem 0.375rem rgba(164, 154, 140, 0.25)
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

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

.offcanvas.show:not(.hiding),
.offcanvas.showing {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
  visibility: visible
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(46, 38, 34, .25)
}

.offcanvas-backdrop.fade {
  opacity: 0
}

.offcanvas-backdrop.show {
  opacity: 1
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: .5
}

.placeholder.btn::before {
  display: inline-block;
  content: ""
}

@keyframes placeholder-glow {
  50% {
    opacity: .2
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0;
    mask-position: -200% 0
  }
}

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

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

.visually-hidden {
  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
}

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

.opacity-50 {
  opacity: .5 !important
}

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

.overflow-hidden {
  overflow: hidden !important
}

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

.d-grid {
  display: -ms-grid !important;
  display: grid !important
}

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

.d-none {
  display: none !important
}

.shadow-lg {
  -webkit-box-shadow: 0 .6125rem 2.5rem .6125rem rgba(164, 154, 140, .175) !important;
  box-shadow: 0 .6125rem 2.5rem .6125rem rgba(164, 154, 140, .175) !important
}

.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

.position-relative {
  position: relative !important
}

.position-absolute {
  position: absolute !important
}

.top-0 {
  top: 0 !important
}

.bottom-0 {
  bottom: 0 !important
}

.start-0 {
  left: 0 !important
}

.end-0 {
  right: 0 !important
}

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

.border-0 {
  border: 0 !important
}

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

.border-primary {
  --bs-border-opacity: 1;
  border-color: #377dff !important
}

.border-light {
  --bs-border-opacity: 1;
  border-color: #f2f2f2 !important
}

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

.w-100 {
  width: 100% !important
}

.h-100 {
  height: 100% !important
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-0 {
  margin: 0 !important
}

.m-2 {
  margin: .5rem !important
}

.mx-2 {
  margin-right: .5rem !important;
  margin-left: .5rem !important
}

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

.my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important
}

.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .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: 2rem !important;
  margin-bottom: 2rem !important
}

.my-6 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important
}

.mt-0 {
  margin-top: 0 !important
}

.mt-1 {
  margin-top: .25rem !important
}

.mt-2 {
  margin-top: .5rem !important
}

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

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

.mt-5 {
  margin-top: 2rem !important
}

.mt-6 {
  margin-top: 2.5rem !important
}

.mt-9 {
  margin-top: 4rem !important
}

.me-0 {
  margin-right: 0 !important
}

.me-2 {
  margin-right: .5rem !important
}

.me-3 {
  margin-right: 1rem !important
}

.mb-0 {
  margin-bottom: 0 !important
}

.mb-2 {
  margin-bottom: .5rem !important
}

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

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

.mb-5 {
  margin-bottom: 2rem !important
}

.mb-6 {
  margin-bottom: 2.5rem !important
}

.mb-auto {
  margin-bottom: auto !important
}

.ms-2 {
  margin-left: .5rem !important
}

.ms-3 {
  margin-left: 1rem !important
}

.mt-n9 {
  margin-top: -4rem !important
}

.me-n5 {
  margin-right: -2rem !important
}

.p-0 {
  padding: 0 !important
}

.p-1 {
  padding: .25rem !important
}

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

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

.px-2 {
  padding-right: .5rem !important;
  padding-left: .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: 2rem !important;
  padding-left: 2rem !important
}

.px-6 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important
}

.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .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: 2rem !important;
  padding-bottom: 2rem !important
}

.pt-0 {
  padding-top: 0 !important
}

.pt-2 {
  padding-top: .5rem !important
}

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

.pt-5 {
  padding-top: 2rem !important
}

.pb-0 {
  padding-bottom: 0 !important
}

.pb-2 {
  padding-bottom: .5rem !important
}

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

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

.pb-5 {
  padding-bottom: 2rem !important
}

.ps-0 {
  padding-left: 0 !important
}

.ps-2 {
  padding-left: .5rem !important
}

.ps-4 {
  padding-left: 1.5rem !important
}

.gap-1 {
  gap: .25rem !important
}

.gap-3 {
  gap: 1rem !important
}

.fs-2 {
  font-size: calc(1.3rem + .6vw) !important
}

.fs-4 {
  font-size: 1.125rem !important
}

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

.fw-normal {
  font-weight: 400 !important
}

.fw-bold {
  font-weight: 700 !important
}

.fw-semibold {
  font-weight: 600 !important
}

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

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

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

.text-primary {
  --bs-text-opacity: 1;
  color: #377dff !important
}

.text-info {
  --bs-text-opacity: 1;
  color: #689dff !important
}

.text-light {
  --bs-text-opacity: 1;
  color: #f2f2f2 !important
}

.text-dark {
  --bs-text-opacity: 1;
  color: #2e2622 !important
}

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

.bg-success {
  --bs-bg-opacity: 1;
  background-color: #10a140 !important
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: #689dff !important
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: #f5ca99 !important
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: #ed4c78 !important
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: #2e2622 !important
}

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

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

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

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

.visible {
  visibility: visible !important
}

.content-space-t-2 {
  padding-top: 5rem !important
}

.content-space-b-1 {
  padding-bottom: 3rem !important
}

.content-space-1 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important
}

.content-space-2 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important
}

.zi-n1 {
  z-index: -1 !important
}

.zi-1 {
  z-index: 1 !important
}

.zi-2 {
  z-index: 2 !important
}

.bg-soft-primary {
  background-color: rgba(55, 125, 255, .1) !important
}

.bg-soft-secondary {
  background-color: rgba(113, 134, 157, .1) !important
}

.bg-soft-info {
  background-color: rgba(9, 165, 190, .1) !important
}

@media (min-width:576px) {
  .m-sm-4 {
    margin: 1.5rem !important
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
  }
}

@media (min-width:768px) {
  .w-md-75 {
    width: 75% !important
  }

  .w-md-auto {
    width: auto !important
  }

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

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

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

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

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important
  }

  .mb-md-2 {
    margin-bottom: .5rem !important
  }

  .mb-md-5 {
    margin-bottom: 2rem !important
  }

  .mt-md-n8 {
    margin-top: -3.5rem !important
  }

  .pt-md-4 {
    padding-top: 1.5rem !important
  }

  .pt-md-10 {
    padding-top: 4.5rem !important
  }
}

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

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

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

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

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

  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important
  }

  .mb-lg-0 {
    margin-bottom: 0 !important
  }

  .mb-lg-8 {
    margin-bottom: 3.5rem !important
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important
  }

  .py-lg-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
  }

  .pt-lg-5 {
    padding-top: 2rem !important
  }

  .pe-lg-2 {
    padding-right: .5rem !important
  }

  .pe-lg-6 {
    padding-right: 2.5rem !important
  }

  .ps-lg-6 {
    padding-left: 2.5rem !important
  }

  .gap-lg-8 {
    gap: 3.5rem !important
  }

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

@media (min-width:1200px) {
  .fs-2 {
    font-size: 1.75rem !important
  }
}

a {
  text-decoration: none
}

a:focus,
button:focus {
  outline-color: rgba(55, 125, 255, .5)
}

dl {
  margin-bottom: 0
}

dt {
  color: #293152
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield
}

::-moz-selection {
  color: #377dff;
  background-color: rgba(55, 125, 255, .1)
}

::selection {
  color: #377dff;
  background-color: rgba(55, 125, 255, .1)
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes fadeOut {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

.avatar {
  position: relative;
  display: inline-block;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: .5rem
}

.avatar:not(img) {
  background-color: #fff
}

.avatar-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto
}

.avatar-lg {
  width: 4.25rem;
  height: 4.25rem
}

.avatar-xl {
  width: 5.625rem;
  height: 5.625rem
}

.avatar.avatar-4x3 {
  width: 4.1666666667rem;
  height: auto;
  border-radius: 0
}

.avatar-lg.avatar-4x3 {
  width: 5.6666666667rem;
  height: auto;
  border-radius: 0
}

.avatar-xl.avatar-4x3 {
  width: 7.5rem;
  height: auto;
  border-radius: 0
}

.badge {
  line-height: normal
}

.brand {
  width: 100%;
  max-width: 7.5rem
}

.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn.dropdown-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.btn-warning:focus,
.btn-warning:hover {
  -webkit-box-shadow: 0 4px 11px rgba(255, 208, 80, .35);
  box-shadow: 0 4px 11px rgba(255, 208, 80, .35)
}

.btn-warning.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.btn-outline-secondary.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%2371869d' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.btn-outline-secondary:hover::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")
}

.btn-outline-secondary.active.dropdown-toggle::after,
.btn-outline-secondary.dropdown-toggle.show.dropdown-toggle::after,
.btn-outline-secondary:active.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")
}

.btn-outline-secondary {
  border-color: rgba(46, 38, 34, .1)
}

.card {
  border-width: 0;
  -webkit-box-shadow: 0 .375rem 1.5rem 0 rgba(164, 154, 140, .125);
  box-shadow: 0 .375rem 1.5rem 0 rgba(164, 154, 140, .125)
}

.card table tr th {
  font-weight: 400
}

.card-footer {
  border-top-width: 0
}

.card-subtitle {
  display: block;
  text-transform: uppercase;
  font-size: .8125rem;
  margin-bottom: .25rem
}

.card-title {
  margin-bottom: 0
}

.card-title:not(:last-child) {
  margin-bottom: .5rem
}

.card-text {
  color: #677788
}

.card-bordered {
  border-width: .0625rem
}

.card-transition {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.card-transition:focus,
.card-transition:hover {
  -webkit-transform: translateY(-.1875rem) !important;
  -ms-transform: translateY(-.1875rem) !important;
  transform: translateY(-.1875rem) !important
}

.card .table {
  margin-bottom: 0
}

.dropdown-menu {
  -webkit-box-shadow: 0 .75rem 1rem rgba(189, 197, 209, .3);
  box-shadow: 0 .75rem 1rem rgba(189, 197, 209, .3);
  margin-top: .3125rem
}

.dropdown-menu .dropdown-item.dropdown-toggle::after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.dropdown-item {
  font-size: .875rem;
  border-radius: .3125rem
}

.dropdown-item:not(:last-child) {
  margin-bottom: .25rem
}

.dropdown-item:active {
  color: #293152;
  background-color: rgba(189, 197, 209, .2)
}

.dropdown-item.active:active:focus,
.dropdown-item.active:not(:focus):not(:active) {
  color: #293152;
  background-color: rgba(189, 197, 209, .2)
}

.dropdown-toggle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.dropdown-toggle::after {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23677788' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1rem 1rem;
  margin-left: auto;
  padding-left: 1.25rem;
  content: ""
}

.dropdown-toggle[aria-expanded=true]::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.dropup .dropdown-toggle::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.form-check-label {
  font-size: .875rem;
  margin-top: .125rem
}

.form-check .form-check-label {
  margin-top: 0
}

.form-check-input,
.form-check-label {
  cursor: pointer
}

.form-select {
  cursor: pointer
}

.form-check-input:checked {
  background-color: #377dff
}

.icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: .3125rem
}

.icon-light {
  color: #000;
  border-color: #f7faff;
  background-color: #f7faff
}

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

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

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

.list-checked-item {
  position: relative;
  color: #677788;
  padding-left: 2rem
}

.list-checked-item:not(:last-child) {
  margin-bottom: .5rem
}

.list-checked-item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3035 4.76425C13.5718 4.44865 14.0451 4.41027 14.3607 4.67853C14.6763 4.9468 14.7147 5.42012 14.4464 5.73572L8.07144 13.2357C7.79896 13.5563 7.31616 13.5901 7.00171 13.3105L3.62671 10.3105C3.31713 10.0354 3.28924 9.5613 3.56443 9.25172C3.83962 8.94213 4.31367 8.91424 4.62326 9.18943L7.42515 11.68L13.3035 4.76425Z' fill='%2371869d'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.25rem 1.25rem;
  content: "";
  margin-top: .125rem
}

.list-checked-item[hover]:hover {
  color: #377dff
}

.list-checked-success .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3035 4.76425C13.5718 4.44865 14.0451 4.41027 14.3607 4.67853C14.6763 4.9468 14.7147 5.42012 14.4464 5.73572L8.07144 13.2357C7.79896 13.5563 7.31616 13.5901 7.00171 13.3105L3.62671 10.3105C3.31713 10.0354 3.28924 9.5613 3.56443 9.25172C3.83962 8.94213 4.31367 8.91424 4.62326 9.18943L7.42515 11.68L13.3035 4.76425Z' fill='%2310a140'/%3e%3c/svg%3e")
}

.nav-link.dropdown-toggle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.nav-link.active {
  color: #377dff
}

.navbar {
  display: block;
  z-index: 99
}

.navbar-nav {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0
}

@-webkit-keyframes navbar-topbar-collapse-scale-up {
  0% {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
  }
}

@keyframes navbar-topbar-collapse-scale-up {
  0% {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
  }
}

.navbar .navbar-nav .nav-link {
  padding: 1rem .75rem
}

.navbar .nav-item:hover>.nav-link {
  color: #1366ff
}

.navbar .dropdown-menu {
  border-top: .1875rem solid #377dff;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.navbar .dropdown-menu::before {
  position: absolute;
  top: -.625rem;
  display: block;
  left: 0;
  width: 100%;
  height: 1.75rem;
  content: ""
}

.navbar-dark .navbar-nav .nav-item:hover .nav-link,
.navbar-dark .navbar-nav .nav-item:hover .nav-link:focus,
.navbar-dark .navbar-nav .nav-item:hover .nav-link:hover {
  color: #fff
}

.navbar-dark .nav-link.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' fill='rgba(255, 255, 255, 0.55)' xmlns='http://www.w3.org/2000/svg'><path d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/></svg>")
}

.popover {
  -webkit-box-shadow: 0 .6125rem 2.5rem .6125rem rgba(164, 154, 140, .175);
  box-shadow: 0 .6125rem 2.5rem .6125rem rgba(164, 154, 140, .175)
}

.popover-header {
  font-size: 1.25rem;
  font-weight: 600
}

.shape[class*=text-]>svg [fill]:not([fill=none]) {
  fill: currentColor !important
}

.shape {
  position: absolute;
  z-index: -1
}

.step {
  position: relative;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-right: calc(1.5rem / -2);
  margin-left: calc(1.5rem / -2)
}

.table th {
  font-weight: 400
}

.table tr {
  color: #2e2622
}

.table thead th {
  color: #293152;
  font-weight: 600
}

.table>:not(:last-child)>:last-child>* {
  border-bottom-color: rgba(46, 38, 34, .1)
}

.table>:not(caption)>:last-child>* {
  border-bottom-width: 0
}

.table .btn {
  white-space: nowrap
}

[class*=text-highlight-] {
  background: left 1em/1em .2em;
  background-repeat: repeat-x
}

.text-highlight-warning {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 208, 80, .5)), to(rgba(255, 208, 80, .5)));
  background-image: -o-linear-gradient(top, rgba(255, 208, 80, .5), rgba(255, 208, 80, .5));
  background-image: linear-gradient(to bottom, rgba(255, 208, 80, .5), rgba(255, 208, 80, .5))
}

@-webkit-keyframes videoPlayerButton {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3)
  }
}

@keyframes videoPlayerButton {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3)
  }
}

.bg-img-start {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center
}

.gradient-y-three-sm-primary {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, rgba(55, 125, 255, .075)), to(transparent));
  background-image: -o-linear-gradient(transparent, rgba(55, 125, 255, .075) 50%, transparent);
  background-image: linear-gradient(transparent, rgba(55, 125, 255, .075) 50%, transparent)
}

.link {
  font-weight: 600
}

.text-cap {
  display: block;
  color: #293152;
  font-size: .8125rem;
  font-weight: 600;
  letter-spacing: .03125rem;
  text-transform: uppercase;
  margin-bottom: 1rem
}

.text-dark {
  color: #293152 !important
}

.text-dark[href]:hover {
  color: #1366ff !important
}

.text-muted[href]:hover {
  color: #1366ff !important
}

a:hover .text-inherit {
  color: #1366ff !important
}

.swiper {
  width: 100%;
  height: 100%
}

.swiper-button-next,
.swiper-button-prev {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #677788;
  width: 3.125rem;
  height: 3.125rem;
  background-color: #fff;
  -webkit-box-shadow: 0 .1875rem .4375rem 0 rgba(164, 154, 140, .4);
  box-shadow: 0 .1875rem .4375rem 0 rgba(164, 154, 140, .4);
  border-radius: 50%;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.swiper-button-next:after,
.swiper-button-prev:after {
  width: 1rem;
  height: 1rem;
  font-family: inherit;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  content: ""
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .5;
  -webkit-box-shadow: none;
  box-shadow: none
}

.swiper-button-next:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23677788'%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")
}

.swiper-button-next:hover:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23377dff'%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")
}

.swiper-button-prev:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23677788'%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")
}

.swiper-button-prev:hover:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23377dff'%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")
}

.swiper-pagination {
  position: static;
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2rem
}

.swiper-slide {
  height: auto
}

@-webkit-keyframes swiperThumbProgressDash {
  from {
    stroke-dasharray: 0 477
  }

  to {
    stroke-dasharray: 477 477
  }
}

@keyframes swiperThumbProgressDash {
  from {
    stroke-dasharray: 0 477
  }

  to {
    stroke-dasharray: 477 477
  }
}

@font-face {
  font-family: Pushster;
  font-display: swap;
  src: url(../fonts/Pushster-Regular.woff2) format("woff2"), url(../fonts/Pushster-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal
}

:root {
  --vh: 1vh
}

body {
  font-size: 16px
}

.h-100vh {
  min-height: calc(var(--vh, 1vh) * 100)
}

.text-white {
  color: #fff
}

.fs-09em {
  font-size: .9em
}

.fs-08em {
  font-size: .8em
}

.fw-500 {
  font-weight: 500
}

.fw-600 {
  font-weight: 600
}

.modal-shadow {
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, .15);
  box-shadow: 0 2px 15px rgba(0, 0, 0, .15)
}

.hover-scale {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform ease .2s;
  transition: -webkit-transform ease .2s;
  -o-transition: transform ease .2s;
  transition: transform ease .2s;
  transition: transform ease .2s, -webkit-transform ease .2s
}

.hover-scale:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04)
}

.fit-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
  -o-object-position: center !important;
  object-position: center !important
}

button * {
  pointer-events: none
}

.video-bordered {
  border: 8px solid #fff
}

.video-shadoved {
  -webkit-box-shadow: 0 2.75rem 5.5rem -3.5rem rgba(189, 197, 209, .5), 0 2rem 4rem -2rem rgba(33, 50, 91, .3);
  box-shadow: 0 2.75rem 5.5rem -3.5rem rgba(189, 197, 209, .5), 0 2rem 4rem -2rem rgba(33, 50, 91, .3)
}

.fade-box .lazyload,
.fade-box .lazyloading {
  opacity: 0;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s
}

.fade-box img.lazyloaded {
  opacity: 1
}

a {
  text-decoration: none
}

.error-msg:empty {
  display: none !important
}

.step-form {
  position: relative
}

.step-form .step,
.step-form .step-out-of-zips {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  margin: 0 auto;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity ease .4s, -webkit-transform ease .4s;
  transition: opacity ease .4s, -webkit-transform ease .4s;
  -o-transition: transform ease .4s, opacity ease .4s;
  transition: transform ease .4s, opacity ease .4s;
  transition: transform ease .4s, opacity ease .4s, -webkit-transform ease .4s;
  pointer-events: none
}

.step-form .step-out-of-zips.active,
.step-form .step.active {
  z-index: 10;
  position: relative;
  opacity: 1;
  pointer-events: auto;
  height: auto;
  min-height: 320px
}

.form-progress {
  height: 6px
}

.form-progress .progress-bar {
  -webkit-transition: width ease .4s;
  -o-transition: width ease .4s;
  transition: width ease .4s
}

.error-msg:empty {
  display: none
}

.btn-quiz {
  font-size: 100%;
  font-weight: 500;
  line-height: 1.5;
  padding: 16px 48px
}

.form-check .form-check-input[type=checkbox] {
  height: 16px;
  width: 16px;
  border-radius: 0;
  margin-left: -2em
}

.submit-preloader {
  position: absolute;
  z-index: 200;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, .48);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.submit-error-msg {
  position: absolute;
  z-index: 200;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.radio-custom {
  width: 100%;
  max-width: 380px;
  margin: 5px 0
}

.radio-custom.sm {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  width: initial;
  max-width: 260px;
  margin: 8px
}

.radio-custom.sm label {
  padding-left: 16px
}

.radio-custom input {
  width: 0;
  height: 0;
  position: absolute;
  visibility: hidden;
  margin: 0;
  padding: 0
}

.radio-custom label {
  color: #676767;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  border-radius: 100px;
  border: 2px solid #f2f2f2;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 8px;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease .2s;
  -o-transition: all ease .2s;
  transition: all ease .2s
}

.radio-custom label .circle {
  margin: 16px;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  border: 3px solid #f2f2f2;
  background: 0 0;
  -webkit-transition: all ease .2s;
  -o-transition: all ease .2s;
  transition: all ease .2s
}

.radio-custom label img.icon,
.radio-custom label img.img {
  position: relative;
  right: 0;
  width: 32px;
  height: 32px;
  margin: 8px;
  -o-object-fit: contain;
  object-fit: contain
}

.radio-custom label img.img {
  margin-left: 0;
  width: 100px
}

.radio-custom label span {
  display: inline-block;
  margin: 0 8px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%
}

.radio-custom input:checked~label,
.radio-custom label:hover {
  border-color: #689dff
}

.radio-custom input:checked~label .circle {
  border: 6px solid #689dff
}

.fancy-check {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  font-size: .8em
}

.fancy-check .error-msg {
  display: inline-block;
  color: #ed4c78
}

.fancy-check a {
  text-decoration: none
}

.fancy-check.error .wrap {
  padding: 4px 8px;
  background: #ffeaea
}

.fancy-input {
  width: 100%
}

.fancy-input .input-wrapper {
  background: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 17px 20px;
  border-radius: 6px;
  position: relative
}

.fancy-input.error .input-wrapper {
  border: 1px solid #ed4c78
}

.fancy-input .error-msg {
  color: #ed4c78;
  font-size: .8em
}

.fancy-input .input-side {
  position: relative;
  width: 100%
}

.fancy-input .icon {
  width: 16px;
  height: 16px;
  margin-right: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.fancy-input .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}

.fancy-input label {
  color: #676767;
  left: 0;
  font-size: 1em;
  font-weight: 500;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: color ease .2s, -webkit-transform ease .4s;
  transition: color ease .2s, -webkit-transform ease .4s;
  -o-transition: transform ease .4s, color ease .2s;
  transition: transform ease .4s, color ease .2s;
  transition: transform ease .4s, color ease .2s, -webkit-transform ease .4s
}

.fancy-input:hover label {
  color: #444
}

.fancy-input input {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  background: 0 0;
  border-color: transparent;
  border: 0;
  outline: 0;
  font-weight: 500
}

.fancy-input input:focus~label {
  color: #444
}

.fancy-input .input-wrapper.disabled label,
.fancy-input input.fill~label,
.fancy-input input.value-filled~label {
  font-size: .8em;
  -webkit-transform: translateY(-1.4em);
  -ms-transform: translateY(-1.4em);
  transform: translateY(-1.4em);
  -webkit-transition: -webkit-transform ease .2s;
  transition: -webkit-transform ease .2s;
  -o-transition: transform ease .2s;
  transition: transform ease .2s;
  transition: transform ease .2s, -webkit-transform ease .2s;
  font-weight: 400
}

.fancy-input .phone-confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.fancy-select label {
  position: absolute;
  z-index: 2;
  visibility: hidden;
  color: #676767;
  left: 20px;
  top: 1px;
  font-size: .8em;
  font-weight: 400
}

.fancy-select .icon {
  margin-left: 16px;
  margin-top: 10px;
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 9px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.fancy-select .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}

.fancy-select .error-msg {
  color: #ed4c78;
  font-size: .8em
}

.fancy-select.open label {
  visibility: visible
}

.custom-select {
  position: relative;
  display: block;
  width: 100%;
  position: relative;
  font-size: 1em
}

.custom-select select {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  outline: 0
}

.custom-select select::-ms-expand {
  display: none
}

textarea {
  width: 100%;
  height: 90px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-radius: 4px;
  background-color: transparent;
  resize: none
}

textarea:active,
textarea:focus {
  outline: 0;
  outline-color: transparent
}

.no-webp .form-section {
  background-image: url(../images/form-bg.jpg)
}

.form-section {
  background-color: #403b36;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center
}

nav .go-to-form-wrap {
  display: none
}

nav.fixed-top .logo-wrap,
nav.fixed-top .nav-text-adv {
  display: none
}

nav.fixed-top .go-to-form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0
}

.modal-window {
  background: #fff;
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: calc(var(--vh, 1vh) * 100);
  overflow-x: hidden
}

@media (min-width:576px) {
  nav.fixed-top .logo-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  nav.fixed-top .go-to-form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

header {
  background: #000
}

nav .offcanvas {
  background-color: #000 !important
}

nav .offcanvas .nav-item .nav-link {
  color: #fff
}

nav .offcanvas .nav-item:hover .nav-link {
  color: #377dff
}

.scrolled-nav nav {
  z-index: 1030;
  padding-bottom: 0;
  padding-top: 0
}

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

.scrolled-nav.scroll nav {
  background: #000
}

footer {
  font-size: 14px
}

.cookie-policy :root,
.privacy-policy :root,
.term-of-use :root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-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: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --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", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --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
}

.cookie-policy *,
.cookie-policy ::after,
.cookie-policy ::before,
.privacy-policy *,
.privacy-policy ::after,
.privacy-policy ::before,
.term-of-use *,
.term-of-use ::after,
.term-of-use ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {

  .cookie-policy :root,
  .privacy-policy :root,
  .term-of-use :root {
    scroll-behavior: smooth
  }
}

.cookie-policy body,
.privacy-policy body,
.term-of-use 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: transparent
}

.cookie-policy hr,
.privacy-policy hr,
.term-of-use hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: .25
}

.cookie-policy hr:not([size]),
.privacy-policy hr:not([size]),
.term-of-use hr:not([size]) {
  height: 1px
}

.cookie-policy .h1,
.cookie-policy .h2,
.cookie-policy .h3,
.cookie-policy .h4,
.cookie-policy .h5,
.cookie-policy .h6,
.cookie-policy h1,
.cookie-policy h2,
.cookie-policy h3,
.cookie-policy h4,
.cookie-policy h5,
.cookie-policy h6,
.privacy-policy .h1,
.privacy-policy .h2,
.privacy-policy .h3,
.privacy-policy .h4,
.privacy-policy .h5,
.privacy-policy .h6,
.privacy-policy h1,
.privacy-policy h2,
.privacy-policy h3,
.privacy-policy h4,
.privacy-policy h5,
.privacy-policy h6,
.term-of-use .h1,
.term-of-use .h2,
.term-of-use .h3,
.term-of-use .h4,
.term-of-use .h5,
.term-of-use .h6,
.term-of-use h1,
.term-of-use h2,
.term-of-use h3,
.term-of-use h4,
.term-of-use h5,
.term-of-use h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2
}

.cookie-policy .h1,
.cookie-policy h1,
.privacy-policy .h1,
.privacy-policy h1,
.term-of-use .h1,
.term-of-use h1 {
  font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {

  .cookie-policy .h1,
  .cookie-policy h1,
  .privacy-policy .h1,
  .privacy-policy h1,
  .term-of-use .h1,
  .term-of-use h1 {
    font-size: 2.5rem
  }
}

.cookie-policy .h2,
.cookie-policy h2,
.privacy-policy .h2,
.privacy-policy h2,
.term-of-use .h2,
.term-of-use h2 {
  font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {

  .cookie-policy .h2,
  .cookie-policy h2,
  .privacy-policy .h2,
  .privacy-policy h2,
  .term-of-use .h2,
  .term-of-use h2 {
    font-size: 2rem
  }
}

.cookie-policy .h3,
.cookie-policy h3,
.privacy-policy .h3,
.privacy-policy h3,
.term-of-use .h3,
.term-of-use h3 {
  font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {

  .cookie-policy .h3,
  .cookie-policy h3,
  .privacy-policy .h3,
  .privacy-policy h3,
  .term-of-use .h3,
  .term-of-use h3 {
    font-size: 1.75rem
  }
}

.cookie-policy .h4,
.cookie-policy h4,
.privacy-policy .h4,
.privacy-policy h4,
.term-of-use .h4,
.term-of-use h4 {
  font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {

  .cookie-policy .h4,
  .cookie-policy h4,
  .privacy-policy .h4,
  .privacy-policy h4,
  .term-of-use .h4,
  .term-of-use h4 {
    font-size: 1.5rem
  }
}

.cookie-policy .h5,
.cookie-policy h5,
.privacy-policy .h5,
.privacy-policy h5,
.term-of-use .h5,
.term-of-use h5 {
  font-size: 1.25rem
}

.cookie-policy .h6,
.cookie-policy h6,
.privacy-policy .h6,
.privacy-policy h6,
.term-of-use .h6,
.term-of-use h6 {
  font-size: 1rem
}

.cookie-policy p,
.privacy-policy p,
.term-of-use p {
  margin-top: 0;
  margin-bottom: 1rem
}

.cookie-policy address,
.privacy-policy address,
.term-of-use address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}

.cookie-policy ol,
.cookie-policy ul,
.privacy-policy ol,
.privacy-policy ul,
.term-of-use ol,
.term-of-use ul {
  padding-left: 2rem
}

.cookie-policy dl,
.cookie-policy ol,
.cookie-policy ul,
.privacy-policy dl,
.privacy-policy ol,
.privacy-policy ul,
.term-of-use dl,
.term-of-use ol,
.term-of-use ul {
  margin-top: 0;
  margin-bottom: 1rem
}

.cookie-policy ol ol,
.cookie-policy ol ul,
.cookie-policy ul ol,
.cookie-policy ul ul,
.privacy-policy ol ol,
.privacy-policy ol ul,
.privacy-policy ul ol,
.privacy-policy ul ul,
.term-of-use ol ol,
.term-of-use ol ul,
.term-of-use ul ol,
.term-of-use ul ul {
  margin-bottom: 0
}

.cookie-policy dt,
.privacy-policy dt,
.term-of-use dt {
  font-weight: 700
}

.cookie-policy b,
.cookie-policy strong,
.privacy-policy b,
.privacy-policy strong,
.term-of-use b,
.term-of-use strong {
  font-weight: bolder
}

.cookie-policy .small,
.cookie-policy small,
.privacy-policy .small,
.privacy-policy small,
.term-of-use .small,
.term-of-use small {
  font-size: .875em
}

.cookie-policy .mark,
.cookie-policy mark,
.privacy-policy .mark,
.privacy-policy mark,
.term-of-use .mark,
.term-of-use mark {
  padding: .2em;
  background-color: #fcf8e3
}

.cookie-policy sub,
.cookie-policy sup,
.privacy-policy sub,
.privacy-policy sup,
.term-of-use sub,
.term-of-use sup {
  position: relative;
  font-size: .75em;
  line-height: 0;
  vertical-align: baseline
}

.cookie-policy sub,
.privacy-policy sub,
.term-of-use sub {
  bottom: -.25em
}

.cookie-policy sup,
.privacy-policy sup,
.term-of-use sup {
  top: -.5em
}

.cookie-policy a,
.privacy-policy a,
.term-of-use a {
  color: #0d6efd;
  text-decoration: underline
}

.cookie-policy a:hover,
.privacy-policy a:hover,
.term-of-use a:hover {
  color: #0a58ca
}

.cookie-policy a:not([href]):not([class]),
.cookie-policy a:not([href]):not([class]):hover,
.privacy-policy a:not([href]):not([class]),
.privacy-policy a:not([href]):not([class]):hover,
.term-of-use a:not([href]):not([class]),
.term-of-use a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none
}

.cookie-policy code,
.cookie-policy pre,
.privacy-policy code,
.privacy-policy pre,
.term-of-use code,
.term-of-use pre {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override
}

.cookie-policy pre,
.privacy-policy pre,
.term-of-use pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: .875em
}

.cookie-policy pre code,
.privacy-policy pre code,
.term-of-use pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal
}

.cookie-policy code,
.privacy-policy code,
.term-of-use code {
  font-size: .875em;
  color: #d63384;
  word-wrap: break-word
}

.cookie-policy a>code,
.privacy-policy a>code,
.term-of-use a>code {
  color: inherit
}

.cookie-policy img,
.cookie-policy svg,
.privacy-policy img,
.privacy-policy svg,
.term-of-use img,
.term-of-use svg {
  vertical-align: middle
}

.cookie-policy table,
.privacy-policy table,
.term-of-use table {
  caption-side: bottom;
  border-collapse: collapse
}

.cookie-policy th,
.privacy-policy th,
.term-of-use th {
  text-align: inherit;
  text-align: -webkit-match-parent
}

.cookie-policy tbody,
.cookie-policy td,
.cookie-policy th,
.cookie-policy thead,
.cookie-policy tr,
.privacy-policy tbody,
.privacy-policy td,
.privacy-policy th,
.privacy-policy thead,
.privacy-policy tr,
.term-of-use tbody,
.term-of-use td,
.term-of-use th,
.term-of-use thead,
.term-of-use tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0
}

.cookie-policy label,
.privacy-policy label,
.term-of-use label {
  display: inline-block
}

.cookie-policy button,
.privacy-policy button,
.term-of-use button {
  border-radius: 0
}

.cookie-policy button:focus:not(:focus-visible),
.privacy-policy button:focus:not(:focus-visible),
.term-of-use button:focus:not(:focus-visible) {
  outline: 0
}

.cookie-policy button,
.cookie-policy input,
.cookie-policy select,
.cookie-policy textarea,
.privacy-policy button,
.privacy-policy input,
.privacy-policy select,
.privacy-policy textarea,
.term-of-use button,
.term-of-use input,
.term-of-use select,
.term-of-use textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

.cookie-policy button,
.cookie-policy select,
.privacy-policy button,
.privacy-policy select,
.term-of-use button,
.term-of-use select {
  text-transform: none
}

.cookie-policy [role=button],
.privacy-policy [role=button],
.term-of-use [role=button] {
  cursor: pointer
}

.cookie-policy select,
.privacy-policy select,
.term-of-use select {
  word-wrap: normal
}

.cookie-policy select:disabled,
.privacy-policy select:disabled,
.term-of-use select:disabled {
  opacity: 1
}

.cookie-policy [list]::-webkit-calendar-picker-indicator,
.privacy-policy [list]::-webkit-calendar-picker-indicator,
.term-of-use [list]::-webkit-calendar-picker-indicator {
  display: none
}

.cookie-policy [type=button],
.cookie-policy [type=reset],
.cookie-policy [type=submit],
.cookie-policy button,
.privacy-policy [type=button],
.privacy-policy [type=reset],
.privacy-policy [type=submit],
.privacy-policy button,
.term-of-use [type=button],
.term-of-use [type=reset],
.term-of-use [type=submit],
.term-of-use button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button
}

.cookie-policy [type=button]:not(:disabled),
.cookie-policy [type=reset]:not(:disabled),
.cookie-policy [type=submit]:not(:disabled),
.cookie-policy button:not(:disabled),
.privacy-policy [type=button]:not(:disabled),
.privacy-policy [type=reset]:not(:disabled),
.privacy-policy [type=submit]:not(:disabled),
.privacy-policy button:not(:disabled),
.term-of-use [type=button]:not(:disabled),
.term-of-use [type=reset]:not(:disabled),
.term-of-use [type=submit]:not(:disabled),
.term-of-use button:not(:disabled) {
  cursor: pointer
}

.cookie-policy ::-moz-focus-inner,
.privacy-policy ::-moz-focus-inner,
.term-of-use ::-moz-focus-inner {
  padding: 0;
  border-style: none
}

.cookie-policy textarea,
.privacy-policy textarea,
.term-of-use textarea {
  resize: vertical
}

.cookie-policy ::-webkit-datetime-edit-day-field,
.cookie-policy ::-webkit-datetime-edit-fields-wrapper,
.cookie-policy ::-webkit-datetime-edit-hour-field,
.cookie-policy ::-webkit-datetime-edit-minute,
.cookie-policy ::-webkit-datetime-edit-month-field,
.cookie-policy ::-webkit-datetime-edit-text,
.cookie-policy ::-webkit-datetime-edit-year-field,
.privacy-policy ::-webkit-datetime-edit-day-field,
.privacy-policy ::-webkit-datetime-edit-fields-wrapper,
.privacy-policy ::-webkit-datetime-edit-hour-field,
.privacy-policy ::-webkit-datetime-edit-minute,
.privacy-policy ::-webkit-datetime-edit-month-field,
.privacy-policy ::-webkit-datetime-edit-text,
.privacy-policy ::-webkit-datetime-edit-year-field,
.term-of-use ::-webkit-datetime-edit-day-field,
.term-of-use ::-webkit-datetime-edit-fields-wrapper,
.term-of-use ::-webkit-datetime-edit-hour-field,
.term-of-use ::-webkit-datetime-edit-minute,
.term-of-use ::-webkit-datetime-edit-month-field,
.term-of-use ::-webkit-datetime-edit-text,
.term-of-use ::-webkit-datetime-edit-year-field {
  padding: 0
}

.cookie-policy ::-webkit-inner-spin-button,
.privacy-policy ::-webkit-inner-spin-button,
.term-of-use ::-webkit-inner-spin-button {
  height: auto
}

.cookie-policy [type=search],
.privacy-policy [type=search],
.term-of-use [type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield
}

.cookie-policy ::-webkit-search-decoration,
.privacy-policy ::-webkit-search-decoration,
.term-of-use ::-webkit-search-decoration {
  -webkit-appearance: none
}

.cookie-policy ::-webkit-color-swatch-wrapper,
.privacy-policy ::-webkit-color-swatch-wrapper,
.term-of-use ::-webkit-color-swatch-wrapper {
  padding: 0
}

.cookie-policy ::-webkit-file-upload-button,
.privacy-policy ::-webkit-file-upload-button,
.term-of-use ::-webkit-file-upload-button {
  font: inherit
}

.cookie-policy ::file-selector-button,
.privacy-policy ::file-selector-button,
.term-of-use ::file-selector-button {
  font: inherit
}

.cookie-policy ::-webkit-file-upload-button,
.privacy-policy ::-webkit-file-upload-button,
.term-of-use ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

.cookie-policy iframe,
.privacy-policy iframe,
.term-of-use iframe {
  border: 0
}

.cookie-policy summary,
.privacy-policy summary,
.term-of-use summary {
  display: list-item;
  cursor: pointer
}

.cookie-policy progress,
.privacy-policy progress,
.term-of-use progress {
  vertical-align: baseline
}

.cookie-policy [hidden],
.privacy-policy [hidden],
.term-of-use [hidden] {
  display: none !important
}

.cookie-policy .lead,
.privacy-policy .lead,
.term-of-use .lead {
  font-size: 1.25rem;
  font-weight: 300
}

.cookie-policy .display-6,
.privacy-policy .display-6,
.term-of-use .display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2
}

@media (min-width:1200px) {

  .cookie-policy .display-6,
  .privacy-policy .display-6,
  .term-of-use .display-6 {
    font-size: 2.5rem
  }
}

.cookie-policy .img-fluid,
.privacy-policy .img-fluid,
.term-of-use .img-fluid {
  max-width: 100%;
  height: auto
}

.cookie-policy .container,
.privacy-policy .container,
.term-of-use .container {
  width: 100%;
  padding-right: var(--bs-gutter-x, .75rem);
  padding-left: var(--bs-gutter-x, .75rem);
  margin-right: auto;
  margin-left: auto
}

@media (min-width:576px) {

  .cookie-policy .container,
  .privacy-policy .container,
  .term-of-use .container {
    max-width: 540px
  }
}

@media (min-width:768px) {

  .cookie-policy .container,
  .privacy-policy .container,
  .term-of-use .container {
    max-width: 720px
  }
}

@media (min-width:992px) {

  .cookie-policy .container,
  .privacy-policy .container,
  .term-of-use .container {
    max-width: 960px
  }
}

@media (min-width:1200px) {

  .cookie-policy .container,
  .privacy-policy .container,
  .term-of-use .container {
    max-width: 1140px
  }
}

@media (min-width:1400px) {

  .cookie-policy .container,
  .privacy-policy .container,
  .term-of-use .container {
    max-width: 1320px
  }
}

.cookie-policy .row,
.privacy-policy .row,
.term-of-use .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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))
}

.cookie-policy .row>*,
.privacy-policy .row>*,
.term-of-use .row>* {
  -ms-flex-negative: 0;
  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)
}

.cookie-policy .col,
.privacy-policy .col,
.term-of-use .col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%
}

.cookie-policy .col-auto,
.privacy-policy .col-auto,
.term-of-use .col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto
}

.cookie-policy .col-6,
.privacy-policy .col-6,
.term-of-use .col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%
}

.cookie-policy .col-12,
.privacy-policy .col-12,
.term-of-use .col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%
}

@media (min-width:576px) {

  .cookie-policy .col-sm-auto,
  .privacy-policy .col-sm-auto,
  .term-of-use .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }

  .cookie-policy .gx-sm-3,
  .privacy-policy .gx-sm-3,
  .term-of-use .gx-sm-3 {
    --bs-gutter-x: 1rem
  }
}

@media (min-width:768px) {

  .cookie-policy .col-md-6,
  .privacy-policy .col-md-6,
  .term-of-use .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }
}

@media (min-width:992px) {

  .cookie-policy .col-lg-2,
  .privacy-policy .col-lg-2,
  .term-of-use .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .cookie-policy .col-lg-4,
  .privacy-policy .col-lg-4,
  .term-of-use .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .cookie-policy .col-lg-5,
  .privacy-policy .col-lg-5,
  .term-of-use .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .cookie-policy .col-lg-6,
  .privacy-policy .col-lg-6,
  .term-of-use .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }

  .cookie-policy .col-lg-7,
  .privacy-policy .col-lg-7,
  .term-of-use .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .cookie-policy .col-lg-8,
  .privacy-policy .col-lg-8,
  .term-of-use .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .cookie-policy .col-lg-10,
  .privacy-policy .col-lg-10,
  .term-of-use .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .cookie-policy .offset-lg-1,
  .privacy-policy .offset-lg-1,
  .term-of-use .offset-lg-1 {
    margin-left: 8.33333333%
  }
}

@media (min-width:1200px) {

  .cookie-policy .col-xl-8,
  .privacy-policy .col-xl-8,
  .term-of-use .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .cookie-policy .offset-xl-2,
  .privacy-policy .offset-xl-2,
  .term-of-use .offset-xl-2 {
    margin-left: 16.66666667%
  }
}

.cookie-policy .table,
.privacy-policy .table,
.term-of-use .table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6
}

.cookie-policy .table>:not(caption)>*>*,
.privacy-policy .table>:not(caption)>*>*,
.term-of-use .table>:not(caption)>*>* {
  padding: .5rem .5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.cookie-policy .table>tbody,
.privacy-policy .table>tbody,
.term-of-use .table>tbody {
  vertical-align: inherit
}

.cookie-policy .table>thead,
.privacy-policy .table>thead,
.term-of-use .table>thead {
  vertical-align: bottom;
  background: #377dff !important
}

.cookie-policy .table>:not(:first-child),
.privacy-policy .table>:not(:first-child),
.term-of-use .table>:not(:first-child) {
  border-top: 2px solid currentColor
}

.cookie-policy .form-select,
.privacy-policy .form-select,
.term-of-use .form-select {
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  -moz-padding-start: calc(.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 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

@media (prefers-reduced-motion:reduce) {

  .cookie-policy .form-select,
  .privacy-policy .form-select,
  .term-of-use .form-select {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
  }
}

.cookie-policy .form-select:focus,
.privacy-policy .form-select:focus,
.term-of-use .form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.cookie-policy .form-select[size]:not([size="1"]),
.privacy-policy .form-select[size]:not([size="1"]),
.term-of-use .form-select[size]:not([size="1"]) {
  padding-right: .75rem;
  background-image: none
}

.cookie-policy .form-select:disabled,
.privacy-policy .form-select:disabled,
.term-of-use .form-select:disabled {
  background-color: #e9ecef
}

.cookie-policy .form-select:-moz-focusring,
.privacy-policy .form-select:-moz-focusring,
.term-of-use .form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529
}

.cookie-policy .form-check,
.privacy-policy .form-check,
.term-of-use .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: .125rem
}

.cookie-policy .form-check .form-check-input,
.privacy-policy .form-check .form-check-input,
.term-of-use .form-check .form-check-input {
  float: left;
  margin-left: -1.5em
}

.cookie-policy .form-check-input,
.privacy-policy .form-check-input,
.term-of-use .form-check-input {
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, .25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact
}

.cookie-policy .form-check-input[type=checkbox],
.privacy-policy .form-check-input[type=checkbox],
.term-of-use .form-check-input[type=checkbox] {
  border-radius: .25em
}

.cookie-policy .form-check-input[type=radio],
.privacy-policy .form-check-input[type=radio],
.term-of-use .form-check-input[type=radio] {
  border-radius: 50%
}

.cookie-policy .form-check-input:active,
.privacy-policy .form-check-input:active,
.term-of-use .form-check-input:active {
  -webkit-filter: brightness(90%);
  filter: brightness(90%)
}

.cookie-policy .form-check-input:focus,
.privacy-policy .form-check-input:focus,
.term-of-use .form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.cookie-policy .form-check-input:checked,
.privacy-policy .form-check-input:checked,
.term-of-use .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd
}

.cookie-policy .form-check-input:checked[type=checkbox],
.privacy-policy .form-check-input:checked[type=checkbox],
.term-of-use .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 10l3 3l6-6'/%3e%3c/svg%3e")
}

.cookie-policy .form-check-input:checked[type=radio],
.privacy-policy .form-check-input:checked[type=radio],
.term-of-use .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")
}

.cookie-policy .form-check-input[type=checkbox]:indeterminate,
.privacy-policy .form-check-input[type=checkbox]:indeterminate,
.term-of-use .form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  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")
}

.cookie-policy .form-check-input:disabled,
.privacy-policy .form-check-input:disabled,
.term-of-use .form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
  opacity: .5
}

.cookie-policy .form-check-input:disabled~.form-check-label,
.cookie-policy .form-check-input[disabled]~.form-check-label,
.privacy-policy .form-check-input:disabled~.form-check-label,
.privacy-policy .form-check-input[disabled]~.form-check-label,
.term-of-use .form-check-input:disabled~.form-check-label,
.term-of-use .form-check-input[disabled]~.form-check-label {
  opacity: .5
}

.cookie-policy .form-check-inline,
.privacy-policy .form-check-inline,
.term-of-use .form-check-inline {
  display: inline-block;
  margin-right: 1rem
}

.cookie-policy .btn,
.privacy-policy .btn,
.term-of-use .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

  .cookie-policy .btn,
  .privacy-policy .btn,
  .term-of-use .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
  }
}

.cookie-policy .btn:hover,
.privacy-policy .btn:hover,
.term-of-use .btn:hover {
  color: #212529
}

.cookie-policy .btn:focus,
.privacy-policy .btn:focus,
.term-of-use .btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.cookie-policy .btn.disabled,
.cookie-policy .btn:disabled,
.privacy-policy .btn.disabled,
.privacy-policy .btn:disabled,
.term-of-use .btn.disabled,
.term-of-use .btn:disabled {
  pointer-events: none;
  opacity: .65
}

.cookie-policy .btn-warning,
.privacy-policy .btn-warning,
.term-of-use .btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107
}

.cookie-policy .btn-warning:hover,
.privacy-policy .btn-warning:hover,
.term-of-use .btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720
}

.cookie-policy .btn-warning:focus,
.privacy-policy .btn-warning:focus,
.term-of-use .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  -webkit-box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5);
  box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}

.cookie-policy .btn-warning.active,
.cookie-policy .btn-warning:active,
.cookie-policy .show>.btn-warning.dropdown-toggle,
.privacy-policy .btn-warning.active,
.privacy-policy .btn-warning:active,
.privacy-policy .show>.btn-warning.dropdown-toggle,
.term-of-use .btn-warning.active,
.term-of-use .btn-warning:active,
.term-of-use .show>.btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720
}

.cookie-policy .btn-warning.active:focus,
.cookie-policy .btn-warning:active:focus,
.cookie-policy .show>.btn-warning.dropdown-toggle:focus,
.privacy-policy .btn-warning.active:focus,
.privacy-policy .btn-warning:active:focus,
.privacy-policy .show>.btn-warning.dropdown-toggle:focus,
.term-of-use .btn-warning.active:focus,
.term-of-use .btn-warning:active:focus,
.term-of-use .show>.btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5);
  box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}

.cookie-policy .btn-warning.disabled,
.cookie-policy .btn-warning:disabled,
.privacy-policy .btn-warning.disabled,
.privacy-policy .btn-warning:disabled,
.term-of-use .btn-warning.disabled,
.term-of-use .btn-warning:disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107
}

.cookie-policy .btn-outline-secondary,
.privacy-policy .btn-outline-secondary,
.term-of-use .btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d
}

.cookie-policy .btn-outline-secondary:hover,
.privacy-policy .btn-outline-secondary:hover,
.term-of-use .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.cookie-policy .btn-outline-secondary:focus,
.privacy-policy .btn-outline-secondary:focus,
.term-of-use .btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5);
  box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
}

.cookie-policy .btn-outline-secondary.active,
.cookie-policy .btn-outline-secondary.dropdown-toggle.show,
.cookie-policy .btn-outline-secondary:active,
.privacy-policy .btn-outline-secondary.active,
.privacy-policy .btn-outline-secondary.dropdown-toggle.show,
.privacy-policy .btn-outline-secondary:active,
.term-of-use .btn-outline-secondary.active,
.term-of-use .btn-outline-secondary.dropdown-toggle.show,
.term-of-use .btn-outline-secondary:active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.cookie-policy .btn-outline-secondary.active:focus,
.cookie-policy .btn-outline-secondary.dropdown-toggle.show:focus,
.cookie-policy .btn-outline-secondary:active:focus,
.privacy-policy .btn-outline-secondary.active:focus,
.privacy-policy .btn-outline-secondary.dropdown-toggle.show:focus,
.privacy-policy .btn-outline-secondary:active:focus,
.term-of-use .btn-outline-secondary.active:focus,
.term-of-use .btn-outline-secondary.dropdown-toggle.show:focus,
.term-of-use .btn-outline-secondary:active:focus {
  -webkit-box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5);
  box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
}

.cookie-policy .btn-outline-secondary.disabled,
.cookie-policy .btn-outline-secondary:disabled,
.privacy-policy .btn-outline-secondary.disabled,
.privacy-policy .btn-outline-secondary:disabled,
.term-of-use .btn-outline-secondary.disabled,
.term-of-use .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent
}

.cookie-policy .fade,
.privacy-policy .fade,
.term-of-use .fade {
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {

  .cookie-policy .fade,
  .privacy-policy .fade,
  .term-of-use .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
  }
}

.cookie-policy .fade:not(.show),
.privacy-policy .fade:not(.show),
.term-of-use .fade:not(.show) {
  opacity: 0
}

.cookie-policy .collapse:not(.show),
.privacy-policy .collapse:not(.show),
.term-of-use .collapse:not(.show) {
  display: none
}

.cookie-policy .collapsing,
.privacy-policy .collapsing,
.term-of-use .collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {

  .cookie-policy .collapsing,
  .privacy-policy .collapsing,
  .term-of-use .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
  }
}

.cookie-policy .collapsing.collapse-horizontal,
.privacy-policy .collapsing.collapse-horizontal,
.term-of-use .collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  -webkit-transition: width .35s ease;
  -o-transition: width .35s ease;
  transition: width .35s ease
}

@media (prefers-reduced-motion:reduce) {

  .cookie-policy .collapsing.collapse-horizontal,
  .privacy-policy .collapsing.collapse-horizontal,
  .term-of-use .collapsing.collapse-horizontal {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
  }
}

.cookie-policy .dropdown,
.cookie-policy .dropend,
.cookie-policy .dropstart,
.cookie-policy .dropup,
.privacy-policy .dropdown,
.privacy-policy .dropend,
.privacy-policy .dropstart,
.privacy-policy .dropup,
.term-of-use .dropdown,
.term-of-use .dropend,
.term-of-use .dropstart,
.term-of-use .dropup {
  position: relative
}

.cookie-policy .dropdown-toggle,
.privacy-policy .dropdown-toggle,
.term-of-use .dropdown-toggle {
  white-space: nowrap
}

.cookie-policy .dropdown-toggle::after,
.privacy-policy .dropdown-toggle::after,
.term-of-use .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent
}

.cookie-policy .dropdown-toggle:empty::after,
.privacy-policy .dropdown-toggle:empty::after,
.term-of-use .dropdown-toggle:empty::after {
  margin-left: 0
}

.cookie-policy .dropdown-menu,
.privacy-policy .dropdown-menu,
.term-of-use .dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: .5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem
}

.cookie-policy .dropup .dropdown-toggle::after,
.privacy-policy .dropup .dropdown-toggle::after,
.term-of-use .dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent
}

.cookie-policy .dropup .dropdown-toggle:empty::after,
.privacy-policy .dropup .dropdown-toggle:empty::after,
.term-of-use .dropup .dropdown-toggle:empty::after {
  margin-left: 0
}

.cookie-policy .dropend .dropdown-toggle::after,
.privacy-policy .dropend .dropdown-toggle::after,
.term-of-use .dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid
}

.cookie-policy .dropend .dropdown-toggle:empty::after,
.privacy-policy .dropend .dropdown-toggle:empty::after,
.term-of-use .dropend .dropdown-toggle:empty::after {
  margin-left: 0
}

.cookie-policy .dropend .dropdown-toggle::after,
.privacy-policy .dropend .dropdown-toggle::after,
.term-of-use .dropend .dropdown-toggle::after {
  vertical-align: 0
}

.cookie-policy .dropstart .dropdown-toggle::after,
.privacy-policy .dropstart .dropdown-toggle::after,
.term-of-use .dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: ""
}

.cookie-policy .dropstart .dropdown-toggle::after,
.privacy-policy .dropstart .dropdown-toggle::after,
.term-of-use .dropstart .dropdown-toggle::after {
  display: none
}

.cookie-policy .dropstart .dropdown-toggle::before,
.privacy-policy .dropstart .dropdown-toggle::before,
.term-of-use .dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent
}

.cookie-policy .dropstart .dropdown-toggle:empty::after,
.privacy-policy .dropstart .dropdown-toggle:empty::after,
.term-of-use .dropstart .dropdown-toggle:empty::after {
  margin-left: 0
}

.cookie-policy .dropstart .dropdown-toggle::before,
.privacy-policy .dropstart .dropdown-toggle::before,
.term-of-use .dropstart .dropdown-toggle::before {
  vertical-align: 0
}

.cookie-policy .dropdown-item,
.privacy-policy .dropdown-item,
.term-of-use .dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0
}

.cookie-policy .dropdown-item:focus,
.cookie-policy .dropdown-item:hover,
.privacy-policy .dropdown-item:focus,
.privacy-policy .dropdown-item:hover,
.term-of-use .dropdown-item:focus,
.term-of-use .dropdown-item:hover {
  color: #1e2125;
  background-color: #e9ecef
}

.cookie-policy .dropdown-item.active,
.cookie-policy .dropdown-item:active,
.privacy-policy .dropdown-item.active,
.privacy-policy .dropdown-item:active,
.term-of-use .dropdown-item.active,
.term-of-use .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd
}

.cookie-policy .dropdown-item.disabled,
.cookie-policy .dropdown-item:disabled,
.privacy-policy .dropdown-item.disabled,
.privacy-policy .dropdown-item:disabled,
.term-of-use .dropdown-item.disabled,
.term-of-use .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent
}

.cookie-policy .dropdown-menu.show,
.privacy-policy .dropdown-menu.show,
.term-of-use .dropdown-menu.show {
  display: block
}

.cookie-policy .nav,
.privacy-policy .nav,
.term-of-use .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.cookie-policy .nav-link,
.privacy-policy .nav-link,
.term-of-use .nav-link {
  display: block;
  padding: .5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

  .cookie-policy .nav-link,
  .privacy-policy .nav-link,
  .term-of-use .nav-link {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
  }
}

.cookie-policy .nav-link:focus,
.cookie-policy .nav-link:hover,
.privacy-policy .nav-link:focus,
.privacy-policy .nav-link:hover,
.term-of-use .nav-link:focus,
.term-of-use .nav-link:hover {
  color: #0a58ca
}

.cookie-policy .nav-link.disabled,
.privacy-policy .nav-link.disabled,
.term-of-use .nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default
}

.cookie-policy .navbar,
.privacy-policy .navbar,
.term-of-use .navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: .5rem;
  padding-bottom: .5rem
}

.cookie-policy .navbar>.container,
.privacy-policy .navbar>.container,
.term-of-use .navbar>.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.cookie-policy .navbar-brand,
.privacy-policy .navbar-brand,
.term-of-use .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap
}

.cookie-policy .navbar-nav,
.privacy-policy .navbar-nav,
.term-of-use .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.cookie-policy .navbar-nav .nav-link,
.privacy-policy .navbar-nav .nav-link,
.term-of-use .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0
}

.cookie-policy .navbar-nav .dropdown-menu,
.privacy-policy .navbar-nav .dropdown-menu,
.term-of-use .navbar-nav .dropdown-menu {
  position: static
}

.cookie-policy .navbar-dark .navbar-brand,
.privacy-policy .navbar-dark .navbar-brand,
.term-of-use .navbar-dark .navbar-brand {
  color: #fff
}

.cookie-policy .navbar-dark .navbar-brand:focus,
.cookie-policy .navbar-dark .navbar-brand:hover,
.privacy-policy .navbar-dark .navbar-brand:focus,
.privacy-policy .navbar-dark .navbar-brand:hover,
.term-of-use .navbar-dark .navbar-brand:focus,
.term-of-use .navbar-dark .navbar-brand:hover {
  color: #fff
}

.cookie-policy .navbar-dark .navbar-nav .nav-link,
.privacy-policy .navbar-dark .navbar-nav .nav-link,
.term-of-use .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, .55)
}

.cookie-policy .navbar-dark .navbar-nav .nav-link:focus,
.cookie-policy .navbar-dark .navbar-nav .nav-link:hover,
.privacy-policy .navbar-dark .navbar-nav .nav-link:focus,
.privacy-policy .navbar-dark .navbar-nav .nav-link:hover,
.term-of-use .navbar-dark .navbar-nav .nav-link:focus,
.term-of-use .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, .75)
}

.cookie-policy .navbar-dark .navbar-nav .nav-link.disabled,
.privacy-policy .navbar-dark .navbar-nav .nav-link.disabled,
.term-of-use .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, .25)
}

.cookie-policy .navbar-dark .navbar-nav .nav-link.active,
.cookie-policy .navbar-dark .navbar-nav .show>.nav-link,
.privacy-policy .navbar-dark .navbar-nav .nav-link.active,
.privacy-policy .navbar-dark .navbar-nav .show>.nav-link,
.term-of-use .navbar-dark .navbar-nav .nav-link.active,
.term-of-use .navbar-dark .navbar-nav .show>.nav-link {
  color: #fff
}

.cookie-policy .card,
.privacy-policy .card,
.term-of-use .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem
}

.cookie-policy .card>hr,
.privacy-policy .card>hr,
.term-of-use .card>hr {
  margin-right: 0;
  margin-left: 0
}

.cookie-policy .card>.list-group,
.privacy-policy .card>.list-group,
.term-of-use .card>.list-group {
  border-top: inherit;
  border-bottom: inherit
}

.cookie-policy .card>.list-group:first-child,
.privacy-policy .card>.list-group:first-child,
.term-of-use .card>.list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px)
}

.cookie-policy .card>.list-group:last-child,
.privacy-policy .card>.list-group:last-child,
.term-of-use .card>.list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px)
}

.cookie-policy .card>.list-group+.card-footer,
.privacy-policy .card>.list-group+.card-footer,
.term-of-use .card>.list-group+.card-footer {
  border-top: 0
}

.cookie-policy .card-body,
.privacy-policy .card-body,
.term-of-use .card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem 1rem
}

.cookie-policy .card-title,
.privacy-policy .card-title,
.term-of-use .card-title {
  margin-bottom: .5rem
}

.cookie-policy .card-subtitle,
.privacy-policy .card-subtitle,
.term-of-use .card-subtitle {
  margin-top: -.25rem;
  margin-bottom: 0
}

.cookie-policy .card-text:last-child,
.privacy-policy .card-text:last-child,
.term-of-use .card-text:last-child {
  margin-bottom: 0
}

.cookie-policy .card-footer,
.privacy-policy .card-footer,
.term-of-use .card-footer {
  padding: .5rem 1rem;
  background-color: rgba(0, 0, 0, .03);
  border-top: 1px solid rgba(0, 0, 0, .125)
}

.cookie-policy .card-footer:last-child,
.privacy-policy .card-footer:last-child,
.term-of-use .card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.cookie-policy .card-img-top,
.privacy-policy .card-img-top,
.term-of-use .card-img-top {
  width: 100%
}

.cookie-policy .card-img-top,
.privacy-policy .card-img-top,
.term-of-use .card-img-top {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px)
}

.cookie-policy .pagination,
.privacy-policy .pagination,
.term-of-use .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none
}

.cookie-policy .badge,
.privacy-policy .badge,
.term-of-use .badge {
  display: inline-block;
  padding: .35em .65em;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem
}

.cookie-policy .badge:empty,
.privacy-policy .badge:empty,
.term-of-use .badge:empty {
  display: none
}

.cookie-policy .btn .badge,
.privacy-policy .btn .badge,
.term-of-use .btn .badge {
  position: relative;
  top: -1px
}

.cookie-policy .alert,
.privacy-policy .alert,
.term-of-use .alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem
  }
}

.cookie-policy .progress,
.privacy-policy .progress,
.term-of-use .progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem
}

.cookie-policy .progress-bar,
.privacy-policy .progress-bar,
.term-of-use .progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {

  .cookie-policy .progress-bar,
  .privacy-policy .progress-bar,
  .term-of-use .progress-bar {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
  }
}

.cookie-policy .list-group,
.privacy-policy .list-group,
.term-of-use .list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: .25rem
}

.cookie-policy .list-group-item,
.privacy-policy .list-group-item,
.term-of-use .list-group-item {
  position: relative;
  display: block;
  padding: .5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125)
}

.cookie-policy .list-group-item:first-child,
.privacy-policy .list-group-item:first-child,
.term-of-use .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit
}

.cookie-policy .list-group-item:last-child,
.privacy-policy .list-group-item:last-child,
.term-of-use .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit
}

.cookie-policy .list-group-item.disabled,
.cookie-policy .list-group-item:disabled,
.privacy-policy .list-group-item.disabled,
.privacy-policy .list-group-item:disabled,
.term-of-use .list-group-item.disabled,
.term-of-use .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff
}

.cookie-policy .list-group-item.active,
.privacy-policy .list-group-item.active,
.term-of-use .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd
}

.cookie-policy .list-group-item+.list-group-item,
.privacy-policy .list-group-item+.list-group-item,
.term-of-use .list-group-item+.list-group-item {
  border-top-width: 0
}

.cookie-policy .list-group-item+.list-group-item.active,
.privacy-policy .list-group-item+.list-group-item.active,
.term-of-use .list-group-item+.list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px
}

.cookie-policy .toast,
.privacy-policy .toast,
.term-of-use .toast {
  width: 350px;
  max-width: 100%;
  font-size: .875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, .85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  border-radius: .25rem
}

.cookie-policy .toast.showing,
.privacy-policy .toast.showing,
.term-of-use .toast.showing {
  opacity: 0
}

.cookie-policy .toast:not(.show),
.privacy-policy .toast:not(.show),
.term-of-use .toast:not(.show) {
  display: none
}

.cookie-policy .modal,
.privacy-policy .modal,
.term-of-use .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0
}

.cookie-policy .modal-dialog,
.privacy-policy .modal-dialog,
.term-of-use .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none
}

.cookie-policy .modal.fade .modal-dialog,
.privacy-policy .modal.fade .modal-dialog,
.term-of-use .modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {

  .cookie-policy .modal.fade .modal-dialog,
  .privacy-policy .modal.fade .modal-dialog,
  .term-of-use .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
  }
}

.cookie-policy .modal.show .modal-dialog,
.privacy-policy .modal.show .modal-dialog,
.term-of-use .modal.show .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.cookie-policy .modal.modal-static .modal-dialog,
.privacy-policy .modal.modal-static .modal-dialog,
.term-of-use .modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02)
}

.cookie-policy .modal-backdrop,
.privacy-policy .modal-backdrop,
.term-of-use .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000
}

.cookie-policy .modal-backdrop.fade,
.privacy-policy .modal-backdrop.fade,
.term-of-use .modal-backdrop.fade {
  opacity: 0
}

.cookie-policy .modal-backdrop.show,
.privacy-policy .modal-backdrop.show,
.term-of-use .modal-backdrop.show {
  opacity: .5
}

.cookie-policy .modal-body,
.privacy-policy .modal-body,
.term-of-use .modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem
}

@media (min-width:576px) {

  .cookie-policy .modal-dialog,
  .privacy-policy .modal-dialog,
  .term-of-use .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto
  }
}

.cookie-policy .tooltip,
.privacy-policy .tooltip,
.term-of-use .tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0
}

.cookie-policy .tooltip.show,
.privacy-policy .tooltip.show,
.term-of-use .tooltip.show {
  opacity: .9
}

.cookie-policy .tooltip .tooltip-arrow,
.privacy-policy .tooltip .tooltip-arrow,
.term-of-use .tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem
}

.cookie-policy .tooltip .tooltip-arrow::before,
.privacy-policy .tooltip .tooltip-arrow::before,
.term-of-use .tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid
}

.cookie-policy .tooltip-inner,
.privacy-policy .tooltip-inner,
.term-of-use .tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem
}

.cookie-policy .popover,
.privacy-policy .popover,
.term-of-use .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: block;
  max-width: 276px;
  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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem
}

.cookie-policy .popover .popover-arrow,
.privacy-policy .popover .popover-arrow,
.term-of-use .popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem
}

.cookie-policy .popover .popover-arrow::after,
.cookie-policy .popover .popover-arrow::before,
.privacy-policy .popover .popover-arrow::after,
.privacy-policy .popover .popover-arrow::before,
.term-of-use .popover .popover-arrow::after,
.term-of-use .popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid
}

.cookie-policy .popover-header,
.privacy-policy .popover-header,
.term-of-use .popover-header {
  padding: .5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px)
}

.cookie-policy .popover-header:empty,
.privacy-policy .popover-header:empty,
.term-of-use .popover-header:empty {
  display: none
}

.cookie-policy .popover-body,
.privacy-policy .popover-body,
.term-of-use .popover-body {
  padding: 1rem 1rem;
  color: #212529
}

.cookie-policy .carousel,
.privacy-policy .carousel,
.term-of-use .carousel {
  position: relative
}

.cookie-policy .carousel.pointer-event,
.privacy-policy .carousel.pointer-event,
.term-of-use .carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.cookie-policy .carousel-item,
.privacy-policy .carousel-item,
.term-of-use .carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: -webkit-transform .6s ease-in-out;
  -o-transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

  .cookie-policy .carousel-item,
  .privacy-policy .carousel-item,
  .term-of-use .carousel-item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
  }
}

.cookie-policy .carousel-item-next,
.cookie-policy .carousel-item-prev,
.cookie-policy .carousel-item.active,
.privacy-policy .carousel-item-next,
.privacy-policy .carousel-item-prev,
.privacy-policy .carousel-item.active,
.term-of-use .carousel-item-next,
.term-of-use .carousel-item-prev,
.term-of-use .carousel-item.active {
  display: block
}

.cookie-policy .active.carousel-item-end,
.cookie-policy .carousel-item-next:not(.carousel-item-start),
.privacy-policy .active.carousel-item-end,
.privacy-policy .carousel-item-next:not(.carousel-item-start),
.term-of-use .active.carousel-item-end,
.term-of-use .carousel-item-next:not(.carousel-item-start) {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%)
}

.cookie-policy .active.carousel-item-start,
.cookie-policy .carousel-item-prev:not(.carousel-item-end),
.privacy-policy .active.carousel-item-start,
.privacy-policy .carousel-item-prev:not(.carousel-item-end),
.term-of-use .active.carousel-item-start,
.term-of-use .carousel-item-prev:not(.carousel-item-end) {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%)
}

.cookie-policy .carousel-indicators,
.privacy-policy .carousel-indicators,
.term-of-use .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none
}

.cookie-policy .carousel-indicators [data-bs-target],
.privacy-policy .carousel-indicators [data-bs-target],
.term-of-use .carousel-indicators [data-bs-target] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  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: .5;
  -webkit-transition: opacity .6s ease;
  -o-transition: opacity .6s ease;
  transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {

  .cookie-policy .carousel-indicators [data-bs-target],
  .privacy-policy .carousel-indicators [data-bs-target],
  .term-of-use .carousel-indicators [data-bs-target] {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
  }
}

.cookie-policy .carousel-indicators .active,
.privacy-policy .carousel-indicators .active,
.term-of-use .carousel-indicators .active {
  opacity: 1
}

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

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

.cookie-policy .spinner-border,
.privacy-policy .spinner-border,
.term-of-use .spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -.125em;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border
}

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

  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

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

  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@media (prefers-reduced-motion:reduce) {

  .cookie-policy .spinner-border,
  .privacy-policy .spinner-border,
  .term-of-use .spinner-border {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s
  }
}

.cookie-policy .offcanvas,
.privacy-policy .offcanvas,
.term-of-use .offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

  .cookie-policy .offcanvas,
  .privacy-policy .offcanvas,
  .term-of-use .offcanvas {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
  }
}

.cookie-policy .offcanvas-backdrop,
.privacy-policy .offcanvas-backdrop,
.term-of-use .offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000
}

.cookie-policy .offcanvas-backdrop.fade,
.privacy-policy .offcanvas-backdrop.fade,
.term-of-use .offcanvas-backdrop.fade {
  opacity: 0
}

.cookie-policy .offcanvas-backdrop.show,
.privacy-policy .offcanvas-backdrop.show,
.term-of-use .offcanvas-backdrop.show {
  opacity: .5
}

.cookie-policy .offcanvas.show,
.privacy-policy .offcanvas.show,
.term-of-use .offcanvas.show {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.cookie-policy .placeholder,
.privacy-policy .placeholder,
.term-of-use .placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: .5
}

.cookie-policy .placeholder.btn::before,
.privacy-policy .placeholder.btn::before,
.term-of-use .placeholder.btn::before {
  display: inline-block;
  content: ""
}

@-webkit-keyframes placeholder-glow {
  50% {
    opacity: .2
  }
}

@keyframes placeholder-glow {
  50% {
    opacity: .2
  }
}

@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0;
    mask-position: -200% 0
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0;
    mask-position: -200% 0
  }
}

.cookie-policy .ratio,
.privacy-policy .ratio,
.term-of-use .ratio {
  position: relative;
  width: 100%
}

.cookie-policy .ratio::before,
.privacy-policy .ratio::before,
.term-of-use .ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: ""
}

.cookie-policy .ratio>*,
.privacy-policy .ratio>*,
.term-of-use .ratio>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.cookie-policy .ratio-1x1,
.privacy-policy .ratio-1x1,
.term-of-use .ratio-1x1 {
  --bs-aspect-ratio: 100%
}

.cookie-policy .fixed-top,
.privacy-policy .fixed-top,
.term-of-use .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030
}

.cookie-policy .fixed-bottom,
.privacy-policy .fixed-bottom,
.term-of-use .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030
}

.cookie-policy .sticky-top,
.privacy-policy .sticky-top,
.term-of-use .sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020
}

.cookie-policy .visually-hidden,
.privacy-policy .visually-hidden,
.term-of-use .visually-hidden {
  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
}

.cookie-policy .opacity-25,
.privacy-policy .opacity-25,
.term-of-use .opacity-25 {
  opacity: .25 !important
}

.cookie-policy .opacity-50,
.privacy-policy .opacity-50,
.term-of-use .opacity-50 {
  opacity: .5 !important
}

.cookie-policy .opacity-75,
.privacy-policy .opacity-75,
.term-of-use .opacity-75 {
  opacity: .75 !important
}

.cookie-policy .overflow-hidden,
.privacy-policy .overflow-hidden,
.term-of-use .overflow-hidden {
  overflow: hidden !important
}

.cookie-policy .d-inline-block,
.privacy-policy .d-inline-block,
.term-of-use .d-inline-block {
  display: inline-block !important
}

.cookie-policy .d-grid,
.privacy-policy .d-grid,
.term-of-use .d-grid {
  display: -ms-grid !important;
  display: grid !important
}

.cookie-policy .d-flex,
.privacy-policy .d-flex,
.term-of-use .d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important
}

.cookie-policy .d-none,
.privacy-policy .d-none,
.term-of-use .d-none {
  display: none !important
}

.cookie-policy .shadow-lg,
.privacy-policy .shadow-lg,
.term-of-use .shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.cookie-policy .shadow-none,
.privacy-policy .shadow-none,
.term-of-use .shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

.cookie-policy .position-relative,
.privacy-policy .position-relative,
.term-of-use .position-relative {
  position: relative !important
}

.cookie-policy .position-absolute,
.privacy-policy .position-absolute,
.term-of-use .position-absolute {
  position: absolute !important
}

.cookie-policy .top-0,
.privacy-policy .top-0,
.term-of-use .top-0 {
  top: 0 !important
}

.cookie-policy .bottom-0,
.privacy-policy .bottom-0,
.term-of-use .bottom-0 {
  bottom: 0 !important
}

.cookie-policy .start-0,
.privacy-policy .start-0,
.term-of-use .start-0 {
  left: 0 !important
}

.cookie-policy .end-0,
.privacy-policy .end-0,
.term-of-use .end-0 {
  right: 0 !important
}

.cookie-policy .border,
.privacy-policy .border,
.term-of-use .border {
  border: 1px solid #dee2e6 !important
}

.cookie-policy .border-0,
.privacy-policy .border-0,
.term-of-use .border-0 {
  border: 0 !important
}

.cookie-policy .border-start,
.privacy-policy .border-start,
.term-of-use .border-start {
  border-left: 1px solid #dee2e6 !important
}

.cookie-policy .border-primary,
.privacy-policy .border-primary,
.term-of-use .border-primary {
  border-color: #0d6efd !important
}

.cookie-policy .border-light,
.privacy-policy .border-light,
.term-of-use .border-light {
  border-color: #f8f9fa !important
}

.cookie-policy .border-5,
.privacy-policy .border-5,
.term-of-use .border-5 {
  border-width: 5px !important
}

.cookie-policy .w-100,
.privacy-policy .w-100,
.term-of-use .w-100 {
  width: 100% !important
}

.cookie-policy .h-100,
.privacy-policy .h-100,
.term-of-use .h-100 {
  height: 100% !important
}

.cookie-policy .flex-column,
.privacy-policy .flex-column,
.term-of-use .flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important
}

.cookie-policy .flex-grow-1,
.privacy-policy .flex-grow-1,
.term-of-use .flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important
}

.cookie-policy .flex-shrink-0,
.privacy-policy .flex-shrink-0,
.term-of-use .flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important
}

.cookie-policy .flex-wrap,
.privacy-policy .flex-wrap,
.term-of-use .flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important
}

.cookie-policy .gap-1,
.privacy-policy .gap-1,
.term-of-use .gap-1 {
  gap: .25rem !important
}

.cookie-policy .gap-3,
.privacy-policy .gap-3,
.term-of-use .gap-3 {
  gap: 1rem !important
}

.cookie-policy .justify-content-end,
.privacy-policy .justify-content-end,
.term-of-use .justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important
}

.cookie-policy .justify-content-center,
.privacy-policy .justify-content-center,
.term-of-use .justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important
}

.cookie-policy .justify-content-between,
.privacy-policy .justify-content-between,
.term-of-use .justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important
}

.cookie-policy .justify-content-around,
.privacy-policy .justify-content-around,
.term-of-use .justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important
}

.cookie-policy .align-items-start,
.privacy-policy .align-items-start,
.term-of-use .align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important
}

.cookie-policy .align-items-center,
.privacy-policy .align-items-center,
.term-of-use .align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important
}

.cookie-policy .align-items-stretch,
.privacy-policy .align-items-stretch,
.term-of-use .align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important
}

.cookie-policy .align-self-center,
.privacy-policy .align-self-center,
.term-of-use .align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important
}

.cookie-policy .m-0,
.privacy-policy .m-0,
.term-of-use .m-0 {
  margin: 0 !important
}

.cookie-policy .m-2,
.privacy-policy .m-2,
.term-of-use .m-2 {
  margin: .5rem !important
}

.cookie-policy .mx-2,
.privacy-policy .mx-2,
.term-of-use .mx-2 {
  margin-right: .5rem !important;
  margin-left: .5rem !important
}

.cookie-policy .mx-auto,
.privacy-policy .mx-auto,
.term-of-use .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important
}

.cookie-policy .my-1,
.privacy-policy .my-1,
.term-of-use .my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important
}

.cookie-policy .my-2,
.privacy-policy .my-2,
.term-of-use .my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important
}

.cookie-policy .my-3,
.privacy-policy .my-3,
.term-of-use .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important
}

.cookie-policy .my-4,
.privacy-policy .my-4,
.term-of-use .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important
}

.cookie-policy .my-5,
.privacy-policy .my-5,
.term-of-use .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important
}

.cookie-policy .mt-0,
.privacy-policy .mt-0,
.term-of-use .mt-0 {
  margin-top: 0 !important
}

.cookie-policy .mt-1,
.privacy-policy .mt-1,
.term-of-use .mt-1 {
  margin-top: .25rem !important
}

.cookie-policy .mt-2,
.privacy-policy .mt-2,
.term-of-use .mt-2 {
  margin-top: .5rem !important
}

.cookie-policy .mt-3,
.privacy-policy .mt-3,
.term-of-use .mt-3 {
  margin-top: 1rem !important
}

.cookie-policy .mt-4,
.privacy-policy .mt-4,
.term-of-use .mt-4 {
  margin-top: 1.5rem !important
}

.cookie-policy .mt-5,
.privacy-policy .mt-5,
.term-of-use .mt-5 {
  margin-top: 3rem !important
}

.cookie-policy .me-0,
.privacy-policy .me-0,
.term-of-use .me-0 {
  margin-right: 0 !important
}

.cookie-policy .me-2,
.privacy-policy .me-2,
.term-of-use .me-2 {
  margin-right: .5rem !important
}

.cookie-policy .me-3,
.privacy-policy .me-3,
.term-of-use .me-3 {
  margin-right: 1rem !important
}

.cookie-policy .mb-0,
.privacy-policy .mb-0,
.term-of-use .mb-0 {
  margin-bottom: 0 !important
}

.cookie-policy .mb-2,
.privacy-policy .mb-2,
.term-of-use .mb-2 {
  margin-bottom: .5rem !important
}

.cookie-policy .mb-3,
.privacy-policy .mb-3,
.term-of-use .mb-3 {
  margin-bottom: 1rem !important
}

.cookie-policy .mb-4,
.privacy-policy .mb-4,
.term-of-use .mb-4 {
  margin-bottom: 1.5rem !important
}

.cookie-policy .mb-5,
.privacy-policy .mb-5,
.term-of-use .mb-5 {
  margin-bottom: 3rem !important
}

.cookie-policy .mb-auto,
.privacy-policy .mb-auto,
.term-of-use .mb-auto {
  margin-bottom: auto !important
}

.cookie-policy .ms-2,
.privacy-policy .ms-2,
.term-of-use .ms-2 {
  margin-left: .5rem !important
}

.cookie-policy .ms-3,
.privacy-policy .ms-3,
.term-of-use .ms-3 {
  margin-left: 1rem !important
}

.cookie-policy .p-0,
.privacy-policy .p-0,
.term-of-use .p-0 {
  padding: 0 !important
}

.cookie-policy .p-1,
.privacy-policy .p-1,
.term-of-use .p-1 {
  padding: .25rem !important
}

.cookie-policy .p-4,
.privacy-policy .p-4,
.term-of-use .p-4 {
  padding: 1.5rem !important
}

.cookie-policy .px-0,
.privacy-policy .px-0,
.term-of-use .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important
}

.cookie-policy .px-2,
.privacy-policy .px-2,
.term-of-use .px-2 {
  padding-right: .5rem !important;
  padding-left: .5rem !important
}

.cookie-policy .px-3,
.privacy-policy .px-3,
.term-of-use .px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important
}

.cookie-policy .px-4,
.privacy-policy .px-4,
.term-of-use .px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important
}

.cookie-policy .px-5,
.privacy-policy .px-5,
.term-of-use .px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important
}

.cookie-policy .py-2,
.privacy-policy .py-2,
.term-of-use .py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important
}

.cookie-policy .py-3,
.privacy-policy .py-3,
.term-of-use .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important
}

.cookie-policy .py-4,
.privacy-policy .py-4,
.term-of-use .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important
}

.cookie-policy .py-5,
.privacy-policy .py-5,
.term-of-use .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important
}

.cookie-policy .pt-0,
.privacy-policy .pt-0,
.term-of-use .pt-0 {
  padding-top: 0 !important
}

.cookie-policy .pt-2,
.privacy-policy .pt-2,
.term-of-use .pt-2 {
  padding-top: .5rem !important
}

.cookie-policy .pt-4,
.privacy-policy .pt-4,
.term-of-use .pt-4 {
  padding-top: 1.5rem !important
}

.cookie-policy .pt-5,
.privacy-policy .pt-5,
.term-of-use .pt-5 {
  padding-top: 3rem !important
}

.cookie-policy .pb-0,
.privacy-policy .pb-0,
.term-of-use .pb-0 {
  padding-bottom: 0 !important
}

.cookie-policy .pb-2,
.privacy-policy .pb-2,
.term-of-use .pb-2 {
  padding-bottom: .5rem !important
}

.cookie-policy .pb-3,
.privacy-policy .pb-3,
.term-of-use .pb-3 {
  padding-bottom: 1rem !important
}

.cookie-policy .pb-4,
.privacy-policy .pb-4,
.term-of-use .pb-4 {
  padding-bottom: 1.5rem !important
}

.cookie-policy .pb-5,
.privacy-policy .pb-5,
.term-of-use .pb-5 {
  padding-bottom: 3rem !important
}

.cookie-policy .ps-0,
.privacy-policy .ps-0,
.term-of-use .ps-0 {
  padding-left: 0 !important
}

.cookie-policy .ps-2,
.privacy-policy .ps-2,
.term-of-use .ps-2 {
  padding-left: .5rem !important
}

.cookie-policy .ps-4,
.privacy-policy .ps-4,
.term-of-use .ps-4 {
  padding-left: 1.5rem !important
}

.cookie-policy .fs-2,
.privacy-policy .fs-2,
.term-of-use .fs-2 {
  font-size: calc(1.325rem + .9vw) !important
}

.cookie-policy .fs-4,
.privacy-policy .fs-4,
.term-of-use .fs-4 {
  font-size: calc(1.275rem + .3vw) !important
}

.cookie-policy .fs-5,
.privacy-policy .fs-5,
.term-of-use .fs-5 {
  font-size: 1.25rem !important
}

.cookie-policy .fw-normal,
.privacy-policy .fw-normal,
.term-of-use .fw-normal {
  font-weight: 400 !important
}

.cookie-policy .fw-bold,
.privacy-policy .fw-bold,
.term-of-use .fw-bold {
  font-weight: 700 !important
}

.cookie-policy .lh-base,
.privacy-policy .lh-base,
.term-of-use .lh-base {
  line-height: 1.5 !important
}

.cookie-policy .text-start,
.privacy-policy .text-start,
.term-of-use .text-start {
  text-align: left !important
}

.cookie-policy .text-center,
.privacy-policy .text-center,
.term-of-use .text-center {
  text-align: center !important
}

.cookie-policy .text-primary,
.privacy-policy .text-primary,
.term-of-use .text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.cookie-policy .text-info,
.privacy-policy .text-info,
.term-of-use .text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}

.cookie-policy .text-light,
.privacy-policy .text-light,
.term-of-use .text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}

.cookie-policy .text-dark,
.privacy-policy .text-dark,
.term-of-use .text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.cookie-policy .text-white,
.privacy-policy .text-white,
.term-of-use .text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.cookie-policy .text-muted,
.privacy-policy .text-muted,
.term-of-use .text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important
}

.cookie-policy .bg-success,
.privacy-policy .bg-success,
.term-of-use .bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.cookie-policy .bg-info,
.privacy-policy .bg-info,
.term-of-use .bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}

.cookie-policy .bg-warning,
.privacy-policy .bg-warning,
.term-of-use .bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}

.cookie-policy .bg-danger,
.privacy-policy .bg-danger,
.term-of-use .bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.cookie-policy .bg-dark,
.privacy-policy .bg-dark,
.term-of-use .bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.cookie-policy .bg-white,
.privacy-policy .bg-white,
.term-of-use .bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.cookie-policy .rounded,
.privacy-policy .rounded,
.term-of-use .rounded {
  border-radius: .25rem !important
}

.cookie-policy .rounded-2,
.privacy-policy .rounded-2,
.term-of-use .rounded-2 {
  border-radius: .25rem !important
}

.cookie-policy .rounded-circle,
.privacy-policy .rounded-circle,
.term-of-use .rounded-circle {
  border-radius: 50% !important
}

.cookie-policy .rounded-end,
.privacy-policy .rounded-end,
.term-of-use .rounded-end {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important
}

.cookie-policy .visible,
.privacy-policy .visible,
.term-of-use .visible {
  visibility: visible !important
}

@media (min-width:576px) {

  .cookie-policy .m-sm-4,
  .privacy-policy .m-sm-4,
  .term-of-use .m-sm-4 {
    margin: 1.5rem !important
  }

  .cookie-policy .mx-sm-4,
  .privacy-policy .mx-sm-4,
  .term-of-use .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
  }
}

@media (min-width:768px) {

  .cookie-policy .flex-md-row,
  .privacy-policy .flex-md-row,
  .term-of-use .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .cookie-policy .justify-content-md-center,
  .privacy-policy .justify-content-md-center,
  .term-of-use .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .cookie-policy .align-items-md-center,
  .privacy-policy .align-items-md-center,
  .term-of-use .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .cookie-policy .align-items-md-stretch,
  .privacy-policy .align-items-md-stretch,
  .term-of-use .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  .cookie-policy .mx-md-auto,
  .privacy-policy .mx-md-auto,
  .term-of-use .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important
  }

  .cookie-policy .mb-md-2,
  .privacy-policy .mb-md-2,
  .term-of-use .mb-md-2 {
    margin-bottom: .5rem !important
  }

  .cookie-policy .mb-md-5,
  .privacy-policy .mb-md-5,
  .term-of-use .mb-md-5 {
    margin-bottom: 3rem !important
  }

  .cookie-policy .pt-md-4,
  .privacy-policy .pt-md-4,
  .term-of-use .pt-md-4 {
    padding-top: 1.5rem !important
  }
}

@media (min-width:992px) {

  .cookie-policy .d-lg-flex,
  .privacy-policy .d-lg-flex,
  .term-of-use .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .cookie-policy .d-lg-none,
  .privacy-policy .d-lg-none,
  .term-of-use .d-lg-none {
    display: none !important
  }

  .cookie-policy .flex-lg-column,
  .privacy-policy .flex-lg-column,
  .term-of-use .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .cookie-policy .justify-content-lg-center,
  .privacy-policy .justify-content-lg-center,
  .term-of-use .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .cookie-policy .justify-content-lg-between,
  .privacy-policy .justify-content-lg-between,
  .term-of-use .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .cookie-policy .order-lg-1,
  .privacy-policy .order-lg-1,
  .term-of-use .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important
  }

  .cookie-policy .order-lg-2,
  .privacy-policy .order-lg-2,
  .term-of-use .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important
  }

  .cookie-policy .mx-lg-0,
  .privacy-policy .mx-lg-0,
  .term-of-use .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
  }

  .cookie-policy .mt-lg-4,
  .privacy-policy .mt-lg-4,
  .term-of-use .mt-lg-4 {
    margin-top: 1.5rem !important
  }

  .cookie-policy .mb-lg-0,
  .privacy-policy .mb-lg-0,
  .term-of-use .mb-lg-0 {
    margin-bottom: 0 !important
  }

  .cookie-policy .ms-lg-4,
  .privacy-policy .ms-lg-4,
  .term-of-use .ms-lg-4 {
    margin-left: 1.5rem !important
  }

  .cookie-policy .py-lg-5,
  .privacy-policy .py-lg-5,
  .term-of-use .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

  .cookie-policy .pt-lg-5,
  .privacy-policy .pt-lg-5,
  .term-of-use .pt-lg-5 {
    padding-top: 3rem !important
  }

  .cookie-policy .pe-lg-2,
  .privacy-policy .pe-lg-2,
  .term-of-use .pe-lg-2 {
    padding-right: .5rem !important
  }

  .cookie-policy .text-lg-start,
  .privacy-policy .text-lg-start,
  .term-of-use .text-lg-start {
    text-align: left !important
  }
}

@media (min-width:1200px) {

  .cookie-policy .fs-2,
  .privacy-policy .fs-2,
  .term-of-use .fs-2 {
    font-size: 2rem !important
  }

  .cookie-policy .fs-4,
  .privacy-policy .fs-4,
  .term-of-use .fs-4 {
    font-size: 1.5rem !important
  }
}

.cookie-policy .container,
.privacy-policy .container,
.term-of-use .container {
  padding-top: 48px;
  margin-bottom: 48px;
  max-width: 960px
}

.cookie-policy .h1,
.cookie-policy h1,
.privacy-policy .h1,
.privacy-policy h1,
.term-of-use .h1,
.term-of-use h1 {
  font-weight: 700;
  margin-bottom: 24px
}

.cookie-policy .h2,
.cookie-policy .h3,
.cookie-policy .h4,
.cookie-policy .h5,
.cookie-policy .h6,
.cookie-policy h2,
.cookie-policy h3,
.cookie-policy h4,
.cookie-policy h5,
.cookie-policy h6,
.privacy-policy .h2,
.privacy-policy .h3,
.privacy-policy .h4,
.privacy-policy .h5,
.privacy-policy .h6,
.privacy-policy h2,
.privacy-policy h3,
.privacy-policy h4,
.privacy-policy h5,
.privacy-policy h6,
.term-of-use .h2,
.term-of-use .h3,
.term-of-use .h4,
.term-of-use .h5,
.term-of-use .h6,
.term-of-use h2,
.term-of-use h3,
.term-of-use h4,
.term-of-use h5,
.term-of-use h6 {
  margin-top: 2em;
  font-weight: 800;
  color: #323232
}

.cookie-policy .Policy_title__dBpeo,
.privacy-policy .Policy_title__dBpeo,
.term-of-use .Policy_title__dBpeo {
  font-size: 1.2em;
  font-weight: 700
}

.cookie-policy table,
.privacy-policy table,
.term-of-use table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  margin-top: 24px;
  margin-bottom: 24px;
  word-wrap: break-word;
  font-size: .9em
}

.cookie-policy td,
.privacy-policy td,
.term-of-use td {
  padding: 7px 16px 8px;
  border: 1px solid #e9e9e9
}

.cookie-policy tr:hover,
.privacy-policy tr:hover,
.term-of-use tr:hover {
  background: #e9e9e9
}

.cookie-policy thead,
.privacy-policy thead,
.term-of-use thead {
  color: #fff
}

.cookie-policy thead th,
.privacy-policy thead th,
.term-of-use thead th {
  padding: 16px
}

.cookie-policy thead tr:hover,
.privacy-policy thead tr:hover,
.term-of-use thead tr:hover {
  background: 0 0
}

.cookie-policy thead th:first-child,
.privacy-policy thead th:first-child,
.term-of-use thead th:first-child {
  border-radius: 8px 0 0 0
}

.cookie-policy thead th:last-child,
.privacy-policy thead th:last-child,
.term-of-use thead th:last-child {
  border-radius: 0 8px 0 0
}

.cookie-policy thead td,
.privacy-policy thead td,
.term-of-use thead td {
  border: none
}

.cookie-policy tr:last-child td:first-child,
.privacy-policy tr:last-child td:first-child,
.term-of-use tr:last-child td:first-child {
  border-radius: 0 0 0 8px
}

.cookie-policy tr:last-child td:last-child,
.privacy-policy tr:last-child td:last-child,
.term-of-use tr:last-child td:last-child {
  border-radius: 0 0 8px 0
}

.cookie-policy ul,
.privacy-policy ul,
.term-of-use ul {
  list-style-type: disc
}

.cookie-policy .font-weight-bolder,
.privacy-policy .font-weight-bolder,
.term-of-use .font-weight-bolder {
  font-weight: 700
}

.cookie-policy .InBrief_InBrief__2K6Zh,
.privacy-policy .InBrief_InBrief__2K6Zh,
.term-of-use .InBrief_InBrief__2K6Zh {
  padding: 16px;
  background: #e9e9e9;
  border-radius: 0 8px 8px 0;
  height: 100%;
  position: relative;
  margin-bottom: 16px
}

.cookie-policy .InBrief_InBrief__2K6Zh .InBrief_Line__HNZCa,
.privacy-policy .InBrief_InBrief__2K6Zh .InBrief_Line__HNZCa,
.term-of-use .InBrief_InBrief__2K6Zh .InBrief_Line__HNZCa {
  position: absolute;
  left: 0;
  height: 100%;
  background: #2f54eb;
  width: 2px;
  top: 0
}

.cookie-policy table>thead,
.privacy-policy table>thead,
.term-of-use table>thead {
  vertical-align: bottom;
  background: #377dff !important
}

.webp .form-section {
  background-image: url(../images/form-bg.webp)
}