@import url('//fonts.googleapis.com/css2?family=La+Belle+Aurore&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
/************ TEMPLATE  ************
ADDITIONAL NOTES / REVISIONS
- The Rotator picture was pulled from Google (probably copywritten). Need to use a new one.
- 

-------------
STUDIUS TEMPLATE
- Header: Crawl Space
- Rotator: Center of Attention
- Quicklinks: Buttons
- News: N/A
- Widgets: N/A
- Footer: N/A

-------------
COLORS
--primary-color-rgb: 113,97,147; /*Purple*
--secondary-color-rgb: 247,244,231; /*Light Yellow*
--tertiary-color-rgb: 229,211,103; /*Yellow*

FONTS (Google)
Logo Font: Baskerville Display PT
--title-font-family: 'La Belle Aurore', script;
--body-font-family: 'Source Sans', sans-serif;

-------------
DESIGN NOTES
- Rotator: 113,97,147; /*Lighter Purple* overlay 60% Opacity.
- Rotator Menu / Buttons: 85% Opacity. (Logo as opacity figured in already)
- Why Section: St. Kateri pic is 30% Opacity.
- Events Section: Floral BG is 60% Opacity.
- Store Product Section: Light Purple strip is rgb(125,114,155)
---- I photoshopped the images. It made them look better.
- Footer: Floral BG is 40% Opacity.
************/


.tempsite {
    --primary-color: #5B4284;
    --secondary-color: #C9B74B;
    --tertiary-color: #f7d000;

    --primary-rgb: 91,66,132;
    --secondary-rgb: 201,183,75;
    --tertiary-rgb: 247, 208, 0;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'EB Garamond', serif;
    --body-font-family: 'Lato', sans-serif;

    --heading-color: var(--primary-color);
    --heading-font-family: var(--title-font-family);

    --title-border-bottom: 1px solid var(--secondary-color);

    --home-title-font: var(--title-font-family);

    --transparent: rgba(255,255,255,0);

    --default-box-shadow: 0px 0px 10px rgba(0,0,0,.5);

    --swiper-box-shadow: var(--default-box-shadow);

    --ql-title-color: var(--default-white);
}

.site-1 {
    --primary-color: #716193;
    --secondary-color: #f7f4e7;
    --tertiary-color: #e5d367;

    --primary-rgb: 113,97,147;
    --secondary-rgb: 247,244,231;
    --tertiary-rgb: 229,211,103;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'La Belle Aurore', cursive;
    --body-font-family: 'Source Sans 3', sans-serif;

    --heading-color: var(--primary-color);
    --heading-font-family: var(--title-font-family);

    --title-border-bottom: 1px solid var(--secondary-color);

    --home-title-font: var(--title-font-family);

    --transparent: rgba(255,255,255,0);

    --default-box-shadow: 0px 0px 10px rgba(0,0,0,.5);

    --swiper-box-shadow: var(--default-box-shadow);

    --ql-title-color: var(--default-white);
	--font-small-caps: inherit;
}

.site-1 .ql-fa-toplinks {
    --ql-title-color: var(--primary-color);
}

.readon, .button, .btn, p.readmore .btn, .sprocket-lists-portrait-container > li .sprocket-lists-portrait-item > a span, .listentobutton.moduletable a {
    background: var(--primary-color);
    font-family: var(--body-font-family);
}
h6 {color: var(--primary-color);}
a {color: #1D3385;}

/*************** ALL SITE *****************/
.item-image {display: none;}

:is(.site-1-home, .site-2-home, .site-3-home) #g-page-surround .g-content {
    padding: 0;
}

:is(.site-1-home, .site-2-home, .site-3-home) #g-page-surround .g-array-item-text {
    margin: 0;
}

:is(.site-1-sub, .site-2-sub, .site-3-sub) section:not(#g-navigation, #g-container-footer, #g-copyright) .g-content {
    margin: 0.625rem !important;
    padding: 0.5rem !important;
}

:is(.site-1-sub, .site-2-sub, .site-3-sub) section:not(#g-navigation, #g-container-footer, #g-copyright) #grid-addpic .g-content {
    padding: 0 !important;
    margin: 0 !important;
}

:is(.site-1-sub, .site-2-sub, .site-3-sub) section#g-container-main #g-aside .g-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (min-width: 50.99rem) {
  :is(.site-1-home, .site-2-home) #g-top .modern-alert .g-joomla-articles {
      padding: 0 3% !important;
  }
 }

/*************** HOMELAYOUT ***************/ 
/*************** OFFCANVAS ****************/
.g-offcanvas-toggle {color: var(--primary-color);} 
.g-offcanvas-toggle .fa-fw {text-shadow: none;}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-offcanvas .g-social-items {
        display: flex;
        flex-direction: row;
        gap: 2rem;
        align-items: center;
        justify-content: center;
    }
    .site-1 #g-offcanvas .g-social-items a {
        color: var(--secondary-color);
    }
    .site-1 #g-offcanvas .g-social-items a:hover {
        color: var(--tertiary-color);
    }
}

/*************** TOP **********************/ 
 .modern-alert .g-array-item :is(h1,h2,h3,h4,h5,h6) {
        text-transform: none;
    }


/*************** NAVIGATION ***************/
.tempsite #g-navigation {border-bottom: 5px solid var(--primary-color);}
.tempsite #g-navigation a:hover {color: var(--secondary-color);}

@media (min-width: 50.99rem) {
    .tempsite .header-logo img {
        padding: 2rem;
        width: 50%;
    }
}

@media (max-width: 50.99rem) {
    .tempsite .header-logo img {
        padding: 1rem;
        width: 80%;
    }

    .tempsite #g-navigation > div > div:nth-child(1) {
        background-color: var(--primary-color);
    }

    .tempsite .social-icons-wrapper > div {
        display: flex;
        flex-direction: row;
        padding: 1rem;
        gap: 1rem;
        justify-content: center;
    }

    .social-links a {
        flex-direction: row;
        display: flex;
        gap: 1rem;
    }

    #contentarray-1040-particle > div > div > div > div > div > div > div > div > div:nth-child(2) {
        flex-direction: row;
        display: flex;
        gap: 1rem;
    }

    .social-links p {
        margin: 0;
    }
}

.tempsite #contentarray-1040-particle > div > div > div > div > div > div {
    margin: 0;
}

@media only screen and (min-width: 50.99rem) {
    .g-main-nav .g-toplevel>li>.g-menu-item-container>.g-menu-item-content {
        font-size: 1.25vw;
        font-family: var(--body-font-family);
        font-weight: 600;
    }
    .g-main-nav .g-sublevel>li>.g-menu-item-container>.g-menu-item-content>.g-menu-item-title {
        font-size: 1.25vw;
        font-family: var(--body-font-family);
        font-weight: 600;
    }
    .g-main-nav .g-toplevel>li>.g-menu-item-container {
        padding: 1rem .5vw;
    }

    .tempsite #g-navigation .g-social-items {
        display: flex;
        flex-direction: row;
        gap: 2vw;
        align-items: center;
    }
    .tempsite #g-navigation .g-social-items a {
        color: var(--secondary-color);
        font-size: 1.25vw;
    }
    .tempsite #g-navigation .g-social-items a:hover {
        color: var(--tertiary-color);
    }
	
	.tempsite #g-navigation .social-icons-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        padding-right: 3%;
    }
    .tempsite #g-navigation .social-icons-wrapper > div {
        display: flex;
        flex-direction: row;
        gap: 1vw;
    }
    .tempsite #g-navigation .social-icons-wrapper > div > div:first-child {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 1vw;
        padding-right: 1vw;
        border-right: 1px solid var(--default-white);
    }
    .tempsite #g-navigation .social-icons-wrapper > div > div:first-child a {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 1vw;
    }
    .tempsite #g-navigation .social-icons-wrapper > div > div:first-child i {
        font-size: 1.5rem;
    }
    .tempsite #g-navigation .social-icons-wrapper > div > div:first-child p {
        margin: 0;
        padding: 0;
        font-size: 1.5rem;
    }
    .tempsite #g-navigation .social-icons-wrapper > div > div:last-child {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 1vw;
    }
    .tempsite #g-navigation .social-icons-wrapper > div > div:last-child > div {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .tempsite #g-navigation .social-icons-wrapper > div > div:last-child a {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.5rem;
    }
    .tempsite #g-navigation .social-icons-wrapper > div > div:last-child img {
        height: 1.5rem;
        width: auto;
    }
    .tempsite #g-navigation .social-icons-wrapper .flocknote-red {
        display: none!important;
    }

    .tempsite #g-navigation > .g-container > .g-grid:nth-child(1) {
        height: 75px;
        background: var(--primary-color);
    }


    .sticks {
        padding-top: 75px!important;
    }
    .social-sticky {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9;
    }
	
}
@media only screen and (max-width: 50.99rem) {
    #g-navigation .g-logo {
        max-width: 65%;
        margin: 2rem auto;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-navigation {
        background: transparent;
        height: 0;
        transform: translateY(100%);
        position: relative;
        z-index: 200;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-1-sub #g-navigation > .g-container > .g-grid:has(.sts-container) {
        padding: 1vw 2.5%!important;
    }
    .site-1-sub #g-navigation .g-logo img {
        width: 50%;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-navigation > .g-container > .g-grid:has(.sts-container) > .g-block:has(.g-logo) {
        display: none!important;
    }
    .site-1-home #g-navigation > .g-container > .g-grid:has(.sts-container) {
        justify-content: flex-end;
    }
}

