@import url(https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap);

: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: #4db4c0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-black-pearl: #070f31;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #edf6f7;
    --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: #4db4c0;
    --bs-secondary: #070f31;
    --bs-success: #198754;
    --bs-info: #4db4c0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #fff;
    --bs-dark: #212529;
    --bs-primary-rgb: 77, 180, 192;
    --bs-secondary-rgb: 7, 15, 49;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 77, 180, 192;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 255, 255, 255;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 11, 14, 36;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: "Lato", 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, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 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.2;
    --bs-body-color: #0b0e24;
    --bs-body-bg: #fff
}

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

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

body {
    margin: 0;
    font-weight: var(--bs-body-font-weight);
    font-size: var(--bs-body-font-size);
    font-family: var(--bs-body-font-family);
    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;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 700;
    line-height: 1.1
}

.h1,
h1 {
    font-size: calc(1.4rem + 1.8vw)
}

@media (min-width:1200px) {

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

.h2,
h2 {
    font-size: calc(1.35rem + 1.2vw)
}

@media (min-width:1200px) {

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

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

@media (min-width:1200px) {

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

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

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

.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: .5rem;
    margin-left: 0
}

b,
strong {
    font-weight: bolder
}

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

a {
    color: #4db4c0;
    text-decoration: underline
}

a:hover {
    color: #3e909a
}

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

code {
    font-size: 1em;
    font-family: var(--bs-font-monospace);
    direction: ltr;
    unicode-bidi: bidi-override;
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word
}

a>code {
    color: inherit
}

img,
svg {
    vertical-align: middle
}

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

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

label {
    display: inline-block
}

button {
    border-radius: 0
}

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

button,
input,
select,
textarea {
    margin: 0;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

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

textarea {
    resize: vertical
}

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

[hidden] {
    display: none !important
}

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

.container,
.container-fluid,
.container-xl {
    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) {
    .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,
    .container-xl {
        max-width: 1110px
    }
}

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
    --bs-gutter-x: 0
}

.g-0 {
    --bs-gutter-y: 0
}

.g-1 {
    --bs-gutter-x: .25rem;
    --bs-gutter-y: .25rem
}

.gy-2 {
    --bs-gutter-y: .5rem
}

.g-3 {
    --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem
}

@media (min-width:768px) {
    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.33333%
    }
}

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

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

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

    .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }
}

@media (min-width:1200px) {
    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.66667%
    }

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

.form-label {
    margin-bottom: .5rem
}

.form-control {
    display: block;
    width: 100%;
    padding: 1.125rem .75rem;
    font-weight: 400;
    font-size: 1rem;
    font-family: Gotham;
    line-height: 1.2;
    color: #0b0e24;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #ced4da;
    border-radius: .3125rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

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

.form-control:focus {
    color: #0b0e24;
    background-color: #fff;
    border-color: #a6dae0;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(77, 180, 192, .25)
}

.form-control::-webkit-date-and-time-value {
    height: 1.2em
}

.form-control::-moz-placeholder {
    color: #0b0e24;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #0b0e24;
    opacity: 1
}

.form-control::placeholder {
    color: #0b0e24;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::file-selector-button {
    padding: 1.125rem .75rem;
    margin: -1.125rem -.75rem;
    color: #0b0e24;
    pointer-events: none;
    background-color: #e9ecef;
    border: 0 solid;
    border-color: inherit;
    border-radius: 0;
    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-margin-end: .75rem;
    margin-inline-end: .75rem;
    border-inline-end-width: 2px
}

@media (prefers-reduced-motion:reduce) {
    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.form-control::-webkit-file-upload-button {
    padding: 1.125rem .75rem;
    margin: -1.125rem -.75rem;
    color: #0b0e24;
    pointer-events: none;
    background-color: #e9ecef;
    border: 0 solid;
    border-color: inherit;
    border-radius: 0;
    -webkit-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-margin-end: .75rem;
    margin-inline-end: .75rem;
    border-inline-end-width: 2px
}

@media (prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

textarea.form-control {
    min-height: calc(1.2em + 2.25rem + 4px)
}

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

.is-invalid~.invalid-feedback {
    display: block
}

.form-control.is-invalid {
    padding-right: calc(1.2em + 2.25rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-position: right calc(.3em + .5625rem) center;
    background-size: calc(.6em + 1.125rem) calc(.6em + 1.125rem);
    background-repeat: no-repeat;
    border-color: #dc3545
}

.form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

textarea.form-control.is-invalid {
    padding-right: calc(1.2em + 2.25rem);
    background-position: top calc(.3em + .5625rem) right calc(.3em + .5625rem)
}

.btn {
    display: inline-block;
    padding: 1.125rem .75rem;
    font-weight: 400;
    font-size: 1rem;
    font-family: Gotham;
    line-height: 1.2;
    color: #0b0e24;
    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: 2px solid transparent;
    border-radius: .3125rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.btn:hover {
    color: #0b0e24
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(77, 180, 192, .25)
}

.btn:disabled {
    pointer-events: none;
    opacity: .65
}

.btn-primary {
    color: #000;
    background-color: #4db4c0;
    border-color: #4db4c0
}

.btn-primary:focus,
.btn-primary:hover {
    color: #000;
    background-color: #68bfc9;
    border-color: #5fbcc6
}

.btn-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(65, 153, 163, .5)
}

.btn-primary.active,
.btn-primary:active {
    color: #000;
    background-color: #71c3cd;
    border-color: #5fbcc6
}

.btn-primary.active:focus,
.btn-primary:active:focus {
    box-shadow: 0 0 0 .25rem rgba(65, 153, 163, .5)
}

.btn-primary:disabled {
    color: #000;
    background-color: #4db4c0;
    border-color: #4db4c0
}

.btn-light,
.btn-light:focus,
.btn-light:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff
}

.btn-light:focus {
    box-shadow: 0 0 0 .25rem hsla(0, 0%, 85.1%, .5)
}

.btn-light.active,
.btn-light:active {
    color: #000;
    background-color: #fff;
    border-color: #fff
}

.btn-light.active:focus,
.btn-light:active:focus {
    box-shadow: 0 0 0 .25rem hsla(0, 0%, 85.1%, .5)
}

.btn-light:disabled {
    color: #000;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-light {
    color: #fff;
    background-color: #4db4c0;
    border-color: #fff
}

.btn-outline-light:hover {
    background-color: #68bfc9;
    border-color: #fff
}

.btn-outline-light:focus {
    box-shadow: 0 0 0 .25rem hsla(0, 0%, 100%, .5)
}

.btn-outline-light.active,
.btn-outline-light:active {
    color: #000;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-light.active:focus,
.btn-outline-light:active:focus {
    box-shadow: 0 0 0 .25rem hsla(0, 0%, 100%, .5)
}   

.btn-outline-light:disabled {
    color: #fff;
    background-color: transparent
}

.btn-outline-dark {
    color: #212529;
    border-color: #212529
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.btn-outline-dark:focus {
    box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
}

.btn-outline-dark.active,
.btn-outline-dark:active {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.btn-outline-dark.active:focus,
.btn-outline-dark:active:focus {
    box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
}

.btn-outline-dark:disabled {
    color: #212529;
    background-color: transparent
}

.btn-lg {
    padding: 1.5rem 2.125rem;
    font-size: 1.125rem;
    border-radius: .3rem
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.fade {
    transition: opacity .15s linear
}

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

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

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

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

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

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

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

.dropdown {
    position: relative
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #4db4c0;
    text-decoration: none;
    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 {
        transition: none
    }
}

.nav-link:focus,
.nav-link:hover {
    color: #3e909a
}

.nav-tabs {
    border-bottom: 1px solid #edf6f7
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: .3125rem;
    border-top-right-radius: .3125rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #edf6f7;
    isolation: isolate
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #edf6f7 #edf6f7 #fff
}

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

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

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-xl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    padding-top: .425rem;
    padding-bottom: .425rem;
    margin-right: 1rem;
    font-size: 1.125rem;
    text-decoration: none;
    white-space: nowrap
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.125rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .3125rem;
    transition: box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 .25rem
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .55)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, .55);
    border-color: hsla(0, 0%, 100%, .1)
}

.card {
    position: relative;
    display: flex;
    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: .3125rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1.25rem .5rem;
    font-size: 1rem;
    color: #0b0e24;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    overflow-anchor: none
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    box-shadow: inset 0 -1px 0 rgba(77, 180, 192, .5)
}

.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E");
    transform: rotate(-180deg)
}

.accordion-button:after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230b0e24'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E");
    background-size: 1.25rem;
    background-repeat: no-repeat;
    transition: transform .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button:after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: #a6dae0;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(77, 180, 192, .25)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(77, 180, 192, .5)
}

.accordion-item:first-of-type {
    border-top-left-radius: .3125rem;
    border-top-right-radius: .3125rem
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.3125rem - 1px);
    border-top-right-radius: calc(.3125rem - 1px)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-right-radius: .3125rem;
    border-bottom-left-radius: .3125rem
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(.3125rem - 1px);
    border-bottom-left-radius: calc(.3125rem - 1px)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: .3125rem;
    border-bottom-left-radius: .3125rem
}

.accordion-body {
    padding: 1.25rem .5rem
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-flush .accordion-item:first-child {
    border-top: 0
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none
}

.alert {
    position: relative;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .3125rem
}

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

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .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: .3125rem;
    opacity: .8
}

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

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(77, 180, 192, .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: .25
}

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

.toast {
    width: 350px;
    max-width: 100%;
    font-size: .875rem;
    pointer-events: auto;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: .3125rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}

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

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-50px)
}

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

