html {
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

details,main {
    display: block
}

h1 {
    font-size: 2em
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    color: inherit
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    width: 100%
}

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

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

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

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

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

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

summary {
    display: list-item
}

[hidden],template {
    display: none
}

: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, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd
}

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

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

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

.col {
    flex: 1 0 0%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-1,.gx-1 {
    --bs-gutter-x: 0.25rem
}

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

.g-2,.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,.gy-2 {
    --bs-gutter-y: 0.5rem
}

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

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

.g-4,.gx-4 {
    --bs-gutter-x: 1.5rem
}

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

.g-5,.gx-5 {
    --bs-gutter-x: 3rem
}

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

.d-inline {
    display: inline!important
}

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

.d-block {
    display: block!important
}

.d-grid {
    display: grid!important
}

.d-table {
    display: table!important
}

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

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

.d-flex {
    display: flex!important
}

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

.d-none {
    display: none!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-0 {
    order: 0!important
}

.order-1 {
    order: 1!important
}

.order-2 {
    order: 2!important
}

.order-3 {
    order: 3!important
}

.order-4 {
    order: 4!important
}

.order-5 {
    order: 5!important
}

.order-last {
    order: 6!important
}

.m-0 {
    margin: 0!important
}

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

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

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

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

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

.m-auto {
    margin: auto!important
}

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

.mx-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important
}

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

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

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

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

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

.my-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
}

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

.my-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important
}

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

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

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

.my-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
    padding: 0!important
}

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

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

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

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

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

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

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

.px-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important
}

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

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

.px-5 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
}

.py-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal {
    position: relative;
    z-index: 9999
}

.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    display: flex;
    justify-content: center;
    align-items: center
}

.modal__container {
    background-color: #fff;
    padding: 30px;
    max-width: 500px;
    max-height: 100vh;
    border-radius: 4px;
    overflow-y: auto;
    box-sizing: border-box
}

.modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #00449e;
    box-sizing: border-box
}

.modal__close {
    background: 0 0;
    border: 0
}

.modal__content {
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.5;
    color: rgba(0,0,0,.8)
}

.modal__btn {
    font-size: .875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #e6e6e6;
    color: rgba(0,0,0,.8);
    border-radius: .25rem;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    line-height: 1.15;
    margin: 0;
    will-change: transform;
    -moz-osx-font-smoothing: grayscale;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: transform .25s ease-out
}

.modal__btn:focus,.modal__btn:hover {
    transform: scale(1.05)
}

.modal__btn-primary {
    background-color: #00449e;
    color: #fff
}

@keyframes mmfadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes mmfadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes mmslideIn {
    from {
        transform: translateY(15%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes mmslideOut {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(-10%)
    }
}

.micromodal-slide {
    display: none
}

.micromodal-slide.is-open {
    display: block
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
    animation: .3s cubic-bezier(0,0,.2,1) mmfadeIn
}

.micromodal-slide[aria-hidden=false] .modal__container {
    animation: .3s cubic-bezier(0,0,.2,1) mmslideIn
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
    animation: .3s cubic-bezier(0,0,.2,1) mmfadeOut
}

.micromodal-slide[aria-hidden=true] .modal__container {
    animation: .3s cubic-bezier(0,0,.2,1) mmslideOut
}

.micromodal-slide .modal__container,.micromodal-slide .modal__overlay {
    will-change: transform
}

.mr-5 {
    margin-right: 5px
}

.ml-5 {
    margin-left: 5px
}

.mt-10 {
    margin-top: 10px
}

.mr-10 {
    margin-right: 10px
}

.mb-10 {
    margin-bottom: 10px
}

.ml-10 {
    margin-left: 10px
}

.mt-15 {
    margin-top: 15px
}

.mr-15 {
    margin-right: 15px
}

.mb-15 {
    margin-bottom: 15px
}

.ml-15 {
    margin-left: 15px
}

.mt-20 {
    margin-top: 20px
}

.mr-20 {
    margin-right: 20px
}

.mb-20 {
    margin-bottom: 20px
}

.ml-20 {
    margin-left: 20px
}

.mt-30 {
    margin-top: 30px
}

.mr-30 {
    margin-right: 30px
}

.mb-30 {
    margin-bottom: 30px
}

.ml-30 {
    margin-left: 30px
}

.mt-40 {
    margin-top: 40px
}

.mr-40 {
    margin-right: 40px
}

.mb-40 {
    margin-bottom: 40px
}

.ml-40 {
    margin-left: 40px
}

.mt-50 {
    margin-top: 50px
}

.mr-50 {
    margin-right: 50px
}

.mb-50 {
    margin-bottom: 50px
}

.ml-50 {
    margin-left: 50px
}

.mt-80 {
    margin-top: 80px
}

.mr-80 {
    margin-right: 80px
}

.mb-80 {
    margin-bottom: 80px
}

.ml-80 {
    margin-left: 80px
}

.mt-100 {
    margin-top: 100px
}

.mr-100 {
    margin-right: 100px
}

.mb-100 {
    margin-bottom: 100px
}

.ml-100 {
    margin-left: 100px
}

.mt-120 {
    margin-top: 120px
}

.mr-120 {
    margin-right: 120px
}

.mb-120 {
    margin-bottom: 120px
}

.ml-120 {
    margin-left: 120px
}

.mt-140 {
    margin-top: 140px
}

.mr-140 {
    margin-right: 140px
}

.mb-140 {
    margin-bottom: 140px
}

.ml-140 {
    margin-left: 140px
}

.mt-150 {
    margin-top: 150px
}

.mr-150 {
    margin-right: 150px
}

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

.ml-150 {
    margin-left: 150px
}

.mt-180 {
    margin-top: 180px
}

.mr-180 {
    margin-right: 180px
}

.mb-180 {
    margin-bottom: 180px
}

.ml-180 {
    margin-left: 180px
}

.mt-200 {
    margin-top: 200px
}

.mr-200 {
    margin-right: 200px
}

.mb-200 {
    margin-bottom: 200px
}

.ml-200 {
    margin-left: 200px
}

.mt-300 {
    margin-top: 300px
}

.mr-300 {
    margin-right: 300px
}

.mb-300 {
    margin-bottom: 300px
}

.ml-300 {
    margin-left: 300px
}

.text-white {
    color: #fff
}

.bg-white {
    background-color: #fff
}

.fill-white svg {
    color: #fff
}

.text-black {
    color: #090909
}

.bg-black {
    background-color: #090909
}

.fill-black svg {
    color: #090909
}

.fw-500 {
    font-weight: 500
}

.fw-700 {
    font-weight: 700
}

.fs-20 {
    font-size: 20px
}

.fs-25 {
    font-size: 25px
}

.fixed {
    position: fixed!important
}

.uppercase {
    text-transform: uppercase
}

.flex {
    display: flex
}

.jc-sb {
    justify-content: space-between
}

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

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

.animate-sec {
    animation: 1s infinite pulse
}

@keyframes pulse {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.accordion-item:not(:first-child) {
    margin-top: 45px
}

.accordion-header {
    border-bottom: 1px solid #090909
}

.accordion-button {
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 48px;
    font-weight: 500;
    text-transform: uppercase;
    background: 0 0;
    border: none;
    color: #090909;
    cursor: pointer
}

.accordion-button:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 88px;
    height: 51px;
    background: url(../img/arrow-in-circle--black.svg) no-repeat;
    transition: .2s cubic-bezier(.9,0,.8,.8)
}

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

.accordion-collapse:not(.show) .accordion-img {
    transform: scale(.95)
}

.accordion-body {
    display: flex;
    flex-direction: column;
    place-content: space-between;
    flex-wrap: wrap;
    -moz-column-gap: 25px;
    column-gap: 25px;
    height: 672px;
    padding-top: 60px;
    padding-bottom: 75px
}

.accordion-body .list-heading {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-transform: uppercase
}

.accordion-body .list {
    margin: 32px 0 55px;
    padding-left: 20px;
    list-style: disc;
    line-height: 36px
}

.accordion-body .popup-button {
    margin: 20px 0
}

.accordion-img {
    position: relative;
    display: flex;
    justify-content: flex-end;
    gap: 26px;
    max-height: 420px;
    transition: .2s
}

.popup__holder {
    position: absolute
}

.popup__header {
    font-weight: 500;
    font-size: 25px;
    line-height: 28px;
    text-transform: uppercase
}

.popup__wrapper {
    margin: 20px;
    padding: 40px 30px;
    background-color: #fff;
    border: 1px solid #090909;
    border-radius: 42px;
    box-shadow: 2px 2px 22px #888;
    background-image: url(../img/popup_bg.svg);
    background-repeat: no-repeat;
    background-position: 70% 50%;
    background-size: cover
}

.popup__text-bold {
    margin-top: 42px;
    margin-bottom: 35px;
    font-size: 17px;
    line-height: 140%;
    font-weight: 700;
    text-transform: uppercase
}

.popup_list {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 38px;
    padding-left: 16px;
    list-style: disc
}

.popup__container .modal-close {
    z-index: 2;
    top: 20px;
    right: 40px
}

.popup__placement {
    position: relative;
    margin: 30px 0;
    display: flex;
    justify-content: flex-end
}

.micromodal-slide[aria-hidden=false] .popup__container {
    position: relative;
    animation: .2s cubic-bezier(0,0,.2,1) slideIn
}

@keyframes slideIn {
    from {
        transform: translate(-30%,30%) scale(.7);
        opacity: .1
    }

    to {
        transform: translate(0,0) scale(1);
        opacity: 1
    }
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/Poppins-Light.woff2) format("woff2")
}

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

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Poppins-Medium.woff2) format("woff2")
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/Poppins-SemiBold.woff2) format("woff2")
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Poppins-Bold.woff2) format("woff2")
}

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

