html[data-theme=light] {
  --primary: #3a82f7;
  --text: #2c2c2c;
  --light: #fff;
  --dark: #000;
  --panel-bg: linear-gradient(270deg, #595858 5%, #634c4b 47.07%, #595858 94.74%);
  --gray-100: #ededed;
  --gray-200: #d9d9d9;
  --gray-400: #c8c8c8;
  --gray-500: #8e8e92;
  --btn-bg: #3a82f7;
  --btn-color: #fff;
  --text-gradient: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 18.3%);
  --text-gradient-gray: linear-gradient(90deg, hsla(0, 0%, 93%, 0), #ededed 22.63%);
  --card-bg: #fff
}

html[data-theme=dark] {
  --primary: #3a82f7;
  --text: #fff;
  --light: #000;
  --dark: #fff;
  --panel-bg: linear-gradient(270deg, #595858 5%, #634c4b 47.07%, #595858 94.74%);
  --gray-100: #1c1c1e;
  --gray-200: #d9d9d9;
  --gray-400: #4a4a4a;
  --gray-500: #8e8e92;
  --btn-bg: #3a82f7;
  --btn-color: #fff;
  --text-gradient: linear-gradient(90deg, rgba(0, 0, 0, 0), #000 18.3%);
  --text-gradient-gray: linear-gradient(90deg, rgba(28, 28, 30, 0), #1c1c1e 22.63%);
  --card-bg: #1c1c1e
}

* {
  line-height: calc(.5rem + 1em);
  margin: 0;
  padding: 0
}

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

:where(:not(fieldset,progress,meter)) {
  background-origin: border-box;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 0
}

html {
  -webkit-text-size-adjust: none;
  block-size: 100%;
  font-family: Inter, 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
}

body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  background-color: var(--light);
  color: var(--text);
  min-block-size: 100%;
  text-rendering: optimizeSpeed
}

.link-main {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 999;
}

:where(img,svg,video,canvas,audio,iframe,embed,object) {
  display: block
}

:where(img,svg,video) {
  block-size: auto;
  max-inline-size: 100%
}

:where(svg) {
  stroke: none
}

:where(svg):where(:not([fill])) {
  stroke: none;
  fill: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round
}

:where(svg):where(:not([width])) {
  inline-size: 5rem
}

:where(input,button,textarea,select), :where(input[type=file])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  word-spacing: inherit
}

:where(textarea) {
  resize: vertical
}

@supports (resize:block) {
  :where(textarea) {
    resize: block
  }
}

:where(p,h1,h2,h3,h4,h5,h6) {
  overflow-wrap: break-word
}

h1 {
  font-size: 2em
}

:where(ul,ol) {
  list-style-position: inside
}

:where(ul,ol)[role=list] {
  list-style: none
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto
}

a {
  color: var(--primary);
  font-size: inherit;
  text-decoration: none
}

:where(a[href],area,button,input,label[for],select,summary,textarea,[tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation
}

:where(input[type=file]) {
  cursor: auto
}

:where(input[type=file])::-webkit-file-upload-button {
  cursor: pointer
}

:where(input[type=file])::-webkit-file-upload-button, :where(input[type=file])::file-selector-button {
  cursor: pointer
}

:where(input[type=file])::-webkit-file-upload-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  text-align: center;
  -webkit-user-select: none;
  user-select: none
}

:where(button,button[type],input[type=button],input[type=submit],input[type=reset]), :where(input[type=file])::-webkit-file-upload-button, :where(input[type=file])::file-selector-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  text-align: center;
  -webkit-user-select: none;
  user-select: none
}

:where(button,button[type],input[type=button],input[type=submit],input[type=reset])[disabled] {
  cursor: not-allowed
}

.container, .container__fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px
}

.no__gutters {
  margin-left: 0;
  margin-right: 0
}

.no__gutters > [class*=col-] {
  padding-left: 0;
  padding-right: 0
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  width: 100%
}

