/*!

Theme Name: Expat Network 2022
Author: Prudent Pixel Ltd.
Author URI: https://prudentpixel.com
Description: Expat Network WordPress Theme 2022
Version: 1.0.0

*/@font-face{font-family:"Oswald";src:url(./assets/oswald.ttf)}@font-face{font-family:"Raleway";src:url(./assets/raleway.ttf)}@keyframes loadingSpin{from{transform:rotate(0deg)}to{transform:rotate(1800deg)}}header{position:fixed;top:0;width:calc(100% - 20px);display:flex;align-items:center;border-bottom:1px solid #212121;padding-left:10px;padding-right:10px;background-color:#fff;z-index:10;height:80px}@media screen and (max-width: 900px){header{justify-content:space-between}}@media(prefers-color-scheme: dark){header{border-bottom-color:#fff;background-color:#212121}}header div.menu{height:100%}header div.menu>div{height:100%}@media screen and (max-width: 900px){header div.menu{position:fixed;left:0px;transform:translateX(100%);top:80px;display:none;transition:all .5s;width:100%;background-color:#fff}}@media screen and (max-width: 900px)and (prefers-color-scheme: dark){header div.menu{background-color:#212121}}@media screen and (max-width: 900px){header div.menu.display{display:block;transform:translateX(0%)}}header div.menu ul{list-style:none;height:100%;margin-top:0;margin-bottom:0;padding-left:0;display:flex;flex-direction:row}@media screen and (max-width: 900px){header div.menu ul{padding-left:20px;padding-right:20px;width:100%;height:100%;overflow-y:auto;flex-direction:column}}header div.menu ul li{display:flex;flex-direction:column;justify-content:center;padding-left:10px;padding-right:10px;transition:background-color .2s}@media screen and (max-width: 1140px){header div.menu ul li{font-size:12px}}@media screen and (max-width: 900px){header div.menu ul li{height:40px}header div.menu ul li.menu-item-has-children>a{pointer-events:none}}header div.menu ul li a{text-decoration:none;color:#212121}@media(prefers-color-scheme: dark){header div.menu ul li a{color:#fff}}header div.menu ul li:hover{background-color:#c3c3c3}header div.menu ul li:hover>ul.sub-menu{display:flex;flex-direction:column;height:auto;box-shadow:0px 0px 5px #212121}@media screen and (max-width: 900px){header div.menu ul li:hover>ul.sub-menu{display:none}}@media(prefers-color-scheme: dark){header div.menu ul li:hover>ul.sub-menu{box-shadow:0px 0px 5px #fff}}@media screen and (max-width: 900px){header div.menu ul li.active{height:auto;min-height:40px}header div.menu ul li.active>a{height:40px}header div.menu ul li.active>ul.sub-menu{display:flex;position:relative;top:auto}header div.menu ul li.active>ul.sub-menu li ul.sub-menu{left:0}}header div.menu ul li ul.sub-menu{display:none;min-width:200px;position:absolute;top:80px;padding:0;background-color:#fff}header div.menu ul li ul.sub-menu:hover{display:flex;flex-direction:column;height:auto}@media(prefers-color-scheme: dark){header div.menu ul li ul.sub-menu{background-color:#212121}}header div.menu ul li ul.sub-menu li{position:relative;display:block;padding:10px;margin-right:0}header div.menu ul li ul.sub-menu li ul.sub-menu{left:100%;top:0 !important}header .mobile-menu-toggle{display:none;position:relative;right:20px;top:-7px;height:40px;width:40px;cursor:pointer}@media screen and (max-width: 900px){header .mobile-menu-toggle{display:block}}header .mobile-menu-toggle #menu-icon{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:24px;height:4px;background-color:#212121;border-radius:2px;transition:all .2s}@media(prefers-color-scheme: dark){header .mobile-menu-toggle #menu-icon{background-color:#fff}}header .mobile-menu-toggle #menu-icon::before{content:"";width:24px;height:4px;background-color:#212121;position:absolute;top:-8px;border-radius:2px;transition:all .2s;left:0}@media(prefers-color-scheme: dark){header .mobile-menu-toggle #menu-icon::before{background-color:#fff}}header .mobile-menu-toggle #menu-icon::after{content:"";width:24px;height:4px;background-color:#212121;position:absolute;top:8px;border-radius:2px;transition:all .2s;left:0}@media(prefers-color-scheme: dark){header .mobile-menu-toggle #menu-icon::after{background-color:#fff}}header .mobile-menu-toggle #menu-icon.active{height:0}header .mobile-menu-toggle #menu-icon.active::before{transform:rotate(45deg);top:-2px}header .mobile-menu-toggle #menu-icon.active::after{transform:rotate(-45deg);top:-2px}.toast{position:fixed;background-color:#2c70b3;padding:15px 30px;border-radius:10px;left:50%;top:10vh;transform:translateX(-50%);box-shadow:0px 0px 5px #212121;color:#fff}.sidebar{position:relative;margin-top:20px;padding-left:20px;max-height:calc(100vh - 80px)}.sidebar .inner_sidebar{height:100%;position:relative;top:0;display:flex;flex-direction:column;transition:all .2s}.sidebar .inner_sidebar .checklist{max-height:100%;overflow-y:scroll}.sidebar .inner_sidebar .checklist #innerChecklistDiv>div>div{display:flex;flex-direction:row}.sidebar .inner_sidebar .checklist #innerChecklistDiv>div>div .ourCheckboxContainer{flex:35px 0 0;position:relative;height:35px;width:35px;margin-right:5px}.sidebar .inner_sidebar .checklist #innerChecklistDiv>div>div .ourCheckboxContainer .ourCheckmark{display:none;position:absolute;top:-7px;left:9px;height:30px;width:10px;border:#fff solid;border-width:0 7px 7px 0;transform:rotate(45deg)}.sidebar .inner_sidebar .checklist #innerChecklistDiv>div>div .ourCheckboxContainer input[type=checkbox]{display:none}.sidebar .inner_sidebar .checklist #innerChecklistDiv>div>div .ourCheckboxContainer input[type=checkbox]:checked~.ourCheckmark{display:block !important}.sidebar .inner_sidebar .checklist #innerChecklistDiv>div>div .ourCheckboxContainer .ourCheckbox{display:block;background-color:#bf1f24;height:100%;width:100%}.sidebar .inner_sidebar .checklist #innerChecklistDiv .checklistChildren{flex-direction:column}.archive_page,.directory_listings,.error_page{max-width:1140px;margin-left:auto;margin-right:auto;display:grid;grid-template-columns:75% 25%}@media screen and (max-width: 600px){.archive_page,.directory_listings,.error_page{grid-template-columns:100%}}.archive_page .posts,.directory_listings .posts,.error_page .posts{margin-top:20px;margin-bottom:100px}.archive_page .posts .category_article_card,.directory_listings .posts .category_article_card,.error_page .posts .category_article_card{margin-top:20px;border:1px solid #212121;display:flex;flex-direction:row;height:300px}@media(prefers-color-scheme: dark){.archive_page .posts .category_article_card,.directory_listings .posts .category_article_card,.error_page .posts .category_article_card{border-color:#fff}}@media screen and (max-width: 600px){.archive_page .posts .category_article_card,.directory_listings .posts .category_article_card,.error_page .posts .category_article_card{flex-direction:column;max-width:calc(100% - 40px);margin-left:20px;margin-right:20px;height:auto;min-height:300px}}.archive_page .posts .category_article_card .category_archive_image_link,.directory_listings .posts .category_article_card .category_archive_image_link,.error_page .posts .category_article_card .category_archive_image_link{height:300px;width:400px}@media screen and (max-width: 600px){.archive_page .posts .category_article_card .category_archive_image_link,.directory_listings .posts .category_article_card .category_archive_image_link,.error_page .posts .category_article_card .category_archive_image_link{width:100%;height:auto;max-height:200px}}.archive_page .posts .category_article_card .category_archive_image_link img,.directory_listings .posts .category_article_card .category_archive_image_link img,.error_page .posts .category_article_card .category_archive_image_link img{height:300px;width:400px;object-fit:cover}@media screen and (max-width: 600px){.archive_page .posts .category_article_card .category_archive_image_link img,.directory_listings .posts .category_article_card .category_archive_image_link img,.error_page .posts .category_article_card .category_archive_image_link img{width:100%;height:auto;max-height:200px}}.archive_page .posts .category_article_card .category_archive_card_hstack,.directory_listings .posts .category_article_card .category_archive_card_hstack,.error_page .posts .category_article_card .category_archive_card_hstack{display:flex;flex-direction:column;align-items:space-between;padding:15px}.archive_page .posts .category_article_card .category_archive_card_hstack .category_archive_heading_link,.directory_listings .posts .category_article_card .category_archive_card_hstack .category_archive_heading_link,.error_page .posts .category_article_card .category_archive_card_hstack .category_archive_heading_link{text-decoration:none;color:#212121;flex-shrink:0;flex-grow:0}@media(prefers-color-scheme: dark){.archive_page .posts .category_article_card .category_archive_card_hstack .category_archive_heading_link,.directory_listings .posts .category_article_card .category_archive_card_hstack .category_archive_heading_link,.error_page .posts .category_article_card .category_archive_card_hstack .category_archive_heading_link{color:#fff}}.archive_page .posts .category_article_card .category_archive_card_hstack .category_archive_excerpt,.directory_listings .posts .category_article_card .category_archive_card_hstack .category_archive_excerpt,.error_page .posts .category_article_card .category_archive_card_hstack .category_archive_excerpt{flex-grow:1}@media screen and (max-width: 600px){.archive_page .posts .category_article_card .category_archive_card_hstack .category_archive_excerpt,.directory_listings .posts .category_article_card .category_archive_card_hstack .category_archive_excerpt,.error_page .posts .category_article_card .category_archive_card_hstack .category_archive_excerpt{display:none}}.archive_page .posts .category_article_card .category_archive_card_hstack .category_archive_read_btn_holder,.directory_listings .posts .category_article_card .category_archive_card_hstack .category_archive_read_btn_holder,.error_page .posts .category_article_card .category_archive_card_hstack .category_archive_read_btn_holder{flex-shrink:0;flex-grow:0;text-align:right}@media screen and (max-width: 600px){.archive_page .posts .category_article_card .category_archive_card_hstack .category_archive_read_btn_holder,.directory_listings .posts .category_article_card .category_archive_card_hstack .category_archive_read_btn_holder,.error_page .posts .category_article_card .category_archive_card_hstack .category_archive_read_btn_holder{display:none}}.archive_page .posts .category_article_card .category_archive_card_hstack .category_archive_read_btn_holder .category_archive_read_more_btn,.directory_listings .posts .category_article_card .category_archive_card_hstack .category_archive_read_btn_holder .category_archive_read_more_btn,.error_page .posts .category_article_card .category_archive_card_hstack .category_archive_read_btn_holder .category_archive_read_more_btn{background:linear-gradient(#bf1f24, #bf1f2455);color:#fff;text-decoration:none;padding:5px 10px;border-radius:5px}.archive_page .posts>.react_directory .directory_entry,.directory_listings .posts>.react_directory .directory_entry,.error_page .posts>.react_directory .directory_entry{margin-top:20px;border:1px solid #212121;box-shadow:1px 1px 3px #212121;display:flex;flex-direction:row}@media(prefers-color-scheme: dark){.archive_page .posts>.react_directory .directory_entry,.directory_listings .posts>.react_directory .directory_entry,.error_page .posts>.react_directory .directory_entry{border-color:#fff;box-shadow:1px 1px 3px #fff}}.archive_page .posts>.react_directory .directory_entry .listing_image,.directory_listings .posts>.react_directory .directory_entry .listing_image,.error_page .posts>.react_directory .directory_entry .listing_image{max-height:200px;max-width:300px;margin-right:10px}.archive_page .posts>.react_directory .directory_entry .listing_image img,.directory_listings .posts>.react_directory .directory_entry .listing_image img,.error_page .posts>.react_directory .directory_entry .listing_image img{height:100%;width:100%;object-fit:contain}.archive_page .posts>.react_directory .directory_entry .listing_read_more_btn,.directory_listings .posts>.react_directory .directory_entry .listing_read_more_btn,.error_page .posts>.react_directory .directory_entry .listing_read_more_btn{float:right;background-color:#bf1f24;color:#fff;text-decoration:none;margin:20px;padding:5px 15px;border-radius:4px}.archive_page .post_navs,.directory_listings .post_navs,.error_page .post_navs{text-align:center}.single_post_page{max-width:1140px;margin-left:auto;margin-right:auto;display:grid;grid-template-columns:75% 25%}@media screen and (max-width: 600px){.single_post_page{grid-template-columns:100%}}.single_post_page .post{margin-top:20px;margin-bottom:100px}.single_post_page .post .post_image{position:relative;height:200px;float:left;margin-right:20px;margin-bottom:20px}@media screen and (max-width: 600px){.single_post_page .post .post_image{width:100%}}.single_post_page .post .post_image img{position:relative;top:1px;left:1px;height:198px;width:auto}@media screen and (max-width: 600px){.single_post_page .post .post_image img{width:calc(100% - 2px);object-fit:contain}}.single_post_page .post .icfeaturedtext{min-height:230px;border:1px solid}.single_post_page .post a{text-decoration:none;color:#2c3093}@media(prefers-color-scheme: dark){.single_post_page .post a{color:#2c70b3}}.single_post_page .post a:hover{text-decoration:underline}.single_post_page .directory_entry{margin-top:20px;margin-bottom:100px}.single_post_page .directory_entry .directory_entry_header{display:flex;flex-direction:row}.single_post_page .directory_entry .directory_entry_header .company_info{flex:70% 1 1}.single_post_page .directory_entry .directory_entry_header .company_info .phone_number_link,.single_post_page .directory_entry .directory_entry_header .company_info .email_link{text-decoration:none;color:#212121}@media(prefers-color-scheme: dark){.single_post_page .directory_entry .directory_entry_header .company_info .phone_number_link,.single_post_page .directory_entry .directory_entry_header .company_info .email_link{color:#fff}}.single_post_page .directory_entry .directory_entry_header .company_info .dir_address,.single_post_page .directory_entry .directory_entry_header .company_info .dir_phone,.single_post_page .directory_entry .directory_entry_header .company_info .dir_email,.single_post_page .directory_entry .directory_entry_header .company_info .dir_link,.single_post_page .directory_entry .directory_entry_header .company_info .dir_social{margin-top:20px}.single_post_page .directory_entry .directory_entry_header .company_info .dir_address .social_link,.single_post_page .directory_entry .directory_entry_header .company_info .dir_phone .social_link,.single_post_page .directory_entry .directory_entry_header .company_info .dir_email .social_link,.single_post_page .directory_entry .directory_entry_header .company_info .dir_link .social_link,.single_post_page .directory_entry .directory_entry_header .company_info .dir_social .social_link{text-decoration:none;margin-right:10px;color:#212121}@media(prefers-color-scheme: dark){.single_post_page .directory_entry .directory_entry_header .company_info .dir_address .social_link,.single_post_page .directory_entry .directory_entry_header .company_info .dir_phone .social_link,.single_post_page .directory_entry .directory_entry_header .company_info .dir_email .social_link,.single_post_page .directory_entry .directory_entry_header .company_info .dir_link .social_link,.single_post_page .directory_entry .directory_entry_header .company_info .dir_social .social_link{color:#fff}}.single_post_page .directory_entry .directory_entry_header .directory_entry_image{flex:30% 1 1;max-height:300px;max-width:400px}.single_post_page .directory_entry .directory_entry_header .directory_entry_image img{height:100%;width:100%;object-fit:contain}main{margin-top:80px}main a{color:#2c3093;text-decoration:none}@media(prefers-color-scheme: dark){main a{color:#2c70b3}}main a:hover{text-decoration:underline}main .centered{text-align:center}main .wp-block-columns{max-width:1140px;margin-left:auto;margin-right:auto}main .en_posts_block .post_item{flex:calc(25% - 30px) 1 1;margin:15px}main .error_page .error_header{font-size:100px;text-align:center}main .error_page a{text-decoration:none;color:#2c3093}@media(prefers-color-scheme: dark){main .error_page a{color:#2c70b3}}main .error_page a:hover{text-decoration:underline}main .error_page .searchform div{text-align:center}main .error_page .searchform input{display:block;margin-left:auto;margin-right:auto}main .error_page .searchform input[type=text]{background-color:#fff;color:#212121;font-size:20px;padding:10px}@media(prefers-color-scheme: dark){main .error_page .searchform input[type=text]{background-color:#212121;color:#fff}}main .error_page .searchform input[type=submit]{appearance:none;border:none;background-color:#bf1f24;color:#fff;margin-top:8px;font-size:18px;padding:5px 15px;border-radius:5px}main .no_search_results h2{text-align:center}main .no_search_results .searchform div{text-align:center}main .no_search_results .searchform input{display:block;margin-left:auto;margin-right:auto}main .no_search_results .searchform input[type=text]{background-color:#fff;color:#212121;font-size:20px;padding:10px}@media(prefers-color-scheme: dark){main .no_search_results .searchform input[type=text]{background-color:#212121;color:#fff}}main .no_search_results .searchform input[type=submit]{appearance:none;border:none;background-color:#bf1f24;color:#fff;margin-top:8px;font-size:18px;padding:5px 15px;border-radius:5px}footer{width:100%;background-color:#2c3093;border-top:5px solid #bf1f24}footer .column-3{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}footer .column-3 .column{flex-grow:1;width:300px}footer .column-3 .column ul{list-style-type:none}footer .column-3 .column ul li a{color:#fff;text-decoration:none}footer .baseline{color:#fff;text-align:center;padding:10px}footer .baseline a{color:#fff;text-decoration:none}.cookie-banner{position:fixed;bottom:25px;right:25px;width:450px;height:150px;background-color:#2c3093;color:#fff;border-radius:15px;box-shadow:0 0 5px #212121;display:flex;flex-direction:column;padding:10px 10px 20px;justify-content:space-between;z-index:99;max-width:calc(100% - 50px - 20px)}.cookie-banner a{color:#fff;text-decoration:none}.cookie-banner a:hover{text-decoration:underline}@media(prefers-color-scheme: dark){.cookie-banner{box-shadow:0 0 5px #fff}}.cookie-banner .button{text-align:center;background-color:#bf1f24;color:#fff;cursor:pointer;border-radius:10px;padding:5px 15px}.footer_embedded_en_newsletter{padding:0px 20px;color:#fff;text-align:center}.footer_embedded_en_newsletter .footerNewsletterSubmitted{display:none}.footer_embedded_en_newsletter a{color:#fff}.en_loader{font-family:"Oswald","Helvetica","Arial",sans-serif;background-color:#fff;position:fixed;top:0;left:0;height:100vh;width:100vw;z-index:100}@media(prefers-color-scheme: dark){.en_loader{background-color:#212121}}.en_loader.embedded{position:relative;width:100%;height:100%;min-height:300px}.en_loader .en_loading_activity{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:100px;width:100px}.en_loader .en_loading_activity .en_loading_spinner{height:100%;width:100%;animation-name:loadingSpin;animation-timing-function:cubic-bezier(0.8, 0, 0.2, 1);animation-iteration-count:infinite;animation-duration:4s;animation-delay:1s}.en_loader .en_loading_activity .en_loading_spinner #en_top{position:absolute;height:calc(50% - 14px);width:calc(50% - 14px);top:0;left:0;border-right:9px solid #212121;border-bottom:9px solid #212121}@media(prefers-color-scheme: dark){.en_loader .en_loading_activity .en_loading_spinner #en_top{border-right-color:#fff;border-bottom-color:#fff}}.en_loader .en_loading_activity .en_loading_spinner #en_left{position:absolute;height:calc(50% - 14px);width:calc(50% - 14px);top:50%;left:0;border-right:9px solid #2c3093;border-top:9px solid #2c3093}.en_loader .en_loading_activity .en_loading_spinner #en_right{position:absolute;height:calc(50% - 14px);width:calc(50% - 14px);top:0;left:50%;border-left:9px solid #bf1f24;border-bottom:9px solid #bf1f24}.en_loader .en_loading_activity .en_loading_spinner #en_bottom{position:absolute;height:calc(50% - 14px);width:calc(50% - 14px);top:50%;left:50%;border-left:9px solid #212121;border-top:9px solid #212121}@media(prefers-color-scheme: dark){.en_loader .en_loading_activity .en_loading_spinner #en_bottom{border-left-color:#fff;border-top-color:#fff}}.en_loader #title{position:absolute;top:calc(50% + 100px);left:50%;transform:translateX(-50%)}.en_loader #title #expat{color:#bf1f24}.en_loader #title #network{color:#2c3093}.en_posts_block{display:flex;flex-direction:row}.en_posts_block .post_item{position:relative;overflow:hidden}.en_posts_block .post_item a{color:#fff;text-decoration:none}.en_posts_block .post_item .post_image{width:100%;height:300px;z-index:0}.en_posts_block .post_item .post_image img{height:100%;width:100%;object-fit:contain;object-position:top}.en_posts_block .post_item .post_data{position:absolute;top:50%;width:calc(100% - 20px);height:calc(100% - 20px);padding:10px;background-color:#2c3093AA;transition:all .2s;clip-path:polygon(0% 50px, 100% 0%, 100% 100%, 0% 100%)}.en_posts_block .post_item .post_data h4{text-align:right}.en_posts_block .post_item .post_data .mask{float:left;width:100%;height:50px;clip-path:polygon(0% 0%, 100% 0%, 0% 100%);shape-outside:polygon(0% 0%, 100% 0%, 0% 100%)}.en_posts_block .post_item:hover .post_data{top:0%;background-color:#2c3093;clip-path:polygon(0 0, 100% 0, 100% 100%, 0 100%)}.en_posts_block .post_item:hover .post_data .mask{height:0}.en_posts_block.layout-horizontal{clear:both;flex-direction:column}.en_posts_block.layout-horizontal .post_item{height:300px}.en_posts_block.layout-horizontal .post_item>a{height:100%;display:flex;flex-direction:row}.en_posts_block.layout-horizontal .post_item>a:hover .post_data{background-color:#c3c3c3}.en_posts_block.layout-horizontal .post_item>a .post_image{width:auto;flex:33% 1 1}.en_posts_block.layout-horizontal .post_item>a .post_data{top:0;position:relative;clip-path:none;background-color:rgba(0,0,0,0);color:#212121;height:100%}@media(prefers-color-scheme: dark){.en_posts_block.layout-horizontal .post_item>a .post_data{color:#fff}}.en_posts_block.layout-horizontal .post_item>a .post_data h4{text-align:left}.en_posts_block.layout-horizontal .post_item>a .post_data .mask{display:none}.en_posts_block.layout-horizontal .post_item>a .post_data .read-more-button{background-color:#bf1f24;color:#fff;padding:5px 15px;border-radius:4px;float:right}.en_posts_block .post_navs{text-align:center}.en_posts_block .post_navs .pagination .page-numbers{background-color:#bf1f24;color:#fff;margin:0 5px;width:40px;height:40px;line-height:40px;border-radius:50%;display:inline-block}.expat_login_block{text-align:center}.expat_login_block label{display:block}.expat_login_block input[type=text],.expat_login_block input[type=password]{padding:5px 10px;font-size:16px;background-color:#fff;color:#212121}@media(prefers-color-scheme: dark){.expat_login_block input[type=text],.expat_login_block input[type=password]{background-color:#212121;color:#fff;border:#fff 1px solid}}.expat_login_block input[type=submit]{appearance:none;background-color:#bf1f24;color:#fff;border:none;padding:5px 15px;border-radius:5px}.expat_login_block .login_error strong{color:#bf1f24}.expat_register_block div.form_field{display:grid;grid-template-columns:1fr 3fr;padding-top:5px;padding-bottom:5px}.expat_register_block div.form_field div{display:inline-block}.expat_register_block div.form_field div .helper_text{display:block;font-style:italic;font-size:14px}.expat_register_block select,.expat_register_block input[type=text],.expat_register_block input[type=email],.expat_register_block input[type=password]{padding:5px 10px;font-size:16px;background-color:#fff;color:#212121}@media(prefers-color-scheme: dark){.expat_register_block select,.expat_register_block input[type=text],.expat_register_block input[type=email],.expat_register_block input[type=password]{background-color:#212121;color:#fff;border:#fff 1px solid}}.expat_register_block input[type=submit]{appearance:none;background-color:#bf1f24;color:#fff;border:none;padding:5px 15px;border-radius:5px}.expat_register_block .hp_disp_neg{display:none}.expat_register_block .login_error strong{color:#bf1f24}.outter-carousel-image-section{display:flex;flex-direction:row;flex-wrap:nowrap;max-height:150px;overflow:hidden;text-align:center}.outter-carousel-image-section .carousel-image-card{height:100%;display:inline-block;max-width:calc((100% - 25px)/7)}.outter-carousel-image-section .carousel-image-card img.carousel-image-card-image{height:100%;width:100%;object-fit:contain}.sticky_menu{position:sticky;top:80px;height:50px;background-color:#fff;color:#212121;z-index:1;display:grid;grid-template-columns:8.3333333333% auto}@media(prefers-color-scheme: dark){.sticky_menu{background-color:#212121;color:#fff}}.sticky_menu .menu_icon_holder{height:50px;text-align:center}.sticky_menu .menu_icon_holder img{height:100%;object-fit:cover}.sticky_menu ul{list-style:none;padding:0;margin-top:auto;margin-bottom:auto;height:100%}.sticky_menu ul li{display:inline-block;height:100%;margin-right:15px}.sticky_menu ul li a{color:#212121;padding-top:5px;padding-bottom:5px;height:100%;line-height:50px}@media(prefers-color-scheme: dark){.sticky_menu ul li a{color:#fff}}.sticky_menu ul li:hover{background-color:#c3c3c3}.sticky_menu ul.menu{height:100%}.sticky_menu ul.menu>div{height:100%}@media screen and (max-width: 900px){.sticky_menu ul.menu{position:fixed;left:0px;transform:translateX(-100%);top:80px;transition:all .5s;width:100%;background-color:#fff}}@media screen and (max-width: 900px)and (prefers-color-scheme: dark){.sticky_menu ul.menu{background-color:#212121}}@media screen and (max-width: 900px){.sticky_menu ul.menu.display{display:flex;flex-direction:column;transform:translateX(0%)}.sticky_menu ul.menu.display li{display:block;text-align:center}}.sticky_menu .sticky-mobile-menu-toggle{display:none;position:absolute;right:20px;top:0px;height:40px;width:40px;cursor:pointer}@media screen and (max-width: 900px){.sticky_menu .sticky-mobile-menu-toggle{display:block}}.sticky_menu .sticky-mobile-menu-toggle #menu-icon{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:24px;height:4px;background-color:#212121;border-radius:2px;transition:all .2s}@media(prefers-color-scheme: dark){.sticky_menu .sticky-mobile-menu-toggle #menu-icon{background-color:#fff}}.sticky_menu .sticky-mobile-menu-toggle #menu-icon::before{content:"";width:24px;height:4px;background-color:#212121;position:absolute;top:-8px;border-radius:2px;transition:all .2s;left:0}@media(prefers-color-scheme: dark){.sticky_menu .sticky-mobile-menu-toggle #menu-icon::before{background-color:#fff}}.sticky_menu .sticky-mobile-menu-toggle #menu-icon::after{content:"";width:24px;height:4px;background-color:#212121;position:absolute;top:8px;border-radius:2px;transition:all .2s;left:0}@media(prefers-color-scheme: dark){.sticky_menu .sticky-mobile-menu-toggle #menu-icon::after{background-color:#fff}}.sticky_menu .sticky-mobile-menu-toggle #menu-icon.active{height:0}.sticky_menu .sticky-mobile-menu-toggle #menu-icon.active::before{transform:rotate(45deg);top:-2px}.sticky_menu .sticky-mobile-menu-toggle #menu-icon.active::after{transform:rotate(-45deg);top:-2px}.en_newsletter_signup .abc123{display:none !important}.en_newsletter_signup input[type=text],.en_newsletter_signup input[type=email],.en_newsletter_signup input[type=tel],.en_newsletter_signup select{display:block;width:100%;margin:5px 0;font-size:18px;box-sizing:border-box}.en_newsletter_signup button,.en_newsletter_signup input[type=submit]{font-size:20px;width:100%;appearance:none;border:none;background-color:#6ab165;color:#fff;padding:5px 15px;margin:5px 0}.newsletterSubmitted{display:none}.mauticform_wrapper form input[type=text],.mauticform_wrapper form input[type=email],.mauticform_wrapper form input[type=tel],.mauticform_wrapper form select{display:block;width:100%;margin:5px 0;font-size:18px;box-sizing:border-box}.mauticform_wrapper form button,.mauticform_wrapper form input[type=submit]{font-size:20px;width:100%;appearance:none;border:none;background-color:#6ab165;color:#fff;padding:5px 15px;margin:5px 0}html,body{margin:0;font-family:"Raleway","Helvetica","Arial",sans-serif;color:#212121;background-color:#fff}@media(prefers-color-scheme: dark){html,body{color:#fff;background-color:#212121}}