body,html {
    height: 100%;
    font-family: Poppins,sans-serif;
    line-height: 1.25;
    color: #fff;
    -webkit-tap-highlight-color: transparent
}

h1,h2,h3,h4,h5,h6,p,ul {
    margin: 0;
    padding: 0
}

ul {
    padding: 0;
    list-style: none
}

input[type=submit],input[type=text],textarea {
    -webkit-appearance: none
}

a,a:hover,a:link,a:visited {
    text-decoration: none
}

.main-title {
    font-weight: 500;
    font-size: 85px;
    text-transform: uppercase;
    color: #fff
}

.rounded-box,.rounded-box--black {
    max-width: 820px;
    padding: 33px 45px;
    background: #fff;
    color: #090909;
    border: 1px solid #090909;
    border-radius: 50px;
    font-weight: 500;
    font-size: 25px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase
}

.rounded-box--black {
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent
}

.button-outline,.button-outline--black {
    display: flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    outline: 0;
    line-height: 50px;
    padding: 0 25px;
    border-radius: 25px;
    border: 1px solid #fff;
    transition: .2s;
    cursor: pointer
}

.button-outline--black:after,.button-outline:after {
    content: "";
    display: block;
    height: 25px;
    width: 35px;
    margin-left: 6px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAZCAYAAAC7OJeSAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGTSURBVHgBvVeLTcMwEH1BHSAjmAnIBoQJ6AYtE9ANCBPABgkTMELLBJQJkg3CBuGdepGitnL8C096itrznV/O9p2TIQGGYTB8bMiSNErBL3kkf8gmy7IjloKIIPdkT76TaxU22nOyVFurYw1Sg0GfVUQlkzr6bFXUC1JBgpHfIW+p2fwka8RiIsQpG5Y4TZSgSZoNIqH7SV5qhxCokBKJoEvWe2dZsxK/zpdx5QBUPj7QY1kiALZlpa2Q7MAjWO7lcOlvPc5qL1ZwQ4FTJQ3FAymZBavw6xX7l8zhKsaQHQJBAR2F2AR1Mkc2iPX/cSsCxx/jBl7xz2zOU04SH/cc+oRA6Cbekx9TIVPcwA3SfQ0CcSakujLkTudwCpbiNFUWu1TiAh4Bl6ozUoVbeAbciSAkhjbMN1+nfKHeFNZ49dbWxl4fJvHa4K6tAapE95larqOIhQoKSq8utxyGBqkwEbTx8NmOl3ekhm7ARkXVuqfMmb3Uq2o/Vx5mW4GrKD4eyTVOHX7cT+N3k3TlA6vvwRbnD1+ZvAZtOUyyAAAAAElFTkSuQmCC);
    background-size: contain;
    transition: .2s
}

.button-outline--black:hover,.button-outline:hover {
    background: #fff;
    color: #090909
}

.button-outline--black:hover:after,.button-outline:hover:after {
    filter: invert(1)
}

.button-outline--black {
    background: 0 0;
    border: 1px solid #090909;
    color: #090909
}

.button-outline--black:after {
    filter: invert(1)
}

.button-outline--black:hover {
    background: #090909;
    color: #fff
}

.button-outline--black:hover:after {
    filter: none
}

.button-fluid,.button-fluid--black {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-min-content;
    width: min-content;
    height: 50px;
    padding: 10px 20px 10px 60px;
    background: 0 0;
    border: none;
    color: #fff;
    white-space: nowrap;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    transition: .2s ease-in-out;
    cursor: pointer
}

.button-fluid--black:before,.button-fluid:before {
    content: "";
    position: absolute;
    left: 0;
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-image: url(../img/arrow.svg);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: center;
    transition: .2s ease-in-out
}

.button-fluid--black:after,.button-fluid:after {
    content: "";
    position: absolute;
    left: 0;
    z-index: -1;
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 25px;
    border: 1px solid #fff;
    transition: .2s ease-in-out
}

.button-fluid--black:active,.button-fluid--black:hover,.button-fluid:active,.button-fluid:hover {
    padding: 10px 40px;
    color: #090909
}

.button-fluid--black:active:before,.button-fluid--black:hover:before,.button-fluid:active:before,.button-fluid:hover:before {
    width: 0;
    left: 0
}

.button-fluid--black:active:after,.button-fluid--black:hover:after,.button-fluid:active:after,.button-fluid:hover:after {
    left: 0;
    width: 100%;
    background: #fff
}

.button-fluid--black {
    color: #090909
}

.button-fluid--black:after {
    border-color: #090909
}

.button-fluid--black:before {
    filter: invert(1)
}

.button-fluid--black:hover {
    color: #fff
}

.button-fluid--black:hover:after {
    background: #090909
}

.popup-button {
    position: relative;
    width: -moz-min-content;
    width: min-content;
    white-space: nowrap;
    background: 0 0;
    border: none;
    text-align: left;
    font-weight: 500;
    font-size: 18px;
    color: #090909;
    text-transform: uppercase;
    cursor: pointer
}

.popup-button:after {
    content: "";
    position: absolute;
    top: -15px;
    right: -25px;
    display: block;
    width: 28px;
    height: 25px;
    background: url("../img/dialog.svg");
    transition: .2s cubic-bezier(.9,0,.8,.8)
}

.popup-button:hover:after {
    top: -20px;
    transform: scale(1.2)
}

.big-title {
    font-weight: 500;
    font-size: 90px;
    text-transform: uppercase
}

.lets-build {
    display: flex;
    align-items: center;
    gap: 25px;
    width: -moz-max-content;
    width: max-content;
    font-weight: 500;
    font-size: 25px;
    text-transform: uppercase;
    cursor: pointer
}

.lets-build span {
    flex: 48px 0 0;
    display: flex;
    align-items: center;
    width: 48px;
    height: 24px;
    border: 1px solid #fff;
    border-radius: 16px
}

.lets-build span:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin: 2px;
    border-radius: 10px;
    background-color: #cacaca;
    transition: margin-left .2s ease-in-out
}

.lets-build.active span:before,.lets-build:hover span:before {
    margin-left: 24px;
    background-color: #66ae1c
}

.header {
    position: absolute;
    z-index: 20;
    width: 100%
}

.header__wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 90px;
    margin-top: 45px;
    height: 88px
}