.col {
  -ms-flex-preferred-size: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%
}

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

.col-1, .col-auto {
  -webkit-box-flex: 0
}

.col-1 {
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%
}

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

.col-2, .col-3 {
  -webkit-box-flex: 0
}

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

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

.col-4, .col-5 {
  -webkit-box-flex: 0
}

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

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

.col-6, .col-7 {
  -webkit-box-flex: 0
}

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

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

.col-8, .col-9 {
  -webkit-box-flex: 0
}

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

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

.col-10, .col-11 {
  -webkit-box-flex: 0
}

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0
}

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

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12
}

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

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

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

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

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

.header {
  background: var(--panel-bg);
  left: 0;
  padding: 7px 10px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1
}

.header__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--primary);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  text-decoration: none
}

.header__link svg {
  margin-right: 10px
}

.footer {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background: var(--panel-bg);
  bottom: 0;
  justify-content: space-between;
  left: 0;
  padding: 10px 20px;
  position: fixed;
  width: 100%;
  z-index: 1
}

.footer, .footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.footer__link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--gray-400);
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 10px;
  text-align: center
}

.footer__link span {
  margin-top: auto
}

.icon__size-md {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15px;
  flex: 0 0 15px;
  height: 15px;
  width: 15px
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative
}

.navigation__back {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28px;
  flex: 0 0 28px;
  margin-right: 65px
}

.navigation__back svg {
  stroke: none;
  fill: var(--primary)
}

.navigation__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0
}

.navigation__list-item {
  margin-right: 40px
}

.navigation__list-item:last-child {
  margin-right: 0
}

.navigation__list-link {
  color: var(--primary);
  position: relative
}

.btn, .navigation__list-link {
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap
}

.btn {
  background-color: transparent;
  border: 1px solid transparent;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  -webkit-transition: color .4s cubic-bezier(.445, .05, .55, .95), background-color .4s cubic-bezier(.445, .05, .55, .95), border-color .4s cubic-bezier(.445, .05, .55, .95), -webkit-box-shadow .4s cubic-bezier(.445, .05, .55, .95);
  transition: color .4s cubic-bezier(.445, .05, .55, .95), background-color .4s cubic-bezier(.445, .05, .55, .95), border-color .4s cubic-bezier(.445, .05, .55, .95), -webkit-box-shadow .4s cubic-bezier(.445, .05, .55, .95);
  -o-transition: color .4s cubic-bezier(.445, .05, .55, .95), background-color .4s cubic-bezier(.445, .05, .55, .95), border-color .4s cubic-bezier(.445, .05, .55, .95), box-shadow .4s cubic-bezier(.445, .05, .55, .95);
  transition: color .4s cubic-bezier(.445, .05, .55, .95), background-color .4s cubic-bezier(.445, .05, .55, .95), border-color .4s cubic-bezier(.445, .05, .55, .95), box-shadow .4s cubic-bezier(.445, .05, .55, .95);
  transition: color .4s cubic-bezier(.445, .05, .55, .95), background-color .4s cubic-bezier(.445, .05, .55, .95), border-color .4s cubic-bezier(.445, .05, .55, .95), box-shadow .4s cubic-bezier(.445, .05, .55, .95), -webkit-box-shadow .4s cubic-bezier(.445, .05, .55, .95);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle
}

.btn__primary {
  background-color: var(--btn-bg);
  border-color: var(--btn-bg);
  border-radius: 38px;
  color: var(--btn-color);
  height: 29px;
  padding: 5px 15px
}

.btn__icon, .btn__link {
  color: var(--primary)
}

.btn__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none
}

.btn__link-icon svg {
  margin-right: 10px
}

.meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0
}

.meta__item {
  -webkit-box-flex: 1;
  color: var(--gray-500);
  -ms-flex: 1;
  flex: 1;
  position: relative;
  text-align: center
}

.meta__item:before {
  background-color: var(--gray-500);
  content: "";
  height: 40px;
  left: 0;
  opacity: .5;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px
}