.modal.show .modal-dialog {
    transform: none
}

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

.modal-dialog-scrollable {
    height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .75
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #edf6f7;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .btn-close {
    padding: .5rem;
    margin: -.5rem -.5rem -.5rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.2
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #edf6f7;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

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

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

.modal-fullscreen .modal-footer {
    border-radius: 0
}

@media (max-width:575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: .875rem;
    font-family: var(--bs-font-sans-serif);
    line-height: 1.2;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: break-word;
    white-space: normal;
    opacity: 0;
    line-break: auto
}

.tooltip.show {
    opacity: .9
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-style: normal;
    font-weight: 400;
    font-size: .875rem;
    font-family: var(--bs-font-sans-serif);
    line-height: 1.2;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: break-word;
    white-space: normal;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    line-break: auto
}

.carousel {
    position: relative
}

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

.link-dark {
    color: #212529
}

.link-dark:focus,
.link-dark:hover {
    color: #1a1e21
}

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

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

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

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

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

.d-none {
    display: none !important
}

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

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

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

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

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

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-7 {
    font-size: .875rem !important
}

.fs-8 {
    font-size: .75rem !important
}

.fs-9 {
    font-size: .625rem !important
}

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

.lh-sm {
    line-height: 1.1 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1200px) {
    .me-xl-5 {
        margin-right: 3rem !important
    }

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

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

@font-face {
    font-style: normal;
    font-weight: 400;
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff")
}

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

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

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

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

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-direction: column;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    margin: 0 auto;
    transition-timing-function: ease-out
}

.swiper-container-pointer-events {
    touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x
}

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

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

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

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

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    opacity: .2
}

button.swiper-pagination-bullet {
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: 1
}

.swiper-container-vertical>.swiper-pagination-bullets {
    top: 50%;
    right: 10px;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: 6px 0
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    width: 8px;
    transform: translateY(-50%)
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%)
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
    position: absolute;
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    top: 0;
    left: 0;
    width: 100%;
    height: 4px
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    top: 0;
    left: 0;
    width: 4px;
    height: 100%
}

.swiper-pagination-blue {
    --swiper-pagination-color: #0d6efd
}

.swiper-pagination-indigo {
    --swiper-pagination-color: #6610f2
}

.swiper-pagination-purple {
    --swiper-pagination-color: #6f42c1
}

.swiper-pagination-pink {
    --swiper-pagination-color: #d63384
}

.swiper-pagination-red {
    --swiper-pagination-color: #dc3545
}

.swiper-pagination-orange {
    --swiper-pagination-color: #fd7e14
}

.swiper-pagination-yellow {
    --swiper-pagination-color: #ffc107
}

.swiper-pagination-green {
    --swiper-pagination-color: #198754
}

.swiper-pagination-teal {
    --swiper-pagination-color: #20c997
}

.swiper-pagination-cyan {
    --swiper-pagination-color: #4db4c0
}

.swiper-pagination-white {
    --swiper-pagination-color: #fff
}

.swiper-pagination-gray {
    --swiper-pagination-color: #6c757d
}

.swiper-pagination-gray-dark {
    --swiper-pagination-color: #343a40
}

.swiper-pagination-black-pearl {
    --swiper-pagination-color: #070f31
}

.swiper-pagination-lock {
    display: none
}

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

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer
}

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

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

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    right: auto;
    left: 10px
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-next.swiper-button-blue,
.swiper-button-prev.swiper-button-blue {
    --swiper-navigation-color: #0d6efd
}

.swiper-button-next.swiper-button-indigo,
.swiper-button-prev.swiper-button-indigo {
    --swiper-navigation-color: #6610f2
}

