*, *:before, *:after{box-sizing:border-box;}html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article, aside, details, figcaption, figure,footer, header, hgroup, main, menu, nav, section{display:block;}body{display:flex;flex-direction:column;min-height:100vh;}footer{margin-top:auto;}strong{font-weight:bold;}em{font-style:italic;}.underline{text-decoration:underline;}.strikeout{text-decoration:line-through;}ol, ul{list-style:none;}.bulleted{margin:0 0 1rem .5rem;list-style-type:disc;}.bulleted li{margin:0 0 .5rem 1rem;}.numbered{list-style:decimal;}blockquote, q{quotes:none;}q:before,q:after,blockquote:before,blockquote:after{content:none;}table{border-collapse:collapse;border-spacing:0;}img{max-width:100%;height:auto;}a{text-decoration:none;}button{background-color:transparent;border:none;padding:0;}.ellipsis-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}input,textarea,select{padding:0.5em;background-color:#ffffff;border:1px solid #eeeeee;border-radius:5px;box-shadow:none;box-sizing:border-box;width:100%;height:42px;font:inherit;line-height:1rem;margin-bottom:1rem;appearance:none;-moz-appearance:none;-webkit-appearance:none;}input::placeholder{color:#757575;}fieldset{margin-bottom:1rem;}select::-ms-expand{display:none;}textarea{overflow:auto;resize:vertical;min-height:65px;}textarea.large{min-height:130px;}select{cursor:pointer;}::-moz-focus-inner{border:0;}*:disabled{cursor:not-allowed;}input:focus,textarea:focus,select:focus,[type="file"]:focus + label{outline:1px solid #0070ce;}[type="checkbox"]{width:auto;position:absolute;opacity:0;cursor:pointer;}[type="checkbox"] + label{position:relative;display:block;margin-right:1em;}[type="checkbox"]:not(.background) + label{padding-left:25px;}[type="checkbox"]:not(.background) + label:before{content:'';display:flex;flex-direction:row;justify-content:center;align-items:center;position:absolute;top:2px;left:0;height:20px;width:20px;background-color:var(--tt-theme-color, #0d62a9);color:#ffffff;transition:background-color 0.3s;}[type="checkbox"]:not(.background) + label.right{padding-left:0;padding-right:25px;}[type="checkbox"] + label.right:before{left:auto;right:0;}[type="radio"]:focus + label:before,[type="checkbox"]:focus + label:before{outline:1px solid var(--tt-theme-color, #0d62a9);}[type="checkbox"] + label:before{border-radius:3px;}[type="checkbox"]:not(.background):checked + label:before{content:"\2713";background:var(--tt-theme-color, #0d62a9);}[type="checkbox"].background:checked + label{background-color:#ebedf2;}[type="radio"]{position:relative;margin:0 .5rem 0 0;background-color:var(--tt-theme-color, #0d62a9);border:none;border-radius:50%;height:20px;width:20px;}[type="radio"]:after{content:'';display:block;position:absolute;top:50%;left:50%;-webkit-transform:scale(0.2);transform:scale(0.2);-webkit-transition:all 0.2s ease-in-out 0.1s;transition:all 0.2s ease-in-out 0.1s;opacity:0;width:4px;height:4px;margin-left:-2px;margin-top:-2px;background-color:#ffffff;border-radius:50%;}[type="radio"]:checked:after{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:1;}[type="file"]{width:0.1px;height:0.1px;opacity:0;position:absolute;z-index:-1;}[type="file"] + label,button.upload-button{position:relative;border-radius:5px;width:auto;padding:10px 20px 10px 40px;font-size:14px;cursor:pointer;}button .upload-icon{position:absolute;top:50%;left:12px;transform:translateY(-50%);}button .upload-icon,button .upload-icon svg{width:18px;height:18px;fill:#ffffff;}button.upload-button .label-text{max-width:300px;white-space:nowrap;overflow:hidden;text-transform:none;text-overflow:ellipsis;letter-spacing:1px;}input:focus,textarea:focus,select:focus,button:focus,[type="file"]:focus + label,[type="file"]:focus + button{outline:1px solid #0070ce;}label{display:inline-block;margin-bottom:4px;}label.invalid{color:#DD0000;}input.invalid,textarea.invalid,select.invalid,[type="radio"].invalid + label:before,[type="checkbox"].invalid + label:before,input[type="file"].invalid + button{outline:1px solid #DD0000;}button,[type="submit"]{cursor:pointer;}[type="submit"]:disabled{cursor:not-allowed;}.field{position:relative;width:100%;}.field label{position:absolute;top:0;margin:5px 0;background-color:transparent;width:100%;padding:0 8px;color:#737373;font-size:13px;visibility:hidden;}.field label.show{visibility:visible;}.field input,.field textarea{height:46px;color:#767676;font-size:18px;transition:all .04s ease-in;}.field input:focus,.field textarea:focus{padding-top:1.5rem;font-size:16px;}input,[type="submit"],[type="radio"]{-webkit-appearance:none;}.styledSelect{position:relative;background-color:inherit;width:100%;}.angleDown svg{position:absolute;top:9px;right:3px;width:15px;height:15px;fill:#bdbdbd;}.styledSelect select{margin-bottom:0;padding-right:23px;}.notification.hidden{display:none;}.notification{display:inline-block;position:relative;margin:1rem 0;border-radius:5px;width:100%;padding:.5rem 1rem .5rem 3rem;color:#ffffff;}.notification:empty{display:none;}.notification:before{display:flex;flex-direction:row;justify-content:center;position:absolute;top:50%;left:1rem;transform:translateY(-50%);margin-right:.5rem;background-color:#ffffff;border-radius:50%;width:24px;height:24px;line-height:24px;font-weight:700;}.notification svg{position:absolute;top:50%;left:.75rem;transform:translateY(-50%);width:25px;height:25px;fill:#ffffff;}.notification.error{background-color:#fae3ec;color:#d52536;}.notification.error:before{content:'\0021';background-color:#d52536;color:#fae3ec;}.notification.success{background-color:#e3faf2;color:#018f60;}.notification.success:before{content:'\2713';background-color:#018f60;color:#e3faf2;}.notification.notice{background-color:#0070ce;}.notification p{margin-bottom:0;color:#ffffff;font-weight:600;}.required,.errorMessage{color:#d52536;}.errorMessage:not(:empty){margin-bottom:1rem;}.hidden,.honey,.d-none{display:none !important;}.vHidden{visibility:hidden !important;}@media(min-width:768px){.hidden-md{display:none;}}@media(max-width:767.99px){.d-md{display:none;}}.honey-wrapper{position:absolute !important;top:-9999px !important;left:-9999px !important;}.d-flex,.flex-row,.flex-column{display:flex;}.flex-row{flex-direction:row;}.flex-grow{flex-grow:1;}.justify-center{justify-content:center;}.justify-between{justify-content:space-between;}.align-center{align-items:center;align-content:center;}.flex-column{flex-direction:column;}.flex-span-y{flex:1 0 auto;}.wrap{flex-wrap:wrap;}.space-1 > * + *{margin-left:.5rem !important;}.container{margin:0 auto;max-width:1400px;padding:2rem 1rem;gap:1rem;}.container.max-width{max-width:1000px;}@media (min-width:567px){.container{padding:2rem;gap:2rem;}}@media (min-width:768px){.container{padding:2rem 3rem;}}@media (min-width:1140px){.container{padding:3rem 4rem;gap:4rem;}}@media (min-width:1400px){.container{padding:3rem 6rem;}}.d-grid{display:grid;}.col-1{grid-template-columns:1fr;}.col-2{grid-template-columns:1fr 1fr;}.col-3{grid-template-columns:repeat(3, 1fr);}.col-4{grid-template-columns:repeat(4, 1fr);}.col-5{grid-template-columns:repeat(5, 1fr);}.col-6{grid-template-columns:repeat(6, 1fr);}.col-7{grid-template-columns:repeat(7, 1fr);}.col-8{grid-template-columns:repeat(8, 1fr);}.col-9{grid-template-columns:repeat(9, 1fr);}.col-10{grid-template-columns:repeat(10, 1fr);}.col-11{grid-template-columns:repeat(11, 1fr);}.col-12{grid-template-columns:repeat(12, 1fr);}@media (min-width:576px){.col-sm-1{grid-template-columns:1fr;}.col-sm-2{grid-template-columns:1fr 1fr;}.col-sm-3{grid-template-columns:repeat(3, 1fr);}.col-sm-4{grid-template-columns:repeat(4, 1fr);}.col-sm-5{grid-template-columns:repeat(5, 1fr);}.col-sm-6{grid-template-columns:repeat(6, 1fr);}.col-sm-7{grid-template-columns:repeat(7, 1fr);}.col-sm-8{grid-template-columns:repeat(8, 1fr);}.col-sm-9{grid-template-columns:repeat(9, 1fr);}.col-sm-10{grid-template-columns:repeat(10, 1fr);}.col-sm-11{grid-template-columns:repeat(11, 1fr);}.col-sm-12{grid-template-columns:repeat(12, 1fr);}}@media (min-width:768px){.col-md-1{grid-template-columns:1fr;}.col-md-1-auto{grid-template-columns:1fr auto;}.col-md-2{grid-template-columns:1fr 1fr;}.col-md-2-1{grid-template-columns:2fr 1fr;}.col-md-3{grid-template-columns:repeat(3, 1fr);}.col-md-4{grid-template-columns:repeat(4, 1fr);}.col-md-5{grid-template-columns:repeat(5, 1fr);}.col-md-6{grid-template-columns:repeat(6, 1fr);}.col-md-7{grid-template-columns:repeat(7, 1fr);}.col-md-8{grid-template-columns:repeat(8, 1fr);}.col-md-9{grid-template-columns:repeat(9, 1fr);}.col-md-10{grid-template-columns:repeat(10, 1fr);}.col-md-11{grid-template-columns:repeat(11, 1fr);}.col-md-12{grid-template-columns:repeat(12, 1fr);}}@media (min-width:1140px){.col-lg-1{grid-template-columns:1fr;}.col-lg-1-auto{grid-template-columns:1fr auto;}.col-lg-1-2{grid-template-columns:1fr 2fr;}.col-lg-2{grid-template-columns:1fr 1fr;}.col-lg-2-1{grid-template-columns:2fr 1fr;}.col-lg-3{grid-template-columns:repeat(3, 1fr);}.col-lg-4{grid-template-columns:repeat(4, 1fr);}.col-lg-5{grid-template-columns:repeat(5, 1fr);}.col-lg-6{grid-template-columns:repeat(6, 1fr);}.col-lg-7{grid-template-columns:repeat(7, 1fr);}.col-lg-8{grid-template-columns:repeat(8, 1fr);}.col-lg-9{grid-template-columns:repeat(9, 1fr);}.col-lg-10{grid-template-columns:repeat(10, 1fr);}.col-lg-11{grid-template-columns:repeat(11, 1fr);}.col-lg-12{grid-template-columns:repeat(12, 1fr);}}@media (min-width:1400px){.col-xl-1{grid-template-columns:1fr;}.col-xl-2{grid-template-columns:1fr 1fr;}.col-xl-3{grid-template-columns:repeat(3, 1fr);}.col-xl-4{grid-template-columns:repeat(4, 1fr);}.col-xl-5{grid-template-columns:repeat(5, 1fr);}.col-xl-6{grid-template-columns:repeat(6, 1fr);}.col-xl-7{grid-template-columns:repeat(7, 1fr);}.col-xl-8{grid-template-columns:repeat(8, 1fr);}.col-xl-9{grid-template-columns:repeat(9, 1fr);}.col-xl-10{grid-template-columns:repeat(10, 1fr);}.col-xl-11{grid-template-columns:repeat(11, 1fr);}.col-xl-12{grid-template-columns:repeat(12, 1fr);}}.gap-0{grid-gap:0;}.gap-1{grid-gap:1rem;}.gap-2{grid-gap:2rem;}.gap-3{grid-gap:3rem;}.gap-4{grid-gap:4rem;}.gap-5{grid-gap:5rem;}.gap-6{grid-gap:6rem;}@media(min-width:576px){.gap-sm-0{grid-gap:0;}.gap-sm-1{grid-gap:1rem;}.gap-sm-2{grid-gap:2rem;}.gap-sm-3{grid-gap:3rem;}.gap-sm-4{grid-gap:4rem;}.gap-sm-5{grid-gap:5rem;}.gap-sm-6{grid-gap:6rem;}}@media(min-width:768px){.gap-md-0{grid-gap:0;}.gap-md-1{grid-gap:1rem;}.gap-md-2{grid-gap:2rem;}.gap-md-3{grid-gap:3rem;}.gap-md-4{grid-gap:4rem;}.gap-md-5{grid-gap:5rem;}.gap-md-6{grid-gap:6rem;}}@media(min-width:1140px){.gap-lg-0{grid-gap:0;}.gap-lg-1{grid-gap:1rem;}.gap-lg-2{grid-gap:2rem;}.gap-lg-3{grid-gap:3rem;}.gap-lg-4{grid-gap:4rem;}.gap-lg-5{grid-gap:5rem;}.gap-lg-6{grid-gap:6rem;}}@media(min-width:1400px){.gap-xl-0{grid-gap:0;}.gap-xl-1{grid-gap:1rem;}.gap-xl-2{grid-gap:2rem;}.gap-xl-3{grid-gap:3rem;}.gap-xl-4{grid-gap:4rem;}.gap-xl-5{grid-gap:5rem;}.gap-xl-6{grid-gap:6rem;}}.order-1{order:1;}.order-2{order:2;}.order-3{order:3;}.order-4{order:4;}.order-5{order:5;}.order-6{order:6;}.order-7{order:7;}.order-8{order:8;}.order-9{order:9;}.order-10{order:10;}.order-11{order:11;}.order-12{order:12;}@media(min-width:576px){.order-sm-1{order:1;}.order-sm-2{order:2;}.order-sm-3{order:3;}.order-sm-4{order:4;}.order-sm-5{order:5;}.order-sm-6{order:6;}.order-sm-7{order:7;}.order-sm-8{order:8;}.order-sm-9{order:9;}.order-sm-10{order:10;}.order-sm-11{order:11;}.order-sm-12{order:12;}}@media(min-width:768px){.order-md-1{order:1;}.order-md-2{order:2;}.order-md-3{order:3;}.order-md-4{order:4;}.order-md-5{order:5;}.order-md-6{order:6;}.order-md-7{order:7;}.order-md-8{order:8;}.order-md-9{order:9;}.order-md-10{order:10;}.order-md-11{order:11;}.order-md-12{order:12;}}@media(min-width:1140px){.order-lg-1{order:1;}.order-lg-2{order:2;}.order-lg-3{order:3;}.order-lg-4{order:4;}.order-lg-5{order:5;}.order-lg-6{order:6;}.order-lg-7{order:7;}.order-lg-8{order:8;}.order-lg-9{order:9;}.order-lg-10{order:10;}.order-lg-11{order:11;}.order-lg-12{order:12;}}@media(min-width:1400px){.order-xl-1{order:1;}.order-xl-2{order:2;}.order-xl-3{order:3;}.order-xl-4{order:4;}.order-xl-5{order:5;}.order-xl-6{order:6;}.order-xl-7{order:7;}.order-xl-8{order:8;}.order-xl-9{order:9;}.order-xl-10{order:10;}.order-xl-11{order:11;}.order-xl-12{order:12;}}.span-1{grid-column-end:span 1;}.span-2{grid-column-end:span 2;}.span-3{grid-column-end:span 3;}.span-4{grid-column-end:span 4;}.span-5{grid-column-end:span 5;}.span-6{grid-column-end:span 6;}.span-7{grid-column-end:span 7;}.span-8{grid-column-end:span 8;}.span-9{grid-column-end:span 9;}.span-10{grid-column-end:span 10;}.span-11{grid-column-end:span 11;}.span-12{grid-column-end:span 12;}@media(min-width:576px){.span-sm-1{grid-column-end:span 1;}.span-sm-2{grid-column-end:span 2;}.span-sm-3{grid-column-end:span 3;}.span-sm-4{grid-column-end:span 4;}.span-sm-5{grid-column-end:span 5;}.span-sm-6{grid-column-end:span 6;}.span-sm-7{grid-column-end:span 7;}.span-sm-8{grid-column-end:span 8;}.span-sm-9{grid-column-end:span 9;}.span-sm-10{grid-column-end:span 10;}.span-sm-11{grid-column-end:span 11;}.span-sm-12{grid-column-end:span 12;}}@media(min-width:768px){.span-md-1{grid-column-end:span 1;}.span-md-2{grid-column-end:span 2;}.span-md-3{grid-column-end:span 3;}.span-md-4{grid-column-end:span 4;}.span-md-5{grid-column-end:span 5;}.span-md-6{grid-column-end:span 6;}.span-md-7{grid-column-end:span 7;}.span-md-8{grid-column-end:span 8;}.span-md-9{grid-column-end:span 9;}.span-md-10{grid-column-end:span 10;}.span-md-11{grid-column-end:span 11;}.span-md-12{grid-column-end:span 12;}}@media(min-width:1140px){.span-lg-1{grid-column-end:span 1;}.span-lg-2{grid-column-end:span 2;}.span-lg-3{grid-column-end:span 3;}.span-lg-4{grid-column-end:span 4;}.span-lg-5{grid-column-end:span 5;}.span-lg-6{grid-column-end:span 6;}.span-lg-7{grid-column-end:span 7;}.span-lg-8{grid-column-end:span 8;}.span-lg-9{grid-column-end:span 9;}.span-lg-10{grid-column-end:span 10;}.span-lg-11{grid-column-end:span 11;}.span-lg-12{grid-column-end:span 12;}}@media(min-width:1400px){.span-xl-1{grid-column-end:span 1;}.span-xl-2{grid-column-end:span 2;}.span-xl-3{grid-column-end:span 3;}.span-xl-4{grid-column-end:span 4;}.span-xl-5{grid-column-end:span 5;}.span-xl-6{grid-column-end:span 6;}.span-xl-7{grid-column-end:span 7;}.span-xl-8{grid-column-end:span 8;}.span-xl-9{grid-column-end:span 9;}.span-xl-10{grid-column-end:span 10;}.span-xl-11{grid-column-end:span 11;}.span-xl-12{grid-column-end:span 12;}}.m-0{margin:0 !important;}.mt-0{margin-top:0;}.mt-1{margin-top:1rem;}.mb-0{margin-bottom:0;}.mb-1{margin-bottom:1rem;}.p-0{padding:0 !important;}.pt-0{padding-top:0 !important;}@media (min-width:1140px){.py-lg-6{padding-top:6rem;padding-bottom:6rem;}}.lh-2{line-height:2em;}.x-center{margin:0 auto;text-align:center;}.x-right{text-align:right;}.video{position:relative;width:100%;height:0;padding-bottom:56%;}.video.rounded{border-radius:20px;overflow:hidden;}.short iframe,.video iframe,.video video{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;}.short{position:relative;width:100%;height:0;padding-bottom:178%;}.video .placeholder{position:relative;background-size:cover;background-position:center;padding-bottom:56.25%;}.video .placeholder:hover{cursor:pointer;}.video .placeholder p{position:absolute;top:.5rem;left:.5rem;color:#ffffff;text-shadow:2px 3px 4px #414141;}.video .placeholder svg{position:absolute;top:0;right:-2px;left:0;bottom:0;margin:auto;width:25px;height:25px;fill:#ffffff;transition:width .4s ease, height .4s ease;}.video .placeholder::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);border-radius:50%;background-color:rgba(255, 255, 255, .5);width:50px;height:50px;}.video .placeholder.spin::before{background-color:transparent;}.video .placeholder.spin svg{border-radius:50%;border:solid 5px #ffffff5c;border-bottom-color:#ffffff;height:50px;width:50px;fill:transparent;filter:drop-shadow(4px 5px 3px rgba(0, 0, 0, .5));animation:1.5s linear infinite spinner;}@keyframes spinner{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}.btn{display:inline-block;border:none;border-radius:5px;background-color:#efefef;padding:.75rem 1rem;color:#000000;text-decoration:none;}.checkmark{display:block;margin:1rem auto 0 auto;border-radius:50%;width:88px;height:88px;stroke-width:2;stroke:#ffffff;stroke-miterlimit:10;box-shadow:inset 0px 0px 0px #27B376;animation:fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;}.checkmark circle{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:2;stroke-miterlimit:10;stroke:#27B376;fill:none;animation:stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;}.checkmark path{transform-origin:50% 50%;stroke-dasharray:48;stroke-dashoffset:48;animation:stroke 0.3s cubic-bezier(0.65, 0, 0.45,1) 0.8s forwards;}@keyframes stroke{100%{stroke-dashoffset:0;}}@keyframes scale{0%, 100%{transform:none;}50%{transform:scale3d(1.1, 1.1, 1);}}@keyframes fill{100%{box-shadow:inset 0px 0px 0px 60px #27B376;}}.styled-select{position:relative;background-color:inherit;width:100%;}.angle-down svg{position:absolute;top:9px;right:3px;width:15px;height:15px;fill:#bdbdbd;}.styled-select .arrow-down{display:inline-block;position:absolute;top:50%;right:9px;transform:translateY(-50%) rotate(45deg);border:solid #000000;border-width:0 3px 3px 0;padding:3px;pointer-events:none;}.styled-select select{margin-bottom:0;padding-right:23px;}:root{--tt-font-1:'Assistant';--tt-color-1:#465487;--tt-color-2:#303030;--tt-color-3:#757fa5;--tt-color-4:#3e567c;--tt-color-5:#f0f1f3;}h1{font:normal bold 35px/1.2em var(--tt-font-1);color:var(--tt-color-2);}h1 span{display:block;font-weight:normal;}h2{font:normal bold 26px/1.2em var(--tt-font-1);}h3{font:normal bold 20px/1.5em var(--tt-font-1);}h4{font:normal bold 26px/1.2em var(--tt-font-1);color:#ffffff;}p,a,li,label,input,legend,select,button,.btn{font:normal normal 16px/1.5em var(--tt-font-1);}a{color:#000000;font-weight:600;}a:hover{color:var(--tt-color-1);text-decoration:none;}hr{margin:1rem 0;margin-top:.5rem;border:none;border-top:2px solid var(--tt-color-1);}hr + *,hr + [type="submit"]{margin-top:0;}select:focus,input:focus{outline:1px solid var(--tt-color-1);}.card + [type="submit"],.donate-form .card + .card,.donate + .donate,.gift-card + .d-grid{margin-top:2rem;}h1 + p,h1 + .d-flex,h2 + p,h2 + a,h2 + .d-flex,h3 + .btn,p + p,p + .video,img + h1,img + .card,.d-grid + label,.clone + .clone,.cloneWrapper + .addClone,.d-grid + .amountWrapper,.action-card + .action-card{margin-top:1rem;}legend + .d-grid{margin-top:4px;}img{border-radius:20px;}.title h2{color:var(--tt-color-1);}.title p{font-size:18px;color:#000000;}[type="radio"]{background-color:var(--tt-color-1);}.btn{border-radius:20px;padding:.75rem 2rem;}.btn.btn-primary{background-color:var(--tt-color-1);color:#ffffff;}.btn.btn-secondary{background-color:#ffffff;color:var(--tt-color-1);}.btn.btn-third{margin-top:1rem;background-color:#ffffff;color:var(--tt-color-1);}.btn.btn-primary:hover,.btn.btn-secondary:hover,.btn.btn-third:hover{background-color:var(--tt-color-3);color:#ffffff;}.btn.addClone{padding:.75rem 1rem;font-size:14px;}[type="submit"]{display:block;margin:0 0 0 auto;width:auto;height:auto;}.accent-1 .d-flex{flex-direction:column;align-items:center;gap:1rem;text-align:center;}.accent-1 .d-flex + .d-flex{margin-top:2rem;}.accent-1 h2,.accent-1 a{color:#000000;}.accent-1 p{color:var(--tt-color-1);}.accent-1 p + p{margin-top:.2rem;}.accent-1 svg{width:50px;height:50px;fill:var(--tt-color-1);}.accent-2{background-color:var(--tt-color-1);text-align:center;}.accent-3{background-color:var(--tt-color-5);}.accent-4{margin-bottom:0;background-color:#f0f1f3;border-radius:20px;padding:2rem;}.accent-4 h2{color:var(--tt-color-1);font-size:30px;text-align:center;}.accent-4 h3{color:var(--tt-color-1);text-align:center;}.accent-4 p{color:var(--tt-color-1);}.accent-4 hr{margin-bottom:2rem;}.accent-5{background:linear-gradient(to bottom, #ffffff, #f0f1f3);}.accent-5 .col-md-2{grid-template-columns:100%;}.accent-6 p{margin-top:1rem;color:var(--tt-color-1);}.accent-7{padding:1rem;background-color:#f0f1f3;}header{position:relative;}header img{max-width:55px;}header .nav-toggle{position:absolute;top:2rem;right:1rem;transform:translateY(-50%);z-index:101;}header .nav-toggle,header .nav-toggle svg{width:30px;height:30px;fill:#ffffff;}header.on svg{fill:var(--tt-color-1);}header > div > .logo{position:absolute;top:.75rem;left:50%;transform:translateX(-50%);}nav{position:absolute;top:100%;right:0;z-index:100;box-shadow:0px 10px 10px rgba(0, 0, 0, .1);background-color:#ffffff;width:100%;max-height:0;overflow:hidden;transition:all .3s ease-in-out;}.on nav{max-height:calc(100vh - 100px);}nav .logo{display:block;margin:0;padding:1rem 1rem 0 1rem;}nav .logo img{display:block;margin:auto;max-width:250px;}nav ul{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem;}nav li{position:relative;text-align:center;}nav a,nav button{display:block;margin:0 auto .5rem auto;border-radius:10px;padding:.5rem;font-weight:600;}nav button{display:flex;align-items:center;color:#000000;}nav button:focus{outline:none;}nav button svg{margin-left:.5rem;width:10px;fill:#ffffff;transition:all .4s ease;}nav button.active svg,nav button svg:hover,nav .menu:hover button svg{fill:#ffffff;transform:rotate(180deg);transition:all .4s ease;}nav .dropdown-menu{display:none;flex-direction:column;position:relative;border-radius:15px;background-color:#efefef;padding:1rem;text-align:left;}nav .dropdown-menu::before{content:'';position:absolute;top:-24px;left:50%;margin-left:-10px;border-width:10px;border-style:solid;border-color:transparent transparent #efefef transparent;margin-top:.5rem;}nav .dropdown-menu a{display:flex;align-items:center;margin:0;color:var(--tt-color-1);white-space:nowrap;}nav .dropdown-menu svg{margin-right:.5rem;margin-left:0;width:18px;height:18px;fill:var(--tt-color-1);}nav .menu.on .dropdown-menu{display:flex;}.banner{display:flex;justify-content:center;align-items:center;position:relative;background:#efefef url('/images/content/home-banner.jpg');background-size:cover;background-position:13%;height:calc(400px + (600 - 400) * (100vw - 320px) / (1140 - 320));}.banner .wrapper{position:absolute;top:50%;transform:translateY(-63%);}.banner img{width:calc(80px + (150 - 80) * (100vw - 320px) / (1140 - 320));max-width:150px;}.banner h1{font-size:calc(34px + (50 - 34) * (100vw - 320px) / (1140 - 320));color:#ffffff;}.page-banner{display:flex;justify-content:center;align-items:center;background-color:#474444;background-size:cover;background-position:center;height: calc(200px + (400 - 200) * (100vw - 320px) / (1140 - 320));}.page-banner h1{border-radius:10px;background-color:rgba(225, 225, 225, .6);padding:.5rem 2rem;color:rgba(255, 255, 255, 0.55);font-size:calc(45px + (60 - 45) * (100vw - 320px) / (1400 - 320));}.inside-banner{display:flex;justify-content:center;align-items:center;background-size:cover;background-position:center;min-height:300px;height:calc(300px + (400 - 300) * (100vw - 320px) / (768 - 320));}.inside-banner h1{color:#ffffff;}.icon-medium svg,.icon-medium img{width:50px;height:50px;}.icon-small svg,.icon-small img{margin-right:1rem;width:25px;height:25px;fill:var(--tt-color-1);}.card{display:block;margin-left:auto;margin-right:auto;border-radius:20px;box-shadow:3px 4px 10px rgba(0, 0, 0, .1);border:1px solid rgba(220, 225, 228, .5);background-color:#ffffff;width:100%;padding:2rem;overflow:hidden;}.donate-form .card{overflow:unset;}a.card:focus,a.card:hover{background-color:#efefef;}.card .imageWrapper{position:relative;z-index:0;padding-top:52%;width:100%;overflow:hidden;}.card .imageWrapper::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;z-index:2;background-color:rgba(255, 255, 255, .3);}.card .imageWrapper > img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:1;border-radius:0;width:100%;transition:all .5s ease;}.card:focus .imageWrapper > img,.card:hover .imageWrapper > img{transform:translate(-50%, -50%) scale(1.1);}.card .details{display:flex;flex-direction:column;flex-grow:1;padding:1rem;}.card.expect,.card.ministry{margin-bottom:1rem;}.card h2{color:var(--tt-color-1);}.card img{border-radius:10px;margin-bottom:1rem;}.card svg{margin-right:.5rem;position:relative;top:-.15rem;width:30px;height:30px;fill:var(--tt-color-1);vertical-align:middle;}.card .socials svg{margin-right:1rem;}.card .socials svg:hover{fill:var(--tt-color-3);}.blue-card{display:block;margin-left:auto;margin-right:auto;margin-bottom:2rem;border-radius:20px;box-shadow:3px 4px 10px rgba(0, 0, 0, .1);border:1px solid rgba(220, 225, 228, .5);background-color:var(--tt-color-1);width:100%;padding:2rem;overflow:hidden;}.blue-card h2,.blue-card p{color:#ffffff;}.blue-card hr{border-top:2px solid #ffffff;}.recent-scard{margin-left:auto;margin-right:auto;margin-bottom:2rem;border-radius:10px;box-shadow:3px 4px 10px rgba(0, 0, 0, .1);border:1px solid rgba(220, 225, 228, .5);background-color:#f0f1f3;width:100%;padding:2rem;overflow:hidden;}.gift-card{box-shadow:3px 4px 10px rgba(0, 0, 0, .1);border-radius:30px;background:var(--tt-color-1) url('/images/layout/simple-dashed.png');border:1px solid rgba(220, 225, 228, .5);width:100%;padding:2rem;color:#ffffff;overflow:hidden;}.gift-card h2{color:#ffffff;}.mission-card{margin-left:auto;margin-right:auto;margin-bottom:2rem;border-radius:10px;box-shadow:3px 4px 10px rgba(0, 0, 0, .1);border:1px solid rgba(220, 225, 228, .5);background-color:#ffffff;width:100%;padding:2rem;overflow:hidden;}.mission-card h2{margin-bottom:1rem;color:var(--tt-color-1);}.mission-card .subtitle p{margin-bottom:2rem;}.mission-card img{border-radius:10px;margin-bottom:1rem;}.mission-card svg{display:inline-flex;top:.3rem;position:relative;margin-right:.5rem;width:30px;fill:var(--tt-color-1);}.service-card{margin-left:auto;margin-right:auto;margin-bottom:2rem;border-radius:20px;box-shadow:3px 4px 10px rgba(0, 0, 0, .1);border:1px solid rgba(220, 225, 228, .5);background:var(--tt-color-1) url('/images/layout/simple-dashed.png');width:100%;padding:2rem;overflow:hidden;}.service-card h2{align-items:center;}.service-card h2,.service-card p{text-align:center;color:#ffffff;}.service-card hr{border-color:rgba(220, 225, 228, .2);}.service-card img{border-radius:10px;width:100%;}.service-card svg{margin-right:.5rem;width:30px;height:30px;fill:#ffffff;}.service h2,.service p{text-align:center;}.extra-card{margin-left:auto;margin-right:auto;margin-bottom:2rem;border-radius:10px;box-shadow:3px 4px 10px rgba(0, 0, 0, .1);border:1px solid rgba(220, 225, 228, .5);background-color:#ffffff;width:100%;padding:2rem;overflow:hidden;}.extra-card h2{margin-bottom:1rem;color:var(--tt-color-1);}.extra-card .subtitle p{margin-bottom:2rem;}.promote-card{position:relative;border-radius:20px;box-shadow:3px 4px 10px rgba(0, 0, 0, .1);border:1px solid rgba(220, 225, 228, .5);width:100%;overflow:hidden;aspect-ratio:1.4;}.promote-card img,.promote-card::before{position:absolute;top:0;left:0;z-index:-2;width:100%;height:100%;}.promote-card::before{content:'';z-index:-1;background:rgba(70, 84, 135, .5);}.promote-card .details{position:absolute;bottom:0;left:0;width:100%;padding:2rem;text-align:center;color:#fff;}.promote-card h2,.action-card h2{font-size:30px;}.promote-card h3,.action-card h3{font-weight:200;}.action-card{position:relative;border-radius:20px;box-shadow:3px 4px 10px rgba(0, 0, 0, .1);border:1px solid rgba(220, 225, 228, .5);overflow:hidden;aspect-ratio:1.46;}.action-card img,.action-card::before{position:absolute;top:0;left:0;z-index:-2;width:100%;height:100%;object-fit:cover;}.action-card::before{content:'';z-index:-1;background:rgba(70, 84, 135, .5);}.action-card .details{position:absolute;bottom:0;left:0;width:100%;padding:2rem;text-align:center;color:#fff;}.containers{position:relative;text-align:center;color:white;}.bottom-left{position:absolute;bottom:8px;left:16px;}.live-card{display:block;margin-left:auto;margin-right:auto;border-radius:20px;background-color:rgb(70, 84, 135, .1);width:100%;padding:2rem;text-align:left;overflow:hidden;}.live-card .btn{margin-bottom:1rem;width:100%;text-align:center;}.live-card .btn.btn.btn-secondary{margin-top:3rem;}.scroll-container{display:flex;position:relative;overflow-x:scroll;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;}.scroll-container::-webkit-scrollbar{display:none;}.scroll-item{display:flex;flex:0 0 300px;margin:0;padding:1rem .5rem;scroll-snap-align:start;}.controls{display:flex;justify-content:center;gap:.5rem;padding:1rem;}.controls > button{display:block;border:none;border-radius:50%;background-color:#d7d7d7;width:10px;height:10px;}.controls > button.on{background-color:#727272;}.horizontal-scroll{display:flex;padding:1rem 0;overflow-x:scroll;scroll-snap-type:x mandatory;}.horizontal-scroll > div{display:flex;margin:0;flex:0 0 300px;scroll-snap-align:start;padding:0 .5rem;}.horizontal-scroll > div:last-child{margin-right:10px;}.ministries-section{background:var(--tt-color-1) url('/images/layout/simple-dashed.png');}.expect-section{background:var(--tt-color-1) url('/images/layout/simple-dashed.png');}.expect-title h2{margin-bottom:2rem;color:#ffffff;text-align:center;font-size:35px;}.schedule-title h2{margin-bottom:2rem;color:var(--tt-color-1);text-align:center;font-size:35px;}.time-section{display:flex;justify-content:center;align-items:center;background-size:cover;background-position:center;width:100%;}.time-section svg{margin-right:.5rem;position:relative;top:-.15rem;width:30px;height:30px;fill:#ffffff;vertical-align:middle;}.service-time{margin:auto;text-align:center;}.photo-bubble{display:flex;position:relative;align-items:center;justify-content:center;width:150px;}.photo-bubble img{margin-bottom:0;margin-right:.5rem;border-radius:50%;width:120px;max-width:120px;}.beliefs .card{margin-bottom:0;}.beliefs h2{color:var(--tt-color-1);}.beliefs hr{margin:1rem 0;}.beliefs svg{display:inline-flex;position:relative;margin-right:.8rem;width:25px;height:25px;fill:var(--tt-color-1);}.salvation{margin:auto;text-align:center;}.ministries img{margin-bottom:0;}.event.card .details{padding:0;}.event.card .date{position:relative;max-width:70px;margin-bottom:1.75rem;}.event.card .day{font-size:70px;font-weight:700;line-height:.7em;color:#d2d2d2;}.event.card .month{position:absolute;bottom:-.5rem;left:30%;margin:0;font-size:25px;font-weight:200;line-height:.8em;}.event.card button{border-radius:20px;background-color:var(--tt-color-4);color:#ffffff;}.event.card .d-flex + .d-flex{margin-top:.5rem;}.event.card svg{flex:0 0 20px;margin-right:.5rem;top:0;width:20px;height:20px;fill:var(--tt-color-4);}.event.card .time svg{width:18px;height:18px;}.event.card hr{margin:1rem 0;border-top:1px solid var(--tt-color-1);}.filters{display:flex;flex-flow:row wrap;justify-content:center;gap:1rem;padding:1rem;}.filters .styled-select,.filters .searchWrapper{position:relative;border-radius:3px;border:1px solid #efefef;background-color:#ffffff;width:100%;max-width:250px;}.filters .styled-select svg,.filters .searchWrapper svg{position:absolute;top:50%;left:.5rem;transform:translateY(-50%);width:18px;height:18px;fill:var(--tt-color-1);pointer-events:none;}.filters .styled-select .arrow-down{display:inline-block;position:absolute;top:50%;right:9px;transform:translateY(-50%) rotate(45deg);border:solid var(--tt-color-1);border-width:0 3px 3px 0;padding:3px;pointer-events:none;}.filters .styled-select select,.filters .searchWrapper input{margin:0;border:none;border-radius:3px;width:100%;height:40px;padding:.5rem 24px .5rem 32px;font-weight:normal;font-size:16px;color:#000000;appearance:none;-moz-appearance:none;cursor:pointer;}.filters .searchWrapper input:focus{outline:1px solid #0070ce;}.shorts .d-flex{overflow:auto;}.shorts .d-flex > div{flex:0 0 75%;height:auto;}.shorts .placeholder{border-radius:20px;padding-bottom:178%;}#smallnav_bar{background-color:#f0f1f3;padding-top:20px;padding-bottom:20px;}#smallnav_bar .nav-item{color:#ffffff;}@media(min-width:768px){#smallnav_bar .nav-item{margin:0 10px;}}#smallnav_bar .active{background-color:rgba(255, 255, 255, 0.2);border-radius:5px;}.sermon.card{margin-bottom:0;}.sermon.card .speakerIcon{position:relative;margin:-50px auto 0 auto;border-radius:50%;width:100px;height:100px;overflow:hidden;}.sermon.card img{width:100%;height:100%;object-fit:cover;}.sermon.card h3,.sermon.card p{color:#000000;text-align:center;}.sermon.card h3{text-align:center;color:var(--tt-color-1);font-size:22px;}.sermon.card .date{font-weight:200;font-size:14px;}.sermon.card .icons{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1rem;margin-bottom:0;}.sermon.card svg{margin:0;width:20px;height:20px;fill:var(--tt-color-2);}.sermonVideo{position:relative;margin-top:-100px;}.sermonInfo{display:flex;flex-direction:column;gap:1rem;margin:2rem 0;}.sermonInfo .speaker{font-size:20px;font-weight:200;}.pagination{display:flex;flex-direction:row;justify-content:center;margin:3rem auto 0 auto;}.pagination button{border:none;background-color:#ffffff;width:35px;height:35px;padding:0;font-size:12px;outline:none;cursor:pointer;}.pagination button.active{background-color:var(--tt-color-3);color:#ffffff;font-weight:bold;}.pagination button:hover:not(.active){background-color:var(--tt-color-3);fill:var(--tt-color-1);}.pagination .arrow:first-of-type{border-radius:10px 0 0 10px;}.pagination .arrow:last-of-type{border-radius:0 10px 10px 0;}.pagination .arrow{background-color:var(--tt-color-1);width:45px;}.pagination button.arrow:focus,.pagination button.arrow:hover{background-color:var(--tt-color-3);color:#ffffff;}.pagination .arrow > i{display:inline-block;border:solid #ffffff;border-width:0 3px 3px 0;padding:3px;pointer-events:none;}.pagination .arrow .left{transform:rotate(135deg);}.pagination .arrow .right{transform:rotate(-40deg);}.pagination .page{color:var(--tt-color-2);}.pagination .page:hover{color:#ffffff;}.contact-form{margin:0 auto;border-radius:30px;box-shadow:3px 4px 10px rgba(0, 0, 0, .1);border:1px solid rgba(220, 225, 228, .5);background-color:#ffffff;width:100%;padding:2rem;overflow:hidden;}.contact-form hr{margin:1.5rem 0;}.contact-form h2{color:var(--tt-color-1);}.contact-form svg,.contact-form .d-flex{margin-bottom:0;}.contact-form svg{margin-right:.25rem;width:15px;height:15px;}.contact-form h2 svg{display:inline-flex;position:relative;margin-right:.5rem;width:30px;height:30px;fill:var(--tt-color-1);}.icon svg{display:inline-flex;top:.3rem;position:relative;margin-right:.5rem;width:30px;fill:var(--tt-color-1);}form svg{margin-right:.25rem;width:15px;height:15px;}form .d-flex{margin-bottom:4px;}form .d-flex > label{margin:0;}form .d-flex [type="radio"] + label{margin-left:.25rem;}#map{min-height:400px;height:100%;}#map canvas{left:0;}#map a{font-size:12px;}#map svg{width:50px;height:50px;}.missing{display:flex;flex-grow:1;justify-content:center;align-items:center;text-align:center;}footer{background-color:var(--tt-color-1);color:#ffffff;text-align:center;overflow:hidden;}footer h2{margin-bottom:1rem;}footer a{margin-bottom:0;margin-top:0;color:#ffffff;}footer a:hover{color:#757fa5;}footer svg{margin-right:.5rem;position:relative;top:-.15rem;height:25px;width:25px;fill:#ffffff;vertical-align:middle;}footer img{margin-bottom:1rem;width:100%;max-width:250px;border-radius:0;}footer > img{margin-left:-2px;margin-right:-2px;margin-bottom:0;width:calc(100% + 4px);max-width:none;}footer .socials{display:flex;justify-content:center;gap:1rem;}footer .socials svg,footer .socials #logo{margin:0;width:30px;}footer .socials svg:hover{fill:#757fa5;}footer .service p{margin-bottom:.5rem;}.affiliation{background-color:rgba(0, 0, 0, .2);padding:.5rem;text-align:center;}.affiliation p,.affiliation a{font-size:12px;color:#ffffff;}.social svg{margin-top:2rem;margin-right:1rem;width:30px;}.social svg:hover{fill:var(--tt-color-1);}.give{background-color:#f0f1f3;text-align:center;}#creditCard{margin-bottom:1rem;background-color:transparent;border:1px solid #efefef;border-radius:3px;padding:6px;overflow:hidden;}.script{background-color:#f0f1f3;background-color:#f0f1f3;padding:40px;text-align:center;}.donate{border:1px solid #e4ebf1;padding:1rem;}.donate svg{display:inline-flex;position:relative;margin-right:.5rem;width:15px;height:15px;fill:#000000;vertical-align:middle;}.donate-instruction svg{display:inline-flex;position:relative;margin-right:.5rem;width:15px;height:15px;fill:#000000;vertical-align:middle;}.donate-instruction p{margin-bottom:1rem;}.donate-type{display:flex;gap:5px;margin-top:1rem;}.donate-type label{margin:0;}.donate-amount{display:grid;grid-template-columns:repeat(4, 1fr);gap:5px;margin-bottom:3rem;}.donate-type label,.donate-amount label{margin:0;}.donate-type label{margin-bottom:5px;}.donate-type [type="radio"]:checked + label{background-color:var(--tt-color-1);}.amountWrapper{position:relative;padding:1rem;background-color:#f9fafb;}.amountWrapper.d-grid{gap:0 1rem;}.amountWrapper .d-flex{margin:0;}.amountWrapper .d-flex::before{content:'$';display:flex;justify-content:center;align-items:center;flex:0 0 30px;border-radius:5px 0 0 5px;background-color:var(--tt-color-1);width:30px;height:42px;font:normal 700 16px/1em var(--tt-font-1);color:#ffffff;}.amountWrapper input{margin:0;border-radius:0 5px 5px 0;}.amountWrapper input:focus{outline:none;}.amountWrapper.on,.amountWrapper:hover{background-color:#e4ebf1;}.amountWrapper .popup{display:grid;grid-template-columns:repeat(4, 1fr);gap:5px;position:absolute;top:calc(100% - 1rem);left:calc(1rem + 30px);z-index:1;border:1px solid #efefef;border-radius:0 0 5px 5px;box-shadow:2px 3px 3px rgba(0, 0, 0, .1);background-color:#ffffff;padding:5px;}.amountWrapper .popup button{border-radius:4px;background-color:#efefef;height:40px;padding:.5rem .75rem;font-size:15px;font-weight:600;color:#6c6c6c;transition:all 300ms linear;}.amountWrapper .popup button:hover{box-shadow:0 3px 6px 0 rgba(0, 0, 0, 0.2);}.donate-form [type="radio"]{width:auto;position:absolute;opacity:0;cursor:pointer;}.donate-form [type="radio"]:checked,.donate-form [type="radio"]:not(:checked){left:-9999px;}.donate-form [type="radio"]:checked + label,.donate-form [type="radio"]:not(:checked) + label{position:relative;display:inline-block;border-radius:4px;width:100%;height:40px;padding:.5rem;font-size:15px;font-weight:600;text-align:center;overflow:hidden;cursor:pointer;text-transform:uppercase;transition:all 300ms linear;}.donate-form [type="radio"]:not(:checked) + label{background-color:#efefef;color:#6c6c6c;}.donate-form [type="radio"]:checked + label{background-color:var(--tt-color-1);color:#ffffff;}.donate-form [type="radio"]:not(:checked) + label:hover{box-shadow:0 3px 6px 0 rgba(0, 0, 0, 0.2);}.donate-form [type="radio"]:checked + label::before,.donate-form [type="radio"]:not(:checked) + label::before{z-index:-1;}.amountStyle{display:flex;flex-direction:row;align-items:center;gap:5px;}.amountStyle:last-of-type{margin-bottom:2rem;}.amountStyle .symbol{font-size:25px;color:#C6C6C6;}.amountStyle .amount{display:flex;align-items:center;margin:0;font-size:35px;font-weight:600;line-height:1.2em;color:var(--tt-color-3);}.amountStyle .amount span{font-size:25px;}@media screen and (min-width:576px){nav{max-width:350px;}.shorts .d-flex > div{flex:0 0 55%;}}@media screen and (min-width:768px){h1{font-size:53px;}header{position:absolute;top:0;left:0;right:0;z-index:999;padding:1rem;}header .d-flex{justify-content:center;margin:0 auto;max-width:955px;}header .nav-toggle{display:none;}header > div > .logo{display:block;position:unset;transform:none;}nav{position:unset;display:flex;margin-left:2rem;box-shadow:none;background-color:transparent;width:unset;max-width:unset;max-height:100%;overflow:visible;}nav .logo{display:none;}nav ul{flex-direction:row;border:none;padding:0;}nav a,nav button{margin:.5rem 0;font-size:18px;color:#ffffff;}nav li:hover > button,nav a:hover,nav a.active{background-color:rgba(225, 225, 225, .2);color:#ffffff;}nav .btn + .btn{margin-left:1rem;}nav .dropdown-menu{position:absolute;top:100%;left:50%;transform:translateX(-50%);box-shadow:2px 2px 2px rgba(0, 0, 0, .2);background-color:#ffffff;}nav .dropdown-menu::before{border-color:transparent transparent #ffffff transparent;}nav li:hover .dropdown-menu{display:flex;}nav .dropdown-menu a:hover{background-color:var(--tt-color-1);color:#ffffff;}nav .dropdown-menu a:hover svg{fill:#ffffff;}.banner .wrapper{transform:translateY(-50%);}.inside-banner{height:400px;}.accent-1 .d-flex + .d-flex{margin:0;}.accent-5 .col-md-2{grid-template-columns:1fr 50%;}.gift-card:nth-of-type(1):not(.rounded){border-radius:30px 0 0 0;}.gift-card:nth-of-type(2){border-radius:0 30px 0 0;}.gift-card:nth-of-type(3){border-radius:0 0 0 30px;}.gift-card:nth-of-type(4){border-radius:0 0 30px 0;}.action-card .details{padding:1rem;}.action-card h2{font-size:calc(22px + (30 - 22) * (100vw - 767px) / (1140 - 768));}.shorts .d-flex > div{flex:0 0 30%;}.sermonInfo{flex-direction:row;justify-content:space-between;align-items:center;margin:3rem 0;}.sermonAudio{display:flex;justify-content:space-between;align-items:center;gap:1rem;}.sermonInfo > div:nth-of-type(2){text-align:right;}.sermonInfo h1{font-size:40px;}.sermonInfo p{margin-top:0;}.contact-form{position:relative;z-index:1;}.amountWrapper.d-grid{grid-template-columns:1fr 1fr;}.amountWrapper.d-grid label{grid-column:span 2;}footer{text-align:left;}footer .socials{justify-content:flex-start;}}@media screen and (min-width:992px){.action-card + .action-card{margin-top:2rem;}.action-card .details{padding:2rem;}.action-card h2{font-size:30px;}.accent-1 .d-flex{flex-direction:row;gap:2rem;text-align:left;}.shorts .d-flex > div{flex:0 0 20%;}.sermonInfo{margin:4rem 0;}}@media screen and (min-width:1400px){.shorts .d-flex > div{flex:0 0 15%;}}