.meta__item:first-child:before {
  display: none
}

.meta__title {
  font-size: 11px;
  font-weight: 600
}

.meta__num {
  font-size: 24px;
  font-weight: 700
}

.meta__footer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  justify-content: center
}

.horizontal__scroll {
  width: 100%
}

.horizontal__scroll-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  position: relative;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  scrollbar-width: none
}

.horizontal__scroll-wrapper::-webkit-scrollbar {
  display: none
}

.horizontal__scroll-wrapper > * {
  scroll-snap-align: start
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.rating .title {
  width: 100%
}

.rating .title a {
  color: var(--primary);
  font-size: 14px;
  text-decoration: none
}

.rating__total {
  margin-right: 18px;
  text-align: center
}

.rating__total-num {
  font-size: 40px;
  font-weight: 700;
  line-height: 1
}

.rating__total-title {
  font-size: 14px;
  font-weight: 600
}

.rating__graph {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 16px;
  position: relative
}

.rating__graph-num {
  font-size: 10px;
  line-height: 1.2;
  padding-right: 16px
}

.rating__graph-item {
  background-color: var(--gray-400);
  border-radius: 6px;
  height: 6px;
  margin-bottom: 5px
}

.rating__graph-item div {
  background-color: var(--gray-500);
  border-radius: inherit;
  height: 100%
}

.rating__graph-total {
  bottom: -16px;
  color: var(--gray-400);
  font-size: 14px;
  position: absolute;
  right: 0
}

.rating__stars {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  width: 50px
}

.rating__stars-item {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end
}

.reviews {
  border-bottom: 1px solid var(--gray-100);
  border-top: 1px solid var(--gray-100);
  margin-bottom: 10px;
  margin-top: 25px;
  padding-bottom: 25px;
  padding-top: 15px
}

.reviews__title {
  color: var(--gray-500);
  font-size: 16px
}

.reviews__title-stars a {
  color: var(--primary);
  margin: 0 5px
}

.reviews__item {
  --overflow-bg: var(--text-gradient-gray);
  background-color: var(--gray-100);
  border-radius: 10px;
  margin: 10px 0;
  padding: 15px 20px
}

.reviews__item-stars {
  color: #ed8834;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.reviews__item-title {
  font-size: 14px;
  font-weight: 600
}

.reviews__item-text {
  color: var(--gray-500);
  font-size: 14px;
  font-weight: 300
}

.card {
  background: var(--card-bg);
  border-radius: 16px;
  -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 14px rgba(0, 0, 0, .2);
  padding: 25px 15px 20px
}

.card__icon {
  color: var(--primary)
}

.card__field {
  color: var(--text);
  font-size: 12px
}

.card__field svg {
  margin-right: 14px
}

.d-none {
  display: none !important
}

.d-inline {
  display: inline !important
}

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

.d-table {
  display: table !important
}

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

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

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

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

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

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

.flex-column-reverse, .flex-row-reverse {
  -webkit-box-direction: reverse !important
}

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

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

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

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

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !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
}

.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-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important
}

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important
}

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

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

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

.mw-100 {
  max-width: 100% !important
}

.min-vw-100 {
  min-width: 100vw !important
}

.vw-100 {
  width: 100vw !important
}

.mb-n150 {
  margin-bottom: -150px
}

.h-100 {
  height: 100%
}

.m-0 {
  margin: 0 !important
}

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

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

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

.ml-0 {
  margin-left: 0 !important
}

.m-1 {
  margin: .25rem !important
}

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

.mr-1 {
  margin-right: .25rem !important
}

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

