html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background-color: var(--clrBack);
    font-size: var(--baseFtnSize);
    line-height: 1.15;
    overflow-x: hidden;
    width: 100%
}
dl dl, dl ol, dl ul, ol dl, ul dl {
    margin: 0
}
ol ol, ol ul, ul ol, ul ul {
    margin: 0
}
hr {
    box-sizing: content-box;
    color: inherit;
    height: 0;
    overflow: visible
}
main {
    margin-top: var(--navHeight);
    scroll-margin-top: calc(var(--navHeight)+1rem)
}
main, section {
    position: relative;
    display: block;
    padding: 3rem 8rem
}
pre {
    font-family: monospace, monospace;
    font-size: 1em
}
a {
    background-color: transparent
}
abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted
}
b, strong {
    font-weight: bolder
}
code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}
small {
    font-size: 80%
}
audio, video {
    display: inline-block
}
audio:not([controls]) {
    display: none;
    height: 0
}
img {
    border-style: none
}
svg:not(:root) {
    overflow: hidden
}
table {
    border-color: inherit;
    text-indent: 0
}
button {
    border: none;
    cursor: pointer;
    padding: 0 1.5rem;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: .05rem;
    line-height: 3rem;
    border-radius: 5vw;
    height: fit-content;
    overflow: visible;
    text-transform: none;
    display: inline-flex;
    align-items: center;
    gap: .25rem;
}
svg {
    height: 100%;
    width: auto;
    min-height: 1em
}
button, input, select {
    margin: 0
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
    appearance: button
}
fieldset {
    padding: .35em .75em .625em
}
input {
    overflow: visible
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}
progress {
    display: inline-block;
    vertical-align: baseline
}
select {
    text-transform: none
}
textarea {
    margin: 0;
    overflow: auto
}
[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}
[type=search] {
    -webkit-appearance: textfield;
    appearance: textfield;
    outline-offset: -2px
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto
}
::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}
::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    appearance: button;
    font: inherit
}
::-moz-focus-inner {
    border-style: none;
    padding: 0
}
:-moz-focusring {
    outline: 1px dotted ButtonText
}
:-moz-ui-invalid {
    box-shadow: none
}
details {
    display: block
}
dialog {
    background-color: #fff;
    border: solid;
    color: #000;
    display: block;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: fit-content
}
dialog:not([open]) {
    display: none
}
summary {
    display: list-item
}
canvas {
    display: inline-block
}
template {
    display: none
}
[hidden] {
    display: none
}
*, ::after, ::before {
    box-sizing: border-box
}
body {
    max-width: 100%;
    min-width: 100%;
    margin: 0;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}
