/**
Theme Name: Venta Japan
Author: Wolf Medien
Author URI: https://wolfmedien.de
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: venta-japan
Template: astra
*/

/* custom */
#wm_header-overlay{
    pointer-events: none;
    z-index: 999997;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding: .5rem 0;
}
#wm_header-overlay .pull-right,
#wm_header-overlay .pull-left {
    display: inline-block;
    width: 40%;
    padding: 0 .5rem;
}
#wm_header-overlay .pull-right{
    text-align: right;
    float: right;
}
.wm_toggle {
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    pointer-events: all;
    display: inline-block;
    width: 32px;
    height: 32px;
    padding: 5px;
    margin: 0 3px;
}
.wm_toggle:first-child {
    margin-left: 0;
}
.wm_toggle:last-child {
    margin-right: 0;
}
.wm_toggle-shop{
    padding: 4px;
}
.wm_toggle:hover svg path {
    fill: #0068b4;
}
.wm_toggle .icon,
.wm_toggle svg {
    width: 100%;
    height: 100%;
}

.wm_toggle-shop .dropdown{
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    float: left;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: .875rem;
    color: #4a545b;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #bcc1c7;
    border-radius: 3px;
    transform: translateY(-20%);
    transition: opacity .3s, transform .3s;
}
body.wm_shop-list-opened .wm_toggle-shop .dropdown{
    pointer-events: all;
    opacity: 1;
    transform: translateY(0);
}
.wm_toggle-shop a{
    display: block;
    line-height: 26px;
    padding: .5rem 1.5rem .5rem 1rem;
}
.wm_toggle-shop .dropdown-item {
    white-space: nowrap;
}
.wm_toggle-shop .dropdown-item .country-flag {
    width: 26px;
    height: 26px;
    vertical-align: bottom;
    margin-right: .5rem;
}

#wm_mobile-navigation {
    pointer-events: none;
    z-index: 999999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color .45s cubic-bezier(.3, 0, .15, 1);
}
#wm_mobile-navigation .nav-content {
    overflow: auto;
    width: 100%;
    height: 100%;
    background-color: white;
    transform: translateX(-100%);
    transition: transform .45s cubic-bezier(.3, 0, .15, 1);
}
#wm_mobile-navigation .nav-content .nav-header {
    text-transform: uppercase;
    cursor: pointer;
    background-color: #f9f9f9;
    border-color: #f9f9f9;
    color: #798490;
    font-size: .9rem;
    padding: .4rem 2rem;
    font-weight: normal;
    letter-spacing: .1rem;
}
#wm_mobile-navigation .nav-content .nav-header:hover {
    background-color: #e6e6e6;
    border-color: #e0e0e0;
}
#wm_mobile-navigation .nav-content .nav-close {
    float: right;
    margin-top: 2px;
    width: 20px;
    height: 20px;
}

body.wm_navigation-opened #wm_mobile-navigation{
    pointer-events: all;
    transition-delay: 0s;
    background-color: rgba(0, 0, 0, .5);
}
body.wm_navigation-opened #wm_mobile-navigation .nav-content{
    transform: translateX(0);
}

#wm_mobile-navigation .nav-list{
    padding-top: 2rem;
    overflow: auto;
}
#wm_mobile-navigation .menu-link{
    display: block;
    color: #4a545b;
    padding: 12px 1rem;
}
#wm_mobile-navigation #menu-primary{
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #bcc1c7;
}
#wm_mobile-navigation .menu-item{
    border-top: 1px solid #bcc1c7;
}
#wm_mobile-navigation .menu-item.menu-item-has-children > .menu-link{
    border-bottom: 1px solid #e2e7ec;
}
#wm_mobile-navigation .sub-menu{
    list-style: none;
    margin: 0;
    padding: 0;
}
#wm_mobile-navigation .sub-menu .menu-item{
    border-style: none;
}
#wm_mobile-navigation .sub-menu .menu-link{
    padding: 6px 2rem;
}
#wm_mobile-navigation .sub-menu .menu-link:before{
    content: '· ';
    font-weight: bold;
}

.wm_icons .wp-block-image img {
    max-width: 160px;
}

#wm_wechat-overlay{
    pointer-events: none;
    z-index: 999999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color .45s cubic-bezier(.3, 0, .15, 1);
}
#wm_wechat-overlay .wechat-content{
    opacity: 0;
    position: absolute;
    overflow: auto;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 300px;
    height: auto;
    background-color: white;
    transform: translateX(-50%) translateY(-100%);
    transition: opacity .3s, transform .45s cubic-bezier(.3, 0, .15, 1);
    padding: 1rem;
}
#wm_wechat-overlay .wechat-content img{
    width: 100%;
}

body.wm_wechat-opened #wm_wechat-overlay{
    pointer-events: all;
    transition-delay: 0s;
    background-color: rgba(0, 0, 0, .5);
}
body.wm_wechat-opened #wm_wechat-overlay .wechat-content{
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
}

