/*
Theme Name: Avalar Child
Theme URI: avalar.com
Template: avalar
Author: Vrishank
Author URI: avalar.com
Description: Crafting structures built with expertise
Tags: custom-background,custom-colors,featured-images,flexible-header,microformats,post-formats,rtl-language-support,theme-options,translation-ready,accessibility-ready
Version: 2.0.1740380037
Updated: 2025-02-24 06:53:57

*/
@font-face {
    font-family: 'Linear Grotesk';
    src: url('../avalar-child/fonts/LinearGrotesk-Regular.woff2') format('woff2'),
        url('../avalar-child/fonts/LinearGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Linear Grotesk';
    src: url('../avalar-child/fonts/LinearGrotesk-Black.woff2') format('woff2'),
        url('../avalar-child/fonts/LinearGrotesk-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}



html {
    scroll-behavior: smooth;
    min-width: initial;
}
html::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: transparent;
}

html::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
     font-family: 'Linear Grotesk';
}

html::-webkit-scrollbar-thumb {
    background-color: rgb(197 197 197 / 80%);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.elementor-kit-10 { --e-global-typography-primary-font-family: 'Linear Grotesk' !important; font-family: 'Linear Grotesk' !important;}

.theme-scrollbar::-webkit-scrollbar-track, .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track, .modal::-webkit-scrollbar-track, .select.large .list ul::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: transparent;
}

.theme-scrollbar::-webkit-scrollbar, .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar, .modal::-webkit-scrollbar, .select.large .list ul::-webkit-scrollbar {
    width: 4px;
    background-color: transparent;
}

.theme-scrollbar::-webkit-scrollbar-thumb, .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb, .modal::-webkit-scrollbar-thumb, .select.large .list ul::-webkit-scrollbar-thumb {
    background-color: #e0e0e0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
body,
body.elementor-page, 
body.elementor-editor-active,
body.elementor-editor-preview {
    font-family: 'Linear Grotesk' !important;
    
    touch-action: pan-y;
    overscroll-behavior-y: auto;
    overscroll-behavior-x: none;
    position: relative !important;
}

 
  
.navbar-collapse {
    flex-grow: 0!important;
}
/* Flag hover effect */
.flag-container {
    position: relative;
    width: 50px;
    height: 25px;
    display: inline-block;
    cursor: pointer;
}

.flag-container .flag {
    position: absolute;
    width: 100%;
    height: auto;
    transition: opacity 0.3s ease-in-out;
}

.flag-container .flag-hover {
    opacity: 0;
}

.flag-container:hover .flag-default {
    opacity: 0;
}

.flag-container:hover .flag-hover {
    opacity: 1;
}

/* Sidebar Styles */
.sidebar {
    position: fixed;
    top: 66px;
    right: -550px;
    width: 550px;
    height: calc(100vh - 66px); /* ✅ CHANGED: Account for header height */
    background: white;
    transition: right 0.3s ease-in-out;
    box-shadow: -2px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 80px 60px;
    overflow-y: auto; /* ✅ ADD THIS: Enable vertical scrolling */
    overflow-x: hidden; /* ✅ ADD THIS: Prevent horizontal scroll */
}

.sidebar.active {
    right: 0;
}

/* Overlay Effect */
.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;
    z-index: 998; /* Below sidebar but above content */
}

.sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
}

.sidebar {
    z-index: 999; /* Above overlay */
}

/* Prevent body scroll when sidebar is open */
body.sidebar-open {
    overflow: hidden;
    height:100% !important;
}