.swiper-button-next.swiper-button-purple,
.swiper-button-prev.swiper-button-purple {
    --swiper-navigation-color: #6f42c1
}

.swiper-button-next.swiper-button-pink,
.swiper-button-prev.swiper-button-pink {
    --swiper-navigation-color: #d63384
}

.swiper-button-next.swiper-button-red,
.swiper-button-prev.swiper-button-red {
    --swiper-navigation-color: #dc3545
}

.swiper-button-next.swiper-button-orange,
.swiper-button-prev.swiper-button-orange {
    --swiper-navigation-color: #fd7e14
}

.swiper-button-next.swiper-button-yellow,
.swiper-button-prev.swiper-button-yellow {
    --swiper-navigation-color: #ffc107
}

.swiper-button-next.swiper-button-green,
.swiper-button-prev.swiper-button-green {
    --swiper-navigation-color: #198754
}

.swiper-button-next.swiper-button-teal,
.swiper-button-prev.swiper-button-teal {
    --swiper-navigation-color: #20c997
}

.swiper-button-next.swiper-button-cyan,
.swiper-button-prev.swiper-button-cyan {
    --swiper-navigation-color: #4db4c0
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-gray,
.swiper-button-prev.swiper-button-gray {
    --swiper-navigation-color: #6c757d
}

.swiper-button-next.swiper-button-gray-dark,
.swiper-button-prev.swiper-button-gray-dark {
    --swiper-navigation-color: #343a40
}

.swiper-button-next.swiper-button-black-pearl,
.swiper-button-prev.swiper-button-black-pearl {
    --swiper-navigation-color: #070f31
}

.swiper-button-lock {
    display: none
}

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

@font-face {
    font-style: normal;
    font-weight: 900;
    font-family: Gotham;
    src: url(fonts/Gotham-Black.6b844b30267835d225e6bf1a8b0f6216.woff2) format("woff2"), url(fonts/Gotham-Black.99a098bdc155a1b8800e1f37bb88f64e.woff) format("woff");
    font-display: swap
}

@font-face {
    font-style: normal;
    font-weight: 300;
    font-family: Gotham;
    src: url(fonts/Gotham-Thin.2264380a92db34b93346a386bb6b2617.woff2) format("woff2"), url(fonts/Gotham-Thin.4de2c7ca491d8a11677cffedbe37fa7a.woff) format("woff");
    font-display: swap
}

@font-face {
    font-style: normal;
    font-weight: 700;
    font-family: Gotham;
    src: url(fonts/Gotham-Bold.2bf9e996b3e866f8f6136bc99ef1012f.woff2) format("woff2"), url(fonts/Gotham-Bold.2ae7392f5b823d95255b47cef5617e35.woff) format("woff");
    font-display: swap
}

@font-face {
    font-style: normal;
    font-weight: 400;
    font-family: fontello;
    src: url(fonts/fontello.1bcda509a0f44f10c54949be9245789c.eot);
    src: url(fonts/fontello.1bcda509a0f44f10c54949be9245789c.eot#iefix) format("embedded-opentype"), url(fonts/fontello.0eef4a89b042042ceb73058afcadb74d.woff2) format("woff2"), url(fonts/fontello.e226c72ad696aac824ae068d48f87f9e.woff) format("woff"), url(fonts/fontello.6b1f2403cdf5bc2e9d9517439fa5f965.ttf) format("truetype"), url(fonts/fontello.b2f4380582eeb453e31f1cabca683b48.svg#fontello) format("svg")
}

[class^=icon-]:before {
    display: inline-block;
    width: 1em;
    margin-right: .2em;
    margin-left: .2em;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-family: fontello, fantasy;
    line-height: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-spin6:before {
    content: "\e839"
}

:root {
    --t-top-nav-height: 75px
}

@media (min-width:992px) {
    :root {
        --t-top-nav-height: 110px
    }
}

html {
    scroll-padding-top: var(--t-top-nav-height);
    scroll-behavior: smooth
}

body {
    position: relative;
    z-index: 2
}

main {
    min-height: calc(100vh - 220px);
    background-color: #fff
}

@media (min-width:992px) {
    main {
        position: relative;
        z-index: 2;
        margin-bottom: 570px
    }
}

.section {
    padding: 3rem 0
}

@media (min-width:992px) {
    .section {
        padding: 6rem 0
    }
}

.section--py-sm {
    padding: 2rem 0
}

@media (min-width:992px) {
    .section--py-sm {
        padding: 5rem 0
    }
}

.section__title {
    margin-bottom: 1.5rem;
    font-size: 1.75rem;
    font-family: Gotham, var(--bs-font-sans-serif);
    text-align: center
}

@media (min-width:992px) {
    .section__title {
        margin-bottom: 3rem;
        font-size: calc(1.35rem + 1.2vw)
    }
}

@media (min-width:992px) and (min-width:1200px) {
    .section__title {
        font-size: 2.25rem
    }
}

.section__title span {
    color: #4db4c0
}

.section__subtitle {
    margin-top: -.75rem;
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
    text-align: center
}

@media (min-width:992px) {
    .section__subtitle {
        margin-top: -2rem;
        margin-bottom: 3rem;
        font-size: 1.25rem
    }
}

.btn {
    min-width: 255px;
    font-weight: 700;
    text-transform: uppercase
}

@media (max-width:991.98px) {
    .btn-lg {
        padding: 1.125rem .5rem;
        font-size: 1rem;
        border-radius: .3125rem
    }
}

.btn-primary,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff
}

.btn-light,
.btn-light:active,
.btn-light:focus,
.btn-light:hover {
    color: #4db4c0
}

.btn-outline-dark.active {
    color: #fff;
    background-color: #4db4c0;
    border-color: #4db4c0
}

.btn-store {
    min-width: auto;
    padding: 0;
    overflow: hidden;
    border-width: 0;
    border-radius: .3125rem
}

.btn-ls {
    letter-spacing: 8px
}

.btn-geolocation {
    padding: .5rem .25rem .5rem 2.25rem;
    background: #fff url(/images/geolocation-ic.6d0a3fb051ba05a87e1e0d470023d646.svg) no-repeat .375rem 50%/1.5rem;
    border: none
}

.gMap {
    --bs-aspect-ratio: 166.66667%
}

@media (min-width:992px) {
    .gMap {
        position: relative;
        height: calc(100vh - var(--t-top-nav-height))
    }
}

@media screen and (min-width:1920px) {
    .gMap {
        --bs-aspect-ratio: 42.8125%;
        height: auto;
        min-height: 822px
    }
}

.gMap .gMap__search-box {
    height: auto
}

@media (min-width:992px) {
    .gMap .gMap__search-box {
        position: absolute;
        top: 50%;
        left: 2%;
        z-index: 100;
        width: 760px;
        max-width: 40%;
        transform: translateY(-50%)
    }
}

@media screen and (min-width:1920px) {
    .gMap .gMap__search-box {
        left: 25%;
        transform: translate(-50%, -50%)
    }
}

.gMap .gMap__search-box h2 {
    margin-bottom: 1rem;
    font-size: 1.5rem
}

@media (min-width:1200px) {
    .gMap .gMap__search-box h2 {
        margin-bottom: 2rem;
        font-size: 2.25rem
    }
}

.gMap__search-box-cont {
    padding: 2rem var(--bs-gutter-x, .75rem);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)
}

@media (min-width:992px) {
    .gMap__search-box-cont {
        padding: 1rem;
        background-color: #fff
    }
}

@media screen and (min-width:1920px) {
    .gMap__search-box-cont {
        padding: 2rem 3.5rem
    }
}

.gMap__search-box-cont .section__title {
    text-align: left
}

@media (min-width:992px) {
    .gMap__search-box-cont .section__title {
        margin-bottom: 2rem
    }
}

.gMap__search-box-cont .form-label {
    font-weight: 900
}

@media (min-width:992px) {
    .gMap__search-box-cont .form-label {
        font-size: 1.25rem
    }
}

.gMap__search-box-cont .btn {
    min-width: 160px
}

.gMap__search-box-cont .link-dark {
    margin-top: .5rem
}

@media (min-width:992px) {
    .gMap__search-box-cont .link-dark {
        margin-top: .75rem;
        font-size: 1.125rem
    }
}

.gMap__map {
    top: auto;
    bottom: 0;
    width: 100%;
    height: calc(100% - 235px)
}

@media (min-width:992px) {
    .gMap__map {
        height: 100%
    }
}

.form-modal .modal-content {
    position: relative
}

.form-modal .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(calc(-100% - .25rem))
}