/* search */
#wm_search {
    opacity: 0;
    text-align: center;
    background-color: white;
    padding: .3rem 0 1rem;
    transform: translateY(-50%);
    transition: opacity .3s, transform .3s;
    background-color: rgba(255, 255, 255, .9);
    margin-top: 6px;
}
#wm_search .search-form {
    display: inline-block;
    width: 95%;
}
#wm_search input[type=search] {
    padding: .5rem .75rem;
    width: 100%;
}
#wm_search .search-form label{
    display: inline-block;
    width: calc(100% - 130px);
}
body.wm_search-opened #wm_search {
    opacity: 1;
    transform: translateY(0);
}
body.wm_search-opened #wm_search .search-form {
    pointer-events: all;
}

/* flags */
.country-flag {
    display: inline-block;
    height: 12px;
    width: 16px;
    border: 1px solid #adb5bd;
    margin-top: 1px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 3rem;
    background: no-repeat center/cover;
}
.country-flag.country-de {
    background-image: linear-gradient(to bottom, #000 33%, #d00 33%, #d00 66%, #ffce00 66%);
}
.country-flag.country-at {
    background-image: linear-gradient(to bottom, #d81e05 33%, #fff 33%, #fff 66%, #d81e05 66%);
}
.country-flag.country-ch {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgMzIwIj4NCjxwYXRoIGZpbGw9IiNkNTJiMWUiIGQ9Im0wLDBoMzIwdjMyMGgtMzIweiIvPg0KPGcgZmlsbD0iI2ZmZiI+DQo8cGF0aCBkPSJtNjAsMTMwaDIwMHY2MGgtMjAweiIvPg0KPHBhdGggZD0ibTEzMCw2MGg2MHYyMDBoLTYweiIvPg0KPC9nPg0KPC9zdmc+DQo=');
}
.country-flag.country-nl {
    background-image: linear-gradient(to bottom, #d00 33%, #fff 33%, #fff 66%, #21468b 66%);
}
.country-flag.country-gb {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\' width=\'640\' height=\'480\'%3E%3Cdefs%3E%3CclipPath id=\'a\'%3E%3Cpath d=\'M-85 0h682v512H-85z\'%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg clip-path=\'url%28%23a%29\' transform=\'translate%2880%29 scale%28.94%29\'%3E%3Cpath fill=\'%23006\' d=\'M-256 0H768v512H-256z\'%2F%3E%3Cpath fill=\'%23fff\' d=\'M-256 0v57l910 455h114v-57L-141 0h-115zM768 0v57l-909 455h-115v-57L654 0h114z\'%2F%3E%3Cpath fill=\'%23fff\' d=\'M171 0v512h170V0H171zm-427 171v170H768V171H-256z\'%2F%3E%3Cpath fill=\'%23c00\' d=\'M-256 205v102H768V205H-256zM205 0v512h102V0H205zm-461 512L85 341h77l-342 171h-76zm0-512L85 171H9L-256 38V0zm606 171L692 0h76L427 171h-77zm418 341L427 341h76l265 133v38z\'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.country-flag.country-fr {
    background-image: linear-gradient(to right,#21468b 33%,#fff 33%,#fff 66%,#d00 66%);
}
.country-flag.country-cn {
    background-position: left center;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjAwIDgwMCIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KPHBhdGggZmlsbD0iI2RlMjkxMCIgZD0ibTAsMGgxMjAwdjgwMGgtMTIwMHoiLz4NCjxwYXRoIGZpbGw9IiNmZmRlMDAiIGQ9Im0tMTYuNTc5Niw5OS42MDA3bDIuMzY4Ni04LjEwMzItNi45NTMtNC43ODgzIDguNDM4Ni0uMjUxNCAyLjQwNTMtOC4wOTI0IDIuODQ2Nyw3Ljk0NzkgOC40Mzk2LS4yMTMxLTYuNjc5Miw1LjE2MzQgMi44MTA2LDcuOTYwNy02Ljk3NDctNC43NTY3LTYuNzAyNSw1LjEzMzF6IiB0cmFuc2Zvcm09Im1hdHJpeCg5LjkzMzUyIC4yNzc0NyAtLjI3NzQ3IDkuOTMzNTIgMzI0LjI5MjUgLTY5NS4yNDE1KSIvPg0KPHBhdGggZmlsbD0iI2ZmZGUwMCIgaWQ9InN0YXIiIGQ9Im0zNjUuODU1MiwzMzIuNjg5NWwyOC4zMDY4LDExLjM3NTcgMTkuNjcyMi0yMy4zMTcxLTIuMDcxNiwzMC40MzY3IDI4LjI1NDksMTEuNTA0LTI5LjU4NzIsNy40MzUyLTIuMjA5NywzMC40MjY5LTE2LjIxNDItMjUuODQxNS0yOS42MjA2LDcuMzAwOSAxOS41NjYyLTIzLjQwNjEtMTYuMDk2OC0yNS45MTQ4eiIvPg0KPGcgZmlsbD0iI2ZmZGUwMCI+DQo8cGF0aCBkPSJtNTE5LjA3NzksMTc5LjMxMjlsLTMwLjA1MzQtNS4yNDE4LTE0LjM5NDUsMjYuODk3Ni00LjMwMTctMzAuMjAyMy0zMC4wMjkzLTUuMzc4MSAyNy4zOTQ4LTEzLjQyNDItNC4xNjQ3LTMwLjIyMTUgMjEuMjMyNiwyMS45MDU3IDI3LjQ1NTQtMTMuMjk5OC0xNC4yNzIzLDI2Ljk2MjcgMjEuMTMzMSwyMi4wMDE3eiIvPg0KPHBhdGggZD0ibTQ1NS4yNTkyLDMxNS45Nzk1bDkuMzczNC0yOS4wMzE0LTI0LjYzMjUtMTcuOTk3OCAzMC41MDctLjA1NjYgOS41MDUtMjguOTg4NiA5LjQ4MSwyOC45OTY0IDMwLjUwNywuMDgxOC0yNC42NDc0LDE3Ljk3NzQgOS4zNDkzLDI5LjAzOTItMjQuNzE0LTE3Ljg4NTgtMjQuNzI4OCwxNy44NjUzeiIvPg0KPC9nPg0KPHVzZSB4bGluazpocmVmPSIjc3RhciIgdHJhbnNmb3JtPSJtYXRyaXgoLjk5ODYzIC4wNTIzNCAtLjA1MjM0IC45OTg2MyAxOS40MDAwNSAtMzAwLjUzNjgxKSIvPg0KPC9zdmc+DQo=');
}
.country-flag.country-jp {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJmbGFnLWljb24tY3NzLWpwIiB2aWV3Qm94PSIwIDAgNjQwIDQ4MCI+CiAgPGRlZnM+CiAgICA8Y2xpcFBhdGggaWQ9ImpwLWEiPgogICAgICA8cGF0aCBmaWxsLW9wYWNpdHk9Ii43IiBkPSJNLTg4IDMyaDY0MHY0ODBILTg4eiIvPgogICAgPC9jbGlwUGF0aD4KICA8L2RlZnM+CiAgPGcgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2Utd2lkdGg9IjFwdCIgY2xpcC1wYXRoPSJ1cmwoI2pwLWEpIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4OCAtMzIpIj4KICAgIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0tMTI4IDMyaDcyMHY0ODBoLTcyMHoiLz4KICAgIDxjaXJjbGUgY3g9IjUyMy4xIiBjeT0iMzQ0LjEiIHI9IjE2MCIgZmlsbD0iI2QzMDAwMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE2OC40IDguNikgc2NhbGUoLjc2NTU0KSIvPgogIDwvZz4KPC9zdmc+Cg==');
}
.country-flag.country-us {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJmbGFnLWljb24tY3NzLXVzIiB2aWV3Qm94PSIwIDAgNjQwIDQ4MCI+DQogIDxnIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQogICAgPGcgc3Ryb2tlLXdpZHRoPSIxcHQiPg0KICAgICAgPHBhdGggZmlsbD0iI2JkM2Q0NCIgZD0iTTAgMGg5NzIuOHYzOS40SDB6bTAgNzguOGg5NzIuOHYzOS40SDB6bTAgNzguN2g5NzIuOFYxOTdIMHptMCA3OC44aDk3Mi44djM5LjRIMHptMCA3OC44aDk3Mi44djM5LjRIMHptMCA3OC43aDk3Mi44djM5LjRIMHptMCA3OC44aDk3Mi44VjUxMkgweiIgdHJhbnNmb3JtPSJzY2FsZSguOTM3NSkiLz4NCiAgICAgIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDM5LjRoOTcyLjh2MzkuNEgwem0wIDc4LjhoOTcyLjh2MzkuM0gwem0wIDc4LjdoOTcyLjh2MzkuNEgwem0wIDc4LjhoOTcyLjh2MzkuNEgwem0wIDc4LjhoOTcyLjh2MzkuNEgwem0wIDc4LjdoOTcyLjh2MzkuNEgweiIgdHJhbnNmb3JtPSJzY2FsZSguOTM3NSkiLz4NCiAgICA8L2c+DQogICAgPHBhdGggZmlsbD0iIzE5MmY1ZCIgZD0iTTAgMGgzODkuMXYyNzUuN0gweiIgdHJhbnNmb3JtPSJzY2FsZSguOTM3NSkiLz4NCiAgICA8cGF0aCBmaWxsPSIjZmZmIiBkPSJNMzIuNCAxMS44TDM2IDIyLjdoMTEuNGwtOS4yIDYuNyAzLjUgMTEtOS4zLTYuOC05LjIgNi43IDMuNS0xMC45LTkuMy02LjdIMjl6bTY0LjkgMGwzLjUgMTAuOWgxMS41bC05LjMgNi43IDMuNSAxMS05LjItNi44LTkuMyA2LjcgMy41LTEwLjktOS4yLTYuN2gxMS40em02NC44IDBsMy42IDEwLjlIMTc3bC05LjIgNi43IDMuNSAxMS05LjMtNi44LTkuMiA2LjcgMy41LTEwLjktOS4zLTYuN2gxMS41em02NC45IDBsMy41IDEwLjlIMjQybC05LjMgNi43IDMuNiAxMS05LjMtNi44LTkuMyA2LjcgMy42LTEwLjktOS4zLTYuN2gxMS40em02NC44IDBsMy42IDEwLjloMTEuNGwtOS4yIDYuNyAzLjUgMTEtOS4zLTYuOC05LjIgNi43IDMuNS0xMC45LTkuMi02LjdoMTEuNHptNjQuOSAwbDMuNSAxMC45aDExLjVsLTkuMyA2LjcgMy42IDExLTkuMy02LjgtOS4zIDYuNyAzLjYtMTAuOS05LjMtNi43aDExLjV6TTY0LjkgMzkuNGwzLjUgMTAuOWgxMS41TDcwLjYgNTcgNzQgNjcuOWwtOS02LjctOS4zIDYuN0w1OSA1N2wtOS02LjdoMTEuNHptNjQuOCAwbDMuNiAxMC45aDExLjRsLTkuMyA2LjcgMy42IDEwLjktOS4zLTYuNy05LjMgNi43TDEyNCA1N2wtOS4zLTYuN2gxMS41em02NC45IDBsMy41IDEwLjloMTEuNWwtOS4zIDYuNyAzLjUgMTAuOS05LjItNi43LTkuMyA2LjcgMy41LTEwLjktOS4yLTYuN0gxOTF6bTY0LjggMGwzLjYgMTAuOWgxMS40bC05LjMgNi43IDMuNiAxMC45LTkuMy02LjctOS4yIDYuNyAzLjUtMTAuOS05LjMtNi43SDI1NnptNjQuOSAwbDMuNSAxMC45aDExLjVMMzMwIDU3bDMuNSAxMC45LTkuMi02LjctOS4zIDYuNyAzLjUtMTAuOS05LjItNi43aDExLjR6TTMyLjQgNjYuOUwzNiA3OGgxMS40bC05LjIgNi43IDMuNSAxMC45LTkuMy02LjgtOS4yIDYuOCAzLjUtMTEtOS4zLTYuN0gyOXptNjQuOSAwbDMuNSAxMWgxMS41bC05LjMgNi43IDMuNSAxMC45LTkuMi02LjgtOS4zIDYuOCAzLjUtMTEtOS4yLTYuN2gxMS40em02NC44IDBsMy42IDExSDE3N2wtOS4yIDYuNyAzLjUgMTAuOS05LjMtNi44LTkuMiA2LjggMy41LTExLTkuMy02LjdoMTEuNXptNjQuOSAwbDMuNSAxMUgyNDJsLTkuMyA2LjcgMy42IDEwLjktOS4zLTYuOC05LjMgNi44IDMuNi0xMS05LjMtNi43aDExLjR6bTY0LjggMGwzLjYgMTFoMTEuNGwtOS4yIDYuNyAzLjUgMTAuOS05LjMtNi44LTkuMiA2LjggMy41LTExLTkuMi02LjdoMTEuNHptNjQuOSAwbDMuNSAxMWgxMS41bC05LjMgNi43IDMuNiAxMC45LTkuMy02LjgtOS4zIDYuOCAzLjYtMTEtOS4zLTYuN2gxMS41ek02NC45IDk0LjVsMy41IDEwLjloMTEuNWwtOS4zIDYuNyAzLjUgMTEtOS4yLTYuOC05LjMgNi43IDMuNS0xMC45LTkuMi02LjdoMTEuNHptNjQuOCAwbDMuNiAxMC45aDExLjRsLTkuMyA2LjcgMy42IDExLTkuMy02LjgtOS4zIDYuNyAzLjYtMTAuOS05LjMtNi43aDExLjV6bTY0LjkgMGwzLjUgMTAuOWgxMS41bC05LjMgNi43IDMuNSAxMS05LjItNi44LTkuMyA2LjcgMy41LTEwLjktOS4yLTYuN0gxOTF6bTY0LjggMGwzLjYgMTAuOWgxMS40bC05LjIgNi43IDMuNSAxMS05LjMtNi44LTkuMiA2LjcgMy41LTEwLjktOS4zLTYuN0gyNTZ6bTY0LjkgMGwzLjUgMTAuOWgxMS41bC05LjMgNi43IDMuNSAxMS05LjItNi44LTkuMyA2LjcgMy41LTEwLjktOS4yLTYuN2gxMS40ek0zMi40IDEyMi4xTDM2IDEzM2gxMS40bC05LjIgNi43IDMuNSAxMS05LjMtNi44LTkuMiA2LjcgMy41LTEwLjktOS4zLTYuN0gyOXptNjQuOSAwbDMuNSAxMC45aDExLjVsLTkuMyA2LjcgMy41IDEwLjktOS4yLTYuNy05LjMgNi43IDMuNS0xMC45LTkuMi02LjdoMTEuNHptNjQuOCAwbDMuNiAxMC45SDE3N2wtOS4yIDYuNyAzLjUgMTEtOS4zLTYuOC05LjIgNi43IDMuNS0xMC45LTkuMy02LjdoMTEuNXptNjQuOSAwbDMuNSAxMC45SDI0MmwtOS4zIDYuNyAzLjYgMTEtOS4zLTYuOC05LjMgNi43IDMuNi0xMC45LTkuMy02LjdoMTEuNHptNjQuOCAwbDMuNiAxMC45aDExLjRsLTkuMiA2LjcgMy41IDExLTkuMy02LjgtOS4yIDYuNyAzLjUtMTAuOS05LjItNi43aDExLjR6bTY0LjkgMGwzLjUgMTAuOWgxMS41bC05LjMgNi43IDMuNiAxMS05LjMtNi44LTkuMyA2LjcgMy42LTEwLjktOS4zLTYuN2gxMS41ek02NC45IDE0OS43bDMuNSAxMC45aDExLjVsLTkuMyA2LjcgMy41IDEwLjktOS4yLTYuOC05LjMgNi44IDMuNS0xMS05LjItNi43aDExLjR6bTY0LjggMGwzLjYgMTAuOWgxMS40bC05LjMgNi43IDMuNiAxMC45LTkuMy02LjgtOS4zIDYuOCAzLjYtMTEtOS4zLTYuN2gxMS41em02NC45IDBsMy41IDEwLjloMTEuNWwtOS4zIDYuNyAzLjUgMTAuOS05LjItNi44LTkuMyA2LjggMy41LTExLTkuMi02LjdIMTkxem02NC44IDBsMy42IDEwLjloMTEuNGwtOS4yIDYuNyAzLjUgMTAuOS05LjMtNi44LTkuMiA2LjggMy41LTExLTkuMy02LjdIMjU2em02NC45IDBsMy41IDEwLjloMTEuNWwtOS4zIDYuNyAzLjUgMTAuOS05LjItNi44LTkuMyA2LjggMy41LTExLTkuMi02LjdoMTEuNHpNMzIuNCAxNzcuMmwzLjYgMTFoMTEuNGwtOS4yIDYuNyAzLjUgMTAuOC05LjMtNi43LTkuMiA2LjcgMy41LTEwLjktOS4zLTYuN0gyOXptNjQuOSAwbDMuNSAxMWgxMS41bC05LjMgNi43IDMuNiAxMC44LTkuMy02LjctOS4zIDYuNyAzLjYtMTAuOS05LjMtNi43aDExLjR6bTY0LjggMGwzLjYgMTFIMTc3bC05LjIgNi43IDMuNSAxMC44LTkuMy02LjctOS4yIDYuNyAzLjUtMTAuOS05LjMtNi43aDExLjV6bTY0LjkgMGwzLjUgMTFIMjQybC05LjMgNi43IDMuNiAxMC44LTkuMy02LjctOS4zIDYuNyAzLjYtMTAuOS05LjMtNi43aDExLjR6bTY0LjggMGwzLjYgMTFoMTEuNGwtOS4yIDYuNyAzLjUgMTAuOC05LjMtNi43LTkuMiA2LjcgMy41LTEwLjktOS4yLTYuN2gxMS40em02NC45IDBsMy41IDExaDExLjVsLTkuMyA2LjcgMy42IDEwLjgtOS4zLTYuNy05LjMgNi43IDMuNi0xMC45LTkuMy02LjdoMTEuNXpNNjQuOSAyMDQuOGwzLjUgMTAuOWgxMS41bC05LjMgNi43IDMuNSAxMS05LjItNi44LTkuMyA2LjcgMy41LTEwLjktOS4yLTYuN2gxMS40em02NC44IDBsMy42IDEwLjloMTEuNGwtOS4zIDYuNyAzLjYgMTEtOS4zLTYuOC05LjMgNi43IDMuNi0xMC45LTkuMy02LjdoMTEuNXptNjQuOSAwbDMuNSAxMC45aDExLjVsLTkuMyA2LjcgMy41IDExLTkuMi02LjgtOS4zIDYuNyAzLjUtMTAuOS05LjItNi43SDE5MXptNjQuOCAwbDMuNiAxMC45aDExLjRsLTkuMiA2LjcgMy41IDExLTkuMy02LjgtOS4yIDYuNyAzLjUtMTAuOS05LjMtNi43SDI1NnptNjQuOSAwbDMuNSAxMC45aDExLjVsLTkuMyA2LjcgMy41IDExLTkuMi02LjgtOS4zIDYuNyAzLjUtMTAuOS05LjItNi43aDExLjR6TTMyLjQgMjMyLjRsMy42IDEwLjloMTEuNGwtOS4yIDYuNyAzLjUgMTAuOS05LjMtNi43LTkuMiA2LjcgMy41LTExLTkuMy02LjdIMjl6bTY0LjkgMGwzLjUgMTAuOWgxMS41TDEwMyAyNTBsMy42IDEwLjktOS4zLTYuNy05LjMgNi43IDMuNi0xMS05LjMtNi43aDExLjR6bTY0LjggMGwzLjYgMTAuOUgxNzdsLTkgNi43IDMuNSAxMC45LTkuMy02LjctOS4yIDYuNyAzLjUtMTEtOS4zLTYuN2gxMS41em02NC45IDBsMy41IDEwLjlIMjQybC05LjMgNi43IDMuNiAxMC45LTkuMy02LjctOS4zIDYuNyAzLjYtMTEtOS4zLTYuN2gxMS40em02NC44IDBsMy42IDEwLjloMTEuNGwtOS4yIDYuNyAzLjUgMTAuOS05LjMtNi43LTkuMiA2LjcgMy41LTExLTkuMi02LjdoMTEuNHptNjQuOSAwbDMuNSAxMC45aDExLjVsLTkuMyA2LjcgMy42IDEwLjktOS4zLTYuNy05LjMgNi43IDMuNi0xMS05LjMtNi43aDExLjV6IiB0cmFuc2Zvcm09InNjYWxlKC45Mzc1KSIvPg0KICA8L2c+DQo8L3N2Zz4=");
}
.country-flag.country-ca {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5NjAwIDY0MDAiPgoJPHBhdGggZmlsbD0iI2YwMCIgZD0ibTAgMGgyNDAwbDk5IDk5aDQ2MDJsOTktOTloMjQwMHY2NDAwaC0yNDAwbC05OS05OWgtNDYwMmwtOTkgOTlIMHoiLz4KCTxwYXRoIGZpbGw9IiNmZmYiIGQ9Im0yNDAwIDBoNDgwMHY2NDAwaC00ODAwem0yNDkwIDUyMzAtNDUtODYzYTk1IDk1IDAgMCAxIDExMS05OGw4NTkgMTUxLTExNi0zMjBhNjUgNjUgMCAwIDEgMjAtNzNsOTQxLTc2Mi0yMTItOTlhNjUgNjUgMCAwIDEtMzQtNzlsMTg2LTU3Mi01NDIgMTE1YTY1IDY1IDAgMCAxLTczLTM4bC0xMDUtMjQ3LTQyMyA0NTRhNjUgNjUgMCAwIDEtMTExLTU3bDIwNC0xMDUyLTMyNyAxODlhNjUgNjUgMCAwIDEtOTEtMjdsLTMzMi02NTItMzMyIDY1MmE2NSA2NSAwIDAgMS05MSAyN2wtMzI3LTE4OSAyMDQgMTA1MmE2NSA2NSAwIDAgMS0xMTEgNTdsLTQyMy00NTQtMTA1IDI0N2E2NSA2NSAwIDAgMS03MyAzOGwtNTQyLTExNSAxODYgNTcyYTY1IDY1IDAgMCAxLTM0IDc5bC0yMTIgOTkgOTQxIDc2MmE2NSA2NSAwIDAgMSAyMCA3M2wtMTE2IDMyMCA4NTktMTUxYTk1IDk1IDAgMCAxIDExMSA5OGwtNDUgODYzeiIvPgo8L3N2Zz4");
}
.country-flag.country-it {
    background-image: linear-gradient(to right,#009246 33%,#fff 33%,#fff 66%,#d00 66%);
}
.country-flag.country-es {
    background-image: linear-gradient(to bottom,#d00 25%,#ffce00 25%,#ffce00 75%,#d00 75%);
}

/* header mobile */
.ast-mobile-menu-buttons{
    display: none !important;
}
.ast-site-identity{
    text-align: center;
}
.ast-logo-title-inline .ast-site-identity{
    display: block;
}
@media screen and (max-width: 600px) {
    body.logged-in .site-branding,
    body.logged-in #wm_header-overlay {
        top: 0 !important;
    }

    #wpadminbar{
        top: 50px;
        z-index: 99 !important;
    }
}

/* header desktop */
body {
    padding-top: 55px;
}
@media (min-width: 768px) {
    body {
        padding-top: 75px;
    }
}
#wpadminbar{
    z-index: 999998;
    background-color: #0068b4 !important;
}
.main-header-bar-wrap{
    max-width: 1360px;
    margin: 0 auto;
}
.main-header-bar{
    line-height: 2 !important;
    background-color: white !important;
}
.main-header-bar .main-header-container,
.main-header-bar #primary-menu{

}
.main-header-bar #primary-menu,
.main-header-bar #primary-menu .menu-item{
    position: static;
}
body.ast-desktop .main-header-menu .sub-menu{
    background-color: white !important;
    box-shadow: none !important;
}
.main-header-bar .sub-menu{
    position: absolute !important;
    width: 100% !important;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1360px;
    margin: 0 auto;
    padding: .5rem 0;
    justify-content: left !important;
}
.main-header-bar #primary-menu > .menu-item > .sub-menu::before{
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 300%;
    height: 105%;
    background-color: white;
    box-shadow: 0 43px 43px -6px rgba(0, 0, 0, .2);
}
.main-header-bar #primary-menu > .menu-item > .sub-menu::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #f9f9f9;
}
.main-header-bar #primary-menu > .menu-item > .sub-menu {
    align-items: self-start;
}
.main-header-bar #primary-menu > .menu-item > .sub-menu > .menu-item > .sub-menu {
    position: relative !important;
    display: block;
    left: auto;
    padding: 0;
    visibility: visible;
}
.main-header-bar #primary-menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item {
    max-width: 100%;
    padding: .75rem 0 0;
}
.main-header-bar #primary-menu .menu-item{
    padding-bottom: .7rem;
}
.main-header-bar #primary-menu .sub-menu .menu-item{
    padding: 1.5rem 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    z-index: 2;
}
.main-header-bar #primary-menu > .menu-item{
    padding: 0 1.1rem .5rem !important
}
.main-header-bar #primary-menu > .menu-item  > .menu-link{
    padding: 0 !important;
}
#wm_mobile-navigation .menu-item.current-menu-item > .menu-link,
.main-header-bar .menu-item.current_page_parent  > .menu-link,
.main-header-bar .menu-item.current-menu-item  > .menu-link{
    color: #4a545b;
    font-weight: 700;
}
.main-header-bar #primary-menu > .menu-item.current_page_parent  > .menu-link,
.main-header-bar #primary-menu > .menu-item.current-menu-item  > .menu-link{
    border-bottom: 2px solid #0068b4;
}

