/**
 * Responsive UI Essentials by Technetium PHP Framework
 * @version 1.1.9
 * @author Tony Leung <tony.leung@cruzium.com>
 * @copyright Copyright (c) 2023 Cruzium Digital
 * @license https://opensource.org/license/gpl-3-0/ GPL-3.0-only
 */
.hamburger{--hamburger-size:50px;--hamburger-stroke-width:calc(var(--hamburger-size) * 0.7);--hamburger-stroke-height:2px;--hamburger-stroke-radius:0;--hamburger-color:#999999;--hamburger-z-index:4;--hamburger-hover-color:#999999;width:var(--hamburger-size);height:var(--hamburger-size);position:absolute;padding:0;border:none;background:0 0;display:none;z-index:var(--hamburger-z-index)}.hamburger span,.hamburger:after,.hamburger:before{content:'';width:var(--hamburger-stroke-width);height:var(--hamburger-stroke-height);position:absolute;left:calc(50% - var(--hamburger-stroke-width) * .5);border-radius:var(--hamburger-stroke-radius);background-color:var(--hamburger-color);display:block;transition-property:top,left,background-color,opacity,transform;transition-duration:.15s}.hamburger:before{top:calc(25% - var(--hamburger-stroke-height) * .5)}.hamburger span,.mm-opened .hamburger.animated:after,.mm-opened .hamburger.animated:before{top:calc(50% - var(--hamburger-stroke-height) * .5)}.hamburger:after{top:calc(75% - var(--hamburger-stroke-height) * .5)}.hamburger:hover span,.hamburger:hover:after,.hamburger:hover:before{background-color:var(--hamburger-hover-color)}.mm-opened .hamburger.animated span{left:100%;opacity:0}.mm-opened .hamburger.animated:before{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);transform:rotate(45deg)}.mm-opened .hamburger.animated:after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);transform:rotate(-45deg)}.iframe-responsive{margin-bottom:1rem;position:relative}.iframe-responsive:before{content:'';position:relative;padding-bottom:56.25%;display:block}.iframe-responsive>iframe{width:100%;height:100%;position:absolute;top:0;left:0}.img-holder,.video-holder{width:100%;height:100%;position:relative;background-position:center;background-repeat:no-repeat;background-size:cover;text-align:left;display:block}.img-holder.bg-contain,.img-holder.img-contain{background-size:contain}.img-holder>img,.video-holder>video{width:100%;height:100%;position:absolute;object-fit:cover;object-position:center}.img-holder.img-contain>img,.video-holder.video-contain>video{object-fit:contain}.table-responsive{overflow:auto}.table-responsive>table{margin:0}[class*=" ar-"],[class^=ar-]{height:0}.ar-1-1{padding-bottom:100%}.ar-4-3{padding-bottom:75%}.ar-3-2{padding-bottom:66.666667%}.ar-5-3{padding-bottom:60%}.ar-16-9{padding-bottom:56.25%}.ar-2-1{padding-bottom:50%}.ar-21-9{padding-bottom:42.857143%}.ar-3-1{padding-bottom:33.333333%}.ar-4-1{padding-bottom:25%}@media (min-width:576px){.ar-sm-1-1{padding-bottom:100%}.ar-sm-4-3{padding-bottom:75%}.ar-sm-3-2{padding-bottom:66.666667%}.ar-sm-5-3{padding-bottom:60%}.ar-sm-16-9{padding-bottom:56.25%}.ar-sm-2-1{padding-bottom:50%}.ar-sm-21-9{padding-bottom:42.857143%}.ar-sm-3-1{padding-bottom:33.333333%}.ar-sm-4-1{padding-bottom:25%}}@media (min-width:768px){.ar-md-1-1{padding-bottom:100%}.ar-md-4-3{padding-bottom:75%}.ar-md-3-2{padding-bottom:66.666667%}.ar-md-5-3{padding-bottom:60%}.ar-md-16-9{padding-bottom:56.25%}.ar-md-2-1{padding-bottom:50%}.ar-md-21-9{padding-bottom:42.857143%}.ar-md-3-1{padding-bottom:33.333333%}.ar-md-4-1{padding-bottom:25%}}@media (min-width:992px){.ar-lg-1-1{padding-bottom:100%}.ar-lg-4-3{padding-bottom:75%}.ar-lg-3-2{padding-bottom:66.666667%}.ar-lg-5-3{padding-bottom:60%}.ar-lg-16-9{padding-bottom:56.25%}.ar-lg-2-1{padding-bottom:50%}.ar-lg-21-9{padding-bottom:42.857143%}.ar-lg-3-1{padding-bottom:33.333333%}.ar-lg-4-1{padding-bottom:25%}}@media (min-width:1200px){.ar-xl-1-1{padding-bottom:100%}.ar-xl-4-3{padding-bottom:75%}.ar-xl-3-2{padding-bottom:66.666667%}.ar-xl-5-3{padding-bottom:60%}.ar-xl-16-9{padding-bottom:56.25%}.ar-xl-2-1{padding-bottom:50%}.ar-xl-21-9{padding-bottom:42.857143%}.ar-xl-3-1{padding-bottom:33.333333%}.ar-xl-4-1{padding-bottom:25%}}@media (min-width:1600px){.ar-xxl-1-1{padding-bottom:100%}.ar-xxl-4-3{padding-bottom:75%}.ar-xxl-3-2{padding-bottom:66.666667%}.ar-xxl-5-3{padding-bottom:60%}.ar-xxl-16-9{padding-bottom:56.25%}.ar-xxl-2-1{padding-bottom:50%}.ar-xxl-21-9{padding-bottom:42.857143%}.ar-xxl-3-1{padding-bottom:33.333333%}.ar-xxl-4-1{padding-bottom:25%}}