@media only screen and (min-width: 50.99rem) {
    .sts-container {
        padding: 1vw;
    }
    .top-sts-wrapper {
        display: flex;
        flex-direction: row;
        gap: 2vw;
        justify-content: flex-end;
        align-items: center;
    }

    .top-sts-wrapper .top-social-icons .g-social-items {
        display: flex;
        flex-direction: row;
        gap: 1.5vw;
    }
    .top-sts-wrapper .top-social-icons .g-social-items a {
        font-size: 2vw;
    }
    .top-sts-wrapper .top-social-icons .g-social-items a:hover {
        color: var(--tertiary-color)!important;
    }

    .top-sts-wrapper .top-translate .translate-icon {
        display: flex;
        flex-direction: row;
        gap: .75vw;
        justify-content: center;
        align-items: center;
        font-size: 1.5vw;
        color: var(--default-white);
        line-height: 1;
        margin: 0;
        padding: 0;
        font-family: var(--body-font-family);
        text-transform: none;
        font-variant-caps: normal;
        text-decoration: none;
        font-weight: 500;
        transition: .3s all ease-in-out;
    }
    .top-sts-wrapper .top-translate .translate-icon:before {
        content: '\f075';
        font-size: 1.5vw;
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        font-style: normal;
        color: var(--default-white);
        transition: .3s all ease-in-out;
    }

    .top-sts-wrapper .top-translate .translate-icon:hover {
        color: var(--tertiary-color)!important;
    }
    .top-sts-wrapper .top-translate .translate-icon:hover:before {
        color: var(--tertiary-color)!important;
    }

    .top-sts-wrapper .top-searchbar label {
        display: none!important;
    }
    .top-sts-wrapper .top-searchbar input.inputbox.search-query {
        max-width: 15vw!important;
        background-color: transparent;
        border: 2px solid var(--default-white);
        border-radius: 1.5vw / 50%;
        font-size: 1.25vw;
        padding: .5vw 1vw;
        letter-spacing: 1px;
        color: var(--default-white);
    }
    .top-sts-wrapper .top-searchbar input.inputbox.search-query::placeholder {
        color: var(--default-white);
        opacity: .9;
        font-size: 1.25vw;
        line-height: 1;
    }
}