.header .header__logo {
    position: relative;
    z-index: 2200;
    min-width: 70px;
    min-height: 76px;
    width: 70px;
    height: 76px
}

.header__menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.header__menu .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    text-transform: uppercase
}

.header__menu-item {
    padding: 40px 0;
    cursor: pointer
}

.header__menu-item:after {
    content: "";
    display: block;
    background-color: currentColor;
    width: 100%;
    height: 1px;
    transition: transform .3s;
    transform: scaleX(0);
    transform-origin: right
}

.header__menu-item:hover:after {
    transform: scaleX(1);
    transform-origin: left
}

.burger {
    position: relative;
    z-index: 2000;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 70px;
    height: 70px;
    border: 1px solid #090909;
    border-radius: 35px;
    color: #090909;
    background: rgba(255,255,255,.6);
    transition: .2s cubic-bezier(.9,0,.8,.8);
    cursor: pointer
}

.burger .burger-lines {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    width: 68px;
    height: 68px;
    border-radius: 35px;
    transition: .2s cubic-bezier(.9,0,.8,.8)
}

.burger span {
    display: block;
    width: 32px;
    height: 2px;
    background-color: #090909;
    transition: transform .2s
}

.burger .burger-menu {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    display: flex;
    flex-direction: column;
    gap: 35px;
    width: 0;
    height: 0;
    padding-left: 25px;
    overflow: hidden;
    transition: opacity .2s .2s
}

.burger .burger-menu li {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase
}

.burger .burger-menu li.active {
    color: #0c6dd3
}

.burger.open {
    position: absolute;
    top: 0;
    right: 0;
    align-items: flex-start;
    width: 320px;
    height: 350px;
    padding: 20px;
    border: 1px solid #090909;
    background-color: #fff;
    background-image: url(../img/menu-lines.png);
    background-size: 70%;
    background-position: right bottom;
    background-repeat: no-repeat
}

.burger.open .burger-menu {
    position: static;
    width: auto;
    height: auto;
    opacity: 1;
    visibility: visible
}

.burger.open .burger-lines {
    top: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
    border: 1px solid #090909;
    border-radius: 17px
}

.burger.open span {
    width: 20px;
    height: 1px;
    background-color: #090909;
    transform: rotate(-45deg) translate(2px,-2px)
}

.burger.open span.top {
    transform: rotate(45deg) translate(3px,3px)
}

.burger.open span.bottom {
    display: none
}

.burger.fixed-burger {
    position: fixed;
    display: flex;
    top: 50px;
    right: 50px
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #090909;
    border-radius: 50%;
    cursor: pointer
}

.modal-close:after,.modal-close:before {
    content: "";
    position: absolute;
    top: 18px;
    left: 10px;
    display: block;
    width: 20px;
    height: 2px;
    background: #090909;
    transform: rotate(45deg)
}

.modal-close:after {
    transform: rotate(-45deg)
}

.modal__contacts {
    position: relative;
    width: 580px;
    height: 600px;
    border: 1px solid #090909;
    border-radius: 45px;
    background-color: #fff;
    color: #090909;
    background-image: url(../img/contacts-bg.svg);
    background-size: cover
}

.modal__contacts .contacts__wrapper {
    padding: 115px;
    height: inherit
}

.modal__contacts h3 {
    font-weight: 500;
    font-size: 25px;
    line-height: 36px;
    text-transform: uppercase;
    text-align: center
}

.modal__contacts .modal__phone {
    margin: 30px auto;
    font-size: 20px;
    text-align: center
}

.modal__contacts .button-outline--black {
    margin: 30px auto
}

.modal__request-form {
    position: relative;
    width: 580px;
    height: 600px;
    border: 1px solid #090909;
    border-radius: 45px;
    background-color: #fff;
    background-image: url(../../../img/menu-lines.png);
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: bottom right;
    color: #090909
}

.form__wrapper {
    padding: 40px 80px;
    height: inherit
}

.form__heading {
    font-weight: 500;
    font-size: 25px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase
}

.form__row {
    display: flex;
    gap: 10px;
    margin-top: 40px;
    margin-bottom: 16px
}

.form__label {
    position: relative;
    display: block
}

.form__label span {
    position: absolute;
    top: 6px;
    left: 12px;
    font-size: 10px;
    text-transform: uppercase;
    color: #777
}

.form__input {
    width: 100%;
    height: 48px;
    padding: 18px 8px 4px;
    border: 1px solid #090909;
    border-radius: 12px;
    font-size: 14px
}

.form__input::-moz-placeholder {
    padding-left: 12px
}

.form__input::placeholder {
    padding-left: 12px
}

.form__textarea {
    width: 100%;
    height: 250px;
    padding: 20px 8px 8px;
    border: 1px solid #090909;
    border-radius: 12px
}

.form__textarea::-moz-placeholder {
    padding-top: 5px;
    padding-left: 12px
}

.form__textarea::placeholder {
    padding-top: 5px;
    padding-left: 12px
}

.button-outline--black {
    background-color: #fff;
    margin-top: 10px;
    margin-left: auto
}

.form__checkbox {
    display: grid;
    grid-template-columns: 1em auto;
    align-items: center;
    gap: .5em;
    margin-top: 12px;
    font-size: 14px;
    cursor: pointer
}

.form__checkbox input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: .15em solid currentColor;
    border-radius: .15em;
    transform: translateY(-.075em);
    display: grid;
    place-content: center
}

.form__checkbox input[type=checkbox]::before {
    content: "";
    width: .65em;
    height: .65em;
    -webkit-clip-path: polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0,43% 62%);
    clip-path: polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0,43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: transform 120ms ease-in-out;
    box-shadow: inset 1em 1em #090909
}

.form__checkbox input[type=checkbox]:checked::before {
    transform: scale(1)
}

.footer {
    position: relative;
    padding-top: 128px;
    padding-bottom: 100px;
    color: #090909;
    overflow: hidden
}

.footer .footer__wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    row-gap: 50px
}

.footer .footer__logo {
    grid-column-start: span 3;
    width: 67px;
    height: 67px
}

.footer .footer__menu {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase
}

