.contact-info-wrapper{position:fixed;right:0;top:50dvh;display:flex;flex-direction:column;gap:.5rem;z-index:100}.contact-info-wrapper a{display:flex;justify-content:center;align-items:center;padding:1rem;border-radius:2rem;background:var(--content-bg)}.contact-info-wrapper a:hover{background:var(--cu-blue-50)}footer{background:var(--footer-bg-color);border-radius:0 0 var(--section-border-radius) var(--section-border-radius);padding:0 8rem}@media(max-width:1300px){footer{padding:0 4rem}}@media(max-width:768px){footer{padding:0 1.25rem}}footer .whole-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem;padding-bottom:2rem;max-width:var(--main-content-max-width);margin:0 auto;width:100%}footer .whole-wrapper hr{width:100%;border-color:var(--cu-light-blue)}footer .whole-wrapper .footer-desc{font-size:11px;color:var(--cu-white-trans-10);text-align:center}footer .whole-wrapper .logo{height:76px;width:132px}footer .footer-grid{width:100%;padding:3rem 0 2rem;display:grid;grid-template-columns:repeat(4,minmax(140px,max-content));justify-content:space-between;gap:3rem}footer .footer-col{display:flex;flex-direction:column;gap:1rem}footer .footer-title{color:var(--small-heading-title-color);font-size:16px;font-weight:600}footer .footer-links{display:flex;flex-direction:column;gap:10px}footer .footer-links a{color:var(--cu-white);font-size:14px;font-weight:300;text-decoration:none}footer .footer-links a:hover{opacity:.8}footer .places-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:4px}footer .img-box{width:100%;aspect-ratio:1/1;background-size:cover;background-position:50%;border-radius:4px;font-size:10px;color:#fff;display:flex;justify-content:center;align-items:center;text-shadow:0 0 12px rgba(0,0,0,.4);transition:transform .2s ease}footer .img-box:hover{transform:scale(1.05)}footer .contact-block{display:flex;flex-direction:column;gap:10px}footer .contact-block a{color:var(--cu-white);font-size:14px;text-decoration:none}footer .contact-places-wrap{display:flex;flex-wrap:wrap;gap:4px;max-width:220px}footer .contact-places-wrap .link-text{padding-right:.35rem;border-right:1.5px solid var(--small-heading-title-color)}footer .contact-places-wrap .link-text:last-child{border-right:none}footer .contact-places-wrap span{font-size:13px;color:var(--cu-white);padding-right:6px;border-right:1px solid var(--small-heading-title-color)}footer .contact-places-wrap span:last-child{border-right:none}footer .icon-social{padding:10px;display:flex;justify-content:center;align-items:center;background:var(--cu-white);border-radius:50%}footer .icon-social:hover img{transform:scale(1.2)}footer .icon-social img{transition:.2s ease}footer .social-wrap{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:100%;margin-top:1rem}footer .social-left{display:flex;gap:16px;justify-content:flex-end}footer .social-right{display:flex;gap:16px;justify-content:flex-start}footer .footer-logo{display:flex;justify-content:center}footer .logo{height:76px;width:132px;margin:0 10px}@media(max-width:900px){footer .footer-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(max-width:600px){footer .footer-grid{grid-template-columns:1fr;text-align:center}footer .footer-col{align-items:center}footer .footer-col-contact{align-items:center;display:flex;flex-direction:column;gap:1rem}footer .contact-block{align-items:center}footer .contact-block .flex{justify-content:center}footer .contact-places-wrap{justify-content:center;align-items:center}}.dropdown{position:relative;display:flex;justify-content:center;align-items:center;gap:.5rem;flex-direction:column}@media screen and (max-width:768px){.dropdown{align-items:flex-start}}.dropdown:hover{color:var(--link-hover-color)}.dropdown:hover .arrow-icon svg path{fill:var(--link-hover-color)}@media screen and (min-width:768px){.dropdown:hover .dropdown-menu{display:block}}.dropdown .dropdown-trigger{display:flex;align-items:center;gap:.5rem;width:100%;cursor:pointer;user-select:none}.dropdown .dropdown-menu{display:none;position:absolute;top:1.5rem;left:0;min-width:10rem;background:var(--cu-white);border-radius:.75rem;list-style:none;padding:.625rem .5rem;margin:0;z-index:var(--dropdown-z-index);box-shadow:0 0 20px 0 var(--cu-box-shadow-color)}@media screen and (max-width:768px){.dropdown .dropdown-menu{width:100%}}.dropdown .dropdown-menu li{border-radius:.5rem;margin-top:.25rem;white-space:nowrap;transition:background-color .2s ease}.dropdown .dropdown-menu li:first-child{margin-top:0}.dropdown .dropdown-menu li.active,.dropdown .dropdown-menu li:hover{background:var(--content-bg)}.dropdown .dropdown-menu li .dropdown-item{display:block;width:100%;padding:.625rem 1rem;color:inherit;text-decoration:none;box-sizing:border-box}.dropdown .dropdown-menu.active{display:block}@media screen and (max-width:768px){.dropdown .dropdown-menu.active{position:static;box-shadow:none;padding:.625rem 1rem}}