*,*:before,*:after{box-sizing:border-box}html,body,div,span,object,iframe,figure,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,code,em,img,small,strike,strong,tt,b,u,i,ol,ul,li,fieldset,form,label,table,caption,tbody,tfoot,thead,tr,th,td,main,canvas,embed,footer,header,nav,section,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;text-size-adjust:none}footer,header,nav,section,main{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}a{text-decoration:none}#header{padding:20px;z-index:10;position:relative;background:#fff}#header .container{display:flex;justify-content:space-between;align-items:center;position:relative;max-width:100%;padding:0}@media(max-width: 767px){#header #logo{position:absolute;left:50%;transform:translateX(-50%)}}#header #logo img{width:auto;display:block;height:45px}@media(max-width: 767px){#header #logo img{height:39px}}@media(min-width: 1025px){#header #logo img{height:45px}}#header .menu-center{display:none}@media(min-width: 1025px){#header .menu-center{display:flex;margin:auto;gap:25px}}#header .nav-wrapper{display:none;align-items:center;gap:24px}@media(min-width: 1025px){#header .nav-wrapper{display:flex}}#header .header-right{display:none;align-items:center;gap:20px}@media(min-width: 1025px){#header .header-right{display:flex}}#header .header-right .ilny-flag{width:29px;height:auto}#header .header-right .search-link{display:flex;align-items:center;gap:8px;color:#243c96;text-decoration:none;font-size:16px;transition:opacity .2s ease}#header .header-right .search-link:hover{opacity:.8}#header .header-right .search-link svg{width:24px;height:24px;flex-shrink:0}#header .header-right .search-link span{font-weight:400}#header .search-link-mobile{display:none;align-items:center;justify-content:center;color:#243c96;text-decoration:none;transition:opacity .2s ease}@media(max-width: 767px){#header .search-link-mobile{display:flex}}@media(min-width: 768px)and (max-width: 1024px){#header .search-link-mobile{display:flex}}@media(min-width: 1025px){#header .search-link-mobile{display:none}}#header .search-link-mobile:hover{opacity:.8}#header .search-link-mobile svg{width:24px;height:24px;flex-shrink:0}#header nav.nav-secondary{display:flex}#header nav.nav-secondary ul{display:flex;align-items:center;gap:24px;margin-bottom:0}#header nav.nav-secondary ul li{position:relative}#header nav.nav-secondary ul li:hover ul{display:block}#header nav.nav-secondary ul li.current-menu-item>a{color:#243c96}#header nav.nav-secondary ul li ul{display:none}#header nav.nav-secondary ul li a{color:#243c96;text-decoration:none;transition:opacity .2s ease;display:flex;align-items:center;gap:4px;font-size:16px}#header nav.nav-secondary ul li a:hover{opacity:.8}#header nav.nav-secondary ul li a::after{content:"";width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23243C96' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;flex-shrink:0}#header nav.nav-secondary ul li:not(.menu-item-has-children) a::after{display:none}#header nav.nav-main ul li a{font-weight:700;text-transform:uppercase;letter-spacing:.48px;display:flex;align-items:center;gap:5px}#header nav.nav-main ul li.has-mega-menu>a::after{content:"";width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23243C96' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;flex-shrink:0;display:block}#header nav.nav-secondary{border-left:1px solid #ccc;padding-left:25px}#header nav.nav-secondary ul li ul{position:absolute;top:100%;left:-20px;background:#fff;box-shadow:0 4px 20px rgba(0,0,0,.25);padding:30px 20px;border-radius:12px;z-index:10;min-width:250px}#header nav.nav-secondary ul li ul li:not(:last-child){margin-bottom:12px}#header nav.nav-secondary ul li ul li a{font-size:16px;font-weight:300;color:#1a1a1a;transition:opacity .2s ease;text-transform:none;letter-spacing:0;line-height:1.2;padding:0}#header nav.nav-secondary ul li ul li a:hover{opacity:.7}#header nav.nav-secondary ul li ul li a::after{display:none}#header nav.nav-secondary ul li a{font-weight:400;text-transform:none;letter-spacing:0}#hamburger{width:32px;height:32px;display:none;position:relative;cursor:pointer;user-select:none;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;display:none}@media(max-width: 767px){#hamburger{display:flex}}@media(min-width: 768px)and (max-width: 1024px){#hamburger{display:flex}}#hamburger.is-active .line:nth-child(2){opacity:0}#hamburger.is-active .line:nth-child(1){transform:translateY(9px) rotate(45deg) scale(0.8, 1)}#hamburger.is-active .line:nth-child(3){transform:translateY(-7px) rotate(-45deg) scale(0.8, 1);width:100%}#hamburger.is-active .label{opacity:0}#hamburger .line{display:block;width:100%;height:2px;margin:3px 0;background-color:#243c96;border-radius:2px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}#hamburger .line:first-child{width:100%}#hamburger .line:nth-child(2){width:100%}#hamburger .line:nth-child(3){width:100%}#hamburger .label{font-size:14px;font-weight:500;position:absolute;top:6px;left:45px;opacity:1;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media(max-width: 767px){#hamburger .label{display:none}}body.menu-open{overflow:hidden}body.menu-open #mobile-menu{left:0;opacity:1}#mobile-menu{background:#f7f7f7;position:fixed;top:80px;left:-100vw;width:100%;height:calc(100vh - 80px);z-index:100;opacity:0;overflow:auto;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}#mobile-menu .container{padding-top:30px;padding-bottom:80px}#mobile-menu .mobile-menu-inner{display:flex;flex-direction:column;gap:16px}#mobile-menu .mobile-menu-item{border-bottom:1px solid rgba(0,0,0,.1)}#mobile-menu .mobile-menu-item:last-of-type{border-bottom:1px solid rgba(0,0,0,.1)}#mobile-menu .mobile-menu-item-header{display:flex;align-items:center;justify-content:space-between;gap:8px;height:20px;margin-bottom:16px}#mobile-menu .mobile-menu-link{flex:1;font-family:"Fieldwork Hum",sans-serif;font-weight:600;font-size:16px;color:#243c96;text-transform:uppercase;letter-spacing:.48px;text-decoration:none;line-height:1.2}#mobile-menu .mobile-menu-link:hover{opacity:.8}#mobile-menu .mobile-menu-toggle{display:flex;align-items:center;justify-content:center;width:16px;height:16px;cursor:pointer;transition:transform .3s ease}#mobile-menu .mobile-menu-toggle svg{display:block;width:16px;height:16px}#mobile-menu .mobile-menu-item.is-open .mobile-menu-toggle{transform:rotate(180deg)}#mobile-menu .mobile-menu-item.is-open .mobile-submenu{display:flex}#mobile-menu .mobile-submenu{display:none;flex-direction:column;gap:16px;padding-bottom:16px}#mobile-menu .mobile-submenu-link{font-family:"Fieldwork Hum",sans-serif;font-weight:400;font-size:16px;color:#243c96;text-decoration:none;padding-left:20px;line-height:1.2;display:block}#mobile-menu .mobile-submenu-link:hover{opacity:.7}#mobile-menu .mobile-menu-ilny{margin-top:40px;padding-top:20px}#mobile-menu .mobile-menu-ilny img{width:45px;height:auto}.search-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.9);z-index:1000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.search-overlay.is-active{opacity:1;visibility:visible}.search-overlay .search-overlay-content{position:relative;width:100%;max-width:800px;padding:20px}@media(min-width: 1025px){.search-overlay .search-overlay-content{padding:40px}}.search-overlay .search-overlay-close{position:absolute;top:-20px;right:20px;background:transparent;border:none;color:#fff;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease;z-index:1}@media(min-width: 1025px){.search-overlay .search-overlay-close{top:-10px;right:40px}}.search-overlay .search-overlay-close:hover{opacity:.7}.search-overlay .search-overlay-close svg{width:24px;height:24px;display:block}.search-overlay .search-form{width:100%}.search-overlay .search-form-wrapper{display:flex;align-items:center;gap:16px;background:#fff;border-radius:8px;padding:16px 24px;box-shadow:0 4px 20px rgba(0,0,0,.2)}@media(min-width: 1025px){.search-overlay .search-form-wrapper{padding:20px 32px;gap:20px}}.search-overlay .search-icon{color:#243c96;flex-shrink:0;width:24px;height:24px}@media(min-width: 1025px){.search-overlay .search-icon{width:32px;height:32px}}.search-overlay .search-field{flex:1;border:none;outline:none;font-size:18px;color:#1a1a1a;background:transparent;font-family:"Fieldwork Hum",sans-serif}@media(min-width: 1025px){.search-overlay .search-field{font-size:24px}}.search-overlay .search-field::placeholder{color:#999}.search-overlay .search-field::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}body.search-open{overflow:hidden}.has-mega-menu>.mega-menu{display:none;position:absolute;top:100%;left:50%;transform:translateX(-50%);z-index:100}.has-mega-menu:hover>.mega-menu{display:block}.mega-menu{background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.25);padding:0;min-width:900px;max-width:1100px;overflow:hidden}@media(max-width: 767px){.mega-menu{display:none !important}}.mega-menu-inner{display:grid;grid-template-columns:290px 250px 1fr;gap:80px}.mega-menu-column{display:flex;flex-direction:column;gap:24px;padding:40px 32px}.mega-menu-column:first-child{padding-left:50px}.mega-menu-column-title{font-weight:700;font-size:16px;line-height:1.2;color:#1a1a1a;margin:0}#header nav.nav-main>ul{display:flex;gap:24px;margin-bottom:-20px}#header nav.nav-main>ul>li>a{padding-bottom:20px}#header nav.nav-main .mega-menu-links{display:flex;flex-direction:column;gap:12px;list-style:none;margin:0;padding:0;min-width:180px}#header nav.nav-main .mega-menu-links li{margin:0}#header nav.nav-main .mega-menu-links a{font-weight:300;font-size:16px;line-height:1.2;color:#1a1a1a;text-decoration:none;transition:opacity .2s ease;padding:0;text-transform:none;display:block}#header nav.nav-main .mega-menu-links a:hover{opacity:.7}#header nav.nav-main .mega-menu-links a::after{display:none}#header nav.nav-main .mega-menu-view-all{font-weight:300;font-size:16px;line-height:1.2;color:#1a1a1a;text-decoration:none;transition:opacity .2s ease;display:block;text-transform:none}#header nav.nav-main .mega-menu-view-all:hover{opacity:.7}#header nav.nav-main .mega-menu-featured{background:#f2f2f2;border-radius:0 12px 12px 0;padding:40px 32px 40px 50px;display:flex;flex-direction:column;gap:24px;min-width:406px}#header nav.nav-main .mega-menu-featured-image{width:100%;height:178px;border-radius:8px;overflow:hidden}#header nav.nav-main .mega-menu-featured-image img{width:100%;height:100%;object-fit:cover;display:block}#header nav.nav-main .mega-menu-featured-title{font-weight:700;font-size:24px;line-height:normal;color:#1a1a1a;margin:0}#header nav.nav-main .mega-menu-featured-description{font-weight:300;font-size:16px;line-height:1.2;color:#1a1a1a;margin:0}#header nav.nav-main .mega-menu-featured-link{font-weight:400;font-size:16px;color:#1a1a1a;text-decoration:underline;transition:opacity .2s ease;display:inline-block}#header nav.nav-main .mega-menu-featured-link:hover{opacity:.7}html body .gform-theme--api,html body .gform-theme--foundation{--gf-form-gap-y: 10px;--gf-color-in-ctrl: #FAF9F7 !important;--gf-ctrl-border-width: 0 !important;--gf-ctrl-shadow: 0 0 0 none !important;--gf-color-primary: #E93323 !important;--gf-color-primary-darker: #E93323 !important;--gf-radius: 8px !important}input,button{font-family:"fieldwork-hum",sans-serif !important}footer#footer{margin:0;background:#fff;padding-top:30px}@media(min-width: 1025px){footer#footer{padding-top:90px}}footer#footer .footer-wrapper{padding:70px 0;position:relative}@media(max-width: 767px){footer#footer .footer-wrapper{padding:40px 0}}footer#footer .footer-wrapper::before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:#ccc}footer#footer .footer-wrapper .footer-content{display:grid;grid-template-columns:1fr;gap:60px;padding-bottom:60px}@media(min-width: 768px){footer#footer .footer-wrapper .footer-content{grid-template-columns:1fr 1fr;gap:100px}}footer#footer .footer-wrapper .footer-content .footer-subscribe .gform_required_legend,footer#footer .footer-wrapper .footer-content .footer-subscribe .gf_progressbar_wrapper{display:none}footer#footer .footer-wrapper .footer-content .footer-subscribe .gform_description{font-size:32px;line-height:1.2;color:#243c96;font-weight:600;margin-bottom:30px;max-width:394px}@media(max-width: 767px){footer#footer .footer-wrapper .footer-content .footer-subscribe .gform_description{font-size:24px}}footer#footer .footer-wrapper .footer-content .footer-subscribe .gform_wrapper{max-width:510px}footer#footer .footer-wrapper .footer-content .footer-subscribe .gform_body .gform_page_fields .gform_fields{display:flex;flex-direction:column;gap:16px}footer#footer .footer-wrapper .footer-content .footer-subscribe .gform_body .gform_page_fields .gform_fields .gfield{margin:0;padding:0}footer#footer .footer-wrapper .footer-content .footer-subscribe .gform_body .gform_page_fields .gform_fields .gfield.gform_validation_container{display:none !important;position:absolute !important;left:-9000px}footer#footer .footer-wrapper .footer-content .footer-subscribe .gform_body .gform_page_fields .gform_fields .gfield.hidden_label .gfield_label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}footer#footer .footer-wrapper .footer-content .footer-subscribe .gform_body .gform_page_fields .gform_fields .gfield .ginput_container input[type=email],footer#footer .footer-wrapper .footer-content .footer-subscribe .gform_body .gform_page_fields .gform_fields .gfield .ginput_container input[type=text]{background:#fafafa;border:1px solid #ccc;border-radius:8px;padding:20px;font-size:17px;color:#1a1a1a;font-weight:300;width:100%;box-sizing:border-box}footer#footer .footer-wrapper .footer-content .footer-subscribe .gform_body .gform_page_fields .gform_fields .gfield .ginput_container input[type=email]::placeholder,footer#footer .footer-wrapper .footer-content .footer-subscribe .gform_body .gform_page_fields .gform_fields .gfield .ginput_container input[type=text]::placeholder{color:#1a1a1a}footer#footer .footer-wrapper .footer-content .footer-subscribe .gform_body .gform_page_fields .gform_fields .gfield .ginput_container input[type=email]:focus,footer#footer .footer-wrapper .footer-content .footer-subscribe .gform_body .gform_page_fields .gform_fields .gfield .ginput_container input[type=text]:focus{outline:none;border-color:#243c96}footer#footer .footer-wrapper .footer-content .footer-subscribe .gform_body .gform_page_fields .gform_fields .gfield.gfield--type-select .gfield_label{font-size:14px;line-height:1.2;color:#1a1a1a;font-weight:300;margin-bottom:12px;display:block}footer#footer .footer-wrapper .footer-content .footer-subscribe .gform_body .gform_page_fields .gform_fields .gfield.gfield--type-select .ginput_container_select select{background:#fafafa;border:1px solid #ccc;border-radius:8px;padding:20px;font-size:17px;color:#1a1a1a;font-weight:300;width:100%;box-sizing:border-box;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231A1A1A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 20px center;background-size:20px;padding-right:50px}footer#footer .footer-wrapper .footer-content .footer-subscribe .gform_body .gform_page_fields .gform_fields .gfield.gfield--type-select .ginput_container_select select:focus{outline:none;border-color:#243c96}footer#footer .footer-wrapper .footer-content .footer-subscribe .gform_body .gform_page_fields .gform_fields .gfield.gfield--type-select .ginput_container_select select option{padding:10px}footer#footer .footer-wrapper .footer-content .footer-subscribe .gform_body .gform_page_fields .gform_fields .gfield.gfield--type-address .gfield_label{font-size:14px;line-height:1.2;color:#1a1a1a;font-weight:300;margin-bottom:12px;display:block}footer#footer .footer-wrapper .footer-content .footer-subscribe .gform_body .gform_page_fields .gform_fields .gfield.gfield--type-address .ginput_container_address .address_zip input{background:#fafafa;border:1px solid #ccc;border-radius:8px;padding:20px;font-size:17px;color:#1a1a1a;font-weight:300;width:100%;box-sizing:border-box}footer#footer .footer-wrapper .footer-content .footer-subscribe .gform_body .gform_page_fields .gform_fields .gfield.gfield--type-address .ginput_container_address .address_zip input:focus{outline:none;border-color:#243c96}footer#footer .footer-wrapper .footer-content .footer-subscribe .gform_body .gform_page_fields .gform_fields .gfield.gfield--type-address .ginput_container_address .address_zip label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}footer#footer .footer-wrapper .footer-content .footer-subscribe .gform_body .gform_page_footer{margin-top:16px;display:flex;gap:12px;align-items:center}footer#footer .footer-wrapper .footer-content .footer-subscribe .gform_body .gform_page_footer .gform_next_button,footer#footer .footer-wrapper .footer-content .footer-subscribe .gform_body .gform_page_footer .gform_button,footer#footer .footer-wrapper .footer-content .footer-subscribe .gform_body .gform_page_footer input[type=submit]{background:#243c96;color:#fff;border:none;border-radius:4px;padding:17px 24px;font-size:20px;font-weight:400;cursor:pointer;transition:background .3s ease}footer#footer .footer-wrapper .footer-content .footer-subscribe .gform_body .gform_page_footer .gform_next_button:hover,footer#footer .footer-wrapper .footer-content .footer-subscribe .gform_body .gform_page_footer .gform_button:hover,footer#footer .footer-wrapper .footer-content .footer-subscribe .gform_body .gform_page_footer input[type=submit]:hover{background:#1a2c6d}footer#footer .footer-wrapper .footer-content .footer-subscribe .gform_body .gform_page_footer .gform_previous_button{background:#fff;color:#243c96;border:1px solid #243c96;border-radius:4px;padding:17px 24px;font-size:20px;font-weight:400;cursor:pointer;transition:all .3s ease}footer#footer .footer-wrapper .footer-content .footer-subscribe .gform_body .gform_page_footer .gform_previous_button:hover{background:#f5f5f5;border-color:#1a2c6d;color:#1a2c6d}footer#footer .footer-wrapper .footer-content .footer-links{display:grid;grid-template-columns:1fr;gap:40px}@media(min-width: 768px){footer#footer .footer-wrapper .footer-content .footer-links{grid-template-columns:1fr 1fr;gap:100px}}footer#footer .footer-wrapper .footer-content .footer-links .footer-column h3{font-size:16px;line-height:1.2;color:#243c96;font-weight:600;margin-bottom:20px}footer#footer .footer-wrapper .footer-content .footer-links .footer-column ul{list-style:none;padding:0;margin:0}footer#footer .footer-wrapper .footer-content .footer-links .footer-column ul li:last-child{margin-bottom:0}footer#footer .footer-wrapper .footer-content .footer-links .footer-column ul li a{font-size:14px;line-height:1.2;color:#1a1a1a;font-weight:300;text-decoration:none;transition:color .3s ease}footer#footer .footer-wrapper .footer-content .footer-links .footer-column ul li a:hover{color:#243c96}footer#footer .footer-wrapper #socket{border-top:1px solid #ccc;padding-top:40px;display:flex;justify-content:space-between;align-items:flex-start;gap:40px}@media(max-width: 767px){footer#footer .footer-wrapper #socket{flex-direction:column}}footer#footer .footer-wrapper #socket .socket-left{flex:1}footer#footer .footer-wrapper #socket .socket-left .legal-links{display:flex;flex-wrap:wrap;gap:24px;margin-bottom:30px;font-size:14px;line-height:1.2;color:#1a1a1a;font-weight:300}@media(max-width: 767px){footer#footer .footer-wrapper #socket .socket-left .legal-links{flex-direction:column;gap:12px}}footer#footer .footer-wrapper #socket .socket-left .legal-links nav{list-style-type:none;display:flex;gap:24px}footer#footer .footer-wrapper #socket .socket-left .legal-links span{color:#1a1a1a}footer#footer .footer-wrapper #socket .socket-left .legal-links a{color:#1a1a1a;text-decoration:none;transition:color .3s ease}footer#footer .footer-wrapper #socket .socket-left .legal-links a:hover{color:#243c96}footer#footer .footer-wrapper #socket .socket-left .trademark{display:flex;align-items:flex-start;gap:20px;max-width:698px}@media(max-width: 767px){footer#footer .footer-wrapper #socket .socket-left .trademark{flex-direction:column;gap:15px}}footer#footer .footer-wrapper #socket .socket-left .trademark .i-love-ny-logo{width:37px;height:41px;flex-shrink:0}footer#footer .footer-wrapper #socket .socket-left .trademark p{font-size:14px;color:#1a1a1a;line-height:1.4;font-weight:300;margin:0}footer#footer .footer-wrapper #socket .socket-right .social-media{display:flex;gap:12px}footer#footer .footer-wrapper #socket .socket-right .social-media a{display:block;width:40px;height:40px;transition:opacity .3s ease}footer#footer .footer-wrapper #socket .socket-right .social-media a:hover{opacity:.7}footer#footer .footer-wrapper #socket .socket-right .social-media a svg{width:100%;height:100%}.breadcrumb{display:flex;align-items:center;gap:6px;padding:30px 0;font-family:"Fieldwork Hum",sans-serif;font-size:14px;color:rgba(0,0,0,.5)}@media(max-width: 767px){.breadcrumb{padding:20px 0}}.breadcrumb a{color:rgba(0,0,0,.5);text-decoration:none;transition:color .2s ease}.breadcrumb a:hover{color:#243c96}.breadcrumb span{color:rgba(0,0,0,.5)}.search-results-container{padding-top:30px;padding-bottom:80px}@media(max-width: 767px){.search-results-container{padding-bottom:60px}}.search-results-header{margin-bottom:24px}.search-results-header .search-results-title{font-family:"Fieldwork Hum",sans-serif;font-weight:700;font-size:32px;color:#243c96;margin:0 0 24px 0;line-height:normal}@media(max-width: 767px){.search-results-header .search-results-title{font-size:24px;margin-bottom:16px}}.search-results-header .search-results-divider{height:1px;background:#ccc;width:100%}.search-results-list{display:flex;flex-direction:column;gap:30px}.search-result-item .search-result-content{display:flex;gap:60px;align-items:center;min-height:200px}@media(max-width: 767px){.search-result-item .search-result-content{flex-direction:column-reverse;gap:20px;min-height:auto}}@media(min-width: 768px)and (max-width: 1024px){.search-result-item .search-result-content{gap:40px}}.search-result-item .search-result-text{flex:1;display:flex;flex-direction:column;gap:12px;justify-content:center}@media(max-width: 767px){.search-result-item .search-result-text{gap:16px}}.search-result-item .search-result-title{margin:0;font-family:"Fieldwork Hum",sans-serif;font-weight:700;font-size:24px;line-height:1.2}@media(max-width: 767px){.search-result-item .search-result-title{font-size:20px}}.search-result-item .search-result-title a{color:#1a1a1a;text-decoration:none;transition:color .2s ease}.search-result-item .search-result-title a:hover{color:#243c96}.search-result-item .search-result-excerpt{font-family:"Fieldwork Hum",sans-serif;font-weight:300;font-size:16px;line-height:normal;color:#1a1a1a;margin:0;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}@media(max-width: 767px){.search-result-item .search-result-excerpt{font-size:14px;-webkit-line-clamp:3}}.search-result-item .search-result-link{display:inline-flex;align-items:center;gap:8px;color:#333;text-decoration:none;font-family:"Fieldwork Hum",sans-serif;font-weight:400;font-size:18px;transition:gap .2s ease,color .2s ease}@media(max-width: 767px){.search-result-item .search-result-link{font-size:16px}}.search-result-item .search-result-link:hover{gap:12px;color:#243c96}.search-result-item .search-result-link:hover svg{transform:translateX(2px)}.search-result-item .search-result-link svg{width:18px;height:18px;flex-shrink:0;transition:transform .2s ease}.search-result-item .search-result-image{flex-shrink:0;width:300px;height:200px;border-radius:8px;overflow:hidden}@media(max-width: 767px){.search-result-item .search-result-image{width:100%;height:200px}}.search-result-item .search-result-image a{display:block;width:100%;height:100%}.search-result-item .search-result-image .search-result-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.search-result-item .search-result-image .search-result-img:hover{transform:scale(1.05)}.search-result-item .search-result-divider{height:1px;background:#ccc;width:100%;margin-top:30px}@media(max-width: 767px){.search-result-item .search-result-divider{margin-top:20px}}.search-no-results{padding:60px 0;text-align:center}.search-no-results p{font-family:"Fieldwork Hum",sans-serif;font-size:18px;color:#1a1a1a}.search-no-results p em{font-style:italic;color:#243c96}.pagination{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:60px}@media(max-width: 767px){.pagination{margin-top:40px;gap:12px}}.pagination .pagination-arrow{display:flex;align-items:center;justify-content:center;width:40px;height:40px;cursor:pointer;transition:opacity .2s ease;color:#243c96;text-decoration:none}.pagination .pagination-arrow:hover:not(.disabled){opacity:.7}.pagination .pagination-arrow.disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.pagination .pagination-arrow svg{width:7px;height:14px;display:block}.pagination .pagination-numbers{display:flex;align-items:center;gap:8px}.pagination .pagination-number{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#f0f0f0;border-radius:8px;font-family:"Fieldwork Hum",sans-serif;font-weight:300;font-size:16px;color:#243c96;text-decoration:none;transition:background-color .2s ease,opacity .2s ease;cursor:pointer}.pagination .pagination-number:hover:not(.active):not(.disabled){background-color:#e3e3e3}.pagination .pagination-number.active{font-weight:400;opacity:1}.pagination .pagination-number:not(.active):not(.disabled){opacity:.5}.pagination .pagination-number.disabled{opacity:.5;cursor:default;pointer-events:none}html{width:100%;overflow-x:hidden}body{font-family:"fieldwork-hum",sans-serif;font-weight:400;font-optical-sizing:auto;font-style:normal;overflow-x:hidden;width:100%}body h1,body .h1,body .gd-section--mixed .container .text h1,body .gd-section--mixed .container .text .h1{font-size:30px;font-weight:600}@media(min-width: 768px)and (max-width: 1024px){body h1,body .h1,body .gd-section--mixed .container .text h1,body .gd-section--mixed .container .text .h1{font-size:40px}}@media(min-width: 1025px){body h1,body .h1,body .gd-section--mixed .container .text h1,body .gd-section--mixed .container .text .h1{font-size:64px}}body h2,body .h2,body .gd-section--mixed .container .text h2,body .gd-section--mixed .container .text .h2{font-size:32px;line-height:32px;font-weight:600;margin-bottom:20px;line-height:1.1}@media(min-width: 1025px){body h2,body .h2,body .gd-section--mixed .container .text h2,body .gd-section--mixed .container .text .h2{font-size:36px}}body h3,body .h3 .gd-section--mixed .container .text h3,body .gd-section--mixed .container .text .h3{font-size:24px;font-weight:600;margin-bottom:20px}@media(min-width: 1025px){body h3,body .h3 .gd-section--mixed .container .text h3,body .gd-section--mixed .container .text .h3{font-size:28px}}body h4,body .h4 .gd-section--mixed .container .text h4,body .gd-section--mixed .container .text .h4{font-size:18px;font-weight:600}body h5,body .h5,body .gd-section--mixed .container .text h5,body .gd-section--mixed .container .text .h5{font-size:14px;font-weight:600;margin-bottom:15px;text-transform:uppercase}body p,body ul,body ol{font-size:16px;line-height:140%;font-weight:300;margin-bottom:20px}body strong,body b{font-weight:600}body a{color:#243c96}body button{font-family:"fieldwork-hum",sans-serif}body .container{padding:0 20px;margin:0 auto;max-width:1240px}a.btn{-webkit-border-radius:4px;border-radius:4px;background-clip:padding-box;padding:0 16px;height:55px;line-height:55px;font-weight:500;display:inline-block;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;border:1px solid #ee9d2d;background-color:#ee9d2d;color:#000 !important;font-size:18px}a.btn:hover{opacity:.8;background-color:#ee9d2d}a.btn.btn-blue{background-color:#243c96;border-color:#243c96;color:#fff !important}a.btn.btn-blue:hover{background-color:#243c96}a.btn.btn-white{background-color:#fff;border-color:#fff;color:#243c96 !important}a.btn.btn-white:hover{background-color:#fff}a.btn.btn-red{background-color:#d2204a;border-color:#d2204a;color:#fff !important}a.btn.btn-red:hover{background-color:#d2204a}.gd-section.container-lg .container{max-width:1400px;margin:0 auto}.gd-section.container-lg .container img{width:100%;height:auto}.swiper-free-mode>.swiper-wrapper{transition-timing-function:linear !important}@media(min-width: 768px){.flex-start{align-items:flex-start}}.tribe-events-back{display:none !important}.img-contain .image img{object-fit:contain !important}#gd-pb{display:flex;flex-direction:column;gap:30px}@media(min-width: 768px)and (max-width: 1024px){#gd-pb{gap:50px}}@media(min-width: 1025px){#gd-pb{gap:100px}}.old img{width:100%;height:auto}.gray-bg{background:#fafafa}@media(min-width: 1025px){.m-t--50{margin-top:-50px}}.form-wrapper .gform_wrapper{max-width:600px;margin:0 auto}.form-wrapper .gform_wrapper input[type=submit],.form-wrapper .gform_wrapper .gfield_choice_all_toggle{-webkit-border-radius:4px;border-radius:4px;background-clip:padding-box;padding:0 16px;height:55px;line-height:55px;font-weight:500;display:inline-block;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background-color:#243c96;border:1px solid #243c96;color:#fff !important;font-size:18px;cursor:pointer}.form-wrapper .gform_wrapper input[type=submit]:hover,.form-wrapper .gform_wrapper .gfield_choice_all_toggle:hover{opacity:.8;background-color:#243c96}.form-wrapper .gform_wrapper .gfield_choice_all_toggle{font-size:14px;height:40px;line-height:40px}/*# sourceMappingURL=main.css.map */