.skipLink {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    padding: .6rem 1rem;
    background: #000;
    color: #fff;
    text-decoration: none;
    transform: translateY(-130%);
    transition: transform .2s ease
}
.skipLink:focus, .skipLink:focus-visible {
    transform: translateY(0)
}
img, video {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: block
}
video {
    object-fit: cover
}
.plyr {
    --plyr-captions-background: black;
    --plyr-captions-text-color: #fff;
    --plyr-font-family: Arial, sans-serif
}
.plyr__captions {
    font-size: 1.2em
}
iframe {
    width: 100%;
    height: 100%;
    border: none
}
a {
    font-size: 1em;
    text-decoration: none
}
.hidden {
    display: none !important
}
p {
    font-size: 1.5rem;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    overflow-wrap: break-word;
    line-height: 1.25
}
h1 {
    font-size: 4.5rem;
    hyphens: none;
    overflow-wrap: break-word
}
h2 {
    font-size: 3.5rem;
    hyphens: none;
    overflow-wrap: break-word
}
h3 {
    font-size: 3rem;
    hyphens: none;
    overflow-wrap: break-word
}
h4 {
    font-size: 2.5rem;
    hyphens: none;
    overflow-wrap: break-word
}
h5 {
    font-size: 2.25rem;
    hyphens: none;
    overflow-wrap: break-word
}
h6 {
    font-size: 2rem;
    hyphens: none;
    overflow-wrap: break-word
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans 3', system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility !important;
    font-weight: 700 !important
}
.bgDark {
    background-color: var(--clrBlue60)
}
.bgLight {
    background-color: beige
}
.txtBig {
    font-size: 1.75em
}
.txtBlue {
    color: var(--clrBlue60)
}
.txtWhite {
    color: #fff
}
.txtGreatVibes {
    font-family: Satisfy, "Segoe Script", "Brush Script MT", cursive;
    font-size: 4.5em !important;
    font-weight: 600;
    letter-spacing: 1px;
    word-spacing: .75rem;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    overflow-wrap: break-word;
    word-break: break-word;
    line-height: 1.4
}
.txtBold {
    font-weight: 700
}
.txtCenter {
    text-align: center
}
.txtLeft {
    text-align: left !important
}
.borderedH1 {
    --c: black;
    --w: 0;
    --ml: 0;
    color: var(--c);
    line-height: 1.25
}
.borderedH1::after {
    content: "\00a0";
    font-size: .5rem;
    display: block;
    width: var(--w);
    margin-left: var(--ml);
    color: var(--c)
}
.borderedH2 {
    --c: black;
    --w: 0;
    --ml: 0;
    color: var(--c);
    line-height: 1.25;
    margin-bottom: 3rem
}
.borderedH2::after {
    content: "\00a0";
    font-size: .4rem;
    display: block;
    width: var(--w);
    margin-left: var(--ml);
    color: var(--c)
}
.fs1_25 {
    font-size: 1.25rem
}
.fs1_5 {
    font-size: 1.5rem
}
.fs1_75 {
    font-size: 1.75rem
}
.fs2 {
    font-size: 2rem
}
.fs3 {
    font-size: 3rem
}
.fs4 {
    font-size: 4rem
}
.fw600 {
    font-weight: 600
}
.fw900 {
    font-weight: 900
}
.videoTitle {
    letter-spacing: 1px;
    font-size: 1.75rem;
    background-color: var(--clrBlackGlass1);
    text-shadow: 1px 1px 5px #000;
    margin: 0;
    padding: 0 10px;
    border-radius: 10px
}
.rangeTitle {
    font-size: 1.75rem;
    text-align: center;
    font-weight: 700
}
.rangeDetail {
    text-align: center;
    font-size: 1.5em;
    font-weight: 600;
    margin-top: .125rem
}
.tipBalloon {
    position: relative;
    display: inline
}
.tipBalloonTxt {
    position: absolute;
    bottom: 160%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 14px;
    white-space: nowrap;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: opacity .1s ease-in-out
}
.tipBalloon:hover .tipBalloonTxt {
    opacity: 1;
    visibility: visible
}
.bigNumber {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: .15em;
    line-height: 1;
    letter-spacing: .3px;
    margin-top: .2rem;
    color: green;
    min-height: 1.2em
}
.impact-count {
    font-weight: 900;
    font-size: clamp(3rem, calc(2rem + 6.4vw), 3.5rem);
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum" 1, "lnum" 1;
    display: inline-block;
    min-width: 7ch;
    text-align: center;
    white-space: nowrap
}
.underBlue {
    border-bottom: 2px solid var(--clrBlue50)
}
.underBlack {
    border-bottom: 2px solid var(--clrGray40)
}
.m0 {
    margin: 0 !important
}
.mb0 {
    margin-bottom: 0 !important
}
.mb0_5 {
    margin-bottom: .5rem !important
}
.mb1 {
    margin-bottom: 1rem !important
}
.mb2 {
    margin-bottom: 2rem !important
}
.mb3 {
    margin-bottom: 3rem !important
}
.mb4 {
    margin-bottom: 4rem !important
}
.mb5 {
    margin-bottom: 5rem !important
}
.mt0 {
    margin-top: 0 !important
}
.flexRow {
    --g: 1vw;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    gap: var(--g)
}
.flexCol {
    --g: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: var(--g)
}
.flexWrap {
    flex-wrap: wrap
}
.cardFrame {
    position: static;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem
}
.gridCol {
    --gtc: 1fr 1fr;
    --g: 1rem;
    --ji: center;
    display: grid;
    grid-template-columns: var(--gtc);
    align-items: center;
    justify-items: var(--ji);
    gap: var(--g)
}
.gridSlide {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    background-color: #fff
}
.gridIRPF {
    display: grid;
    grid-template-columns: auto 85fr;
    align-items: stretch;
    margin: 2.5vw 0
}
.iconIRPF {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(to right, #fff 50%, #d3d3d3 50%)
}
.iconIRPF img {
    height: 6rem;
    width: auto;
    margin: auto;
    padding: .35rem;
    background-color: #d3d3d3;
    border: .35rem solid #fff;
    border-radius: 50%
}
.textIRPF {
    padding: 2rem 2rem 1rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #d3d3d3
}
.textIRPF li {
    font-size: 1.5rem;
    margin-bottom: 1rem
}
.qrCode {
    display: grid;
    grid-template-columns: 15vw auto;
    align-items: center;
    justify-content: space-between;
    gap: 2%;
    margin: 0
}
.qrCode img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    margin: 0
}
.qrCode mark {
    padding-top: .25rem;
    text-align: center;
    font-size: 1.25em;
    font-weight: 700;
    font-family: "Courier New", Courier, monospace;
    letter-spacing: 1px;
    display: block
}
.donateValue {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-color: #fff;
    text-align: center;
    font-size: 2.5em;
    padding: 0 1rem
}
.imgMobile {
    display: none;
    max-width: 100%;
    height: auto
}
.infoBtnBar {
    display: grid;
    grid-template-columns: auto auto 1fr auto auto;
    align-content: center;
    height: 4rem;
    background-color: var(--clrGreen50);
    ;
    z-index: 99
}
.infoBtnBar .btnSvg {
    height: 65%;
    aspect-ratio: 1/1;
    align-self: center;
    padding: 2px 0
}
.divScroll {
    --sw: none;
    width: 100%;
    height: 100%;
    scrollbar-width: var(--sw);
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    align-self: center;
    display: flex;
    align-items: center
}
.borderRadius {
    border-radius: clamp(14px, 1.8vw, 22px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .08)
}
.bigIcon {
    font-size: 64px;
    display: flex;
    align-items: center;
    justify-content: center
}
#homeMain {
    background-image: url(/img/home/cover.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
    height: 100svh;
    min-height: 100svh;
    max-height: 100svh;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0 !important
}
#homeMain .borderedH1 {
    min-height: 2.8em;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important
}
#homeBibleSection {
    color: #fff;
    text-align: center;
    filter: brightness(90%)
}
#homeBibleSection p {
    margin: 0 auto 2rem auto;
    font-size: 2.5rem;
    width: 100%;
    max-width: 1280px
}
#homeImpactImg {
    display: block
}
#homeImpactImgMob {
    display: none;
    margin-top: 3rem;
    width: 100%;
    height: auto
}
#supporterMain .card {
    max-width: 360px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1.5rem
}
#supporterMain .card img {
    max-height: 140px;
    width: auto;
    max-width: 100%
}
#supporterGeneralSection .card, #supporterInternationalPartnersSection .card, #supporterPartnersSection .card, #supporterSpecificSection .card {
    max-width: 360px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center
}
#supporterGeneralSection .card img, #supporterInternationalPartnersSection .card img, #supporterPartnersSection .card img, #supporterSpecificSection .card img {
    max-height: 140px;
    width: auto;
    max-width: 100%
}