.ml-1 {
  margin-left: .25rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-6 {
  margin: 3rem !important
}

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

.mr-6 {
  margin-right: 3rem !important
}

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

.ml-6 {
  margin-left: 3rem !important
}

.m-7 {
  margin: 4.875rem !important
}

.mt-7 {
  margin-top: 4.875rem !important
}

.mr-7 {
  margin-right: 4.875rem !important
}

.mb-7 {
  margin-bottom: 4.875rem !important
}

.ml-7 {
  margin-left: 4.875rem !important
}

.p-0 {
  padding: 0 !important
}

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

.pr-0 {
  padding-right: 0 !important
}

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

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

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

.pt-1 {
  padding-top: .25rem !important
}

.pr-1 {
  padding-right: .25rem !important
}

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

.pl-1 {
  padding-left: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-5 {
  padding: 2rem !important
}

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

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

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

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

.p-6 {
  padding: 3rem !important
}

.pt-6 {
  padding-top: 3rem !important
}

.pr-6 {
  padding-right: 3rem !important
}

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

.pl-6 {
  padding-left: 3rem !important
}

.p-7 {
  padding: 4.875rem !important
}

.pt-7 {
  padding-top: 4.875rem !important
}

.pr-7 {
  padding-right: 4.875rem !important
}

.pb-7 {
  padding-bottom: 4.875rem !important
}

.pl-7 {
  padding-left: 4.875rem !important
}

.m-n1 {
  margin: -.25rem !important
}

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

.mr-n1 {
  margin-right: -.25rem !important
}

.mb-n1 {
  margin-bottom: -.25rem !important
}

.ml-n1 {
  margin-left: -.25rem !important
}

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

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

.mr-n2 {
  margin-right: -.5rem !important
}

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

.ml-n2 {
  margin-left: -.5rem !important
}

.m-n3 {
  margin: -1rem !important
}

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

.mr-n3 {
  margin-right: -1rem !important
}

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

.ml-n3 {
  margin-left: -1rem !important
}

.m-n4 {
  margin: -1.5rem !important
}

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

.mr-n4 {
  margin-right: -1.5rem !important
}

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

.ml-n4 {
  margin-left: -1.5rem !important
}

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

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

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

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

.ml-n5 {
  margin-left: -2rem !important
}

.m-n6 {
  margin: -3rem !important
}

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

.mr-n6 {
  margin-right: -3rem !important
}

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

.ml-n6 {
  margin-left: -3rem !important
}

.m-n7 {
  margin: -4.875rem !important
}

.mt-n7 {
  margin-top: -4.875rem !important
}

.mr-n7 {
  margin-right: -4.875rem !important
}

.mb-n7 {
  margin-bottom: -4.875rem !important
}

.ml-n7 {
  margin-left: -4.875rem !important
}

.m-auto {
  margin: auto !important
}

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

.mr-auto {
  margin-right: auto !important
}

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

.ml-auto {
  margin-left: auto !important
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

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

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

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

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

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

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

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

.font-weight-light {
  font-weight: 300 !important
}

.font-weight-lighter {
  font-weight: lighter !important
}

.font-weight-medium {
  font-weight: 500 !important
}

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

.font-weight-bolder {
  font-weight: 800 !important
}

.font-italic {
  font-style: italic !important
}

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

.text-sm {
  font-size: .875rem;
  line-height: 1.2
}

.text-reset {
  color: inherit !important
}

.text-through {
  text-decoration: line-through
}

.stretched-link {
  -webkit-transition: .4s cubic-bezier(.445, .05, .55, .95);
  -o-transition: .4s cubic-bezier(.445, .05, .55, .95);
  transition: .4s cubic-bezier(.445, .05, .55, .95)
}

.stretched-link:hover {
  text-decoration: none
}

.title {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 15px
}

.text-overflow {
  font-size: 14px;
  line-height: 21px;
  overflow: hidden;
  position: relative
}

.text-overflow-link {
  color: var(--primary);
  position: relative;
  text-decoration: none;
  z-index: 1
}

.text-overflow p {
  display: inline;
  margin: 0;
  position: relative
}

.text-overflow p:after {
  background: var(--overflow-bg);
  bottom: 0;
  content: "";
  height: 20px;
  position: absolute;
  right: -46px;
  width: 63px
}

.h1, .h2, .h4, h1, h3, h5 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem
}

.h1, h1 {
  font-size: 1.25rem;
  font-size: 1.5rem;
  font-size: 2.5rem
}

h2 {
  font-size: calc(1.325rem + .9vw)
}

h3 {
  font-size: calc(1.275rem + .3vw)
}

h4, h5 {
  font-size: 1rem
}

p {
  color: var(--dark);
  line-height: 1.375
}

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

.title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.title svg {
  margin-left: 25px
}

.small {
  font-size: 12px
}

.text-muted {
  color: var(--gray-500)
}

.app {
  padding: 20px 0;
  position: relative
}

.app__header-l {
  -webkit-box-flex: 0;
  background-color: var(--gray-200);
  border-radius: 28px;
  -ms-flex: 0 0 118px;
  flex: 0 0 118px;
  height: 118px;
  margin-right: 16px;
  overflow: hidden;
  position: relative;
  width: 118px
}

.app__header-l img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.app__header-r {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%
}

.app__header-meta {
  width: 100%
}

.app__header-title {
  font-size: 21px;
  font-weight: 600;
  margin: 0;
  width: 100%
}

.app__header-subtitle {
  color: var(--gray-500);
  font-size: 15px;
  font-weight: 300;
  width: 100%
}

.app__header-meta {
  border-bottom: 1px solid var(--gray-100);
  border-top: 1px solid var(--gray-100);
  margin: 20px 0;
  padding: 12px 0
}

.app__preview {
  width: 100%
}

.app__preview-wrap {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}

.app__preview-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  overflow: hidden;
  padding: 0 5px;
  position: relative;
  margin-bottom: 10px;
}

.app__preview-card {
  background-color: var(--gray-400);
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  padding-top: 100%;
}

.app__preview-card img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.app__text {
  border-bottom: 1px solid var(--gray-100);
  border-top: 1px solid var(--gray-100);
  font-size: 14px;
  line-height: 21px;
  margin: 20px 0;
  overflow: hidden;
  padding: 20px 0;
  position: relative
}

.app__text-link {
  color: var(--primary);
  position: relative;
  text-decoration: none;
  z-index: 1
}

.app__text p {
  display: inline;
  margin: 0;
  position: relative
}

.app__text p:after {
  background: var(--text-gradient);
  bottom: 0;
  content: "";
  height: 20px;
  position: absolute;
  right: -46px;
  width: 63px
}

.app__info {
  border-top: 1px solid var(--gray-100);
  margin-top: 30px;
  padding-top: 18px
}

.app__info-field {
  border-bottom: 1px solid var(--gray-100);
  font-size: 14px;
  margin-bottom: 8px;
  padding-bottom: 8px
}

.app__info-field:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0
}