.footer .footer__menu:before {
    content: "";
    position: absolute;
    top: -500px;
    left: -550px;
    z-index: -1;
    display: block;
    width: 1100px;
    height: 1250px;
    overflow: visible;
    background-image: url(../img/vector-circ.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(15deg)
}

.footer .footer__menu li {
    margin-bottom: 22px;
    cursor: pointer
}

.footer .footer__menu .button-fluid--black {
    margin-top: 60px
}

.footer .footer__address {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 16px;
    line-height: 30px
}

.footer .footer__email {
    font-size: 16px;
    margin-top: 60px
}

.footer .footer__img {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    font-size: 14px;
    line-height: 21px;
    text-align: right;
    text-transform: uppercase
}

.sub-footer {
    width: 100%;
    padding: 38px 0;
    color: #fff;
    background-color: #090909;
    font-size: 16px;
    line-height: 21px;
    text-align: right;
    text-transform: uppercase
}

.home {
    background-color: #090909
}

.home__top-block {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    min-height: 800px;
    padding-top: 220px;
    background-image: url(../img/home-top.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom
}

.home__heading {
    position: relative;
    display: flex;
    justify-content: space-between
}

.home__heading span {
    display: block
}

.home__heading .main-title {
    max-width: 769px
}

.home__heading p {
    max-width: 340px;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase
}

.decor-vector {
    position: absolute;
    width: 1000px;
    height: 1000px;
    top: -720px;
    right: -360px;
    animation: 22s ease-in infinite alternate rollOut;
    will-change: transform
}

@keyframes rollOut {
    0% {
        transform: rotate(0) scale(1) translateX(0);
        opacity: 1
    }

    50% {
        transform: rotate(20deg) scale(1.12) translateX(40px)
    }

    100% {
        transform: rotate(-10deg) scale(.95) translateX(0);
        opacity: .5
    }
}

.about {
    padding-top: 110px;
    padding-bottom: 330px;
    overflow: hidden
}

.about .container {
    overflow: visible
}

.about__title {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase
}

.about .what-and-why {
    display: flex;
    justify-content: center;
    gap: 45px;
    margin-top: 280px
}

.about .what-and-why .title {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: end;
    align-items: center
}

.about .what-and-why .title .funnel {
    position: absolute;
    top: -150px;
    left: -200px;
    z-index: -1;
    width: 900px;
    height: 100%
}

.about .what-and-why .title p {
    padding: 20px 32px;
    font-weight: 500;
    font-size: 52px;
    background: #090909;
    text-transform: uppercase;
    white-space: nowrap
}

.about .we-texts {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding: 30px;
    max-width: 600px;
    font-size: 17px
}

.about .we-texts p {
    max-width: 250px
}

.about .we-texts span {
    text-transform: uppercase;
    font-weight: 700
}

.service__heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40vw;
    min-height: 320px;
    background: url(../img/home-service.webp) center no-repeat;
    background-size: cover;
    text-align: center
}

.directions {
    padding: 120px 0;
    background: #fff;
    color: #090909
}

.team {
    padding-top: 125px;
    padding-bottom: 125px
}

.team__wrapper {
    display: grid;
    grid-template-columns: 60% 40%;
    row-gap: 60px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.team .team__text {
    padding-top: 50px;
    font-size: 25px;
    line-height: 36px
}

.team .team__img {
    order: 3
}

.team .team__box {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.team .team__list {
    display: grid;
    grid-template-columns: 350px 350px;
    grid-template-rows: 100px 220px;
    gap: 20px;
    counter-reset: section
}

.team .team__list li {
    display: flex;
    align-items: center;
    gap: 25px;
    font-size: 17px;
    line-height: 1.4
}

.team .team__list li span {
    font-weight: 700;
    text-transform: uppercase
}

.team .team__list li:before {
    counter-increment: section;
    content: counter(section);
    font-size: 90px;
    font-weight: 500
}

#popup_lets-build {
    z-index: 1
}

#popup_lets-build .popup__container {
    animation: .2s cubic-bezier(0,0,.2,1) slideDown
}

#popup_lets-build .popup__lets-build {
    max-width: 310px;
    margin: 0 auto;
    padding: 40px;
    color: #090909;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    border-radius: 19px
}

@keyframes slideDown {
    from {
        transform: translate(0,-30%) scale(.7);
        opacity: .1
    }

    to {
        transform: translate(0,0) scale(1);
        opacity: 1
    }
}

.design {
    background-color: #090909
}

.design .heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 650px;
    padding-top: 100px;
    background-image: url(../img/design-green-circle.svg?777);
    background-repeat: no-repeat;
    background-size: 1100px;
    background-position-x: calc(50% + 310px);
    background-position-y: -50%
}

.design .heading .button-fluid,.design .heading .button-fluid--black {
    margin-top: 30px
}

.design .blinchiki {
    width: 100%;
    height: 780px;
    background-image: url(../img/design-blinchiki.webp);
    background-repeat: no-repeat;
    background-size: 1920px;
    background-position: center
}

.design .block-with-circle {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    text-align: center
}

.design .block-with-circle .container {
    position: relative
}

.design .block-with-circle .rounded-box,.design .block-with-circle .rounded-box--black {
    margin: 0 auto
}

.circle-with-wave {
    position: absolute;
    z-index: 0;
    top: 80px;
    right: -450px;
    width: 700px
}

.circle-with-wave:nth-child(2) {
    right: auto;
    left: -450px;
    transform: scale(-1,1)
}

.typed-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: -moz-min-content;
    width: min-content;
    margin: 0 auto 80px;
    font-size: 55px;
    line-height: 60px;
    font-weight: 500;
    text-transform: uppercase
}

.typed-out {
    overflow: hidden;
    white-space: nowrap;
    max-width: -moz-fit-content;
    max-width: fit-content
}

@keyframes typing {
    0% {
        width: 0;
        border-right: 2px solid #fff
    }

    99% {
        width: 100%;
        border-right: 2px solid #fff
    }

    100% {
        width: 100%;
        border: none
    }
}

[data-aos=example-anim1] {
    display: none;
    opacity: 0
}

[data-aos=example-anim1].aos-animate {
    display: flex;
    opacity: 1
}

.design-services {
    padding: 90px 0;
    color: #090909;
    background-color: #fff
}

.design-services .main-title {
    margin-bottom: 100px;
    color: #090909
}

.design-services .accordion-body {
    height: 600px
}

.design-services .accordion-body .list {
    margin: 32px 0
}

.design-services .popup-button {
    max-width: 200px;
    width: auto;
    white-space: normal
}

.design-wow {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 800px;
    background-image: url(../img/design-wow.webp);
    background-size: cover;
    background-position: center
}

.design-wow .main-title {
    max-width: 600px;
    font-size: 55px;
    line-height: 61px;
    font-weight: 500
}

.why-we {
    padding: 120px 0;
    color: #090909;
    background-color: #fff;
    overflow: hidden
}

.why-we .box {
    display: flex;
    justify-content: space-between
}

.why-we .box .popup-button {
    position: relative;
    height: -moz-min-content;
    height: min-content
}

.why-we .box .popup-button:before {
    content: "";
    position: absolute;
    top: -200px;
    left: -160px;
    width: 560px;
    height: 400px;
    background-image: url(../img/design_circle.svg);
    background-position: center;
    background-size: 900px
}

.why-we .box p {
    position: relative;
    max-width: 600px;
    font-size: 25px;
    line-height: 36px;
    font-weight: 500;
    text-transform: uppercase
}

.why-we #popup_answer .modal-close {
    top: 40px
}

.why-we #popup_answer .popup__answer p.text {
    max-width: 60%;
    margin: 0 auto;
    padding: 35px 0;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 142.5%
}

.why-we__title {
    position: relative;
    z-index: 1;
    margin-bottom: 140px;
    font-size: 150px;
    line-height: 127px;
    font-weight: 500;
    text-transform: uppercase
}

.why-we__title span {
    display: inline-block;
    margin-bottom: -10px;
    font-size: 90px;
    line-height: 99px;
    font-weight: 500
}

.keep-calm {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 150px 0;
    background: url(../img/design-keep-calm-bg.webp) center no-repeat;
    background-size: cover;
    text-align: center
}

.keep-calm h3 {
    color: #b2b2b2;
    font-weight: 500;
    font-size: 90px
}

.keep-calm h3 span {
    color: #fff
}

.design-process {
    display: flex;
    padding: 120px 0;
    color: #090909;
    background: #fff
}

.design-process .strengths__heading {
    max-width: 640px
}

.design__bubbles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.design__bubbles .bubble {
    display: flex;
    flex-direction: column;
    align-items: center
}

.design__bubbles h3 {
    font-weight: 500;
    font-size: 25px
}

.design__bubbles p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-transform: none
}

.popup__design-process {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    min-height: 350px
}

.popup__design-process img {
    grid-column-start: span 2;
    width: 80%
}