#toHelpMain {
    display: grid;
    grid-template-columns: 7fr 4fr;
    justify-content: center;
    align-items: center;
    padding: 0 5vw
}
#toHelpMainImg {
    height: 100%;
    aspect-ratio: 76/56;
    background-position: center
}
#toHelpMoneySection {
    padding-bottom: 5rem
}
#slideStories {
    display: grid;
    grid-template-columns: 3.5rem auto 3.5rem;
    align-items: center;
    justify-items: center;
    max-width: 860px;
    margin: 0 auto 1rem
}
#slideStories .btnSvg, .gridSlide .btnSvg {
    width: 4vw;
    min-width: 36px;
    padding: 1vh 0
}
.navLangToggle {
    display: none;
    cursor: pointer
}
.navLangMenu {
    display: inherit;
    cursor: pointer
}
.navLangToggle:focus-visible {
    outline: 2px solid var(--clrYellow40);
    outline-offset: 2px
}
#btnaccentDiv {
    position: static;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: .5rem;
    width: fit-content;
    margin: 1.5rem 0 0 auto;
    justify-items: end
}
.btnCard {
    position: absolute;
    bottom: 1px;
    font-size: 1em;
    height: 1.5em !important;
    padding: .25rem !important;
    display: inline-flex;
    align-items: center;
    background-color: var(--clrGreen10);
    border: 1px solid var(--clrGreen20);
    color: #000;
    bottom: 1px
}
.btnCard svg {
    width: 100%;
    height: auto
}
.btnCardLeft {
    left: 1px
}
.btnCardRight {
    padding: .25rem;
    right: 1px
}
.btnDisabled, .btnDisabled:focus, .btnDisabled:hover {
    background-color: var(--clrGray20) !important;
    border: 1px solid var(--clrGray30) !important;
    color: var(--clrGray50) !important;
    box-shadow: none !important;
    cursor: not-allowed !important
}
.btnSlim {
    height: 2em;
    font-size: 1rem;
    padding: 0 .75rem;
    line-height: 1.5;
    display: inline-flex;
    align-items: center
}
.btnGreen {
    background-color: var(--clrGreen50) !important;
    border: 1px solid var(--clrGreen70) !important;
    color: #fff !important;
    transition: all .2s ease !important
}
.btnBar input:checked+label, .btnBar input:hover+label:hover, .btnBlue:focus, .btnBlue:hover, .btnCard:focus, .btnCard:hover, .btnGreen:focus, .btnGreen:hover {
    background-color: var(--clrGreen70);
    border-color: gray;
    color: #fff;
    box-shadow: 0 0 19px 1px rgba(255, 255, 0, .75) inset;
    -webkit-box-shadow: 0 0 19px 1px rgba(255, 255, 0, .75) inset;
    -moz-box-shadow: 0 0 19px 1px rgba(255, 255, 0, .75) inset;
    border: var(--brdrYellow)
}
.btnBlue {
    background-color: var(--clrBlue50);
    color: #fff;
    transition: all .2s ease
}
.btnBar {
    display: flex;
    justify-content: space-between;
    margin: 1.5rem auto;
    width: 100%;
    font-size: 1.75rem;
    flex-wrap: nowrap
}
.btnBarButton {
    align-items: center;
    justify-content: center;
    justify-items: center;
    align-content: center;
    cursor: pointer;
    line-height: 1;
    letter-spacing: .1rem;
    text-align: center;
    scroll-snap-align: end;
    color: #fff;
    background-color: var(--clrGreen50);
    border: 1px solid var(--clrGreen10);
    padding: .5vw 1vw;
    display: inline-flex;
    flex-direction: column;
    font-size: 1em;
    font-weight: 900;
    flex-shrink: 0;
    white-space: normal;
    overflow: hidden;
    box-sizing: border-box;
    min-width: 0
}
#SheetButtons input[type=radio]:checked+label {
    background-color: #fff;
    color: var(--clrBlue70);
    border-bottom: none;
    box-shadow: none
}
.btnBarButton span {
    display: block;
    font-weight: 400;
    margin-bottom: .5rem;
    font-size: .5em
}
#choiceValue {
    background-color: #fff;
    padding: 0 .5rem;
    flex-wrap: wrap;
}
#choiceValue label {
    font-size: 1.8rem;
    font-weight: 600;
    border-radius: 10px;
    color: #fff;
    background-color: var(--clrGray50);
    margin-bottom: 1%;
    padding: .5rem .25rem;
    text-align: center;
    min-width: 100px
}
#choiceValue .btnBar input:checked+label {
    background-color: var(--clrBlue70) !important;
    color: var(--clrYellow30)
}
.btnPlayTxt {
    margin: auto;
    background-color: #fff;
    color: #000;
    letter-spacing: .1rem;
    font-weight: 400;
    border-radius: 30rem;
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding: .5rem .75rem;
    min-width: 160px;
    height: 3rem;
    position: relative
}
#currLabel {
    width: 160px;
    min-width: 160px
}
#currInput {
    width: 100%;
    height: 100%;
    font-size: inherit;
    background-color: var(--clrGray10);
    border: 1px solid gray;
    border-radius: .5rem;
    color: #000;
    text-align: center;
    padding: 0 .75rem
}
#currInput::placeholder {
    color: var(--clrGray70);
    font-size: .75em
}
.btnSvg {
    height: auto;
    border-radius: 10%;
    background-color: transparent;
    padding: 5px;
    display: inline-block;
    line-height: 0
}
.btnSvg:hover {
    background-color: var(--clrGreen50);
    border: 1px solid var(--brdrYellow) !important;
    color: #fff !important
}
.btnCopy {
    padding: 0;
    background-color: #fff;
    border-radius: .25em;
    border: 1px solid gray;
    color: navy;
    font-family: "Times New Roman", Times, serif;
    /* height: 1.5rem; */
    padding: 0 3px;
    line-height: 1.25;
    font-size: .6em;
    letter-spacing: 0;
}
.btnCopy svg {
    height: .5em;
}
.btnCopy:hover {
    background: #444;
    color: #fff;
    border: var(--brdrYellow)
}
.tabGroup {
    border: 1px solid var(--clrGray30);
    border-radius: 1rem;
    background-color: #fff;
    overflow: hidden
}
.tabHeaders {
    display: flex;
    background-color: var(--clrGray20)
}
.tabButton {
    flex: 1;
    padding: 0;
    background: 0 0;
    border: none;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease;
    color: #000
}
.tabButton.active {
    background-color: #fff
}
.tabPanels {
    padding: 1.5rem
}
.tabPanel {
    display: none
}
.tabPanel.active {
    display: block
}
.rangeBox {
    background-color: #fff;
    width: 100%;
    height: 2.09rem;
    border: .21rem solid var(--clrYellow50);
    border-radius: 2rem
}
.rangeBar {
    color: #000;
    background-color: var(--clrYellow50);
    width: var(--w);
    height: 100%;
    transform: translateX(0);
    text-align: right;
    font-size: 1.5rem;
    padding-right: .83rem;
    font-weight: 700;
    border-radius: 1.75rem
}
.rangeBar::before {
    content: var(--ct)
}
.slideFrame {
    position: relative;
    width: var(--w);
    margin-bottom: 1rem
}
#homeStoriesSection .slideFrame {
    margin-bottom: 0
}
.slideItem {
    display: none;
    position: static;
    text-align: center;
    margin: 0 auto;
    animation-name: fadeIn;
    animation-duration: 1.5
}
.slideItem img {
    max-width: 800px
}
.slideItem:first-of-type {
    display: block
}
.slideCap {
    padding: .25rem 0;
    font-weight: 500;
    text-align: center;
    background-color: #fff
}
.slideCap span {
    text-align: center;
    margin: 0;
    font-size: 80%;
    display: block;
    font-weight: 400
}
.card {
    --w: 45vw;
    width: var(--w);
    position: static;
    max-width: 550px;
    min-width: 260px;
    color: #000;
    background-color: #fff;
    text-align: center;
    padding: 1rem;
    border: var(--brdrBlue);
    box-sizing: border-box;
    position: relative
}
.card img {
    height: auto;
    width: 100%;
    object-fit: contain;
    object-position: center
}
.cardTitle {
    font-size: 1.75rem;
    font-weight: 600
}
.navBar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    color: #000;
    height: var(--navHeight);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    font-size: 1rem;
    transition: background-color .3s ease
}
.navBar.nav-home {
    color: #fff;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .9), rgba(0, 0, 0, .7), rgba(0, 0, 0, .5), rgba(0, 0, 0, .3), rgba(0, 0, 0, .1))
}
.navBar.nav-scrolled {
    background-color: rgba(200, 200, 200, .8);
    color: #000
}
.navBar img {
    height: var(--navHeight);
    width: auto
}
.navMenu {
    display: flex;
    padding: 0;
    margin: 0;
    height: var(--navHeight);
    align-items: center;
    justify-content: space-between;
    color: #000;
    text-decoration: none;
    font-weight: 400;
    font-size: 1em
}
.navBar.nav-home .navMenu {
    color: #fff
}
.navBar.nav-scrolled .navMenu {
    color: #000
}
.navMenu:focus, .navMenu:hover {
    font-weight: 700;
    filter: none
}
.navLanguageDrop {
    position: absolute !important;
    right: 0 !important;
    width: auto;
    min-width: 180px
}
.navLanguageDrop li a {
    border: 5px solid red;
    padding: 0 !important
}
.navLanguageDrop.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}
.navActive {
    font-weight: 900;
    border-bottom: 1px solid var(--clrBlue50)
}
.navBar.nav-home .navActive {
    border-bottom-color: #fff
}
.navBar.nav-scrolled .navActive {
    border-bottom-color: #000
}
.navHamburger {
    display: none;
    font-size: calc(var(--navHeight)/ 2);
    background: 0 0;
    border: 0;
    padding: 0;
    color: inherit;
    font: inherit;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%)
}
.navBar.nav-home .navHamburger {
    color: #fff
}
.navBar.nav-scrolled .navHamburger {
    color: #000
}
.navOpen::after {
    content: "\2630"
}
.navClose::before {
    content: "\2715"
}
.navItem {
    position: relative;
    display: flex;
    align-items: center;
    height: var(--navHeight)
}
.submenu-toggle {
    display: none
}
.navSub {
    position: absolute;
    left: 0;
    top: calc(var(--navHeight) - 4px);
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: var(--clrBlue70);
    border: 2px solid var(--clrYellow50);
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity .15s ease, transform .15s ease, visibility .15s;
    z-index: 11;
    width: fit-content
}
#langMenu {
    left: -120px !important;
    padding: 0 10px
}
#langMenu li a {
    padding: 0
}
.flag-icon {
    width: 2.25rem !important;
    height: auto;
    border-radius: 2px;
    vertical-align: middle;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    display: inline;
    margin-right: 5px
}
.navSub li {
    width: auto
}
.navSub li a {
    display: block;
    padding: .6rem .9rem;
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
    font-size: 1em;
    width: auto
}
.navSub li+li a {
    border-top: 1px solid #f2f2f2
}
.navSub li a:focus, .navSub li a:hover {
    background: var(--clrGray60);
    color: #fff;
    border-radius: 10px
}
.navItem:focus-within .navSub, .navItem:hover .navSub {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}
.navItem.force-close .navSub {
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(-10px) !important
}
.navItem.submenu-open .navSub {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}
.plyr {
    --plyr-control-spacing: 12px;
    --plyr-control-icon-size: 22px;
    --plyr-range-thumb-height: 18px;
    --plyr-range-track-height: 6px
}
.plyr__controls {
    gap: 6px
}
.plyr__control, .plyr__controls__item {
    min-width: 44px;
    min-height: 44px;
    margin: 2px
}
.plyr__control {
    display: inline-flex;
    align-items: center;
    justify-content: center
}
.plyr__progress input[type=range], .plyr__volume input[type=range] {
    min-height: 44px;
    height: 44px
}
.plyr__volume {
    min-height: 44px
}
#navLogo {
    padding: 0;
    height: var(--navHeight) !important;
    width: auto;
    display: block;
    margin-left: 0
}
#btnSupport {
    color: #000;
    background-color: #0f0;
    border-radius: 40% 1.5rem 1.5rem 40%;
    border: 2px solid red;
    font-weight: 600;
    letter-spacing: 1px;
    padding-right: .4rem;
    font-size: 1.25rem !important;
    height: 3.5rem;
    position: absolute;
    top: var(--navHeight);
    right: 0;
    transform: translateY(0);
    display: flex;
    align-items: center;
    white-space: nowrap;
}
#btnSupport img {
    display: inline-block;
    height: 100% !important;
    width: auto !important;
    border-radius: 50%;
    background-color: var(--clrGreen50);
    padding: 5px;
    transform: translateX(-.5rem);
    border: 2px solid red;
    transition: border-color .2s ease
}
#btnSupport:focus, #btnSupport:hover {
    background-color: var(--clrGreen50);
    color: #fff;
    border-color: var(--clrGreen50)
}
#btnSupport:focus img, #btnSupport:hover img {
    border-color: var(--clrGreen50)
}
#storiesVideoSection {
    background-color: var(--clrGray10)
}
.storiesGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto
}
.storyCard {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    transition: transform .3s ease, box-shadow .3s ease
}
.storyCard:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .15)
}
.storyVideo {
    width: 100%;
    aspect-ratio: 16/9;
    background: #000
}
.storyVideo video {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.storyContent {
    padding: 1.5rem
}
.storyTitle {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--clrBlue);
    margin: 0 0 .75rem 0
}
.storyDescription {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--clrGray70);
    margin: 0
}
footer {
    color: var(--clrGray10);
    background-color: var(--clrGray80);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2rem;
    gap: 1rem
}
.footerP {
    display: flex;
    align-items: center;
    text-align: left !important;
    flex-wrap: wrap;
    font-size: 1em;
    padding: 0 !important;
    margin: 0 !important
}
.footerIcon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 1.75rem;
    width: 1.75rem;
    margin-right: .75rem;
    color: var(--clrGray10)
}
.footerBtn {
    height: 2em;
    font-size: 1em;
    background-color: var(--clrGray10);
    margin: 0 auto;
    padding: .25rem .75rem;
    border-radius: 1.5rem;
    color: #000;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    justify-content: center;
    border: 1px solid var(--clrGray30) !important;
    cursor: pointer
}
.footerBtn:hover {
    background-color: #000;
    color: #fff;
    border: var(--brdrYellow)
}
.footerDiv {
    flex: 1;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-around
}
.footerTitle {
    font-size: 1.5rem;
    margin: 0 0 .75rem 0;
    padding: 0;
    line-height: 1.3;
    color: var(--clrGray10)
}
.footerTitleTight {
    margin-bottom: 0
}
.footerLink {
    font-size: 1em;
    line-height: 1em;
    color: var(--clrGray10);
    text-decoration: underline;
    width: fit-content;
    display: flex;
    align-items: center;
    padding: .5em
}
.footerLink:hover {
    text-decoration: none;
    background-color: #000
}
.footerNewsletterForm {
    display: flex;
    flex-direction: column;
    align-items: center
}
.footerInput {
    font-size: 1em;
    background-color: var(--clrGray10);
    color: #000;
    border: 1px solid var(--clrGray10);
    border-radius: 1.5rem;
    padding: .35rem 1rem;
    margin: .75rem auto .5rem;
    width: min(100%, 260px)
}
.footerInput::placeholder {
    color: var(--clrGray70)
}
.footerInput:focus {
    outline: 0;
    border-color: #000
}
.footerBtnLink {
    height: 2.75rem;
    width: 2.75rem;
    color: var(--clrGray10);
    display: flex;
    align-items: center;
    padding: 1px;
    border: 1px solid transparent
}
.footerBtnLink:hover {
    background-color: #000;
    border: var(--brdrYellow)
}
.footerSocialLinks {
    padding-top: 3rem;
    display: flex;
    justify-content: center;
    gap: 5%
}
.faqBox {
    padding: 2rem 1rem 1rem 1rem;
    background-color: var(--clrGray70);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto repeat(2, 1fr);
    gap: 1rem
}
.faqTitle {
    grid-column: 1/span 3
}
.faqLink {
    display: grid;
    grid-template-columns: 3rem 1fr;
    align-items: center;
    gap: 1rem;
    padding: 0 .5rem;
    background: var(--clrGray10);
    border-radius: 10px;
    text-decoration: none;
    color: #000;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
    transition: transform .06s ease, box-shadow .2s ease, background-color .2s ease;
    border: 1px solid #f0f0f0;
    min-height: 50px
}
.faqLink:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
    text-decoration: none;
    color: var(--clrGray10);
    background-color: #000;
    border: var(--brdrYellow)
}
.faqLink svg {
    color: var(--clrGreen60)
}
.faqQuestion {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.35
}
#fixedBottom {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 50px;
    display: flex;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    flex-direction: column;
    height: auto;
    width: auto
}
#btnZap {
    background-color: var(--clrGreen60);
    padding: 0;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 50%
}
#btnZap:focus, #btnZap:hover {
    border: 3px solid var(--clrGreen50)
}
#btnZap img {
    height: 100% !important;
    width: auto
}
#btnToTop {
    display: none;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: var(--clrBlackGlass6);
    border-radius: 50%;
    border: 1px solid var(--clrGray70);
    height: 2.8rem;
    width: 2.8rem;
    padding: .3rem
}
#btnToTop:hover {
    background-color: #000;
    border: var(--brdrYellow)
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    align-items: center;
    justify-content: center
}
.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    backdrop-filter: blur(4px)
}
.modal-content {
    position: relative;
    background: #fff;
    border-radius: 1rem;
    max-width: 600px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .3);
    z-index: 10001;
    animation: modalSlideIn .3s ease-out
}
@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-20px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}
.modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: 0 0;
    border: none;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    color: #666;
    padding: .5rem;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all .2s ease
}
.modal-close:hover {
    background-color: rgba(0, 0, 0, .1);
    color: #000
}
.modal-body {
    padding: 2rem;
    text-align: center
}
.modal-body img {
    display: block;
    margin: 0 auto 1rem
}
.pronacBox {
    background-color: transparent;
    border: 1px solid var(--clrBlue70);
    width: 100%;
    border: none
}
.pronacBox * {
    color: #fff
}
#btnSupport img {
    width: 48px;
    height: 48px;
    flex: 0 0 48px
}
#btnSupport {
    min-height: 48px
}
.navBar {
    flex-wrap: nowrap
}
.navBar .navMenu {
    white-space: nowrap
}
.navItem {
    flex-shrink: 0
}
:root {
    --clrBack: #E6E6E6;
    --navHeight: 60px;
    --brdrYellow: 1px solid var(--clrYellow50);
    --brdrBlue: 1px solid var(--clrBlue50);
    --mobileToggle: 860px;
    --baseFtnSize: 1vw;
    --clrGreen10: #A9E9BB;
    --clrGreen20: #7FCC9B;
    --clrGreen30: #55AF7B;
    --clrGreen40: #32925B;
    --clrGreen50: #15743B;
    --clrGreen60: #0E4D2A;
    --clrGreen70: #051F11;
    --clrGreen80: #002415;
    --clrGreen90: #001900;
    --clrBlue10: #DFF5FB;
    --clrBlue20: #AFE4F0;
    --clrBlue30: #7FCBE4;
    --clrBlue40: #4FB2D8;
    --clrBlue50: #219ACC;
    --clrBlue60: #1C7CA5;
    --clrBlue70: #165E7D;
    --clrBlue80: #0F3F56;
    --clrBlue90: #09112E;
    --clrYellow10: #FFFCF2;
    --clrYellow20: #FEF3D2;
    --clrYellow30: #FDE6A0;
    --clrYellow40: #FCD866;
    --clrYellow50: #faba23;
    --clrYellow60: #D49B20;
    --clrYellow70: #A77717;
    --clrYellow80: #7A530E;
    --clrYellow90: #4D3006;
    --clrGray10: #c5c5c5;
    --clrGray20: #A9A9A9;
    --clrGray30: #8E8E8E;
    --clrGray40: #737373;
    --clrGray50: #595959;
    --clrGray60: #3B3B3B;
    --clrGray70: #333333;
    --clrGray80: #222222;
    --clrGray90: #111111;
    --clrBlackGlass1: rgba(0, 0, 0, .1);
    --clrBlackGlass2: rgba(0, 0, 0, .2);
    --clrBlackGlass3: rgba(0, 0, 0, .3);
    --clrBlackGlass4: rgba(0, 0, 0, .4);
    --clrBlackGlass5: rgba(0, 0, 0, .5);
    --clrBlackGlass6: rgba(0, 0, 0, .6);
    --clrBlackGlass7: rgba(0, 0, 0, .7);
    --clrBlackGlass8: rgba(0, 0, 0, .8);
    --clrBlackGlass9: rgba(0, 0, 0, .9)
}
@media (max-width:1800px) {
    html {
        font-size: calc(var(--baseFtnSize) * 1.15)
    }
    #toHelpMoneySection .btnBar {
        flex-wrap: wrap;
        gap: .5rem;
        padding-bottom: .25rem
    }
    #toHelpMoneySection .btnBarButton {
        flex: 1 1 calc(50% - .25rem);
        padding: .75rem 0;
        font-size: .9em;
        min-width: calc(50% - .25rem)
    }
}
@media (max-width:1680px) {
    html {
        font-size: calc(var(--baseFtnSize) * 1.188)
    }
}
@media (max-width:1280px) {
    .card {
        width: 42.5vw
    }
}
@media (max-width:1180px) {
    html {
        font-size: calc(var(--baseFtnSize) * 1.282)
    }
}
@media (max-width:1024px) {
    html {
        font-size: calc(var(--baseFtnSize) * 1.329)
    }
}
@media (max-width:860px) {
    html {
        font-size: calc(var(--baseFtnSize) * 1.541)
    }
    :root {
        --navHeight: 50px
    }
    #homeImpactImg {
        display: none
    }
    #homeImpactImgMob {
        display: block
    }
    main, section {
        padding: 3rem 5rem
    }
    #btnSupport, .btnBar, .btnBarButton, .videoTitle, button {
        letter-spacing: .5px
    }
    #cashDonate {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 1.5rem
    }
    .tabGroup {
        width: 100%
    }
    .tabHeaders {
        flex-direction: column
    }
    .tabButton {
        border-bottom: 1px solid var(--clrGray40)
    }
    .tabButton.active {
        border-bottom-color: transparent
    }
    .donateValue {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center
    }
    #toHelpMain {
        display: block
    }
    #toHelpVolunteerSection>div {
        display: flex;
        flex-direction: column-reverse
    }
    #thrifStoreSection>div {
        display: block
    }
    .container {
        width: calc(100% - var(--navHeight));
        margin: 0 auto
    }
    .card {
        width: 90vw;
        max-width: 500px
    }
    .gridIRPF {
        grid-template-columns: 1fr;
        gap: 1rem
    }
    .iconIRPF {
        background: #d3d3d3 !important;
        padding: 1rem
    }
    .iconIRPF img {
        margin: 0 auto
    }
    .textIRPF li {
        font-size: 1.3rem
    }
    .navBar {
        flex-wrap: wrap;
        align-items: flex-start;
        display: block;
        font-size: 1.5rem
    }
    #langBtn {
        display: inline-flex;
        align-items: center;
        gap: .25rem;
        position: absolute;
        right: 3.75rem;
        top: 0;
        height: var(--navHeight);
        padding: 0 .6rem;
        background: 0 0;
        border: none;
        color: inherit;
        font-weight: 500;
        letter-spacing: 0;
        text-transform: none;
        transition: color .2s ease
    }
    #langBtn.is-open {
        text-decoration: none;
        font-weight: 600
    }
    .navItem {
        width: 100%;
        height: auto
    }
    .navMenu {
        display: none;
        background-color: var(--clrBlue70);
        color: #fff !important;
        width: 100%;
        height: auto;
        padding: 1rem 1.5rem;
        text-align: left;
        min-height: 44px;
        transition: background-color .2s ease;
        position: relative
    }
    .navBar .navMenu, .navBar.nav-home .navMenu, .navBar.nav-scrolled .navMenu {
        color: #fff !important
    }
    .has-submenu>.navMenu {
        padding-right: 3.5rem
    }
    .submenu-toggle {
        display: none;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 3.5rem;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        background-color: transparent;
        transition: background-color .2s ease;
        font-size: 1.2em;
        color: #fff
    }
    body.menu-open .submenu-toggle {
        display: flex
    }
    .submenu-toggle:active {
        background-color: rgba(0, 0, 0, .2)
    }
    .submenu-toggle::after {
        content: "▼";
        transition: transform .3s ease
    }
    .has-submenu.submenu-open .submenu-toggle::after {
        transform: rotate(180deg)
    }
    .navMenu:active {
        background-color: var(--clrBlue90)
    }
    .navHamburger {
        display: flex;
        min-width: 44px;
        min-height: 44px;
        align-items: center;
        justify-content: center
    }
    #langMenu {
        left: auto !important;
        right: 0;
        top: 0
    }
    .navLangMenu {
        display: none !important
    }
    .navSub {
        left: 0;
        border: 5px solid var(--clrBlue80);
        max-height: 80vh;
        overflow-y: auto
    }
    .navSub li a {
        padding: 1rem 1.5rem;
        min-height: 50px;
        display: flex;
        align-items: center
    }
    .navItem--language>.navMenu {
        display: none
    }
    body.menu-open .navItem--language>.navMenu {
        display: none
    }
    .has-submenu.open>.navMenu {
        border-bottom: 5px solid var(--clrBlue80)
    }
    body.menu-open::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, .5);
        animation: fadeIn .3s ease
    }
    @keyframes fadeIn {
        from {
            opacity: 0
        }
        to {
            opacity: 1
        }
    }
    .navItem:hover .navSub {
        opacity: 1;
        visibility: visible;
        transform: translateY(0)
    }
}
@media (max-width:768px) {
    html {
        font-size: calc(var(--baseFtnSize) * 1.765)
    }
    #homeMain {
        background-image: url(/img/home/cover_mob.webp)
    }
    .faq-div {
        grid-template-columns: 1fr 1fr
    }
    .faq-title {
        grid-column: 1/span 2
    }
    .gridCol {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        display: block
    }
    .imgDesktop {
        display: none
    }
    .imgMobile {
        display: block
    }
    .card {
        margin: 1rem auto;
        width: 95vw
    }
    main, section {
        padding: 2rem 4rem
    }
    .storiesGrid {
        grid-template-columns: 1fr;
        gap: 1.5rem
    }
    #storiesMain {
        padding: 3rem 1rem 1.5rem
    }
    .storyTitle {
        font-size: 1.25rem
    }
    .infoBtnBar {
        margin-top: 2rem;
    }
}
@media (max-width:640px) {
    html {
        font-size: calc(var(--baseFtnSize) * 1.988)
    }
    .modal-content {
        width: 95%;
        max-height: 95vh
    }
    .modal-body {
        padding: 1.5rem
    }
    .qrCode {
        grid-template-columns: 40% 55%;
        gap: 5%
    }
    #btnToTop {
        height: 3rem;
        width: 3rem
    }
    #toHelpMoneySection .btnBar {
        gap: 0
    }
    #toHelpMoneySection .btnBarButton {
        min-width: 100%;
        padding: .75rem 0;
        font-size: .85em;
        gap: 0
    }
    .container {
        width: 100%
    }
    .card {
        width: 90%;
        max-width: none;
        padding: 1.5rem 1rem
    }
    button {
        font-size: 1.5rem;
        padding: 0 1rem
    }
    .btnSlim {
        font-size: 1rem
    }
    #transparency .card {
        width: 75%;
        min-width: 220px
    }
    #btnSupport {
        font-size: 1.4rem;
        height: 4rem;
        padding-right: .35rem
    }
    #btnZap {
        width: 3rem;
        border-width: 2px
    }
    .submenu-toggle {
        width: 4rem;
        font-size: 1.5em
    }
    .has-submenu>.navMenu {
        padding-right: 4rem
    }
    footer {
        flex-direction: column;
        padding: 1.5rem
    }
    .footerDiv {
        min-width: 100%;
        margin-bottom: 1.5rem
    }
    .faqBox {
        grid-template-columns: 1fr;
        padding: 1.5rem
    }
    .faqTitle {
        grid-column: 1
    }
}
@media (max-width:480px) {
    html {
        font-size: clamp(15px, 3.6vw, 16px)
    }
    main, section {
        padding: 2vh 3vw
    }
    button {
        letter-spacing: 0;
        font-size: 1.3rem
    }
    .qrCode {
        display: flex;
        flex-direction: column;
        gap: 1rem
    }
    .qrCode img {
        max-width: 200px;
        margin: 0 auto
    }
    .qrCode p {
        text-align: center;
        margin-top: 2vw
    }
    .donateValue {
        display: none
    }
    .navBar {
        font-size: 1.1rem
    }
    #langBtn {
        font-size: .95rem;
        padding: 0 .45rem;
        right: 3.5rem
    }
    .navMenu {
        padding: .7rem 1rem
    }
    footer {
        padding: 1rem
    }
    .faqBox {
        padding: 1rem;
        gap: .75rem
    }
    .footerTitle {
        font-size: 1.35rem
    }
    .footerLink, .footerP {
        font-size: .9em
    }
        .infoBtnBar {
        margin-top: 3rem;
    }
}
@media (max-width:400px) {
    .borderedH1 {
        font-size: clamp(3.2rem, 10vw, 4.3rem);
        word-break: break-word;
        overflow-wrap: anywhere
    }
    .borderedH1::after {
        border-bottom-width: .5rem
    }
    .txtGreatVibes {
        font-size: 4.25em !important;
        -webkit-hyphens: none;
        -moz-hyphens: none;
        hyphens: none;
        overflow-wrap: break-word;
        word-break: break-word
    }
}
@media (max-width:375px) {
    html {
        font-size: clamp(14px, 4.2vw, 15px)
    }
    h1 {
        font-size: 4.25rem
    }
    h2 {
        font-size: 3.75rem
    }
    button {
        font-size: 1.2rem;
        padding: 0 .75rem
    }
    .card {
        padding: .75rem .5rem
    }
    .cardTitle {
        font-size: 1.35rem
    }
}
@media (max-width:360px) {
    html {
        font-size: clamp(14px, 4.4vw, 15px)
    }
    main, section {
        padding: 1vh 1vw
    }
    .faq-div {
        padding: 2rem 0 3rem 0
    }
    .faq-question {
        font-weight: 400;
        font-size: .9rem;
        line-height: 1.1
    }
    h1 {
        font-size: 4rem
    }
    h2 {
        font-size: 3.75rem
    }
    button {
        font-size: 1.1rem;
        padding: 0 .5rem
    }
    .card {
        padding: .6rem .4rem
    }
    .cardTitle {
        font-size: 1.25rem
    }
    .txtGreatVibes {
        font-size: 3.9em !important;
        -webkit-hyphens: none;
        -moz-hyphens: none;
        hyphens: none;
        overflow-wrap: break-word;
        word-break: break-word
    }
}
@media (max-width:320px) {
    html {
        font-size: clamp(13px, 4.8vw, 14px)
    }
    h1 {
        font-size: 3.75rem
    }
    h2 {
        font-size: 3.5rem
    }
    h3 {
        font-size: 3.25rem
    }
    .txtGreatVibes {
        font-size: 3.65em !important;
        -webkit-hyphens: none;
        -moz-hyphens: none;
        hyphens: none;
        overflow-wrap: break-word;
        word-break: break-word
    }
}
@media (max-width:280px) {
    html {
        font-size: clamp(12px, 5.2vw, 13px)
    }
    .faq-div {
        gap: .5rem
    }
    .faq-question {
        line-height: 1
    }
    .txtGreatVibes {
        font-size: 3.5em !important;
        -webkit-hyphens: none;
        -moz-hyphens: none;
        hyphens: none;
        overflow-wrap: break-word;
        word-break: break-word
    }
}
/* tohelp_cultlaw */
.cultlawCardBase {
    width: 100%;
    max-width: 50%;
    min-width: 280px;
    aspect-ratio: 4/3;
    margin: 0 auto
}
.cultlawCardIntro {
    padding: .85rem .9rem .75rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    color: #1f1f1f;
    background: linear-gradient(135deg, #f4f4f4 0%, #e8e8e8 100%);
    border: 1px solid var(--clrGray20);
    border-radius: .5rem
}
.cultlawIntroMain {
    display: block;
    font-size: clamp(1.9rem, 2.16vw, 2.16rem);
    line-height: 1.15;
    font-weight: 500
}
.cultlawBlue {
    color: var(--clrBlue60);
    font-weight: 800
}
.cultlawBigBlue {
    color: var(--clrBlue60);
    font-size: 1.5em;
    line-height: 1.05;
    font-weight: 800
}
.cultlawStrong {
    font-weight: 800
}
.cultlawTitleStrong {
    font-size: 1.5em;
    font-weight: 900
}
.cultlawFootnote {
    display: block;
    margin-top: .4rem;
    color: #666;
    font-size: 1em;
    font-style: italic;
    line-height: 1.18
}
.cultlawCardStep {
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: clamp(2rem, 2.7vw, 2.7rem);
    font-weight: 600;
    color: var(--clrGray70);
    background: linear-gradient(135deg, #f4f4f4 0%, #e8e8e8 100%);
    border: 1px solid var(--clrGray20);
    border-radius: .5rem
}
/* tohelp_cultlaw slide 2 detailed text */
.cultlawCardStepDetail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .2rem;
    color: black;
}
.cultlawStepHeader {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: .45rem;
    line-height: 1;
}
.cultlawStepNum {
    color: var(--clrBlue60);
    font-size: clamp(2.8rem, 4vw, 4rem);
    font-weight: 900;
}
.cultlawStepTitle {
    color: var(--clrBlue60);
    font-size: clamp(2.2rem, 3.2vw, 3.2rem);
    font-weight: 900;
}
.cultlawStepBody {
    font-size: clamp(1.15rem, 1.45vw, 1.55rem);
    line-height: 1.22;
    font-weight: 500;
}
.cultlawCardStepDetail strong {
    font-weight: 900;
}
.cultlawCardStepDetail em {
    font-style: italic;
}
.cultlawEmail:hover, .cultlawEmail:focus {
    color: var(--clrBlue60);
    text-decoration: underline;
}