@media only screen and (max-width: 50.99rem) {
    .sts-container {
        padding: 1rem;
    }
    .top-sts-wrapper {
        display: flex;
        flex-direction: row;
        gap: 1rem 2rem;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .top-sts-wrapper .top-social-icons .g-social-items {
        display: flex;
        flex-direction: row;
        gap: 1rem;
    }
    .top-sts-wrapper .top-social-icons .g-social-items a {
        font-size: 7vw;
    }
    .top-sts-wrapper .top-social-icons .g-social-items a:hover {
        color: var(--tertiary-color)!important;
    }

    .top-sts-wrapper .top-translate .translate-icon {
        display: flex;
        flex-direction: row;
        gap: .75rem;
        justify-content: center;
        align-items: center;
        font-size: 6vw;
        color: var(--default-white);
        line-height: 1;
        margin: 0;
        padding: 0;
        font-family: var(--body-font-family);
        text-transform: none;
        font-variant-caps: normal;
        text-decoration: none;
        font-weight: 500;
        transition: .3s all ease-in-out;
    }
    .top-sts-wrapper .top-translate .translate-icon:before {
        content: '\f075';
        font-size: 6vw;
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        font-style: normal;
        color: var(--default-white);
        transition: .3s all ease-in-out;
    }

    .top-sts-wrapper .top-translate .translate-icon:hover {
        color: var(--tertiary-color)!important;
    }
    .top-sts-wrapper .top-translate .translate-icon:hover:before {
        color: var(--tertiary-color)!important;
    }

    .top-sts-wrapper .top-searchbar {
        width: 100%;
    }
    .top-sts-wrapper .top-searchbar label {
        display: none!important;
    }
    .top-sts-wrapper .top-searchbar input.inputbox.search-query {
        max-width: 100%!important;
        background-color: transparent;
        border: 2px solid var(--default-white);
        border-radius: 1rem / 50%;
        font-size: 4vw;
        padding: .5rem 1rem;
        letter-spacing: 1px;
        color: var(--default-white);
    }
    .top-sts-wrapper .top-searchbar input.inputbox.search-query::placeholder {
        color: var(--default-white);
        opacity: .9;
        font-size: 4vw;
        line-height: 1;
    }
}

/*************** SLIDESHOW ****************/ 
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-slideshow > .g-container {
        position: relative;
    }
    .site-1-home #g-slideshow > .g-container > .g-grid:has(.swiper-overlay-logo) {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 10;
    }
    .site-1-home .swiper-overlay-logo {
        max-width: 65%;
    }
    .site-1-home #g-slideshow > .g-container > .g-grid:has(.swiper-overlay-quicklinks) {
        position: absolute;
        left: 2.5vw;
        right: 2.5vw;
        bottom: 5vw;
        top: unset;
        z-index: 11;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home .swiper-overlay-logo {
        display: none!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .swiper-overlay-quicklinks {
        margin: 0;
        padding: 0;
    }
    .swiper-overlay-quicklinks > .g-content {
        margin: 0;
        padding: 0;
    }
    .swiper-overlay-quicklinks > .g-content > div {
        margin: 0;
        padding: 0;
    }
    .swiper-overlay-quicklinks .g-blockcontent {
        margin: 0;
        padding: 0;
    }
    .swiper-overlay-quicklinks .g-blockcontent-subcontent {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        gap: 1.5vw;
    }
    .swiper-overlay-quicklinks .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 1vw;
        position: relative;
        background: var(--default-white);
        border-radius: 1.25rem;
        border: 2px solid var(--default-white);
        flex: 1;
        transition: .3s all ease-in-out;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .swiper-overlay-quicklinks .g-blockcontent-subcontent-block:hover {
        transform: scale(1.05);
        background: var(--primary-color);
    }
    .swiper-overlay-quicklinks .g-blockcontent-subcontent-block:hover .g-blockcontent-subcontent-title {
        color: var(--default-white);
    }
    .swiper-overlay-quicklinks .g-blockcontent-subcontent-block:hover .g-blockcontent-subcontent-title-text {
        color: var(--default-white);
    }
    .swiper-overlay-quicklinks .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
    }
    .swiper-overlay-quicklinks .g-blockcontent-subcontent-title {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
        font-size: 1.5vw;
        line-height: 1.1;
        text-align: center;
        color: var(--primary-color);
        font-family: var(--body-font-family);
        font-weight: 600;
        text-transform: none;
        font-variant-caps: normal;
        text-decoration: none;
    }
    .swiper-overlay-quicklinks .g-blockcontent-subcontent-title-text {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
        font-size: 1.5vw;
        line-height: 1.1;
        text-align: center;
        color: var(--primary-color);
        font-family: var(--body-font-family);
        font-weight: 600;
        text-transform: none;
        font-variant-caps: normal;
        text-decoration: none;
    }
    .swiper-overlay-quicklinks .g-blockcontent-buttons {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .swiper-overlay-quicklinks .g-blockcontent-buttons a {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
}

@media only screen and (max-width: 50.99rem) {
    .swiper-overlay-quicklinks {
        margin: 0;
        padding: 1rem;
    }
    .swiper-overlay-quicklinks > .g-content {
        margin: 0;
        padding: 0;
    }
    .swiper-overlay-quicklinks > .g-content > div {
        margin: 0;
        padding: 0;
    }
    .swiper-overlay-quicklinks .g-blockcontent {
        margin: 0;
        padding: 0;
    }
    .swiper-overlay-quicklinks .g-blockcontent-subcontent {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem 1rem;
    }
    .swiper-overlay-quicklinks .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 1rem;
        position: relative;
        background: var(--primary-color);
        border-radius: 1.25rem;
        border: 2px solid var(--default-white);
        box-shadow: var(--default-box-shadow);
        flex: 1;
        transition: .3s all ease-in-out;
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: calc(50% - .5rem);
        max-width: calc(50% - .5rem);
    }
    .swiper-overlay-quicklinks .g-blockcontent-subcontent-block:hover {
        transform: scale(1.05);
        background: var(--secondary-color);
    }
    .swiper-overlay-quicklinks .g-blockcontent-subcontent-block:hover .g-blockcontent-subcontent-title {
        color: var(--primary-color);
    }
    .swiper-overlay-quicklinks .g-blockcontent-subcontent-block:hover .g-blockcontent-subcontent-title-text {
        color: var(--primary-color);
    }
    .swiper-overlay-quicklinks .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
    }
    .swiper-overlay-quicklinks .g-blockcontent-subcontent-title {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
        font-size: 4vw;
        line-height: 1.1;
        text-align: center;
        color: var(--secondary-color);
        font-family: var(--body-font-family);
        font-weight: 600;
        text-transform: none;
        font-variant-caps: normal;
        text-decoration: none;
    }
    .swiper-overlay-quicklinks .g-blockcontent-subcontent-title-text {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
        font-size: 4vw;
        line-height: 1.1;
        text-align: center;
        color: var(--secondary-color);
        font-family: var(--body-font-family);
        font-weight: 600;
        text-transform: none;
        font-variant-caps: normal;
        text-decoration: none;
    }
    .swiper-overlay-quicklinks .g-blockcontent-buttons {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .swiper-overlay-quicklinks .g-blockcontent-buttons a {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
}

/*************** HEADER *******************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-header {
        background: url('/images/template/bg-welcome.jpg') 100% 0% no-repeat;
        background-size: 50%;
    }
    .site-1-home #g-header > .g-container {
        padding: 5vw 2.5% 2vw 2.5% !important;
        background: rgba(255,255,255,.7);
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-header {
        background: url('/images/template/bg-welcome.jpg') 100% 0% no-repeat;
        background-size: cover;
    }
    .site-1-home #g-header > .g-container {
        padding: 2rem 1rem!important;
        background: rgba(255,255,255,.85);
    }
}

@media only screen and (min-width: 50.99rem) {
    .wcv-wrapper {
        display: flex;
        flex-direction: column;
        gap: 2.5vw;
    }
    .wcv-wrapper .wcv-title .g-title {
        font-size: 3vw;
        line-height: 1;
        color: var(--primary-color);
        margin: 0;
        padding: 0;
        border: none;
        font-family: var(--title-font-family);
        font-weight: 400;
    }
    .wcv-wrapper .wcv-content p {
        font-size: 1.6vw;
        line-height: 1.5;
        color: var(--default-black);
        margin: 0;
        padding: 0;
        font-family: var(--body-font-family);
        font-weight: 500;
        text-align: left;
        margin-bottom: 1.5vw;
    }
    .wcv-wrapper .wcv-buttons {
        display: flex;
        flex-direction: row;
        gap: 1.5vw;
    }
    .wcv-wrapper .wcv-buttons .button {
        padding: .75vw 2vw;
        border-radius: 1.25vw / 50%;
        color: var(--secondary-color);
        background: var(--primary-color);
        font-size: 1.25vw;
        line-height: 1;
        transition: .3s all ease-in-out;
        font-weight: 500;
    }
    .wcv-wrapper .wcv-buttons .button:hover {
        background: #EDEDED;
        color: var(--default-black);
    }
}

@media only screen and (max-width: 50.99rem) {
    .wcv-wrapper {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .wcv-wrapper .wcv-title .g-title {
        font-size: 8vw;
        line-height: 1;
        color: var(--primary-color);
        margin: 0;
        padding: 0;
        border: none;
        font-family: var(--title-font-family);
        font-weight: 400;
    }
    .wcv-wrapper .wcv-content p {
        font-size: 4vw;
        line-height: 1.5;
        color: var(--default-black);
        margin: 0;
        padding: 0;
        font-family: var(--body-font-family);
        font-weight: 500;
        text-align: left;
        margin-bottom: .75rem;
    }
    .wcv-wrapper .wcv-buttons {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .wcv-wrapper .wcv-buttons .button {
        padding: .75rem 1rem;
        border-radius: 1rem / 50%;
        color: var(--secondary-color);
        background: var(--primary-color);
        font-size: 4vw;
        line-height: 1;
        transition: .3s all ease-in-out;
        font-weight: 500;
    }
    .wcv-wrapper .wcv-buttons .button:hover {
        background: #EDEDED;
        color: var(--default-black);
    }
}

/*************** ABOVE ********************/
@media only screen and (min-width: 50.99rem) and (max-width: 2020px) {
    .tempsite #g-above .about-container .g-array-item-text :is(h1,h2,h3,h4,h5,h6) {
        font-size: 2.75vw; margin-bottom: 0.25rem;
    }
    .tempsite #g-above .about-container .g-array-item-text p, .tempsite #g-above .about-container .g-array-item-text li  {
        font-size: 1.2vw;
    }
    .tempsite #g-above .about-container .g-array-item-text .button {
        margin: 0;
    }
    .tempsite .about-container .g-array-item-text {
        padding: 8vw 6rem 0 6rem;
    }
}
@media only screen and (min-width: 50.99rem) {
    .tempsite .about-container .g-array-item {
        display: flex;
        flex-direction: row;
    }
    .tempsite .about-container .g-array-item-image {
        width: 50%;
        margin: 0;
    }
    .about-container .g-array-item-image img {
        aspect-ratio: 3/4;
        object-position: center;
        object-fit: cover;
    }
    .tempsite .about-container .g-array-item-text {
        width: 50%;
        margin: 0;
        padding: 4vw 5vw;
    }
    /*.tempsite .about-container .g-array-item-text :is(h1,h2,h3,h4,h5,h6) {
        color: var(--primary-color);
        text-transform: uppercase;
        letter-spacing: .25rem;
        font-size: 3vw;
        font-family: var(--body-font-family);
    }*/
    .tempsite #g-above > .g-container > .g-grid > .g-block:last-child {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media only screen and (min-width: 1920px) {
    .tempsite #g-above {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .tempsite #g-above > .g-container {
        max-width: 2000px;
    }
    .about-container .g-array-item-text {
        padding: 8rem 8rem 0 8rem;
    }
    .about-container .g-array-item-text :is(h1,h2,h3,h4,h5,h6) {
        font-size: 3.5rem;
}
}
@media only screen and (max-width: 50.99rem) {
    .tempsite .about-container .g-array-item-image img {
        width: 100%;
        aspect-ratio: 3/4;
        object-position: center;
        object-fit: cover;
    }
    .about-container .g-array-item {
        display: flex;
        flex-direction: column;
    }
    .about-container .g-array-item-text {
        margin: 0;
        padding: 7vw;
    }
    .tempsite .about-container .g-array-item-text :is(h1,h2,h3,h4,h5,h6) {
        color: var(--secondary-color);
        text-transform: uppercase;
        letter-spacing: .25rem;
        font-size: 6vw;
        font-family: var(--body-font-family);
    }
    .tempsite .about-container .button {
        margin: 0!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-above > .g-container {
        padding: 5vw 2.5%!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-above > .g-container {
        padding: 2rem 1rem!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .ccv-container {
        margin: 0;
        padding: 0;
    }
    .ccv-container > .g-content {
        margin: 0;
        padding: 0;
    }
    .ccv-container .g-content-array {
        margin: 0;
        padding: 0;
    }
    .ccv-container .g-content-array > .g-grid {
        margin: 0;
        padding: 0;
    }
    .ccv-container .g-content-array > .g-grid > .g-block {
        margin: 0;
        padding: 0;
    }
    .ccv-container .g-content-array > .g-grid > .g-block > .g-content {
        margin: 0;
        padding: 0;
    }
    .ccv-container .g-array-item {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        gap: 2.5vw;
    }
    .ccv-container .g-array-item-image {
        margin: 0;
        padding: 0;
        order: 1;
        flex: 40;
    }
    .ccv-container .g-array-item-image a {
        margin: 0;
        padding: 0;
        pointer-events: none!important;
    }
    .ccv-container .g-array-item-image img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 4/3;
        object-position: center;
        object-fit: cover;
        border-radius: 1rem;
    }
    .ccv-container .g-array-item-text {
        margin: 0;
        padding: 0;
        order: 2;
        flex: 60;
    }
}

@media only screen and (min-width: 50.99rem) {
    .ccv-wrapper {
        display: flex;
        flex-direction: column;
        gap: 2.5vw;
    }
    .ccv-wrapper .ccv-title .g-title {
        font-size: 3.15vw;
        line-height: 1;
        color: var(--primary-color);
        margin: 0;
        padding: 0;
        border: none;
        font-family: var(--title-font-family);
        font-weight: 400;
    }
    .ccv-wrapper .ccv-content p {
        font-size: 1.9vw;
        line-height: 1.5;
        color: var(--default-black);
        margin: 0;
        padding: 0;
        font-family: var(--body-font-family);
        font-weight: 500;
        text-align: left;
        margin-bottom: 1.5vw;
    }
    .ccv-wrapper .ccv-buttons {
        display: flex;
        flex-direction: row;
        gap: 1.5vw;
    }
    .ccv-wrapper .ccv-buttons .button {
        padding: .75vw 2vw;
        border-radius: 1.25vw / 50%;
        color: var(--secondary-color);
        background: var(--primary-color);
        font-size: 1.25vw;
        line-height: 1;
        transition: .3s all ease-in-out;
        font-weight: 500;
    }
    .ccv-wrapper .ccv-buttons .button:hover {
        background: var(--tertiary-color);
        color: var(--default-black);
    }
}

@media only screen and (max-width: 50.99rem) {
    .ccv-container {
        margin: 0;
        padding: 0;
    }
    .ccv-container > .g-content {
        margin: 0;
        padding: 0;
    }
    .ccv-container .g-content-array {
        margin: 0;
        padding: 0;
    }
    .ccv-container .g-content-array > .g-grid {
        margin: 0;
        padding: 0;
    }
    .ccv-container .g-content-array > .g-grid > .g-block {
        margin: 0;
        padding: 0;
    }
    .ccv-container .g-content-array > .g-grid > .g-block > .g-content {
        margin: 0;
        padding: 0;
    }
    .ccv-container .g-array-item {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .ccv-container .g-array-item-image {
        margin: 0;
        padding: 0;
        order: 1;
        flex: 40;
    }
    .ccv-container .g-array-item-image a {
        margin: 0;
        padding: 0;
        pointer-events: none!important;
    }
    .ccv-container .g-array-item-image img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 4/3;
        object-position: center;
        object-fit: cover;
        border-radius: 1rem;
    }
    .ccv-container .g-array-item-text {
        margin: 0;
        padding: 0;
        order: 2;
        flex: 60;
    }
}

@media only screen and (max-width: 50.99rem) {
    .ccv-wrapper {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .ccv-wrapper .ccv-title .g-title {
        font-size: 8vw;
        line-height: 1;
        color: var(--primary-color);
        margin: 0;
        padding: 0;
        border: none;
        font-family: var(--title-font-family);
        font-weight: 400;
    }
    .ccv-wrapper .ccv-content p {
        font-size: 4vw;
        line-height: 1.5;
        color: var(--default-black);
        margin: 0;
        padding: 0;
        font-family: var(--body-font-family);
        font-weight: 500;
        text-align: left;
        margin-bottom: .75rem;
    }
    .ccv-wrapper .ccv-buttons {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .ccv-wrapper .ccv-buttons .button {
        padding: .75rem 1rem;
        border-radius: 1rem / 50%;
        color: var(--secondary-color);
        background: var(--primary-color);
        font-size: 4vw;
        line-height: 1;
        transition: .3s all ease-in-out;
        font-weight: 500;
    }
    .ccv-wrapper .ccv-buttons .button:hover {
        background: var(--tertiary-color);
        color: var(--default-black);
    }
}


/*************** SHOWCASE *****************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-showcase {
        background: url('/images/template/bg-events-section.png') 0% 100% no-repeat;
        background-size: 100% auto;
    }
    .site-1-home #g-showcase > .g-container {
        padding: 4vw 5%!important;
        background: rgba(255,255,255,.4);
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-showcase {
        background: url('/images/template/bg-events-section.png') 0% 100% no-repeat;
        background-size: 100% auto;
    }
    .site-1-home #g-showcase > .g-container {
        padding: 2rem 0!important;
        background: rgba(255,255,255,.4);
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-1-home #ph-addpic {
        display: flex;
        flex-direction: column;
        gap: 2vw;
    }
    .site-1-home #ph-addpic .g-title {
        text-align: center;
        margin: 0;
        padding: 0;
        font-size: 3vw;
        text-transform: none;
        font-variant-caps: normal;
        line-height: 1;
        color: var(--primary-color);
        font-weight: 400;
    }
    .site-1-home #ph-addpic.grid-articles .g-item-title {
        --grid-title-font-size: 1.5vw;
    }
    .site-1-home #ph-addpic.grid-articles .g-content-array > .g-grid > .g-block {
        padding-bottom: 1vw!important;
    }
    .site-1-home #ph-addpic.grid-image-hover-read-more .g-array-item-image:after {
        --grid-image-read-more-bg: rgba(var(--primary-rgb),.5);
        --grid-image-read-more-color: var(--default-white);
    }

    .news-button {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .news-button .button {
        padding: .75vw 2vw;
        border-radius: 1.25vw / 50%;
        color: var(--default-black);
        background: var(--tertiary-color);
        font-size: 1.25vw;
        line-height: 1;
        transition: .3s all ease-in-out;
        font-weight: 500;
        width: 28vw;
        box-shadow: var(--default-box-shadow);
    }
    .news-button .button:hover {
        background: var(--primary-color);
        color: var(--default-white);
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #ph-addpic {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .site-1-home #ph-addpic .g-title {
        text-align: center;
        margin: 0;
        padding: 0;
        font-size: 8vw;
        text-transform: none;
        font-variant-caps: normal;
        line-height: 1;
        color: var(--primary-color);
        font-weight: 400;
    }
    .site-1-home #ph-addpic.grid-articles .g-item-title {
        --grid-title-font-size: 4vw;
    }
    .site-1-home #ph-addpic.grid-articles .g-content-array > .g-grid > .g-block {
        padding-bottom: 1rem!important;
    }
    .site-1-home #ph-addpic.grid-image-hover-read-more .g-array-item-image:after {
        --grid-image-read-more-bg: rgba(var(--primary-rgb),.5);
        --grid-image-read-more-color: var(--default-white);
    }

    .news-button {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 1rem;
    }
    .news-button .button {
        padding: .75rem 1rem;
        border-radius: 1rem / 50%;
        color: var(--default-black);
        background: var(--tertiary-color);
        font-size: 4vw;
        line-height: 1;
        transition: .3s all ease-in-out;
        font-weight: 500;
        box-shadow: var(--default-box-shadow);
    }
    .news-button .button:hover {
        background: var(--primary-color);
        color: var(--default-white);
    }
}

/*************** UTILITY ******************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-utility > .g-container {
        padding: 5vw 0 2vw 0!important;
    }
    .site-1-home #g-utility > .g-container > .g-grid:has(.focus-sale-container) {
        padding: 0 2.5% 4vw 2.5%!important;
    }
    .site-1-home #g-utility > .g-container > .g-grid:has(.sale-items-container) {
        padding: 2vw 5%!important;
        background: rgba(255,255,255,.1);
    }
    .site-1-home #g-utility > .g-container > .g-grid:has(.news-button) {
        padding: 1.5vw 0 0 0!important;
    } 
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-utility > .g-container {
        padding: 2rem 0 2rem 0!important;
    }
    .site-1-home #g-utility > .g-container > .g-grid:has(.focus-sale-container) {
        padding: 0 1rem 1rem 1rem!important;
    }
    .site-1-home #g-utility > .g-container > .g-grid:has(.sale-items-container) {
        padding: 2rem 0!important;
        background: rgba(255,255,255,.1);
    }
    .site-1-home #g-utility > .g-container > .g-grid:has(.news-button) {
        padding: 1rem 0 0 0!important;
    } 
}

@media only screen and (min-width: 50.99rem) {
    .focus-sale-container {
        margin: 0;
        padding: 0;
    }
    .focus-sale-container > .g-content {
        margin: 0;
        padding: 0;
    }
    .focus-sale-container .g-content-array {
        margin: 0;
        padding: 0;
    }
    .focus-sale-container .g-content-array > .g-grid {
        margin: 0;
        padding: 0;
    }
    .focus-sale-container .g-content-array > .g-grid > .g-block {
        margin: 0;
        padding: 0;
    }
    .focus-sale-container .g-content-array > .g-grid > .g-block > .g-content {
        margin: 0;
        padding: 0;
    }
    .focus-sale-container .g-array-item {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        gap: 2.5vw;
    }
    .focus-sale-container .g-array-item-image {
        margin: 0;
        padding: 0;
        order: 1;
        flex: 20;
    }
    .focus-sale-container .g-array-item-image a {
        margin: 0;
        padding: 0;
        pointer-events: none!important;
    }
    .focus-sale-container .g-array-item-image img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 3/4;
        object-position: center;
        object-fit: cover;
        border-radius: 1rem;
        box-shadow: var(--default-box-shadow);
    }
    .focus-sale-container .g-array-item-text {
        margin: 0;
        padding: 0;
        order: 2;
        flex: 80;
    }
}

@media only screen and (min-width: 50.99rem) {
    .focus-sale-wrapper {
        display: flex;
        flex-direction: column;
        gap: 2.5vw;
    }
    .focus-sale-wrapper .focus-sale-title .g-title {
        font-size: 3.5vw;
        line-height: 1.05;
        color: var(--default-white);
        margin: 0;
        padding: 0;
        border: none;
        font-family: var(--title-font-family);
        font-weight: 400;
    }
    .focus-sale-wrapper .focus-sale-content p {
        font-size: 1.5vw;
        line-height: 1.5;
        color: var(--default-white);
        margin: 0;
        padding: 0;
        font-family: var(--body-font-family);
        font-weight: 500;
        text-align: left;
    }
    .focus-sale-wrapper .focus-sale-buttons {
        display: flex;
        flex-direction: row;
        gap: 1.5vw;
    }
    .focus-sale-wrapper .focus-sale-buttons .button {
        padding: .75vw 2vw;
        border-radius: 1.25vw / 50%;
        color: var(--default-white);
        background: rgba(255,255,255,.4);
        font-size: 1.25vw;
        line-height: 1;
        transition: .3s all ease-in-out;
        font-weight: 500;
    }
    .focus-sale-wrapper .focus-sale-buttons .button:hover {
        background: var(--tertiary-color);
        color: var(--default-black);
        box-shadow: var(--default-box-shadow);
    }
}

@media only screen and (min-width: 50.99rem) {
    .sale-items-container {
        margin: 0;
        padding: 0;
    }
    .sale-items-container > .g-content {
        margin: 0;
        padding: 0;
    }
    .sale-items-container > .g-content > div {
        margin: 0;
        padding: 0;
    }
    .sale-items-container .g-blockcontent {
        margin: 0;
        padding: 0;
    }
    .sale-items-container .g-blockcontent-subcontent {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        gap: 4vw;
    }
    .sale-items-container .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 0;
        flex: 1;
    }
    .sale-items-container .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: .75vw;
        align-items: center;
        justify-content: flex-start;
    }
    .sale-items-container .g-blockcontent-subcontent-img {
        margin: 0;
        padding: 0;
        order: 1;
        width: 70%;
        height: auto;
        aspect-ratio: 1/1;
        object-position: center;
        object-fit: contain;
        background: var(--secondary-color);
        border-radius: 50%;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
    }
    .sale-items-container .g-blockcontent-subcontent-subtitle {
        margin: 0;
        padding: 0;
        order: 3;
        background: none;
        border: none;
        font-size: 1.5vw;
        font-family: var(--body-font-family);
        letter-spacing: 1px;
        font-weight: 400;
        line-height: 1;
        text-transform: none;
        font-variant-caps: normal;
    }
    .sale-items-container .g-blockcontent-subcontent-title {
        margin: 0;
        padding: 0 2vw;
        order: 2;
        color: var(--default-white);
        font-size: 1.5vw;
        line-height: 1.2;
        text-transform: none;
        font-variant-caps: normal;
        font-weight: 500;
        text-align: center;
    }
    .sale-items-container .g-blockcontent-subcontent-title-text {
        margin: 0;
        padding: 0;
        color: var(--default-white);
        font-size: 1.5vw;
        line-height: 1.2;
        text-transform: none;
        font-variant-caps: normal;
        font-weight: 500;
        text-align: center;
    }
    .sale-items-container .g-blockcontent-buttons {
        margin: 0;
        padding: 0;
        order: 4;
    }
    .sale-items-container .g-blockcontent-buttons .button {
        margin: 0;
        padding: .75vw 1.5vw;
        background: rgba(255,255,255,.3);
        color: var(--tertiary-color);
        border-radius: 1.25vw / 50%;
        font-size: 1.25vw;
        line-height: 1;
        transition: .3s all ease-in-out;
        font-weight: 500;
    }
    .sale-items-container .g-blockcontent-buttons .button:hover {
        transform: scale(1.02);
        box-shadow: var(--default-box-shadow);
    }
}

@media only screen and (max-width: 50.99rem) {
    .focus-sale-container {
        margin: 0;
        padding: 0;
    }
    .focus-sale-container > .g-content {
        margin: 0;
        padding: 0;
    }
    .focus-sale-container .g-content-array {
        margin: 0;
        padding: 0;
    }
    .focus-sale-container .g-content-array > .g-grid {
        margin: 0;
        padding: 0;
    }
    .focus-sale-container .g-content-array > .g-grid > .g-block {
        margin: 0;
        padding: 0;
    }
    .focus-sale-container .g-content-array > .g-grid > .g-block > .g-content {
        margin: 0;
        padding: 0;
    }
    .focus-sale-container .g-array-item {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .focus-sale-container .g-array-item-image {
        margin: 0;
        padding: 0;
        order: 1;
        flex: 20;
        text-align: center;
    }
    .focus-sale-container .g-array-item-image a {
        margin: 0;
        padding: 0;
        pointer-events: none!important;
    }
    .focus-sale-container .g-array-item-image img {
        margin: 0;
        padding: 0;
        width: 100%;
        max-width: 50%;
        height: auto;
        aspect-ratio: 3/4;
        object-position: center;
        object-fit: cover;
        border-radius: 1rem;
        box-shadow: var(--default-box-shadow);
    }
    .focus-sale-container .g-array-item-text {
        margin: 0;
        padding: 0;
        order: 2;
        flex: 80;
    }
}

@media only screen and (max-width: 50.99rem) {
    .focus-sale-wrapper {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .focus-sale-wrapper .focus-sale-title .g-title {
        font-size: 8vw;
        line-height: 1.05;
        color: var(--default-white);
        margin: 0;
        padding: 0;
        border: none;
        font-family: var(--title-font-family);
        font-weight: 400;
    }
    .focus-sale-wrapper .focus-sale-content p {
        font-size: 4vw;
        line-height: 1.5;
        color: var(--default-white);
        margin: 0;
        padding: 0;
        font-family: var(--body-font-family);
        font-weight: 500;
        text-align: left;
    }
    .focus-sale-wrapper .focus-sale-buttons {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .focus-sale-wrapper .focus-sale-buttons .button {
        padding: .75rem 1rem;
        border-radius: 1rem / 50%;
        color: var(--default-white);
        background: rgba(255,255,255,.4);
        font-size: 4vw;
        line-height: 1;
        transition: .3s all ease-in-out;
        font-weight: 500;
    }
    .focus-sale-wrapper .focus-sale-buttons .button:hover {
        background: var(--tertiary-color);
        color: var(--default-black);
        box-shadow: var(--default-box-shadow);
    }
}

@media only screen and (max-width: 50.99rem) {
    .sale-items-container {
        margin: 0;
        padding: 0;
    }
    .sale-items-container > .g-content {
        margin: 0;
        padding: 0;
    }
    .sale-items-container > .g-content > div {
        margin: 0;
        padding: 0;
    }
    .sale-items-container .g-blockcontent {
        margin: 0;
        padding: 0;
    }
    .sale-items-container .g-blockcontent-subcontent {
        margin: 0;
        padding: 0 10vw!important;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 1rem;
        overflow-x: scroll;
        /*white-space: nowrap;*/
        --webit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        scroll-padding: 0 2rem;
    }
    .sale-items-container .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 0;
        flex: 1;
        min-width: 80vw;
        width: 80vw;
        scroll-snap-align: center;
    }
    .sale-items-container .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: .75rem;
        align-items: center;
        justify-content: flex-start;
    }
    .sale-items-container .g-blockcontent-subcontent-img {
        margin: 0;
        padding: 0;
        order: 1;
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
        object-position: center;
        object-fit: contain;
        background: var(--secondary-color);
        border-radius: 50%;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
    }
    .sale-items-container .g-blockcontent-subcontent-subtitle {
        margin: 0;
        padding: 0;
        order: 3;
        background: none;
        border: none;
        font-size: 5vw;
        font-family: var(--body-font-family);
        letter-spacing: 1px;
        font-weight: 400;
        line-height: 1;
        text-transform: none;
        font-variant-caps: normal;
    }
    .sale-items-container .g-blockcontent-subcontent-title {
        margin: 0;
        padding: 0 1rem;
        order: 2;
        color: var(--default-white);
        font-size: 6vw;
        line-height: 1.2;
        text-transform: none;
        font-variant-caps: normal;
        font-weight: 500;
        text-align: center;
        overflow-wrap: break-word;
        display: flex;
    }
    .sale-items-container .g-blockcontent-subcontent-title-text {
        margin: 0;
        padding: 0;
        color: var(--default-white);
        font-size: 5vw;
        line-height: 1.2;
        text-transform: none;
        font-variant-caps: normal;
        font-weight: 500;
        text-align: center;
        overflow-wrap: break-word;
    }
    .sale-items-container .g-blockcontent-buttons {
        margin: 0;
        padding: 0;
        order: 4;
    }
    .sale-items-container .g-blockcontent-buttons .button {
        margin: 0;
        padding: .75rem 1rem;
        background: rgba(255,255,255,.3);
        color: var(--tertiary-color);
        border-radius: 1rem / 50%;
        font-size: 4vw;
        line-height: 1;
        transition: .3s all ease-in-out;
        font-weight: 500;
    }
    .sale-items-container .g-blockcontent-buttons .button:hover {
        transform: scale(1.02);
        box-shadow: var(--default-box-shadow);
    }
}

