.hamb-menu .hamb-menu-inner,
.hamb-menu .hamb-menu-inner .hamb-link {
    width: 100%;
    height: auto;
}
.drop-down {
    width: auto;
    height: auto;
}
.hamb-menu {
    width: 100%;
    height: 100%;
}
* {
    margin: 0;
    padding: 0;
}
*,
*:before,
*:after {
    box-sizing: inherit;
    outline: none;
    -webkit-touch-callout: none;
    font-family: Obviously;
}
:focus {
    outline: none;
}
::-moz-focus-inner {
    border: 0;
}
a {
    color: inherit;
    outline: none;
    pointer-events: auto;
    text-decoration: none;
}
button {
    background: none;
    border: none;
    border-radius: none;
    color: inherit;
    outline: none;
    cursor: pointer;
}
video,
img {
    vertical-align: middle;
    object-fit: cover;
    object-position: center;
}
input,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    pointer-events: auto;
}
:root {
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-optical-sizing: auto;
}
html {
    box-sizing: border-box;
    overscroll-behavior: none;
    font-size: 0.5208333333vw !important;
    scroll-behavior: smooth;
}
@media only screen and (max-width: 1024px) {
    html {
        font-size: 0.9765625vw !important;
    }
}
@media only screen and (max-width: 482px) {
    html {
        font-size: 2.0746887967vw !important;
    }
}
body {
    overscroll-behavior: none;
    font-weight: 400;
    width: 100%;
    min-height: 100vh;
    background-color: #fff7e6;
    color: #000;
    overflow-x: hidden;
}
[data-animation='text'] {
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
[data-animation='text'] span {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    transform-origin: center;
}
[data-animation='text'].reveal {
    opacity: 1 !important;
}
@font-face {
    font-family: Obviously;
    src:
        url(../fonts/or.woff) format('woff'),
        url(../fonts/or.woff2) format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Obviously;
    src:
        url(../fonts/om.woff) format('woff'),
        url(../fonts/om.woff2) format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Obviously Wide;
    src:
        url(../fonts/ob.woff) format('woff'),
        url(../fonts/ob.woff2) format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Obviously;
    src:
        url(../fonts/obb.woff) format('woff'),
        url(../fonts/obb.woff2) format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
::-webkit-scrollbar {
    display: none;
}
.container {
    width: 100%;
    height: auto;
    max-width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
@media only screen and (max-width: 1024px) {
    .container {
        max-width: 95%;
    }
}
@media only screen and (max-width: 482px) {
    .container {
        max-width: 95%;
    }
}
footer,
section {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
footer .bg,
section .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
}
footer .bg img,
section .bg img {
    width: 100%;
    height: 100%;
}
footer .bg img.image-mobile,
section .bg img.image-mobile {
    display: none;
}
.pt-10 {
    padding-top: 10rem;
}
.pt-4 {
    padding-top: 4.95rem !important;
}
.pt-5 {
    padding-top: 5rem !important;
}
.pb-10 {
    padding-bottom: 10rem;
}
@media only screen and (max-width: 482px) {
    section .bg:has(.image-mobile) img {
        display: none;
    }
    section .bg:has(.image-mobile) img.image-mobile {
        display: block !important;
    }
    .pb-10 {
        padding-bottom: 5rem;
    }
    .pt-10 {
        padding-top: 5rem;
    }
}
.bg-white .link-outline .link-wrapper-top {
    background: #fff;
}
.overlay {
    position: relative;
}
.overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000040;
    z-index: 0;
}
.link-bg,
.link-bg span,
.link-empty,
.link-empty span,
.link-bg-red,
.link-bg-red span,
.link-theme span,
.link-theme,
.button {
    font-size: 1.4rem;
    font-weight: 700;
    font-family: Obviously Wide;
    line-height: 1.4;
    transition: all 0.5s ease;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}
@media only screen and (max-width: 482px) {
    .link-bg,
    .link-bg span,
    .link-empty,
    .link-empty span,
    .link-bg-red,
    .link-bg-red span,
    .link-theme span,
    .link-theme,
    .button {
        font-size: 1.6rem;
    }
}
.link-bg .sm,
.link-empty .sm,
.link-bg-red .sm,
.link-theme .sm,
.button .sm {
    font-size: 1.25rem;
}
.link-theme {
    height: 2rem;
    overflow: hidden;
    display: block;
}
.link-theme .link-wrapper,
.link-theme .link-wrapper-top {
    transition: all 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
.link-theme .link-wrapper-top {
    color: #c33130;
}
.link-theme:hover .link-wrapper,
.link-theme:hover .link-wrapper-top {
    transform: translateY(-100%);
}
.link-bg-red span {
    position: relative;
    z-index: 2;
    color: #fff7e6;
}
.link-bg-red .link-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    border-radius: 5px;
}
.link-bg-red .link-box .link-color {
    position: absolute;
    transform: translate(-50%, -50%) scale(0);
    width: 15rem;
    height: 15rem;
    background: #fff7e6;
    z-index: 1;
    border-radius: 50%;
    opacity: 1;
}
.link-bg-red {
    background: #c33130;
    border: 1px solid #c33130;
    padding: 1.5rem 5rem 1rem;
    border-radius: 5px;
}
.link-bg-red:hover span {
    color: #c33130;
}
.link-empty span {
    position: relative;
    z-index: 2;
    color: #c33130;
}
.link-empty .link-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    border-radius: 5px;
}
.link-empty .link-box .link-color {
    position: absolute;
    transform: translate(-50%, -50%) scale(0);
    width: 15rem;
    height: 15rem;
    background: #c33130;
    z-index: 1;
    border-radius: 50%;
    opacity: 1;
}
.link-empty {
    background: transparent;
    border: 1px solid #c33130;
    padding: 1.5rem 5rem 1rem;
    border-radius: 5px;
}
.link-empty:hover span {
    color: #fff7e6;
}
.link-bg span {
    position: relative;
    z-index: 2;
    color: #c33130;
}
.link-bg .link-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    border-radius: 5px;
}
.link-bg .link-box .link-color {
    position: absolute;
    transform: translate(-50%, -50%) scale(0);
    width: 15rem;
    height: 15rem;
    background: #c33130;
    z-index: 1;
    border-radius: 50%;
    opacity: 1;
}
.link-bg {
    background: #fff7e6;
    padding: 1.5rem 5rem 1rem;
    border-radius: 5px;
}
.link-bg:hover span {
    color: #fff7e6;
}
.link-bg.white {
    background: #fff;
    border: 1px solid #ffffff;
}
.link-bg.white:hover {
    border: 1px solid #c33130;
}
.link-bg.white-b {
    background: #fff;
    border: 1px solid #ffffff;
}
.link-bg.white-b:hover {
    border: 1px solid #ffffff;
}
.icon-link {
    padding: 1rem 3rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: no-wrap;
    background: #fff;
    border-radius: 5px;
    position: relative;
}
.icon-link img {
    width: 2rem;
    height: auto;
}
.icon-link span {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: no-wrap;
    width: 3.2rem;
    height: 3.2rem;
    line-height: unset;
    border-radius: 50%;
    background: #c33130;
    color: #fff;
    font-size: 1.2rem;
}
@media only screen and (max-width: 830px) {
    .icon-link span {
        font-size: 1.4rem;
        width: 3rem;
        height: 3rem;
        padding-top: 0.5rem;
    }
}
p {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.4;
}
h1 {
    font-size: 6.5rem;
    line-height: 1.3;
    overflow-y: hidden;
    font-family: Obviously Wide;
}
h1 span {
    font-style: normal !important;
    font-family: Obviously Wide;
}
h2 {
    font-size: 5rem;
    line-height: 1.3;
    font-family: Obviously Wide;
}
h2 span {
    font-family: Obviously Wide;
}
h3 {
    font-size: 4rem;
    line-height: 1.3;
    font-family: Obviously Wide;
}
h3 span {
    font-family: Obviously Wide;
}
ul,
ol {
    list-style: disc;
    padding-left: 2rem;
}
ul li,
ol li {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
}
ol {
    list-style: decimal;
    padding-left: 4rem;
}
.paragraph-md {
    font-size: 2.6rem;
    line-height: 1.5;
    font-weight: 400;
}
@media only screen and (max-width: 830px) {
    h1 {
        font-size: 3.8rem;
    }
    p br {
        display: none;
    }
    h2 {
        font-size: 3rem;
    }
    h2 br {
        display: none;
    }
    h3 {
        font-size: 2.4rem;
    }
    h3 br {
        display: none;
    }
}
.drop-down {
    position: relative;
}
.drop-down .link:after {
    display: none;
}
.drop-down .drop-down-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: no-wrap;
    gap: 0.5rem;
    width: max-content;
    position: absolute;
    top: 100%;
    left: 0;
    color: #fff7e6;
    transition: opacity 0.2s ease;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    padding: 2rem 0 0;
}
.drop-down .drop-down-content a {
    color: #fff7e6;
}
.drop-down .drop-down-content a:after {
    display: none;
}
.drop-down .drop-down-content a span {
    font-size: 1.4rem;
}
.drop-down:hover .drop-down-content {
    opacity: 1;
    visibility: visible;
}
.accordions {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: no-wrap;
    gap: 2rem;
}
.accordions .accordion {
    width: 100%;
    height: auto;
    position: relative;
    background: #c33130;
    color: #fff7e6;
    padding: 0 2rem;
    border-radius: 1rem;
}
.accordions .accordion .accordion-trigger {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: no-wrap;
    padding: 3rem 0;
    cursor: pointer;
    text-transform: capitalize;
}
.accordions .accordion .accordion-trigger p {
    font-family: Obviously;
    font-weight: 500;
    font-size: 2.6rem;
}
.accordions .accordion .accordion-trigger .icon {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: no-wrap;
    transition: transform 0.2s ease;
    position: relative;
    padding: 2rem;
    border-radius: 50%;
}
.accordions .accordion .accordion-trigger .icon .divider {
    width: 1px;
    height: 1.5rem;
    position: absolute;
    transition: all 0.5s ease;
    background: #fff;
}
.accordions .accordion .accordion-trigger .icon .divider:first-child {
    transform: rotate(90deg);
}
.accordions .accordion .accordion-trigger:hover .icon {
    transform: rotate(180deg);
}
.accordions .accordion .accordion-content {
    width: 100%;
    height: auto;
    max-height: 0;
    opacity: 0;
    transition: all 0.5s ease;
    overflow: hidden;
}
.accordions .accordion .accordion-content .accordion-content-inner {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: no-wrap;
    gap: 2rem;
    padding: 0 0 5rem;
}
.accordions .accordion .accordion-content .accordion-content-inner a {
    text-decoration: underline;
}
.accordions .accordion .accordion-content .accordion-content-inner .table {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: no-wrap;
}
.accordions .accordion .accordion-content .accordion-content-inner .table .row {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: no-wrap;
}
.accordions .accordion .accordion-content .accordion-content-inner .table .row p {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    height: auto;
}
@media only screen and (max-width: 482px) {
    .accordions .accordion .accordion-content .accordion-content-inner {
        padding: 2.5rem 0 5rem;
    }
}
.accordions .accordion.active .accordion-trigger .icon .divider:last-child {
    transform: rotate(90deg);
}
.accordions .accordion.active .accordion-content {
    opacity: 1;
}
.accordions[data-tab-content] {
    display: none;
}
.accordions[data-tab-content].active {
    display: block;
}
.accordions.bio-accordion .accordion {
    width: 100%;
    border-bottom: 1px solid #c33130;
}
.accordions.bio-accordion .accordion .accordion-trigger {
    padding: 2rem 0;
}
.accordions.bio-accordion .accordion .accordion-trigger p {
    font-size: 1.6rem;
    font-weight: 400;
}
.accordions.bio-accordion .accordion .accordion-trigger .icon .divider {
    background: #000;
    width: 3px;
}
.accordions.bio-accordion .accordion.active .accordion-trigger p {
    font-weight: 500;
}
.accordions.bio-accordion .accordion.active .accordion-trigger .icon .divider {
    background: #c33130;
}
@media only screen and (max-width: 482px) {
    .accordions,
    .accordions .accordion {
        width: 100%;
    }
    .accordions .accordion .accordion-trigger {
        padding: 2rem 0;
        gap: 1rem;
    }
    .accordions .accordion .accordion-trigger .icon .divider {
        width: 1px;
    }
    .accordions .accordion .accordion-content .accordion-content-inner {
        padding: 2rem 0;
    }
}
.bio .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: no-wrap;
    padding: 5rem 0;
}
.bio .container .left-content {
    flex: 0 0 45%;
    max-width: 45%;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    flex-wrap: no-wrap;
    gap: 5rem;
}
.bio .container .left-content h2 {
    color: #c33130;
}
.bio .container .left-content p {
    font-weight: 500;
    font-size: 2.6rem;
}
.bio .container .left-content .links {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    gap: 2rem;
}
.bio .container .left-content .white-space {
    font-size: 1.8rem;
    width: 100%;
    padding: 1.5rem 1rem 1rem;
    color: #c33130;
    background: #fff;
    font-weight: 500;
    font-family: Obviously Wide;
    border-radius: 1rem;
}
.bio .container .right-content {
    flex: 0 0 45%;
    max-width: 45%;
    width: 100%;
    height: auto;
}
.bio .container .right-content figure {
    height: 65rem;
    width: 100%;
    transform-style: preserve-3d;
    perspective: 1000px;
    will-change: transform;
}
.bio .container .right-content figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 2rem;
}
.bio .container .right-content figure .lottie-animation {
    height: 100%;
    width: 100%;
}
@media only screen and (max-width: 830px) {
    .bio .container {
        flex-direction: column-reverse;
        gap: 5rem;
    }
    .bio .container .left-content,
    .bio .container .right-content {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .bio .container .left-content {
        gap: 3rem;
    }
    .bio .container .right-content figure {
        height: 50rem;
    }
}
.footer {
    background: #c33130;
    color: #fff7e6;
}
.footer .container {
    max-width: 70%;
    padding: 7rem 0 5rem;
}
.footer .container .top-content,
.footer .container .bottom-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    flex-wrap: no-wrap;
}
.footer .container .top-content .link-theme .link-wrapper-top,
.footer .container .bottom-content .link-theme .link-wrapper-top {
    color: #fff7e6;
}
.footer .container .top-content .link-theme span,
.footer .container .bottom-content .link-theme span {
    font-family: Obviously;
    text-transform: none;
    font-weight: 500;
}
.footer .container .top-content .footer-links-wrapper,
.footer .container .bottom-content .footer-links-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    flex-wrap: no-wrap;
    gap: 3rem;
}
.footer .container .top-content .footer-links-wrapper .title,
.footer .container .bottom-content .footer-links-wrapper .title {
    font-size: 1.4rem;
    font-family: Obviously Wide;
    color: #ea6968;
}
.footer .container .top-content .footer-links-wrapper .footer-links,
.footer .container .bottom-content .footer-links-wrapper .footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    flex-wrap: no-wrap;
    gap: 1rem;
    padding-left: 0;
}
.footer .container .top-content .footer-links-wrapper .contact-links,
.footer .container .bottom-content .footer-links-wrapper .contact-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    flex-wrap: no-wrap;
    gap: 2rem;
    padding-left: 0;
}
.footer .container .top-content .footer-links-wrapper .contact-links p,
.footer .container .bottom-content .footer-links-wrapper .contact-links p {
    font-size: 1.4rem;
    font-family: Obviously;
    font-weight: 500;
}
.footer .container .top-content .footer-links-wrapper .contact-links .link-theme .link-wrapper-top,
.footer .container .bottom-content .footer-links-wrapper .contact-links .link-theme .link-wrapper-top {
    color: #fff7e6;
}
.footer .container .top-content .footer-links-wrapper .contact-links .link-theme span,
.footer .container .bottom-content .footer-links-wrapper .contact-links .link-theme span {
    font-family: Obviously;
    text-transform: none;
    font-weight: 500;
}
.footer .container .top-content .footer-links-wrapper .social-links,
.footer .container .bottom-content .footer-links-wrapper .social-links {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    flex-wrap: no-wrap;
    gap: 2rem;
    padding-left: 0;
}
.footer .container .top-content .footer-links-wrapper .social-links img,
.footer .container .bottom-content .footer-links-wrapper .social-links img {
    width: auto;
    height: 3rem;
}
.footer .container .top-content figure {
    height: 10rem;
    width: auto;
}
.footer .container .top-content figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer .container .bottom-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    flex-wrap: no-wrap;
    padding-top: 3rem;
    font-size: 1.4rem;
    font-family: Obviously;
    color: #fff7e6;
    border-top: 1px solid #fff7e6;
    margin-top: 15rem;
}
.footer .container .bottom-content .copyright-links {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    flex-wrap: no-wrap;
    gap: 2rem;
    list-style: none;
    padding-left: 0;
}
.footer .container .bottom-content .copyright-links .link-theme {
    height: 2rem;
}
.footer .container .bottom-content .copyright-links .link-theme p {
    font-size: 1.4rem;
    color: #fff7e6;
}
.footer .container .bottom-content .copyright-links .link-theme p span,
.footer .container .bottom-content .copyright-links .link-theme span {
    color: #fff7e6;
}
.footer .container .bottom-content .link-theme {
    height: 1.4rem;
    color: #fff7e6;
}
.footer .container .bottom-content .link-theme .link-wrapper-top {
    color: #fff7e6;
}
@media only screen and (max-width: 830px) {
    .footer .container {
        max-width: 95%;
    }
    .footer .container .top-content figure {
        width: 17rem;
        height: auto;
    }
    .footer .container .top-content,
    .footer .container .bottom-content {
        flex-direction: column;
        gap: 5rem;
    }
    .footer .container .top-content .footer-links-wrapper,
    .footer .container .bottom-content .footer-links-wrapper {
        gap: 2rem;
    }
    .footer .container .bottom-content {
        margin-top: 5rem;
        gap: 1rem;
        flex-direction: row;
    }
    .footer .container .bottom-content .copyright-links {
        flex-direction: column;
        gap: 1rem;
    }
}
.hamb-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    color: #000;
    overflow-y: scroll;
    transition: all 0.6s cubic-bezier(0.3, 1, 0.3, 1);
    transform: translate(100%);
    background: #fff;
}
.hamb-menu .hamb-menu-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: no-wrap;
    padding: 20rem 8% 5rem;
    list-style: none;
}
.hamb-menu .hamb-menu-inner .hamb-link {
    font-size: 2.7rem;
    line-height: 1.25;
    padding: 2rem 0;
    border-bottom: 1px solid currentColor;
    text-align: left;
    text-transform: uppercase;
}
.hamb-menu .hamb-menu-inner .hamb-link a {
    font-family: Obviously Wide;
    font-weight: 700;
}
.hamb-menu .hamb-menu-inner .hamb-link button {
    border-bottom: 0;
    padding: 0;
}
.hamb-menu .hamb-menu-inner .hamb-link img {
    height: 1rem;
    width: auto;
    filter: invert(1);
    margin: 0 0 0.5rem 2rem;
}
.hamb-menu .hamb-menu-inner .hamb-link .drop-down-content {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    flex-wrap: no-wrap;
    max-height: 0;
    opacity: 0;
    display: none;
}
.hamb-menu .hamb-menu-inner .hamb-link .drop-down-content .hamb-link:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.hamb-menu .hamb-menu-inner .hamb-link.hover .drop-down-content {
    max-height: min-content;
    opacity: 1;
    display: flex;
}
.hamb-menu.active {
    transform: translate(0);
    opacity: 1 !important;
}
.navbar {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 0;
    z-index: 10;
    width: 100%;
    color: #fff7e6;
}
.navbar .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: no-wrap;
    padding: 5rem 0 2rem;
}
.navbar .container .logo img {
    width: 15rem;
    height: auto;
}
.navbar .container .navbar-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: no-wrap;
    gap: 5rem;
    list-style: none;
}
.navbar .container .navbar-links .link-bg-red:hover {
    border: 1px solid #fff7e6;
}
.navbar .container .ham-btns {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: no-wrap;
    gap: 3rem;
    display: none;
}
.navbar .container .hamb-btn {
    display: none;
}
.navbar.black .container .navbar-links .link-theme {
    color: #c33130;
}
.navbar.black .container .navbar-links .link-bg-red:hover {
    border: 1px solid #c33130;
}
.navbar.black .container .hamb-btn .divider {
    background: #c33130;
}
body.menu-open .icon-link {
    background: #fff7e6;
}
@media only screen and (max-width: 482px) {
    .navbar .container {
        max-width: 85%;
    }
    .navbar .container .navbar-links {
        display: none;
    }
    .navbar .container .ham-btns {
        display: flex;
    }
    .navbar .container .hamb-btn {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .navbar .container .hamb-btn .divider {
        height: 1px;
        width: 3rem;
        background: #fff;
        transition: all 0.3s ease;
    }
    .navbar .container .hamb-btn.active .divider {
        background: #000;
    }
    .navbar .container .hamb-btn.active .divider:nth-child(1) {
        transform: rotate(45deg) translateY(0.5rem) translate(0.5rem);
    }
    .navbar .container .hamb-btn.active .divider:nth-child(2) {
        transform: rotate(-45deg) translateY(-0.3rem) translate(0.4rem);
    }
}
.banner .container {
    max-width: 98%;
    height: calc(var(--vh, 1vh) * 100 - 4rem);
    position: relative;
    margin: 2rem auto;
    border-radius: 1rem;
    overflow: hidden;
}
.banner .container .bg-banner {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
}
.banner .container .bg-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner .container .bg-banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner .container .content {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff7e6;
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: no-wrap;
    gap: 1rem;
}
.banner .container .content .circle-text {
    position: absolute;
    bottom: 15%;
    right: 31%;
    transform: translate(50%, 50%);
}
.banner .container .content .circle-text img {
    height: 17rem;
    width: auto;
    transform: rotate(15deg);
}
.banner .container .content .circle-text.load-img {
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
.banner .container .content .link-bg-red:hover {
    border: 1px solid #fff7e6;
}
.locations {
    padding: 5rem 0;
}
.locations .container h2 {
    color: #c33130;
    margin-bottom: 5rem;
}
.locations .swiper .swiper-wrapper .swiper-slide {
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    height: auto;
    position: relative;
}
.locations .swiper .swiper-wrapper .swiper-slide figure {
    height: 60rem;
    width: 100%;
}
.locations .swiper .swiper-wrapper .swiper-slide figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}
.locations .swiper .swiper-wrapper .swiper-slide .content {
    color: #fff7e6;
    position: absolute;
    bottom: 4rem;
    left: 5rem;
}
.locations .swiper .swiper-wrapper .swiper-slide .content p {
    font-size: 2.6rem;
    font-weight: 500;
}
.locations .swiper .swiper-wrapper .swiper-slide .content .link-theme span {
    font-size: 1.5rem;
    font-family: Obviously;
    text-transform: none;
    font-weight: 400;
}
.locations.other-location .swiper .swiper-wrapper .swiper-slide:first-child {
    margin-left: 10rem;
}
.locations.other-location .swiper .swiper-wrapper .swiper-slide:last-child {
    margin-right: 10rem;
}
.locations.pause .swiper .swiper-wrapper .swiper-slide {
    flex: 0 0 32%;
    max-width: 32%;
    width: 100%;
    height: auto;
}
.order {
    margin: 5rem 0 0;
    padding-bottom: 5rem;
    background: #c33130;
}
.order .container {
    padding: 15rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: no-wrap;
    gap: 5rem;
}
.order .container .order-image {
    height: auto;
    width: 80rem;
    position: relative;
}
.order .container .order-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.order .container .order-image .round-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    height: 105rem;
    width: auto;
}
.order .container .order-image .round-svg #text {
    font-size: 0.75rem;
}
.order .container .order-image .round-svg #text textpath {
    font-size: 0.75rem;
    font-weight: 700;
}
.order .container .link-bg {
    border: 1px solid #fff7e6;
}
.break {
    position: relative;
}
.break .red-box {
    height: 50%;
    background: #c33130;
    width: 100%;
    position: absolute;
    z-index: -1;
}
.break .container {
    max-width: 98%;
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 5rem;
}
.break .container figure {
    height: auto;
    width: 100%;
    position: absolute;
    z-index: -1;
}
.break .container figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.break .container .content {
    padding: 25rem 0;
    text-align: center;
    color: #fff7e6;
}
.break .container .content h3 {
    text-transform: uppercase;
    line-height: 1.5;
}
.bio.about .container .left-content,
.bio.about .container .right-content {
    flex: 0 0 40%;
    max-width: 40%;
    width: 100%;
    height: auto;
}
.bio.about .container .right-content {
    position: relative;
}
.bio.about .container .right-content .bg-img {
    height: auto;
    width: 20rem;
    position: absolute;
    bottom: 2rem;
    left: 0%;
    transform: translate(-50%);
}
.bio.about .container .right-content .bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial .container {
    max-width: 98%;
    padding: 5rem 0;
}
.testimonial .container .swiper {
    position: relative;
}
.testimonial .container .swiper .swiper-wrapper .swiper-slide {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    flex-wrap: no-wrap;
    align-items: stretch;
}
.testimonial .container .swiper .swiper-wrapper .swiper-slide figure {
    flex: 0 0 49.5%;
    max-width: 49.5%;
    width: 100%;
    height: auto;
    height: 70rem;
}
.testimonial .container .swiper .swiper-wrapper .swiper-slide figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}
.testimonial .container .swiper .swiper-wrapper .swiper-slide .content {
    max-width: calc(49.5% - 14rem);
    background: #ffefcf;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    flex-wrap: no-wrap;
    gap: 2rem;
    border-radius: 1rem;
    padding: 7rem;
}
.testimonial .container .swiper .swiper-wrapper .swiper-slide .content p {
    font-size: 2rem;
    font-weight: 500;
}
.testimonial .container .swiper .swiper-wrapper .swiper-slide .content p:first-child {
    font-size: 2.6rem;
}
.testimonial .container .swiper .next-prev-btns {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    flex-wrap: no-wrap;
    gap: 1rem;
    position: absolute;
    top: 50%;
    left: 57%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.testimonial .container .swiper .next-prev-btns .next-btn,
.testimonial .container .swiper .next-prev-btns .prev-btn {
    height: 5rem;
    width: 5rem;
    border-radius: 1rem;
    background: #c33130;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: no-wrap;
    cursor: pointer;
}
.testimonial .container .swiper .next-prev-btns .next-btn {
    transform: rotate(180deg);
}
.logo-slider {
    padding: 5rem 0;
}
.logo-slider .container h2 {
    color: #c33130;
    margin-bottom: 5rem;
}
.logo-slider .swiper .swiper-wrapper {
    align-items: center;
    transition-timing-function: linear;
}
.logo-slider .swiper .swiper-wrapper .swiper-slide {
    flex: 0 0 10%;
    max-width: 10%;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: no-wrap;
}
.logo-slider .swiper .swiper-wrapper .swiper-slide figure {
    height: auto;
    width: 15rem;
}
.logo-slider .swiper .swiper-wrapper .swiper-slide figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.locations.instagram-slider {
    background: #c33130;
    margin-top: 5rem;
    padding: 10rem 0;
}
.locations.instagram-slider .container h2 {
    color: #fff7e6;
}
.locations.instagram-slider .swiper .swiper-wrapper .swiper-slide {
    flex: 0 0 20%;
    max-width: 20%;
    width: 100%;
    height: auto;
}
.locations.instagram-slider .swiper .swiper-wrapper .swiper-slide figure {
    height: 50rem;
}
@media only screen and (max-width: 830px) {
    .banner .container {
        max-width: 95%;
        height: calc(var(--vh, 1vh) * 100 - 3rem);
        margin: 1.5rem auto;
    }
    .banner .container .bg-banner img {
        display: none;
    }
    .banner .container .bg-banner img.mob-img {
        display: block;
    }
    .banner .container .content {
        width: 95%;
    }
    .banner .container .content h1 br {
        display: none;
    }
    .banner .container .content .circle-text {
        right: 15%;
        bottom: 0%;
    }
    .banner .container .content .circle-text img {
        height: 15rem;
    }
    .locations .swiper .swiper-wrapper .swiper-slide {
        flex: 0 0 95%;
        max-width: 95%;
        width: 100%;
        height: auto;
    }
    .locations .swiper .swiper-wrapper .swiper-slide:first-child {
        margin-left: 0;
    }
    .locations .swiper .swiper-wrapper .swiper-slide:last-child {
        margin-right: 0;
    }
    .locations.other-location .swiper .swiper-wrapper .swiper-slide:first-child {
        margin-left: 0;
    }
    .locations.other-location .swiper .swiper-wrapper .swiper-slide:last-child {
        margin-right: 0;
    }
    .locations.pause .swiper .swiper-wrapper .swiper-slide {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .order .container {
        padding: 10rem 0;
    }
    .order .container .order-image {
        width: 35rem;
    }
    .order .container .order-image .round-svg {
        height: 48rem;
    }
    .break .container {
        max-width: 95%;
    }
    .break .container figure {
        height: 100%;
    }
    .bio.about .container {
        gap: 10rem;
    }
    .bio.about .container .left-content,
    .bio.about .container .right-content {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .bio.about .container .right-content .bg-img {
        width: 15rem;
        bottom: -15%;
        left: 50%;
    }
    .testimonial .container {
        max-width: 95%;
    }
    .testimonial .container .swiper {
        padding-bottom: 7rem;
    }
    .testimonial .container .swiper .swiper-wrapper .swiper-slide {
        flex-direction: column;
        gap: 2rem;
    }
    .testimonial .container .swiper .swiper-wrapper .swiper-slide figure {
        flex: 0 0 100%;
        max-width: 100%;
        min-height: 50rem;
    }
    .testimonial .container .swiper .swiper-wrapper .swiper-slide figure img {
        height: 50rem;
    }
    .testimonial .container .swiper .swiper-wrapper .swiper-slide .content {
        max-width: calc(100% - 6rem);
        padding: 3rem;
    }
    .testimonial .container .swiper .next-prev-btns {
        top: 97%;
        left: 13%;
    }
    .logo-slider .swiper .swiper-wrapper .swiper-slide {
        flex: 0 0 30%;
        max-width: 30%;
        width: 100%;
        height: auto;
    }
    .logo-slider .swiper .swiper-wrapper .swiper-slide figure {
        width: 10rem;
    }
    .locations.instagram-slider .swiper .swiper-wrapper .swiper-slide {
        flex: 0 0 95%;
        max-width: 95%;
        width: 100%;
        height: auto;
    }
    .locations.instagram-slider .swiper .swiper-wrapper .swiper-slide figure {
        height: 35rem;
    }
}
.our-pizzas {
    padding: 5rem 0;
}
.our-pizzas .container h2 {
    color: #c33130;
    margin-bottom: 5rem;
}
.our-pizzas .swiper {
    position: relative;
}
.our-pizzas .swiper .swiper-wrapper .swiper-slide {
    flex: 0 0 31.2%;
    max-width: 31.2%;
    width: 100%;
    height: auto;
}
.our-pizzas .swiper .swiper-wrapper .swiper-slide figure {
    height: 50rem;
    width: 100%;
}
.our-pizzas .swiper .swiper-wrapper .swiper-slide figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 1rem;
}
.our-pizzas .swiper .swiper-wrapper .swiper-slide .content {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    flex-wrap: no-wrap;
    gap: 1rem;
}
.our-pizzas .swiper .swiper-wrapper .swiper-slide .content p:first-child {
    font-weight: 500;
}
.our-pizzas .swiper .swiper-wrapper .swiper-slide .content p:first-child span {
    font-size: 1.2rem;
    color: #c33130;
}
.our-pizzas .swiper .next-btn,
.our-pizzas .swiper .prev-btn {
    height: 5rem;
    width: 5rem;
    border-radius: 1rem;
    background: #c33130;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: no-wrap;
    cursor: pointer;
    position: absolute;
    top: 35%;
    left: 2%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.our-pizzas .swiper .next-btn {
    left: 98%;
}
.our-pizzas .swiper .next-btn img {
    transform: rotate(180deg);
}
.gallery .container {
    max-width: 98%;
    padding: 5rem 0;
}
.gallery .container h2 {
    color: #c33130;
    margin-bottom: 5rem;
    padding-left: 4%;
}
.gallery .container .gallery-images {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    gap: 3rem;
}
.gallery .container .gallery-images figure {
    flex: 0 0 32.2%;
    max-width: 32.2%;
    width: 100%;
    height: auto;
    height: 50rem;
}
.gallery .container .gallery-images figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 1rem;
}
.gallery .container .gallery-images figure.big-img {
    flex: 0 0 66.1%;
    max-width: 66.1%;
    width: 100%;
    height: auto;
    height: 50rem;
}
.map .container {
    max-width: 98%;
    padding: 5rem 0;
}
.map .container h2 {
    color: #c33130;
    margin-bottom: 5rem;
    padding-left: 4%;
}
.map .container .gmap_canvas {
    height: 60rem;
    width: 100%;
    margin-bottom: 7rem;
}
.map .container .gmap_canvas iframe {
    height: 100%;
    width: 100%;
    border-radius: 1rem;
}
.map .container .link-bg-red {
    margin-left: 4%;
    display: inline-block;
    width: fit-content;
}
@media only screen and (max-width: 830px) {
    .our-pizzas .swiper .swiper-wrapper .swiper-slide {
        flex: 0 0 95%;
        max-width: 95%;
        width: 100%;
        height: auto;
    }
    .our-pizzas .swiper .next-btn {
        left: 90%;
    }
    .our-pizzas .swiper .prev-btn {
        left: 10%;
    }
    .gallery .container {
        max-width: 95%;
    }
    .gallery .container .gallery-images figure {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: auto;
        height: 50rem;
    }
    .gallery .container .gallery-images figure.big-img {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: auto;
        height: 50rem;
    }
}
.locations-detail .container {
    padding: 30rem 0 15rem;
    max-width: 98%;
}
.locations-detail .container h2 {
    text-align: center;
    color: #c33130;
    margin-bottom: 10rem;
}
.locations-detail .container .location-list {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    gap: 4rem;
}
.locations-detail .container .location-list .item {
    border-radius: 1rem;
    flex: 0 0 18.29%;
    max-width: 18.29%;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.locations-detail .container .location-list .item figure {
    height: 25rem;
    width: 100%;
}
.locations-detail .container .location-list .item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.locations-detail .container .location-list .item .content {
    min-height: 16rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: no-wrap;
    gap: 3rem;
    padding: 3rem 2rem 2rem;
}
.locations-detail .container .location-list .item .content p {
    font-size: 1.6rem;
    font-weight: 500;
    color: #c33130;
}
.locations-detail .container .location-list .item .content .btns {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: no-wrap;
    gap: 1rem;
}
.locations-detail .container .location-list .item .content .btns a span {
    font-size: 1rem;
}
.locations-detail .container .location-list .item .content .link-bg-red,
.locations-detail .container .location-list .item .content .link-empty {
    padding: 1.5rem 1.5rem 1rem;
}
.locations-detail .container .location-list .item .content .d-btn {
    font-size: 1.2rem;
    font-family: Obviously;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: no-wrap;
    gap: 0.5rem;
    color: #c33130;
    position: relative;
}
.locations-detail .container .location-list .item .content .d-btn img {
    height: 1.2rem;
    width: auto;
    margin-top: -0.4rem;
}
.locations-detail .container .location-list .item .content .d-btn:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0.1rem;
    background: #c33130;
    bottom: -0.5rem;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.3s ease-in-out;
}
.locations-detail .container .location-list .item .content .d-btn:hover:after {
    transform: scaleX(1);
}
@media only screen and (max-width: 830px) {
    .locations-detail .container {
        padding: 30rem 0 10rem;
        max-width: 95%;
    }
    .locations-detail .container .location-list {
        flex-direction: column;
    }
    .locations-detail .container .location-list .item {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .locations-detail .container .location-list .item .content {
        height: auto;
        padding: 3rem 2rem;
    }
    .locations-detail .container .location-list .item .content p {
        font-size: 2rem;
    }
    .locations-detail .container .location-list .item .content .btns a span {
        font-size: 1.1rem;
    }
}
.bio.about-bio .container {
    align-items: start;
}
.bio.about-bio .container .left-content .accordions .accordion {
    background: transparent;
    border-radius: 0;
    color: #000;
    padding: 0;
}
.bio.about-bio .container .right-content figure {
    height: 85rem;
}
.bio.about-bio.about-bio-2 {
    background: #c33130;
    color: #fff7e6;
}
.bio.about-bio.about-bio-2 .container {
    flex-direction: row-reverse;
    align-items: start;
    padding-top: 15rem;
}
.bio.about-bio.about-bio-2 .container .left-content h2 {
    color: #fff7e6;
}
.bio.about-bio.about-bio-2 .container .left-content .accordions .accordion {
    border-bottom: 1px solid #fff7e6;
    background: transparent;
    border-radius: 0;
    color: #fff7e6;
}
.bio.about-bio.about-bio-2 .container .left-content .accordions .accordion .accordion-trigger .icon .divider {
    background: #fff7e6;
}
.our-pizzas.about-our-pizza {
    background: #c33130;
    color: #fff7e6;
}
.our-pizzas.about-our-pizza .container h2 {
    color: #fff7e6;
}
.our-pizzas.about-our-pizza .swiper .next-btn,
.our-pizzas.about-our-pizza .swiper .prev-btn {
    background: #fff7e6;
}
.locations.about-insta {
    margin-top: 0;
    padding-top: 10rem;
}
@media only screen and (max-width: 830px) {
    .bio.about-bio .container .right-content figure {
        height: 55rem;
    }
    .bio.about-bio.about-bio-2 .container {
        flex-direction: column-reverse;
        padding-top: 5rem;
    }
}
.faq .container {
    padding: 15rem 0;
}
.faq .container h2 {
    padding-bottom: 10rem;
    color: #c33130;
}
.feedback-form .container {
    padding: 15rem 0;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    flex-wrap: no-wrap;
}
.feedback-form .container .left-content {
    width: 40%;
}
.feedback-form .container .left-content h2 {
    color: #c33130;
    padding-bottom: 5rem;
    text-transform: uppercase;
}
.feedback-form .container .left-content p {
    font-size: 2.6rem;
    font-weight: 500;
    width: 80%;
}
.feedback-form .container .right-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: end;
    flex-wrap: no-wrap;
}
.feedback-form .container .right-content .form {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    flex-wrap: no-wrap;
    gap: 5rem;
}
.feedback-form .container .right-content .form .two-input-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: no-wrap;
    gap: 5rem;
    width: 100%;
}
.feedback-form .container .right-content .form .two-input-container .rate-us {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    flex-wrap: no-wrap;
    gap: 2rem;
}
.feedback-form .container .right-content .form .two-input-container .rate-us p {
    font-size: 1.8rem;
    padding-top: 0.8rem;
}
.feedback-form .container .right-content .form .two-input-container .rate-us .rate-us-group {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    flex-wrap: no-wrap;
    gap: 0.5rem;
}
.feedback-form .container .right-content .form .two-input-container .rate-us .rate-us-group svg {
    cursor: pointer;
}
.feedback-form .container .right-content .form .two-input-container .rate-us .rate-us-group svg.active path {
    fill: #c33130;
}
.feedback-form .container .right-content .form select {
    width: 100%;
    background: transparent;
    border: none;
    font-size: 1.8rem;
    border-bottom: 1px solid #000000;
    padding: 1.1rem 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(/svg/black-down-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 2.7rem top 50%;
    background-size: 1.5rem;
    color: #000;
}
.feedback-form .container .right-content .form input {
    width: 100%;
    padding: 1rem 0;
    color: #000;
    font-family: Obviously;
    font-weight: 400;
    font-size: 1.8rem;
    border-bottom: 1px solid #000000;
}
.feedback-form .container .right-content .form input::placeholder {
    color: #000;
    font-size: 1.8rem;
}
.feedback-form .container .right-content .form .submit-btn {
    background: #c33130;
    width: min-content;
    padding: 1.5rem 5rem 1rem;
    border: 1px solid #c33130;
    border-radius: 1rem;
    color: #fff7e6;
    font-family: Obviously Wide;
    font-size: 1.6rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.3, 1, 0.3, 1);
}
.feedback-form .container .right-content .form .submit-btn:hover {
    background: transparent;
    color: #c33130;
}
.feedback-form .container .right-content .form input::-webkit-outer-spin-button,
.feedback-form .container .right-content .form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.feedback-form .container .right-content .form input[type='number'] {
    -moz-appearance: textfield;
}
.feedback-form.contact-feedback .container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.feedback-form.contact-feedback .container .left-content {
    flex: 0 0 45%;
    max-width: 45%;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    flex-wrap: no-wrap;
    gap: 3rem;
}
.feedback-form.contact-feedback .container .left-content p {
    width: 100%;
    font-size: 2rem;
}
.feedback-form.contact-feedback .container .left-content .bold {
    font-weight: 700;
}
.feedback-form.contact-feedback .container .left-content a {
    font-family: Obviously;
}
.feedback-form.contact-feedback .container .left-content a span {
    font-family: Obviously;
    font-weight: 500;
    font-size: 2rem;
    text-transform: none;
}
.feedback-form.contact-feedback .container .left-content .icons {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    flex-wrap: no-wrap;
    gap: 2rem;
}
.feedback-form.contact-feedback .container .left-content .icons a img {
    height: 3rem;
    width: auto;
    filter: invert(1);
}
.feedback-form.contact-feedback .container .right-content {
    flex: 0 0 45%;
    max-width: 45%;
    width: 100%;
    height: auto;
}
.feedback-form.contact-feedback .container .right-content .form {
    width: 100%;
}
@media only screen and (max-width: 830px) {
    .feedback-form .container {
        padding: 10rem 0;
        gap: 5rem;
    }
    .feedback-form .container .left-content,
    .feedback-form .container .right-content {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .feedback-form .container .left-content h2,
    .feedback-form .container .right-content h2 {
        padding-bottom: 2rem;
    }
    .feedback-form .container .right-content .wpcf7 {
        width: 100%;
    }
    .feedback-form .container .right-content .form {
        width: 100%;
        gap: 3rem;
    }
    .feedback-form .container .right-content .form .two-input-container {
        flex-direction: column;
        gap: 3rem;
    }
    .feedback-form.contact-feedback .container {
        flex-direction: column;
        gap: 8rem;
    }
    .feedback-form.contact-feedback .container .left-content,
    .feedback-form.contact-feedback .container .right-content {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: auto;
        gap: 2rem;
    }
    .feedback-form.contact-feedback .container .left-content .wpcf7,
    .feedback-form.contact-feedback .container .right-content .wpcf7 {
        width: 100%;
    }
}
.bio.red-bio {
    background: #c33130;
    color: #fff7e6;
}
.bio.red-bio .container h2 {
    color: #fff7e6;
}
.menu {
    background: #c33130;
    color: #fff7e6;
}
.menu .container {
    padding: 5rem 0;
}
.menu .container h2 {
    margin-bottom: 5rem;
}
.menu .container .menu-list {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    row-gap: 5rem;
    align-items: stretch;
}
.menu .container .menu-list .menu-item {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #fff7e6;
    padding-bottom: 5rem;
}
.menu .container .menu-list .menu-item .top-content,
.menu .container .menu-list .menu-item .inner-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: no-wrap;
}
.menu .container .menu-list .menu-item .top-content p,
.menu .container .menu-list .menu-item .inner-content p {
    font-size: 2.6rem;
    font-weight: 500;
}
.menu .container .menu-list .menu-item .top-content p span,
.menu .container .menu-list .menu-item .inner-content p span {
    font-size: 1.8rem;
}
.menu .container .menu-list .menu-item .inner-content {
    width: 75%;
}
.menu .container .menu-list .menu-item .bottom-content {
    width: 85%;
}
.menu .container .menu-list .menu-item:nth-child(odd) {
    padding-right: 4rem;
}
.menu .container .menu-list .menu-item:nth-child(2n) {
    padding-left: 4rem;
}
.menu .container .menu-list-img {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
}
.menu .container .menu-list-img .menu-item-img {
    position: relative;
    height: 50rem;
    border-radius: 1rem;
    overflow: hidden;
}
.menu .container .menu-list-img .menu-item-img .overlay:before {
    background: linear-gradient(180deg, #0006 10%, #fff0) !important;
}
.menu .container .menu-list-img .menu-item-img .content {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    flex-wrap: no-wrap;
    gap: 3.5rem;
}
.menu .container .menu-list-img .menu-item-img .content .top-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: no-wrap;
    width: 100%;
}
.menu .container .menu-list-img .menu-item-img .content .top-content p:first-child {
    font-size: 2.6rem;
    font-weight: 700;
}
.menu .container .menu-list-img .menu-item-img .content .top-content p span {
    font-size: 1.6rem;
}
.menu .container .menu-list-img .menu-item-img .content .top-content .icon {
    font-size: 1.4rem;
    background: #c33130;
    padding: 1.2rem 1rem 1rem;
    border-radius: 5px;
    font-weight: 500;
}
.menu .container .menu-list-img .menu-item-img .content .bottom-content {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    flex-wrap: no-wrap;
    gap: 2rem;
}
.menu .container .menu-list-img .menu-item-img .content .bottom-content p {
    font-size: 1.6rem;
    font-weight: 500;
}
.menu .container .white-space {
    width: 100%;
    text-align: center;
    background: #fff;
    color: #c33130;
    padding: 1.5rem 0 1rem;
    border-radius: 1rem;
    margin-top: 5rem;
    font-size: 1.8rem;
    font-family: Obviously Wide;
}
.own-pizza {
    background: #c33130;
    color: #fff7e6;
}
.own-pizza .container {
    padding: 0;
}
.own-pizza .container .top-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    flex-wrap: no-wrap;
    margin-bottom: 10rem;
}
.own-pizza .container .top-content .left-content {
    flex: 0 0 40%;
    max-width: 40%;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    flex-wrap: no-wrap;
    gap: 5rem;
}
.own-pizza .container .top-content .left-content .list-recepie p {
    font-size: 2.6rem;
    font-weight: 500;
}
.own-pizza .container .top-content .left-content .list-recepie p span {
    border-bottom: 1px solid #fff7e6;
}
.own-pizza .container .top-content .right-content {
    flex: 0 0 23.68%;
    max-width: 23.68%;
    width: 100%;
    height: auto;
}
.own-pizza .container .top-content .right-content .pizza-item {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.own-pizza .container .bottom-content {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    row-gap: 5rem;
}
.own-pizza .container .bottom-content .pizza-list {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 3rem;
}
.own-pizza .container .pizza-item {
    flex: 0 0 23.68%;
    max-width: 23.68%;
    width: 100%;
    height: auto;
    background: #fff;
    color: #000;
    padding: 5rem 3rem;
    border-radius: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    flex-wrap: no-wrap;
    gap: 3rem;
}
.own-pizza .container .pizza-item figure {
    height: 8rem;
    width: auto;
}
.own-pizza .container .pizza-item figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.own-pizza .container .pizza-item .content p {
    font-size: 1.8rem;
}
.own-pizza .container .pizza-item .content p:first-child {
    font-size: 2.6rem;
    font-weight: 500;
    font-family: Obviously Wide;
    color: #c33130;
}
.own-pizza .container .white-space {
    width: 100%;
    text-align: start;
    background: #fff;
    color: #c33130;
    padding: 1.5rem 2rem 1rem;
    border-radius: 1rem;
}
.own-pizza .container .white-space p {
    font-size: 1.8rem;
    font-family: Obviously Wide;
}
.own-pizza .container .white-space p span {
    font-weight: 400;
}
.menu.drinks .container h2 {
    margin-bottom: 10rem;
}
.menu.drinks .container .menu-list {
    row-gap: 2rem;
}
.menu.drinks .container .menu-list .menu-item {
    border-bottom: none;
    padding-bottom: 0;
}
.own-pizza.treat .container h2 {
    margin-bottom: 10rem;
}
.own-pizza.treat .container .bottom-content .pizza-list .pizza-item {
    flex: 0 0 32.17%;
    max-width: 32.17%;
    width: 100%;
    height: auto;
    padding-bottom: 10rem;
}
.own-pizza.treat .container .white-space p {
    text-align: center;
}
.white-space-section {
    background: #c33130;
    padding: 5rem 0;
}
.white-space-section .container {
    background: #fff7e6;
    padding: 1.5rem 0 1rem;
    border-radius: 1rem;
}
.white-space-section .container p {
    text-align: center;
    font-family: Obviously Wide;
    font-size: 1.8rem;
    color: #c33130;
}
.awwards {
    background: #c33130;
    color: #fff7e6;
}
.awwards .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    flex-wrap: no-wrap;
    padding: 10rem 0;
}
.awwards .container .left-content {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    height: auto;
}
.awwards .container .left-content .locations-list {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    flex-wrap: no-wrap;
    gap: 2rem;
    margin-top: 10rem;
}
.awwards .container .left-content .locations-list .location-item {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    flex-wrap: no-wrap;
    gap: 1rem;
}
.awwards .container .left-content .locations-list .location-item img {
    height: 2.5rem;
    width: auto;
}
.awwards .container .left-content .locations-list .location-item p {
    font-size: 2.6rem;
    font-weight: 500;
}
.awwards .container .right-content {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    flex-wrap: no-wrap;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    height: auto;
    gap: 5rem;
}
.awwards .container .right-content figure {
    height: 17rem;
    width: auto;
}
.awwards .container .right-content figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
@media only screen and (max-width: 830px) {
    .menu .container .menu-list {
        row-gap: 3rem;
    }
    .menu .container .menu-list .menu-item {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: auto;
        padding: 0 0 5rem;
        border-bottom: 1px solid #fff7e6;
    }
    .menu .container .menu-list .menu-item .inner-content {
        flex-direction: column;
        align-items: start;
    }
    .menu .container .menu-list .menu-item:nth-child(odd) {
        padding-right: 0;
    }
    .menu .container .menu-list .menu-item:nth-child(2n) {
        padding-left: 0;
    }
    .menu .container .menu-list-img {
        grid-template-columns: repeat(1, 1fr);
    }
    .menu .container .menu-list-img .menu-item-img {
        height: 45rem;
    }
    .own-pizza .container .top-content {
        flex-direction: column;
        gap: 5rem;
        margin-bottom: 3rem;
    }
    .own-pizza .container .top-content .left-content,
    .own-pizza .container .top-content .right-content {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        flex-wrap: no-wrap;
        gap: 3rem;
    }
    .own-pizza .container .bottom-content .pizza-list {
        flex-direction: column;
    }
    .own-pizza .container .bottom-content .pizza-list .pizza-item {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .own-pizza .container .bottom-content .pizza-list .pizza-item figure {
        height: auto;
        width: 8rem;
    }
    .own-pizza.treat .container h2 {
        margin-bottom: 3rem;
    }
    .own-pizza.treat .container .bottom-content .pizza-list .pizza-item {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: auto;
        padding-bottom: 5rem;
    }
    .awwards .container {
        flex-direction: column;
        gap: 5rem;
    }
    .awwards .container .left-content {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .awwards .container .left-content .locations-list {
        margin-top: 3rem;
    }
    .awwards .container .right-content {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: start;
        flex-wrap: no-wrap;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: auto;
        gap: 3rem;
    }
    .awwards .container .right-content figure {
        height: auto;
        width: 10rem;
    }
}
.products .container {
    padding: 30rem 0 15rem;
}
.products .container h1 {
    text-align: center;
    color: #c33130;
    margin-bottom: 10rem;
}
.products .container .product-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: no-wrap;
    gap: 5rem;
}
.products .container .product-content .header {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    flex-wrap: no-wrap;
    gap: 3rem;
}
.products .container .product-content .header select {
    background: transparent;
    font-family: Obviously Wide;
    font-size: 1.2rem;
    color: #c33130;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding: 0.5rem 1rem;
}
.products .container .product-content .product-list {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 8rem;
    width: 100%;
}
.products .container .product-content .product-list .item {
    flex: 0 0 30.2%;
    max-width: 30.2%;
    width: 100%;
    height: auto;
    border-radius: 2rem;
    overflow: hidden;
    background: #fff;
}
.products .container .product-content .product-list .item figure {
    width: 100%;
    height: 30rem;
}
.products .container .product-content .product-list .item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.products .container .product-content .product-list .item .content {
    padding: 3rem;
}
.products .container .product-content .product-list .item .content .price {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    flex-wrap: no-wrap;
    border-bottom: 2px solid #c33130;
}
.products .container .product-content .product-list .item .content .price p,
.products .container .product-content .product-list .item .content .price h3 {
    font-size: 2.4rem;
    font-family: Obviously Wide;
    color: #c33130;
}
.products .container .product-content .product-list .item .content .price p:first-child,
.products .container .product-content .product-list .item .content .price h3:first-child {
    flex: 0 0 70%;
    max-width: 70%;
    width: 100%;
    height: auto;
}
.products .container .product-content .product-list .item .content .content-detail {
    padding: 4rem 0;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    flex-wrap: no-wrap;
    gap: 2rem;
}
.products .container .product-content .product-list .item .content .content-detail p {
    font-size: 1.4rem;
    color: #c33130;
}
.products .container .product-content .product-list .item .content .order-btns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: no-wrap;
    gap: 2rem;
}
.products .container .product-content .product-list .item .content .order-btns .input-plus {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: no-wrap;
    color: #c33130;
    border: 1px solid #c33130;
    border-radius: 0.5rem;
    padding: 1rem 0 0.6rem;
}
.products .container .product-content .product-list .item .content .order-btns .input-plus p {
    font-family: Obviously Wide;
}
.products .container .product-content .product-list .item .content .order-btns .input-plus .minus,
.products .container .product-content .product-list .item .content .order-btns .input-plus .plus {
    width: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: no-wrap;
    cursor: pointer;
}
.products .container .product-content .product-list .item .content .order-btns .input-plus .minus p,
.products .container .product-content .product-list .item .content .order-btns .input-plus .plus p {
    line-height: normal;
}
.products .container .product-content .product-list .item .content .order-btns .link-bg-red {
    width: 100%;
}
.products .container .product-content .product-list .item.load-more-item {
    display: none;
}
@media only screen and (max-width: 830px) {
    .products .container .product-content .product-list .item {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .products .container .product-content .product-list .item .content .order-btns {
        flex-direction: column;
        align-items: start;
    }
    .products .container .product-content .product-list .item .content .order-btns .input-plus {
        width: 50%;
    }
    .products .container .product-content .product-list .item .content .order-btns .link-bg-red {
        width: max-content;
    }
}
.cart .container {
    padding: 30rem 0 15rem;
    max-width: 70%;
}
.cart .container h1 {
    text-align: center;
    color: #c33130;
    margin-bottom: 20rem;
}
.cart .container .cart-list {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    flex-wrap: no-wrap;
    gap: 3rem;
}
.cart .container .cart-list .cart-item {
    width: 100%;
    background: #c33130;
    color: #fff7e6;
    border-radius: 2rem;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: no-wrap;
    padding: 4rem;
}
.cart .container .cart-list .cart-item figure {
    flex: 0 0 30%;
    width: 30%;
    height: auto;
    min-height: 35rem;
}
.cart .container .cart-list .cart-item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}
.cart .container .cart-list .cart-item .content {
    flex: 0 0 65%;
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    flex-wrap: no-wrap;
    gap: 5rem;
}
.cart .container .cart-list .cart-item .content .ingredients {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    gap: 2rem;
}
.cart .container .cart-list .cart-item .content .ingredients p {
    padding: 1.2rem 1rem 0.8rem;
    background-color: #fff;
    color: #c33130;
    font-size: 1.2rem;
    font-family: Obviously Wide;
    text-transform: uppercase;
    border-radius: 0.5rem;
}
.cart .container .cart-list .cart-item .content .price {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    flex-wrap: no-wrap;
    border-bottom: 2px solid #fff7e6;
    width: 100%;
}
.cart .container .cart-list .cart-item .content .price p {
    font-size: 3.2rem;
    font-family: Obviously Wide;
}
.cart .container .cart-list .cart-item .content .price p:first-child {
    width: 70%;
}
.cart .container .cart-list .cart-item .content .content-detail {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    flex-wrap: no-wrap;
    gap: 2rem;
}
.cart .container .cart-list .cart-item .content .content-detail p {
    font-size: 1.4rem;
}
.cart .container .cart-list .cart-item .content .carts-btn {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    flex-wrap: no-wrap;
    gap: 2rem;
    width: 100%;
}
.cart .container .cart-list .cart-item .content .carts-btn .input-plus {
    width: 20%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: no-wrap;
    color: #c33130;
    border: 1px solid #fff7e6;
    border-radius: 0.5rem;
    padding: 1rem 0 0.6rem;
}
.cart .container .cart-list .cart-item .content .carts-btn .input-plus p {
    font-family: Obviously Wide;
    color: #fff7e6;
}
.cart .container .cart-list .cart-item .content .carts-btn .input-plus .minus,
.cart .container .cart-list .cart-item .content .carts-btn .input-plus .plus {
    width: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: no-wrap;
    cursor: pointer;
}
.cart .container .cart-list .cart-item .content .carts-btn .input-plus .minus p,
.cart .container .cart-list .cart-item .content .carts-btn .input-plus .plus p {
    line-height: normal;
}
.cart .container .cart-list .cart-item .content .carts-btn .delete {
    height: 4.5rem;
    width: 4.5rem;
    border-radius: 50%;
    background: #fff7e6;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: no-wrap;
}
.cart .container .checkout {
    margin-top: 5rem;
    padding: 5rem 0;
    border-top: 1px solid #c33130;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: no-wrap;
}
.cart .container .checkout p {
    font-size: 3rem;
    color: #c33130;
    font-family: Obviously Wide;
}
@media only screen and (max-width: 830px) {
    .cart .container {
        max-width: 95%;
    }
    .cart .container h1 {
        margin-bottom: 10rem;
    }
    .cart .container .cart-list .cart-item {
        flex-direction: column;
        gap: 5rem;
        padding: 3rem;
    }
    .cart .container .cart-list .cart-item figure {
        flex: 0 0 100%;
        width: 100%;
        min-height: unset;
    }
    .cart .container .cart-list .cart-item figure img {
        height: 40rem;
    }
    .cart .container .cart-list .cart-item .content {
        flex: 0 0 100%;
        width: 100%;
    }
    .cart .container .cart-list .cart-item .content .carts-btn .input-plus {
        width: 50%;
    }
    .cart .container .checkout {
        flex-direction: column;
        gap: 2rem;
    }
}