body {
    font-family: "Work Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    background: #000000;
    padding-top: 87px;
}

a:hover {
    opacity: 0.9;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #000000;
    z-index: 1001;
    transform: translateY(0);
    transition: transform 0.3s ease;
}

.header.header_hidden {
    transform: translateY(-100%);
}

.header.header_visible {
    transform: translateY(0);
}

.inner {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 20px;
}

.header .inner {
    display: flex;
    align-items: center;
}

.logo a img {
    width: 100%;
    max-width: 165px;
    height: auto;
}

.menu {
    flex: 1;
    display: flex;
    justify-content: center;
}

.menu a {
    padding: 0 15px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.cta a {
    padding: 15px 35px;
    background: #533cff;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.hero {
    display: flex;
    align-items: center;
    width: 100%;
    height: calc(100vh - 87px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero.small {
    height: 380px;
}

.title {
    width: 100%;
    max-width: 760px;
    margin: 0 0 50px 0;
    font-family: "Oswald", sans-serif;
    font-size: 110px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    color: #ffffff;
}

.subtitle {
    width: 100%;
    max-width: 520px;
    margin: 0 0 50px 0;
    font-family: "Work Sans", sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
}

.hero a {
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 15px 35px;
    background: #533cff;
    border: 1px solid #533cff;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.hero a.border {
    display: inline-block;
    padding: 15px 35px;
    background: none;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.intro {
    width: 100%;
    background: #ffffff;
}

.intro .inner {
    display: flex;
    align-items: center;
}

.section_left {
    flex: 1;
    max-width: 580px;
    padding: 80px 80px 80px 0;
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 50px;
    text-transform: uppercase;
    color: #000000;
}

.section_right {
    flex: 1;
    padding: 80px 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    color: #000000;
}

.block {
    display: flex;
    align-items: center;
    margin: 0;
    background: #ffffff;
}

.block .inner {
    display: flex;
    height: 650px;
    padding: 0 20px 80px 20px;
}

.col {
    flex: 1;
    display: flex;
    padding: 320px 80px 80px 80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.col h3 {
    margin: 0 0 20px 0;
    font-family: "Oswald", sans-serif;
    font-size: 34px;
    font-weight: normal;
    line-height: 50px;
    text-transform: uppercase;
    color: #ffffff;
}

.col p {
    margin: 0 0 30px 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    color: #ffffff;
}

.col a {
    display: inline-block;
    padding: 15px 35px;
    background: #533cff;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.merch {
    width: 100%;
    padding: 80px 0 0 0;
    background: #000000;
}

.merch .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 20px;
}

.merch_title {
    margin: 0;
    font-family: "Oswald", sans-serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 50px;
    text-transform: uppercase;
    color: #ffffff;
}

.merch .cta {
    display: inline-block;
    padding: 15px 35px;
    background: #533cff;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    width: 100%;
    padding: 0;
}

.items.padding {
    padding-top: 40px;
}

.item {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    color: #000000;
    text-decoration: none;
    margin: 0 0 20px 0;
}

.item img {
    display: block;
    width: 100%;
    height: 480px;
    object-fit: cover;
}

.item h4 {
    margin: 10px 0 5px 0;
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 50px;
    text-transform: uppercase;
    color: #ffffff;
}

.item p {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    color: #ffffff !important;
}

.item .buy-now {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 16px;
    padding: 14px 24px;
    min-height: 52px;
    background: #533cff;
    border: 1px solid #533cff;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.item .buy-now:hover {
    background: #6a56ff;
    border-color: #6a56ff;
    opacity: 1;
    transform: translateY(-1px);
}

.item .buy-now:active {
    transform: translateY(0);
}

.item .buy-now:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 3px;
}

.video {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 80px 20px 0 20px;
    background: #000000;
}

.player {
    position: relative;
    flex: 1;
    width: 100%;
    max-width: 1340px;
    height: 580px;
    aspect-ratio: 16 / 9;
    background: #ffffff;
}

.player iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.follow {
    width: 100%;
    padding: 80px 0 0 0;
    background: #000000;
}

.follow .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.follow_title {
    margin: 0;
    font-family: "Oswald", sans-serif;
    font-size: 44px;
    font-weight: 400;
    line-height: 50px;
    text-transform: uppercase;
    color: #ffffff;
}

.follow .cta {
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 50px;
    color: #ffffff;
}

.grid {
    width: 100%;
    max-width: 1380px;
    margin: 40px auto 0;
    padding: 0 20px;
}

.insta {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.post img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.footer {
    padding: 80px 0;
    background: #000000;
    border-width: 1px 0 0 0;
}

.footer .inner {
    display: grid;
    grid-template-columns: 60% 1fr 1fr 1fr;
    gap: 40px;
    align-items: start;
    padding: 0 20px;
}

.footer .menu,
.footer .socials {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer .menu {
    gap: 14px;
}

.footer .menu a {
    padding: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.footer .socials {
    gap: 16px;
}

.footer .socials_links {
    display: flex;
    gap: 24px;
    height: 36px;
}

.footer h4 {
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 50px;
    text-transform: uppercase;
    color: #ffffff;
}

.footer p {
    color: #ffffff;
}

.footer .logo a img {
    width: 100%;
    max-width: 210px;
    height: auto;
}

.copyright {
    width: 100%;
    background: #1e1e1e;
}

.copyright .inner {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: normal;
    line-height: 26px;
    color: #ffffff;
}

.menu_toggle {
    display: none;
    position: relative;
    width: 28px;
    height: 28px;
    padding: 0;
    background: none;
    border: 0;
    cursor: pointer;
    appearance: none;
    z-index: 1000;
}

.menu_toggle span {
    position: absolute;
    left: 0;
    width: 28px;
    height: 3px;
    background: #ffffff;
    transform-origin: center;
    transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
}

.menu_toggle span:nth-child(1) {
    top: 4px;
}

.menu_toggle span:nth-child(2) {
    top: 12px;
}

.menu_toggle span:nth-child(3) {
    top: 20px;
}

.menu_toggle.active span:nth-child(1) {
    top: 12px;
    transform: rotate(45deg);
}

.menu_toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu_toggle.active span:nth-child(3) {
    top: 12px;
    transform: rotate(-45deg);
}

.mobile_menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    background: #000000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 28px;
}

.mobile_menu a {
    padding: 0 15px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
}

.mobile_menu .mobile_join {
    padding: 15px 35px;
    background: #533cff;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.mobile_menu.open {
    display: flex;
}

body.menu_open {
    overflow: hidden;
}

.body_content {
    width: 100%;
    padding: 80px 0;
    background: #ffffff;
}

.body_content.black {
    background: #000000;
}

.body_content .inner {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 20px;
}

.body_content h1,
.body_content h2,
.body_content h3 {
    margin: 0 0 20px 0;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}

.body_content h1 {
    font-size: 40px;
}

.body_content h2 {
    font-size: 28px;
}

.body_content h3 {
    font-size: 22px;
}

.body_content p {
    margin: 0 0 20px 0;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}

.body_content ul,
.body_content ol {
    margin: 0 0 20px 0;
    line-height: 30px;
}

.body_content ul {
    list-style: disc;
    padding-left: 20px;
}

.body_content ol {
    list-style: decimal;
    padding-left: 20px;
}

.body_content li {
    margin-bottom: 10px;
}

.body_content a {
    color: #533cff;
    text-decoration: none;
}

.two_col {
    width: 100%;
    padding: 40px 0;
    background: #000000;
}

.two_col .inner {
    display: flex;
    align-items: stretch;
    gap: 80px;
    padding: 40px 20px 0 20px;
}

.two_col .half {
    flex: 1;
}

.two_col .half.image {
    min-height: 420px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.two_col .half p {
    margin: 0 0 40px 0;
    font-size: 18px;
    color: #ffffff;
}

.two_col h3 {
    margin: 0 0 20px 0;
    font-family: "Oswald", sans-serif;
    font-size: 34px;
    line-height: 50px;
    text-transform: uppercase;
    color: #ffffff;
}

.two_col ul {
    margin: 0 0 30px 0;
    padding-left: 20px;
    list-style: disc;
}

.two_col li {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
}

.two_col li strong {
    font-weight: 600;
}

.two_col a {
    display: inline-block;
    padding: 15px 35px;
    background: #533cff;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.two_col.reversed .inner {
    flex-direction: row-reverse;
}

.pricing_page {
    width: 100%;
    padding: 80px 0;
    background: #000000;
}

.pricing_page .inner {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 20px;
}

.pricing_section {
    padding: 0 0 70px 0;
    margin: 0 0 70px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.pricing_section:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.pricing_page .section_title {
    margin: 0 0 60px 0;
    font-family: "Oswald", sans-serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 50px;
    text-transform: uppercase;
    color: #ffffff;
}

.pricing_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.pricing_grid_four {
    grid-template-columns: repeat(4, 1fr);
}

.pricing_card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 30px 40px;
    border: 1px solid #a0a0a0;
    background: #000000;
}

.pricing_card h3 {
    margin: 0 0 20px 0;
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    text-transform: uppercase;
    color: #ffffff;
}

.pricing_card ul {
    margin: 0;
    padding-left: 22px;
    list-style: disc;
}

.pricing_card li {
    margin: 0 0 12px 0;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.75);
}

.price_row {
    display: flex;
    align-items: baseline;
    gap: 14px;
    margin-top: auto;
    margin-bottom: 20px;
}

.price {
    font-family: "Oswald", sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 50px;
    text-transform: uppercase;
    color: #ffffff;
}

.price_suffix {
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 50px;
    text-transform: uppercase;
    color: #ffffff;
}

.pricing_btn {
    display: inline-block;
    padding: 15px 35px;
    background: #533cff;
    color: #ffffff !important;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.pricing_card .membership_description {
    margin-bottom: 20px;
}

.pricing_card>*:last-child {
    margin-top: auto;
}

.pricing_card .price_row {
    margin-top: auto;
    margin-bottom: 20px;
}

.pricing_card .pricing_btn {
    margin-top: 0;
}

.contact_block {
    width: 100%;
    padding: 80px 0;
    background: #000000;
}

.contact_block .inner {
    display: flex;
    gap: 80px;
    align-items: flex-start;
    padding: 0 20px;
}

.contact_block .contact_col {
    flex: 1;
    min-width: 0;
}

.contact_block h2 {
    margin: 0 0 30px 0;
    font-family: "Oswald", sans-serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 50px;
    text-transform: uppercase;
    color: #ffffff;
}

.contact_block h2:not(:first-child) {
    margin-top: 60px;
}

.contact_block p {
    margin: 0 0 30px 0;
    font-size: 18px;
    line-height: 1.9;
    color: #ffffff;
}

.contact_block a {
    color: #ffffff;
    text-decoration: none;
}

.contact_block a:hover {
    opacity: 0.9;
}

.contact_block .map_wrap {
    width: 100%;
    height: 520px;
    overflow: hidden;
    background: #111111;
}

.contact_block .map_wrap iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.item-image {
    width: 100%;
    background: #111111;
    margin-bottom: 16px;
}

.item-image img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
}

.item-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.item-title {
    margin: 0 0 8px 0;
}

.item-price {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
}

.item-meta {
    color: rgba(255, 255, 255, 0.85);
    font-size: 18px;
}

.item-meta span {
    margin-right: 6px;
}

.item-meta strong {
    color: #ffffff;
}

.item-description {
    margin: 12px 0 16px 0;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}

.item-description p {
    margin: 0 0 12px 0;
}

.item-description p:last-child {
    margin-bottom: 0;
}

.contact_form_block {
    width: 100%;
    padding: 80px 0;
    background: #dddddd;
}

.contact_form_block .inner {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact_form_title {
    margin: 0 0 40px 0;
    font-family: "Oswald", sans-serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
}

.contact_form {
    width: 100%;
    text-align: center;
}

.form_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

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

.form_group {
    display: flex;
    flex-direction: column;
}

.form_group.full {
    grid-column: 1 / -1;
}

.form_group label {
    margin: 0 0 10px 0;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}

.form_group input,
.form_group textarea {
    width: 100%;
    border: 1px solid #000000;
    background: transparent;
    color: #000000;
    font-size: 18px;
    font-family: "Work Sans", sans-serif;
    padding: 14px 16px;
    outline: none;
    border-radius: 0;
    box-shadow: none;
    appearance: none;
}

.form_group input {
    height: 58px;
}

.form_group textarea {
    min-height: 180px;
    resize: vertical;
}

.form_btn {
    display: inline-block;
    margin: 35px auto 0;
    padding: 18px 40px;
    min-width: 180px;
    border: 0;
    background: #533cff;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    cursor: pointer;
}

.contact_form_block .gform_wrapper {
    margin: 0;
}

.contact_form_block .gform_heading {
    display: none;
}

.contact_form_block .gform_theme_form,
.contact_form_block form {
    width: 100%;
}

.contact_form_block .gform-body,
.contact_form_block .gform_fields {
    width: 100%;
}

.gform-theme--framework .gform_validation_errors .gform-icon {
    display: none !important;
}

.contact_form_block .gform_fields {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.contact_form_block .gfield {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

.contact_form_block .gfield_label,
.contact_form_block label {
    display: block;
    margin: 0 0 10px 0 !important;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 1.4;
    color: #000000 !important;
}

.contact_form_block .gfield_required,
.contact_form_block .gfield_required_text {
    color: #000000 !important;
    font-size: 14px !important;
    font-weight: normal !important;
}

.contact_form_block .ginput_container {
    margin: 0 !important;
    width: 100% !important;
}

.contact_form_block input[type="text"],
.contact_form_block input[type="email"],
.contact_form_block input[type="tel"],
.contact_form_block input[type="url"],
.contact_form_block input[type="number"],
.contact_form_block input[type="password"],
.contact_form_block select,
.contact_form_block textarea {
    width: 100% !important;
    border: 1px solid #000000 !important;
    background: transparent !important;
    color: #000000 !important;
    font-size: 18px !important;
    font-family: "Work Sans", sans-serif !important;
    font-weight: normal !important;
    padding: 14px 16px !important;
    outline: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    appearance: none;
    -webkit-appearance: none;
}

.contact_form_block input[type="text"],
.contact_form_block input[type="email"],
.contact_form_block input[type="tel"],
.contact_form_block input[type="url"],
.contact_form_block input[type="number"],
.contact_form_block input[type="password"],
.contact_form_block select {
    height: 58px !important;
    min-height: 58px !important;
}

.contact_form_block textarea {
    min-height: 180px !important;
    resize: vertical;
}

.contact_form_block input::placeholder,
.contact_form_block textarea::placeholder {
    color: #000000;
    opacity: 1;
}

.contact_form_block input:focus,
.contact_form_block textarea:focus,
.contact_form_block select:focus {
    border-color: #000000 !important;
    box-shadow: none !important;
}

.contact_form_block .gform_footer,
.contact_form_block .gform_page_footer {
    margin: 35px 0 0 0 !important;
    padding: 0 !important;
    text-align: center;
}

.contact_form_block .gform_button,
.contact_form_block input[type="submit"],
.contact_form_block button[type="submit"] {
    display: inline-block;
    margin: 0 auto !important;
    padding: 18px 40px !important;
    min-width: 180px;
    border: 0 !important;
    background: #533cff !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.04em;
    text-transform: uppercase !important;
    cursor: pointer;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.contact_form_block .gform_validation_errors {
    margin: 0 0 24px 0 !important;
    padding: 16px 20px !important;
    border: 1px solid #d83b1d !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.contact_form_block .gform_validation_errors h2 {
    margin: 0 !important;
    font-family: "Work Sans", sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
    text-transform: none !important;
    color: #d83b1d !important;
}

.contact_form_block .gfield_validation_message,
.contact_form_block .validation_message,
.contact_form_block .gform-theme-field-error {
    margin-top: 8px !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    color: #d83b1d !important;
}

.contact_form_block .gfield_error input,
.contact_form_block .gfield_error textarea,
.contact_form_block .gfield_error select {
    border-color: #d83b1d !important;
}

.contact_form_block .gform_wrapper .gfield_description {
    padding: 0 !important;
}

.contact_form_block .gform_wrapper.gravity-theme .gfield_label {
    margin-bottom: 10px !important;
}

.membership_description,
.membership_description p {
    color: #ffffff !important;
}

.membership_description p {
    margin: 0 0 20px 0;
    font-size: 18px;
    line-height: 30px;
}

.teamup-calendar-shell {
    padding: 32px;
    background: #0f0f10;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.teamup-calendar-toolbar {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin: 0 0 24px 0;
}

#teamup-calendar {
    padding: 0;
    background: transparent;
    color: #ffffff;
}

.fc {
    --fc-border-color: rgba(255, 255, 255, 0.12);
    --fc-page-bg-color: transparent;
    --fc-neutral-bg-color: #151515;
    --fc-list-event-hover-bg-color: #1d1d1d;
    --fc-today-bg-color: rgba(83, 60, 255, 0.16);
    color: #ffffff;
}

.fc .fc-scrollgrid,
.fc-theme-standard td,
.fc-theme-standard th {
    border-color: rgba(255, 255, 255, 0.12);
}

.fc .fc-col-header-cell {
    background: #151515;
    padding: 14px 6px;
}

.fc .fc-col-header-cell-cushion {
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
}

.fc .fc-toolbar {
    gap: 16px;
    margin-bottom: 24px !important;
}

.fc .fc-toolbar-title {
    font-family: "Oswald", sans-serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
    color: #ffffff;
}

.fc .fc-button {
    padding: 12px 18px !important;
    background: #533cff !important;
    border: 1px solid #533cff !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.fc .fc-button:hover,
.fc .fc-button:focus {
    opacity: 0.95;
}

.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
    background: #6a56ff !important;
    border-color: #6a56ff !important;
}

.fc .fc-button,
.fc .fc-prev-button,
.fc .fc-next-button,
.fc .fc-today-button {
    padding: 12px 18px !important;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.fc .fc-daygrid-day-number,
.fc .fc-timegrid-axis-cushion,
.fc .fc-timegrid-slot-label-cushion,
.fc .fc-list-day-text,
.fc .fc-list-day-side-text {
    color: #ffffff;
    text-decoration: none;
}

.fc .fc-daygrid-day-number {
    padding: 10px !important;
    font-size: 14px;
    font-weight: 700;
}

.fc .fc-daygrid-day-frame {
    min-height: 180px;
    background: #111111;
}

.fc .fc-daygrid-day.fc-day-today {
    background: rgba(83, 60, 255, 0.16) !important;
}

.fc .fc-daygrid-day-events {
    margin: 0;
    padding: 0 8px 10px;
}

.fc .fc-daygrid-event-harness {
    margin-top: 8px !important;
}

.fc .fc-daygrid-event,
.fc .fc-timegrid-event {
    margin: 0;
    padding: 8px 10px;
    background: #533cff;
    border: 1px solid #533cff;
    border-radius: 0;
    min-height: 52px;
}

.fc .fc-daygrid-block-event .fc-event-main {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.fc .fc-event-title,
.fc .fc-event-time {
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    white-space: normal;
}

.fc .fc-timegrid-event .fc-event-main {
    padding: 2px 0;
}

.fc .fc-timegrid-event .fc-event-title {
    white-space: normal;
}

.fc .fc-timegrid-slot {
    height: 3.8em;
    background: #111111;
}

.fc .fc-timegrid-col,
.fc .fc-timegrid-axis {
    background: #111111;
}

.fc .fc-timegrid-now-indicator-line {
    border-color: #ffffff;
}

.fc .fc-list {
    border-color: rgba(255, 255, 255, 0.12);
}

.fc .fc-list-day-cushion {
    background: #151515 !important;
}

.fc .fc-list-day-text,
.fc .fc-list-day-side-text {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}

.fc .fc-list-table td {
    background: transparent;
    color: #ffffff;
    padding-top: 14px;
    padding-bottom: 14px;
}

.fc .fc-list-event:hover td {
    background: #191919;
}

.fc .fc-list-event-time,
.fc .fc-list-event-title a {
    color: #ffffff;
    text-decoration: none;
}

.fc .fc-list-event-title a {
    font-weight: 700;
}

.fc .is-past-event {
    background: #4b4b4b !important;
    border-color: #4b4b4b !important;
    opacity: 0.65;
}

.fc .is-past-event .fc-event-title,
.fc .is-past-event .fc-event-time {
    color: #e0e0e0 !important;
}

.teamup-event-modal[hidden] {
    display: none;
}

.teamup-event-modal {
    position: fixed;
    inset: 0;
    z-index: 2000;
}

.teamup-event-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.78);
}

.teamup-event-modal__panel {
    position: relative;
    z-index: 1;
    width: calc(100% - 40px);
    max-width: 640px;
    margin: 80px auto;
    padding: 32px;
    background: #111111;
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.teamup-event-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    color: #ffffff;
    font-size: 30px;
    cursor: pointer;
}

#teamup-event-title {
    margin: 0 0 14px 0;
    font-family: "Oswald", sans-serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
    color: #ffffff;
}

#teamup-event-time,
#teamup-event-location,
#teamup-event-description {
    color: #ffffff;
}

#teamup-event-time,
#teamup-event-location {
    margin: 0 0 12px 0;
    font-size: 16px;
    line-height: 1.6;
}

#teamup-event-description {
    margin: 0 0 24px 0;
    font-size: 16px;
    line-height: 1.7;
    white-space: pre-line;
    color: rgba(255, 255, 255, 0.82);
}

#teamup-event-book.is-disabled {
    opacity: 0.5;
    pointer-events: none;
}

@media (max-width: 1200px) {
    .pricing_grid {
        gap: 24px;
    }

    .pricing_grid_four {
        grid-template-columns: repeat(2, 1fr);
    }

    .pricing_card {
        padding: 30px;
    }

    .footer .inner {
        grid-template-columns: 40% 1fr 1fr 1fr;
    }
}

@media (max-width: 1024px) {
    .hero {
        height: 600px;
    }

    .title {
        font-size: 60px;
    }
}

@media (max-width: 1023px) {
    .hero.small {
        height: 280px;
    }

    .col {
        padding: 320px 60px 60px 60px;
    }

    .item img {
        height: 260px;
    }

    .post img {
        height: 214px;
    }

    .two_col {
        width: 100%;
        padding: 40px 0;
        background: #000000;
    }

    .two_col .inner {
        padding: 10px 20px 0 20px;
    }

    .footer {
        padding: 80px 0 40px 0;
    }
}

@media (max-width: 1000px) {
    .col {
        padding: 350px 30px 60px 30px;
    }

    .two_col .inner {
        gap: 40px;
    }

    .two_col h3 {
        font-size: 28px;
        line-height: 40px;
    }
}

@media (max-width: 961px) {
    .header .inner {
        position: relative;
        justify-content: space-between;
        align-items: center;
    }

    .header .inner .menu,
    .header .inner .cta {
        display: none;
    }

    .header .inner .menu_toggle {
        display: block;
    }

    .block .inner {
        height: auto;
        padding: 0;
    }

    .col {
        padding: 300px 20px 20px 20px;
    }

    .col h3 {
        font-size: 24px;
        line-height: 0;
    }

    .col p {
        margin: 0 0 20px 0;
        font-size: 16px;
    }

    .two_col {
        padding: 40px 0 0 0;
    }

    .two_col .inner {
        flex-direction: column;
    }

    .two_col.two_col.reversed {
        padding: 0 0 40px 0;
    }

    .two_col.reversed .inner {
        flex-direction: column;
    }

    .two_col img {
        height: 300px;
    }

    .block {
        margin: 0;
    }

    .merch_title {
        margin: 0 0 20px 0;
        font-size: 30px;
    }

    .items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        width: 100%;
        padding: 0;
    }

    .item img {
        height: 400px;
    }

    .follow .inner {
        align-items: flex-start;
    }

    .follow .inner,
    .follow_title {
        text-align: left;
    }

    .follow_title {
        font-size: 30px;
        line-height: 0;
    }

    .follow .cta {
        font-size: 18px;
    }

    .grid {
        margin: 0;
        padding: 0 20px 20px 20px;
    }

    .insta {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        width: 100%;
        padding: 40px 0 0;
    }

    .post img {
        height: 100%;
    }

    .footer .inner {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        width: 100%;
        padding: 0;
    }

    .footer .logo a img {
        max-width: 140px;
        margin: 0 auto 40px auto;
    }

    .footer h4 {
        margin: 0 0 20px 0;
        line-height: 0;
    }

    .footer .menu {
        padding: 0 20px 20px 20px;
    }

    .footer .socials {
        padding: 0 20px 20px 20px;
    }

    .copyright .inner a {
        display: block;
    }
}

@media (max-width: 900px) {
    .pricing_page {
        padding: 50px 0;
    }

    .pricing_section {
        padding: 0 0 50px 0;
        margin: 0 0 50px 0;
    }

    .pricing_page .section_title {
        margin: 0 0 35px 0;
        font-size: 28px;
        line-height: 40px;
    }

    .pricing_grid,
    .pricing_grid_four {
        grid-template-columns: repeat(2, 1fr);
    }

    .pricing_card {
        min-height: auto;
    }

    .contact_block {
        padding: 50px 0;
    }

    .contact_block .inner {
        flex-direction: column;
        gap: 40px;
    }

    .contact_block .contact_col {
        width: 100%;
    }

    .contact_block h2 {
        margin: 0 0 20px 0;
        font-size: 28px;
        line-height: 40px;
    }

    .contact_block h2:not(:first-child) {
        margin-top: 40px;
    }

    .contact_block p {
        font-size: 18px;
        line-height: 1.7;
    }

    .contact_block .map_wrap {
        height: 420px;
        margin-top: 10px;
    }

    .teamup-calendar-shell {
        padding: 20px;
    }

    .fc .fc-toolbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .fc .fc-toolbar-title {
        font-size: 28px;
    }

    .fc .fc-daygrid-day-frame {
        min-height: 140px;
    }
}

@media (max-width: 790px) {
    .body_content {
        padding: 40px 0;
    }

    .hero {
        height: 360px;
    }

    .title {
        max-width: 580px;
        margin: 0 0 20px 0;
        font-size: 40px;
    }

    .subtitle {
        max-width: 100%;
        margin: 20px 0;
        font-size: 16px;
    }

    .intro .inner {
        display: block;
    }

    .section_left {
        max-width: 100%;
        padding: 0 0 20px 0;
    }

    .section_right {
        padding: 0;
    }

    .block {
        margin: 0 0 40px 0;
    }

    .merch {
        padding: 40px 0 0 0;
    }

    .follow {
        padding: 40px 0 0 0;
    }

    .footer {
        padding: 40px 0;
        border: 0;
    }

    .footer .logo a img {
        max-width: 190px;
    }

    .col {
        padding: 360px 40px 40px 40px;
    }

    .contact_block .map_wrap {
        height: 320px;
        border-radius: 0;
    }

    .footer .inner {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        width: 100%;
        padding: 0;
    }

    .item-image img {
        height: 380px;
    }
}

@media (max-width: 700px) {
    .contact_form_block {
        padding: 50px 0;
    }

    .contact_form_title {
        margin: 0 0 35px 0;
        font-size: 40px;
    }

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

    .form_group input {
        height: 54px;
    }

    .form_group textarea {
        min-height: 160px;
    }

    .form_btn {
        width: 100%;
        margin-top: 28px;
    }

    .contact_form_block .gform_fields {
        grid-template-columns: 1fr !important;
        gap: 20px;
    }

    .contact_form_block input[type="text"],
    .contact_form_block input[type="email"],
    .contact_form_block input[type="tel"],
    .contact_form_block input[type="url"],
    .contact_form_block input[type="number"],
    .contact_form_block input[type="password"],
    .contact_form_block select {
        height: 54px !important;
        min-height: 54px !important;
    }

    .contact_form_block textarea {
        min-height: 160px !important;
    }

    .contact_form_block .gform_button,
    .contact_form_block input[type="submit"],
    .contact_form_block button[type="submit"] {
        width: 100%;
        margin-top: 28px !important;
    }

    .teamup-calendar-toolbar {
        display: none;
    }

    .teamup-calendar-shell {
        padding: 14px;
    }

    .fc .fc-toolbar-title {
        font-size: 24px;
    }

    .fc .fc-button {
        padding: 10px 12px !important;
        font-size: 11px;
    }

    .fc .fc-daygrid-day-frame {
        min-height: 110px;
    }

    .fc .fc-daygrid-event,
    .fc .fc-timegrid-event {
        min-height: 44px;
        padding: 6px 8px;
    }

    .teamup-event-modal__panel {
        width: calc(100% - 24px);
        margin: 40px auto;
        padding: 24px;
    }

    #teamup-event-title {
        font-size: 26px;
    }
}

@media (max-width: 620px) {

    .pricing_grid,
    .pricing_grid_four {
        grid-template-columns: 1fr;
    }

    .block .inner {
        display: flex;
        flex-direction: column;
    }

    .items {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        width: 100%;
        padding: 0;
    }

    .insta {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        width: 100%;
        padding: 40px 0 0;
    }

    .copyright .inner {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 10px 20px;
        font-size: 12px;
        line-height: 26px;
        color: #ffffff;
    }
}

@media (max-width: 480px) {
    .contact_block {
        padding: 40px 0;
    }

    .contact_block .inner {
        gap: 30px;
    }

    .contact_block h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .contact_block p {
        font-size: 16px;
        line-height: 1.6;
    }

    .contact_block .map_wrap {
        height: 280px;
        margin-left: -20px;
        width: calc(100% + 40px);
    }
}