/*************** FEATURE ******************/
/*************** MAIN *********************/
@media only screen and (min-width: 50.99rem) {
    .site-1-sub #g-mainbar {
        min-height: 30vh;
    }
}

@media only screen and (max-width: 50.99rem) {
    :is(.site-1-sub, .site-2-sub) #g-mainbar > .g-grid > .g-block > .g-content {
        margin: 0;
        padding: 0;
    }
}

/*************** EXPANDED *****************/ 
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-expanded > .g-container {
        padding: 3vw 5%!important;
    }
    .site-1-home #g-expanded > .g-container > .g-grid {
        display: flex;
        flex-direction: row;
        gap: 6vw;
    }
    .site-1-home #g-expanded > .g-container > .g-grid > .g-block.news-thumbs {
        flex: 66;
        width: unset;
        max-width: unset;
    }
    .site-1-home #g-expanded > .g-container > .g-grid > .g-block.newsletter-container {
        flex: 34;
        width: unset;
        max-width: unset;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-expanded > .g-container {
        padding: 2rem 1rem!important;
    }
    .site-1-home #g-expanded > .g-container > .g-grid {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .site-1-home #g-expanded > .g-container > .g-grid > .g-block.news-thumbs {
        flex: 1;
        width: unset;
        max-width: 100%;
    }
    .site-1-home #g-expanded > .g-container > .g-grid > .g-block.newsletter-container {
        flex: 1;
        width: unset;
        max-width: 100%;
    }
}