#header {
    background: #E9E9E9 !important;
}
/* Burger Menu Styles */
.navbar-toggler {
    width: 45px;
    height: 30px;
    display: flex;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    flex-direction: column;
    justify-content: space-between;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.navbar-toggler span {
    display: block;
    height: 2px;
    margin-bottom:7px;
    background-color: black;
    transition: all 0.3s ease-in-out;
}

/* Default Line Styles */
.navbar-toggler span:nth-child(1) {
    width: 22px;  /* Half width */
    margin-left: 0;
}

.navbar-toggler span:nth-child(2) {
    width: 45px;  /* Full width */
}

.navbar-toggler span:nth-child(3) {
    width: 45px;  /* Full width */
}

/* Hover Effect */
.navbar-toggler:hover span:nth-child(1) {
    margin-left: 23px; /* Moves right */
}

.navbar-toggler:hover span:nth-child(3) {
    width: 22px; /* Shrinks to half */
}
.navbar-toggler.close-icon .top {
    transform: rotate(45deg) translate(10px, 5px);
    width: 30px;
}

.navbar-toggler.close-icon .middle {
    opacity: 0;
}

.navbar-toggler.close-icon .bottom {
    transform: rotate(-45deg) translate(7px, -3px);
    width: 30px;
}
/* Remove Hover When Active */
.navbar-toggler.close-icon:hover .top,
.navbar-toggler.close-icon:hover .bottom {
    transform: none;
    margin-left:0 !important;
    width:auto !important;
}
.navbar-toggler:focus {
    box-shadow: none !important;
    outline: 0;
    text-decoration: none;
}
.navbar-nav li.head a{color:#083835; font-size:45px; line-height:50px; letter-spacing:.23px; cursor:none;}
.navbar-nav li a{color:#000000; font-size:28px; line-height:44px; letter-spacing:.14px; font-weight:500;}
.dropdown-menu li a{ 
text-align: left;
font-size: 18px; line-height:22px; font-family: Linear Grotesk; font-weight: 500;
letter-spacing: 0.09px; padding: 5px 0;
color: #083835;}
@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: column !important;
         flex-direction: column !important;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding: 0 !important;
        
    }
    .navbar-expand-md .navbar-nav .nav-link:hover {color:#D4AD2D;}
     
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: relative !important;
        box-shadow: none !important;
        border: none !important;
        padding: 0;
        margin: 0;
		display:block;
    }



}
.career-apply-btn { 
    background-color: var(--e-global-color-8164ea4);
font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.08px;
  cursor: pointer;
    color: #FFFFFF;
    height:42px;
    padding: 12px 30px 12px 30px !important;
    border-radius: 6px 6px 6px 6px;
    }
    .career-apply-btn:hover { 
    background-color: #000;
font-size: 16px;
cursor: pointer;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.08px;
    height:42px;
    color: #FFFFFF !important;
    padding: 12px 30px 12px 30px !important;
    border-radius: 6px 6px 6px 6px;
    }
.menu-desc {
    display: block;
    font-size: 14px;
    line-height:22px;
    color: #505050;
    margin-top: 6px;
    letter-spacing:.07px;
    text-transform:uppercase;
}
#footer {
    background-color:#073835 !important;
    padding-top:50px;
    padding-bottom:20px;
}
.menu-footer-menu-container, .menu-footer-menu-one-container, .menu-footer-menu-one-container, ul {
    padding:0;
    margin:0;
}
.menu-footer-menu-container, .menu-footer-menu-one-container, .menu-footer-menu-two-container, ul li {list-style:none; padding-bottom:5px;}
#menu-footer-menu, #menu-item-32, #menu-item-32, li a {
    font-size:18px;
    line-height:30px;
    letter-spacing: 0.09px;
    color: #FFFFFF;
    }
    h2.wp-block-heading {
    color: #D4AD2D;
    font-size:18px;
    line-height:36px;
    letter-spacing: 0.09px;
}
.wp-block-column p, #footer p{
font-size: 15px;
line-height:20px;
letter-spacing: 0.08px;
color: #fff;
}
.dropdown-item:focus, .dropdown-item:hover {background:transparent !important;}
#footer .is-layout-flex {
    align-items: flex-start !important;
}
ol, ul {
    padding-left: 0rem !important;
}
.wp-block-social-links {padding:0; margin:0;}
.wp-block-social-links li {list-style:none; display:inline;}
.wp-social-link a svg {fill:#D4AD2D;}
.midde-address {gap:5em !important;}
.footer-top .container-fluid, .footer-bottom .container-fluid, .footer-middle .container-fluid, #header .container-fluid{--bs-gutter-x: 8.9rem;}

@media screen and (max-width: 600px) {
   .footer-top .container-fluid, .footer-bottom .container-fluid, .footer-middle .container-fluid, #header .container-fluid{--bs-gutter-x: 3.5rem;}
.sidebar {
    position: fixed;
    top: 66px;
    right: -100%;
    width: 100%;
     height: calc(100% - 66px); /* important */
        padding: 30px 19px 80px;   /* extra bottom padding */
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch; /* smooth + fix iOS */
}
.sidebar-nav img{
    width:100%;
}
header {
    position: relative;
    
}
.fixed-bottom, .fixed-top {
    left: 0;
    position: fixed !important;
    right: 0;
    z-index: 1030;
    width: 100%;
}
.fixed-bottom{bottom:0 !important}.fixed-top{top:0 !important;}
.footer-contact-item:nth-child(2), .footer-contact-item:nth-child(3) {align-items:flex-start !important;}
}
.elementor-widget-ucaddon_uc_carousel_partial {position: relative; overflow: hidden;}
#menu-footer-menu-one .sub-menu li a{font-family: Linear Grotesk; font-size: 13px; line-height: 22px;
letter-spacing: 0.07px;
color: #FFFFFF;}
.footer-divider {background:#9A7600; height:1px; margin-top:30px; margin-bottom: 20px}
.footer-contact-title {    font-family: Linear Grotesk;
    letter-spacing: 0.09px;
    color: #D4AD2D;
    font-size: 18px;
    line-height: 30px;}
    .footer-contact-text, .footer-contact-text a {font-size: 16px; line-height:20px;
letter-spacing: 0.08px;
color: #fff !important; margin-bottom:10px; margin-top:0 !important;}
#footer .row{    align-items: center;}
.footer-contact-item:nth-child(2), .footer-contact-item:nth-child(3){    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;}

/* Project Cards/Boxes Styles */
.project-card,
.project-item,
.project-box,
.elementor-post__card,
.elementor-post,
.elementor-posts-container .elementor-post,
.elementor-posts .elementor-post,
.avalar-project-card {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 5px 15px 15px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.project-card:hover,
.project-item:hover,
.project-box:hover,
.elementor-post__card:hover,
.elementor-post:hover,
.elementor-posts-container .elementor-post:hover,
.elementor-posts .elementor-post:hover,
.avalar-project-card:hover {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 5px 15px 15px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    transform: translateY(-5px);
}

/* For Elementor Posts Widget */
.elementor-posts-container article,
.elementor-posts article,
.elementor-post__card {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 5px 15px 15px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.elementor-posts-container article:hover,
.elementor-posts article:hover,
.elementor-post__card:hover {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 5px 15px 15px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    transform: translateY(-5px);
}

/* For any box/card with class containing 'project' */
 .project_card {background:#fff;}

.project_card:hover{
    
    box-shadow: 5px 15px 15px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    transform: translateY(-5px);
}

div#sidebar {
    display: none;
}
/* Base styles */
.uc_quote_info .ue_text p {
  height: auto;
  min-height: 190px;
}

.uc_quote_slider .owl-item {
  height: auto;
  min-height: 510px;
}

.uc_marquee .uc-items-wrapper {
  transform: none !important;
}

/* Responsive adjustments for laptops (1366px and similar) */
@media screen and (max-width: 1440px) {
  .uc_quote_info .ue_text p {
    height: auto;
    min-height: 150px;
  }
  
  .uc_quote_slider .owl-item {
    height: auto;
    min-height: 400px;
  }
}

/* For smaller laptops */
@media screen and (max-width: 1366px) {
  .uc_quote_info .ue_text p {
    height: auto;
    min-height: 120px;
  }
  
  .uc_quote_slider .owl-item {
    height: auto;
    min-height: 350px;
  }
}

/* For tablets and smaller */
@media screen and (max-width: 1024px) {
  .uc_quote_info .ue_text p {
    height: auto;
    min-height: 100px;
  }
  
  .uc_quote_slider .owl-item {
    height: auto;
    min-height: 300px;
  }
}

/* ========== DOWNLOAD POPUP OVERLAY ========== */
.download-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 999999;
    opacity: 0;
    transition: opacity 0.3s ease;
    backdrop-filter: blur(3px);
}

.download-popup-overlay.active {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    height: 100vh;
}

/* ========== DOWNLOAD POPUP CONTAINER ========== */
.download-popup {
    background: #D5DCDC;
    border-radius: 8px;
    max-width: 650px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    padding: 0;
    transform: scale(0.95);
    transition: transform 0.3s ease;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    display: block;
}
.download-popup-body{display:flex;}

.download-popup-overlay.active .download-popup {
    transform: scale(1);
     padding: 45px 40px;
}

/* ========== LEFT SECTION (Image) ========== */
.download-popup-left {
 
    flex: 0 0 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.download-popup-left img {
    max-width: 100%;
    height: auto;
    transform: rotate(-5deg);
    transition: transform 0.3s ease;
}

.download-popup-left:hover img {
    transform: rotate(0deg) scale(1.05);
}

/* ========== RIGHT SECTION (Form) ========== */
.download-popup-right {
    flex: 1;
  
    border-radius: 0 8px 8px 0;
}

/* ========== CLOSE BUTTON ========== */
.download-popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    border: none;
    font-size: 32px;
    cursor: pointer;
    color: #333;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border-radius: 50%;
    line-height: 1;
    padding: 0;
    z-index: 10;
}

.download-popup-close:hover {
    background: rgba(0, 0, 0, 0.1);
    transform: rotate(90deg);
}

/* ========== POPUP HEADER ========== */
.download-popup-header h2 {
    margin: 0 0 10px;
text-align: center;
font-size: 28px;
line-height: 32px;
font-weight:500;
font-family: 'Linear Grotesk';
letter-spacing: 0.28px;
color: #073835;
}

.download-popup-header p {
    margin: 0 0 30px;
 text-align: center;
font-size: 20px;
line-height: 26px;
font-weight:400;
font-family: 'Linear Grotesk';
letter-spacing: 0.1px;
color: #000000;
}

/* ========== FORM FIELDS ========== */
.download-popup-right .wpcf7-form {
    margin: 0;
}

.download-form-field {
    margin-bottom: 20px;
}

.download-popup input[type="text"],
.download-popup input[type="email"] {
    width: 100%;
    height:48px;
    padding: 14px 18px;
 background: #FFFFFF 0% 0% no-repeat padding-box;
border: 1px solid #707070;
border-radius: 6px;
    transition: all 0.3s ease;
  font-size: 14px;
  line-height:18px;
  font-family:'Linear Grotesk';
letter-spacing: 0.14px;
color: #A7A7A7;
    box-sizing: border-box;
}

.download-popup input::placeholder {
    color: #999;
    font-weight: 400;
}

.download-popup input:focus {
    outline: none;
    border-color: #1a3a3a;
    box-shadow: 0 0 0 3px rgba(26, 58, 58, 0.08);
}

/* ========== CHECKBOX STYLING ========== */
.download-popup .wpcf7-list-item {
    margin: 0;
}

.download-popup .wpcf7-list-item-label {
    display: flex;
    align-items: center;
  font: normal normal normal 14px/18px Linear Grotesk;
letter-spacing: 0.14px;
color: #073835;
    cursor: pointer;
}

.download-popup input[type="checkbox"] {
    width: 12px;
    height: 12px;
    margin-right: 10px;
    cursor: pointer;
    accent-color: #073835;
}

/* ========== DOWNLOAD BUTTON ========== */
.download-popup .download-submit-btn {
    background: #D4AD2D;
    height:48px;
    color: #073835;
    border: none;
  font-weight:900;
  font-size:18px;
  line-height:26px;
border-radius: 6px;
font-family:'Linear Grotesk';
letter-spacing: 0.4px;
color: #073835;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
    margin-top: 10px;
}

.download-popup .download-submit-btn:hover {
    background: #c29d2e;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
}

/* ========== RESPONSE MESSAGES ========== */
.download-popup .wpcf7-response-output {
    margin: 15px 0 0;
    padding: 12px 15px;
    border-radius: 4px;
    font-size: 13px;
    border: none;
}

.download-popup .wpcf7-validation-errors {
    background: #f8d7da;
    color: #721c24;
}

.download-popup .wpcf7-mail-sent-ok {
    background: #d4edda;
    color: #155724;
}

.download-popup .wpcf7-not-valid-tip {
    font-size: 12px;
    color: #dc3545;
    margin-top: 5px;
}

/* ========== RESPONSIVE DESIGN ========== */
@media (max-width: 768px) {
    .download-popup {
        flex-direction: column;
        width: 95%;
        max-height: 95vh;
    }
    
    .download-popup-left {
        flex: 0 0 auto;
        padding: 30px;
        border-radius: 8px 8px 0 0;
    }
    
    .download-popup-right {
        padding: 30px 25px;
        border-radius: 0 0 8px 8px;
    }
    
    .download-popup-header h2 {
        font-size: 24px;
    }
    
    .download-popup-close {
        top: 15px;
        right: 15px;
        background: rgba(255, 255, 255, 0.9);
    }
}

@media (max-width: 600px) {
    .download-popup-left {
        padding: 25px 20px;
    }
    .download-popup-body {flex-direction:column;}
    .download-popup-right {
        padding: 25px 20px;
    }
    
    .download-popup-header h2 {
        font-size: 20px;
    }
    
    .download-popup-header p {
        font-size: 13px;
    }
    
    .download-popup .download-submit-btn {
        padding: 14px 35px;
        font-size: 14px;
    }
}

/* ========== MENU ITEM TRIGGER ========== */
.download-profile-trigger {
    cursor: pointer;
}
#footer .menu-item a[aria-current=page] {
    color: #D4AD2D !important;
}

/* Add this class to body when popup opens */
/* Prevent scroll when popup is active */
body.career-popup-active {
  overflow: hidden !important;
  height: 100vh !important;
  background: rgba(0, 0, 0, 0.75);
}

body.career-popup-active #smooth-wrapper {
  overflow: hidden !important;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
}

body.career-popup-active #smooth-content {
  overflow: hidden !important;
  touch-action: none !important;
  pointer-events: none !important;
}

/* Allow interaction with popup */
body.career-popup-active .career-popup-overlay {
  pointer-events: auto !important;
}
/* Prevent scroll when popup is active */
body.popup-active {
    overflow: hidden !important;
    position: fixed !important;
    width: 100% !important;
    height: 100vh !important;
}

body.popup-active #smooth-wrapper {
    overflow: hidden !important;
    height: 100vh !important;
    position: fixed !important;
}