.ast-site-identity{
    padding: 0 !important;
}
.site-branding{
    z-index: 999997;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0;
    padding: .5rem 0 !important;
    pointer-events: none;
    background-color: rgba(255, 255, 255, .9);
}
.site-branding .site-logo-img{
    pointer-events: all;
}
.main-header-bar .main-header-bar-navigation .menu-item-has-children>.menu-link:after{
    display: none !important;
}
.main-header-menu .menu-link, .main-header-menu a{
    padding: 0 1.1rem !important;
}
body.logged-in .site-branding,
body.logged-in #wm_header-overlay {
    top: 32px;
}
@media screen and (max-width: 782px) {
    body.logged-in .site-branding,
    body.logged-in #wm_header-overlay {
        top: 46px;
    }
}
.ast-desktop .main-header-menu.submenu-with-border .sub-menu, .ast-desktop .main-header-menu.submenu-with-border .astra-full-megamenu-wrapper{
    border: none !important;
    background-color: transparent !important;
}
@media (min-width: 922px) {
    #wm_search .search-form {
        width: 50%;
    }
    .ast-separate-container #primary{
        padding: 0 !important;
        margin: 1.5rem 0 !important;
    }
}

@media (max-width: 599px) {
    .site-branding {
        padding: .9rem 0 !important;
    }
    header .site-logo-img .custom-logo-link img{
        max-width: 100px !important;
    }
}
@media (min-width: 600px) {
    #wm_mobile-navigation .nav-content {
        max-width: 400px;
    }
    header .site-logo-img .custom-logo-link img{
        max-width: 150px !important;
    }
}

