.funquizz {
margin: 50px 0}
.funquizz .show{
display: block;
animation: fun_fadeIn 0.6s}
.funquizz .hide{
display: none;
animation: fun_fadeOut 0.6s}
@keyframes fun_fadeIn {
from {
opacity: 0}
to {
opacity: 1}
}
@keyframes fun_fadeOut {
from {
opacity: 1}
to {
opacity: 0}
}
.funquizz-error{
border: 2px solid #dc3232}
.funquizz .error-msg{
color: #dc3232}
.funquizz .disabled{
pointer-events: none;
cursor: pointer}
@media (min-width:768px){
.funquizz--start{
max-width: 767px;
margin: 0 auto}
}
.funquizz--start-btn {
text-align: center;
margin-top: 60px}
.quiz-progress {
text-align: right;
font-size: 14px;
font-weight: 700;
color: #51b1d6}
.fun-qa {
max-width: 768px;
margin: 0 auto}
.fun-qa--q{
text-align: center;
margin:10px 0 30px 0;
font-size: 2.3em;
font-weight: 700}
.fun-qa ul {
padding: 0;
margin: 0;
display: grid;
grid-template-columns: repeat(1, 1fr);
gap: 10px;
justify-items: center;
align-items: center}
.fun-qa ul li {
display: inline-block;
list-style: none}
@media (min-width: 600px){
.fun-qa ul {
grid-template-columns: repeat(2, 1fr);
grid-auto-rows: minmax(100px, auto)}
}
.time-bar {
position: relative;
border: 1px solid #08447c;
height: 20px}
.time-bar:after {
content: "";
display: block;
width: 100%;
background: #ffffff;
height: 100%;
top: 0;
position: absolute}
.time-bar .in {
position: relative;
height: 100%;
background-color: #51b1d6;
z-index: 1}
@keyframes time-fill {
0% {
width: 0%}
100% {
width: 100%}
}
.fun-image--blur {
background-size: cover;
width: 100%;
height: 100%;
position: absolute;
top: 0;
filter: blur(10px);
opacity: 0.6}
.fun-image {
position: relative;
overflow: hidden}
.fun-image--display {
text-align: center;
z-index: 1;
position: relative}
.fun-image--display img {
margin: 0 auto;
max-width: 100%;
max-height: 450px;
image-rendering: auto;
image-rendering: pixelated;
image-rendering: -webkit-optimize-contrast}
@media (min-width: 768px){
.fun-image--display img {
min-width: 400px}
}
.funquizz-result-inner {
width: 250px;
padding: 40px 20px;
margin: 0 auto;
text-align: center;
border-radius: 8px}
.result-text {
font-size: 16px}
.result-share {
display: flex;
justify-content: center;
margin-bottom: 1em}
.result-share a {
margin: 0 5px}
.result-share svg{
width: 50px;
height: 50px;
color: #08447c;
fill: #08447c}
.result-share a:hover svg{
color: #ffffff;
fill: #51b1d6}
.result-play-again {
margin-top: 30px}
.result-text-large {
font-size: 2em;
font-weight: 700}
@media (min-width:768px){
.funquizz-result-inner{
width: 600px;
padding: 40px}
}
.funquizz-box{
background: var(--base-2, #f7f7f7);
border-radius: 25px;
box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.22);
padding: 24px}
.fun-qa ul{
justify-items: start;
align-items: start}
.fun-qa ul li{
width: 100%}
.fun-qa ul li .ans-btn,
.funquizz--start-btn .funquizz-start-btn,
.result-play-again .funquizz-restart{
width: 100%}
.funquizz .selected-answer{
outline: 2px solid currentColor;
outline-offset: 2px}
.footer-widgets-container{padding:40px}.inside-footer-widgets{display:flex}.inside-footer-widgets>div{flex:1 1 0}.site-footer .footer-widgets-container .inner-padding{padding:0 0 0 40px}.site-footer .footer-widgets-container .inside-footer-widgets{margin-left:-40px}.top-bar{font-weight:400;text-transform:none;font-size:13px}.top-bar .inside-top-bar{display:flex;align-items:center;flex-wrap:wrap}.top-bar .inside-top-bar .widget{padding:0;display:inline-block;margin-bottom:0}.top-bar .inside-top-bar .textwidget p:last-child{margin:0}.top-bar .widget-title{display:none}.top-bar .widget{margin:0 10px}.top-bar .widget_nav_menu>div>ul{display:flex;align-items:center}.top-bar .widget_nav_menu li{margin:0 10px;padding:0}.top-bar .widget_nav_menu li:first-child{margin-left:0}.top-bar .widget_nav_menu li:last-child{margin-right:0}.top-bar .widget_nav_menu li ul{display:none}.inside-top-bar{padding:10px 40px}div.top-bar .widget{margin-bottom:0}.top-bar-align-right .widget{margin-right:0}.top-bar-align-right .widget:first-child{margin-left:auto}.top-bar-align-right .widget:nth-child(2n){order:-20}.top-bar-align-right .widget:nth-child(2){margin-left:0}.top-bar-align-left .widget{margin-left:0}.top-bar-align-left .widget:nth-child(odd){order:-20}.top-bar-align-left .widget:nth-child(2){margin-left:auto}.top-bar-align-left .widget:last-child{margin-right:0}.top-bar-align-center .widget:first-child{margin-left:auto}.top-bar-align-center .widget:last-child{margin-right:auto}.top-bar-align-center .widget:not(:first-child):not(:last-child){margin:0 5px}.footer-bar-active .footer-bar .widget{padding:0}.footer-bar .widget_nav_menu>div>ul{display:flex;align-items:center;flex-wrap:wrap}.footer-bar .widget_nav_menu li{margin:0 10px;padding:0}.footer-bar .widget_nav_menu li:first-child{margin-left:0}.footer-bar .widget_nav_menu li:last-child{margin-right:0}.footer-bar .widget_nav_menu li ul{display:none}.footer-bar .textwidget p:last-child{margin:0}.footer-bar .widget-title{display:none}.footer-bar-align-right .copyright-bar{order:-20;margin-right:auto}.footer-bar-align-left .copyright-bar{margin-left:auto}.footer-bar-align-center .inside-site-info{flex-direction:column}.footer-bar-align-center .footer-bar{margin-bottom:10px}.site-footer:not(.footer-bar-active) .copyright-bar{margin:0 auto}@media (max-width:768px){.top-bar .inside-top-bar{justify-content:center}.top-bar .inside-top-bar>.widget{order:1;margin:0 10px}.top-bar .inside-top-bar:first-child{margin-left:auto}.top-bar .inside-top-bar:last-child{margin-right:auto}.top-bar .widget_nav_menu li{padding:5px 0}.top-bar-align-center{text-align:center}.inside-footer-widgets{flex-direction:column}.inside-footer-widgets>div:not(:last-child){margin-bottom:40px}.site-footer .footer-widgets .footer-widgets-container .inside-footer-widgets{margin:0}.site-footer .footer-widgets .footer-widgets-container .inner-padding{padding:0}.footer-bar-active .inside-site-info{flex-direction:column}.footer-bar-active .footer-bar{margin-bottom:10px}.footer-bar .widget_nav_menu>div>ul{justify-content:center}.footer-bar .widget_nav_menu li{padding:5px 0}.footer-bar .widget_nav_menu li:first-child{margin-left:10px}.footer-bar .widget_nav_menu li:last-child{margin-right:10px}.footer-bar-align-left .copyright-bar{margin-left:0}.footer-bar-align-right .copyright-bar{order:unset;margin-right:0}}
.tablepress{--text-color:#111;--head-text-color:var(--text-color);--head-bg-color:#d9edf7;--odd-text-color:var(--text-color);--odd-bg-color:#fff;--even-text-color:var(--text-color);--even-bg-color:#f9f9f9;--hover-text-color:var(--text-color);--hover-bg-color:#f3f3f3;--border-color:#ddd;--padding:0.5rem;border:none;border-collapse:collapse;border-spacing:0;clear:both;margin:0 auto 1rem;table-layout:auto;width:100%}.tablepress>:not(caption)>*>*{background:none;border:none;box-sizing:border-box;float:none!important;padding:var(--padding);text-align:left;vertical-align:top}.tablepress>:where(thead)+tbody>:where(:not(.child))>*,.tablepress>tbody>*~:where(:not(.child))>*,.tablepress>tfoot>:where(:first-child)>*{border-top:1px solid var(--border-color)}.tablepress>:where(thead,tfoot)>tr>*{background-color:var(--head-bg-color);color:var(--head-text-color);font-weight:700;vertical-align:middle;word-break:normal}.tablepress>:where(tbody)>tr>*{color:var(--text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))>*{background-color:var(--odd-bg-color);color:var(--odd-text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))>*{background-color:var(--even-bg-color);color:var(--even-text-color)}.tablepress>.row-hover>tr{content-visibility:auto}.tablepress>.row-hover>tr:has(+.child:hover)>*,.tablepress>.row-hover>tr:hover+:where(.child)>*,.tablepress>.row-hover>tr:where(:not(.dtrg-group)):hover>*{background-color:var(--hover-bg-color);color:var(--hover-text-color)}.tablepress img{border:none;margin:0;max-width:none;padding:0}.tablepress-table-description{clear:both;display:block}.dt-scroll{width:100%}.dt-scroll .tablepress{width:100%!important}div.dt-scroll-body tfoot tr,div.dt-scroll-body thead tr{height:0}div.dt-scroll-body tfoot tr td,div.dt-scroll-body tfoot tr th,div.dt-scroll-body thead tr td,div.dt-scroll-body thead tr th{border-bottom-width:0!important;border-top-width:0!important;height:0!important;padding-bottom:0!important;padding-top:0!important}div.dt-scroll-body tfoot tr td div.dt-scroll-sizing,div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,div.dt-scroll-body thead tr td div.dt-scroll-sizing,div.dt-scroll-body thead tr th div.dt-scroll-sizing{height:0!important;overflow:hidden!important}div.dt-scroll-body>table.dataTable>thead>tr>td,div.dt-scroll-body>table.dataTable>thead>tr>th{overflow:hidden}.tablepress{--head-active-bg-color:#049cdb;--head-active-text-color:var(--head-text-color);--head-sort-arrow-color:var(--head-active-text-color)}.tablepress thead th:active{outline:none}.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:before{bottom:50%;content:"\25b2";content:"\25b2"/"";display:block;position:absolute}.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:after{content:"\25bc";content:"\25bc"/"";display:block;position:absolute;top:50%}.tablepress thead .dt-orderable-asc .dt-column-order,.tablepress thead .dt-orderable-desc .dt-column-order,.tablepress thead .dt-ordering-asc .dt-column-order,.tablepress thead .dt-ordering-desc .dt-column-order{color:var(--head-sort-arrow-color);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Noto Sans,Liberation Sans,Arial,sans-serif!important;font-size:14px;height:24px;line-height:12px;position:relative;width:12px}.tablepress thead .dt-orderable-asc .dt-column-order:after,.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-orderable-desc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:after,.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:before{opacity:.2}.tablepress thead .dt-orderable-asc,.tablepress thead .dt-orderable-desc{cursor:pointer;outline-offset:-2px}.tablepress thead .dt-orderable-asc:hover,.tablepress thead .dt-orderable-desc:hover,.tablepress thead .dt-ordering-asc,.tablepress thead .dt-ordering-desc{background-color:var(--head-active-bg-color);color:var(--head-active-text-color)}.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after{opacity:.8}.tablepress tfoot>tr>* .dt-column-footer,.tablepress tfoot>tr>* .dt-column-header,.tablepress thead>tr>* .dt-column-footer,.tablepress thead>tr>* .dt-column-header{align-items:center;display:flex;gap:4px;justify-content:space-between}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title,.tablepress tfoot>tr>* .dt-column-header .dt-column-title,.tablepress thead>tr>* .dt-column-footer .dt-column-title,.tablepress thead>tr>* .dt-column-header .dt-column-title{flex-grow:1}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title:empty,.tablepress tfoot>tr>* .dt-column-header .dt-column-title:empty,.tablepress thead>tr>* .dt-column-footer .dt-column-title:empty,.tablepress thead>tr>* .dt-column-header .dt-column-title:empty{display:none}.tablepress:where(.auto-type-alignment) .dt-right,.tablepress:where(.auto-type-alignment) .dt-type-date,.tablepress:where(.auto-type-alignment) .dt-type-numeric{text-align:right}.tablepress:where(.auto-type-alignment) .dt-right .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-right .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-header{flex-direction:row-reverse}.dt-container{clear:both;margin-bottom:1rem;position:relative}.dt-container table.tablepress{margin-bottom:0}.dt-container .tablepress tfoot:empty{display:none}.dt-container .dt-layout-row{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.dt-container .dt-layout-row.dt-layout-table .dt-layout-cell{display:block;width:100%}.dt-container .dt-layout-cell{display:flex;flex-direction:row;flex-wrap:wrap;gap:1em;padding:5px 0}.dt-container .dt-layout-cell.dt-layout-full{align-items:center;justify-content:space-between;width:100%}.dt-container .dt-layout-cell.dt-layout-full>:only-child{margin:auto}.dt-container .dt-layout-cell.dt-layout-start{align-items:center;justify-content:flex-start;margin-right:auto}.dt-container .dt-layout-cell.dt-layout-end{align-items:center;justify-content:flex-end;margin-left:auto}.dt-container .dt-layout-cell:empty{display:none}.dt-container .dt-input,.dt-container label{display:inline;width:auto}.dt-container .dt-input{font-size:inherit;padding:5px}.dt-container .dt-length,.dt-container .dt-search{align-items:center;display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.dt-container .dt-paging .dt-paging-button{background:#0000;border:1px solid #0000;border-radius:2px;box-sizing:border-box;color:inherit!important;cursor:pointer;display:inline-block;font-size:1em;height:32px;margin-left:2px;min-width:32px;padding:0 5px;text-align:center;text-decoration:none!important;vertical-align:middle}.dt-container .dt-paging .dt-paging-button.current,.dt-container .dt-paging .dt-paging-button:hover{border:1px solid #111}.dt-container .dt-paging .dt-paging-button.disabled,.dt-container .dt-paging .dt-paging-button.disabled:active,.dt-container .dt-paging .dt-paging-button.disabled:hover{border:1px solid #0000;color:#0000004d!important;cursor:default;outline:none}.dt-container .dt-paging>.dt-paging-button:first-child{margin-left:0}.dt-container .dt-paging .ellipsis{padding:0 1em}@media screen and (max-width:767px){.dt-container .dt-layout-row{flex-direction:column}.dt-container .dt-layout-cell{flex-direction:column;padding:.5em 0}}
:root{--gb-container-width:1105px;}.gb-container .wp-block-image img{vertical-align:middle;}.gb-grid-wrapper .wp-block-image{margin-bottom:0;}.gb-highlight{background:none;}.gb-shape{line-height:0;}.gb-element-b128e1ab{background-blend-mode:normal;background-image:var(--inline-bg-image);background-position:center;background-repeat:no-repeat;background-size:cover;width:100%}.gb-element-5db447e7{display:flex;margin-left:auto;margin-right:auto;max-width:var(--gb-container-width);position:relative;padding:215px 35px 175px 35px}@media (max-width:1024px){.gb-element-5db447e7{padding-top:220px}}@media (max-width:767px){.gb-element-5db447e7{flex-direction:column;row-gap:100px;padding:130px 30px 230px 30px}}.gb-element-750cbf12{background-color:rgba(255,255,255,0.95);box-shadow:0px 0px 8px 11px rgba(0,0,0,0.1);width:40%;border-radius:15px;padding:25px}@media (max-width:767px){.gb-element-750cbf12{width:100%}}.gb-element-b648d32e{width:60%}@media (max-width:767px){.gb-element-b648d32e{text-align:center;width:100%}}.gb-element-8d2e533d{margin-left:auto;margin-right:auto;max-width:var(--gb-container-width);padding:20px 40px}@media (max-width:767px){.gb-element-8d2e533d{padding:60px 30px}}.gb-element-b41db75f{align-items:center;column-gap:7px;display:flex;justify-content:center;padding-bottom:7px}@media (max-width:767px){.gb-element-b41db75f{flex-direction:column;padding-bottom:0px;row-gap:11px}}.gb-element-3d1a4099{align-items:center;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.22);display:block;height:119px;justify-content:center;text-align:center;width:100%;border-radius:25px}.gb-element-3d1a4099:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.05)}@media (max-width:767px){.gb-element-3d1a4099{width:100%}}.gb-element-a36d1818{align-items:center;display:flex;height:87px;justify-content:center}.gb-element-c41f9dcf{align-items:center;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.22);display:block;height:119px;justify-content:center;text-align:center;width:100%;border-radius:25px}.gb-element-c41f9dcf:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.05)}@media (max-width:767px){.gb-element-c41f9dcf{width:100%}}.gb-element-313ffb7e{align-items:center;display:flex;height:87px;justify-content:center}.gb-element-b7698cc7{align-items:center;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.22);display:block;height:119px;justify-content:center;text-align:center;width:100%;border-radius:25px}.gb-element-b7698cc7:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.05)}@media (max-width:767px){.gb-element-b7698cc7{width:100%}}.gb-element-e9e5832e{align-items:center;display:flex;height:87px;justify-content:center}.gb-element-263441b7{align-items:center;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.22);display:block;height:119px;justify-content:center;text-align:center;width:100%;border-radius:25px}.gb-element-263441b7:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.05)}@media (max-width:767px){.gb-element-263441b7{width:100%}}.gb-element-eafa36a5{align-items:center;display:flex;height:87px;justify-content:center}.gb-element-0e33b9a7{align-items:center;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.22);display:block;height:119px;justify-content:center;text-align:center;width:100%;border-radius:25px}.gb-element-0e33b9a7:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.05)}@media (max-width:767px){.gb-element-0e33b9a7{width:100%}}.gb-element-b78b8b63{align-items:center;display:flex;height:87px;justify-content:center}.gb-element-8cd9e605{align-items:center;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.22);display:block;height:119px;justify-content:center;text-align:center;width:100%;border-radius:25px}.gb-element-8cd9e605:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.05)}@media (max-width:767px){.gb-element-8cd9e605{width:100%}}.gb-element-f1cd338a{align-items:center;display:flex;height:87px;justify-content:center}.gb-element-394a8f7a{align-items:center;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.22);display:block;height:119px;justify-content:center;text-align:center;width:100%;border-radius:25px}.gb-element-394a8f7a:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.05)}@media (max-width:767px){.gb-element-394a8f7a{width:100%}}.gb-element-b1a900d4{align-items:center;display:flex;height:87px;justify-content:center}.gb-element-10779948{align-items:center;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.22);display:block;height:119px;justify-content:center;text-align:center;width:100%;border-radius:25px}.gb-element-10779948:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.05)}@media (max-width:767px){.gb-element-10779948{width:100%}}.gb-element-dbd2a24a{align-items:center;display:flex;height:87px;justify-content:center}.gb-element-c8a382f3{align-items:center;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.22);display:block;height:119px;justify-content:center;text-align:center;width:100%;border-radius:25px}.gb-element-c8a382f3:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.05)}@media (max-width:767px){.gb-element-c8a382f3{width:100%}}.gb-element-c528a2e6{align-items:center;display:flex;height:87px;justify-content:center}.gb-element-b561d1fc{align-items:center;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.22);display:block;height:119px;justify-content:center;text-align:center;width:100%;border-radius:25px}.gb-element-b561d1fc:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.05)}@media (max-width:767px){.gb-element-b561d1fc{width:100%}}.gb-element-1b969272{align-items:center;display:flex;height:87px;justify-content:center}.gb-element-dec0115d{align-items:center;column-gap:7px;display:flex;justify-content:center;padding-bottom:7px}@media (max-width:767px){.gb-element-dec0115d{flex-direction:column;padding-bottom:0px;padding-top:11px;row-gap:11px}}.gb-element-6f97abc4{align-items:center;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.22);display:block;height:119px;justify-content:center;text-align:center;width:100%;border-radius:25px}.gb-element-6f97abc4:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.05)}@media (max-width:767px){.gb-element-6f97abc4{width:100%}}.gb-element-aa2de3d7{align-items:center;display:flex;height:87px;justify-content:center}.gb-element-df306a2f{align-items:center;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.22);display:block;height:119px;justify-content:center;text-align:center;width:100%;border-radius:25px}.gb-element-df306a2f:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.05)}@media (max-width:767px){.gb-element-df306a2f{width:100%}}.gb-element-1cb00287{align-items:center;display:flex;height:87px;justify-content:center}.gb-element-02c96069{align-items:center;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.22);display:block;height:119px;justify-content:center;text-align:center;width:100%;border-radius:25px}.gb-element-02c96069:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.05)}@media (max-width:767px){.gb-element-02c96069{width:100%}}.gb-element-4c11ff89{align-items:center;display:flex;height:87px;justify-content:center}.gb-element-8abc6cd9{align-items:center;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.22);display:block;height:119px;justify-content:center;text-align:center;width:100%;border-radius:25px}.gb-element-8abc6cd9:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.05)}@media (max-width:767px){.gb-element-8abc6cd9{width:100%}}.gb-element-bb731ad0{align-items:center;display:flex;height:87px;justify-content:center}.gb-element-65e8fde5{align-items:center;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.22);display:block;height:119px;justify-content:center;text-align:center;width:100%;border-radius:25px}.gb-element-65e8fde5:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.05)}@media (max-width:767px){.gb-element-65e8fde5{width:100%}}.gb-element-335eda93{align-items:center;display:flex;height:87px;justify-content:center}.gb-element-df60f3be{align-items:center;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.22);display:block;height:119px;justify-content:center;text-align:center;width:100%;border-radius:25px}.gb-element-df60f3be:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.05)}@media (max-width:767px){.gb-element-df60f3be{width:100%}}.gb-element-fd1e5e63{align-items:center;display:flex;height:87px;justify-content:center}.gb-element-c5c895f9{align-items:center;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.22);display:block;height:119px;justify-content:center;text-align:center;width:100%;border-radius:25px}.gb-element-c5c895f9:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.05)}@media (max-width:767px){.gb-element-c5c895f9{width:100%}}.gb-element-24708b28{align-items:center;display:flex;height:87px;justify-content:center}.gb-element-7b3ba8aa{align-items:center;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.22);display:block;height:119px;justify-content:center;text-align:center;width:100%;border-radius:25px}.gb-element-7b3ba8aa:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.05)}@media (max-width:767px){.gb-element-7b3ba8aa{width:100%}}.gb-element-9ddcc5ec{align-items:center;display:flex;height:87px;justify-content:center}.gb-element-a0e44fac{align-items:center;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.22);display:block;height:119px;justify-content:center;text-align:center;width:100%;border-radius:25px}.gb-element-a0e44fac:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.05)}@media (max-width:767px){.gb-element-a0e44fac{width:100%}}.gb-element-27d4924e{align-items:center;display:flex;height:87px;justify-content:center}.gb-element-2152b58f{align-items:center;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.22);display:block;height:119px;justify-content:center;text-align:center;width:100%;border-radius:25px}.gb-element-2152b58f:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.05)}@media (max-width:767px){.gb-element-2152b58f{width:100%}}.gb-element-61a0b68f{align-items:center;display:flex;height:87px;justify-content:center}.gb-element-f34f477d{align-items:center;column-gap:7px;display:flex;justify-content:center;padding-bottom:7px}@media (max-width:767px){.gb-element-f34f477d{flex-direction:column;padding-bottom:0px;padding-top:11px;row-gap:11px}}.gb-element-c1b2a79c{align-items:center;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.22);display:block;height:119px;justify-content:center;text-align:center;width:100%;border-radius:25px}.gb-element-c1b2a79c:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.05)}@media (max-width:767px){.gb-element-c1b2a79c{width:100%}}.gb-element-e07283ae{align-items:center;display:flex;height:87px;justify-content:center}.gb-element-269be0c1{align-items:center;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.22);display:block;height:119px;justify-content:center;text-align:center;width:100%;border-radius:25px}.gb-element-269be0c1:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.05)}@media (max-width:767px){.gb-element-269be0c1{width:100%}}.gb-element-55795ffe{align-items:center;display:flex;height:87px;justify-content:center}.gb-element-b5f8e2b9{align-items:center;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.22);display:block;height:119px;justify-content:center;text-align:center;width:100%;border-radius:25px}.gb-element-b5f8e2b9:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.05)}@media (max-width:767px){.gb-element-b5f8e2b9{width:100%}}.gb-element-367f6506{height:87px}.gb-element-49f6e50b{align-items:center;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.22);display:block;height:119px;justify-content:center;text-align:center;width:100%;border-radius:25px}.gb-element-49f6e50b:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.05)}@media (max-width:767px){.gb-element-49f6e50b{width:100%}}.gb-element-e6467088{align-items:center;display:flex;height:87px;justify-content:center}.gb-element-a9ec1efc{align-items:center;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.22);display:block;height:119px;justify-content:center;text-align:center;width:100%;border-radius:25px}.gb-element-a9ec1efc:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.05)}@media (max-width:767px){.gb-element-a9ec1efc{width:100%}}.gb-element-483170f6{align-items:center;display:flex;height:87px;justify-content:center}.gb-element-d30b1bc0{align-items:center;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.22);display:block;height:119px;justify-content:center;text-align:center;width:100%;border-radius:25px}.gb-element-d30b1bc0:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.05)}@media (max-width:767px){.gb-element-d30b1bc0{width:100%}}.gb-element-c0d1198c{align-items:center;display:flex;height:87px;justify-content:center}.gb-element-39f2999e{align-items:center;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.22);display:block;height:119px;justify-content:center;text-align:center;width:100%;border-radius:25px}.gb-element-39f2999e:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.05)}@media (max-width:767px){.gb-element-39f2999e{width:100%}}.gb-element-e4f7dc0e{align-items:center;display:flex;height:87px;justify-content:center}.gb-element-5d77671e{align-items:center;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.22);display:block;height:119px;justify-content:center;text-align:center;width:100%;border-radius:25px}.gb-element-5d77671e:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.05)}@media (max-width:767px){.gb-element-5d77671e{width:100%}}.gb-element-88097ad6{align-items:center;display:flex;height:87px;justify-content:center}.gb-element-72d5623b{align-items:center;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.22);display:block;height:119px;justify-content:center;text-align:center;width:100%;border-radius:25px}.gb-element-72d5623b:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.05)}@media (max-width:767px){.gb-element-72d5623b{width:100%}}.gb-element-ed837236{align-items:center;display:flex;height:87px;justify-content:center}.gb-element-7b751c2f{align-items:center;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.22);display:block;height:119px;justify-content:center;text-align:center;width:100%;border-radius:25px}.gb-element-7b751c2f:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.05)}@media (max-width:767px){.gb-element-7b751c2f{width:100%}}.gb-element-7fa2d613{align-items:center;display:flex;height:87px;justify-content:center}.gb-element-2a58d341{align-items:center;column-gap:7px;display:flex;justify-content:center;padding-bottom:7px}@media (max-width:767px){.gb-element-2a58d341{flex-direction:column;padding-bottom:0px;padding-top:11px;row-gap:11px}}.gb-element-bb1e0f9e{align-items:center;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.22);display:block;height:119px;justify-content:center;text-align:center;width:100%;border-radius:25px}.gb-element-bb1e0f9e:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.05)}@media (max-width:767px){.gb-element-bb1e0f9e{width:100%}}.gb-element-c978a69e{align-items:center;display:flex;height:87px;justify-content:center}.gb-element-8049a662{align-items:center;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.22);display:block;height:119px;justify-content:center;text-align:center;width:100%;border-radius:25px}.gb-element-8049a662:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.05)}@media (max-width:767px){.gb-element-8049a662{width:100%}}.gb-element-24dd3cd3{align-items:center;display:flex;height:87px;justify-content:center}.gb-element-caf4804b{align-items:center;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.22);display:block;height:119px;justify-content:center;text-align:center;width:100%;border-radius:25px}.gb-element-caf4804b:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.05)}@media (max-width:767px){.gb-element-caf4804b{width:100%}}.gb-element-cd09264e{align-items:center;display:flex;height:87px;justify-content:center}.gb-element-52ff2a17{align-items:center;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.22);display:block;height:119px;justify-content:center;text-align:center;width:100%;border-radius:25px}.gb-element-52ff2a17:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.05)}@media (max-width:767px){.gb-element-52ff2a17{width:100%}}.gb-element-d03259ee{align-items:center;display:flex;height:87px;justify-content:center}.gb-element-d963ebad{align-items:center;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.22);display:block;height:119px;justify-content:center;text-align:center;width:100%;border-radius:25px}.gb-element-d963ebad:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.05)}@media (max-width:767px){.gb-element-d963ebad{width:100%}}.gb-element-11084750{align-items:center;display:flex;height:87px;justify-content:center}.gb-element-85904ead{align-items:center;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.22);display:block;height:119px;justify-content:center;text-align:center;width:100%;border-radius:25px}.gb-element-85904ead:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.05)}@media (max-width:767px){.gb-element-85904ead{width:100%}}.gb-element-007658b6{align-items:center;display:flex;height:87px;justify-content:center}.gb-element-28637d11{align-items:center;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.22);display:block;height:119px;justify-content:center;text-align:center;width:100%;border-radius:25px}.gb-element-28637d11:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.05)}@media (max-width:767px){.gb-element-28637d11{width:100%}}.gb-element-0d51e911{align-items:center;display:flex;height:87px;justify-content:center}.gb-element-eb9252da{align-items:center;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.22);display:block;height:119px;justify-content:center;text-align:center;width:100%;border-radius:25px}.gb-element-eb9252da:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.05)}@media (max-width:767px){.gb-element-eb9252da{width:100%}}.gb-element-addcca25{align-items:center;display:flex;height:87px;justify-content:center}.gb-element-cd852da8{align-items:center;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.22);display:block;height:119px;justify-content:center;text-align:center;width:100%;border-radius:25px}.gb-element-cd852da8:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.05)}@media (max-width:767px){.gb-element-cd852da8{width:100%}}.gb-element-d3fc6e70{align-items:center;display:flex;height:87px;justify-content:center}.gb-element-c5669a56{align-items:center;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.22);display:block;height:119px;justify-content:center;text-align:center;width:100%;border-radius:25px}.gb-element-c5669a56:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.05)}@media (max-width:767px){.gb-element-c5669a56{width:100%}}.gb-element-b9e7f288{align-items:center;display:flex;height:87px;justify-content:center}.gb-element-b4db805c{align-items:center;column-gap:7px;display:flex;justify-content:center;padding-bottom:11px}@media (max-width:767px){.gb-element-b4db805c{flex-direction:column;padding-bottom:0px;padding-top:11px;row-gap:11px}}.gb-element-10763184{align-items:center;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.22);display:block;height:119px;justify-content:center;text-align:center;width:100%;border-radius:25px}.gb-element-10763184:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.05)}@media (max-width:767px){.gb-element-10763184{width:100%}}.gb-element-b60d2f4b{align-items:center;display:flex;height:87px;justify-content:center}.gb-element-68dcbfc4{align-items:center;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.22);display:block;height:119px;justify-content:center;text-align:center;width:100%;border-radius:25px}.gb-element-68dcbfc4:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.05)}@media (max-width:767px){.gb-element-68dcbfc4{width:100%}}.gb-element-93013cfb{align-items:center;display:flex;height:87px;justify-content:center}.gb-element-b099483b{align-items:center;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.22);display:block;height:119px;justify-content:center;text-align:center;width:100%;border-radius:25px}.gb-element-b099483b:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.05)}@media (max-width:767px){.gb-element-b099483b{width:100%}}.gb-element-d43b8f06{align-items:center;display:flex;height:87px;justify-content:center}.gb-element-dafcfe76{align-items:center;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.22);display:block;height:119px;justify-content:center;text-align:center;width:100%;border-radius:25px}.gb-element-dafcfe76:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.05)}@media (max-width:767px){.gb-element-dafcfe76{width:100%}}.gb-element-87462229{align-items:center;display:flex;height:87px;justify-content:center}.gb-element-6cce3485{align-items:center;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.22);display:block;height:119px;justify-content:center;text-align:center;width:100%;border-radius:25px}.gb-element-6cce3485:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.05)}@media (max-width:767px){.gb-element-6cce3485{width:100%}}.gb-element-1039cf66{align-items:center;display:flex;height:87px;justify-content:center}.gb-element-e6471b3b{align-items:center;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.22);display:block;height:119px;justify-content:center;text-align:center;width:100%;border-radius:25px}.gb-element-e6471b3b:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.05)}@media (max-width:767px){.gb-element-e6471b3b{width:100%}}.gb-element-1349beba{align-items:center;display:flex;height:87px;justify-content:center}.gb-element-269175d6{align-items:center;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.22);display:block;height:119px;justify-content:center;text-align:center;width:100%;border-radius:25px}.gb-element-269175d6:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.05)}@media (max-width:767px){.gb-element-269175d6{width:100%}}.gb-element-af3747d8{align-items:center;display:flex;height:87px;justify-content:center}.gb-element-ffca0ca8{align-items:center;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.22);display:block;height:119px;justify-content:center;text-align:center;width:100%;border-radius:25px}.gb-element-ffca0ca8:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.05)}@media (max-width:767px){.gb-element-ffca0ca8{width:100%}}.gb-element-9b44d5db{align-items:center;display:flex;height:87px;justify-content:center}.gb-element-34b41a14{align-items:center;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.22);display:block;height:119px;justify-content:center;text-align:center;width:100%;border-radius:25px}.gb-element-34b41a14:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.05)}@media (max-width:767px){.gb-element-34b41a14{width:100%}}.gb-element-3632f2c1{align-items:center;display:flex;height:87px;justify-content:center}.gb-element-395b61f5{align-items:center;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.22);display:block;height:119px;justify-content:center;text-align:center;width:100%;border-radius:25px}.gb-element-395b61f5:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.05)}@media (max-width:767px){.gb-element-395b61f5{width:100%}}.gb-element-ee4e0a38{align-items:center;display:flex;height:87px;justify-content:center}.gb-element-425da73e{margin-left:auto;margin-right:auto;max-width:var(--gb-container-width);padding:20px 40px}@media (max-width:767px){.gb-element-425da73e{padding:60px 30px}}.gb-element-cae464df{margin-left:auto;margin-right:auto;max-width:var(--gb-container-width);padding:20px 40px}@media (max-width:767px){.gb-element-cae464df{padding:60px 30px}}.gb-element-2bee8f3e{align-items:center;column-gap:33px;display:flex;justify-content:center;padding-bottom:25px}@media (max-width:767px){.gb-element-2bee8f3e{flex-direction:column;row-gap:25px}}.gb-element-b2dab82f{box-shadow:0px 0px 7px 3px rgba(0,0,0,0.22);display:block;width:100%;border-radius:25px}.gb-element-b2dab82f:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.035)}@media (max-width:767px){.gb-element-b2dab82f{width:100%}}.gb-element-43df974c{box-shadow:0px 0px 7px 3px rgba(0,0,0,0.22);display:block;width:100%;border-radius:25px}.gb-element-43df974c:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.035)}@media (max-width:767px){.gb-element-43df974c{width:100%}}.gb-element-15370284{box-shadow:0px 0px 7px 3px rgba(0,0,0,0.22);display:block;width:100%;border-radius:25px}.gb-element-15370284:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.035)}@media (max-width:767px){.gb-element-15370284{width:100%}}.gb-element-537fddb2{box-shadow:0px 0px 7px 3px rgba(0,0,0,0.22);display:block;width:100%;border-radius:25px}.gb-element-537fddb2:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.035)}@media (max-width:767px){.gb-element-537fddb2{width:100%}}.gb-element-05d19bee{align-items:center;column-gap:33px;display:flex;justify-content:center;padding-bottom:25px}@media (max-width:767px){.gb-element-05d19bee{flex-direction:column;row-gap:25px}}.gb-element-77c0f7d8{box-shadow:0px 0px 7px 3px rgba(0,0,0,0.22);display:block;width:100%;border-radius:25px}.gb-element-77c0f7d8:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.035)}@media (max-width:767px){.gb-element-77c0f7d8{width:100%}}.gb-element-515f0c5c{box-shadow:0px 0px 7px 3px rgba(0,0,0,0.22);display:block;width:100%;border-radius:25px}.gb-element-515f0c5c:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.035)}@media (max-width:767px){.gb-element-515f0c5c{width:100%}}.gb-element-4bf130cd{box-shadow:0px 0px 7px 3px rgba(0,0,0,0.22);display:block;width:100%;border-radius:25px}.gb-element-4bf130cd:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.035)}@media (max-width:767px){.gb-element-4bf130cd{width:100%}}.gb-element-ce82224b{box-shadow:0px 0px 7px 3px rgba(0,0,0,0.22);display:block;width:100%;border-radius:25px}.gb-element-ce82224b:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.035)}@media (max-width:767px){.gb-element-ce82224b{width:100%}}.gb-element-4e4af3f5{align-items:center;column-gap:33px;display:flex;justify-content:center;padding-bottom:25px}@media (max-width:767px){.gb-element-4e4af3f5{flex-direction:column;row-gap:25px}}.gb-element-48174194{box-shadow:0px 0px 7px 3px rgba(0,0,0,0.22);display:block;width:100%;border-radius:25px}.gb-element-48174194:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.035)}@media (max-width:767px){.gb-element-48174194{width:100%}}.gb-element-6e0f0029{box-shadow:0px 0px 7px 3px rgba(0,0,0,0.22);display:block;width:100%;border-radius:25px}.gb-element-6e0f0029:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.035)}@media (max-width:767px){.gb-element-6e0f0029{width:100%}}.gb-element-f72d1ae6{box-shadow:0px 0px 7px 3px rgba(0,0,0,0.22);display:block;width:100%;border-radius:25px}.gb-element-f72d1ae6:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.035)}@media (max-width:767px){.gb-element-f72d1ae6{width:100%}}.gb-element-d7997099{box-shadow:0px 0px 7px 3px rgba(0,0,0,0.22);display:block;width:100%;border-radius:25px}.gb-element-d7997099:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.035)}@media (max-width:767px){.gb-element-d7997099{width:100%}}.gb-element-a91f2f03{margin-left:auto;margin-right:auto;max-width:var(--gb-container-width);padding:20px 40px}@media (max-width:767px){.gb-element-a91f2f03{padding:60px 30px}}.gb-element-6b14917f{align-items:center;column-gap:33px;display:flex;justify-content:center;padding-bottom:25px}@media (max-width:767px){.gb-element-6b14917f{flex-direction:column;row-gap:25px}}.gb-element-56af3755{box-shadow:0px 0px 7px 3px rgba(0,0,0,0.22);display:block;width:100%;border-radius:25px}.gb-element-56af3755:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.035)}@media (max-width:767px){.gb-element-56af3755{width:100%}}.gb-element-64a4888e{box-shadow:0px 0px 7px 3px rgba(0,0,0,0.22);display:block;width:100%;border-radius:25px}.gb-element-64a4888e:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.035)}@media (max-width:767px){.gb-element-64a4888e{width:100%}}.gb-element-9c107316{box-shadow:0px 0px 7px 3px rgba(0,0,0,0.22);display:block;width:100%;border-radius:25px}.gb-element-9c107316:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.035)}@media (max-width:767px){.gb-element-9c107316{width:100%}}.gb-element-7e4c1b15{box-shadow:0px 0px 7px 3px rgba(0,0,0,0.22);display:block;width:100%;border-radius:25px}.gb-element-7e4c1b15:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.035)}@media (max-width:767px){.gb-element-7e4c1b15{width:100%}}.gb-element-a4f08f9a{align-items:center;column-gap:33px;display:flex;justify-content:center;padding-bottom:25px}@media (max-width:767px){.gb-element-a4f08f9a{flex-direction:column;row-gap:25px}}.gb-element-26bc7bfc{box-shadow:0px 0px 7px 3px rgba(0,0,0,0.22);display:block;width:100%;border-radius:25px}.gb-element-26bc7bfc:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.035)}@media (max-width:767px){.gb-element-26bc7bfc{width:100%}}.gb-element-564336d1{box-shadow:0px 0px 7px 3px rgba(0,0,0,0.22);display:block;width:100%;border-radius:25px}.gb-element-564336d1:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.035)}@media (max-width:767px){.gb-element-564336d1{width:100%}}.gb-element-47919ba7{box-shadow:0px 0px 7px 3px rgba(0,0,0,0.22);display:block;width:100%;border-radius:25px}.gb-element-47919ba7:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.035)}@media (max-width:767px){.gb-element-47919ba7{width:100%}}.gb-element-4adc17a5{box-shadow:0px 0px 7px 3px rgba(0,0,0,0.22);display:block;width:100%;border-radius:25px}.gb-element-4adc17a5:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.035)}@media (max-width:767px){.gb-element-4adc17a5{width:100%}}@media (max-width:767px){.gb-element-546bd133{row-gap:25px}}.gb-element-c20addc9{align-items:center;column-gap:33px;display:flex;justify-content:center;padding-bottom:25px}@media (max-width:767px){.gb-element-c20addc9{flex-direction:column;row-gap:25px}}.gb-element-1838a468{box-shadow:0px 0px 7px 3px rgba(0,0,0,0.22);display:block;width:100%;border-radius:25px}.gb-element-1838a468:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.035)}@media (max-width:767px){.gb-element-1838a468{width:100%}}.gb-element-48223868{box-shadow:0px 0px 7px 3px rgba(0,0,0,0.22);display:block;width:100%;border-radius:25px}.gb-element-48223868:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.035)}@media (max-width:767px){.gb-element-48223868{width:100%}}.gb-element-bb142e03{box-shadow:0px 0px 7px 3px rgba(0,0,0,0.22);display:block;width:100%;border-radius:25px}.gb-element-bb142e03:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.035)}@media (max-width:767px){.gb-element-bb142e03{width:100%}}.gb-element-15a6c94b{box-shadow:0px 0px 7px 3px rgba(0,0,0,0.22);display:block;width:100%;border-radius:25px}.gb-element-15a6c94b:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.035)}@media (max-width:767px){.gb-element-15a6c94b{width:100%}}.gb-element-9b26fd75{display:block;justify-content:space-between;margin-left:auto;margin-right:auto;max-width:var(--gb-container-width);padding:40px}.gb-element-e8cc09ca{padding-top:11px;text-align:center}.gb-element-5d8696fc{margin-left:auto;margin-right:auto;max-width:var(--gb-container-width);padding:40px}@media (max-width:767px){.gb-element-5d8696fc{padding:60px 30px}}.gb-element-752b64b1{align-items:center;column-gap:100px;display:flex;justify-content:center}@media (max-width:767px){.gb-element-752b64b1{flex-direction:column;row-gap:60px}}.gb-element-91343039{width:50%}@media (max-width:767px){.gb-element-91343039{width:100%}}.gb-element-62e9d16b{width:50%}@media (max-width:767px){.gb-element-62e9d16b{width:100%}}.gb-element-3d2073c8{margin-left:auto;margin-right:auto;max-width:var(--gb-container-width);padding:80px 40px}@media (max-width:767px){.gb-element-3d2073c8{padding:60px 30px}}.gb-element-4d3f805a{align-items:center;column-gap:40px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));justify-items:center;padding-top:25px;row-gap:80px}@media (max-width:1024px){.gb-element-4d3f805a{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767px){.gb-element-4d3f805a{grid-template-columns:1fr}}.gb-element-d2778a96{background-color:rgba(255,255,255,0.4);height:100%;max-width:500px;border:1px solid var(--contrast-4);border-radius:8px}@media (max-width:767px){.gb-element-d2778a96{flex-basis:500px}}.gb-element-a8b004bc{padding-bottom:20px;padding-left:30px;padding-right:30px;text-align:center}.gb-element-089686fc{align-items:center;display:inline-flex;justify-content:center;margin-top:-75px}.gb-element-636ddafe{background-color:var(--base-3);border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:1px solid var(--contrast-4);padding:20px 30px}.gb-element-b5eed229{background-color:rgba(255,255,255,0.4);height:100%;max-width:500px;border:1px solid var(--contrast-4);border-radius:8px}@media (max-width:767px){.gb-element-b5eed229{flex-basis:500px;padding-top:35px}}.gb-element-df319db4{align-items:center;display:block;justify-content:center;margin-top:-75px}.gb-element-8b06e9f0{padding-bottom:20px;padding-left:30px;padding-right:30px;text-align:center}.gb-element-d0508d75{background-color:var(--base-3);border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:1px solid var(--contrast-4);padding:20px 30px}.gb-element-ff18f2f4{background-color:rgba(255,255,255,0.4);height:100%;max-width:500px;border:1px solid var(--contrast-4);border-radius:8px}@media (max-width:1024px){.gb-element-ff18f2f4{grid-column:1/-1;padding-top:25px}}@media (max-width:767px){.gb-element-ff18f2f4{flex-basis:500px;padding-top:25px}}.gb-element-bede6939{padding-bottom:20px;padding-left:30px;padding-right:30px;text-align:center}@media (max-width:767px){.gb-element-bede6939{padding-top:35px}}.gb-element-6d026d8e{align-items:center;display:block;justify-content:center;margin-top:-75px}.gb-element-6e6e04a8{background-color:var(--base-3);border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:1px solid var(--contrast-4);padding:20px 30px}.gb-element-9944160e{align-items:center;column-gap:40px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));justify-items:center;padding-top:125px;row-gap:80px}@media (max-width:1024px){.gb-element-9944160e{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767px){.gb-element-9944160e{grid-template-columns:1fr}}.gb-element-59567fe2{background-color:rgba(255,255,255,0.4);height:100%;max-width:500px;border:1px solid var(--contrast-4);border-radius:8px}@media (max-width:767px){.gb-element-59567fe2{flex-basis:500px}}.gb-element-48ec4bf3{padding-bottom:20px;padding-left:30px;padding-right:30px;text-align:center}.gb-element-ea949d63{align-items:center;display:inline-flex;justify-content:center;margin-top:-75px}.gb-element-c96496ae{background-color:var(--base-3);border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:1px solid var(--contrast-4);padding:20px 30px}.gb-element-dc6337b0{background-color:rgba(255,255,255,0.4);height:100%;max-width:500px;border:1px solid var(--contrast-4);border-radius:8px}@media (max-width:767px){.gb-element-dc6337b0{flex-basis:500px;padding-top:35px}}.gb-element-34f549ff{align-items:center;display:block;justify-content:center;margin-top:-75px}.gb-element-b7be9712{padding-bottom:20px;padding-left:30px;padding-right:30px;text-align:center}.gb-element-2f9f9a57{background-color:var(--base-3);border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:1px solid var(--contrast-4);padding:20px 30px}.gb-element-6e180cb9{background-color:rgba(255,255,255,0.4);height:100%;max-width:500px;border:1px solid var(--contrast-4);border-radius:8px}@media (max-width:1024px){.gb-element-6e180cb9{grid-column:1/-1}}@media (max-width:767px){.gb-element-6e180cb9{flex-basis:500px;padding-top:35px}}.gb-element-f334718c{padding-bottom:20px;padding-left:30px;padding-right:30px;text-align:center}@media (max-width:1024px){.gb-element-f334718c{padding-top:25px}}.gb-element-e2a92aa9{align-items:center;display:block;justify-content:center;margin-top:-75px}.gb-element-064f7b6e{background-color:var(--base-3);border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:1px solid var(--contrast-4);padding:20px 30px}.gb-element-4aeb9759{background-color:var(--base-4);display:block;justify-content:space-between;margin-left:auto;margin-right:auto;max-width:var(--gb-container-width);padding:20px 40px}@media (max-width:767px){.gb-element-4aeb9759{padding:60px 30px}}.gb-element-f82af4fc{align-items:center;column-gap:35px;display:flex;justify-content:center}@media (max-width:767px){.gb-element-f82af4fc{flex-direction:column;row-gap:25px}}.gb-element-0d5498af{box-shadow:0px 0px 7px 3px rgba(0,0,0,0.22);display:block;min-height:10vh;width:100%;border-radius:25px}.gb-element-0d5498af:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.035)}@media (max-width:767px){.gb-element-0d5498af{width:100%}}.gb-element-c4bf6571{align-items:center;align-self:center;justify-content:space-around;justify-items:center;justify-self:center;padding-bottom:25px;padding-top:25px}.gb-element-371aa3d0{box-shadow:0px 0px 7px 3px rgba(0,0,0,0.22);display:block;width:100%;border-radius:25px}.gb-element-371aa3d0:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.035)}@media (max-width:767px){.gb-element-371aa3d0{width:100%}}.gb-element-ffbdfee1{box-shadow:0px 0px 7px 3px rgba(0,0,0,0.22);display:block;min-height:10vh;width:100%;border-radius:25px}.gb-element-ffbdfee1:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.035)}@media (max-width:767px){.gb-element-ffbdfee1{width:100%}}.gb-element-140ecfed{align-items:center;align-self:center;justify-content:space-around;justify-items:center;justify-self:center;padding-bottom:33px;padding-top:33px}.gb-element-d7b73ff6{padding-top:11px;text-align:center}.gb-element-2f8c4449{margin-left:auto;margin-right:auto;max-width:var(--gb-container-width);padding:40px}@media (max-width:767px){.gb-element-2f8c4449{padding:60px 30px}}.gb-element-c6b84298{align-items:center;column-gap:100px;display:flex;justify-content:center}@media (max-width:767px){.gb-element-c6b84298{flex-direction:column;row-gap:60px}}.gb-element-22a807d1{width:50%}@media (max-width:767px){.gb-element-22a807d1{width:100%}}.gb-element-768cfc44{width:50%}@media (max-width:767px){.gb-element-768cfc44{width:100%}}.gb-element-daf2fa60{margin-left:auto;margin-right:auto;position:relative;z-index:1}.gb-element-13ebcade{background-color:var(----dark-green)}.gb-element-3941a87a{color:var(--base-3);margin-left:auto;margin-right:auto;max-width:var(--gb-container-width);padding:100px 40px}@media (max-width:1024px){.gb-element-3941a87a{padding-bottom:80px;padding-top:80px}}@media (max-width:767px){.gb-element-3941a87a{padding:80px 30px}}.gb-element-409dcc11{color:var(--base-3);padding-bottom:45px}.gb-element-6498b3e2{column-gap:35px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:1024px){.gb-element-6498b3e2{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:60px}}@media (max-width:767px){.gb-element-6498b3e2{grid-template-columns:1fr}}.gb-element-e6291a9a{column-gap:20px;display:flex}@media (max-width:767px){.gb-element-e6291a9a{flex-direction:column}}.gb-element-01b906d5{color:var(--base-3);display:flex;flex-direction:column;row-gap:10px;width:50%}@media (max-width:767px){.gb-element-01b906d5{width:100%}}.gb-element-08ab39ef{display:flex;flex-direction:column;row-gap:10px;width:50%}@media (max-width:767px){.gb-element-08ab39ef{width:100%}}.gb-element-e8cf5ec4{column-gap:20px;display:flex}@media (max-width:767px){.gb-element-e8cf5ec4{flex-direction:column}}.gb-element-eb4209fc{display:flex;flex-direction:column;row-gap:10px;width:50%}@media (max-width:767px){.gb-element-eb4209fc{width:100%}}.gb-element-1da1cb17{display:flex;flex-direction:column;row-gap:10px;width:50%}@media (max-width:767px){.gb-element-1da1cb17{width:100%}}.gb-element-984c6f4f{margin-bottom:-75px}.gb-element-a1fdc3a2{background-color:var(--contrast);color:var(--base-3);font-size:15px}.gb-element-a1fdc3a2 a{color:var(--accent-3)}.gb-element-a1fdc3a2 a:hover{color:var(--base-3)}.gb-element-d3ea1ec6{column-gap:40px;display:flex;margin-left:auto;margin-right:auto;max-width:var(--gb-container-width);position:relative;z-index:1;padding:20px 40px}@media (max-width:1024px){.gb-element-d3ea1ec6{flex-direction:column;row-gap:20px}}@media (max-width:767px){.gb-element-d3ea1ec6{padding-left:30px;padding-right:30px}}.gb-element-1f89a50a{flex-grow:1}@media (max-width:1024px){.gb-element-1f89a50a{text-align:center;width:100%}}@media (max-width:767px){.gb-element-1f89a50a{text-align:center;width:100%}}.gb-text-4e8557d2{font-size:50px}@media (max-width:767px){.gb-text-4e8557d2{font-size:42px}}.gb-text-a2c30301{display:inline-block;font-size:24px}@media (max-width:767px){.gb-text-a2c30301{font-size:22px}}.gb-text-1f9ce893{align-items:center;align-self:center;background-color:var(--base-2);color:var(--contrast);display:inline-flex;font-weight:700;height:40px;justify-content:center;justify-items:center;justify-self:center;padding-left:25px;padding-right:25px;padding-top:3px;text-align:center;text-decoration:none;text-transform:uppercase;border-radius:9999px}.gb-text-1f9ce893:is(:hover,:focus){background-color:#85c9e4;color:var(--contrast)}.gb-text-efd1ecba{border-bottom-style:solid;border-bottom-width:0px;display:flex;flex-direction:column;margin-bottom:40px;text-align:center;text-transform:none}.gb-text-efd1ecba .gb-shape svg{width:1em;height:1em}.gb-text-c715a0a8{border-bottom-style:solid;border-bottom-width:0px;display:flex;flex-direction:column;margin-bottom:40px;text-align:center;text-transform:none}.gb-text-c715a0a8 .gb-shape svg{width:1em;height:1em}.gb-text-d12e7792{padding-top:25px;text-align:center}.gb-text-fdfa3c01{border-bottom-style:solid;border-bottom-width:0px;display:flex;flex-direction:column;margin-bottom:40px;text-align:center;text-transform:none}.gb-text-fdfa3c01 .gb-shape svg{width:1em;height:1em}.gb-text-08d6a037{text-align:center}.gb-text-658db1f7{text-align:center}.gb-text-fee74b02{text-align:center}.gb-text-8972f934{text-align:center}.gb-text-c65d6df8{text-align:center}.gb-text-3a3efa0b{text-align:center}.gb-text-584a921c{text-align:center}.gb-text-ff4911fa{text-align:center}.gb-text-7dbf70e4{text-align:center}.gb-text-4ffa37bb{text-align:center}.gb-text-f19a7598{text-align:center}.gb-text-e2fdad2e{text-align:center}.gb-text-972c7098{text-align:center}.gb-text-54c264d9{border-bottom-style:solid;border-bottom-width:0px;display:flex;flex-direction:column;margin-bottom:40px;text-align:center;text-transform:none}.gb-text-54c264d9 .gb-shape svg{width:1em;height:1em}.gb-text-4be4874d{text-align:center}.gb-text-b66fda6d{text-align:center}.gb-text-83e62f5d{text-align:center}.gb-text-ad9f4249{text-align:center}.gb-text-0f9b18f4{text-align:center}.gb-text-0c8c306b{text-align:center}.gb-text-89d219ab{text-align:center}.gb-text-fdd6996c{text-align:center}.gb-text-5920fde9{text-align:center}.gb-text-d983efee{text-align:center}.gb-text-dad487d9{text-align:center}.gb-text-d1de8771{text-align:center}.gb-text-77dc5385{text-align:center}.gb-text-8153f3d2{border-bottom-style:solid;border-bottom-width:0px;display:flex;flex-direction:column;margin-bottom:40px;text-align:center;text-transform:none}.gb-text-8153f3d2 .gb-shape svg{width:1em;height:1em}.gb-text-f9d253eb{text-align:center}.gb-text-0f05c4ac{align-items:center;align-self:center;background-color:var(--ptd-lightgreen);color:var(--contrast);display:inline-flex;font-weight:700;height:40px;justify-content:center;justify-items:center;justify-self:center;padding-left:25px;padding-right:25px;padding-top:3px;text-align:center;text-decoration:none;text-transform:uppercase;border-radius:9999px}.gb-text-0f05c4ac:is(:hover,:focus){background-color:#aadad4;color:var(--contrast)}.gb-text-ad07741c{border-bottom-style:solid;border-bottom-width:0px;display:flex;flex-direction:column;margin-bottom:40px;text-align:center;text-transform:none}.gb-text-ad07741c .gb-shape svg{width:1em;height:1em}.gb-text-ab52afc6{display:flex;flex-direction:column;padding-bottom:25px;text-align:center;text-transform:none}.gb-text-ab52afc6 .gb-shape svg{width:1em;height:1em}.gb-text-334fb9c3{font-size:24px;margin-bottom:6px;margin-top:16px;text-align:center}.gb-text-9fac38dd{font-size:15px;margin-bottom:0px;text-align:center}.gb-text-9d2c89b2{font-size:30px;font-weight:bold;margin-bottom:0px;text-align:center}.gb-text-33c46c14{font-size:24px;margin-bottom:6px;margin-top:16px;text-align:center}.gb-text-82121468{font-size:15px;margin-bottom:0px;text-align:center}.gb-text-e4068c63{font-size:30px;font-weight:bold;margin-bottom:0px;text-align:center}.gb-text-c62d8bab{font-size:24px;margin-bottom:6px;margin-top:16px;text-align:center}.gb-text-64ea067e{font-size:15px;margin-bottom:0px;text-align:center}.gb-text-972dc7c3{font-size:30px;font-weight:bold;margin-bottom:0px;text-align:center}.gb-text-9e6f20b2{font-size:24px;margin-bottom:6px;margin-top:16px;text-align:center}.gb-text-f2eb6593{font-size:15px;margin-bottom:0px;text-align:center}.gb-text-bccb9c1f{font-size:30px;font-weight:bold;margin-bottom:0px;text-align:center}.gb-text-d8cecefd{font-size:24px;margin-bottom:6px;margin-top:16px;text-align:center}.gb-text-4bad8e27{font-size:15px;margin-bottom:0px;text-align:center}.gb-text-0ac24e82{font-size:30px;font-weight:bold;margin-bottom:0px;text-align:center}.gb-text-b71f7952{font-size:24px;margin-bottom:6px;margin-top:16px;text-align:center}.gb-text-9f5cbd91{font-size:15px;margin-bottom:0px;text-align:center}.gb-text-893b6236{font-size:30px;font-weight:bold;margin-bottom:0px;text-align:center}.gb-text-e68146f4{display:flex;flex-direction:column;margin-bottom:40px;text-align:center}.gb-text-e68146f4 .gb-shape svg{width:1em;height:1em}.gb-text-a14e5d2e{text-align:center}.gb-text-97e3911d{text-align:center}.gb-text-34cdd3dd{text-align:center}.gb-text-e19ca460{text-align:center}.gb-text-3437133e{text-align:center}.gb-text-a16b37ec{text-align:center}.gb-text-ebc80b78{padding-top:25px;text-align:center}.gb-text-7eb86c12{border-bottom-style:solid;border-bottom-width:0px;display:flex;flex-direction:column;margin-bottom:40px;text-align:center;text-transform:none}.gb-text-7eb86c12 .gb-shape svg{width:1em;height:1em}.gb-text-00d3bb03{text-align:center}.gb-text-f1d9c017{color:var(--base-3);font-size:20px;text-transform:capitalize}.gb-text-666ccd79{align-items:center;color:var(--base-3);column-gap:0.2em;display:flex;font-size:16px;font-weight:300;margin-bottom:0px}.gb-text-666ccd79:is(:hover,:focus){text-decoration:underline}.gb-text-666ccd79 .gb-shape svg{fill:currentColor;width:1em;height:1em}.gb-text-666ccd79 a{color:var(--base-3)}.gb-text-14a8cfb0{align-items:center;column-gap:0.2em;display:flex;font-size:16px;font-weight:300;margin-bottom:0px}.gb-text-14a8cfb0:is(:hover,:focus){text-decoration:underline}.gb-text-14a8cfb0 .gb-shape svg{fill:currentColor;width:1em;height:1em}.gb-text-14a8cfb0 a{color:var(--base-3)}.gb-text-fcadde8c{align-items:center;column-gap:0.2em;display:flex;font-size:16px;font-weight:300;margin-bottom:0px}.gb-text-fcadde8c:is(:hover,:focus){text-decoration:underline}.gb-text-fcadde8c .gb-shape svg{fill:currentColor;width:1em;height:1em}.gb-text-fcadde8c a{color:var(--base-3)}.gb-text-66cc5a88{color:var(--base-3);font-size:20px;text-transform:capitalize}.gb-text-a92beab9{align-items:center;color:var(--base-3);column-gap:0.2em;display:flex;font-size:16px;font-weight:300;margin-bottom:0px}.gb-text-a92beab9:is(:hover,:focus){text-decoration:underline;color:var(--contrast-3)}.gb-text-a92beab9 .gb-shape svg{fill:currentColor;width:1em;height:1em}.gb-text-a92beab9 a{color:var(--base-3)}.gb-text-a92beab9 a:hover{text-decoration:underline}.gb-text-58b174f6{align-items:center;color:var(--base-3);column-gap:0.2em;display:flex;font-size:16px;font-weight:300;margin-bottom:0px}.gb-text-58b174f6:is(:hover,:focus){text-decoration:underline;color:var(--contrast-3)}.gb-text-58b174f6 .gb-shape svg{fill:currentColor;width:1em;height:1em}.gb-text-58b174f6 a{color:var(--base-3)}.gb-text-58b174f6 a:hover{text-decoration:underline}.gb-text-406adbfb{color:var(--base-3);font-size:20px;text-transform:capitalize}.gb-text-d8fa779f{align-items:center;column-gap:1em;display:flex;font-size:16px;font-weight:300;margin-bottom:10px}.gb-text-d8fa779f .gb-shape svg{fill:currentColor;width:1em;height:1em;color:var(--base-3)}.gb-text-d8fa779f a{color:var(--base-3)}.gb-text-d8fa779f a:hover{color:var(--accent-3)}.gb-text-b0b57b3f{align-items:center;color:var(--base-3);column-gap:1em;display:flex;font-size:16px;font-weight:300;margin-bottom:0px}.gb-text-b0b57b3f .gb-shape svg{color:var(--base-3);fill:currentColor;width:1em;height:1em}.gb-text-b0b57b3f a{color:var(--base-3)}.gb-text-b0b57b3f a:hover{text-decoration:underline}.gb-text-df9b3306{align-items:center;color:var(--base-3);column-gap:1em;display:flex;font-size:16px;font-weight:300;margin-bottom:0px}.gb-text-df9b3306 .gb-shape svg{color:var(--base-3);fill:currentColor;width:1em;height:1em}.gb-text-df9b3306 a{color:var(--base-3)}.gb-text-df9b3306 a:hover{text-decoration:underline}.gb-text-8242acc4{color:var(--base-3);font-size:21px;text-transform:capitalize}.gb-text-01753cd1{font-size:17px}.gb-text-9b9b6391{font-size:17px}.gb-text-13eeded0{font-size:12px;padding-top:11px;text-align:center}.gb-text-fad5674b{text-align:center}.gb-media-14305f1a{height:auto;max-height:80%;max-width:80%;object-fit:cover;padding-top:9px;width:auto}.gb-media-452738ca{height:auto;max-height:80%;max-width:80%;object-fit:cover;padding-top:9px;width:auto}.gb-media-32d7989b{height:auto;max-height:80%;max-width:80%;object-fit:cover;padding-top:9px;width:auto}.gb-media-4629dd9b{height:auto;max-height:80%;max-width:80%;object-fit:cover;padding-top:9px;width:auto}.gb-media-248f15c4{height:auto;max-height:80%;max-width:80%;object-fit:cover;padding-top:9px;width:auto}.gb-media-d0d19420{height:auto;max-height:80%;max-width:80%;object-fit:cover;padding-top:9px;width:auto}.gb-media-f0194e38{height:auto;max-height:80%;max-width:80%;object-fit:cover;padding-top:9px;width:auto}.gb-media-fafc3286{height:auto;max-height:80%;max-width:80%;object-fit:cover;padding-top:9px;width:auto}.gb-media-9310f640{height:auto;max-height:80%;max-width:80%;object-fit:cover;padding-top:9px;width:auto}.gb-media-930650a7{height:auto;max-height:80%;max-width:80%;object-fit:cover;padding-top:9px;width:auto}.gb-media-2b35c2ea{height:auto;max-height:80%;max-width:80%;object-fit:cover;padding-top:9px;width:auto}.gb-media-8a266352{height:auto;max-height:80%;max-width:80%;object-fit:cover;padding-top:9px;width:auto}.gb-media-a20ded53{height:auto;max-height:80%;max-width:80%;object-fit:cover;padding-top:9px;width:auto}.gb-media-f99c2515{height:auto;max-height:80%;max-width:80%;object-fit:cover;padding-top:9px;width:auto}.gb-media-8575bbac{height:auto;max-height:80%;max-width:80%;object-fit:cover;padding-top:9px;width:auto}.gb-media-f5b3664e{height:auto;max-height:80%;max-width:80%;object-fit:cover;padding-top:9px;width:auto}.gb-media-f3f93a7e{height:auto;max-height:80%;max-width:80%;object-fit:cover;padding-top:9px;width:auto}.gb-media-6e57ab4a{height:auto;max-height:80%;max-width:80%;object-fit:cover;padding-top:9px;width:auto}.gb-media-70677d8a{height:auto;max-height:80%;max-width:80%;object-fit:cover;padding-top:9px;width:auto}.gb-media-2a6fa702{height:auto;max-height:80%;max-width:80%;object-fit:cover;padding-top:9px;width:auto}.gb-media-da68a7d5{height:auto;max-height:80%;max-width:80%;object-fit:cover;padding-top:9px;width:auto}.gb-media-438e52ac{height:auto;max-height:80%;max-width:80%;object-fit:cover;padding-top:9px;width:auto}.gb-media-0c28d5fa{height:auto;max-height:80%;max-width:80%;object-fit:cover;padding-top:9px;width:auto}.gb-media-623c63e8{height:auto;max-height:80%;max-width:80%;object-fit:cover;padding-top:9px;width:auto}.gb-media-3cb2408b{height:auto;max-height:80%;max-width:80%;object-fit:cover;padding-top:9px;width:auto}.gb-media-8ff889a0{height:auto;max-height:80%;max-width:80%;object-fit:cover;padding-top:9px;width:auto}.gb-media-867c2b4e{height:auto;max-height:80%;max-width:80%;object-fit:cover;padding-top:9px;width:auto}.gb-media-b5936752{height:auto;max-height:80%;max-width:80%;object-fit:cover;padding-top:9px;width:auto}.gb-media-083242dd{height:auto;max-height:80%;max-width:80%;object-fit:cover;padding-top:9px;width:auto}.gb-media-5f92c047{height:auto;max-height:80%;max-width:80%;object-fit:cover;padding-top:9px;width:auto}.gb-media-a70d8798{height:auto;max-height:80%;max-width:80%;object-fit:cover;padding-top:9px;width:auto}.gb-media-dd79c7f0{height:auto;max-height:80%;max-width:80%;object-fit:cover;padding-top:9px;width:auto}.gb-media-1dda85a7{height:auto;max-height:80%;max-width:80%;object-fit:cover;padding-top:9px;width:auto}.gb-media-a74a8a80{height:auto;max-height:80%;max-width:80%;object-fit:cover;padding-top:9px;width:auto}.gb-media-35c8e84e{height:auto;max-height:80%;max-width:80%;object-fit:cover;padding-top:9px;width:auto}.gb-media-e3ffd86b{height:auto;max-height:80%;max-width:80%;object-fit:cover;padding-top:9px;width:auto}.gb-media-95224439{height:auto;max-height:80%;max-width:80%;object-fit:cover;padding-top:9px;width:auto}.gb-media-a04b3843{height:auto;max-height:80%;max-width:80%;object-fit:cover;padding-top:9px;width:auto}.gb-media-6d8d6e9c{height:auto;max-height:80%;max-width:80%;object-fit:cover;padding-top:9px;width:auto}.gb-media-13a71cfd{height:auto;max-height:80%;max-width:80%;object-fit:cover;padding-top:9px;width:auto}.gb-media-08d3d64a{height:auto;max-height:80%;max-width:80%;object-fit:cover;padding-top:9px;width:auto}.gb-media-6a36ea2a{height:auto;max-height:80%;max-width:80%;object-fit:cover;padding-top:9px;width:auto}.gb-media-762e6850{height:auto;max-height:80%;max-width:80%;object-fit:cover;padding-top:9px;width:auto}.gb-media-9257de4f{height:auto;max-height:80%;max-width:80%;object-fit:cover;padding-top:9px;width:auto}.gb-media-db8df5bb{height:auto;max-height:80%;max-width:80%;object-fit:cover;padding-top:9px;width:auto}.gb-media-d47649bb{height:auto;max-height:80%;max-width:80%;object-fit:cover;padding-top:9px;width:auto}.gb-media-0add66bf{height:auto;max-height:80%;max-width:80%;object-fit:cover;padding-top:9px;width:auto}.gb-media-d57e8286{height:auto;max-height:80%;max-width:80%;object-fit:cover;padding-top:9px;width:auto}.gb-media-3647af27{height:auto;max-height:80%;max-width:80%;object-fit:cover;padding-top:9px;width:auto}.gb-media-6e41cc1f{height:auto;max-height:80%;max-width:80%;object-fit:cover;padding-top:9px;width:auto}
:root {
--ptd-panel-width: 360px;
--ptd-spacing: 1rem;
--ptd-border-radius-lg: 30px;
--ptd-border-radius-md: 20px;
--ptd-border-radius-sm: 16px;
--ptd-backdrop-bg: rgba(0, 0, 0, 0.4);
--ptd-transition-speed: 0.3s;
--ptd-primary: #5654c7;
--ptd-lightgreen: #c1e4e0;
--ptd-darkgreen: #4e6663;
--ptd-accent: #e9e9e9ff;
--ptd-text: #333;
--ptd-sticky-top: 30px;
--ptd-sticky-actions-h: 64px;
--ptd-sticky-actions-pad-y: 8px;
--ptd-sticky-actions-pad-x: 12px}
.hide-mobile {
display: none}
@media screen and (min-width: 600px) {
.hide-mobile {
display: block}
.show-mobile {
display: none}
}
.ptd-offcanvas {
position: fixed;
top: 0;
left: calc(-1 * var(--ptd-panel-width));
width: var(--ptd-panel-width);
height: 100%;
background: #fff;
box-shadow: 2px 0 6px rgba(0, 0, 0, 0.1);
transition: left var(--ptd-transition-speed) ease;
overflow-y: auto;
z-index: 1000}
.ptd-offcanvas.open {
left: 0}
.ptd-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: var(--ptd-backdrop-bg);
opacity: 0;
visibility: hidden;
transition: opacity var(--ptd-transition-speed) ease;
z-index: 900}
.ptd-backdrop.open {
opacity: 1;
visibility: visible;
margin-bottom: -30px}
.ptd-container {
display: block}
.ptd-results {
display: grid;
grid-gap: calc(var(--ptd-spacing) * 1.25);
grid-template-columns: repeat(1, 1fr);
padding: var(--ptd-spacing);
margin-left: calc((var(--ptd-spacing) * 1.25) * -0.9);
margin-right: calc((var(--ptd-spacing) * 1.25) * -0.8)}
@media screen and (min-width: 768px) {
.ptd-results {
display: grid;
grid-gap: var(--ptd-spacing);
grid-template-columns: repeat(2, 1fr);
padding: var(--ptd-spacing);
margin-left: calc(var(--ptd-spacing) * -1);
margin-right: calc(var(--ptd-spacing) * -1)}
}
button.ptd-filter-toggle {
display: flex;
background: var(--ptd-accent);
border-radius: var(--ptd-border-radius-lg);
font-size: 0.875rem;
padding: 0.5rem 1rem;
align-items: center;
color: var(--ptd-text);
margin-bottom: var(--ptd-spacing)}
.ptd-results-summary {
display: flex;
font-size: 1rem;
flex-direction: column}
.ptd-nav-links {
display: flex}
.ptd-nav-links div a {
margin-right: 1rem}
@media screen and (min-width: 768px) {
.ptd-results-summary {
display: flex;
font-size: 1rem;
justify-content: space-between;
flex-direction: row}
.ptd-nav-links div a {
margin-left: 1rem;
margin-right: 0}
}
.ptd-filter-group-summary {
font-size: 1rem}
.ptd-filter-group-summary strong {
color: var(--ptd-darkgreen)}
.ptd-results-count {
opacity: 0.7}
.ptd-pagination {
margin: var(--ptd-spacing) 0}
.ptd-pagination .nav-links .page-numbers {
display: inline-block;
padding: 0.3rem 0.5rem}
.ptd-hidden {
display: none !important}
.ptd-offcanvas header {
display: flex;
justify-content: space-between;
align-items: center;
padding: var(--ptd-spacing);
border-bottom: 1px solid #eee}
.ptd-offcanvas-header h2 {
margin: 0;
font-size: 1.25rem;
color: var(--ptd-darkgreen)}
.ptd-offcanvas-header button {
display: flex;
background: transparent;
border: none;
cursor: pointer;
color: var(--ptd-darkgreen);
padding: var(--ptd-spacing);
border-radius: var(--ptd-border-radius-lg)}
.ptd-card {
background: var(--ptd-accent);
border-radius: var(--ptd-border-radius-md);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease, box-shadow 0.3s ease}
.ptd-card:hover {
transform: translateY(-4px);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15)}
.ptd-card-link {
display: block;
color: inherit;
text-decoration: none}
.ptd-card-grid {
display: grid;
gap: var(--ptd-spacing);
padding: var(--ptd-spacing)}
@media (min-width: 600px) {
.ptd-card-grid {
grid-template-columns: 3.5fr 6.5fr}
}
.ptd-card-image-tags {
display: flex;
flex-direction: column;
gap: calc(var(--ptd-spacing) * 0.5)}
.ptd-card-avatar,
.ptd-card-avatar-placeholder {
width: calc(100%);
height: auto;
aspect-ratio: 1 / 1;
border-radius: var(--ptd-border-radius-sm);
object-fit: cover;
background: var(--ptd-accent)}
svg.ptd-person-avatar {
width: calc(100%);
height: auto;
aspect-ratio: 1 / 1;
background: #ffffff;
border-radius: var(--ptd-border-radius-sm);
color: var(--ptd-accent)}
@media (min-width: 600px) {
.ptd-card-avatar,
.ptd-card-avatar-placeholder {
width: 100px;
height: 100px}
}
.ptd-card-tags {
display: flex;
flex-wrap: wrap;
gap: 0.25rem}
.ptd-tag {
display: inline-flex;
align-items: center;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
min-width: 0;
flex: 0 1 auto;
max-inline-size: clamp(12ch, 25vw, 18ch);
border-radius: var(--ptd-border-radius-lg);
background: var(--ptd-lightgreen);
color: var(--ptd-text);
padding: 0.1rem 0.5rem;
font-size: 0.75rem;
line-height: 1.2}
.ptd-card-info {
display: flex;
flex-direction: column}
.ptd-card-header {
display: flex;
justify-content: space-between;
align-items: flex-start;
margin-bottom: 0.5rem}
.ptd-card-title {
font-size: 1.125rem;
margin: 0;
color: var(--ptd-darkgreen);
font-weight: 700}
.ptd-sponsored,
.ptd-report
{
color: var(--ptd-text);
font-size: 0.75rem;
opacity: 0.5}
.ptd-card-qualifications .ptd-qual {
font-size: 0.875rem;
margin: 0 0 0.25rem;
color: var(--ptd-text)}
.ptd-card-details {
margin-bottom: var(--ptd-spacing)}
.ptd-detail {
display: flex;
align-items: center;
margin-bottom: 0.5rem;
font-size: 1rem}
.ptd-card-icon {
margin-right: 0.5rem;
flex: 0 0 auto}
.ptd-button {
display: inline-flex;
align-items: center;
gap: .5rem;
background: var(--ptd-primary);
color: #fff;
border: none;
border-radius: var(--ptd-border-radius-lg);
padding: 0.5rem 1rem;
cursor: pointer;
font-size: 0.875rem;
font-weight: 700}
.ptd-apply-filters {
display: flex;
margin: var(--ptd-spacing)}
.ptd-accordion-item {
border-bottom: 1px solid #dddddd}
.ptd-accordion-panel {
display: grid;
grid-template-columns: repeat(2, 1fr);
overflow: hidden;
transition: max-height var(--ptd-transition-speed) ease}
.ptd-accordion-header {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
padding: var(--ptd-spacing) var(--ptd-spacing);
background: transparent;
border: none;
border-bottom: 1px solid #eee;
font-size: 1rem;
font-weight: 600;
color: var(--ptd-darkgreen);
cursor: pointer;
transition: background 0.2s ease}
.ptd-accordion-header:hover,
.ptd-accordion-header:focus {
background: var(--ptd-primary);
outline: none}
.ptd-accordion-header:focus-visible {
outline: 2px solid var(--ptd-primary);
outline-offset: 2px}
.ptd-accordion-icon {
width: 20px;
height: 20px;
flex-shrink: 0;
fill: currentColor;
transition: transform 0.3s ease;
margin-right: var(--ptd-spacing)}
.ptd-accordion-header[aria-expanded="true"] .ptd-accordion-icon {
transform: rotate(90deg)}
.ptd-accordion-panel {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
overflow: hidden;
max-height: 0;
transition: max-height 0.3s ease;
padding: 0 var(--ptd-spacing)}
.ptd-accordion-header[aria-expanded="true"]+.ptd-accordion-panel {
max-height: 500px;
padding: 0 var(--ptd-spacing) var(--ptd-spacing)}
.ptd-filter-label {
display: flex;
align-items: center;
padding: 0.3rem 0.5rem;
border-radius: 4px;
cursor: pointer;
transition: background 0.2s ease;
font-size: 0.875rem;
color: var(--ptd-text);
overflow-wrap: anywhere;
white-space: normal}
.ptd-filter-label:hover {
background: var(--ptd-accent)}
.ptd-filter-label input[type="checkbox"] {
flex: 0 0 auto;
accent-color: var(--ptd-primary);
margin: 0;
margin-right: 0.5rem;
width: 1rem;
height: 1rem}
.ptd-filter-label .ptd-tag,
.ptd-filter-label span {
line-height: 1}
.ptd-accordion-panel .ptd-filter-label {
width: 100%}
.post-type-archive-therapist .site-content {
padding-top: 30px !important}
.ptd-single {
font-size: 1rem}
.ptd-single h1,
.ptd-single h2
{
font-size: 1.2rem;
font-weight: 400}
@media (min-width: 600px) {
.ptd-single h1,
.ptd-single h2 {
font-size: 2rem}
}
.ptd-single-grid {
display: grid;
grid-template-columns: 1fr}
@media (max-width: 991px) {
.single-therapist .site-content {
padding-top: 80px !important;
padding-bottom: 60px !important}
}
@media (min-width: 992px) {
.ptd-single-grid {
grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
column-gap: var(--ptd-spacing);
gap: var(--ptd-spacing)}
}
.ptd-single-identity {
margin-bottom: calc(var(--ptd-spacing) * 1.25)}
.ptd-single-identity .ptd-card,
.ptd-single-identity .ptd-card:hover
{
transform: none;
box-shadow: none}
.ptd-single-identity .ptd-card-avatar, 
.ptd-single-identity .ptd-card-avatar-placeholder
{
width: calc(100%);
height: auto;
aspect-ratio: 1 / 1}
.ptd-single-identity .ptd-card-details,
.ptd-single-identity .ptd-card-details div:last-child
{
margin-bottom: 0}
.ptd-single-identity .ptd-card-grid {
gap: var(--ptd-spacing)}
@media screen and (min-width: 600px) {
.ptd-single-identity .ptd-card-grid {
gap: calc(var(--ptd-spacing) * 2);
row-gap: 5px}
}
.ptd-section {
margin-bottom: calc(var(--ptd-spacing) * 1.25);
background: var(--ptd-accent);
padding: var(--ptd-spacing);
border-radius: var(--ptd-border-radius-md)}
.ptd-section h2 {
margin: 0 0 .5rem;
color: var(--ptd-darkgreen)}
.ptd-muted {
opacity: .7}
.ptd-chipset {
display: flex;
flex-wrap: wrap;
gap: .4rem;
--ptd-rows: 3;
--ptd-clamp-height: 0px}
.ptd-chip {
background: var(--ptd-lightgreen);
color: var(--ptd-text);
padding: 0.1rem 0.7rem;
border-radius: var(--ptd-border-radius-lg)}
.ptd-chipset--clamp {
overflow: hidden;
max-height: var(--ptd-clamp-height, 9999px);
transition: max-height .25s ease}
.ptd-chipset--clamp.expanded {
max-height: 9999px}
.ptd-chipset-toggle {
margin-top: .5rem;
border: none;
background: transparent;
border: 1px solid var(--ptd-primary);
color: var(--ptd-primary);
padding: .4rem .7rem;
border-radius: var(--ptd-border-radius-lg);
cursor: pointer;
font-size: .9rem}
.ptd-chipset.clamp:not(.expanded) {
overflow: hidden;
max-height: var(--ptd-clamp-height, 9999px)}
.ptd-meta {
display: grid;
gap: .3rem .75rem;
margin-top: .5rem}
.ptd-meta div {
display: grid}
@media (min-width: 600px) {
.ptd-meta div{
grid-template-columns: 3.5fr 6.5fr}
}
.ptd-meta dt {
font-weight: 700;
color: var(--ptd-darkgreen)}
.ptd-meta dd {
margin: 0}
.ptd-address {
margin: .25rem 0 .5rem}
.ptd-map {
border-radius: var(--ptd-border-radius-sm);
overflow: hidden}
.ptd-map iframe {
display: block;
width: 100%;
height: 300px;
border: 0;
vertical-align: top}
.ptd-single-right { 
overflow: visible}
.ptd-contact-box {
position: sticky;
top: var(--ptd-sticky-top, 80px);
background: var(--ptd-accent);
border-radius: var(--ptd-border-radius-sm);
padding: var(--ptd-spacing);
margin-bottom: calc(var(--ptd-spacing) * 1.25)}
ul.ptd-contact-list {
display: grid;
gap: calc(var(--ptd-spacing) - 0.5rem);
margin: 0}
ul.ptd-contact-list li {
display: flex;
align-items: center;
overflow-wrap: anywhere}
.ptd-sticky-actions {
position: fixed;
left: 0;
right: 0;
bottom: 0;
display: flex;
justify-content: space-around;
gap: .75rem;
align-items: center;
min-height: calc(var(--ptd-sticky-actions-h) - var(--ptd-sticky-actions-pad-y));
padding-top: var(--ptd-sticky-actions-pad-y);
padding-right: var(--ptd-sticky-actions-pad-x);
padding-left: var(--ptd-sticky-actions-pad-x);
padding-bottom: calc(var(--ptd-sticky-actions-pad-y) + env(safe-area-inset-bottom));
background: #fff;
border-top: 1px solid #eee;
z-index: 999}
.ptd-sticky-actions a {
display: flex;
align-items: center;
justify-content: center;
min-height: 44px;
padding: 0 .75rem;
font-weight: 600;
text-decoration: none}
@media (min-width: 768px) {
.ptd-sticky-actions {
display: none}
}
@media (max-width: 767px) {
}
.ptd-related{
margin-top: calc(var(--ptd-spacing) * 2)}
.ptd-related h2 {
margin-bottom: 0}
.ptd-button.ptd-button--secondary {
background: var(--ptd-darkgreen);
color: #ffffff;
margin-top: calc(var(--ptd-spacing) * 2)}
.ptd-button.ptd-button--secondary:hover {
background: var(--ptd-primary)}
.ptd-back-to-directory {
margin-top: var(--ptd-spacing)}