@font-face{font-family:"Thmanyah Serif Display";src:url("/media/fonts/thmanyahserifdisplay-Light.woff2") format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:"Thmanyah Serif Display";src:url("/media/fonts/thmanyahserifdisplay-Regular.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Thmanyah Serif Display";src:url("/media/fonts/thmanyahserifdisplay-Medium.woff2") format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Thmanyah Serif Display";src:url("/media/fonts/thmanyahserifdisplay-Bold.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Thmanyah Serif Display";src:url("/media/fonts/thmanyahserifdisplay-Black.woff2") format("woff2");font-weight:900;font-style:normal;font-display:swap}*{box-sizing:border-box;padding:0;margin:0;outline:0}html,body{font-size:14px;padding:0;margin:0;color:#667e9b;height:100%;width:100%;font-family:"Thmanyah Serif Display"}a:hover{text-decoration:none}img{max-width:100%}@media(max-width: 991px){.container{max-width:100%}}button{font-family:"Alexandria",sans-serif}.empty-state-container{text-align:center;padding:40px;border-radius:10px;margin-top:40px;margin-bottom:40px}.empty-state-container h2{font-size:24px;font-weight:600;direction:rtl}.empty-state-container .add-rental-btn{background:#2d9cdb;color:#fff;padding:10px 20px;border-radius:5px;text-decoration:none;display:inline-block;margin-top:16px}.black-img{filter:brightness(0%) !important}.w-10{width:10px !important}.site-header{width:100%;background:#f7f7f7;padding:48px 56px;direction:rtl}@media(max-width: 575px){.site-header{padding:20px 16px}}@media(max-width: 1299px){.site-header{padding:20px 16px}}.site-header .header-container{width:100%;display:flex;align-items:center;justify-content:space-between;gap:48px}@media(max-width: 575px){.site-header .header-container{gap:12px;flex-wrap:nowrap}}.site-header .header-logo{display:inline-flex;align-items:center;flex-shrink:0}.site-header .header-logo svg{display:block;width:129px;height:auto;max-width:100%}@media(max-width: 575px){.site-header .header-logo svg{width:110px}}.site-header .header-logo img{display:block;width:170px;height:auto}@media(max-width: 575px){.site-header .header-logo img{width:130px}}.site-header .header-nav--desktop{flex:1;display:flex;justify-content:center}@media(max-width: 575px){.site-header .header-nav--desktop{display:none}}.site-header .header-nav--desktop ul{display:flex;align-items:center;justify-content:center;gap:33px;margin:0;padding:0;list-style:none}.site-header .header-nav--desktop ul li{margin:0;padding:0}.site-header .header-nav--desktop ul li a{display:inline-flex;align-items:center;color:#777;font-size:15px;font-weight:500;line-height:1.4;text-decoration:none;white-space:nowrap;transition:color .25s ease}.site-header .header-nav--desktop ul li a:hover,.site-header .header-nav--desktop ul li a:focus{color:#1c9ed6;outline:none}.site-header .header-nav--desktop ul li a.active{color:#1c9ed6;font-weight:700}.site-header .header-actions{display:flex;align-items:center;gap:26px;flex-shrink:0}@media(max-width: 575px){.site-header .header-actions{display:none}}.site-header .header-menu-toggle{display:none;flex-shrink:0;width:44px;height:44px;padding:0;border:0;border-radius:8px;background:#e9f7fd;color:#1687bb;cursor:pointer;transition:background .25s ease}@media(max-width: 575px){.site-header .header-menu-toggle{display:inline-flex;align-items:center;justify-content:center}}.site-header .header-menu-toggle:hover,.site-header .header-menu-toggle:focus{background:#d9f0fa;outline:none}.site-header .header-menu-toggle:focus-visible{outline:2px solid #1c9ed6;outline-offset:2px}.site-header .header-menu-toggle__icon{display:inline-flex;flex-direction:column;justify-content:center;gap:5px;width:20px;height:16px}.site-header .header-menu-toggle__bar{display:block;width:100%;height:2px;border-radius:999px;background:currentColor;transition:transform .25s ease,opacity .25s ease}.site-header.is-menu-open .header-menu-toggle__bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.site-header.is-menu-open .header-menu-toggle__bar:nth-child(2){opacity:0}.site-header.is-menu-open .header-menu-toggle__bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.site-header .header-mobile-menu{position:fixed;inset:0;z-index:1000000000;pointer-events:none;visibility:hidden;opacity:0;transition:opacity .3s ease,visibility .3s ease}@media(min-width: 576px){.site-header .header-mobile-menu{display:none}}.site-header.is-menu-open .header-mobile-menu{pointer-events:auto;visibility:visible;opacity:1}.site-header .header-mobile-menu__backdrop{position:absolute;inset:0;border:0;padding:0;background:rgba(0,0,0,.52);cursor:pointer}.site-header .header-mobile-menu__panel{position:absolute;top:0;right:0;width:min(320px,88vw);height:100%;display:flex;flex-direction:column;padding:20px 20px 28px;background:#fff;box-shadow:-12px 0 40px rgba(0,0,0,.14);transform:translateX(100%);transition:transform .3s ease;direction:rtl}.site-header.is-menu-open .header-mobile-menu__panel{transform:translateX(0)}.site-header .header-mobile-menu__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px;padding-bottom:16px;border-bottom:1px solid #eee}.site-header .header-mobile-menu__title{color:#111;font-size:18px;font-weight:700;line-height:1.2}.site-header .header-mobile-menu__close{width:40px;height:40px;border:0;border-radius:8px;background:#f3f3f3;color:#333;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:28px;line-height:1;transition:background .25s ease,color .25s ease}.site-header .header-mobile-menu__close:hover,.site-header .header-mobile-menu__close:focus{background:#e9f7fd;color:#1687bb;outline:none}.site-header .header-mobile-menu__nav{flex:1;overflow-y:auto}.site-header .header-mobile-menu__nav ul{margin:0;padding:0;list-style:none}.site-header .header-mobile-menu__nav li+li{margin-top:4px}.site-header .header-mobile-menu__nav a{display:flex;align-items:center;min-height:52px;padding:10px 4px;color:#555;font-size:17px;font-weight:500;line-height:1.4;text-decoration:none;transition:color .25s ease}.site-header .header-mobile-menu__nav a:hover,.site-header .header-mobile-menu__nav a:focus{color:#1c9ed6;outline:none}.site-header .header-mobile-menu__nav a.active{color:#1c9ed6;font-weight:700}.site-header .header-mobile-menu__footer{margin-top:24px;padding-top:20px;border-top:1px solid #eee}.site-header .login-btn--mobile{display:flex;align-items:center;justify-content:center;width:100%;min-height:50px;padding:14px 20px;text-align:center}.site-header .icon-button,.site-header .language-button{width:48px;height:48px;border:0;border-radius:50%;background:#e9f7fd;color:#1687bb;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .25s ease,background .25s ease}@media(max-width: 575px){.site-header .icon-button,.site-header .language-button{width:40px;height:40px}}.site-header .icon-button:hover,.site-header .icon-button:focus,.site-header .language-button:hover,.site-header .language-button:focus{background:#d9f0fa;transform:translateY(-1px);outline:none}@media(max-width: 575px){.site-header .icon-button:hover,.site-header .icon-button:focus,.site-header .language-button:hover,.site-header .language-button:focus{transform:none}}.site-header .icon-button img,.site-header .language-button img{width:24px;height:24px;object-fit:contain}@media(max-width: 575px){.site-header .icon-button img,.site-header .language-button img{width:20px;height:20px}}.site-header .language-button{font-size:17px;font-weight:600}@media(max-width: 575px){.site-header .language-button{font-size:14px}}.site-header .user-menu{display:flex;align-items:center;gap:10px;direction:rtl}@media(max-width: 575px){.site-header .user-menu{gap:7px}}.site-header .user-menu.user-menu--desktop{position:relative}.site-header .user-menu.user-menu--mobile{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #eee}.site-header .user-menu.user-menu--mobile .user-info{display:flex}.site-header .user-menu .user-avatar{width:47px;height:47px;border-radius:50%;object-fit:cover;flex-shrink:0}@media(max-width: 575px){.site-header .user-menu .user-avatar{width:42px;height:42px}}.site-header .user-menu .user-info{display:flex;flex-direction:column;align-items:flex-start;gap:0}@media(max-width: 575px){.site-header .user-menu .user-info{display:none}}.site-header .user-menu .user-info .user-greeting{color:#777;font-size:14px;font-weight:500;line-height:1.1}.site-header .user-menu .user-info .user-name{color:#111;font-size:14px;font-weight:800;line-height:1.1}.site-header .user-menu .dropdown-button{width:32px;height:32px;border:0;background:rgba(0,0,0,0);color:#111;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:color .25s ease,transform .25s ease}@media(max-width: 575px){.site-header .user-menu .dropdown-button{width:26px;height:26px}}.site-header .user-menu .dropdown-button:hover,.site-header .user-menu .dropdown-button:focus{color:#1c9ed6;outline:none}.site-header .user-menu .dropdown-button span{font-size:22px;line-height:1}@media(max-width: 575px){.site-header .user-menu .dropdown-button span{font-size:18px}}.site-header .user-menu.is-open .dropdown-button{color:#1c9ed6;transform:rotate(180deg)}.site-header .user-menu .user-dropdown{position:absolute;top:calc(100% + 12px);left:0;z-index:100;min-width:260px;padding:8px 0;background:#fff;border-radius:8px;box-shadow:0 8px 28px rgba(0,0,0,.12);opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .25s ease,transform .25s ease,visibility .25s ease;pointer-events:none;padding-top:0px}.site-header .user-menu.is-open .user-dropdown{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.site-header .user-menu .user-dropdown__stats{display:flex;flex-direction:column;margin-bottom:10px}.site-header .user-menu .user-dropdown__stat{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 14px;background:#d6eff7;border-radius:4px;direction:rtl}.site-header .user-menu .user-dropdown__stat-label{color:#333;font-size:14px;font-weight:500;line-height:1.4}.site-header .user-menu .user-dropdown__stat-value{display:inline-flex;align-items:center;gap:4px;direction:rtl;color:#111;font-size:14px;font-weight:700;line-height:1.4;white-space:nowrap}.site-header .user-menu .user-dropdown__stat-value .user-menu-stat__currency-icon{width:13px;height:14px;flex-shrink:0;object-fit:contain}.site-header .user-menu .user-dropdown__list{margin:0;padding:0;list-style:none}.site-header .user-menu .user-dropdown__item{display:flex;align-items:center;gap:10px;width:100%;padding:12px 20px;color:#333;font-size:15px;font-weight:500;line-height:1.4;text-align:right;text-decoration:none;transition:background .2s ease,color .2s ease}.site-header .user-menu .user-dropdown__item-icon{width:20px;height:20px;flex-shrink:0;object-fit:contain}.site-header .user-menu .user-dropdown__item-text{flex:1}.site-header .user-menu .user-dropdown__item:hover,.site-header .user-menu .user-dropdown__item:focus{background:#f5fbfe;color:#1c9ed6;outline:none}.site-header .user-menu .user-dropdown__item--disabled{cursor:default;color:#777}.site-header .user-menu .user-dropdown__item--disabled:hover,.site-header .user-menu .user-dropdown__item--disabled:focus{background:rgba(0,0,0,0);color:#777}.site-header .user-menu .user-dropdown__item--logout{display:flex;align-items:center;justify-content:center;margin:8px 12px 4px;padding:11px 20px;border:1px solid #e25155;border-radius:3px;background:rgba(0,0,0,0);color:#e25155;font-weight:600;text-align:center;transition:background .2s ease,color .2s ease,border-color .2s ease;width:90%;margin:15px auto}.site-header .user-menu .user-dropdown__item--logout:hover,.site-header .user-menu .user-dropdown__item--logout:focus{background:rgba(226,81,85,.06);color:#e25155;border-color:#e25155;outline:none}.site-header .user-menu .user-dropdown__divider{height:1px;margin:6px 16px;background:#eee}.site-header .user-mobile-links__stats{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.site-header .user-mobile-links__stat{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 14px;background:#d6eff7;border-radius:4px;direction:rtl}.site-header .user-mobile-links__stat-label{color:#333;font-size:15px;font-weight:500;line-height:1.4}.site-header .user-mobile-links__stat-value{display:inline-flex;align-items:center;gap:4px;direction:rtl;color:#111;font-size:15px;font-weight:700;line-height:1.4;white-space:nowrap}.site-header .user-mobile-links__stat-value .user-menu-stat__currency-icon{width:13px;height:14px;flex-shrink:0;object-fit:contain}.site-header .user-mobile-links ul{margin:0;padding:0;list-style:none}.site-header .user-mobile-links li+li{margin-top:2px}.site-header .user-mobile-links__item{display:flex;align-items:center;gap:10px;min-height:48px;padding:8px 4px;color:#555;font-size:16px;font-weight:500;line-height:1.4;text-decoration:none;transition:color .25s ease}.site-header .user-mobile-links__item .user-dropdown__item-icon{width:20px;height:20px;flex-shrink:0;object-fit:contain}.site-header .user-mobile-links__item .user-dropdown__item-text{flex:1}.site-header .user-mobile-links__item:hover,.site-header .user-mobile-links__item:focus{color:#1c9ed6;outline:none}.site-header .user-mobile-links__item--disabled{cursor:default;color:#999}.site-header .user-mobile-links__item--disabled:hover,.site-header .user-mobile-links__item--disabled:focus{color:#999}.site-header .user-mobile-links__item--logout{display:flex;align-items:center;justify-content:center;margin-top:12px;padding:12px 20px;border:1px solid #e25155;border-radius:3px;background:rgba(0,0,0,0);color:#e25155;font-weight:600;min-height:auto;transition:background .2s ease,color .2s ease,border-color .2s ease}.site-header .user-mobile-links__item--logout:hover,.site-header .user-mobile-links__item--logout:focus{background:rgba(226,81,85,.06);color:#e25155;border-color:#e25155;outline:none}.site-header a.login-btn,.site-header button.login-btn{background:#2ba7df;padding:13px 20px;border:0;border-radius:3px;text-decoration:none;color:#fff;font-weight:600;font-family:inherit;font-size:inherit;cursor:pointer;transition:background .25s ease}.site-header a.login-btn.login-btn--desktop,.site-header button.login-btn.login-btn--desktop{display:inline-block}.site-header a.login-btn.login-btn--mobile,.site-header button.login-btn.login-btn--mobile{display:flex}.site-header a.login-btn:hover,.site-header a.login-btn:focus,.site-header button.login-btn:hover,.site-header button.login-btn:focus{background:#1995cf;color:#fff;outline:none}body.header-menu-open{overflow:hidden}.index .site-header .user-menu .dropdown-button{color:#fff}.contact-section{padding-block:80px;background-color:#f5f5f5;overflow:hidden}@media(max-width: 1299px){.contact-section{padding:64px}}@media(max-width: 575px){.contact-section{padding:20px}}.contact-section .contact-wrapper{max-width:1270px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:stretch}@media(max-width: 1299px){.contact-section .contact-wrapper{max-width:1120px;gap:36px}}@media(max-width: 575px){.contact-section .contact-wrapper{grid-template-columns:1fr;gap:24px}}.contact-section .contact-image{height:100%}@media(max-width: 575px){.contact-section .contact-image{order:-1}}.contact-section .contact-image img{width:100%;display:block;object-fit:cover;border-radius:24px;max-width:100%}@media(max-width: 1299px){.contact-section .contact-image img{border-radius:18px}}@media(max-width: 575px){.contact-section .contact-image img{border-radius:16px;min-height:260px;max-height:360px}}.contact-section .contact-content{display:flex;flex-direction:column;gap:32px}@media(max-width: 1299px){.contact-section .contact-content{gap:24px}}@media(max-width: 575px){.contact-section .contact-content{gap:20px}}.contact-section .section-header{max-width:1270px;margin:0 auto;margin-bottom:45px;display:flex;justify-content:flex-start}@media(max-width: 1299px){.contact-section .section-header{max-width:1120px;margin-bottom:36px}}@media(max-width: 575px){.contact-section .section-header{margin-bottom:26px;justify-content:center;text-align:center}}.contact-section .section-header h2{position:relative;margin:0;font-size:38px;font-weight:700;line-height:1.2;color:#111;padding-bottom:18px}@media(max-width: 1299px){.contact-section .section-header h2{font-size:32px;padding-bottom:14px}}@media(max-width: 575px){.contact-section .section-header h2{font-size:28px;line-height:1.3;padding-bottom:12px}}.contact-section .section-header h2::after{content:"";position:absolute;inset-inline-end:0;bottom:0;width:90px;right:0;height:4px;background-color:#41b6e6;border-radius:999px}@media(max-width: 1299px){.contact-section .section-header h2::after{width:72px;height:3px}}@media(max-width: 575px){.contact-section .section-header h2::after{width:64px;left:50%;right:auto;transform:translateX(-50%)}}.contact-section .contact-info-grid{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:20px}@media(max-width: 1299px){.contact-section .contact-info-grid{gap:16px}}@media(max-width: 575px){.contact-section .contact-info-grid{grid-template-columns:1fr;gap:14px}}.contact-section .contact-info-card{display:flex;align-items:flex-start;gap:14px;padding:24px 26px;background-color:#fff;border:1px solid #e2e2e2;border-radius:18px;transition:border-color .3s ease,transform .3s ease}@media(max-width: 1299px){.contact-section .contact-info-card{gap:12px;padding:20px 22px;border-radius:14px}}@media(max-width: 575px){.contact-section .contact-info-card{gap:12px;padding:18px;border-radius:16px}}.contact-section .contact-info-card:hover{border-color:#41b6e6;transform:translateY(-2px)}@media(max-width: 575px){.contact-section .contact-info-card:hover{transform:none}}.contact-section .contact-info-card img{width:22px;height:22px;object-fit:contain;flex-shrink:0;margin-top:2px}@media(max-width: 1299px){.contact-section .contact-info-card img{width:18px;height:18px}}@media(max-width: 575px){.contact-section .contact-info-card img{width:20px;height:20px}}.contact-section .contact-info-card h3{margin:0 0 8px;font-size:17px;font-weight:600;line-height:1.3;color:#111}@media(max-width: 1299px){.contact-section .contact-info-card h3{margin-bottom:6px;font-size:15px}}@media(max-width: 575px){.contact-section .contact-info-card h3{font-size:16px;margin-bottom:6px}}.contact-section .contact-info-card p{margin:0;font-size:14px;font-weight:400;line-height:1.7;color:#7b7b7b}@media(max-width: 1299px){.contact-section .contact-info-card p{font-size:13px;line-height:1.6}}@media(max-width: 575px){.contact-section .contact-info-card p{font-size:13px;line-height:1.7}}.contact-section .contact-form{padding:36px;background-color:#fff;border:1px solid #e2e2e2;border-radius:24px}@media(max-width: 1299px){.contact-section .contact-form{padding:28px;border-radius:18px}}@media(max-width: 575px){.contact-section .contact-form{padding:20px 16px;border-radius:18px}}.contact-section .form-grid{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:24px 20px}@media(max-width: 1299px){.contact-section .form-grid{gap:18px 16px}}@media(max-width: 575px){.contact-section .form-grid{grid-template-columns:1fr;gap:16px}}.contact-section .form-group{display:flex;flex-direction:column;gap:10px}@media(max-width: 1299px){.contact-section .form-group{gap:8px}}@media(max-width: 575px){.contact-section .form-group{gap:8px}}.contact-section .form-group.form-group-full{grid-column:1/-1}.contact-section .form-group label{font-size:15px;font-weight:500;line-height:1.4;color:#2a2a2a}@media(max-width: 1299px){.contact-section .form-group label{font-size:14px}}@media(max-width: 575px){.contact-section .form-group label{font-size:14px}}.contact-section .form-group input,.contact-section .form-group select,.contact-section .form-group textarea{width:100%;border:1px solid #cfcfcf;border-radius:9px;background-color:#fff;padding:11px 18px;font-weight:400;line-height:1.5;color:#111;outline:none;transition:border-color .3s ease,box-shadow .3s ease;font-family:"Alexandria",sans-serif;font-size:12px;text-align:right}@media(max-width: 1299px){.contact-section .form-group input,.contact-section .form-group select,.contact-section .form-group textarea{padding:10px 16px;border-radius:8px;font-size:11px}}@media(max-width: 575px){.contact-section .form-group input,.contact-section .form-group select,.contact-section .form-group textarea{min-height:50px;padding:12px 16px;border-radius:12px;font-size:14px}}.contact-section .form-group input::placeholder,.contact-section .form-group select::placeholder,.contact-section .form-group textarea::placeholder{color:#9c9c9c}.contact-section .form-group input:focus,.contact-section .form-group select:focus,.contact-section .form-group textarea:focus{border-color:#41b6e6;box-shadow:0 0 0 4px rgba(65,182,230,.12)}@media(max-width: 1299px){.contact-section .form-group input:focus,.contact-section .form-group select:focus,.contact-section .form-group textarea:focus{box-shadow:0 0 0 3px rgba(65,182,230,.1)}}@media(max-width: 575px){.contact-section .form-group input:focus,.contact-section .form-group select:focus,.contact-section .form-group textarea:focus{box-shadow:0 0 0 3px rgba(65,182,230,.12)}}.contact-section .form-group textarea{resize:vertical;min-height:60px;max-height:105px}@media(max-width: 1299px){.contact-section .form-group textarea{min-height:54px;max-height:92px}}@media(max-width: 575px){.contact-section .form-group textarea{min-height:140px;max-height:240px}}.contact-section .phone-field{display:flex;align-items:center;gap:12px}@media(max-width: 1299px){.contact-section .phone-field{gap:10px}}@media(max-width: 575px){.contact-section .phone-field{gap:10px}}.contact-section .phone-field select{flex:0 0 130px;cursor:pointer}@media(max-width: 1299px){.contact-section .phone-field select{flex:0 0 110px}}@media(max-width: 575px){.contact-section .phone-field select{flex:0 0 96px}}.contact-section .phone-field input{flex:1;min-width:0}.contact-section .form-actions{display:flex;justify-content:flex-start;margin-top:32px}@media(max-width: 1299px){.contact-section .form-actions{margin-top:24px}}@media(max-width: 575px){.contact-section .form-actions{margin-top:20px}}.contact-section .form-actions button{min-width:220px;border:none;border-radius:14px;font-family:"Alexandria";background-color:#2d9ed1;color:#fff;padding:10px 22px;font-size:24px;font-weight:600;line-height:1.2;cursor:pointer;transition:background-color .3s ease,transform .3s ease}@media(max-width: 1299px){.contact-section .form-actions button{min-width:180px;border-radius:11px;padding:9px 18px;font-size:20px}}@media(max-width: 575px){.contact-section .form-actions button{width:100%;min-width:100%;border-radius:12px;padding:12px 18px;font-size:17px}}.contact-section .form-actions button:hover{background-color:#238cbb;transform:translateY(-2px)}@media(max-width: 575px){.contact-section .form-actions button:hover{transform:none}}.contact-section .form-actions button:focus{outline:none;box-shadow:0 0 0 4px rgba(45,158,209,.18)}@media(max-width: 1299px){.contact-section .form-actions button:focus{box-shadow:0 0 0 3px rgba(45,158,209,.14)}}@media(max-width: 575px){.contact-section .form-actions button:focus{box-shadow:0 0 0 3px rgba(45,158,209,.16)}}.site-footer{position:relative;background-color:#050505;background-image:url("../images/footer-pattern.png");background-repeat:no-repeat;background-position:left top;background-size:contain;padding:70px 80px 30px;color:#fff;overflow:hidden}@media(max-width: 1299px){.site-footer{padding:35px 20px}}@media(max-width: 1199px){.site-footer{padding:60px 40px 30px}}@media(max-width: 991px){.site-footer{padding:50px 20px 25px}}.site-footer .footer-container{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.4fr;gap:60px;align-items:start;padding-bottom:40px;border-bottom:1px solid hsla(0,0%,100%,.08);max-width:1240px;margin:0 auto}@media(max-width: 1199px){.site-footer .footer-container{gap:40px}}@media(max-width: 991px){.site-footer .footer-container{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 767px){.site-footer .footer-container{grid-template-columns:1fr;gap:45px}}.site-footer .footer-brand{text-align:right}@media(max-width: 767px){.site-footer .footer-brand{text-align:center}}.site-footer .footer-brand .footer-logo{display:block;max-width:170px;margin-bottom:28px;margin-inline-start:auto}@media(max-width: 767px){.site-footer .footer-brand .footer-logo{margin-inline:auto}}.site-footer .footer-brand .footer-description{font-size:13px;line-height:1.9;color:hsla(0,0%,100%,.72);margin:0;margin-top:15px}@media(max-width: 767px){.site-footer .footer-brand .footer-description{font-size:16px;line-height:1.8}}@media(max-width: 767px){.site-footer .footer-links,.site-footer .footer-contact{text-align:center}}.site-footer .footer-links h3,.site-footer .footer-contact h3{font-size:17px;font-weight:700;margin:0 0 35px;color:#fff;font-style:normal}@media(max-width: 767px){.site-footer .footer-links h3,.site-footer .footer-contact h3{font-size:22px;margin-bottom:25px}}.site-footer .footer-links ul{display:flex;flex-direction:column;gap:15px;margin:0;padding:0;list-style:none}@media(max-width: 767px){.site-footer .footer-links ul{gap:18px}}.site-footer .footer-links a{font-size:15px;color:hsla(0,0%,100%,.68);text-decoration:none;transition:.3s ease}@media(max-width: 767px){.site-footer .footer-links a{font-size:16px}}.site-footer .footer-links a:hover{color:#fff}.site-footer .footer-contact ul{margin:0;padding:0;list-style:none}.site-footer .footer-contact li{display:flex;align-items:center;justify-content:flex-start;gap:14px;margin-bottom:22px;color:hsla(0,0%,100%,.7);font-size:16px;line-height:27px}@media(max-width: 1299px){.site-footer .footer-contact li{font-size:16px;margin-bottom:10px}}@media(max-width: 767px){.site-footer .footer-contact li{justify-content:center;font-size:16px}}.site-footer .footer-contact li img{width:22px;height:22px;object-fit:contain;flex-shrink:0}.site-footer .footer-contact a,.site-footer .footer-contact span{color:hsla(0,0%,100%,.7);text-decoration:none;transition:.3s ease}.site-footer .footer-contact a:hover{color:#fff}.site-footer .footer-social{display:flex;align-items:center;gap:14px;margin-top:35px !important}@media(max-width: 767px){.site-footer .footer-social{justify-content:center;flex-wrap:wrap}}.site-footer .footer-social li{margin:0}.site-footer .footer-social a{width:42px;height:42px;border-radius:50%;background-color:#fff;display:flex;align-items:center;justify-content:center;transition:.3s ease}@media(max-width: 767px){.site-footer .footer-social a{width:38px;height:38px}}.site-footer .footer-social a:hover{transform:translateY(-3px)}.site-footer .footer-social a img{width:18px;height:18px}@media(max-width: 767px){.site-footer .footer-social a img{width:16px;height:16px}}.site-footer .footer-bottom{padding-top:28px;text-align:center}.site-footer .footer-bottom p{margin:0;font-size:13px;color:hsla(0,0%,100%,.75)}@media(max-width: 767px){.site-footer .footer-bottom p{font-size:15px}}.site-footer .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.site-footer address{font-style:normal}/*# sourceMappingURL=contact.css.map */