.faq__accordion {
    margin-top: 2rem
}

@media (min-width:992px) {
    .faq__accordion--form {
        margin-top: 5rem
    }
}

.faq__accordion--form .accordion-flush .accordion-item {
    border: 0 !important
}

.faq__accordion .accordion-flush .accordion-item:first-child {
    border-top: 1px solid rgba(77, 180, 192, .5)
}

.faq__accordion .accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid rgba(77, 180, 192, .5)
}

.faq__accordion .accordion-button {
    position: relative;
    padding-right: calc(.5rem + 25px);
    font-weight: 700;
    font-size: 1.125rem;
    font-family: Gotham, var(--bs-font-sans-serif);
    box-shadow: none
}

@media (min-width:992px) {
    .faq__accordion .accordion-button {
        font-size: calc(1.275rem + .3vw)
    }
}

@media (min-width:992px) and (min-width:1200px) {
    .faq__accordion .accordion-button {
        font-size: 1.5rem
    }
}

.faq__accordion .accordion-button:active,
.faq__accordion .accordion-button:focus {
    outline: none;
    box-shadow: none
}

.faq__accordion .accordion-button:after {
    position: absolute;
    right: 0;
    width: 25px;
    height: 25px;
    background: url(images/faq-accordion-btn-ic.285cdde754bc62c77aab3b4b8c02f97e.png) no-repeat 50%/contain
}

.faq__accordion .accordion-button:not(.collapsed):after {
    transform: rotate(45deg)
}

.faq__accordion .accordion-body {
    padding-top: .25rem
}

@media (min-width:992px) {
    .faq__accordion .accordion-body {
        font-size: 1.25rem
    }
}

.about-app {
    overflow: hidden
}

.about-app__banner {
    --bs-aspect-ratio: 93.75%;
    width: calc(100% + 1.5rem);
    height: 100%;
    margin: 0 -.75rem;
    text-align: center;
    background: #4db4c0 url(images/about-app-banner-bg.11263915d07566083cac71b5da6d1cc9.png) no-repeat top/cover
}

@media (min-width:992px) {
    .about-app__banner {
        --bs-aspect-ratio: 100.66667%;
        width: 100%;
        max-height: 910px;
        background-position: 50%
    }
}

.about-app__banner-title {
    padding: 1.25rem 2rem;
    font-size: calc(1.275rem + .3vw);
    font-family: Gotham, var(--bs-font-sans-serif)
}

@media (min-width:1200px) {
    .about-app__banner-title {
        font-size: 1.5rem
    }
}

@media (min-width:576px) {
    .about-app__banner-title {
        padding: 3rem 2rem;
        font-size: calc(1.35rem + 1.2vw)
    }
}

@media (min-width:576px) and (min-width:1200px) {
    .about-app__banner-title {
        font-size: 2.25rem
    }
}

@media (min-width:992px) {
    .about-app__banner-title {
        padding: 6rem 3rem
    }
}

.about-app__cont {
    max-width: 725px;
    margin: 0 auto
}

@media (min-width:992px) {
    .about-app__cont {
        padding-right: 2rem;
        padding-left: 2rem
    }
}

.about-app__app-stores {
    max-width: 550px;
    margin-top: 2rem
}

@media (min-width:992px) {
    .about-app__app-stores {
        margin-top: 5rem
    }
}

.about-app__app-stores p {
    margin-bottom: .5rem;
    font-weight: 700;
    font-size: .875rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 6px
}

@media (min-width:992px) {
    .about-app__app-stores p {
        font-size: 1rem;
        text-align: left
    }
}

.about-app__app-stores .app-stores {
    flex-wrap: nowrap
}

.packages {
    background-color: #edf6f7
}

.packages__nav .nav {
    justify-content: center
}

@media (min-width:992px) {
    .packages__nav .nav {
        margin: 0 -1rem
    }
}

@media (min-width:992px) {
    .packages__nav .nav-item {
        width: calc(50% - 2rem);
        margin: 0 1rem
    }
}

@media (min-width:992px) {
    .packages__nav .nav-item:last-child {
        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
    }
}

@media (max-width:991.98px) {
    .packages__nav .nav-item:not(:last-child) {
        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
    }
}

.packages__nav .nav-btn {
    flex-grow: 1
}

.packages__nav .nav-btn .btn {
    width: 100%
}

@media (min-width:992px) {
    .packages__nav .nav-btn .btn {
        height: 100%
    }
}

.packages__nav .nav-select {
    position: relative
}

.packages__nav .nav-select .btn {
    max-width: 100%;
    height: 58px;
    padding: .5rem 2rem;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-position: calc(100% - 1rem) 50%;
    background-size: 1rem;
    background-repeat: no-repeat
}

