@import url(https://p.typekit.net/p.css?s=1&k=lnv6pgf&ht=tk&f=139.140.175.176.5474&a=9049846&app=typekit&e=css);

/*!
   * Bootstrap  v5.2.0 (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: #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-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #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", "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,
    hsla(0, 0%, 100%, 0.15),
    hsla(0, 0%, 100%, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 0.9rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

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

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

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

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

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

.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}

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

.h2,
h2 {
  font-size: calc(1.325rem + 0.9vw);
}

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

.h3,
h3 {
  font-size: calc(1.3rem + 0.6vw);
}

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

.h4,
h4 {
  font-size: calc(1.275rem + 0.3vw);
}

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

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

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

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

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

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

pre {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

td,
th,
tr {
  border: 0 solid;
  border-color: inherit;
}

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="submit"],
button {
  -webkit-appearance: button;
}

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

textarea {
  resize: vertical;
}

[hidden] {
  display: none !important;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote > :last-child {
  margin-bottom: 0;
}

.figure {
  display: inline-block;
}

.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.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;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

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

.g-5 {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 3rem;
}

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }

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

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

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

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

@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 3;
}

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

.input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(
    .form-floating
  ) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group
  > :not(:first-child):not(.dropdown-menu):not(.form-floating):not(
    .valid-tooltip
  ):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem
    rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -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);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.btn:focus,
.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 {
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn.active,
.btn.show,
.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,
.btn.show:focus,
.btn:active:focus {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.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-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

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

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

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

.fade {
  transition: opacity 0.15s linear;
}

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

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

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

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

.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}

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

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

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

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

.list-group-horizontal {
  flex-direction: row;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em;
  color: #000;
  background: transparent
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3E%3C/svg%3E")
    50%/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}

.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.25;
}

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

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(1turn);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(1turn);
  }
}

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

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

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

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

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

.ms-0 {
  margin-left: 0 !important;
}

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

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

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

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

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

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }

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

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

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

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

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

    .me-lg-1 {
        margin-right: 0.25rem !important;
    }

    .me-lg-2 {
        margin-right: 0.5rem !important;
    }

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

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

    .me-lg-5 {
        margin-right: 3rem !important;
    }

    .me-lg-auto {
        margin-right: auto !important;
    }

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

    .ms-lg-1 {
        margin-left: 0.25rem !important;
    }

    .ms-lg-2 {
        margin-left: 0.5rem !important;
    }

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

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

    .ms-lg-5 {
        margin-left: 3rem !important;
    }

    .ms-lg-auto {
        margin-left: auto !important;
    }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

.form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    /*width: 100%;*/
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    /*font-size: 1rem;*/
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.u-font-white {
  color: #fff;
}

.u-background-gradient-primary {
  background: #e4032e;
  background: linear-gradient(1turn, #e4032e, #ce1056);
  color: #fff;
}

.u-background-gradient-primary a {
  color: #fff;
}

.u-background-gradient-primary a:hover {
  text-decoration: underline;
}

a,
a:hover {
  color: #e4032e;
}

@media (-ms-high-contrast: none) {
  .d-flex,
  ::-ms-backdrop {
    flex: 0 1 auto !important;
  }
}

@font-face {
  font-family: proxima-nova;
  src: url(https://use.typekit.net/af/949f99/00000000000000003b9b3068/27/l?fvd=n7&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3)
      format("woff2"),
    url(https://use.typekit.net/af/949f99/00000000000000003b9b3068/27/d?fvd=n7&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3)
      format("woff"),
    url(https://use.typekit.net/af/949f99/00000000000000003b9b3068/27/a?fvd=n7&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3)
      format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: proxima-nova;
  src: url(https://use.typekit.net/af/4c4052/00000000000000003b9b3069/27/l?fvd=i7&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3)
      format("woff2"),
    url(https://use.typekit.net/af/4c4052/00000000000000003b9b3069/27/d?fvd=i7&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3)
      format("woff"),
    url(https://use.typekit.net/af/4c4052/00000000000000003b9b3069/27/a?fvd=i7&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3)
      format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
}

@font-face {
  font-family: proxima-nova;
  src: url(https://use.typekit.net/af/705e94/00000000000000003b9b3062/27/l?fvd=n4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3)
      format("woff2"),
    url(https://use.typekit.net/af/705e94/00000000000000003b9b3062/27/d?fvd=n4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3)
      format("woff"),
    url(https://use.typekit.net/af/705e94/00000000000000003b9b3062/27/a?fvd=n4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3)
      format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: proxima-nova;
  src: url(https://use.typekit.net/af/5c70f2/00000000000000003b9b3063/27/l?fvd=i4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3)
      format("woff2"),
    url(https://use.typekit.net/af/5c70f2/00000000000000003b9b3063/27/d?fvd=i4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3)
      format("woff"),
    url(https://use.typekit.net/af/5c70f2/00000000000000003b9b3063/27/a?fvd=i4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3)
      format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: proxima-nova;
  src: url(https://use.typekit.net/af/cebe0e/00000000000000003b9b3060/27/l?fvd=n3&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3)
      format("woff2"),
    url(https://use.typekit.net/af/cebe0e/00000000000000003b9b3060/27/d?fvd=n3&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3)
      format("woff"),
    url(https://use.typekit.net/af/cebe0e/00000000000000003b9b3060/27/a?fvd=n3&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3)
      format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
}

body {
  font-family: proxima-nova, Proxima Nova, Helvetica Neue, Helvetica, Arial,
    sans-serif;
  font-weight: 400;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

.h1,
.h2,
h1,
h2 {
  font-size: 3.2rem;
  margin-bottom: 2rem;
  line-height: 3rem;
}

@media (max-width: 768px) {
  .h1,
  .h2,
  h1,
  h2 {
    font-size: 3.2rem;
    margin-bottom: 0px;
    line-height: 3rem;
  }
}

.h3,
h3 {
  font-size: 2.5rem;
  line-height: 2.6rem;
}

p {
  font-size: 0.9rem;
  line-height: 1.4rem;
}

@media (min-width: 768px) {
  p {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}

blockquote {
  font-size: 2rem;
  line-height: 2.2rem;
  font-family: Times New Roman, serif;
}

@media (min-width: 768px) {
  blockquote {
    font-size: 4rem;
    line-height: 4.2rem;
  }
}

.strong {
  font-weight: 700;
}

.c-nav {
  display: none;
  width: 100%;
  overflow: auto;
  margin-top: 56px;
}

@media (min-width: 992px) {
  .c-nav {
    max-width: 100%;
  }
}

.c-nav.active {
  display: block;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  z-index: 100;
}

.c-nav__list {
  list-style: none !important;
  padding: 0;
  margin: 4rem 0 1.5rem;
  display: flex;
  flex-direction: column;
}

.c-nav__list-item {
  list-style: none !important;
  margin-bottom: 20px;
}

.c-nav__list-item a {
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 700;
}

@media (min-width: 576px) {
  .c-nav__list-item a {
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) {
  .c-nav__list-item a {
    font-weight: 400;
  }
}

.c-nav__list-item a:hover {
  color: #e4032e;
}

.c-nav__list-item a.c-button {
  font-size: 1.2rem;
  margin-left: 0;
}

.c-nav__list-item.active > a {
  color: #e4032e;
}

body {
  background-color: #fff;
  color: #000;
}

img {
  width: 100%;
}

.c-layout__info-section {
  text-align: center;
  padding: 40px 0;
}

@media (min-width: 992px) {
  .c-layout__info-section {
    padding: 136px 0;
  }

  .c-layout__info-section .h1,
  .c-layout__info-section h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}

@media (max-width: 991px) {
  .c-layout__info-section {
    text-align: center !important;
    align-items: center;
    justify-content: center;
    padding: 16px;
    width: 100%;
    max-width: 100%;
    margin: auto;
  }
}

.container {
  overflow-x: hidden;
}

.container--large {
  max-width: 1400px;
}

.c-img {
  -o-object-fit: cover;
  object-fit: cover;
}

.c-img--50 {
  max-height: 550px;
}

.c-footer {
  background-color: #000;
}

.c-footer__main {
  text-align: center;
  color: #fff;
  margin: auto;
  max-width: 1140px;
  padding: 80px 0;
}

@media (min-width: 768px) {
  .c-footer__main {
    padding: 136px 0;
  }
}

.c-footer__contact {
  max-width: 720px;
  margin-bottom: 4rem;
}

@media (min-width: 992px) {
  .c-footer__contact {
    margin-bottom: 6rem;
  }
}

.c-footer__contact .input-group {
  justify-content: space-around;
}

.c-footer__contact .input-group input,
.c-footer__contact .input-group select {
  height: 48px;
  background-color: #303030;
  color: #fff;
  border: 0;
}

.c-footer__contact .input-group input ::-webkit-input-placeholder,
.c-footer__contact .input-group select ::-webkit-input-placeholder {
  color: #7d7d7d;
  opacity: 1;
}

.c-footer__contact .input-group input ::-moz-placeholder,
.c-footer__contact .input-group select ::-moz-placeholder {
  color: #7d7d7d;
  opacity: 1;
}

.c-footer__contact .input-group input :-ms-input-placeholder,
.c-footer__contact .input-group select :-ms-input-placeholder {
  opacity: 1;
}

.c-footer__contact .input-group input ::-ms-input-placeholder,
.c-footer__contact .input-group select ::-ms-input-placeholder {
  opacity: 1;
}

.c-footer__contact .input-group input ::placeholder,
.c-footer__contact .input-group select ::placeholder {
  color: #7d7d7d;
  opacity: 1;
}

.c-footer__contact .input-group input :-ms-input-placeholder,
.c-footer__contact .input-group select :-ms-input-placeholder {
  color: #7d7d7d;
}

.c-footer__contact .input-group input ::-ms-input-placeholder,
.c-footer__contact .input-group select ::-ms-input-placeholder {
  color: #7d7d7d;
}

.c-footer__contact .input-group select option:not(:first-of-type) {
  color: #7d7d7d;
}

.c-footer__nav-list,
.c-footer__rights {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  justify-content: center;
  text-align: center;
}

.c-footer__nav-list-item:last-child a:after {
  display: none;
}

.c-footer__nav-list {
  margin-bottom: 16px;
  flex-direction: row;
}

@media (max-width: 991px) {
  .c-footer__nav-list {
    flex-wrap: wrap;
  }
}

.c-footer__nav-list-item a {
  padding: 8px;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
}

.c-footer__nav-list-item a:after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #fff;
}

@media (min-width: 768px) {
  .c-footer__nav-list-item a:after {
    display: inline-block;
    margin: 0 0 -2px 16px;
  }
}

.c-footer__top {
  list-style: none;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.c-footer__top-item {
  margin: 1rem;
}

.c-footer__top-item img {
  width: 96px;
}

.c-footer__social-list {
  list-style: none;
  padding: 0;
}

.c-footer__social-list-item {
  width: 32px;
  height: 32px;
  margin: 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-footer__social-list-item a img {
  width: 36px;
  height: 36px;
  -o-object-fit: contain;
  object-fit: contain;
}

.c-footer__certified {
  margin-top: 40px;
}

.c-footer__certified img {
  width: 80px;
}

.c-button {
  border-radius: 50rem;
  margin: 8px;
  font-weight: 700;
  padding: 8px 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}

.justify-content-start > .c-button, .justify-content-start > * > .c-button {
    margin-left: 0px;
    margin-right: 16px;
}

.c-button,
.c-button:focus,
.c-button:hover {
  box-shadow: none;
}

.c-button--primary,
.c-button.active {
  background-color: #e4032e;
  color: #fff;
}

.c-button--primary:focus,
.c-button--primary:hover,
.c-button.active:focus,
.c-button.active:hover {
  background-color: #b20224;
  color: #fff;
}

.c-button--tertiary {
  background: #e4032e;
  background: linear-gradient(1turn, #e4032e, #ce1056);
  color: #fff !important;
}

.c-button--tertiary:focus,
.c-button--tertiary:hover {
  background: #b20224;
  color: #fff !important;
}

.c-button--outline {
  background-color: transparent;
  color: #fff;
  border-width: 1px;
  border-color: #fff;
}

.c-button--outline:focus,
.c-button--outline:hover {
  background-color: #fff;
  color: #000;
}

.c-button--large {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .c-button--large {
    font-size: 0.9rem;
  }
}

.c-button.active {
  border-color: #e4032e;
}

.c-pre-header {
  background-color: #3a73e0;
  padding: 0 2rem;
  text-align: center;
  justify-content: center;
  color: #fff;
}

.c-header,
.c-pre-header {
  width: 100%;
  display: flex;
  align-items: center;
}

.c-button:not(.plusMinus, .c-button--plus) {
  min-width: 186px;
}

.c-button--plus {
  padding: 16px;
  font-size: 24px;
  max-height: 42px;
}

.c-header {
  padding: 16px 24px;
  z-index: 100;
  background: transparent;
  justify-content: space-between;
  top: 0;
  background-color: #000;
}

.c-header:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: -12px;
  left: 0;
  pointer-events: none;
  z-index: 0;
}

.c-header__logo {
  max-width: 180px;
  margin-left: 16px;
  z-index: 10;
}

.c-header__logo img {
  width: 100%;
  height: auto;
}

.c-header__menu,
.c-header__menu-button {
  width: 24px;
  height: 24px;
  z-index: 100;
}

.c-header__menu-button {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.c-header__menu-button img {
  width: 100%;
  height: 100%;
}

.c-header__menu-button--close {
  z-index: 101;
  margin: 24px 0;
  position: absolute;
  right: 24px;
  top: 0;
  width: 16px;
  height: 16px;
}

.c-header__menu-button--open {
  z-index: 101;
}

.c-header__list-group {
  list-style: none;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin: 0;
  padding: 0;
}

.c-header__list-group li a {
  color: #fff;
  text-decoration: none;
}

.c-header__button-login {
  cursor: pointer;
  height: 20px;
  width: 20px;
}

.c-header__button-login img {
  width: 100%;
  height: 100%;
}

@media (-ms-high-contrast: none) {
  .c-header ::-ms-backdrop,
  .c-header > .d-flex {
    flex-basis: 100% !important;
  }
}

.c-school-header {
  background-color: #313131;
}

.c-school-header__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.c-school-header__list li a {
  color: #fff;
  text-decoration: none;
}

.c-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  height: calc(100% - 64px);
  min-height: calc(100vh - 64px);
}

@media (min-width: 992px) {
  .c-hero {
    flex-direction: row;
  }
}

@media (min-width: 992px) and (-ms-high-contrast: none) {
  .c-hero {
    flex-direction: column;
  }
}

.c-hero__img {
  width: 100%;
  height: calc(100vh - 64px);
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  transform: translateX(-50%);
  /* z-index: -1 */
}

.c-hero__cta {
  padding: 24px;
  margin-bottom: 80px;
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .c-hero__cta {
    max-width: 50%;
  }
}

@media (max-width: 991px) {
  .c-hero--lg {
    height: 100%;
  }
}

.c-film-item {
  text-align: left;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .c-film-item {
    padding: 12px 20px;
  }
}

.c-film-item__becoming {
  margin: 16px 0 8px;
}

.c-film-item__name a {
  transition: color 0.3s;
  text-decoration: none;
  color: #000;
}

.c-film-item:hover .c-film-item__name a {
  color: #e4032e;
}

input[type="email"],
input[type="number"],
input[type="text"],
select,
textarea {
  min-height: 48px;
  box-shadow: none;
  border: 1px solid #000;
}

textarea {
  min-height: 128px;
}

.c-subscription__item {
  background-color: #f8f8f8;
  margin-bottom: 2rem;
}

.c-subscription__price {
  font-weight: 700;
  font-size: 110%;
}

.c-subscription__list {
  margin-top: 2rem;
  padding: 0;
  list-style: none;
}

.c-subscription__list-item {
  border-bottom: 1px solid #e9e9e9;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  margin: 8px 0;
  color: #afafaf;
}

.c-subscription__list-item.active {
  color: #009111;
}

.c-subscription__list-item.active .c-subscription__list-item-check {
  background-image: url(/assets/images/check-box-active.svg);
}

.c-subscription__list-item-check {
  background-size: contain;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  background-image: url(/assets/images/check-box.svg);
}

.c-faqs {
  width: 100%;
}

.c-faqs__item {
  display: flex;
  flex-direction: column;
}

.c-faqs__item.active {
  display: flex;
}

.c-faqs__ques {
  font-weight: 700;
  font-size: 140%;
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.c-faqs__ques:before {
  content: "";
  width: 16px;
  min-width: 16px;
  height: 16px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/assets/images/plus.svg);
  display: flex;
  margin-right: 16px;
}

.c-faqs__ques[aria-expanded="true"]:before {
  background-image: url(/assets/images/minus.svg);
}

.c-grid-item {
  text-align: left;
}

@media (min-width: 768px) {
  .c-grid-item {
    padding: 8px 32px;
  }
}

.c-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-list__item-link {
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.c-list__item-link:after {
  background-size: contain;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  content: "";
  display: flex;
  margin-left: 8px;
}

.c-list__item-link[target="_blank"]:after {
  background-image: url(/assets/images/external-link.svg);
}


.c-infoblock-boxrow ~ .c-infoblock-boxrow {
    margin-top: 5rem;
}

@media (max-width: 768px) {
    .c-infoblock:has(.c-infoblock-boxrow:nth-child(1)) {
        padding-top: 15% !important;
        padding-bottom: 15% !important;
    }
}

@media (max-width: 576px) {
    .c-infoblock:has(.c-infoblock-boxrow:nth-child(1)) {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .c-infoblock-boxrow ~ .c-infoblock-boxrow {
        margin-top: 3rem;
    }
}

.select2-container--default .select2-selection--single {
    border: 0;
    color: #000;
    border-radius: 0;
    height: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin-top: 4px;
}

.select2-results__option {
  color: #000;
}

.select2-results__option.select2-results__option--highlighted {
  background-color: #eee;
}

.select2-results__option.select2-results__option--highlighted[aria-selected="true"] {
  background-color: #e4032e;
  color: #fff;
}

.select2-selection {
  border-radius: 30px !important;
}

.owl-stage {
  display: flex;
}

.owl-stage-outer {
  overflow: hidden;
  padding-bottom: 24px;
}

.owl-dot {
  border: 0;
  width: 16px;
  height: 16px;
  border-radius: 5rem;
  margin: 8px;
  background-color: #fff;
}

.owl-dot:focus,
.owl-dot:hover {
  background-color: #b20224;
  outline: 0;
}

.owl-dot.active {
  background-color: #e4032e;
}

.owl-dots {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -24px;
}

.owl-dots,
.owl-dots.disabled {
  display: none;
}

.owl-dots.disabled .owl-dot {
  background-color: #7d7d7d;
  cursor: not-allowed;
}

@media (min-width: 680px) {
  .owl-dots {
    display: flex;
  }
}

.owl-nav {
  height: 0;
}

.owl-nav button {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  width: 57px;
  height: 57px;
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 20px);
  transform: translateY(-50%);
}

.owl-nav button span {
  display: none;
}

.owl-nav button:after {
  content: "";
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #fff;
  border-style: solid;
  border-width: 0 3px 3px 0;
  transform: rotate(-45deg);
  transition: border-color 0.3s linear;
}

/*.owl-nav button.owl-prev {
  margin-left: 16px;
  left: 0;
}*/

/*@media (min-width: 1680px) {
  .owl-nav button.owl-prev {
    margin-left: -48px;
  }
}*/

.owl-nav button.owl-prev:after {
  transform: rotate(-225deg);
}

/*.owl-nav button.owl-next {
  margin-right: 16px;
  right: 0;
}*/

/*@media (min-width: 1680px) {
  .owl-nav button.owl-next {
    margin-right: -48px;
  }
}*/

.owl-nav button:hover:after {
  border-color: #e4032e;
}

.owl-nav button.disabled:after {
  border-color: #7d7d7d;
  cursor: not-allowed;
}

.owl-nav.disabled {
  display: none;
}

.sidebar {
  border-radius: 5px;
}

.sidebar #listings .h2,
.sidebar #listings h2 {
  font-size: 32px;
  text-align: center;
}

.sidebar #listings .item {
  text-align: center;
  border-radius: 5px;
  border: 0;
  margin-bottom: 16px;
  transition: box-shadow 0.3s linear;
}

.sidebar #listings .item a.title {
  font-weight: 700;
  font-size: 1.4rem;
}

.sidebar #listings .item p {
  font-size: 1.1rem;
}

.sidebar #listings .item .c-button {
  display: inline-block !important;
  margin: 8px 16px;
}

.sidebar #listings .item:hover {
  box-shadow: 0 -1px 12px 9px rgba(226, 227, 229, 0.5);
}

.sidebar #listings .item.active {
  box-shadow: 0 -1px 12px 9px #e2e3e5;
}

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

.content-space-t-0 {
  padding-top: 0 !important;
}

.content-space-t-1 {
  padding-top: 3.5rem !important;
}

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

.content-space-t-3 {
  padding-top: 7.5rem !important;
}

.content-space-t-4 {
  padding-top: 10rem !important;
}

.content-space-t-auto {
  padding-top: auto !important;
}

.content-space-b-0 {
  padding-bottom: 0 !important;
}

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

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

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

.content-space-b-4 {
  padding-bottom: 10rem !important;
}

.content-space-b-auto {
  padding-bottom: auto !important;
}