.popup__brand {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

.popup__brand .popup__header {
    grid-column-start: span 2
}

.popup__logo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

.popup__logo .popup__list {
    grid-column-start: span 2;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px
}

.popup__logo .popup__list li {
    padding-left: 8px
}

.popup__logo .popup__list li::marker {
    content: counter(list-item);
    font-weight: 500;
    font-size: 24px;
    line-height: 140%
}

.popup__socprod {
    align-items: center
}

.popup__socprod img {
    max-width: 250px
}

.development__top-block {
    position: relative;
    height: 860px;
    padding-top: 350px;
    text-align: center;
    background-color: #090909;
    overflow: hidden
}

.development__top-block:before {
    content: "";
    position: absolute;
    top: -580px;
    left: -420px;
    z-index: 0;
    display: block;
    width: 2852px;
    height: 2764px;
    background-image: url(../itdevelopment/img/dev-violet-circle.svg)
}

.development__top-block .container {
    position: relative
}

.development__top-block .button-fluid,.development__top-block .button-fluid--black {
    margin: 50px auto 30px
}

.development__top-img {
    height: 785px;
    background-image: url(../itdevelopment/img/dev-main-top.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.development__top-img .rounded-box,.development__top-img .rounded-box--black {
    position: relative;
    margin: -80px auto 0
}

.strengths {
    padding: 120px 0;
    color: #090909
}

.strengths__heading {
    margin-bottom: 80px;
    font-weight: 500;
    font-size: 55px;
    line-height: 60px;
    text-transform: uppercase
}

.strengths__bubbles {
    display: flex;
    justify-content: center
}

.bubble {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 350px;
    height: 350px;
    padding: 40px;
    margin-left: -30px;
    margin-bottom: -30px;
    font-weight: 500;
    font-size: 25px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    border: 1px dashed #090909;
    border-radius: 50%
}

.conversation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 700px;
    background-image: url(../itdevelopment/img/arrow-black.svg));
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.conversation h3 {
    max-width: 700px;
    text-align: center;
    font-size: 55px;
    font-weight: 500;
    line-height: 60px;
    text-transform: uppercase
}

.core-services {
    margin-bottom: 100px;
    color: #090909
}

.core-services .main-title {
    color: #090909;
    margin: 150px 0
}

.products-item {
    display: flex;
    justify-content: space-between;
    margin-top: 100px
}

.products-title {
    position: relative;
    max-width: 470px;
    font-size: 55px;
    font-weight: 500;
    line-height: 60px;
    text-transform: uppercase
}

.products-title:after {
    content: "";
    position: absolute;
    right: -120px;
    top: 14px;
    display: block;
    width: 112px;
    height: 24px;
    background-image: url(../itdevelopment/img/arrow-black.svg);
    background-size: contain
}

.products-description .feature-list {
    max-width: 620px;
    padding-left: 16px;
    font-size: 25px;
    font-weight: 500;
    line-height: 55px;
    text-transform: uppercase;
    list-style: disc
}

.frame-wrapper {
    width: 100%;
    overflow: hidden
}

.frame {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    width: 820px;
    height: 480px;
    margin-top: 50px;
    margin-left: calc(50% - 100px);
    padding: 100px 130px 25px;
    background-image: url(../itdevelopment/img/frame.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 820px
}

.frame .button-fluid--black {
    margin-left: auto
}

.list-in-frame {
    padding-left: 16px;
    font-size: 25px;
    font-weight: 500;
    line-height: 55px;
    text-transform: uppercase;
    list-style: disc
}

.technologies {
    background-color: #090909;
    overflow: hidden;
    padding: 120px 0
}

.technologies__title {
    display: flex;
    justify-content: space-between;
    padding-bottom: 120px
}

.technologies__title .main-title {
    max-width: 540px;
    font-size: 55px;
    z-index: 1
}

.technologies__title .some-text {
    position: relative;
    width: 50%
}

.technologies__title .some-text p {
    z-index: 12;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
    max-width: 300px;
    margin-top: 70px;
    line-height: 36px;
    font-weight: 500;
    font-size: 25px;
    text-transform: uppercase
}

.technologies__title .some-text p:after {
    content: "";
    position: absolute;
    top: -200%;
    right: -40%;
    display: block;
    width: 1000px;
    height: 725px;
    background-image: url(../img/lines-for-black.svg);
    background-repeat: no-repeat;
    background-size: 850px
}

.technologies__grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.5fr;
    margin-top: 80px
}

.technologies__cell {
    padding: 49px;
    text-transform: uppercase
}

.technologies__cell h3 {
    margin-bottom: 40px;
    font-size: 25px;
    line-height: 36px;
    font-weight: 500
}

.technologies__cell ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    -moz-column-gap: 20px;
    column-gap: 20px;
    max-height: 90px;
    padding-left: 1.5em;
    list-style: disc;
    font-size: 17px;
    line-height: 32px;
    font-weight: 300
}

.technologies__cell:nth-child(1) ul,.technologies__cell:nth-child(5) ul {
    max-height: 120px
}

.technologies__cell:nth-child(6) ul {
    max-height: 130px
}

.technologies__cell:last-child {
    grid-column-start: span 2;
    font-size: 55px;
    line-height: 61px;
    font-weight: 500
}

.technologies__cell:nth-child(2) {
    margin-bottom: -1px;
    border: 1px solid #b2b2b2;
    border-top: none
}

.technologies__cell:nth-child(4) {
    border: 1px solid #b2b2b2;
    border-left: none
}

.technologies__cell:nth-child(6) {
    border: 1px solid #b2b2b2;
    border-right: none
}

.technologies__cell:nth-child(8) {
    margin-top: -1px;
    border: 1px solid #b2b2b2;
    border-bottom: none;
    border-right: none
}

.development-cycle {
    padding: 140px 0;
    color: #090909
}

.development-cycle__bubbles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: disc
}

.development-cycle__bubbles .bubble {
    display: flex;
    flex-direction: column
}

.development-cycle__bubbles .bubble span {
    font-size: 40px
}