@media only screen and (min-width: 50.99rem) {
    .news-thumbs {
        display: flex;
        flex-direction: column;
        gap: 1vw;
    }
    .news-thumbs:before {
        content: 'Virgin Saints';
        text-align: left;
        font-size: 3vw;
        font-weight: 500;
        font-family: var(--title-font-family);
        letter-spacing: 1px;
        font-style: normal;
        line-height: 1;
        margin: 0;
        padding: 0;
        color: var(--primary-color);
    }
    .news-thumbs div[class*="g-swiper-thumbs"] {
        margin: 0;
        padding: 0;
    }
    .news-thumbs div[class*="g-swiper-thumbs"].gallery-thumbs .swiper-slide {
        aspect-ratio: 16/9!important;
        height: unset;
        border-radius: 0;
        flex: 1;
        width: unset!important;
        max-width: 10vw;
    }

    .news-thumbs #swiper-2166-thumbs .swiper-slide:before {
        background-color: rgba(255,255,255,.5)!important;
    }

    .news-thumbs .g-swiper-thumbs {
        margin-top: 4vw!important;
    }

    .news-thumbs .g-swiper.swiper-container {
        border-radius: 1.5rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
    }
}

@media only screen and (max-width: 50.99rem) {
    .news-thumbs {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .news-thumbs:before {
        content: 'Virgin Saints';
        text-align: center;
        font-size: 10vw;
        font-weight: 500;
        font-family: var(--title-font-family);
        letter-spacing: 1px;
        font-style: normal;
        line-height: 1;
        margin: 0;
        padding: 0;
        color: var(--primary-color);
    }
    .news-thumbs div[class*="g-swiper-thumbs"] {
        margin: 0;
        padding: 0;
    }
    .news-thumbs div[class*="g-swiper-thumbs"].gallery-thumbs .swiper-slide {
        aspect-ratio: 16/9!important;
        height: unset;
        border-radius: 0;
        flex: 1;
        width: unset!important;
        max-width: 20vw;
    }

    .news-thumbs #swiper-2166-thumbs .swiper-slide:before {
        background-color: rgba(255,255,255,.5)!important;
    }

    .news-thumbs .g-swiper-thumbs {
        margin-top: 2rem!important;
    }

    .news-thumbs .g-swiper.swiper-container {
        border-radius: 1.5rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
    }
}

