/*!
 * Copyright (c) 2022 WEBLIFE
 *
 * Permission is granted to use this file for the period specified in the contract 
 * between WEBLIFE and the client. Usage of this file beyond the contract period 
 * is strictly prohibited unless an extended license or written permission is obtained.
 *
 * Modifying or editing this file without prior written consent from WEBLIFE 
 * is not permitted.
 *
 * THE FILE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, 
 * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A 
 * PARTICULAR PURPOSE AND NONINFRINGEMENT.
 */
.wl-customer-support{display:flex;flex-direction:column;align-items:center;width:100%}.wl-customer-support.is-visible{opacity:1;transform:translateY(0)}.wl-customer-support__content{width:100%}.wl-customer-support__heading{display:flex;justify-content:center;width:100%;margin:0 0 3rem}.wl-customer-support__title{font-weight:700;line-height:1.6;font-size:2rem;color:var(--text-color, #3b3834);text-align:center;margin:0}@media screen and (width < 750px){.wl-customer-support__title{font-size:1.6rem;letter-spacing:.16rem}}.wl-customer-support__cards{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem;width:100%}@media screen and (width < 750px){.wl-customer-support__cards{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.wl-customer-support__card{background-color:#e6f4fb;display:flex;flex-direction:column;height:14rem;align-items:center;justify-content:center;border-radius:1rem;padding:2.2rem;text-decoration:none;transition:all .3s ease}@media screen and (width < 750px){.wl-customer-support__card{height:auto;padding:2rem 1.5rem}}.wl-customer-support__card:hover{transform:translateY(-.3rem)}.wl-customer-support__card:active{transform:translateY(-.1rem)}.wl-customer-support__card-image{display:flex;align-items:center;justify-content:center;overflow:hidden;padding:0;width:7.5rem;height:7.5rem}@media screen and (width < 750px){.wl-customer-support__card-image{width:6rem;height:6rem;padding:0 1rem}}.wl-customer-support__card-image-wrapper{position:relative;width:7.6rem;height:7.6rem}@media screen and (width < 750px){.wl-customer-support__card-image-wrapper{width:6rem;height:6rem}}.wl-customer-support__card-image-wrapper img{position:absolute;top:0;right:0;bottom:0;left:0;max-width:none;object-fit:scale-down;object-position:50% 50%;pointer-events:none;width:100%;height:100%}.wl-customer-support__svg-icon{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.wl-customer-support__svg-icon svg{width:100%;height:100%;object-fit:contain}.wl-customer-support__card-text{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.wl-customer-support__card-text p{font-weight:700;line-height:1.5;font-size:1.3rem;color:var(--text-color, #3b3834);text-align:center;letter-spacing:.052rem;width:100%;white-space:pre-wrap;margin:0}@media screen and (width < 750px){.wl-customer-support__card-text p{font-size:1.2rem;letter-spacing:.048rem}}.page-width{width:100%}