@media (max-width:575.98px) {
    .packages__nav .nav-select .btn {
        letter-spacing: 4px
    }
}

.packages__nav .nav-select ul {
    position: absolute;
    z-index: 100;
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    list-style: none;
    border: 1px solid #0b0e24;
    border-radius: .3125rem;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    transition: opacity .3s ease-in-out
}

.packages__nav .nav-select ul:before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vh;
    height: 100vh;
    content: ""
}

.packages__nav .nav-select ul:not(.active) {
    pointer-events: none;
    opacity: 0
}

.packages__nav .nav-select ul li {
    padding: .75rem .5rem;
    cursor: pointer;
    background-color: #fff
}

.packages__nav .nav-select ul li:hover {
    background-color: #edf6f7
}

.packages__nav .nav-select ul li:not(:last-child) {
    border-bottom: 1px solid #adb5bd
}

.packages__grid {
    margin-top: 1.75rem
}

.packages__slider {
    position: relative;
    padding-bottom: 2.5rem;
    overflow: hidden
}

@media (min-width:992px) {
    .packages__slider {
        padding: 6rem 0
    }
}

.packages__slider .swiper-slide:nth-child(2) {
    z-index: 2
}

.packages__slider .swiper-pagination .swiper-pagination-bullet {
    background-color: #070f31
}

.testimonials__slider {
    position: relative;
    padding-bottom: 2.5rem;
    overflow: hidden
}

@media (min-width:992px) {
    .testimonials__slider {
        padding: 6rem 0
    }
}

.testimonials .swiper-slide:nth-child(2) {
    z-index: 2
}

.testimonials__slider .swiper-pagination .swiper-pagination-bullet {
    background-color: #070f31
}

.packages__disclaimer {
    padding: 0 2rem;
    margin-top: 3rem;
    margin-bottom: 0;
    font-size: 1.125rem;
    text-align: center
}

@media (min-width:992px) {
    .packages__disclaimer {
        font-size: 1.25rem
    }
}

.application {
    position: relative;
    overflow: hidden;
    background: #edf6f7 url(images/application-bg.56398586b637ecd6eb517306bd7409e1.jpg) no-repeat 50%/cover
}

.application:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4%;
    content: "";
    background-color: #edf6f7
}

@media (min-width:992px) {
    .application:before {
        height: 4rem
    }
}

.application>.container {
    position: relative
}

.application__list {
    margin: 0 0 1.25rem
}

@media (min-width:992px) {
    .application__list {
        margin-bottom: 0
    }
}

.application__app-stores {
    position: relative;
    margin-top: -1.5rem
}

@media (min-width:992px) {
    .application__app-stores {
        margin-top: 3.75rem
    }
}

.application__img-mob {
    margin-left: -25%
}

@media (min-width:992px) {
    .application__img {
        margin-left: -10%
    }
}

@media (min-width:1200px) {
    .application__img {
        margin-left: 0
    }
}

.action__grid {
    position: relative;
    padding-bottom: 3rem;
    overflow: hidden
}

@media (min-width:992px) {
    .action__grid {
        padding-bottom: 0;
        overflow: visible
    }
}

.action__grid .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #070f31
}

.action__box {
    text-align: center
}

.action__box p {
    margin-bottom: 1.25rem;
    font-weight: 700;
    font-size: 1.125rem
}

@media (min-width:992px) {
    .action__box p {
        margin-bottom: 1.5rem;
        font-size: 1.25rem
    }
}

.composition {
    background-color: #edf6f7
}

.composition__box {
    text-align: center
}

.composition__box p {
    margin-top: 1.125rem;
    margin-bottom: .25rem
}

@media (min-width:992px) {
    .composition__box p {
        margin-top: 1.75rem
    }
}

.banner {
    position: relative;
    padding-top: calc(var(--t-top-nav-height) + 40px + 1.5rem);
    overflow: hidden;
    color: #fff;
    background: #070f31 url(images/banner-bg.1501dc0720a18b2cfe2e2a5705bdeb6f.jpg) no-repeat 50%/cover
}

@media (min-width:992px) {
    .banner {
        height: 900px
    }
}

.banner:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4%;
    content: "";
    background-color: #edf6f7
}

@media (min-width:992px) {
    .banner:before {
        height: 4rem
    }
}

.banner .container {
    position: relative
}

.banner__cont {
    max-width: 450px;
    margin-top: 1rem
}

@media (min-width:992px) {
    .banner__cont {
        margin-top: 0
    }
}

.banner__title {
    position: relative;
    font-weight: 300
}

.banner__title:before {
    position: absolute;
    top: -70px;
    left: -3px;
    font-weight: 100;
    font-size: 80px;
    font-family: Lato, var(--bs-font-sans-serif);
    color: #4db4c0;
    content: "+"
}

@media (min-width:992px) {
    .banner__title:before {
        top: -85px;
        left: -60px;
        font-size: 100px
    }
}

.banner__desc {
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    font-size: 1.125rem;
    border-top: 1px solid #4db4c0
}

@media (min-width:992px) {
    .banner__desc {
        font-size: 1.25rem
    }
}

.banner__stores {
    display: none;
    flex-flow: row wrap;
    justify-content: space-between;
    max-width: 475px;
    padding: 0;
    margin: 2.875rem 0 0;
    list-style: none
}

@media (min-width:992px) {
    .banner__stores {
        display: flex
    }
}

.banner__cta {
    width: 100%;
    max-width: 450px;
    margin-top: 1rem;
    margin-bottom: 1rem
}

@media (min-width:992px) {
    .banner__cta {
        max-width: 375px;
        margin-top: 4.375rem;
        margin-bottom: 0
    }
}

.banner__prize-cont {
    max-width: 120px;
    margin: 0 auto;
    text-align: center
}

@media (min-width:992px) {
    .banner__prize-cont {
        max-width: 240px;
        margin-top: 2rem;
        transform: translateX(-1.5rem)
    }
}

@media (min-width:1200px) {
    .banner__prize-cont {
        transform: translateX(-3rem)
    }
}

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

.banner__prize-cont>p {
    position: relative;
    margin-top: 1.5rem;
    margin-bottom: 3rem;
    font-weight: 900;
    font-size: 1rem
}

@media (min-width:992px) {
    .banner__prize-cont>p {
        font-size: 1.25rem
    }
}

.banner__prize-cont>p:after {
    position: absolute;
    top: -.5rem;
    left: 50%;
    width: 1px;
    height: 1.5rem;
    content: "";
    background-color: #fff;
    transform: translateY(-100%)
}