@media (min-width: 576px) {
    .container,.container-sm {
        max-width:540px
    }

    .col-sm {
        flex: 1 0 0%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-sm-0,.gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,.gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

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

    .g-sm-2,.gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2,.gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

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

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

    .g-sm-4,.gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,.gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,.gx-sm-5 {
        --bs-gutter-x: 3rem
    }

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

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

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

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

    .d-sm-grid {
        display: grid!important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-sm-5 {
        margin: 3rem!important
    }

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

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

    .mx-sm-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

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

    .mx-sm-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

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

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

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

    .my-sm-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

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

    .my-sm-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

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

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

    .my-sm-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-sm-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .p-sm-5 {
        padding: 3rem!important
    }

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

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

    .px-sm-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

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

    .px-sm-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-sm-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .py-sm-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

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

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

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

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

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

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

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

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

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

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

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

    .pe-sm-0 {
        padding-right: 0!important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-md {
        flex: 1 0 0%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-md-0,.gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,.gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

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

    .g-md-2,.gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2,.gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

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

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

    .g-md-4,.gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,.gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,.gx-md-5 {
        --bs-gutter-x: 3rem
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-md-5 {
        margin: 3rem!important
    }

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

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

    .mx-md-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

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

    .mx-md-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

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

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

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

    .my-md-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

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

    .my-md-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

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

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

    .my-md-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-md-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .p-md-5 {
        padding: 3rem!important
    }

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

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

    .px-md-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

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

    .px-md-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-md-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .py-md-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

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

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

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

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

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

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

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

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

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

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

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

    .pe-md-0 {
        padding-right: 0!important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg {
        flex: 1 0 0%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-lg-0,.gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,.gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

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

    .g-lg-2,.gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2,.gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

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

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

    .g-lg-4,.gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

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

    .g-lg-5,.gx-lg-5 {
        --bs-gutter-x: 3rem
    }

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

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

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

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

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

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

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

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

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

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

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

    .flex-lg-fill {
        flex: 1 1 auto!important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .mx-lg-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

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

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

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

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

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

    .my-lg-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

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

    .my-lg-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

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

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

    .my-lg-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-lg-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .px-lg-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

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

    .px-lg-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-lg-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .py-lg-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1140px
    }

    .col-xl {
        flex: 1 0 0%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-xl-0,.gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,.gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

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

    .g-xl-2,.gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2,.gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

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

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

    .g-xl-4,.gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,.gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,.gx-xl-5 {
        --bs-gutter-x: 3rem
    }

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

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

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

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

    .d-xl-grid {
        display: grid!important
    }

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

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

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

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

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

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

    .flex-xl-fill {
        flex: 1 1 auto!important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .mx-xl-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

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

    .mx-xl-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

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

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

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

    .my-xl-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

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

    .my-xl-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

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

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

    .my-xl-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-xl-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .mb-xl-1 {
        margin-bottom: .25rem!important
    }

    .mb-xl-2 {
        margin-bottom: .5rem!important
    }

    .mb-xl-3 {
        margin-bottom: 1rem!important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-xl-5 {
        margin-bottom: 3rem!important
    }

    .mb-xl-auto {
        margin-bottom: auto!important
    }

    .ms-xl-0 {
        margin-left: 0!important
    }

    .ms-xl-1 {
        margin-left: .25rem!important
    }

    .ms-xl-2 {
        margin-left: .5rem!important
    }

    .ms-xl-3 {
        margin-left: 1rem!important
    }

    .ms-xl-4 {
        margin-left: 1.5rem!important
    }

    .ms-xl-5 {
        margin-left: 3rem!important
    }

    .ms-xl-auto {
        margin-left: auto!important
    }

    .p-xl-0 {
        padding: 0!important
    }

    .p-xl-1 {
        padding: .25rem!important
    }

    .p-xl-2 {
        padding: .5rem!important
    }

    .p-xl-3 {
        padding: 1rem!important
    }

    .p-xl-4 {
        padding: 1.5rem!important
    }

    .p-xl-5 {
        padding: 3rem!important
    }

    .px-xl-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-xl-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-xl-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-xl-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-xl-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-xl-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .py-xl-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-xl-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-xl-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-xl-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-xl-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-xl-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .pt-xl-0 {
        padding-top: 0!important
    }

    .pt-xl-1 {
        padding-top: .25rem!important
    }

    .pt-xl-2 {
        padding-top: .5rem!important
    }

    .pt-xl-3 {
        padding-top: 1rem!important
    }

    .pt-xl-4 {
        padding-top: 1.5rem!important
    }

    .pt-xl-5 {
        padding-top: 3rem!important
    }

    .pe-xl-0 {
        padding-right: 0!important
    }

    .pe-xl-1 {
        padding-right: .25rem!important
    }

    .pe-xl-2 {
        padding-right: .5rem!important
    }

    .pe-xl-3 {
        padding-right: 1rem!important
    }

    .pe-xl-4 {
        padding-right: 1.5rem!important
    }

    .pe-xl-5 {
        padding-right: 3rem!important
    }

    .pb-xl-0 {
        padding-bottom: 0!important
    }

    .pb-xl-1 {
        padding-bottom: .25rem!important
    }

    .pb-xl-2 {
        padding-bottom: .5rem!important
    }

    .pb-xl-3 {
        padding-bottom: 1rem!important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-xl-5 {
        padding-bottom: 3rem!important
    }

    .ps-xl-0 {
        padding-left: 0!important
    }

    .ps-xl-1 {
        padding-left: .25rem!important
    }

    .ps-xl-2 {
        padding-left: .5rem!important
    }

    .ps-xl-3 {
        padding-left: 1rem!important
    }

    .ps-xl-4 {
        padding-left: 1.5rem!important
    }

    .ps-xl-5 {
        padding-left: 3rem!important
    }
}

@media (min-width: 1440px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        max-width:1380px
    }

    .col-xxl {
        flex: 1 0 0%
    }

    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0,.gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,.gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,.gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1,.gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2,.gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2,.gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3,.gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3,.gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4,.gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4,.gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5,.gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5,.gy-xxl-5 {
        --bs-gutter-y: 3rem
    }

    .d-xxl-inline {
        display: inline!important
    }

    .d-xxl-inline-block {
        display: inline-block!important
    }

    .d-xxl-block {
        display: block!important
    }

    .d-xxl-grid {
        display: grid!important
    }

    .d-xxl-table {
        display: table!important
    }

    .d-xxl-table-row {
        display: table-row!important
    }

    .d-xxl-table-cell {
        display: table-cell!important
    }

    .d-xxl-flex {
        display: flex!important
    }

    .d-xxl-inline-flex {
        display: inline-flex!important
    }

    .d-xxl-none {
        display: none!important
    }

    .flex-xxl-fill {
        flex: 1 1 auto!important
    }

    .flex-xxl-row {
        flex-direction: row!important
    }

    .flex-xxl-column {
        flex-direction: column!important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0!important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1!important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap!important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .justify-content-xxl-start {
        justify-content: flex-start!important
    }

    .justify-content-xxl-end {
        justify-content: flex-end!important
    }

    .justify-content-xxl-center {
        justify-content: center!important
    }

    .justify-content-xxl-between {
        justify-content: space-between!important
    }

    .justify-content-xxl-around {
        justify-content: space-around!important
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly!important
    }

    .align-items-xxl-start {
        align-items: flex-start!important
    }

    .align-items-xxl-end {
        align-items: flex-end!important
    }

    .align-items-xxl-center {
        align-items: center!important
    }

    .align-items-xxl-baseline {
        align-items: baseline!important
    }

    .align-items-xxl-stretch {
        align-items: stretch!important
    }

    .align-content-xxl-start {
        align-content: flex-start!important
    }

    .align-content-xxl-end {
        align-content: flex-end!important
    }

    .align-content-xxl-center {
        align-content: center!important
    }

    .align-content-xxl-between {
        align-content: space-between!important
    }

    .align-content-xxl-around {
        align-content: space-around!important
    }

    .align-content-xxl-stretch {
        align-content: stretch!important
    }

    .align-self-xxl-auto {
        align-self: auto!important
    }

    .align-self-xxl-start {
        align-self: flex-start!important
    }

    .align-self-xxl-end {
        align-self: flex-end!important
    }

    .align-self-xxl-center {
        align-self: center!important
    }

    .align-self-xxl-baseline {
        align-self: baseline!important
    }

    .align-self-xxl-stretch {
        align-self: stretch!important
    }

    .order-xxl-first {
        order: -1!important
    }

    .order-xxl-0 {
        order: 0!important
    }

    .order-xxl-1 {
        order: 1!important
    }

    .order-xxl-2 {
        order: 2!important
    }

    .order-xxl-3 {
        order: 3!important
    }

    .order-xxl-4 {
        order: 4!important
    }

    .order-xxl-5 {
        order: 5!important
    }

    .order-xxl-last {
        order: 6!important
    }

    .m-xxl-0 {
        margin: 0!important
    }

    .m-xxl-1 {
        margin: .25rem!important
    }

    .m-xxl-2 {
        margin: .5rem!important
    }

    .m-xxl-3 {
        margin: 1rem!important
    }

    .m-xxl-4 {
        margin: 1.5rem!important
    }

    .m-xxl-5 {
        margin: 3rem!important
    }

    .m-xxl-auto {
        margin: auto!important
    }

    .mx-xxl-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-xxl-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-xxl-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-xxl-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-xxl-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-xxl-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .mx-xxl-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }

    .my-xxl-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .my-xxl-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-xxl-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-xxl-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-xxl-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-xxl-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-xxl-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .mt-xxl-0 {
        margin-top: 0!important
    }

    .mt-xxl-1 {
        margin-top: .25rem!important
    }

    .mt-xxl-2 {
        margin-top: .5rem!important
    }

    .mt-xxl-3 {
        margin-top: 1rem!important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem!important
    }

    .mt-xxl-5 {
        margin-top: 3rem!important
    }

    .mt-xxl-auto {
        margin-top: auto!important
    }

    .me-xxl-0 {
        margin-right: 0!important
    }

    .me-xxl-1 {
        margin-right: .25rem!important
    }

    .me-xxl-2 {
        margin-right: .5rem!important
    }

    .me-xxl-3 {
        margin-right: 1rem!important
    }

    .me-xxl-4 {
        margin-right: 1.5rem!important
    }

    .me-xxl-5 {
        margin-right: 3rem!important
    }

    .me-xxl-auto {
        margin-right: auto!important
    }

    .mb-xxl-0 {
        margin-bottom: 0!important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem!important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem!important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem!important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem!important
    }

    .mb-xxl-auto {
        margin-bottom: auto!important
    }

    .ms-xxl-0 {
        margin-left: 0!important
    }

    .ms-xxl-1 {
        margin-left: .25rem!important
    }

    .ms-xxl-2 {
        margin-left: .5rem!important
    }

    .ms-xxl-3 {
        margin-left: 1rem!important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem!important
    }

    .ms-xxl-5 {
        margin-left: 3rem!important
    }

    .ms-xxl-auto {
        margin-left: auto!important
    }

    .p-xxl-0 {
        padding: 0!important
    }

    .p-xxl-1 {
        padding: .25rem!important
    }

    .p-xxl-2 {
        padding: .5rem!important
    }

    .p-xxl-3 {
        padding: 1rem!important
    }

    .p-xxl-4 {
        padding: 1.5rem!important
    }

    .p-xxl-5 {
        padding: 3rem!important
    }

    .px-xxl-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-xxl-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-xxl-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-xxl-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-xxl-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-xxl-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .py-xxl-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-xxl-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-xxl-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-xxl-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-xxl-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-xxl-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .pt-xxl-0 {
        padding-top: 0!important
    }

    .pt-xxl-1 {
        padding-top: .25rem!important
    }

    .pt-xxl-2 {
        padding-top: .5rem!important
    }

    .pt-xxl-3 {
        padding-top: 1rem!important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem!important
    }

    .pt-xxl-5 {
        padding-top: 3rem!important
    }

    .pe-xxl-0 {
        padding-right: 0!important
    }

    .pe-xxl-1 {
        padding-right: .25rem!important
    }

    .pe-xxl-2 {
        padding-right: .5rem!important
    }

    .pe-xxl-3 {
        padding-right: 1rem!important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem!important
    }

    .pe-xxl-5 {
        padding-right: 3rem!important
    }

    .pb-xxl-0 {
        padding-bottom: 0!important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem!important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem!important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem!important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem!important
    }

    .ps-xxl-0 {
        padding-left: 0!important
    }

    .ps-xxl-1 {
        padding-left: .25rem!important
    }

    .ps-xxl-2 {
        padding-left: .5rem!important
    }

    .ps-xxl-3 {
        padding-left: 1rem!important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem!important
    }

    .ps-xxl-5 {
        padding-left: 3rem!important
    }
}

@media only screen and (max-width: 1440px) {
    .accordion-img img {
        max-width:300px
    }

    .home__heading .main-title {
        max-width: 600px;
        font-size: 65px
    }

    .about .what-and-why {
        margin-top: 160px
    }

    .about .what-and-why .title .funnel {
        top: -40px
    }

    .about {
        padding-top: 120px;
        padding-bottom: 200px
    }

    .about .we-texts {
        flex-direction: column
    }

    .team {
        padding-top: 85px
    }

    .team .team__list {
        grid-template-columns: 320px 320px;
        grid-template-rows: 100px 200px
    }

    .popup__design-process {
        grid-template-columns: 1fr
    }

    .popup__design-process img {
        grid-column-start: auto;
        max-width: 100%!important
    }

    .development__top-block:before {
        top: -720px;
        left: -480px;
        width: 2852px;
        height: 2764px
    }

    .development-cycle__bubbles .bubble {
        width: 300px;
        height: 300px
    }

    .products-item {
        flex-direction: column
    }

    .products-title {
        max-width: none;
        margin-bottom: 12px;
        font-size: 45px;
        line-height: 48px
    }

    .products-title:after {
        content: none
    }

    .products-description .feature-list {
        font-size: 22px;
        line-height: 32px
    }

    .list-in-frame {
        font-size: 21px;
        line-height: 45px
    }

    .technologies__title .some-text p:after {
        right: -55%
    }
}

@media only screen and (max-width: 1199.9px) {
    .accordion-img img {
        max-width:250px
    }

    .decor-vector {
        width: 800px;
        height: 800px;
        top: -550px;
        right: -240px
    }

    .team .team__list {
        grid-template-columns: repeat(2,1fr);
        grid-template-rows: 150px 200px
    }

    .circle-with-wave {
        width: 650px
    }

    .popup__logo .popup__list {
        grid-template-columns: 1fr 1fr
    }

    .development__top-block {
        padding-top: 300px
    }

    .development__top-block:before {
        top: -750px;
        left: -550px
    }

    .strengths__bubbles {
        flex-wrap: wrap;
        padding: 0 90px
    }

    .development-cycle__bubbles .bubble {
        width: 350px;
        height: 350px
    }

    .technologies__title .some-text p:after {
        right: -95%
    }

    .frame .button-fluid--black {
        margin-left: 20px
    }
}

@media only screen and (max-width: 991.9px) {
    .accordion-img {
        flex-direction:column;
        justify-content: flex-start
    }

    .accordion-img img {
        max-width: 240px
    }

    .popup__placement {
        justify-content: center
    }

    .popup__container .modal-close {
        top: 10px;
        right: 20px
    }

    .popup__wrapper {
        margin: 5px;
        padding: 20px;
        border-radius: 24px;
        font-size: 12px
    }

    .popup_list {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .popup__header {
        font-size: 14px
    }

    .popup__text-bold {
        margin: 12px 0;
        font-size: 12px
    }

    .rounded-box,.rounded-box--black {
        padding: 30px;
        font-size: 20px;
        line-height: 26px
    }

    .big-title {
        font-size: 55px
    }

    .burger {
        display: flex
    }

    .header__menu {
        display: none
    }

    .footer .footer__wrapper {
        grid-template-columns: 1fr 1fr 1fr;
        -moz-column-gap: 20px;
        column-gap: 20px
    }

    .home__top-block {
        padding-top: 180px
    }

    .home__heading {
        flex-direction: column;
        gap: 20px
    }

    .decor-vector {
        width: 700px;
        height: 700px;
        top: -560px;
        right: -300px
    }

    .about .what-and-why {
        flex-direction: column;
        align-items: center;
        margin-top: 120px
    }

    .about .what-and-why .title .funnel {
        top: -180px;
        left: calc(50% - 400px);
        width: 750px
    }

    .about {
        padding-top: 80px;
        padding-bottom: 60px
    }

    .about .we-texts {
        padding-top: 200px;
        flex-direction: row;
        justify-content: center
    }

    .team .big-title,.team .team__box {
        grid-column-start: span 2
    }

    .team .team__text {
        padding-top: 0
    }

    .team .team__img {
        order: 0
    }

    .design .heading {
        height: 420px;
        background-size: 650px;
        background-position-x: 50%
    }

    .design .heading .main-title {
        text-align: center;
        font-size: 50px
    }

    .design .blinchiki {
        display: none
    }

    .circle-with-wave {
        width: 600px;
        right: -400px
    }

    .circle-with-wave:nth-child(2) {
        left: -400px
    }

    .typed-text {
        font-size: 35px;
        line-height: 42px
    }

    .popup__brand {
        grid-template-columns: 1fr
    }

    .popup__brand .popup__header {
        grid-column-start: auto
    }

    .popup__logo {
        grid-template-columns: 1fr
    }

    .popup__logo .popup__list {
        grid-column-start: auto;
        grid-template-columns: 1fr
    }

    .why-we .box {
        flex-direction: column;
        gap: 100px
    }

    .development__top-block {
        padding-top: 250px
    }

    .development__top-block .main-title {
        font-size: 65px
    }

    .development__top-block:before {
        top: -510px;
        left: -450px;
        width: 2200px;
        height: 2100px;
        background-size: cover
    }

    .development__top-img .rounded-box,.development__top-img .rounded-box--black {
        max-width: 630px
    }

    .products-title {
        font-size: 36px;
        line-height: 40px
    }

    .products-title:after {
        content: none
    }

    .products-description .feature-list {
        font-size: 16px;
        line-height: 24px
    }

    .technologies__grid {
        grid-template-columns: 1fr
    }

    .technologies__cell {
        grid-column-start: auto!important;
        padding: 24px 0;
        border: none!important
    }

    .technologies__cell:not(:last-child) {
        border-bottom: 1px solid #cacaca!important
    }

    .technologies__cell h3 {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 30px
    }

    .technologies__cell p {
        font-size: 30px;
        line-height: 35px
    }

    .technologies__title {
        padding-bottom: 0
    }

    .technologies__title .some-text {
        display: none
    }
}

@media only screen and (max-width: 767.9px) {
    .accordion-button {
        font-size:35px
    }

    .accordion-button:after {
        width: 50px;
        height: 30px;
        background-size: 80%
    }

    .accordion-body {
        flex-wrap: nowrap;
        gap: 25px;
        height: auto!important;
        padding-top: 35px;
        padding-bottom: 25px
    }

    .accordion-body .list {
        margin: 15px 0 25px
    }

    .accordion-body .accordion-img {
        order: 3;
        width: auto;
        max-height: none;
        flex-direction: row;
        justify-content: flex-start
    }

    .accordion-body .accordion-img img {
        max-width: calc(50% - 13px)
    }

    .accordion-body .popup-button {
        order: 4
    }

    .accordion-body .accordion-anchor {
        order: 5
    }

    .footer {
        padding-top: 68px;
        padding-bottom: 60px
    }

    .footer .footer__wrapper {
        grid-template-columns: 1fr
    }

    .footer .footer__logo {
        grid-column-start: auto;
        order: 3
    }

    .footer .footer__menu {
        order: 4
    }

    .footer .footer__menu:before {
        top: -377px;
        left: -471px;
        width: 1007px;
        height: 1027px
    }

    .footer .footer__img {
        order: 2;
        text-align: left
    }

    .footer .footer__address {
        order: 1
    }

    .footer .footer__email {
        margin-top: 20px
    }

    .home__heading {
        align-items: center;
        text-align: center
    }

    .home__heading .main-title {
        font-size: 40px
    }

    .decor-vector {
        width: 520px;
        height: 520px;
        top: -470px;
        right: -300px
    }

    .about .what-and-why {
        margin-top: 200px
    }

    .about .what-and-why .title p {
        font-size: 42px
    }

    .about .what-and-why .title:before {
        left: -20vw;
        width: 110vw;
        height: 500px
    }

    .circle-with-wave {
        width: 360px;
        right: -240px
    }

    .circle-with-wave:nth-child(2) {
        left: -240px
    }

    .design-wow {
        height: 500px
    }

    .design-wow .main-title {
        font-size: 38px;
        line-height: 40px
    }

    .why-we {
        padding: 80px 0
    }

    .why-we .why-we__title {
        font-size: 100px;
        line-height: 100px
    }

    .why-we .why-we__title span {
        font-size: 40px;
        line-height: 45px
    }

    .why-we .box {
        flex-direction: column;
        gap: 30px
    }

    .why-we .box .popup-button:before {
        background-size: 700px
    }

    .why-we .box p {
        position: relative;
        z-index: 1;
        margin-top: 40px;
        font-size: 20px;
        line-height: 25px
    }

    .keep-calm {
        padding: 70px 0
    }

    .keep-calm h3 {
        font-size: 50px
    }

    .keep-calm .lets-build {
        gap: 15px;
        width: 220px;
        font-size: 15px
    }

    .design-process {
        padding: 60px 0
    }

    .strengths__heading {
        margin-bottom: 30px;
        font-size: 30px;
        line-height: 38px
    }
}

@media only screen and (max-width: 575.9px) {
    .accordion-button {
        font-size:23px;
        line-height: 35px
    }

    .accordion-button:after {
        right: -12px
    }

    .main-title {
        font-size: 45px
    }

    .rounded-box,.rounded-box--black {
        padding: 25px;
        font-size: 16px;
        line-height: 26px
    }

    .big-title {
        font-size: 35px
    }

    .burger.fixed-burger {
        top: 20px;
        right: 20px
    }

    .burger.open {
        position: fixed;
        top: 0;
        right: 0;
        padding-top: 50px;
        width: 100vw;
        height: 100vh;
        border-radius: 0;
        border-color: #fff
    }

    .burger .burger-menu li {
        font-size: 28px;
        line-height: 32px
    }

    .modal__contacts {
        width: 100%;
        height: auto
    }

    .modal__contacts .contacts__wrapper {
        padding: 45px 25px
    }

    .modal__request-form {
        width: 100%;
        height: auto
    }

    .form__heading {
        font-size: 16px
    }

    .form__row {
        flex-direction: column;
        margin-top: 20px
    }

    .form__wrapper {
        padding: 35px 20px 25px
    }

    .form__input {
        width: 100%
    }

    .form__textarea {
        height: 130px
    }

    .about .what-and-why {
        margin-top: 150px
    }

    .about .what-and-why .title p {
        padding: 8px;
        font-size: 24px
    }

    .about .what-and-why .title .funnel {
        top: -100px;
        left: calc(50% - 220px);
        width: 400px
    }

    .about__title {
        text-align: center
    }

    .about .we-texts {
        padding-top: 120px
    }

    .team {
        padding-top: 45px
    }

    .team .team__wrapper {
        grid-template-columns: 1fr;
        row-gap: 20px
    }

    .team .team__wrapper .lets-build {
        justify-content: space-between;
        width: auto;
        gap: 5px;
        font-size: 20px
    }

    .team .team__text {
        font-weight: 700;
        font-size: 17px;
        line-height: 24px
    }

    .team .team__list {
        grid-template-columns: 1fr;
        grid-template-rows: auto
    }

    .team .team__list li {
        display: flex;
        align-items: center;
        gap: 15px
    }

    .team .team__list li:before {
        min-width: 32px;
        text-align: center;
        font-size: 55px
    }

    .team .big-title,.team .team__box {
        grid-column-start: auto
    }

    .design .block-with-circle {
        padding: 60px 0
    }

    .typed-text {
        font-size: 20px;
        line-height: 40px
    }

    .why-we #popup_answer .popup__answer p.text {
        max-width: none
    }

    .why-we #popup_answer .modal-close {
        top: 20px
    }

    .development__top-block {
        height: 760px;
        padding-top: 200px
    }

    .development__top-block .main-title {
        font-size: 42px
    }

    .development__top-block:before {
        top: -600px;
        left: -550px;
        width: 1400px;
        height: 1900px;
        background-size: cover
    }

    .development__top-img {
        height: 400px
    }

    .development__top-img .rounded-box,.development__top-img .rounded-box--black {
        max-width: 270px;
        margin: -100px auto 0;
        font-size: 13px;
        line-height: 15px
    }

    .strengths__bubbles {
        padding: 0
    }

    .bubble {
        width: 270px;
        height: 270px;
        margin-left: 0
    }

    .conversation {
        height: 400px
    }

    .conversation h3 {
        font-size: 35px;
        line-height: 40px
    }

    .core-services .main-title {
        margin: 55px 0
    }

    .products-item {
        margin-top: 30px
    }

    .products-title {
        font-size: 20px;
        line-height: 24px
    }

    .products-description .feature-list {
        margin-top: 20px;
        font-size: 14px;
        line-height: 24px
    }

    .frame {
        width: 550px;
        height: 300px;
        padding-left: 50px;
        margin-left: 20px;
        background-size: 550px
    }

    .frame .button-fluid--black {
        margin-left: 20px
    }

    .list-in-frame {
        max-width: 250px;
        font-size: 16px;
        line-height: 22px
    }

    .technologies {
        padding: 50px 0
    }

    .technologies__title {
        flex-direction: column;
        padding-bottom: 0
    }

    .technologies__title .main-title {
        font-size: 35px
    }

    .technologies__title .some-text {
        display: none
    }

    .technologies__grid {
        margin-top: 20px
    }

    .technologies__cell {
        grid-column-start: auto!important;
        padding: 24px 0;
        border: none!important
    }

    .technologies__cell:not(:last-child) {
        border-bottom: 1px solid #cacaca!important
    }

    .technologies__cell h3 {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 30px
    }

    .technologies__cell p {
        font-size: 30px;
        line-height: 35px
    }

    .development-cycle {
        padding: 50px 0
    }
}

@media print {
    .d-print-inline {
        display: inline!important
    }

    .d-print-inline-block {
        display: inline-block!important
    }

    .d-print-block {
        display: block!important
    }

    .d-print-grid {
        display: grid!important
    }

    .d-print-table {
        display: table!important
    }

    .d-print-table-row {
        display: table-row!important
    }

    .d-print-table-cell {
        display: table-cell!important
    }

    .d-print-flex {
        display: flex!important
    }

    .d-print-inline-flex {
        display: inline-flex!important
    }

    .d-print-none {
        display: none!important
    }
}