body.popup-active #smooth-content {
    pointer-events: none !important;
}

/* Allow interaction only with popup */
.download-popup-overlay.active,
.download-popup-overlay.active * {
    pointer-events: auto !important;
}

.social {
    display: flex;
    margin-top:20px;
    padding: 20px 0;
    border-top:1px solid #D4AD2D;
      border-bottom:1px solid #D4AD2D;
}

.social h3 {
  font-weight: 500; font-size: 28px; 
  line-height: 38px;
  font-family: 'Linear Grotesk';
letter-spacing: 0.14px;
color: #D4AD2D;
margin:0;
}

.social ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.social ul li{margin:0 15px;}

.social ul li a svg {
    width: auto;
    height: 20px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.social ul li a:hover svg {
    transform: scale(1.15);
    opacity: 0.8;
}

/* RESPONSIVE */
@media (max-width: 600px) {
    .social {
        padding: 15px 0;
    }
    
    .social ul {
        gap: 12px;
    }

    .social h3 {
        font-size: 18px;
    }

    .social ul li a svg {
        width: 24px;
    }
}

.dropdown-item:focus, .dropdown-item:hover{background-color: transparent !important;
    background-image: none !important;
    
}

.dropdown-item.active, .dropdown-item:active {
    background-color: transparent !important;
    background-image: transparent !important;
    color:#000 !important;
    text-decoration: none;
}

.dropdown-menu li> a::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 8px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.027' height='10.273' viewBox='0 0 6.027 10.273'%3E%3Cpath d='M1260.122,2892.6l3.613,3.8-3.613,3.646' transform='translate(-1258.707 -2891.186)' fill='none' stroke='%23d4ad2d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  
    transition: transform 0.3s ease;
}
.elementor-icon-box-description, .swiper-slide h5, .vertical-slider-with-icon-and-details-section h4, .uc_classic_content_content p, .ue-subtitle, .ue-title {font-family: 'Linear Grotesk' !important;}
 