@media (min-width:992px) {
    .banner__prize-cont>p:after {
        top: -.5rem;
        height: 2.5rem
    }
}

.banner__prize {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    background-color: #4db4c0;
    border-radius: 50%
}

@media (min-width:992px) {
    .banner__prize {
        width: 230px;
        height: 230px
    }
}

.banner__prize p:first-child {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 83px;
    font-family: Lato, var(--bs-font-sans-serif);
    line-height: 1;
    color: #fff;
    letter-spacing: -10px
}

@media (min-width:992px) {
    .banner__prize p:first-child {
        font-weight: 900;
        font-size: 130px
    }
}

.banner__prize p:first-child:before {
    position: absolute;
    top: 14%;
    left: 10%;
    display: inline-block;
    font-weight: 700;
    font-size: .75rem;
    letter-spacing: normal;
    content: "od";
    transform: translateX(-.8rem)
}

@media (min-width:992px) {
    .banner__prize p:first-child:before {
        top: 13%;
        left: 5%;
        font-size: 1.1rem;
        transform: translateX(-0.4rem)
    }
}

.banner__prize p:first-child:after {
    display: inline-block;
    font-weight: 700;
    font-size: .75rem;
    letter-spacing: normal;
    content: "zł";
    transform: translateX(-.25rem)
}

.banner__percent-cont {
    max-width: 120px;
    margin: 0 auto;
    text-align: center
}

@media (min-width:992px) {
    .banner__percent-cont {
        max-width: 240px;
        margin-top: 2rem;
        transform: translateX(-1.5rem)
    }
}

@media (min-width:1200px) {
    .banner__percent-cont {
        transform: translateX(-3rem)
    }
}

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

.banner__percent-cont>p {
    position: relative;
    margin-top: 1.5rem;
    margin-bottom: 3rem;
    font-weight: 900;
    font-size: 1rem
}

@media (min-width:992px) {
    .banner__percent-cont>p {
        font-size: 1.25rem
    }
}

.banner__percent-cont>p:after {
    position: absolute;
    top: -.5rem;
    left: 50%;
    width: 1px;
    height: 1.5rem;
    content: "";
    background-color: #fff;
    transform: translateY(-100%)
}

@media (min-width:992px) {
    .banner__percent-cont>p:after {
        top: -.5rem;
        height: 2.5rem
    }
}

.banner__percent {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    background-color: #4db4c0;
    border-radius: 50%
}

@media (min-width:992px) {
    .banner__percent {
        width: 230px;
        height: 230px
    }
}

.banner__percent p:first-child {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 83px;
    font-family: Lato, var(--bs-font-sans-serif);
    line-height: 1;
    color: #fff;
}

@media (min-width:992px) {
    .banner__percent p:first-child {
        font-weight: 900;
        font-size: 145px
    }
}

.banner__percent p:first-child:before {
    position: absolute;
    top: 14%;
    left: 10%;
    display: inline-block;
    font-weight: 700;
    font-size: .75rem;
    letter-spacing: normal;
    content: "";
    transform: translateX(-.8rem)
}

@media (min-width:992px) {
    .banner__percent p:first-child:before {
        top: 13%;
        left: 5%;
        font-size: 1.1rem;
        transform: translateX(-1.2rem)
    }
}

.banner__percent p:first-child:after {
    display: inline-block;
    font-weight: 700;
    font-size: .75rem;
    letter-spacing: normal;
    content: "%";
    transform: translateX(-.25rem)
}

@media (min-width:992px) {
    .banner__percent p:first-child:after {
        margin-right: -.75rem;
        font-size: 1.1rem;
    }
}

.banner__percent p:last-child {
    margin-bottom: .75rem;
    font-weight: 700;
    font-size: .675rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px
}

@media (min-width:992px) {
    .banner__percent p:last-child {
        margin-bottom: 1.5rem;
        font-size: 1rem;
        letter-spacing: 5px
    }
}



@media (min-width:992px) {
    .banner__prize p:first-child:after {
        margin-right: -.75rem;
        font-size: 1.1rem;
        transform: translateX(-1rem)
    }
}

.banner__prize p:last-child {
    margin-bottom: .75rem;
    font-weight: 700;
    font-size: .675rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px
}

@media (min-width:992px) {
    .banner__prize p:last-child {
        margin-bottom: 1.5rem;
        font-size: 1rem;
        letter-spacing: 5px
    }
}

@media (min-width:992px) {
    .banner__phone-img {
        transform: translateX(-3rem)
    }
}

.banner__phone-img img {
    display: block;
    max-width: 120%;
    height: auto
}

@media (min-width:992px) {
    .banner__phone-img img {
        max-width: none
    }
}

.top-nav {
    background-color: transparent;
    transition: transform .3s ease-in-out
}

.top-nav--sticky {
    transform: translateY(-40px)
}

.top-nav--sticky .top-nav__bottom {
    background-color: #070f31
}

.top-nav--sticky .navbar-nav {
    transform: translateY(40px)
}

@media (min-width:992px) {
    .top-nav--sticky .navbar-nav {
        transform: translateY(0)
    }
}

.top-nav__top {
    position: relative;
    z-index: 100;
    height: 32px;
    background-color: #000
}

@media (min-width:992px) {
    .top-nav__top {
        height: 40px
    }
}

.top-nav__top-nav-ul {
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    font-size: 10px
}

@media (min-width:992px) {
    .top-nav__top-nav-ul {
        font-size: .875rem
    }
}

.top-nav__top-nav-ul .nav-item:not(:last-child) {
    position: relative
}

.top-nav__top-nav-ul .nav-item:not(:last-child):after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: .75rem;
    content: "";
    background-color: #fff;
    transform: translateY(-50%)
}

@media (min-width:992px) {
    .top-nav__top-nav-ul .nav-item:not(:last-child):after {
        height: .875rem
    }
}

.top-nav__top-nav-ul .nav-link {
    padding: 0 .375rem;
    color: #4db4c0
}

.top-nav__top-nav-ul .nav-link.active {
    color: #fff
}

.top-nav__bottom {
    height: var(--t-top-nav-height);
    transition: background-color .3s ease-in-out
}

.top-nav__bottom .navbar-brand {
    max-width: 167px
}

@media (min-width:992px) {
    .top-nav__bottom .navbar-brand {
        max-width: 255px
    }
}

.top-nav__bottom .navbar-brand img {
    max-width: 100%;
    height: auto
}

.top-nav__bottom .navbar-toggler {
    position: relative;
    z-index: 100;
    width: 2rem;
    height: 1.5rem;
    border-color: transparent;
    transition: .3s ease-in-out;
    transform: rotate(0deg)
}

