*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

ol[class]:not(.default), ul[class]:not(.default) {
    padding: 0
}

blockquote, body, dd, dl, figcaption, figure, h1, h2, h3, h4, li, ol[class]:not(.default), p, ul[class]:not(.default) {
    margin: 0
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5
}

ol[class]:not(.default), ul[class]:not(.default) {
    list-style: none
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

a, a:active, a:focus, a:hover, a:link, a:visited {
    text-decoration: none !important;
    color: #000
}

img {
    max-width: 100%;
    display: block
}

article > * + * {
    margin-top: 1em
}

button, input, select, textarea {
    font: inherit
}

.fw-600 {
    font-weight: 600 !important
}

.gray {
    color: #737373
}

.bold {
    font-weight: 700
}

.accent {
    color: #f7ec1a !important
}

.accent-sec {
    color: #292929 !important
}

.regular {
    font-weight: 400 !important
}

.d-xs {
    color: var(--gray-true-100, #f5f5f5);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px
}

.d-2xl {
    font-family: Inter;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 90px;
    letter-spacing: -1.44px
}

.text-xl {
    color: #d6d6d6;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px
}

.text-md {
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.f-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.g-24 {
    gap: 24px
}

.w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.h-fit {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.h-100vh {
    height: 100vh
}

.x-center {
    margin: 0 auto
}

.mt-0 {
    margin-top: 0 !important
}

.mt-20 {
    margin-top: 20px
}

.mb-16 {
    margin-bottom: 16px !important
}

.mt-16 {
    margin-top: 16px
}

.mtb-16 {
    margin: 16px 0
}

.mb-20 {
    margin-bottom: 20px
}

.m-0 {
    margin: 0 !important
}

.my-32 {
    margin: 32px 0
}

.mt-24 {
    margin-top: 24px
}

.mb-24 {
    margin-bottom: 24px !important
}

.mb-32 {
    margin-bottom: 32px !important
}

.mb-48 {
    margin-bottom: 48px
}

.mb-12 {
    margin-bottom: 12px
}

.mb-8 {
    margin-bottom: 8px
}

.pl-24 {
    padding-left: 24px
}

.pr-24 {
    padding-right: 24px
}

.pr-12 {
    padding-right: 12px
}

.pl-12 {
    padding-left: 12px
}

.pt-8 {
    padding-top: 8px
}

.pb-8 {
    padding-bottom: 8px
}

.ptb-8 {
    padding: 8px 0
}

.pt-24 {
    padding-top: 24px
}

.pb-20 {
    padding-bottom: 20px !important
}

.pb-5 {
    padding-bottom: 5px
}

.ptb-24 {
    padding: 24px 0
}

.col-12 {
    -webkit-column-gap: 12px !important;
    -moz-column-gap: 12px !important;
    column-gap: 12px !important
}

.col-24 {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px
}

.gap-10 {
    gap: 10px
}

.gap-16 {
    gap: 16px
}

.gap-32 {
    gap: 32px !important
}

.gap-20 {
    gap: 20px
}

.gap-24 {
    gap: 24px
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify-btw {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.row-12 {
    row-gap: 12px
}

.row-24 {
    row-gap: 24px
}

.w-full {
    width: 100% !important
}

.max-w-full {
    max-width: 100%
}

.section-title {
    margin-bottom: 48px
}

.grid {
    display: grid;
    gap: 24px
}

.grid-3-1 {
    grid-template-columns:3fr 1fr
}

.grid-2 {
    gap: 32px !important;
    grid-template-columns:1fr 1fr
}

.grid-1-2 {
    grid-template-columns:1fr 2fr
}

.grid-2-1 {
    grid-template-columns:2fr 1fr
}

.grid-3 {
    grid-template-columns:1fr 1fr 1fr
}

.grid-4 {
    grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));
    grid-gap: 32px
}

.grid-list-item {
    grid-template-columns:384px minmax(auto, 800px)
}

.ttu {
    text-transform: uppercase
}

.block {
    display: block
}

.i-block {
    display: inline-block
}

.hide {
    display: none
}

.ovh-scroll-y {
    overflow-y: scroll
}

.wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.white-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    background: #fff;
    z-index: 20;
    padding: 119px 24px 24px 290px;
    min-height: 100vh;
    height: 100%
}

.ovh {
    overflow: hidden
}

.anim-show {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.anim-show.show {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.icons-wrapper {
    width: 16px;
    height: 16px;
    overflow: hidden;
    position: relative;
    bottom: 2px
}

.icons-wrapper i {
    display: block;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    font-size: 11px;
    position: absolute
}

.icons-wrapper.long-arrow i {
    font-size: 12.5px
}

.icons-wrapper.long-arrow i:last-child {
    left: -92%;
    bottom: -145%
}

.icons-wrapper.short-arrow i:last-child {
    left: -92%;
    bottom: -145%
}

.btn:not(:disabled):hover .icons-wrapper i {
    -webkit-transform: translate(16px, -16px);
    -ms-transform: translate(16px, -16px);
    transform: translate(16px, -16px)
}

.anim_item._active_anim .anim_text_item {
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important
}

.anim_text_hidden {
    overflow: hidden;
    display: block;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.anim_text_hidden .anim_text_item {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translateY(120%);
    -ms-transform: translateY(120%);
    transform: translateY(120%);
    display: block
}

.opacity-translate.anim_item {
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px)
}

.opacity-translate.anim_item._active_anim {
    opacity: 1;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important
}

.section-columns {
    display: grid;
    grid-template-columns:1fr 800px;
    gap: 32px
}

.icon-with-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

.white {
    color: #fff !important
}

.img-wrapper {
    width: 100%;
    overflow: hidden
}

.img-wrapper img, .img-wrapper video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.show-for-mob-flex {
    display: none !important
}

.show-for-mob {
    display: none !important
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #000;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 100;
    border-bottom: 1px solid #292929
}

.header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__menu {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 18px 0
}

.header__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 48px
}

.logo {
    height: 48px;
    display: block
}

.logo img, .logo svg {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.nav-links li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nav-links li a {
    color: #d6d6d6;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px
}

.footer {
    padding: 64px 0;
    background: #1c1c1c
}

.footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 64px
}

.footer__bottom {
    border-top: 1px solid #525252;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 32px
}

.footer__bottom a {
    padding: 10px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: var(--gray-true-500, #737373);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px
}

.body-footer {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 32px
}

.body-footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.body-footer__list li:first-of-type {
    color: var(--gray-true-100, #f5f5f5);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px
}

.body-footer__list li a, .body-footer__list li span {
    color: var(--gray-true-500, #737373);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px
}

.order-button {
    left: 0 !important;
    padding: 16px 28px;
    width: 100%;
    background: #f7ec1a;
    color: #000;
    border-radius: 300px;
    border: none;
    outline: 0;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    pointer-events: all
}

.order-button:not(:disabled):hover {
    background: #e3d811
}

.order-button:not(:disabled) active {
    background: #bbb208
}

.order-button:disabled {
    cursor: not-allowed;
    background: #7e7e7e;
    pointer-events: none
}

.btn, button.btn {
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0;
    gap: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    padding: 10px 18px;
    border: none;
    font-family: Inter, sans-serif;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    z-index: 2;
    left: 24px
}

.btn:has(svg), button.btn:has(svg) {
    padding-left: 12px !important
}

.btn:after, .btn:before, button.btn:after, button.btn:before {
    content: "";
    position: absolute;
    top: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 44px;
    height: 44px;
    z-index: -1
}

.btn:before, button.btn:before {
    left: -23px;
    -webkit-clip-path: polygon(48% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(48% 0, 100% 0, 100% 100%, 0 100%)
}

.btn:after, button.btn:after {
    right: -23px;
    -webkit-clip-path: polygon(0 0, 100% 0, 48% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 48% 100%, 0 100%)
}

.btn.primary, button.btn.primary {
    background-color: #f7ec1a;
    color: #000
}

.btn.primary:after, .btn.primary:before, button.btn.primary:after, button.btn.primary:before {
    background: #f7ec1a
}

.btn.primary:not(:disabled):hover, button.btn.primary:not(:disabled):hover {
    background-color: #e3d811
}

.btn.primary:not(:disabled):hover:after, .btn.primary:not(:disabled):hover:before, button.btn.primary:not(:disabled):hover:after, button.btn.primary:not(:disabled):hover:before {
    background: #e3d811
}

.btn.primary:not(:disabled):active, button.btn.primary:not(:disabled):active {
    background-color: #bbb208 !important
}

.btn.primary:not(:disabled):active:after, .btn.primary:not(:disabled):active:before, button.btn.primary:not(:disabled):active:after, button.btn.primary:not(:disabled):active:before {
    background: #bbb208
}

.btn.primary:disabled, button.btn.primary:disabled {
    cursor: not-allowed;
    opacity: .2
}

.btn.secondary, button.btn.secondary {
    background-color: #292929;
    color: #f7ec1a
}

.btn.secondary:after, .btn.secondary:before, button.btn.secondary:after, button.btn.secondary:before {
    background: #292929
}

.btn.secondary:not(:disabled):hover, button.btn.secondary:not(:disabled):hover {
    background-color: #2f2f2f
}

.btn.secondary:not(:disabled):hover:after, .btn.secondary:not(:disabled):hover:before, button.btn.secondary:not(:disabled):hover:after, button.btn.secondary:not(:disabled):hover:before {
    background: #2f2f2f
}

.btn.secondary:disabled, button.btn.secondary:disabled {
    cursor: not-allowed;
    opacity: .2
}

button {
    cursor: pointer
}

button.reseted {
    background: 0 0;
    border: none;
    border-radius: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    color: #525252;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

button.reseted:hover {
    color: #f7ec1a !important
}

.buttons-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px
}

.circle-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    position: relative;
    padding: 20px 48px 20px 50px;
    -webkit-transition: all .1s linear !important;
    transition: all .1s linear !important;
    white-space: nowrap
}

.circle-btn .circle {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f7ec1a;
    border-radius: 50%;
    -webkit-transition: all .1s ease;
    transition: all .1s ease
}

.circle-btn .i {
    font-size: 12px !important
}

.circle-btn .i:before {
    font-size: 12px !important
}

.circle-btn:hover {
    padding: 20px 58px 20px 50px
}

.circle-btn:hover .circle {
    width: 45px;
    height: 45px
}

input[type=date], input[type=email], input[type=password], input[type=text], input[type=time], select, textarea {
    width: 100%;
    position: relative;
    padding: 8px 12px;
    background: #292929;
    outline: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    resize: none;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    border: 1px solid var(--gray-true-700, #424242);
    -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05);
    border-radius: 8px
}

input[type=date]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #737373
}

input[type=date]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=time]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    color: #737373
}

input[type=date]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #737373
}

input[type=date]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=text]::-ms-input-placeholder, input[type=time]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #737373
}

input[type=date]::placeholder, input[type=email]::placeholder, input[type=password]::placeholder, input[type=text]::placeholder, input[type=time]::placeholder, select::placeholder, textarea::placeholder {
    color: #737373
}

.iti {
    width: 100%;
    margin-top: 6px
}

textarea {
    height: 130px
}

label {
    color: var(--inputs-header);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px
}

.filled-input-label {
    position: relative;
    display: block;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.filled-input-label .search-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    color: #667085
}

.main-slider, .mobile-slider {
    position: relative
}

.slider-controls {
    position: absolute;
    top: -70px;
    right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.slider-controls.right {
    right: 0;
    bottom: 0;
    top: unset;
    left: unset
}

.slider-btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    user-focus: none;
    color: #f7ec1a;
    border: 1px solid #f7ec1a;
    border-radius: 50%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background: 0 0
}

.slider-btn i {
    font-size: 12px
}

.mobile-slider .slider-controls {
    left: 50% !important;
    right: 50% !important;
    -webkit-transform: translate(-50%) !important;
    -ms-transform: translate(-50%) !important;
    transform: translate(-50%) !important
}

.custom-select {
    padding: 10px 14px;
    background: #000;
    border-radius: 8px;
    border: 1px solid var(--gray-true-700, #424242);
    background: var(--gray-true-800, #292929);
    -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05);
    color: #737373
}

.hero {
    height: 830px;
    overflow: hidden;
    position: relative;
    margin-bottom: 80px !important
}

.hero__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.hero__ribbons {
    position: absolute;
    bottom: -35px;
    left: 50%;
    right: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.hero__ribbons img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.hero__img {
    position: absolute;
    z-index: -1;
    right: -105px;
    top: -20px;
    max-width: 850px
}

.hero__img img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%
}

.hero__img:before {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 503px;
    background: #fff;
    -webkit-filter: blur(600px);
    filter: blur(600px);
    width: 341px;
    height: 500px;
    z-index: -1;
    opacity: .5
}

.hero__ghost-text {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: -2;
    opacity: .5
}

.hero__ghost-text h1 {
    color: #1c1917;
    font-family: Inter;
    font-size: 120px;
    font-style: italic;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -2.4px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl
}

.hero .rolltext-pair {
    width: 99.9%;
    position: relative;
    bottom: 80px
}

.hero .separatewebhranimation {
    overflow: hidden;
    background: #171717;
    padding: 20px 0;
    color: #f7ec1a
}

.hero .alternate {
    margin: 0 20px;
    border-radius: 4px;
    display: inline-block
}

.hero .marquee-item-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    overflow-x: hidden
}

.hero .marquee-item-list li {
    font-size: 25px;
    white-space: nowrap;
    text-transform: uppercase;
    color: var(--secondary, #f7ec1a);
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    line-height: 20px
}

.hero .marquee {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: #171717;
    -webkit-transform: translate3d(0, 101%, 0);
    transform: translate3d(0, 101%, 0)
}

.hero .marquee__inner {
    height: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-animation: sw-marquee 40s linear infinite;
    animation: sw-marquee 40s linear infinite;
    will-change: transform
}

.hero .animation-2 {
    animation-direction: reverse
}

@-webkit-keyframes sw-marquee {
    to {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
}

@keyframes sw-marquee {
    to {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
}

.hero .rolltext-pair .separatewebhranimation {
    padding: 10px 0
}

.hero .rolltext-pair .rtp1 {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
    margin: 0 0 0
}

.hero .rolltext-pair .rtp2 {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    margin: -50px 0 0;
    background: #171717
}

.hero .head-section {
    padding: 150px 0 100px;
    position: relative;
    background-position: 50% 50%;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.hero__content {
    color: #fafafa;
    max-width: 740px;
    margin-top: -40px
}

.hero__content h2 {
    margin-bottom: 24px
}

.hero__content h3 {
    margin-bottom: 48px;
    max-width: 480px
}

.marquee-slider .swiper-wrapper, .reverse-marquee-slider .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

.marquee-slider .swiper-slide, .reverse-marquee-slider .swiper-slide {
    width: auto;
    white-space: nowrap
}

.pattern-bg {
    position: relative
}

.pattern-bg:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/assets/images/bg.webp);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 1700px auto;
    opacity: .5;
    z-index: -1
}

.about {
    overflow: hidden;
    margin-bottom: 50px;
    padding-top: 0 !important
}

.about__container {
    position: relative
}

.about__title {
    margin-bottom: 64px
}

.about .auto-slider {
    height: 180px;
    margin-bottom: 48px
}

.about .auto-slider img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%
}

.about__ghost-text {
    top: 160px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: -1;
    position: absolute;
    left: 50%;
    right: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #1c1917;
    font-family: Inter;
    font-size: 120px;
    font-style: italic;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -2.4px;
    text-transform: uppercase
}

.about__text {
    margin-bottom: 64px
}

.about__text ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.about__text ul li {
    color: #d6d6d6;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px
}

.nike__container {
    position: relative
}

.nike__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 32px
}

.nike__logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.nike__text {
    max-width: 620px
}

.nike__text h2 {
    margin-bottom: 32px
}

.nike__text p {
    color: var(--gray-true-300, #d6d6d6);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px
}

.nike__img {
    max-width: 677px;
    width: 100% !important
}

.order__row {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 32px
}

.order__sliders {
    width: 600px
}

.order__slider {
    overflow: hidden;
    margin-bottom: 32px
}

.order .swiper-slide {
    height: auto
}

.order .order-slider__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.order__thumbs .swiper-slide {
    cursor: pointer
}

.order__thumbs .swiper-slide img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
    width: 100%
}

.order-slider__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.order-thumbs {
    min-width: 0
}

.order-thumbs__img {
    width: 100%;
    height: 100%
}

.content-order__title {
    color: var(--base-white, #fff);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -.72px;
    margin-bottom: 32px
}

.order-form__section {
    border-bottom: 1px solid var(--gray-true-700, #424242);
    padding: 24px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.order-form__section:first-of-type {
    padding-top: 0
}

.order-form__title {
    color: var(--gray-true-300, #d6d6d6);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px
}

.order-form__sizes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.order-form__sizes label {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
    padding: 10px 16px;
    background: #000;
    white-space: nowrap;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    background: var(--gray-true-800, #292929);
    color: var(--gray-true-700, #424242)
}

.order-form__sizes label:has(input:checked) {
    background: var(--gray-true-600, #525252);
    color: var(--gray-true-200, #e5e5e5)
}

.order-form__sizes label input {
    display: none
}

.order-form__sizes label:not(:last-child) {
    border-right: 1px solid var(--gray-true-500, #737373)
}

.form-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
    color: var(--gray-true-300, #d6d6d6) !important
}

.chosen-size {
    text-transform: uppercase
}

.quantity-changer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.quantity-changer label {
    display: none
}

.quantity-btn {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #a3a3a3;
    border-radius: 50%;
    border: 1px solid var(--gray-true-600, #525252);
    background: #292929;
    -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05);
    font-size: 20px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.quantity-btn:hover {
    background: #494949
}

.quantity-btn:active {
    background: #292929
}

.quantity-input {
    width: 48px !important
}

.video h2 {
    margin-bottom: 64px
}

.video .video-wrapper {
    height: auto;
    width: 100%;
    cursor: pointer;
    aspect-ratio: 3/2;
    max-height: 600px
}

.socials {
    position: relative;
    margin-bottom: 75px
}

.socials .bg {
    position: absolute;
    top: -450px;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 983px;
    opacity: .5
}

.socials h2 {
    margin-bottom: 64px
}

.row-socials__item {
    background: #141414;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 12px
}

.row-socials__item span {
    color: var(--gray-true-100, #f5f5f5);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px
}

.row-socials__item a {
    margin-top: 20px;
    color: var(--secondary, #f7ec1a);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.row-socials__item a:hover {
    opacity: .8
}

.row-socials__item img {
    height: 48px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 64px
}

.error__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%
}

.error__content {
    max-width: 390px
}

.error svg {
    -o-object-fit: contain;
    object-fit: contain
}

.error svg path {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    fill: #0d121c
}

body {
    position: relative;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background: #000;
    color: #f5f5f5;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

body::-webkit-scrollbar {
    display: none
}

body p {
    color: #525252
}

body a.underlined {
    color: #f7ec1a !important;
    text-decoration: underline !important
}

body a.underlined:hover {
    text-decoration: none !important
}

body a:not(.btn) {
    font-family: Inter, sans-serif;
    font-size: 16px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

body a:not(.btn):hover {
    color: #f7ec1a
}

body.lock {
    overflow: hidden
}

.iti-mobile .iti--container {
    height: 300px;
    max-width: 400px;
    top: unset;
    bottom: -40px
}

.iti__country-list {
    color: #000
}

.invalid {
    border: 1px solid #ff3838 !important
}

#form-qty {
    text-align: center
}

.sub-page section:first-of-type:not(.about) {
    margin-top: 50px !important;
    padding-bottom: 100px !important;
    padding-top: 80px !important
}

.sub-page h1 {
    font-size: 35px;
    margin-bottom: 50px;
    line-height: 136%
}

.sub-page h2 {
    margin-top: 35px;
    margin-bottom: 10px;
    line-height: 140%
}

.sub-page p {
    color: #fff !important;
    line-height: 140%
}

.sub-page section a {
    color: #fff !important;
    text-decoration: underline !important
}

.sub-page section ol, .sub-page section ul {
    padding: 10px 30px !important
}

.preloader {
    pointer-events: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #000;
    z-index: 999;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0
}

.preloader video {
    width: 500px;
    -o-object-fit: contain;
    object-fit: contain
}

.preloader.active {
    opacity: 1
}

.list-parent {
    position: relative
}

.form-dropdown {
    background: #000;
    border: 1px solid #292929;
    border-radius: 12px;
    list-style: none;
    position: absolute;
    top: 100%;
    z-index: 3;
    height: 280px;
    overflow-y: scroll
}

.form-dropdown::-webkit-scrollbar {
    display: none
}

.form-dropdown li {
    padding: 11px !important;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer
}

.form-dropdown li:hover {
    background: #1c1c1c
}

.form-dropdown li:not(:last-child) {
    border-bottom: 1px solid #292929
}

.wrapper {
    position: relative;
    height: 100%
}

main {
    min-height: 80vh
}

section:first-of-type:not(.about) {
    padding-top: 80px !important
}

section:not(:first-child) {
    padding: 75px 0
}

section:not(:first-child):has(.swiper-slide) {
    overflow: hidden
}

[class*=__container] {
    max-width: 1256px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 0 20px
}

@media (min-width: 990.98px) {
    .slider-btn:hover {
        background: #f7ec1a;
        color: #fff
    }

    .slider-btn:active {
        background: #bbb208
    }
}

@media (max-width: 1199.98px) {
    .d-2xl {
        font-size: 60px
    }

    .section-columns {
        grid-template-columns:1fr 600px
    }

    .hide-for-mob {
        display: none !important
    }

    .show-for-mob-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .show-for-mob {
        display: block !important
    }

    .header__menu {
        padding: 14px 0 !important
    }

    .header__actions {
        gap: 54px
    }

    .header .hamburger {
        height: 26px;
        width: 26px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 4px;
        padding: 6px 3px
    }

    .header .hamburger div {
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        background: #525252;
        height: 1.4px;
        width: 100%
    }

    .header .hamburger div:last-child {
        width: 70%;
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .header .logo {
        height: 34px
    }

    .header__menu {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 24px 0
    }

    .header__mobile-menu {
        overflow-y: scroll;
        -webkit-transition: all .4s cubic-bezier(.41, .06, .45, .76);
        transition: all .4s cubic-bezier(.41, .06, .45, .76);
        position: fixed;
        right: 100%;
        top: 73px;
        pointer-events: none;
        background: #000;
        width: 100%;
        height: 100vh;
        padding: 32px 20px 150px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 32px
    }

    .header__mobile-menu::-webkit-scrollbar {
        display: none
    }

    .header__mobile-menu .btn {
        max-width: 400px;
        left: 20px;
        width: calc(100% - 42px)
    }

    .header__mobile-menu .nav-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 12px
    }

    .header__mobile-menu .nav-links li:first-of-type {
        margin-bottom: 4px;
        color: var(--gray-true-500, #737373) !important;
        font-family: Inter;
        font-size: 14px !important;
        font-style: normal;
        font-weight: 600 !important;
        line-height: 20px !important
    }

    .header.active .header__mobile-menu {
        pointer-events: all;
        right: 0
    }

    .header.active .hamburger div {
        -webkit-transform-origin: 2px;
        -ms-transform-origin: 2px;
        transform-origin: 2px
    }

    .header.active .hamburger .line1 {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .header.active .hamburger .line2 {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }

    .header.active .hamburger .line3 {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 100%
    }

    .hero__img {
        right: -224px;
        top: 45px
    }

    .order__sliders {
        width: 400px
    }

    [class*=__container] {
        max-width: 970px
    }
}

@media (max-width: 992px) {
    .sub-page section {
        margin-top: 100px !important
    }
}

@media (max-width: 990.98px) {
    .d-2xl {
        font-size: 30px;
        font-weight: 600;
        line-height: 38px
    }

    .section-title {
        margin-bottom: 32px
    }

    .grid {
        gap: 20px
    }

    .grid-1-2 {
        grid-template-columns:1fr
    }

    .grid-2-1 {
        grid-template-columns:1fr
    }

    .grid-3 {
        grid-template-columns:1fr 1fr
    }

    .grid-list-item {
        grid-template-columns:1fr
    }

    .white-overlay {
        padding: 96px 20px 20px 235px
    }

    .section-columns {
        grid-template-columns:1fr;
        gap: 0
    }

    .section-columns + span {
        display: none
    }

    .section-columns.gap {
        gap: 32px
    }

    .footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        gap: 15px
    }

    .body-footer {
        grid-template-columns:1fr 1fr
    }

    .slider-controls {
        top: unset;
        bottom: 0 !important;
        left: 0 !important;
        right: unset !important;
        -webkit-transform: unset !important;
        -ms-transform: unset !important;
        transform: unset !important
    }

    .hero {
        height: 100%;
        padding-top: 112px !important
    }

    .hero__container {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .hero__img {
        position: static
    }

    .hero__ribbons {
        bottom: 0
    }

    .nike__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .order__slider {
        overflow: visible;
        margin-bottom: 0
    }

    .order .order-slider__img {
        height: 360px
    }

    .order-thumbs__img {
        height: 200px;
        width: 200px
    }

    .order__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .video h2 {
        margin-bottom: 32px
    }

    .socials h2 {
        margin-bottom: 32px
    }

    .row-socials__item img {
        margin-bottom: 32px
    }

    .sub-page h1 {
        margin-bottom: 32px
    }

    section:first-of-type:not(.about) {
        padding-top: 180px !important
    }

    section:not(:first-child) {
        padding: 32px 0
    }

    [class*=__container] {
        max-width: 750px
    }
}

@media (max-width: 768.98px) {
    button.order-button {
        width: 90%;
        margin: 24px auto 0px auto;
    }

    .mb-48 {
        margin-bottom: 40px
    }

    .wrap-on-mob {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .grid-3-1 {
        grid-template-columns:1fr
    }

    .grid-2 {
        grid-template-columns:1fr;
        gap: 0 !important
    }

    .grid-3 {
        grid-template-columns:1fr
    }

    .grid-4.sm {
        grid-template-columns:1fr 1fr !important
    }

    .white-overlay {
        padding: 96px 20px 20px 20px
    }

    .body-footer {
        grid-template-columns:1fr
    }

    .hero .rolltext-pair {
        bottom: 20px
    }

    .hero .marquee-item-list li {
        font-size: 16px
    }

    .hero__container {
        gap: 0
    }

    .hero__content h2 {
        margin-bottom: 16px
    }

    .hero__content h3 {
        margin-bottom: 32px
    }

    .hero__ribbons {
        width: 250%;
        bottom: -35px
    }

    .hero__img {
        width: 122%;
        position: relative;
        left: -32px;
        bottom: 0;
        top: unset
    }

    .hero__img img {
        -o-object-fit: contain;
        object-fit: contain;
        width: 120%;
        height: 120%
    }

    .hero__ghost-text {
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        bottom: 190px;
        right: unset;
        left: 10px
    }

    .hero__ghost-text h1 {
        -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
        writing-mode: unset;
        font-size: 48px;
        letter-spacing: -.96px
    }

    .error__body {
        margin-top: 50px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .error__content {
        max-width: 100%;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%
    }

    .error svg {
        display: none
    }

    [class*=__container] {
        max-width: none
    }
}

@media (max-width: 479.98px) {
    .my-32 {
        margin: 16px 0
    }

    .white-overlay {
        padding: 100px 20px 20px 20px
    }

    .about__title {
        margin-bottom: 32px
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        -webkit-animation-duration: 0s !important;
        animation-duration: 0s !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        -webkit-transition-duration: 0s !important;
        transition-duration: 0s !important;
        scroll-behavior: auto !important
    }
}