html { font-size: calc(0.43750000000000056rem + 0.5208333333333329vw); } @media screen and (max-width:1920px) { html { font-size: calc(0.43749999999999944rem + 0.5208333333333338vw); } } @media screen and (max-width:1728px) { html { font-size: calc(0.43750000000000006rem + 0.5208333333333333vw); } } @media screen and (max-width:960px) { html { font-size: calc(0.7505197505197505rem + 0.4158004158004158vw); } } @media screen and (max-width:479px) { html { font-size: calc(0.6868462343096234rem + 1.0460251046025104vw); } }
/* Make text look crisper and more legible in all browsers */ body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-smoothing: antialiased; text-rendering: optimizeLegibility; }
/* Focus state style for keyboard navigation for the focusable elements */ *[tabindex]:focus-visible, input[type="file"]:focus-visible { outline: 0.125rem solid #4d65ff; outline-offset: 0.125rem; }
/* These classes are never overwritten */ .hide { display: none !important; }
@media screen and (max-width: 991px) { .hide, .hide-tablet { display: none !important; } } @media screen and (max-width: 767px) { .hide-mobile-landscape{ display: none !important; } } @media screen and (max-width: 479px) { .hide-mobile{ display: none !important; } }
/* Snippet gets rid of top margin on first element in any rich text*/ .w-richtext>:first-child { margin-top: 0; }
/* Snippet gets rid of bottom margin on last element in any rich text*/ .w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child { margin-bottom: 0; }
/* Snippet makes all link elements listed below to inherit color from their parent */ a, .w-tab-link, .w-nav-link, .w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link { color: inherit; }
/* Snippet prevents all click and hover interaction with an element */ .clickable-off { pointer-events: none; }
/* Snippet enables all click and hover interaction with an element */ .clickable-on{ pointer-events: auto; }
/* Snippet enables you to add class of div-square which creates and maintains a 1:1 dimension of a div.*/ .div-square::after { content: ""; display: block; padding-bottom: 100%; }
/Hide focus outline for main content element/ main:focus-visible { outline: -webkit-focus-ring-color auto 0px; }
/* Make sure containers never lose their center alignment*/ .container-medium, .container-small, .container-large { margin-right: auto !important; margin-left: auto !important; }
/Reset selects, buttons, and links styles/ .w-input, .w-select, a { color: inherit; text-decoration: inherit; font-size: inherit; }
/*Apply "…" after 3 lines of text */ .text-style-3lines { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
/* Apply "…" after 2 lines of text / .text-style-2lines { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } / Apply "…" at 100% width / .truncate-width { width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } / Removes native scrollbar */ .no-scrollbar { -ms-overflow-style: none; // IE 10+ overflow: -moz-scrollbars-none; // Firefox }
.no-scrollbar::-webkit-scrollbar { display: none; // Safari and Chrome }
Quest CreateAbout