@media (min-width:992px) {
    .top-nav__bottom .navbar-toggler {
        display: none
    }
}

.top-nav__bottom .navbar-toggler:active,
.top-nav__bottom .navbar-toggler:focus {
    outline: none;
    box-shadow: none
}

.top-nav__bottom .navbar-toggler.open span:first-child {
    top: 18px;
    left: 50%;
    width: 0
}

.top-nav__bottom .navbar-toggler.open span:nth-child(2) {
    transform: rotate(45deg)
}

.top-nav__bottom .navbar-toggler.open span:nth-child(3) {
    transform: rotate(-45deg)
}

.top-nav__bottom .navbar-toggler.open span:nth-child(4) {
    top: 18px;
    left: 50%;
    width: 0
}

.top-nav__bottom .navbar-toggler span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: .1875rem;
    background: #fff;
    opacity: 1;
    transition: .25s ease-in-out;
    transform: rotate(0deg)
}

.top-nav__bottom .navbar-toggler span:first-child {
    top: 0
}

.top-nav__bottom .navbar-toggler span:nth-child(2),
.top-nav__bottom .navbar-toggler span:nth-child(3) {
    top: 50%
}

.top-nav__bottom .navbar-toggler span:nth-child(4) {
    top: 100%
}

.top-nav__bottom .navbar-nav {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    font-weight: 900;
    font-size: 1.5rem;
    background-color: #070f31;
    transition: opacity .3s ease-in-out
}

@media (min-width:992px) {
    .top-nav__bottom .navbar-nav {
        position: static;
        display: flex;
        flex-flow: row nowrap;
        width: auto;
        height: auto;
        font-size: 1rem;
        background-color: transparent;
        opacity: 1
    }
}

.top-nav__bottom .navbar-nav:not(.active) {
    pointer-events: none;
    opacity: 0
}

@media (min-width:992px) {
    .top-nav__bottom .navbar-nav:not(.active) {
        pointer-events: auto;
        opacity: 1
    }
}

@media (max-width:991.98px) {
    .top-nav__bottom .nav-item {
        margin: .25rem 0
    }
}

.top-nav__bottom .nav-item:last-child {
    margin-left: 1rem
}

@media (max-width:991.98px) {
    .top-nav__bottom .nav-item:last-child {
        position: absolute;
        bottom: 2rem;
        margin-left: 0
    }
}

@media (min-width:992px) {
    .top-nav__bottom .nav-link {
        padding: .5rem 1rem
    }
}

@media (min-width:992px) {
    footer {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%
    }
}

.footer__width {
    max-width: 1110px
}

.separator {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff
}

@media (min-width:768px) {
    .separator {
        width: 255px
    }
}

.footer-link {
    color: #fff;
    transition: all .25s ease
}

.footer-link:hover {
    color: #4db4c0
}

.footer-link__bottom {
    color: #070f31
}

.footer-link__bottom:hover {
    color: #142a8a
}

.stores a {
    overflow: hidden;
    border-radius: .3125rem
}

.socials svg {
    transition: all .25s ease;
    fill: #fff
}

.socials svg:hover {
    fill: #4db4c0
}

.form.loading .btn[type=submit] {
    pointer-events: none
}

.form.loading .btn[type=submit] span:first-child {
    opacity: 0
}

.form.loading .btn[type=submit] .load-icon {
    opacity: 1
}

.form #error,
.form .invalid-feedback {
    font-size: .875rem;
    color: #dc3545
}

.form .btn[type=submit] {
    position: relative;
    width: 100%
}

@media (min-width:992px) {
    .form .btn[type=submit] {
        width: auto
    }
}

.form .btn[type=submit] span {
    transition: opacity .3s ease-in-out
}

.form .btn[type=submit] .load-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    transform: translate(-50%, -50%)
}

.list {
    margin-bottom: 0;
    list-style: none
}

.list li {
    position: relative;
    margin-top: 1rem
}

.list li:before {
    position: absolute;
    top: .375rem;
    left: -2rem;
    width: .75rem;
    height: .75rem;
    content: "";
    background-color: #4db4c0;
    border-radius: .25rem
}

.pack-card {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    max-width: 345px;
    height: auto;
    padding: 2.5rem 2rem;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    border-radius: 2rem;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)
}

@media (min-width:992px) {
    .pack-card {
        max-width: 350px;
        height: auto;
        padding: 3rem 2.5rem
    }
}

.pack-card--primary {
    position: relative;
    color: #fff;
    height: auto;
    background-color: #4db4c0
}

@media (min-width:992px) {
    .pack-card--primary {
        z-index: 2;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
        transform: scale(1.25)
    }
}

.pack-card--primary .pack-card__claim {
    display: initial
}

.pack-card--primary .pack-card__title {
    color: #0b0e24
}

.pack-card--primary .pack-card__title:before {
    background-image: url(images/plus-ic-white.32ccb7093ef38f3eb719bc34855f0b4b.png)
}

.pack-card--primary .pack-card__price p,
.pack-card--primary .pack-card__title span {
    color: #fff
}

.pack-card--primary .pack-card__desc-cont p:first-child:after {
    background-color: #fff
}

.pack-card__claim {
    display: none;
    width: calc(100% + 5rem);
    padding: .75rem .5rem;
    margin: -2.5rem -2.5rem 2rem;
    font-size: .875rem;
    font-family: Gotham, var(--bs-font-sans-serif);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 6px;
    background-color: #070f31
}

@media (min-width:992px) {
    .pack-card__claim {
        padding: 1.25rem .5rem;
        margin-top: -3rem
    }
}

.pack-card__title {
    position: relative;
    font-weight: 700;
    font-size: 1.5rem;
    font-family: Gotham, var(--bs-font-sans-serif)
}

.pack-card__title:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 42px;
    content: "";
    background: url(images/plus-ic-cyan.04ce2a3cbf6b3e516d27fe081dce4393.png) no-repeat 50%/contain;
    transform: translate(-85%, -55%)
}

.pack-card__title span {
    color: #4db4c0
}

.pack-card__price-cont {
    display: flex;
    flex-grow: 1;
    align-items: center
}

.pack-card__price {
    display: flex;
    align-items: baseline
}

.pack-card__price p {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 900;
    font-size: 120px;
    font-family: Lato, var(--bs-font-sans-serif);
    color: #4db4c0
}

.pack-card__price p:after {
    display: inline-block;
    margin-left: -.5rem;
    font-size: 2rem;
    content: "zł";
    transform: translateX(-.5rem)
}


.pack-card__big-price-cont {
    display: flex;
    flex-grow: 1;
    align-items: center
}

.pack-card__big-price {
    display: flex;
    align-items: baseline
}