.app__info-field span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px
}

.app__info-field span:first-child {
  color: var(--gray-500)
}

.app__info-field span svg {
  fill: var(--gray-400)
}

.app__info-field a {
  color: var(--primary) !important
}

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

  .col-lg {
    -ms-flex-preferred-size: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

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

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }

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

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-lg-column, .flex-lg-row {
    -webkit-box-direction: normal !important
  }

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

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

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

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

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

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

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

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !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
  }

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

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

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

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

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

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

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

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

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

  .m-lg-0 {
    margin: 0 !important
  }

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

  .mr-lg-0 {
    margin-right: 0 !important
  }

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

  .ml-lg-0 {
    margin-left: 0 !important
  }

  .m-lg-1 {
    margin: .25rem !important
  }

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

  .mr-lg-1 {
    margin-right: .25rem !important
  }

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

  .ml-lg-1 {
    margin-left: .25rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .mr-lg-4 {
    margin-right: 1.5rem !important
  }

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

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

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

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

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

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

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

  .m-lg-6 {
    margin: 3rem !important
  }

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

  .mr-lg-6 {
    margin-right: 3rem !important
  }

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

  .ml-lg-6 {
    margin-left: 3rem !important
  }

  .m-lg-7 {
    margin: 4.875rem !important
  }

  .mt-lg-7 {
    margin-top: 4.875rem !important
  }

  .mr-lg-7 {
    margin-right: 4.875rem !important
  }

  .mb-lg-7 {
    margin-bottom: 4.875rem !important
  }

  .ml-lg-7 {
    margin-left: 4.875rem !important
  }

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

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

  .pr-lg-0 {
    padding-right: 0 !important
  }

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

  .pl-lg-0 {
    padding-left: 0 !important
  }

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

  .pt-lg-1 {
    padding-top: .25rem !important
  }

  .pr-lg-1 {
    padding-right: .25rem !important
  }

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

  .pl-lg-1 {
    padding-left: .25rem !important
  }

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

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

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

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

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

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

  .pt-lg-3 {
    padding-top: 1rem !important
  }

  .pr-lg-3 {
    padding-right: 1rem !important
  }

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

  .pl-lg-3 {
    padding-left: 1rem !important
  }

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

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

  .pr-lg-4 {
    padding-right: 1.5rem !important
  }

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

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

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

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

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

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

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

  .p-lg-6 {
    padding: 3rem !important
  }

  .pt-lg-6 {
    padding-top: 3rem !important
  }

  .pr-lg-6 {
    padding-right: 3rem !important
  }

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

  .pl-lg-6 {
    padding-left: 3rem !important
  }

  .p-lg-7 {
    padding: 4.875rem !important
  }

  .pt-lg-7 {
    padding-top: 4.875rem !important
  }

  .pr-lg-7 {
    padding-right: 4.875rem !important
  }

  .pb-lg-7 {
    padding-bottom: 4.875rem !important
  }

  .pl-lg-7 {
    padding-left: 4.875rem !important
  }

  .m-lg-n1 {
    margin: -.25rem !important
  }

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

  .mr-lg-n1 {
    margin-right: -.25rem !important
  }

  .mb-lg-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-lg-n1 {
    margin-left: -.25rem !important
  }

  .m-lg-n2 {
    margin: -.5rem !important
  }

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

  .mr-lg-n2 {
    margin-right: -.5rem !important
  }

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

  .ml-lg-n2 {
    margin-left: -.5rem !important
  }

  .m-lg-n3 {
    margin: -1rem !important
  }

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

  .mr-lg-n3 {
    margin-right: -1rem !important
  }

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

  .ml-lg-n3 {
    margin-left: -1rem !important
  }

  .m-lg-n4 {
    margin: -1.5rem !important
  }

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

  .mr-lg-n4 {
    margin-right: -1.5rem !important
  }

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

  .ml-lg-n4 {
    margin-left: -1.5rem !important
  }

  .m-lg-n5 {
    margin: -2rem !important
  }

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

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

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

  .ml-lg-n5 {
    margin-left: -2rem !important
  }

  .m-lg-n6 {
    margin: -3rem !important
  }

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

  .mr-lg-n6 {
    margin-right: -3rem !important
  }

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

  .ml-lg-n6 {
    margin-left: -3rem !important
  }

  .m-lg-n7 {
    margin: -4.875rem !important
  }

  .mt-lg-n7 {
    margin-top: -4.875rem !important
  }

  .mr-lg-n7 {
    margin-right: -4.875rem !important
  }

  .mb-lg-n7 {
    margin-bottom: -4.875rem !important
  }

  .ml-lg-n7 {
    margin-left: -4.875rem !important
  }

  .m-lg-auto {
    margin: auto !important
  }

  .mt-lg-auto {
    margin-top: auto !important
  }

  .mr-lg-auto {
    margin-right: auto !important
  }

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

  .ml-lg-auto {
    margin-left: auto !important
  }

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

  .text-lg-right {
    text-align: right !important
  }

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

  .h1, h1 {
    font-size: 1.5rem
  }
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem
  }

  h3 {
    font-size: 1.5rem
  }
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth
  }
}