@media only screen and (min-width: 50.99rem) {
    .newsletter-container .g-title {
        text-align: center;
        font-size: 3vw;
        font-weight: 500;
        font-family: var(--title-font-family);
        letter-spacing: 1px;
        font-style: normal;
        line-height: 1;
        margin: 0;
        padding: 0;
        color: var(--primary-color);
        padding-bottom: 1vw;
    }

    .newsletter-wrapper {
        display: flex;
        flex-direction: column;
        gap: 2vw;
    }
    .newsletter-feed {
        margin: 0;
        padding: 0;
    }
    .newsletter-feed > div {
        margin: 0;
        padding: 0;
    }
    .newsletter-feed .mod_docman.mod_docman--documents {
        margin: 0;
        padding: 0;
    }
    .newsletter-feed .koowa_media--gallery {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .newsletter-feed .koowa_media_wrapper--documents {
        margin: 0;
        padding: 0;
    }
    .newsletter-feed .koowa_media_contents {
        margin: 0!important;
        padding: 0!important;
    }
    .newsletter-feed .koowa_media {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 1.5vw;
    }
    .newsletter-feed .koowa_media__item {
        margin: 0!important;
        padding: 0!important;
        width: 100%!important;
        max-width: unset!important;
        transition: .3s all ease-in-out; 
    }
    .newsletter-feed .koowa_media__item:hover {
        transform: scale(1.05);
    }
    /*.newsletter-feed .koowa_media > .koowa_media__item:last-child .koowa_media__item__thumbnail {
        display: none!important;
    }*/
    .newsletter-feed .koowa_media__item__content {
        margin: 0;
        padding: 0;
        border-radius: 0!important;
        background: none!important;
        border: none!important;
    }
    .newsletter-feed .koowa_media__item__link {
        margin: 0;
        padding: .75vw!important;
    }
    .newsletter-feed .koowa_media__item__content-holder {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .newsletter-feed .koowa_media__item__thumbnail {
        margin: 0;
        padding: 0;
    }
    .newsletter-feed .koowa_media__item__thumbnail img {
        margin: 0;
        padding: 0;
        width: 70%;
        border-radius: 1.5rem!important;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
        margin-bottom: 1.5vw;
    }
    .newsletter-feed .koowa_header.koowa_media__item__label {
        margin: 0!important;
        padding: 0!important;
        height: unset!important;
    }
    .newsletter-feed .koowa_header__item.koowa_header__item--title_container {
        margin: 0;
        padding: 0;
        overflow: visible;
    }
    .newsletter-feed .koowa_header__item.koowa_header__item--title_container > .koowa_wrapped_content {
        margin: 0;
        padding: 0;
    }
    .newsletter-feed .koowa_header__item.koowa_header__item--title_container > .koowa_wrapped_content > .whitespace_preserver {
        margin: 0;
        padding: 0;
    }
    .newsletter-feed .koowa_header__item.koowa_header__item--title_container > .koowa_wrapped_content > .whitespace_preserver > .overflow_container {
        margin: 0;
        padding: 0;
        color: var(--default-black);
        font-size: 1.5vw;
        overflow: visible;
    }

    .newsletter-button {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .newsletter-button .button {
        padding: .75vw 2vw;
        border-radius: 1.25vw / 50%;
        color: var(--default-black);
        background: var(--tertiary-color);
        font-size: 1.25vw;
        line-height: 1;
        transition: .3s all ease-in-out;
        font-weight: 500;
        width: 70%;
    }
    .newsletter-button .button:hover {
        background: var(--tertiary-color);
        color: var(--default-black);
        box-shadow: var(--default-box-shadow);
    }
}

@media only screen and (max-width: 50.99rem) {
    .newsletter-container .g-title {
        text-align: center;
        font-size: 10vw;
        font-weight: 500;
        font-family: var(--title-font-family);
        letter-spacing: 1px;
        font-style: normal;
        line-height: 1;
        margin: 0;
        padding: 0;
        color: var(--primary-color);
        padding-bottom: 1vw;
    }
    .newsletter-wrapper {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .newsletter-feed {
        margin: 0;
        padding: 0;
    }
    .newsletter-feed > div {
        margin: 0;
        padding: 0;
    }
    .newsletter-feed .mod_docman.mod_docman--documents {
        margin: 0;
        padding: 0;
    }
    .newsletter-feed .koowa_media--gallery {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .newsletter-feed .koowa_media_wrapper--documents {
        margin: 0;
        padding: 0;
    }
    .newsletter-feed .koowa_media_contents {
        margin: 0!important;
        padding: 0!important;
    }
    .newsletter-feed .koowa_media {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .newsletter-feed .koowa_media__item {
        margin: 0!important;
        padding: 0!important;
        width: 100%!important;
        max-width: unset!important;
        transition: .3s all ease-in-out; 
    }
    .newsletter-feed .koowa_media__item:hover {
        transform: scale(1.05);
    }
    /*.newsletter-feed .koowa_media > .koowa_media__item:last-child .koowa_media__item__thumbnail {
        display: none!important;
    }*/
    .newsletter-feed .koowa_media__item__content {
        margin: 0;
        padding: 0;
        border-radius: 0!important;
        background: none!important;
        border: none!important;
    }
    .newsletter-feed .koowa_media__item__link {
        margin: 0;
        padding: .75rem!important;
    }
    .newsletter-feed .koowa_media__item__content-holder {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .newsletter-feed .koowa_media__item__thumbnail {
        margin: 0;
        padding: 0;
    }
    .newsletter-feed .koowa_media__item__thumbnail img {
        margin: 0;
        padding: 0;
        width: 70%;
    }
    .newsletter-feed .koowa_header.koowa_media__item__label {
        margin: 0!important;
        padding: 0!important;
        height: unset!important;
    }
    .newsletter-feed .koowa_header__item.koowa_header__item--title_container {
        margin: 0;
        padding: 0;
        overflow: visible;
    }
    .newsletter-feed .koowa_header__item.koowa_header__item--title_container > .koowa_wrapped_content {
        margin: 0;
        padding: 0;
    }
    .newsletter-feed .koowa_header__item.koowa_header__item--title_container > .koowa_wrapped_content > .whitespace_preserver {
        margin: 0;
        padding: 0;
    }
    .newsletter-feed .koowa_header__item.koowa_header__item--title_container > .koowa_wrapped_content > .whitespace_preserver > .overflow_container {
        margin: 0;
        padding: 0;
        color: var(--default-black);
        font-size: 5vw;
        overflow: visible;
    }
    .newsletter-button {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .newsletter-button .button {
        padding: .75rem 1rem;
        border-radius: 1rem / 50%;
        color: var(--default-black);
        background: var(--tertiary-color);
        font-size: 4vw;
        line-height: 1;
        transition: .3s all ease-in-out;
        font-weight: 500;
    }
    .newsletter-button .button:hover {
        background: var(--tertiary-color);
        color: var(--default-black);
        box-shadow: var(--default-box-shadow);
    }
}

/*************** EXTENSION ****************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-extension > .g-container {
        padding: 1.5vw 0!important;
    }
}

/*************** BOTTOM *******************/
/*************** FOOTER *******************/
#g-footer .g-content-array {margin: 0;}
#g-footer a {color: var(--default-white); transition: .3s all ease-in-out;} 
#g-footer a:hover {opacity: .5;}

@media only screen and (min-width: 50.99rem) {
    #g-footer > .g-container {
        padding: 4vw 2.5%!important;
    }
    .footer-wrapper {
        display: flex;
        flex-direction: row;
        gap: 3vw;
    }
    .footer-wrapper:before {
        content: '';
        border-left: 2px solid var(--default-white);
        max-width: 2px;
        order: 2;
    }
    .footer-wrapper:after {
        content: '';
        border-left: 2px solid var(--default-white);
        max-width: 2px;
        order: 4;
    }
    .footer-wrapper .footer-links {
        order: 1;
        flex: 30;
        display: flex;
        align-items: center;
    }
    .footer-wrapper .footer-links-box {
        display: flex;
        flex-direction: column;
        gap: 1.5vw;
    }
    .footer-wrapper .footer-links-box a {
        font-size: 1.25vw;
        line-height: 1;
        text-transform: uppercase;
    }
    .footer-wrapper .footer-logo-contact {
        order: 3;
        flex: 50;
        display: flex;
        flex-direction: column;
        gap: 1vw;
        padding: 0 4vw;
    }
    .footer-wrapper .footer-logo-contact .footer-contact p {
        text-align: center;
        line-height: 1.5;
        font-size: 1.25vw;
    }
    .footer-wrapper .footer-donate {
        order: 5;
        flex: 30;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer-wrapper .footer-donate .button {
        padding: .75vw 3vw;
        border-radius: 1rem;
        color: var(--default-black)!important;
        background: var(--tertiary-color);
        font-size: 1.25vw;
        line-height: 1;
        transition: .3s all ease-in-out;
        font-weight: 500;
        text-transform: uppercase;
        box-shadow: var(--default-box-shadow);
    }
    .footer-wrapper .footer-donate .button:hover {
        background: var(--tertiary-color);
        color: var(--default-black);
        box-shadow: var(--default-box-shadow);
    }
}

@media only screen and (max-width: 50.99rem) {
    #g-footer > .g-container {
        padding: 2rem 1rem!important;
    }
    .footer-wrapper {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .footer-wrapper:before {
        content: '';
        border-bottom: 2px solid var(--default-white);
        max-height: 2px;
        order: 2;
    }
    .footer-wrapper:after {
        content: '';
        border-bottom: 2px solid var(--default-white);
        max-height: 2px;
        order: 4;
    }
    .footer-wrapper .footer-links {
        order: 3;
        flex: 30;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer-wrapper .footer-links-box {
        display: flex;
        flex-direction: column;
        gap: .75rem;
    }
    .footer-wrapper .footer-links-box a {
        font-size: 5vw;
        line-height: 1;
        text-transform: uppercase;
        text-align: center;
    }
    .footer-wrapper .footer-logo-contact {
        order: 1;
        flex: 50;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding: 0;
    }
    .footer-wrapper .footer-logo-contact .footer-contact p {
        text-align: center;
        line-height: 1.5;
        font-size: 5vw;
    }
    .footer-wrapper .footer-donate {
        order: 5;
        flex: 30;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer-wrapper .footer-donate .button {
        padding: .75rem 1rem;
        border-radius: 1rem;
        color: var(--default-black)!important;
        background: var(--tertiary-color);
        font-size: 5vw;
        line-height: 1;
        transition: .3s all ease-in-out;
        font-weight: 500;
        text-transform: uppercase;
        box-shadow: var(--default-box-shadow);
    }
    .footer-wrapper .footer-donate .button:hover {
        background: var(--tertiary-color);
        color: var(--default-black);
        box-shadow: var(--default-box-shadow);
    }
}

/*************** COPYRIGHT ****************/ 
@media only screen and (max-width: 50.99rem) {
    .web-policy {
        justify-content: flex-end;
        padding-right: 10px;
    }
    .site-1 .adminfootericon {
        bottom: 40px
    }

    .site-2 .adminfootericon {
        bottom: 40px
    }
}

/*************** MODULES ******************/
.moduletable .nav.menu, .moduletable .unstyled {background: var(--primary-color);} 
.moduletable .nav.menu li.current.active a, .moduletable .nav.menu li a:hover {    
    color: var(--primary-color); 
    background: var(--secondary-color);
} 

/*************** SECTIONS *****************/

@media only screen and (min-width: 50.99rem) {
	.accordian-wrapper .g-item-title a {font-size: 2.25vw;}
	.accordian-wrapper .g-content-array > .g-grid.active .g-array-item-text {background: white; box-shadow: none;}
	
	.site-1-sub #g-container-main {
        background: url(/images/template/bg-events-section.png) 0% 100% no-repeat;
        background-size: 100% auto;
		padding-bottom: 15rem;
		padding-top: 2rem;
		
    }
	
}

@media only screen and (max-width: 50.99rem) {
	.accordian-wrapper .g-content-array > .g-grid.active .g-array-item-text {background: white; box-shadow: none;}
	.site-1-sub #g-container-main {
        background: url(/images/template/bg-events-section.png) 0% 100% no-repeat;
        background-size: 100% auto;
		padding-bottom: 15rem;
		
    }
}




/*************** MOBILE *******************/

.g-offcanvas-toggle {
  background: var(--default-white);
  display: grid;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: var(--default-box-shadow);
}

/*************** ADS **********************/

@media only screen and (min-width: 50.99rem) {
    #site-grid #g-container-main {
        padding-bottom: 3vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    .grid.ph-sidebyside-mobile .g-array-item-read-more {
        opacity: 0;
    }
    .grid.ph-sidebyside-mobile .g-array-item-title {
        padding: 1rem;
    }
}

@media only screen and (min-width: 50.99rem) {
    .search-page button.btn {
        background: var(--primary-color)!important;
    }
    .search-page button.btn:hover {
        background: var(--secondary-color)!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .search-page button.btn {
        background: var(--primary-color)!important;
    }
    .search-page button.btn:hover {
        background: var(--secondary-color)!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .ph-sidebyside-mobile .g-array-item-read-more {
        opacity: 0;
    }
    .ph-sidebyside-mobile .g-array-item-title {
        padding: 1rem;
    }
}

@media only screen and (min-width: 50.99rem) {
    .bilingual {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 2vw;
    }
    .bilingual .englishtext {
        flex: 1;
    }
    .bilingual .spanishtext {
        flex: 1;
        font-style: italic;
    }
}

@media only screen and (max-width: 50.99rem) {
    .bilingual {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .bilingual .englishtext {
        flex: 1;
    }
    .bilingual .spanishtext {
        flex: 1;
        font-style: italic;
    }
}

@media only screen and (min-width: 50.99rem) {
    .bulletin-page #g-mainbar > .g-grid:nth-child(1) {
        display: none!important;
    }
    .bulletin-page .docman_category {
        display: none!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .bulletin-page #g-mainbar > .g-grid:nth-child(1) {
        display: none!important;
    }
    .bulletin-page .docman_category {
        display: none!important;
    }
}

/* Image Paths for Particle Template */
/* All images used in the particle template need to be updated here */

@media (min-width: 50.99rem) {
  .style-201 .g-container:has([class*="-201"]) {background-image: url('/images/template/header-church-transparent-background.png'); background-position: center; background-size: cover; background-repeat: no-repeat;}
  .style-202 .g-container:has([class*="-202"]) {background-image: url("/images/template/header-church-transparent-background.png"); background-position: center; background-size: cover; background-repeat: no-repeat;}
  .style-301 .mass-times-301 {background: url('/images/template/masstimes.jpg') 0% no-repeat; background-size: cover; background-position: center;}
  .style-303 .mass-times-303 {background: url('/images/template/masstimes.jpg') 0% no-repeat; background-size: cover; background-position: center;}
  .style-304 .mass-times-304 {background: url('/images/template/masstimes.jpg') 0% no-repeat; background-size: cover; background-position: center;}
  .style-305 .mass-times-305 {background: url('/images/template/masstimes.jpg') 0% no-repeat; background-size: cover; background-position: center;}
  .style-1001 :is(#g-navigation, #g-slideshow, #g-header, #g-above, #g-feature, #g-showcase, #g-utility, #g-container-main, #g-expanded, #g-extension, #g-bottom, #g-footer, #g-copyright):has([class*="-1001"]) {background: url('/images/template/parallax1.jpg') 50% 50% no-repeat;}
  .mockup-ads.particle-template .g-block:has(div.adside) .adside {background-image: url("/images/template/side-ads.png");}
  .mockup-ads.particle-template .adhorizontal {background-image: url("/images/template/horizontal-ads.png");}
}

@media (max-width: 50.99rem) {
   .mockup-ads.particle-template .g-block:has(div.adside) .adside {background-image: url("/images/template/side-ads.png");}
   .mockup-ads.particle-template .adhorizontal {background-image: url("/images/template/horizontal-ads-mobile.png");}
}

@media only screen and (min-width: 50.99rem) {
    #g-top-nav {
        display: none!important;
    }
    #g-mobile-fixed-nav {
        display: none!important;
    }
    body[class*="-sub"]:not(.sponsorshippage) #g-page-surround #g-container-main:has(.k-ui-namespace.com_docman) {
        padding-top: 3% !important;
      }
}

@media only screen and (max-width: 50.99rem) {
    #g-top-nav {
        display: none!important;
    }
    #g-mobile-fixed-nav {
        display: none!important;
    }
}

body {background-color: var(--primary-color);}
@media only screen and (max-width: 50.99rem) {
@media (display-mode: standalone) {
    #g-top-nav {
        display: flex!important;
    }
    #g-mobile-fixed-nav {
        display: flex!important;
    }
    #g-top.modern-alert-padding {
        padding: 2rem 5%!important;
    }
    body {background-color: var(--primary-color);}
    #g-offcanvas {height: calc(100% - 120pt); top: 40pt; bottom: 80pt;}
    #g-top {margin-top: 40pt!important;}
    #g-navigation .g-logo {display: none;}
    #g-top-nav .g-particle:has(.g-logo) {width: 100%;}
    #g-top-nav .g-logo {text-align: center; display: flex; align-items: center; justify-content: center; width: 100%; height: 40pt;}
    #g-top-nav .g-logo img {height: 80%; width: auto;}
    #g-page-surround .g-offcanvas-toggle {display: none;}
    #g-page-surround {background: var(--primary-color);}
    #g-top-nav {display: flex; position: fixed; top: 0; left: 0; right: 0; width: 100%; height: 40pt; background: var(--primary-color); z-index: 1000; box-shadow: var(--default-box-shadow);}
    .g-offcanvas-toggle {position: fixed!important; z-index: 1001; top: 0; left: 10pt; height: 40pt; font-size: 23pt; display: flex; justify-content: center; align-items: center; background: none!important; border-radius: unset; box-shadow: unset;}
    .g-offcanvas-toggle {color: var(--default-white);} 
    .g-offcanvas-toggle .fa-fw {text-shadow: none;}
    #g-container-footer {padding-bottom: 80pt!important;}
    #g-mobile-fixed-nav {display: flex; height: 80pt; background: var(--primary-color); color: var(--default-white); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); z-index: 1000; position: fixed; bottom: 0; left: 0; right: 0; width: 100%; box-shadow: var(--default-box-shadow)}
    .mobile-nav-link {color: var(--default-white); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; height: 60pt;}
    .mobile-nav-link:hover {color: var(--secondary-color);}
    .mobile-fixed-nav {width: 100%; height: 60pt;}

    .mobile-fixed-nav {
        margin: 0;
        padding: 0;
        display: flex;
        width: 100%;
        align-items: center;
        overflow: hidden;
    }
    .mobile-fixed-nav .g-particle {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .mobile-fixed-nav .g-particle > div {
        margin: 0;
        padding: 0;
    }
    .mobile-fixed-nav .g-blockcontent {
        margin: 0;
        padding: 0;
    }
    .mobile-fixed-nav .g-blockcontent-subcontent {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 1pt;
    }
    .mobile-fixed-nav .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 0;
        flex: 1;
        position: relative;
    }
    .mobile-fixed-nav .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .mobile-fixed-nav .g-blockcontent-subcontent-title-icon {
        margin: 0;
        padding: 0;
        order: 1;
        color: var(--default-white);
        font-size: 5vw;
    }
    .mobile-fixed-nav .g-blockcontent-subcontent-title {
        margin: 0;
        padding: 0;
        order: 2;
    }
    .mobile-fixed-nav .g-blockcontent-subcontent-title-text {
        margin: 0;
        padding: 0;
        color: var(--default-white);
        font-size: 4vw;
        font-family: var(--body-font-family);
    }
    .mobile-fixed-nav .g-blockcontent-buttons {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .mobile-fixed-nav .g-blockcontent-buttons a {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
}
}