.pack-card__big-price p {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 900;
    font-size: 100px;
    font-family: Lato, var(--bs-font-sans-serif);
    color: #4db4c0
}

.pack-card__big-price p:after {
    display: inline-block;
    margin-left: -.5rem;
    font-size: 2rem;
    content: "zł";
    transform: translateX(.5rem)
}

.pack-card__big-price-old {
    display: flex;
    align-items: baseline
}

.pack-card__big-price-old p {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 45px;
    font-family: Lato, var(--bs-font-sans-serif);
    color: #C0594D;
    
}

.pack-card__big-price-old p:after {
    display: inline-block;
    margin-left: -.5rem;
    font-size: 2rem;
    content: "zł";
    transform: translateX(.5rem)
}

.pack-card__big-price-old :before {
    position: absolute;
    content: "";
    left: -0.5em;
    top: 50%;
    right: -0.5em;
    border-top: 2px solid;
    border-color: #C0594Daa;
    
    -webkit-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -ms-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);
    transform:rotate(-5deg);
}



.pack-card__desc-cont {
    max-width: 240px
}

.pack-card__desc-cont p {
    font-size: 1.125rem
}

.pack-card--primary .pack-card__desc-cont li::marker {
    content: "✓ ";
}

.pack-card__desc-cont li::marker {
    content: "✓ ";
}

.pack-card__desc-cont li {
    margin-bottom: 1rem;
    text-align: left;
}

.pack-card__desc-cont p:first-child {
    position: relative;
    padding-bottom: 1rem
}

.pack-card__desc-cont p:first-child:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 1px;
    content: "";
    background-color: #0b0e24;
    transform: translateX(-50%)
}

.pack-card__cta {
    min-width: 220px;
    justify-content: center;
}

.pack-card-testimonial {
    display: flex;
    background-color: #fff;
    color: #000;
    flex-flow: column nowrap;
    align-items: center;
    max-width: 345px;
    height: auto;
    padding: 2.5rem 2rem;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    border-radius: 2rem;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)
}

@media (min-width:992px) {
    .pack-card-testimonial {
        max-width: 350px;
        height: auto;
        padding: 3rem 2.5rem
    }
}

.pack-card-testimonial img {
    max-width: 150px;
    max-height: 150px;
    margin-bottom: 1rem;
}

.pack-card-testimonial__claim {
    display: none;
    width: calc(100% + 5rem);
    padding: .75rem .5rem;
    margin: -2.5rem -2.5rem 2rem;
    font-size: .875rem;
    font-family: Gotham, var(--bs-font-sans-serif);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 6px;
    background-color: #070f31
}

@media (min-width:992px) {
    .pack-card-testimonial__claim {
        padding: 1.25rem .5rem;
        margin-top: -3rem
    }
}

.pack-card-testimonial__title {
    position: relative;
    font-weight: 700;
    font-size: 1.5rem;
    font-family: Gotham, var(--bs-font-sans-serif)
}

.pack-card-testimonial__title span {
    color: #4db4c0
}

.pack-card-testimonial__desc-cont {
    max-width: 240px;
}

.pack-card-testimonial__desc-cont p {
    font-size: 1.125rem
    
}

.pack-card-testimonial__desc-cont p:first-child {
    position: relative;
    padding-bottom: 1rem
}

.pack-card-testimonial__desc-cont p:first-child:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 1px;
    content: "";
    background-color: #0b0e24;
    transform: translateX(-50%)
}

.pack-card-testimonial__cta {
    min-width: 220px;
    margin-top: 1rem
}

@media (min-width:992px) {
    .pack-card-testimonial__cta {
        margin-top: 2rem
    }
}

.app-stores {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0;
    margin: -.25rem;
    list-style: none
}

@media (min-width:992px) {
    .app-stores {
        flex-wrap: nowrap
    }
}

.app-stores .btn {
    max-width: 100%;
    margin: .25rem
}

.animate-spin {
    display: inline-block;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

@media (max-width:575.98px) {
    .h1 {
        font-size: 2.125rem
    }
}

.users-bar {
    color: #fff;
    background-color: #070f31
}

.users-bar__header {
    --bs-aspect-ratio: 29.90654%;
    width: 90%;
    max-width: 642px;
    margin: 0 auto
}

@media (min-width:992px) {
    .users-bar__header {
        width: 100%
    }
}

.users-bar__header img {
    max-width: 100%
}

.users-bar__header p {
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    padding-left: 17%;
    font-weight: 900;
    font-size: .75rem;
    font-family: Gotham, var(--bs-font-sans-serif);
    text-align: center;
    text-transform: uppercase;
    transform: translate(-50%, -50%)
}

@media (min-width:992px) {
    .users-bar__header p {
        font-size: 1.25rem
    }
}

.users-bar__grid {
    margin-top: 2rem;
    overflow: hidden
}

@media (min-width:992px) {
    .users-bar__grid>.row>.col-12:last-child {
        width: calc(100% - 135px)
    }
}

.users-bar__grid p {
    margin-bottom: 0;
    font-weight: 900;
    font-size: .875rem;
    text-align: center;
    text-transform: uppercase
}

@media (min-width:992px) {
    .users-bar__grid p {
        margin-right: 2rem
    }
}

.users-bar__list {
    position: relative;
    padding: 0 2rem 2rem
}

@media (min-width:992px) {
    .users-bar__list {
        padding: 0
    }
}

.users-bar__list .swiper {
    overflow: hidden
}

@media (min-width:992px) {
    .users-bar__list .swiper {
        width: 100%;
        overflow: visible
    }
}

.users-bar__list .swiper-wrapper {
    align-items: center
}

@media (min-width:992px) {
    .users-bar__list .swiper-wrapper {
        justify-content: space-between;
        width: 100%
    }
}

.users-bar__list .swiper-slide {
    display: flex;
    justify-content: center
}

@media (min-width:992px) {
    .users-bar__list .swiper-slide {
        width: auto !important
    }
}

.users-bar__list .swiper-slide img {
    max-width: 90%;
    margin: .5rem
}

.users-bar__list .swiper-button-next:after,
.users-bar__list .swiper-button-prev:after {
    font-size: 2rem;
    color: #fff;
    opacity: .3
}

.users-bar__list .swiper-button-prev {
    top: calc(50% - 1rem);
    left: 0
}

.users-bar__list .swiper-button-next {
    top: calc(50% - 1rem);
    right: 0
}

.users-bar__list .swiper-pagination-bullet {
    background-color: #fff
}

.icon-title i {
    font-size: xx-large;
    margin-bottom: 0.5em;
    margin-top: -1em;
}