/* footer */
.site-footer .footer-adv-overlay{
    border-color: #0068b4;
    border-top-width: 30px;
    margin-top: 24px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.site-footer .widget-title{
    color: #0068b4;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: .7rem;
}
.site-footer .footer-adv a {
    color: #4a545b;
}
.site-footer .footer-adv a:focus,
.site-footer .footer-adv a:hover{
    color: #0068b4;
}
.site-footer .ast-small-footer .ast-footer-overlay{
    max-width: 1360px;
    margin: 0 auto;
    border-top: 1px solid #bcc1c7;
}

/* button */
input[type="submit"],
.wp-block-button__link,
.wp-block-button .wp-block-button__link {
    user-select: none;
    cursor: pointer;
    border: 1px solid #0068b4;
    color: #0068b4;
    background-color: transparent;
    text-transform: uppercase;
    border-radius: 3rem;
    max-width: 100%;
    font-size: 1rem;
    line-height: 38px;
    font-weight: normal;
    letter-spacing: .1rem;
    padding: 0 2em;
}
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
.wp-block-button__link:hover,
.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:active,
.wp-block-button .wp-block-button__link:focus {
    color: white !important;
    border-color: #0068b4 !important;
    background-color: #0068b4 !important;
}

/* content fix */
.ast-no-sidebar .entry-content .alignfull{
    max-width: none;
}

/* content */
.wm_remove-spacing{
    padding: 0 !important;
    margin: 0 !important;
}
.wm_remove-spacing .wp-block-column,
.wm_remove-column-spacing.wp-block-column,
.wm_remove-column-spacing .wp-block-column{
    padding: 0;
    margin: 0;
}
.wm_remove-spacing > .wp-block-cover__inner-container{
    max-width: none !important;
}

.wm_spacing{
    padding: 2rem 20px !important;
}
.wm_spacing-half{
    padding: 1rem 10px !important;
}
.wm_spacing-t{
    padding-top: 2rem !important;
}
.wm_spacing-half-t{
    padding-top: 1rem !important;
}
.wm_spacing-b{
    padding-bottom: 2rem !important;
}
.wm_spacing-half-b{
    padding-bottom: 1rem !important;
}
.wm_spacing-l{
    padding-left: 20px !important;
}
.wm_spacing-half-l{
    padding-left: 10px !important;
}
.wm_spacing-r{
    padding-right: 20px !important;
}
.wm_spacing-half-r{
    padding-right: 10px !important;
}

body .wm_remove-spacing-t{
    padding-top: 0 !important;
    margin-top: 0 !important;
}
body .wm_remove-spacing-b{
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
body .wm_remove-spacing-l{
    padding-left: 0 !important;
    margin-left: 0 !important;
}
body .wm_remove-spacing-r{
    padding-right: 0 !important;
    margin-right: 0 !important;
}

.wm_vertical-align{
    height: 100%;
}
.wm_vertical-align > div{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.wm_grid-2 .wp-block-column,
.wm_grid-3 .wp-block-column,
.wm_grid-4 .wp-block-column{
    flex-basis: 100% !important;
}

.wm_image-cover.wp-block-image,
.wm_image-cover .wp-block-image{
    width: 100%;
    height: 100%;
}
.wm_image-cover.wp-block-image img,
.wm_image-cover .wp-block-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wm_image-fillwidth.wp-block-image img,
.wm_image-fillwidth .wp-block-image img{
    max-width: none !important;
    width: 100%;
}

.wm_cover-content-top{
    align-items: start;
}
.wm_image-h280 img{
    height: 280px;
    object-fit: cover;
}

.wm_video-alignfull{
    overflow: hidden;
    z-index: 0;
    width: 100%;
    min-height: auto !important;
    padding: 0;
}
.wm_video-alignfull video{
    position: static !important;
    width: 100% !important;
    object-fit: cover !important;
    transform: none !important;
    height: auto !important;
}
.wm_video-alignfull::after {
    content: "";
    position: absolute;
    top: -49%;
    left: -50%;
    width: 200%;
    height: 150%;
    background: linear-gradient(0deg, white 1%, rgba(255, 255, 255, 0) 7%, rgba(255, 255, 255, 0) 100%);
    box-shadow: inset 0 0 1rem 2rem rgba(255, 255, 255, .26);
}
.wm_video-alignfull .wp-block-cover__inner-container{
    display: none;
}

@media (min-width: 600px) {
    .wm_grid-2 .wp-block-column,
    .wm_grid-3 .wp-block-column,
    .wm_grid-4 .wp-block-column{
        flex-basis: 50% !important;
    }

    .wm_text-right{
        text-align: right;
    }
}

@media (min-width: 768px) {
    .wm_spacing{
        padding: 2.5rem 1.5rem !important;
    }
    .wm_spacing-half{
        padding: 1.25rem .75rem !important;
    }
    .wm_spacing-t{
        padding-top: 2.5rem !important;
    }
    .wm_spacing-half-t{
        padding-top: 1.25rem !important;
    }
    .wm_spacing-b{
        padding-bottom: 2.5rem !important;
    }
    .wm_spacing-half-b{
        padding-bottom: 1.25rem !important;
    }
    .wm_spacing-l{
        padding-left: 1.5rem !important;
    }
    .wm_spacing-half-l{
        padding-left: .75rem !important;
    }
    .wm_spacing-r{
        padding-right: 1.5rem !important;
    }
    .wm_spacing-half-r{
        padding-right: .75rem !important;
    }

    .wm_grid-3 .wp-block-column{
        flex-basis: 33.3333% !important;
    }
}
@media (min-width: 992px) {
    .wm_spacing{
        padding: 3rem !important;
    }
    .wm_spacing-half{
        padding: 1.5rem !important;
    }
    .wm_spacing-t{
        padding-top: 3rem !important;
    }
    .wm_spacing-half-t{
        padding-top: 1.5rem !important;
    }
    .wm_spacing-b{
        padding-bottom: 3rem !important;
    }
    .wm_spacing-half-b{
        padding-bottom: 1.5rem !important;
    }
    .wm_spacing-l{
        padding-left: 3rem !important;
    }
    .wm_spacing-half-l{
        padding-left: 1.5rem !important;
    }
    .wm_spacing-r{
        padding-right: 3rem !important;
    }
    .wm_spacing-half-r{
        padding-right: 1.5rem !important;
    }

    .wm_grid-4 .wp-block-column{
        flex-basis: 25% !important;
    }
}
@media (min-width: 1920px) {
    .wm_video-alignfull {
        max-width: 1920px !important;
        width: 1920px !important;
        margin-left: -280px !important;
        margin-right: 0 !important;
    }
}

/* Gutenberg Text Colors */
.has-primary-color {
	color: #0068b4;
}

.has-accent-color {
	color: #f4e08a;
}

.has-light-gray-color {
	color: #f9f9f9;
}

.has-dark-gray-color {
	color: #5a5a5a;
}

/* Gutenberg Background Colors */
.has-primary-background-color {
	background-color: #0068b4;
}

.has-accent-background-color {
	background-color: #f4e08a;
}

.has-light-gray-background-color {
	background-color: #f9f9f9;
}

.has-dark-gray-background-color {
	background-color: #5a5a5a;
}

/* Customizer */
.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single {
    padding: 0;
}
.ast-single-post .entry-title, .page-title {
    display: none;
}
.wm-dealers .wp-block-image.size-full,
.wp-block-group__inner-container .wm-dealers :last-child {
    margin-bottom: .5em;
}
.wp-block-file:not(.wp-element-button) {
    font-size: 1.25em;
}

/*
    Bootstrap v5.0.2
    - display
    - padding
    - margin
*/
.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}@media (min-width:576px){.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}}@media (min-width:768px){.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}}@media (min-width:992px){.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}}@media (min-width:1200px){.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}}@media (min-width:1400px){.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}
