/*  
* ############################################################################################
* 
* KLOROFIL - Free Bootstrap Dashboard Template
* ---------------------------------------------------------------------
*
* Version:  2.0
* Author:   The Develovers
* Website:  https://www.themeineed.com/
* Copyright:  Copyright 2016 The Develovers
* License:  Creative Common Attribution 4.0 https://creativecommons.org/licenses/by/4.0/
* 
* ############################################################################################
*/


/********************
 * GENERAL STYLES
 ********************/
 :root {
  --bs-blue: #2c8ef8;
  --bs-indigo: #727cf5;
  --bs-purple: #6b5eae;
  --bs-pink: #ff679b;
  --bs-red: #fa5c7c;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffbc00;
  --bs-green: #0acf97;
  --bs-teal: #02a8b5;
  --bs-cyan: #39afd1;
  --bs-white: #fff;
  --bs-gray: #98a6ad;
  --bs-gray-dark: #343a40;
  --bs-primary: #727cf5;
  --bs-secondary: #6c757d;
  --bs-success: #0acf97;
  --bs-info: #39afd1;
  --bs-warning: #ffbc00;
  --bs-danger: #fa5c7c;
  --bs-light: #eef2f7;
  --bs-dark: #313a46;
  --bs-font-sans-serif: "Nunito", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); }
* {
    scrollbar-width: thin;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: #F3F5F8;
    font-family: "Source Sans Pro", sans-serif;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #676a6d;
}

a {
    color: #3287B2;
}

a:hover,
a:focus {
    color: #3b98c8;
    text-decoration: none;
}

th {
    font-weight: 600;
}

.page-title {
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 300;
}

footer {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-top: 15px;
    padding-bottom: 10px;
}

.copyright {
    margin-bottom: 0;
    text-align: right;
    font-size: 13px;
}

.panel-heading h2 {
    color: #000000;
    font-family: 'Yantramanav', sans-serif;
}

@media screen and (max-width: 767px) {
    .copyright {
        text-align: center;
        position: relative !important;
    }

    /* Heading Content */

    .panel-heading h3 {
        line-height: 35px;
    }

    .panel-heading p {
        padding-top: 15px;
    }

    /* Navbar */

    .navbar .navbar-nav .dropdown{
        width: 10px;
    }
}


/********************
 * LAYOUT
 ********************/

#wrapper .sidebar {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 270px;
    height: 100%;
    float: left;
    /*background-color: #003300;*/
    background-image: linear-gradient(to right top, #464646, #373737, #292929, #1c1c1c, #0d0d0d);
    position: fixed;
    left: 0;
}

#wrapper .main {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: calc(100% - 260px);
    left: 0;
    position: relative;
    float: right;
    background-color: #f5f5fa;
}

#wrapper #sidebar-nav,
#wrapper .main {
    /*padding-top: 80px;ASLI*/
    padding-top: 43px;
}

@media screen and (max-width: 767px) {
    #wrapper #sidebar-nav,
    #wrapper .main {
        padding-top: 41px;
    }
}

.layout-fullwidth #wrapper .sidebar {
    left: -269px;
}

.layout-fullwidth #wrapper .sidebar:hover {
    left: 0px;
}

.layout-fullwidth #wrapper .main {
    width: 100%;
}

.layout-fullwidth #wrapper .navbar {
    left: 0 !important;
}

.layout-fullwidth #wrapper .btn-toggle-fullwidth {
    color: rgba(99, 156, 185, 0.92);
}

.offcanvas-active #wrapper .sidebar {
    left: 0;
}

.offcanvas-active #wrapper .main {
    width: 100%;
    position: relative;
    left: 260px;
}

@media screen and (max-width: 1024px) {
    #wrapper .sidebar {
        left: -270px;
    }
    #wrapper .main {
        width: 100%;
    }
    #wrapper .navbar {
        left: 0 !important;
    }
    #wrapper .btn-toggle-fullwidth {
        color: rgba(99, 156, 185, 0.92);
    }
    .btn-toggle-minified {
        display: none;
    }
}

.main-content {
    padding: 0px 0px;
}

.navbar + .main-content {
    padding: 105px 0 10px 5px;
}

@media screen and (max-width: 767px) {
    .navbar + .main-content {
        padding-top: 10px;
    }
}

html.fullscreen-bg,
html.fullscreen-bg body,
html.fullscreen-bg #wrapper {
    height: 100%;
}

.vertical-align-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
}

.vertical-align-middle {
    display: table-cell;
    vertical-align: middle;
}


/********************
 * TOP NAVIGATION
 ********************/

.navbar-default {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
    border: none;
    background-color: #fff;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #fafafa;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #f8f8f8;
}

.navbar-default .brand {
    float: left;
    /*padding: 30px 39px;ASLI*/
    padding: 8px 39px;
    background-color: #fff;
}

@media screen and (max-width: 1024px) {
    .navbar-default .brand {
        padding-left: 30px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 992px) {
    .navbar-default .brand {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .navbar-default #navbar-menu {
        float: right;
    }
}

.navbar-btn {
    float: left;
    /*padding: 16px 0;*/
}

.navbar-btn button {
    font-size: 24px;
    padding: 4px 8px;
    line-height: .7;
    border: none;
    background: none;
    outline: none;
}

@media screen and (max-width: 640px) {
    .navbar-btn {
        padding-left: 0;
    }
}

.navbar-btn-right {
    float: right;
}

.navbar-form {
    padding: 15px;
    border: 0;
}

.navbar-form input[type="text"] {
    min-width: 200px;
}

@media screen and (max-width: 767px) {
    .navbar-form {
        float: left;
        width: 70%;
        margin-left: 5px;
        margin-right: 5px;
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-form .input-group {
        width: 70%;
    }
    .navbar-form input[type="text"] {
        min-width: 150px;
    }
}

@media screen and (max-width: 640px) {
    .navbar-form {
        display: none;
    }
}

.navbar-nav .icon-menu {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    padding-top: 28px;
    padding-bottom: 28px;
    position: relative;
}

.navbar-nav .icon-menu .badge {
    position: absolute;
    top: 22px;
    right: 16px;
}

.navbar-nav > li > a {
    /*padding: 28px 20px;*/
}

.navbar-nav > li > a > i {
    font-size: 22px;
    margin-right: 2px;
    vertical-align: middle;
}

.navbar-nav > li > a > i.icon-submenu {
    margin-left: 2px;
    margin-right: 0;
    font-size: 10px;
    position: relative;
    top: 2px;
}

.navbar-nav > li > a > span {
    position: relative;
    top: 2px;
}

.navbar-nav > li > a img {
    width: 22px;
    margin-right: 2px;
}

.navbar-nav > li > .dropdown-menu {
    padding: 0;
    min-width: 200px;
}

.navbar-nav .dropdown-menu {
    border-top: 2px solid #ACB0B5;
}

.navbar-nav .dropdown-menu > li > a {
    padding: 10px 20px;
}

.navbar-nav .dropdown-menu > li > a:hover,
.navbar-nav .dropdown-menu > li > a:focus {
    background-color: #fafafa;
}

.navbar-nav .dropdown-menu > li > a span,
.navbar-nav .dropdown-menu > li > a i {
    vertical-align: middle;
}

@media screen and (min-width: 768px) {
    .navbar-nav.navbar-right {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .navbar-nav {
        width: 100%;
        margin: 0;
    }
    .navbar-nav > li {
        display: table-cell;
        width: 1%;
        position: inherit;
        text-align: center;
    }
    .navbar-nav > li > a {
        padding: 15px 20px;
    }
    .navbar-nav > li > a span:not(.badge),
    .navbar-nav > li > a .icon-submenu {
        display: none;
    }
    .navbar-nav .open .dropdown-menu {
        -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
        position: absolute;
        width: 100%;
        margin-top: 3px;
        background-color: #fff;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 10px 15px;
    }
    .navbar-nav .icon-menu {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-nav .icon-menu .badge {
        top: 10px;
        right: 15px;
    }
}

.navbar-toggle {
    padding: 5px 8px;
    margin: 20px 15px 20px 0;
}

.navbar-toggle .icon-nav {
    font-size: 24px;
}

.notification-item .dot {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 10px;
    height: 10px;
    content: '';
    margin-right: 8px;
}

ul.notifications > li {
    border-bottom: 1px solid #F0F0F0;
}

ul.notifications > li:last-child {
    border-bottom: none;
}

ul.notifications > li > .more {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    text-decoration: underline;
    font-weight: 600;
}

ul.notifications > li > .more:hover,
ul.notifications > li > .more:focus {
    text-decoration: none;
}

.dropdown-menu {
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    border-color: #eaeaea;
}

.dropdown-menu > li > a {
    color: #676a6d;
}

.dropdown-menu > li i {
    margin-right: 6px;
}

.dropdown-menu .active > a,
.dropdown-menu .active > a:focus,
.dropdown-menu .active > a:hover {
    background-color: rgba(99, 156, 185, 0.92);
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    color: #a3a3a3;
}


/********************
 * SIDEBAR NAVIGATION
 ********************/

.sidebar {
    z-index: 9;
}

.sidebar .nav > li > a {
    padding: 15px 10px;
    color: #AEB7C2;
    border-left: 5px solid transparent;
}

.sidebar .nav > li > a:hover,
.sidebar .nav > li > a:focus,
.sidebar .nav > li > a.active {
    color: #fff;
    background-color: transparent;
}

.sidebar .nav > li > a:hover i,
.sidebar .nav > li > a:focus i,
.sidebar .nav > li > a.active i {
    /*color: rgba(99, 156, 185, 0.92);*/
    color: rgba(255, 255, 255, 0.92);
}

.sidebar .nav > li > a:focus,
.sidebar .nav > li > a.active {
    /*background-color: #006600;*/
    background-image: linear-gradient(90deg, rgba(138,138,138,1) 0%, rgba(94,94,94,1) 15%);
    /*border-left-color: rgba(99, 156, 185, 0.92);*/
    border-left-color: rgba(255, 255, 255, 0.92);
}


.sidebar .nav > li > a[data-toggle="collapse"] .icon-submenu {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    float: right;
    position: relative;
    top: 5px;
    font-size: 12px;
    line-height: 1.1;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.sidebar .nav > li > a[data-toggle="collapse"].collapsed .icon-submenu {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.sidebar .nav > li > a .badge {
    font-weight: 400;
    background-color: #F9354C;
}

.sidebar .nav {
    /* submenu */
}

.sidebar .nav i {
    margin-right: 10px;
    font-size: 18px;
}

.sidebar .nav span {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    top: -2px;
}


/********faiz sub menu********************/

.sidebar .nav .nav {
    /*background-color: #336600;*/
    background-color: #424242;
}

.sidebar .nav .nav > li > a {
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.sidebar .nav .nav > li > a:focus,
.sidebar .nav .nav > li > a.active {
    background-color: transparent;
    border-left-color: transparent;
}

.sidebar .nav .nav > li > a.active a {
    color: #fff;
}


/*sub sub menu 1*/

.sidebar .nav .nav .nav1 {
    background-color: #336600;
}

.sidebar .nav .nav .nav1> li > a {
    padding-left: 50px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.sidebar .nav .nav .nav1> li > a:focus,
.sidebar .nav .nav .nav1 > li > a.active {
    background-color: transparent;
    border-left-color: transparent;
}

.sidebar .nav .nav .nav1> li > a.active a {
    color: #fff;
}


/*sub sub menu 2*/

.sidebar .nav .nav .nav2 {
    background-color: #336600;
}

.sidebar .nav .nav .nav2> li > a {
    padding-left: 70px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.sidebar .nav .nav .nav2> li > a:focus,
.sidebar .nav .nav .nav2 > li > a.active {
    background-color: transparent;
    border-left-color: transparent;
}

.sidebar .nav .nav .nav2> li > a.active a {
    color: #fff;
}


/*sub sub menu 3*/

.sidebar .nav .nav .nav3 {
    background-color: #336600;
}

.sidebar .nav .nav .nav3> li > a {
    padding-left: 90px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.sidebar .nav .nav .nav3> li > a:focus,
.sidebar .nav .nav .nav3> li > a.active {
    background-color: transparent;
    border-left-color: transparent;
}

.sidebar .nav .nav .nav3> li > a.active a {
    color: #fff;
}


/*********end sub menu**********************/


/********************
 * TYPOGRAPHY
 ********************/

.text-success {
    color: #41B314;
}

.text-warning {
    color: #e4cb10;
}

.text-danger {
    color: #F9354C;
}

.text-light {
    color: #cacaca;
}

ul.list-justify > li {
    margin-bottom: 5px;
}

ul.list-justify > li span {
    float: right;
}


/********************
 * INPUTS
 ********************/

.form-control {
    -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 4px;
    border-color: #eaeaea;
    background-color: #fcfcfc;
}

.form-control:focus {
    -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
    border-color: #d6d6d6;
    background-color: #fff;
}

.input-group {
    -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-group-addon {
    border: 1px solid #eaeaea;
}


/* fancy checkbox and radio button */

.fancy-checkbox {
    display: block;
    font-weight: normal;
}

.fancy-checkbox input[type="checkbox"] {
    display: none;
}

.fancy-checkbox input[type="checkbox"] + span {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    cursor: pointer;
    position: relative;
    font-size: 13px;
}

.fancy-checkbox input[type="checkbox"] + span:before {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
    bottom: 1px;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    content: "";
    border: 1px solid #ccc;
}

.fancy-checkbox input[type="checkbox"]:checked + span:before {
    font-family: FontAwesome;
    content: '\f00c';
    font-size: 12px;
    color: #99a1a7;
    text-align: center;
    line-height: 16px;
    background: #ededed;
    border: 1px solid #ccc;
}

.fancy-checkbox.custom-color-green input[type="checkbox"]:checked + span:before {
    color: #53D76A;
    background-color: #fff;
}

.fancy-checkbox.custom-bgcolor-green input[type="checkbox"]:checked + span:before {
    color: #fff;
    background-color: #53D76A;
    border-color: #32cf4d;
}

.fancy-radio {
    display: block;
    font-weight: normal;
}

.fancy-radio input[type="radio"] {
    display: none;
}

.fancy-radio input[type="radio"] + span {
    display: block;
    cursor: pointer;
    position: relative;
    font-size: 13px;
}

.fancy-radio input[type="radio"] + span i {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    bottom: 1px;
    content: "";
    border: 1px solid #ccc;
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.fancy-radio input[type="radio"]:checked + span i:after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    position: relative;
    top: 3px;
    left: 3px;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #99a1a7;
}

.fancy-radio.custom-color-green input[type="radio"]:checked + span i:after {
    background-color: #53D76A;
}

.fancy-radio.custom-bgcolor-green input[type="radio"]:checked + span i {
    background-color: #53D76A;
}

.fancy-radio.custom-bgcolor-green input[type="radio"]:checked + span i:after {
    background-color: #fff;
}


/********************
 * BUTTONS
 ********************/

.btn {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
    width: auto;
}

.btn-group-lg > .btn,
.btn-lg {
    padding: 10px 28px;
}

.btn-group-sm > .btn,
.btn-sm {
    padding: 3px 18px;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 5px 14px;
}

.btn-primary {
    background-color: #337ab7;
    border-color: #337ab7;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #346f91;
    border-color: #346f91;
}

.btn-warning {
    background-color: #e4cb10;
    border-color: #d6be0f;
}

.btn-warning:hover,
.btn-warning:focus {
    background-color: #d6be0f;
    border-color: #d6be0f;
}

.btn-default:hover,
.btn-default:focus {
    background-color: #f7f7f7;
}

.btn-success {
    background-color: #41B314;
    border-color: #3ca512;
}

.btn-success:hover,
.btn-success:focus {
    background-color: #3ca512;
    border-color: #3ca512;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    opacity: 0.4;
    filter: alpha(opacity=40);
}


/********************
 * PANELS
 ********************/

.panel {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    margin-bottom: 30px;
}

.panel .panel-heading,
.panel .panel-body,
.panel .panel-footer {
    /*padding-left: 25px;*/
    /*padding-right: 25px;*/
}

.panel .panel-heading {
    padding-top: 20px;
    padding-bottom: 5px;
    position: relative;
}

.panel .panel-heading .panel-title {
    margin: 0;
    font-size: 18px;
    font-weight: 300;
}

.panel .panel-heading button {
    padding: 0;
    margin-left: 5px;
    background-color: transparent;
    border: none;
    outline: none;
}

.panel .panel-heading button i {
    font-size: 14px;
}

.panel .panel-body {
    /*padding-top: 10px;
    padding-bottom: 15px;*/
}

.panel .panel-note {
    font-size: 13px;
    line-height: 2.6;
    color: #777777;
}

.panel .panel-note i {
    font-size: 16px;
    margin-right: 3px;
}

.panel .right {
    /*position: absolute;
    right: 20px;
    top: 32%;*/
}

.panel.panel-headline .panel-heading {
    border-bottom: none;
}

.panel.panel-headline .panel-heading .panel-title {
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: normal;
}

.panel.panel-headline .panel-heading .panel-subtitle {
    margin-bottom: 0;
    font-size: 14px;
    color: #8D99A8;
    padding-left: 7px;
}

.panel.panel-scrolling .btn-bottom {
    margin-bottom: 30px;
}

/*.panel .table > thead > tr > td:first-child,
.panel .table > thead > tr > th:first-child,
.panel .table > tbody > tr > td:first-child,
.panel .table > tbody > tr > th:first-child,
.panel .table > tfoot > tr > td:first-child,
.panel .table > tfoot > tr > th:first-child {
    padding-left: 25px;
}

.panel .table > thead > tr > td:last-child,
.panel .table > thead > tr > th:last-child,
.panel .table > tbody > tr > td:last-child,
.panel .table > tbody > tr > th:last-child,
.panel .table > tfoot > tr > td:last-child,
.panel .table > tfoot > tr > th:last-child {
    padding-left: 25px;
}*/

.panel-footer {
    background-color: #fafafa;
}


/********************
 * ELEMENTS
 ********************/

.collapsing {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.label {
    font-weight: normal;
}

.metric {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #DCE6EB;
}

.metric .icon {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #0081c2;
    text-align: center;
}

.metric .icon i {
    font-size: 18px;
    color: #fff;
}

.metric p {
    margin-bottom: 0;
    line-height: 1.2;
    text-align: right;
}

.metric .number {
    display: block;
    font-size: 28px;
    font-weight: 300;
}

.metric .title {
    font-size: 16px;
}

ul.activity-list > li {
    padding: 25px 0;
}

ul.activity-list > li:not(:last-child) {
    border-bottom: 1px solid #F0F0F0;
}

ul.activity-list > li .avatar {
    width: 40px;
}

ul.activity-list > li > p {
    margin-bottom: 0;
    padding-left: 3.5em;
}

ul.activity-list > li .timestamp {
    display: block;
    font-size: 13px;
    color: #a3a3a3;
}


/* task list */

.task-list > li {
    margin-bottom: 32px;
}

.task-list p {
    position: relative;
}

.task-list p .label-percent {
    position: absolute;
    right: 0;
}


/* bootstrap progress bar */

.progress {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f1f1f1;
}

.progress.wide {
    width: 60px;
}

.progress .progress-bar {
    -webkit-transition: width 3s ease;
    -moz-transition: width 3s ease;
    -ms-transition: width 3s ease;
    -o-transition: width 3s ease;
    transition: width 3s ease;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress.progress-sm {
    height: 12px;
}

.progress.progress-xs {
    height: 5px;
}

.progress.progress-sm .progress-bar,
.progress.progress-xs .progress-bar {
    text-indent: -9999px;
}

.progress-bar-success {
    background-color: #41B314;
}

.progress-bar-warning {
    background-color: #e4cb10;
}

.progress-bar-danger {
    background-color: #F9354C;
}

.weekly-summary {
    margin-bottom: 30px;
    font-weight: 300;
}

.weekly-summary .number {
    font-size: 36px;
}

.weekly-summary i {
    font-size: 16px;
    margin-left: 10px;
}

.weekly-summary .percentage {
    position: relative;
    top: -7px;
}

.weekly-summary .info-label {
    display: block;
    margin-bottom: 10px;
    font-weight: normal;
}

.todo-list > li {
    border-top: 1px solid #F0F0F0;
    position: relative;
}

.todo-list > li:first-child {
    border-top: none;
}

.todo-list > li .fancy-checkbox {
    position: absolute;
    top: 50%;
    margin-top: -11px;
}

.todo-list > li .fancy-checkbox input[type="checkbox"] + span {
    margin-right: 0;
}

.todo-list > li p {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 90%;
    margin: 0;
    padding: 20px 0 20px 35px;
}

.todo-list > li.completed p,
.todo-list > li.completed .date {
    text-decoration: line-through;
    color: #b4b7b9;
}

.todo-list .title {
    font-size: 16px;
    font-weight: 600;
}

.todo-list .short-description {
    display: block;
    margin-top: 5px;
}

.todo-list .date {
    font-size: 13px;
    color: #a3a3a3;
}

.todo-list .controls {
    float: right;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -11px;
}

.todo-list .controls a {
    margin-left: 5px;
}


/* toastr notification */

#toast-container > div {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

#toast-container > div,
#toast-container > div:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#toast-container .toast-close-button {
    top: -0.9em;
}

.toast a {
    text-decoration: underline;
}

.toast a:hover,
.toast a:focus {
    text-decoration: none;
    color: #fff;
}

.toast .toast-message {
    font-size: 14px;
    line-height: 2;
}

.toast-info {
    background-color: rgba(99, 156, 185, 0.92);
}

.toast-success {
    background-color: #41B314;
}

.toast-warning {
    background-color: #e4cb10;
}

.toast-danger {
    background-color: #F9354C;
}


/* tabs */

.custom-tabs-line ul {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.custom-tabs-line ul > li {
    float: left;
}

.custom-tabs-line ul > li a {
    color: #8d9093;
    font-weight: normal;
}

.custom-tabs-line ul > li a:hover,
.custom-tabs-line ul > li a:focus {
    color: #676a6d;
    background-color: transparent;
}

.custom-tabs-line ul > li a:focus {
    outline: none;
}

.custom-tabs-line ul.nav-pills a:hover,
.custom-tabs-line ul.nav-pills a:focus {
    color: #fff;
    background-color: rgba(99, 156, 185, 0.92);
}

.custom-tabs-line.tabs-line-bottom {
    border-bottom: 1px solid #eaeaea;
}

.custom-tabs-line.tabs-line-bottom ul > li {
    margin-bottom: -1px;
}

.custom-tabs-line.tabs-line-bottom a {
    border-bottom: 1px solid transparent;
}

.custom-tabs-line.tabs-line-bottom .active a {
    border-bottom: 2px solid rgba(99, 156, 185, 0.92);
}

.custom-tabs-line.left-aligned {
    text-align: left;
}

.custom-tabs-line.right-aligned {
    text-align: right;
}

@media screen and (max-width: 768px) {
    .custom-tabs-line ul li.active > a {
        margin-bottom: -1px;
    }
}

.tab-pane {
    padding: 25px 15px;
}


/********************
 * CHARTS
 ********************/


/* easy pie chart */

.easy-pie-chart {
    position: relative;
    width: 110px;
    margin: 0 auto;
    margin-bottom: 15px;
    text-align: center;
}

.easy-pie-chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.easy-pie-chart .percent {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    line-height: 110px;
    z-index: 2;
}

.easy-pie-chart .percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em;
}

.easy-pie-chart#system-load {
    width: 130px;
}

.easy-pie-chart#system-load .percent {
    line-height: 128px;
}


/********************************
 * AUTHENTICATION FORMS, PAGE
 ********************************/

.auth-box {
    -moz-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 70%;
    height: 450px;
    margin: 0 auto;
    background-color: #fff;
}

.auth-box:before {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    content: ' ';
    vertical-align: middle;
    height: 100%;
}

.auth-box .content {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    /*width: 99%;*/
    vertical-align: middle;
}

.auth-box .left {
    float: left;
    width: 42%;
    height: 100%;
    padding: 0 30px;
    text-align: center;
}

.auth-box .left:before {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    content: ' ';
    vertical-align: middle;
    height: 100%;
}

.auth-box .right {
    float: right;
    width: 58%;
    height: 100%;
    position: relative;
    background-image: url("../../assets/img/login-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.auth-box .right:before {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    content: ' ';
    vertical-align: middle;
    height: 100%;
}

.auth-box .right .text {
    position: relative;
    padding: 0 30px;
    color: #fff;
    width: 99%;
}

.auth-box .right .heading {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 26px;
    font-weight: 300;
}

.auth-box .right p {
    margin: 0;
    font-size: 18px;
    font-weight: 300;
}

.auth-box .right .overlay {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 51, 0, 0.85);
}

.auth-box .header {
    margin-bottom: 30px;
}

.auth-box .lead {
    margin-top: 5px;
    font-size: 18px;
    text-align: center;
}

.auth-box .form-auth-small .btn {
    margin-top: 20px;
}

.auth-box .form-auth-small .element-left {
    float: left;
}

.auth-box .form-auth-small .element-right {
    float: right;
}

.auth-box .form-auth-small .bottom {
    margin-top: 20px;
    text-align: center;
}

.auth-box.lockscreen {
    width: 50%;
    padding: 40px 60px;
}

.auth-box.lockscreen .logo {
    margin-bottom: 30px;
}

.auth-box.lockscreen .user {
    margin-bottom: 30px;
}

.auth-box.lockscreen .user .name {
    font-size: 18px;
    margin-top: 10px;
}

@media screen and (min-width: 1440px) {
    .auth-box.lockscreen {
        width: 35%;
    }
}

@media screen and (max-width: 1279px) {
    .auth-box {
        width: 90%;
    }
    .auth-box .left {
        top: 3.3em;
    }
}

@media screen and (max-width: 1023px) {
    .auth-box .left {
        width: 100%;
        position: inherit;
        padding: 30px;
    }
    .auth-box .right {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .auth-box {
        width: 70%;
    }
    .auth-box.lockscreen {
        width: 50%;
        padding: 40px 20px;
    }
}

@media screen and (max-width: 640px) {
    .auth-box {
        width: 90%;
    }
    .auth-box .content {
        width: 95%;
    }
    .auth-box.lockscreen {
        width: 90%;
    }
}


/********************
 * HELPERS
 ********************/

.bg-primary {
  background-color: #727cf5 !important; }

.bg-secondary {
  background-color: #6c757d !important; }

.bg-success {
  background-color: #0acf97 !important; }

.bg-info {
  background-color: #39afd1 !important; }

.bg-warning {
  background-color: #ffbc00 !important; }

.bg-danger {
  background-color: #fa5c7c !important; }

.bg-light {
  background-color: #eef2f7 !important; }

.bg-dark {
  background-color: #313a46 !important; }

.bg-body {
  background-color: #fafbfe !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.bg-gradient {
  background-image: var(--bs-gradient) !important; }

.no-padding {
    padding: 0 !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-bottom-30 {
    padding-bottom: 30px !important;
}


/********************
 * PAGE: PROFILE
 ********************/

.panel-profile {
    position: relative;
}

.profile-left {
    padding-left: 0;
    float: left;
    width: 40%;
    height: 100%;
    position: absolute;
    background-color: #F8F8F8;
}

.profile-right {
    float: right;
    width: 60%;
    padding: 20px 25px;
}

.profile-right .heading {
    margin-top: 0;
}

@media screen and (max-width: 992px) {
    .profile-left,
    .profile-right {
        float: none;
        width: 100%;
    }
    .profile-left {
        position: relative;
        margin-bottom: 30px;
    }
}

.profile-header {
    position: relative;
    text-align: center;
    color: #fff;
}

.profile-header .overlay {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.profile-header .profile-main {
    position: relative;
    padding: 5px;
    background-image: url("../../assets/img/profile-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.profile-header .name {
    margin: 8px 0 0 0;
    font-size: 22px;
}

.profile-header .online-status {
    font-size: 13px;
    position: relative;
    top: -2px;
}

.profile-header .online-status:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    content: '';
    width: 8px;
    height: 8px;
    margin-right: 3px;
}

.profile-header .online-status.status-available:before {
    background-color: #41B314;
}

.profile-header .profile-stat {
    position: relative;
    background-color: rgba(99, 156, 185, 0.92);
}

.profile-header .profile-stat .stat-item {
    padding: 20px;
    position: relative;
}

.profile-header .profile-stat .stat-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #33bbff;
}

.profile-header .profile-stat .stat-item:last-child:after {
    display: none;
}

.profile-header .profile-stat .stat-item span {
    display: block;
}

@media screen and (max-width: 1023px) {
    .profile-header .profile-stat .stat-item:after {
        display: none;
    }
}

.profile-detail {
    padding-bottom: 30px;
}

.profile-info {
    padding: 0 20px;
    margin: 40px 0;
}

.profile-info .heading {
    margin: 0 0 10px 0;
    font-weight: 600;
}

.profile-info ul > li {
    margin-bottom: 8px;
}

.social-icons {
    margin-bottom: 0;
}

.social-icons > li {
    padding: 0 2px 5px 2px;
}

.social-icons > li > a {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    background-color: #4d4d4d;
    color: #fff;
}

.social-icons > li > a i {
    font-size: 18px;
}

.social-icons > li > a:hover,
.social-icons > li > a:focus {
    background-color: #404040;
}


/* colored background */

.z500px-bg {
    background-color: #0099e5 !important;
}

.z500px-bg:hover,
.z500px-bg:focus {
    background-color: #0088cc !important;
}

.about-me-bg {
    background-color: #00405d !important;
}

.about-me-bg:hover,
.about-me-bg:focus {
    background-color: #002e44 !important;
}

.airbnb-bg {
    background-color: #fd5c63 !important;
}

.airbnb-bg:hover,
.airbnb-bg:focus {
    background-color: #fd434b !important;
}

.alphabet-bg {
    background-color: #ed1c24 !important;
}

.alphabet-bg:hover,
.alphabet-bg:focus {
    background-color: #de1219 !important;
}

.amazon-bg {
    background-color: #ff9900 !important;
}

.amazon-bg:hover,
.amazon-bg:focus {
    background-color: #e68a00 !important;
}

.american-express-bg {
    background-color: #002663 !important;
}

.american-express-bg:hover,
.american-express-bg:focus {
    background-color: #001c4a !important;
}

.aol-bg {
    background-color: #ff0b00 !important;
}

.aol-bg:hover,
.aol-bg:focus {
    background-color: #e60a00 !important;
}

.behance-bg {
    background-color: #1769ff !important;
}

.behance-bg:hover,
.behance-bg:focus {
    background-color: #0059fd !important;
}

.bing-bg {
    background-color: #ffb900 !important;
}

.bing-bg:hover,
.bing-bg:focus {
    background-color: #e6a700 !important;
}

.bitbucket-bg {
    background-color: #205081 !important;
}

.bitbucket-bg:hover,
.bitbucket-bg:focus {
    background-color: #1b436d !important;
}

.bitly-bg {
    background-color: #ee6123 !important;
}

.bitly-bg:hover,
.bitly-bg:focus {
    background-color: #e65312 !important;
}

.blogger-bg {
    background-color: #f57d00 !important;
}

.blogger-bg:hover,
.blogger-bg:focus {
    background-color: #dc7000 !important;
}

.booking-com-bg {
    background-color: #003580 !important;
}

.booking-com-bg:hover,
.booking-com-bg:focus {
    background-color: #002a67 !important;
}

.buffer-bg {
    background-color: #168eea !important;
}

.buffer-bg:hover,
.buffer-bg:focus {
    background-color: #1380d3 !important;
}

.code-school-bg {
    background-color: #616f67 !important;
}

.code-school-bg:hover,
.code-school-bg:focus {
    background-color: #55615a !important;
}

.codecademy-bg {
    background-color: #f65a5b !important;
}

.codecademy-bg:hover,
.codecademy-bg:focus {
    background-color: #f54243 !important;
}

.creative-market-bg {
    background-color: #8ba753 !important;
}

.creative-market-bg:hover,
.creative-market-bg:focus {
    background-color: #7d964b !important;
}

.delicious-bg {
    background-color: #3399ff !important;
}

.delicious-bg:hover,
.delicious-bg:focus {
    background-color: #1a8cff !important;
}

.deviantart-bg {
    background-color: #05cc47 !important;
}

.deviantart-bg:hover,
.deviantart-bg:focus {
    background-color: #04b33e !important;
}

.digg-bg {
    background-color: #005be2 !important;
}

.digg-bg:hover,
.digg-bg:focus {
    background-color: #0051c9 !important;
}

.disqus-bg {
    background-color: #2e9fff !important;
}

.disqus-bg:hover,
.disqus-bg:focus {
    background-color: #1593ff !important;
}

.django-bg {
    background-color: #092e20 !important;
}

.django-bg:hover,
.django-bg:focus {
    background-color: #051911 !important;
}

.dribbble-bg {
    background-color: #ea4c89 !important;
}

.dribbble-bg:hover,
.dribbble-bg:focus {
    background-color: #e7357a !important;
}

.elance-bg {
    background-color: #0d69af !important;
}

.elance-bg:hover,
.elance-bg:focus {
    background-color: #0b5b97 !important;
}

.envato-bg {
    background-color: #82b541 !important;
}

.envato-bg:hover,
.envato-bg:focus {
    background-color: #75a23a !important;
}

.etsy-bg {
    background-color: #d5641c !important;
}

.etsy-bg:hover,
.etsy-bg:focus {
    background-color: #be5919 !important;
}

.facebook-bg {
    background-color: #3b5998 !important;
}

.facebook-bg:hover,
.facebook-bg:focus {
    background-color: #344e86 !important;
}

.feedly-bg {
    background-color: #2bb24c !important;
}

.feedly-bg:hover,
.feedly-bg:focus {
    background-color: #269d43 !important;
}

.flattr-bg {
    background-color: #f67c1a !important;
}

.flattr-bg:hover,
.flattr-bg:focus {
    background-color: #ed6f09 !important;
}

.flickr-bg {
    background-color: #0063dc !important;
}

.flickr-bg:hover,
.flickr-bg:focus {
    background-color: #0058c3 !important;
}

.flipboard-bg {
    background-color: #e12828 !important;
}

.flipboard-bg:hover,
.flipboard-bg:focus {
    background-color: #d21d1d !important;
}

.flixster-bg {
    background-color: #2971b2 !important;
}

.flixster-bg:hover,
.flixster-bg:focus {
    background-color: #24649d !important;
}

.foursquare-bg {
    background-color: #0732a2 !important;
}

.foursquare-bg:hover,
.foursquare-bg:focus {
    background-color: #062a8a !important;
}

.github-bg {
    background-color: #4183c4 !important;
}

.github-bg:hover,
.github-bg:focus {
    background-color: #3876b4 !important;
}

.google-bg {
    background-color: #4285f4 !important;
}

.google-bg:hover,
.google-bg:focus {
    background-color: #2a75f3 !important;
}

.google-plus-bg {
    background-color: #dc4e41 !important;
}

.google-plus-bg:hover,
.google-plus-bg:focus {
    background-color: #d83a2b !important;
}

.instagram-bg {
    background-color: #3f729b !important;
}

.instagram-bg:hover,
.instagram-bg:focus {
    background-color: #386589 !important;
}

.kickstarter-bg {
    background-color: #2bde73 !important;
}

.kickstarter-bg:hover,
.kickstarter-bg:focus {
    background-color: #20cf67 !important;
}

.kik-bg {
    background-color: #82bc23 !important;
}

.kik-bg:hover,
.kik-bg:focus {
    background-color: #73a71f !important;
}

.lastfm-bg {
    background-color: #d51007 !important;
}

.lastfm-bg:hover,
.lastfm-bg:focus {
    background-color: #bc0e06 !important;
}

.line-bg {
    background-color: #00c300 !important;
}

.line-bg:hover,
.line-bg:focus {
    background-color: #00aa00 !important;
}

.linkedin-bg {
    background-color: #0077b5 !important;
}

.linkedin-bg:hover,
.linkedin-bg:focus {
    background-color: #00669c !important;
}

.mail-ru-bg {
    background-color: #168de2 !important;
}

.mail-ru-bg:hover,
.mail-ru-bg:focus {
    background-color: #147fcb !important;
}

.mailchimp-bg {
    background-color: #2c9ab7 !important;
}

.mailchimp-bg:hover,
.mailchimp-bg:focus {
    background-color: #2789a2 !important;
}

.myspace-bg {
    background-color: #000000 !important;
}

.myspace-bg:hover,
.myspace-bg:focus {
    background-color: black !important;
}

.netflix-bg {
    background-color: #e50914 !important;
}

.netflix-bg:hover,
.netflix-bg:focus {
    background-color: #cc0812 !important;
}

.ning-bg {
    background-color: #75af42 !important;
}

.ning-bg:hover,
.ning-bg:focus {
    background-color: #699c3b !important;
}

.path-bg {
    background-color: #ee3423 !important;
}

.path-bg:hover,
.path-bg:focus {
    background-color: #e62412 !important;
}

.patreon-bg {
    background-color: #e6461a !important;
}

.patreon-bg:hover,
.patreon-bg:focus {
    background-color: #d03f17 !important;
}

.paypal-bg {
    background-color: #003087 !important;
}

.paypal-bg:hover,
.paypal-bg:focus {
    background-color: #00276e !important;
}

.photobucket-bg {
    background-color: #0ea0db !important;
}

.photobucket-bg:hover,
.photobucket-bg:focus {
    background-color: #0c8ec3 !important;
}

.pinterest-bg {
    background-color: #bd081c !important;
}

.pinterest-bg:hover,
.pinterest-bg:focus {
    background-color: #a50718 !important;
}

.product-hunt-bg {
    background-color: #da552f !important;
}

.product-hunt-bg:hover,
.product-hunt-bg:focus {
    background-color: #cb4924 !important;
}

.quora-bg {
    background-color: #a82400 !important;
}

.quora-bg:hover,
.quora-bg:focus {
    background-color: #8f1f00 !important;
}

.rdio-bg {
    background-color: #007dc3 !important;
}

.rdio-bg:hover,
.rdio-bg:focus {
    background-color: #006daa !important;
}

.reddit-bg {
    background-color: #ff4500 !important;
}

.reddit-bg:hover,
.reddit-bg:focus {
    background-color: #e63e00 !important;
}

.rss-bg {
    background-color: #f26522 !important;
}

.rss-bg:hover,
.rss-bg:focus {
    background-color: #ed560e !important;
}

.salesforce-bg {
    background-color: #1798c1 !important;
}

.salesforce-bg:hover,
.salesforce-bg:focus {
    background-color: #1486aa !important;
}

.scribd-bg {
    background-color: #1a7bba !important;
}

.scribd-bg:hover,
.scribd-bg:focus {
    background-color: #176ca4 !important;
}

.shopify-bg {
    background-color: #96bf48 !important;
}

.shopify-bg:hover,
.shopify-bg:focus {
    background-color: #89b03e !important;
}

.skype-bg {
    background-color: #00aff0 !important;
}

.skype-bg:hover,
.skype-bg:focus {
    background-color: #009cd7 !important;
}

.slack-bg {
    background-color: #6ecadc !important;
}

.slack-bg:hover,
.slack-bg:focus {
    background-color: #59c2d7 !important;
}

.slideshare-bg {
    background-color: #0077b5 !important;
}

.slideshare-bg:hover,
.slideshare-bg:focus {
    background-color: #00669c !important;
}

.soundcloud-bg {
    background-color: #ff8800 !important;
}

.soundcloud-bg:hover,
.soundcloud-bg:focus {
    background-color: #e67a00 !important;
}

.spotify-bg {
    background-color: #2ebd59 !important;
}

.spotify-bg:hover,
.spotify-bg:focus {
    background-color: #29a84f !important;
}

.squarespace-bg {
    background-color: #222222 !important;
}

.squarespace-bg:hover,
.squarespace-bg:focus {
    background-color: #151515 !important;
}

.stackoverflow-bg {
    background-color: #fe7a15 !important;
}

.stackoverflow-bg:hover,
.stackoverflow-bg:focus {
    background-color: #f86c01 !important;
}

.stripe-bg {
    background-color: #00afe1 !important;
}

.stripe-bg:hover,
.stripe-bg:focus {
    background-color: #009bc8 !important;
}

.stumbleupon-bg {
    background-color: #eb4924 !important;
}

.stumbleupon-bg:hover,
.stumbleupon-bg:focus {
    background-color: #e13b15 !important;
}

.telegram-bg {
    background-color: #0088cc !important;
}

.telegram-bg:hover,
.telegram-bg:focus {
    background-color: #0077b3 !important;
}

.tumblr-bg {
    background-color: #35465c !important;
}

.tumblr-bg:hover,
.tumblr-bg:focus {
    background-color: #2c3a4c !important;
}

.twitch-tv-bg {
    background-color: #6441a5 !important;
}

.twitch-tv-bg:hover,
.twitch-tv-bg:focus {
    background-color: #593a93 !important;
}

.twitter-bg {
    background-color: #55acee !important;
}

.twitter-bg:hover,
.twitter-bg:focus {
    background-color: #3ea1ec !important;
}

.vimeo-bg {
    background-color: #162221 !important;
}

.vimeo-bg:hover,
.vimeo-bg:focus {
    background-color: #0c1312 !important;
}

.vine-bg {
    background-color: #00b488 !important;
}

.vine-bg:hover,
.vine-bg:focus {
    background-color: #009b75 !important;
}

.wechat-bg {
    background-color: #7bb32e !important;
}

.wechat-bg:hover,
.wechat-bg:focus {
    background-color: #6d9f29 !important;
}

.whatsapp-bg {
    background-color: #43d854 !important;
}

.whatsapp-bg:hover,
.whatsapp-bg:focus {
    background-color: #2ed441 !important;
}

.yahoo-bg {
    background-color: #410093 !important;
}

.yahoo-bg:hover,
.yahoo-bg:focus {
    background-color: #36007a !important;
}

.youtube-bg {
    background-color: #cd201f !important;
}

.youtube-bg:hover,
.youtube-bg:focus {
    background-color: #b71d1c !important;
}

.profile-right .heading {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}

.awards {
    margin-bottom: 50px;
}

.awards div[class^="col-"] {
    text-align: center;
}

.award-item {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    text-align: center;
    margin-bottom: 30px;
}

.award-item .hexagon {
    margin: 35px 0;
}

.hexagon {
    width: 100px;
    height: 55px;
    background: #ececec;
    position: relative;
}

.hexagon:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 25px solid #ececec;
}

.hexagon:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 25px solid #ececec;
}

.award-icon {
    font-size: 36px;
    line-height: 1.5em;
}

ul.activity-timeline > li {
    margin-bottom: 45px;
    position: relative;
    z-index: 0;
}

ul.activity-timeline > li .activity-icon {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    float: left;
    width: 34px;
    height: 34px;
    background-color: rgba(99, 156, 185, 0.92);
    font-size: 16px;
    color: #fff;
    line-height: 34px;
    text-align: center;
    margin-right: 10px;
}

ul.activity-timeline > li > p {
    margin-bottom: 0;
    padding-left: 40px;
}

ul.activity-timeline > li .timestamp {
    display: block;
    font-size: .85em;
    color: #a3a3a3;
}

ul.activity-timeline > li:after {
    content: "";
    display: block;
    border-left: 1px solid #eaeaea;
    width: 1px;
    height: 100px;
    position: absolute;
    top: 5px;
    left: 16px;
    z-index: -1;
}

ul.activity-timeline > li:last-child:after {
    display: none;
}

.project-table .progress {
    margin-bottom: 0;
}

.project-table .progress-bar {
    font-size: 10px;
}

.project-table > tbody > tr > td {
    padding: 12px 8px;
}

.project-table > tbody > tr > td .avatar {
    width: 22px;
    border: 1px solid #CCC;
}


/*# sourceMappingURL=main.css.map */


/*  Create OWN CSS */

.own-radius {
    border-radius: 4px 4px 4px 4px !important;
}

/*btn-app*/
.btn-app {
  border-radius: 3px;
  position: relative;
  padding: 15px 5px;
  margin: 0 0 10px 10px;
  min-width: 80px;
  height: 60px;
  text-align: center;
  color: #666;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  font-size: 12px;
}
/*.btn-app > .fa,*/
.btn-app > .glyphicon,
.btn-app > .ion {
  font-size: 20px;
  display: block;
}
.btn-app:hover {
  background: #f4f4f4;
  color: #444;
  border-color: #aaa;
}
.btn-app:active,
.btn-app:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-app > .badge {
  position: absolute;
  top: -3px;
  right: -10px;
  font-size: 10px;
  font-weight: 400;
}
/*btn-app-end*/

#ftco-loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000; }

#ftco-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #ffffffa3;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

#ftco-loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1; }

#ftco-loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

#ftco-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round; 
}

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } 
  }
.m-0 {
    margin: 0!important
}

.mt-0,
.my-0 {
    margin-top: 0!important
}

.mr-0,
.mx-0 {
    margin-right: 0!important
}

.mb-0,
.my-0 {
    margin-bottom: 0!important
}

.ml-0,
.mx-0 {
    margin-left: 0!important
}

.m-1 {
    margin: .25rem!important
}

.mt-1,
.my-1 {
    margin-top: .25rem!important
}

.mr-1,
.mx-1 {
    margin-right: .25rem!important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem!important
}

.ml-1,
.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2,
.my-2 {
    margin-top: .5rem!important
}

.mr-2,
.mx-2 {
    margin-right: .5rem!important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,
.mx-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.mt-3,
.my-3 {
    margin-top: 1rem!important
}

.mr-3,
.mx-3 {
    margin-right: 1rem!important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem!important
}

.ml-3,
.mx-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem!important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem!important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem!important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.mt-5,
.my-5 {
    margin-top: 3rem!important
}

.mr-5,
.mx-5 {
    margin-right: 3rem!important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem!important
}

.ml-5,
.mx-5 {
    margin-left: 3rem!important
}

.m-6 {
    margin: 4.5rem!important
}

.mt-6,
.my-6 {
    margin-top: 4.5rem!important
}

.mr-6,
.mx-6 {
    margin-right: 4.5rem!important
}

.mb-6,
.my-6 {
    margin-bottom: 4.5rem!important
}

.ml-6,
.mx-6 {
    margin-left: 4.5rem!important
}

.m-7 {
    margin: 6rem!important
}

.mt-7,
.my-7 {
    margin-top: 6rem!important
}

.mr-7,
.mx-7 {
    margin-right: 6rem!important
}

.mb-7,
.my-7 {
    margin-bottom: 6rem!important
}

.ml-7,
.mx-7 {
    margin-left: 6rem!important
}

.p-0 {
    padding: 0!important
}

.pt-0,
.py-0 {
    padding-top: 0!important
}

.pr-0,
.px-0 {
    padding-right: 0!important
}

.pb-0,
.py-0 {
    padding-bottom: 0!important
}

.pl-0,
.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1,
.py-1 {
    padding-top: .25rem!important
}

.pr-1,
.px-1 {
    padding-right: .25rem!important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,
.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2,
.py-2 {
    padding-top: .5rem!important
}

.pr-2,
.px-2 {
    padding-right: .5rem!important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem!important
}

.pl-2,
.px-2 {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3,
.py-3 {
    padding-top: 1rem!important
}

.pr-3,
.px-3 {
    padding-right: 1rem!important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem!important
}

.pl-3,
.px-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem!important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem!important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem!important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5,
.py-5 {
    padding-top: 3rem!important
}

.pr-5,
.px-5 {
    padding-right: 3rem!important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem!important
}

.pl-5,
.px-5 {
    padding-left: 3rem!important
}

.p-6 {
    padding: 4.5rem!important
}

.pt-6,
.py-6 {
    padding-top: 4.5rem!important
}

.pr-6,
.px-6 {
    padding-right: 4.5rem!important
}

.pb-6,
.py-6 {
    padding-bottom: 4.5rem!important
}

.pl-6,
.px-6 {
    padding-left: 4.5rem!important
}

.p-7 {
    padding: 6rem!important
}

.pt-7,
.py-7 {
    padding-top: 6rem!important
}

.pr-7,
.px-7 {
    padding-right: 6rem!important
}

.pb-7,
.py-7 {
    padding-bottom: 6rem!important
}

.pl-7,
.px-7 {
    padding-left: 6rem!important
}

.m-n1 {
    margin: -.25rem!important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem!important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem!important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem!important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem!important
}

.m-n2 {
    margin: -.5rem!important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem!important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem!important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem!important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem!important
}

.m-n3 {
    margin: -1rem!important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem!important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem!important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem!important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem!important
}

.m-n4 {
    margin: -1.5rem!important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem!important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem!important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem!important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem!important
}

.m-n5 {
    margin: -3rem!important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem!important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem!important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem!important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem!important
}

.m-n6 {
    margin: -4.5rem!important
}

.mt-n6,
.my-n6 {
    margin-top: -4.5rem!important
}

.mr-n6,
.mx-n6 {
    margin-right: -4.5rem!important
}

.mb-n6,
.my-n6 {
    margin-bottom: -4.5rem!important
}

.ml-n6,
.mx-n6 {
    margin-left: -4.5rem!important
}

.m-n7 {
    margin: -6rem!important
}

.mt-n7,
.my-n7 {
    margin-top: -6rem!important
}

.mr-n7,
.mx-n7 {
    margin-right: -6rem!important
}

.mb-n7,
.my-n7 {
    margin-bottom: -6rem!important
}

.ml-n7,
.mx-n7 {
    margin-left: -6rem!important
}

.m-auto {
    margin: auto!important
}

.mt-auto,
.my-auto {
    margin-top: auto!important
}

.mr-auto,
.mx-auto {
    margin-right: auto!important
}

.mb-auto,
.my-auto {
    margin-bottom: auto!important
}

.ml-auto,
.mx-auto {
    margin-left: auto!important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0!important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0!important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0!important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0!important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0!important
    }
    .m-sm-1 {
        margin: .25rem!important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem!important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem!important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem!important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem!important
    }
    .m-sm-2 {
        margin: .5rem!important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem!important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem!important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem!important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem!important
    }
    .m-sm-3 {
        margin: 1rem!important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem!important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem!important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem!important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem!important
    }
    .m-sm-4 {
        margin: 1.5rem!important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem!important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem!important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem!important
    }
    .m-sm-5 {
        margin: 3rem!important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem!important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem!important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem!important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem!important
    }
    .m-sm-6 {
        margin: 4.5rem!important
    }
    .mt-sm-6,
    .my-sm-6 {
        margin-top: 4.5rem!important
    }
    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 4.5rem!important
    }
    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 4.5rem!important
    }
    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 4.5rem!important
    }
    .m-sm-7 {
        margin: 6rem!important
    }
    .mt-sm-7,
    .my-sm-7 {
        margin-top: 6rem!important
    }
    .mr-sm-7,
    .mx-sm-7 {
        margin-right: 6rem!important
    }
    .mb-sm-7,
    .my-sm-7 {
        margin-bottom: 6rem!important
    }
    .ml-sm-7,
    .mx-sm-7 {
        margin-left: 6rem!important
    }
    .p-sm-0 {
        padding: 0!important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0!important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0!important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0!important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0!important
    }
    .p-sm-1 {
        padding: .25rem!important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem!important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem!important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem!important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem!important
    }
    .p-sm-2 {
        padding: .5rem!important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem!important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem!important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem!important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem!important
    }
    .p-sm-3 {
        padding: 1rem!important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem!important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem!important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem!important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem!important
    }
    .p-sm-4 {
        padding: 1.5rem!important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem!important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem!important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem!important
    }
    .p-sm-5 {
        padding: 3rem!important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem!important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem!important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem!important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem!important
    }
    .p-sm-6 {
        padding: 4.5rem!important
    }
    .pt-sm-6,
    .py-sm-6 {
        padding-top: 4.5rem!important
    }
    .pr-sm-6,
    .px-sm-6 {
        padding-right: 4.5rem!important
    }
    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 4.5rem!important
    }
    .pl-sm-6,
    .px-sm-6 {
        padding-left: 4.5rem!important
    }
    .p-sm-7 {
        padding: 6rem!important
    }
    .pt-sm-7,
    .py-sm-7 {
        padding-top: 6rem!important
    }
    .pr-sm-7,
    .px-sm-7 {
        padding-right: 6rem!important
    }
    .pb-sm-7,
    .py-sm-7 {
        padding-bottom: 6rem!important
    }
    .pl-sm-7,
    .px-sm-7 {
        padding-left: 6rem!important
    }
    .m-sm-n1 {
        margin: -.25rem!important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem!important
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem!important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem!important
    }
    .m-sm-n2 {
        margin: -.5rem!important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem!important
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem!important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem!important
    }
    .m-sm-n3 {
        margin: -1rem!important
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem!important
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem!important
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem!important
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem!important
    }
    .m-sm-n4 {
        margin: -1.5rem!important
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem!important
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem!important
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem!important
    }
    .m-sm-n5 {
        margin: -3rem!important
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem!important
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem!important
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem!important
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem!important
    }
    .m-sm-n6 {
        margin: -4.5rem!important
    }
    .mt-sm-n6,
    .my-sm-n6 {
        margin-top: -4.5rem!important
    }
    .mr-sm-n6,
    .mx-sm-n6 {
        margin-right: -4.5rem!important
    }
    .mb-sm-n6,
    .my-sm-n6 {
        margin-bottom: -4.5rem!important
    }
    .ml-sm-n6,
    .mx-sm-n6 {
        margin-left: -4.5rem!important
    }
    .m-sm-n7 {
        margin: -6rem!important
    }
    .mt-sm-n7,
    .my-sm-n7 {
        margin-top: -6rem!important
    }
    .mr-sm-n7,
    .mx-sm-n7 {
        margin-right: -6rem!important
    }
    .mb-sm-n7,
    .my-sm-n7 {
        margin-bottom: -6rem!important
    }
    .ml-sm-n7,
    .mx-sm-n7 {
        margin-left: -6rem!important
    }
    .m-sm-auto {
        margin: auto!important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto!important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto!important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto!important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto!important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0!important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0!important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0!important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0!important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0!important
    }
    .m-md-1 {
        margin: .25rem!important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem!important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem!important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem!important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem!important
    }
    .m-md-2 {
        margin: .5rem!important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem!important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem!important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem!important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem!important
    }
    .m-md-3 {
        margin: 1rem!important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem!important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem!important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem!important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem!important
    }
    .m-md-4 {
        margin: 1.5rem!important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem!important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem!important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem!important
    }
    .m-md-5 {
        margin: 3rem!important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem!important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem!important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem!important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem!important
    }
    .m-md-6 {
        margin: 4.5rem!important
    }
    .mt-md-6,
    .my-md-6 {
        margin-top: 4.5rem!important
    }
    .mr-md-6,
    .mx-md-6 {
        margin-right: 4.5rem!important
    }
    .mb-md-6,
    .my-md-6 {
        margin-bottom: 4.5rem!important
    }
    .ml-md-6,
    .mx-md-6 {
        margin-left: 4.5rem!important
    }
    .m-md-7 {
        margin: 6rem!important
    }
    .mt-md-7,
    .my-md-7 {
        margin-top: 6rem!important
    }
    .mr-md-7,
    .mx-md-7 {
        margin-right: 6rem!important
    }
    .mb-md-7,
    .my-md-7 {
        margin-bottom: 6rem!important
    }
    .ml-md-7,
    .mx-md-7 {
        margin-left: 6rem!important
    }
    .p-md-0 {
        padding: 0!important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0!important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0!important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0!important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0!important
    }
    .p-md-1 {
        padding: .25rem!important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem!important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem!important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem!important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem!important
    }
    .p-md-2 {
        padding: .5rem!important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem!important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem!important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem!important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem!important
    }
    .p-md-3 {
        padding: 1rem!important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem!important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem!important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem!important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem!important
    }
    .p-md-4 {
        padding: 1.5rem!important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem!important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem!important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem!important
    }
    .p-md-5 {
        padding: 3rem!important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem!important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem!important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem!important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem!important
    }
    .p-md-6 {
        padding: 4.5rem!important
    }
    .pt-md-6,
    .py-md-6 {
        padding-top: 4.5rem!important
    }
    .pr-md-6,
    .px-md-6 {
        padding-right: 4.5rem!important
    }
    .pb-md-6,
    .py-md-6 {
        padding-bottom: 4.5rem!important
    }
    .pl-md-6,
    .px-md-6 {
        padding-left: 4.5rem!important
    }
    .p-md-7 {
        padding: 6rem!important
    }
    .pt-md-7,
    .py-md-7 {
        padding-top: 6rem!important
    }
    .pr-md-7,
    .px-md-7 {
        padding-right: 6rem!important
    }
    .pb-md-7,
    .py-md-7 {
        padding-bottom: 6rem!important
    }
    .pl-md-7,
    .px-md-7 {
        padding-left: 6rem!important
    }
    .m-md-n1 {
        margin: -.25rem!important
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem!important
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem!important
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem!important
    }
    .m-md-n2 {
        margin: -.5rem!important
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem!important
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem!important
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem!important
    }
    .m-md-n3 {
        margin: -1rem!important
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem!important
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem!important
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem!important
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem!important
    }
    .m-md-n4 {
        margin: -1.5rem!important
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem!important
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem!important
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem!important
    }
    .m-md-n5 {
        margin: -3rem!important
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem!important
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem!important
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem!important
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem!important
    }
    .m-md-n6 {
        margin: -4.5rem!important
    }
    .mt-md-n6,
    .my-md-n6 {
        margin-top: -4.5rem!important
    }
    .mr-md-n6,
    .mx-md-n6 {
        margin-right: -4.5rem!important
    }
    .mb-md-n6,
    .my-md-n6 {
        margin-bottom: -4.5rem!important
    }
    .ml-md-n6,
    .mx-md-n6 {
        margin-left: -4.5rem!important
    }
    .m-md-n7 {
        margin: -6rem!important
    }
    .mt-md-n7,
    .my-md-n7 {
        margin-top: -6rem!important
    }
    .mr-md-n7,
    .mx-md-n7 {
        margin-right: -6rem!important
    }
    .mb-md-n7,
    .my-md-n7 {
        margin-bottom: -6rem!important
    }
    .ml-md-n7,
    .mx-md-n7 {
        margin-left: -6rem!important
    }
    .m-md-auto {
        margin: auto!important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto!important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto!important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto!important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto!important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0!important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0!important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0!important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0!important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0!important
    }
    .m-lg-1 {
        margin: .25rem!important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem!important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem!important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem!important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem!important
    }
    .m-lg-2 {
        margin: .5rem!important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem!important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem!important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem!important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem!important
    }
    .m-lg-3 {
        margin: 1rem!important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem!important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem!important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem!important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem!important
    }
    .m-lg-4 {
        margin: 1.5rem!important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem!important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem!important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem!important
    }
    .m-lg-5 {
        margin: 3rem!important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem!important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem!important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem!important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem!important
    }
    .m-lg-6 {
        margin: 4.5rem!important
    }
    .mt-lg-6,
    .my-lg-6 {
        margin-top: 4.5rem!important
    }
    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 4.5rem!important
    }
    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 4.5rem!important
    }
    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 4.5rem!important
    }
    .m-lg-7 {
        margin: 6rem!important
    }
    .mt-lg-7,
    .my-lg-7 {
        margin-top: 6rem!important
    }
    .mr-lg-7,
    .mx-lg-7 {
        margin-right: 6rem!important
    }
    .mb-lg-7,
    .my-lg-7 {
        margin-bottom: 6rem!important
    }
    .ml-lg-7,
    .mx-lg-7 {
        margin-left: 6rem!important
    }
    .p-lg-0 {
        padding: 0!important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0!important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0!important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0!important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0!important
    }
    .p-lg-1 {
        padding: .25rem!important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem!important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem!important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem!important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem!important
    }
    .p-lg-2 {
        padding: .5rem!important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem!important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem!important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem!important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem!important
    }
    .p-lg-3 {
        padding: 1rem!important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem!important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem!important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem!important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem!important
    }
    .p-lg-4 {
        padding: 1.5rem!important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem!important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem!important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem!important
    }
    .p-lg-5 {
        padding: 3rem!important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem!important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem!important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem!important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem!important
    }
    .p-lg-6 {
        padding: 4.5rem!important
    }
    .pt-lg-6,
    .py-lg-6 {
        padding-top: 4.5rem!important
    }
    .pr-lg-6,
    .px-lg-6 {
        padding-right: 4.5rem!important
    }
    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 4.5rem!important
    }
    .pl-lg-6,
    .px-lg-6 {
        padding-left: 4.5rem!important
    }
    .p-lg-7 {
        padding: 6rem!important
    }
    .pt-lg-7,
    .py-lg-7 {
        padding-top: 6rem!important
    }
    .pr-lg-7,
    .px-lg-7 {
        padding-right: 6rem!important
    }
    .pb-lg-7,
    .py-lg-7 {
        padding-bottom: 6rem!important
    }
    .pl-lg-7,
    .px-lg-7 {
        padding-left: 6rem!important
    }
    .m-lg-n1 {
        margin: -.25rem!important
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem!important
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem!important
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem!important
    }
    .m-lg-n2 {
        margin: -.5rem!important
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem!important
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem!important
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem!important
    }
    .m-lg-n3 {
        margin: -1rem!important
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem!important
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem!important
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem!important
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem!important
    }
    .m-lg-n4 {
        margin: -1.5rem!important
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem!important
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem!important
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem!important
    }
    .m-lg-n5 {
        margin: -3rem!important
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem!important
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem!important
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem!important
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem!important
    }
    .m-lg-n6 {
        margin: -4.5rem!important
    }
    .mt-lg-n6,
    .my-lg-n6 {
        margin-top: -4.5rem!important
    }
    .mr-lg-n6,
    .mx-lg-n6 {
        margin-right: -4.5rem!important
    }
    .mb-lg-n6,
    .my-lg-n6 {
        margin-bottom: -4.5rem!important
    }
    .ml-lg-n6,
    .mx-lg-n6 {
        margin-left: -4.5rem!important
    }
    .m-lg-n7 {
        margin: -6rem!important
    }
    .mt-lg-n7,
    .my-lg-n7 {
        margin-top: -6rem!important
    }
    .mr-lg-n7,
    .mx-lg-n7 {
        margin-right: -6rem!important
    }
    .mb-lg-n7,
    .my-lg-n7 {
        margin-bottom: -6rem!important
    }
    .ml-lg-n7,
    .mx-lg-n7 {
        margin-left: -6rem!important
    }
    .m-lg-auto {
        margin: auto!important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto!important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto!important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto!important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto!important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0!important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0!important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0!important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0!important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0!important
    }
    .m-xl-1 {
        margin: .25rem!important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem!important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem!important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem!important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem!important
    }
    .m-xl-2 {
        margin: .5rem!important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem!important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem!important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem!important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem!important
    }
    .m-xl-3 {
        margin: 1rem!important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem!important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem!important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem!important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem!important
    }
    .m-xl-4 {
        margin: 1.5rem!important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem!important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem!important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem!important
    }
    .m-xl-5 {
        margin: 3rem!important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem!important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem!important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem!important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem!important
    }
    .m-xl-6 {
        margin: 4.5rem!important
    }
    .mt-xl-6,
    .my-xl-6 {
        margin-top: 4.5rem!important
    }
    .mr-xl-6,
    .mx-xl-6 {
        margin-right: 4.5rem!important
    }
    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 4.5rem!important
    }
    .ml-xl-6,
    .mx-xl-6 {
        margin-left: 4.5rem!important
    }
    .m-xl-7 {
        margin: 6rem!important
    }
    .mt-xl-7,
    .my-xl-7 {
        margin-top: 6rem!important
    }
    .mr-xl-7,
    .mx-xl-7 {
        margin-right: 6rem!important
    }
    .mb-xl-7,
    .my-xl-7 {
        margin-bottom: 6rem!important
    }
    .ml-xl-7,
    .mx-xl-7 {
        margin-left: 6rem!important
    }
    .p-xl-0 {
        padding: 0!important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0!important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0!important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0!important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0!important
    }
    .p-xl-1 {
        padding: .25rem!important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem!important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem!important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem!important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem!important
    }
    .p-xl-2 {
        padding: .5rem!important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem!important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem!important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem!important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem!important
    }
    .p-xl-3 {
        padding: 1rem!important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem!important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem!important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem!important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem!important
    }
    .p-xl-4 {
        padding: 1.5rem!important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem!important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem!important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem!important
    }
    .p-xl-5 {
        padding: 3rem!important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem!important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem!important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem!important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem!important
    }
    .p-xl-6 {
        padding: 4.5rem!important
    }
    .pt-xl-6,
    .py-xl-6 {
        padding-top: 4.5rem!important
    }
    .pr-xl-6,
    .px-xl-6 {
        padding-right: 4.5rem!important
    }
    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 4.5rem!important
    }
    .pl-xl-6,
    .px-xl-6 {
        padding-left: 4.5rem!important
    }
    .p-xl-7 {
        padding: 6rem!important
    }
    .pt-xl-7,
    .py-xl-7 {
        padding-top: 6rem!important
    }
    .pr-xl-7,
    .px-xl-7 {
        padding-right: 6rem!important
    }
    .pb-xl-7,
    .py-xl-7 {
        padding-bottom: 6rem!important
    }
    .pl-xl-7,
    .px-xl-7 {
        padding-left: 6rem!important
    }
    .m-xl-n1 {
        margin: -.25rem!important
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem!important
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem!important
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem!important
    }
    .m-xl-n2 {
        margin: -.5rem!important
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem!important
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem!important
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem!important
    }
    .m-xl-n3 {
        margin: -1rem!important
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem!important
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem!important
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem!important
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem!important
    }
    .m-xl-n4 {
        margin: -1.5rem!important
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem!important
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem!important
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem!important
    }
    .m-xl-n5 {
        margin: -3rem!important
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem!important
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem!important
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem!important
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem!important
    }
    .m-xl-n6 {
        margin: -4.5rem!important
    }
    .mt-xl-n6,
    .my-xl-n6 {
        margin-top: -4.5rem!important
    }
    .mr-xl-n6,
    .mx-xl-n6 {
        margin-right: -4.5rem!important
    }
    .mb-xl-n6,
    .my-xl-n6 {
        margin-bottom: -4.5rem!important
    }
    .ml-xl-n6,
    .mx-xl-n6 {
        margin-left: -4.5rem!important
    }
    .m-xl-n7 {
        margin: -6rem!important
    }
    .mt-xl-n7,
    .my-xl-n7 {
        margin-top: -6rem!important
    }
    .mr-xl-n7,
    .mx-xl-n7 {
        margin-right: -6rem!important
    }
    .mb-xl-n7,
    .my-xl-n7 {
        margin-bottom: -6rem!important
    }
    .ml-xl-n7,
    .mx-xl-n7 {
        margin-left: -6rem!important
    }
    .m-xl-auto {
        margin: auto!important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto!important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto!important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto!important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto!important
    }
}

@media (min-width:1440px) {
    .m-xxl-0 {
        margin: 0!important
    }
    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0!important
    }
    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0!important
    }
    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0!important
    }
    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0!important
    }
    .m-xxl-1 {
        margin: .25rem!important
    }
    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: .25rem!important
    }
    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: .25rem!important
    }
    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: .25rem!important
    }
    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: .25rem!important
    }
    .m-xxl-2 {
        margin: .5rem!important
    }
    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: .5rem!important
    }
    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: .5rem!important
    }
    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: .5rem!important
    }
    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: .5rem!important
    }
    .m-xxl-3 {
        margin: 1rem!important
    }
    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 1rem!important
    }
    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 1rem!important
    }
    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 1rem!important
    }
    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 1rem!important
    }
    .m-xxl-4 {
        margin: 1.5rem!important
    }
    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1.5rem!important
    }
    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1.5rem!important
    }
    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1.5rem!important
    }
    .m-xxl-5 {
        margin: 3rem!important
    }
    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 3rem!important
    }
    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 3rem!important
    }
    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 3rem!important
    }
    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 3rem!important
    }
    .m-xxl-6 {
        margin: 4.5rem!important
    }
    .mt-xxl-6,
    .my-xxl-6 {
        margin-top: 4.5rem!important
    }
    .mr-xxl-6,
    .mx-xxl-6 {
        margin-right: 4.5rem!important
    }
    .mb-xxl-6,
    .my-xxl-6 {
        margin-bottom: 4.5rem!important
    }
    .ml-xxl-6,
    .mx-xxl-6 {
        margin-left: 4.5rem!important
    }
    .m-xxl-7 {
        margin: 6rem!important
    }
    .mt-xxl-7,
    .my-xxl-7 {
        margin-top: 6rem!important
    }
    .mr-xxl-7,
    .mx-xxl-7 {
        margin-right: 6rem!important
    }
    .mb-xxl-7,
    .my-xxl-7 {
        margin-bottom: 6rem!important
    }
    .ml-xxl-7,
    .mx-xxl-7 {
        margin-left: 6rem!important
    }
    .p-xxl-0 {
        padding: 0!important
    }
    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0!important
    }
    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0!important
    }
    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0!important
    }
    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0!important
    }
    .p-xxl-1 {
        padding: .25rem!important
    }
    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: .25rem!important
    }
    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: .25rem!important
    }
    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: .25rem!important
    }
    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: .25rem!important
    }
    .p-xxl-2 {
        padding: .5rem!important
    }
    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: .5rem!important
    }
    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: .5rem!important
    }
    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: .5rem!important
    }
    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: .5rem!important
    }
    .p-xxl-3 {
        padding: 1rem!important
    }
    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 1rem!important
    }
    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 1rem!important
    }
    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 1rem!important
    }
    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 1rem!important
    }
    .p-xxl-4 {
        padding: 1.5rem!important
    }
    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1.5rem!important
    }
    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1.5rem!important
    }
    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1.5rem!important
    }
    .p-xxl-5 {
        padding: 3rem!important
    }
    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 3rem!important
    }
    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 3rem!important
    }
    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 3rem!important
    }
    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 3rem!important
    }
    .p-xxl-6 {
        padding: 4.5rem!important
    }
    .pt-xxl-6,
    .py-xxl-6 {
        padding-top: 4.5rem!important
    }
    .pr-xxl-6,
    .px-xxl-6 {
        padding-right: 4.5rem!important
    }
    .pb-xxl-6,
    .py-xxl-6 {
        padding-bottom: 4.5rem!important
    }
    .pl-xxl-6,
    .px-xxl-6 {
        padding-left: 4.5rem!important
    }
    .p-xxl-7 {
        padding: 6rem!important
    }
    .pt-xxl-7,
    .py-xxl-7 {
        padding-top: 6rem!important
    }
    .pr-xxl-7,
    .px-xxl-7 {
        padding-right: 6rem!important
    }
    .pb-xxl-7,
    .py-xxl-7 {
        padding-bottom: 6rem!important
    }
    .pl-xxl-7,
    .px-xxl-7 {
        padding-left: 6rem!important
    }
    .m-xxl-n1 {
        margin: -.25rem!important
    }
    .mt-xxl-n1,
    .my-xxl-n1 {
        margin-top: -.25rem!important
    }
    .mr-xxl-n1,
    .mx-xxl-n1 {
        margin-right: -.25rem!important
    }
    .mb-xxl-n1,
    .my-xxl-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-xxl-n1,
    .mx-xxl-n1 {
        margin-left: -.25rem!important
    }
    .m-xxl-n2 {
        margin: -.5rem!important
    }
    .mt-xxl-n2,
    .my-xxl-n2 {
        margin-top: -.5rem!important
    }
    .mr-xxl-n2,
    .mx-xxl-n2 {
        margin-right: -.5rem!important
    }
    .mb-xxl-n2,
    .my-xxl-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-xxl-n2,
    .mx-xxl-n2 {
        margin-left: -.5rem!important
    }
    .m-xxl-n3 {
        margin: -1rem!important
    }
    .mt-xxl-n3,
    .my-xxl-n3 {
        margin-top: -1rem!important
    }
    .mr-xxl-n3,
    .mx-xxl-n3 {
        margin-right: -1rem!important
    }
    .mb-xxl-n3,
    .my-xxl-n3 {
        margin-bottom: -1rem!important
    }
    .ml-xxl-n3,
    .mx-xxl-n3 {
        margin-left: -1rem!important
    }
    .m-xxl-n4 {
        margin: -1.5rem!important
    }
    .mt-xxl-n4,
    .my-xxl-n4 {
        margin-top: -1.5rem!important
    }
    .mr-xxl-n4,
    .mx-xxl-n4 {
        margin-right: -1.5rem!important
    }
    .mb-xxl-n4,
    .my-xxl-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-xxl-n4,
    .mx-xxl-n4 {
        margin-left: -1.5rem!important
    }
    .m-xxl-n5 {
        margin: -3rem!important
    }
    .mt-xxl-n5,
    .my-xxl-n5 {
        margin-top: -3rem!important
    }
    .mr-xxl-n5,
    .mx-xxl-n5 {
        margin-right: -3rem!important
    }
    .mb-xxl-n5,
    .my-xxl-n5 {
        margin-bottom: -3rem!important
    }
    .ml-xxl-n5,
    .mx-xxl-n5 {
        margin-left: -3rem!important
    }
    .m-xxl-n6 {
        margin: -4.5rem!important
    }
    .mt-xxl-n6,
    .my-xxl-n6 {
        margin-top: -4.5rem!important
    }
    .mr-xxl-n6,
    .mx-xxl-n6 {
        margin-right: -4.5rem!important
    }
    .mb-xxl-n6,
    .my-xxl-n6 {
        margin-bottom: -4.5rem!important
    }
    .ml-xxl-n6,
    .mx-xxl-n6 {
        margin-left: -4.5rem!important
    }
    .m-xxl-n7 {
        margin: -6rem!important
    }
    .mt-xxl-n7,
    .my-xxl-n7 {
        margin-top: -6rem!important
    }
    .mr-xxl-n7,
    .mx-xxl-n7 {
        margin-right: -6rem!important
    }
    .mb-xxl-n7,
    .my-xxl-n7 {
        margin-bottom: -6rem!important
    }
    .ml-xxl-n7,
    .mx-xxl-n7 {
        margin-left: -6rem!important
    }
    .m-xxl-auto {
        margin: auto!important
    }
    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto!important
    }
    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto!important
    }
    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto!important
    }
    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto!important
    }
}

.rounded {
  border-radius: 0.25rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.rounded-1 {
  border-radius: 0.2rem !important; }

.rounded-2 {
  border-radius: 0.25rem !important; }

.rounded-3 {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important; }

.shadow {
  -webkit-box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15) !important;
          box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15) !important; }

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow-lg {
  -webkit-box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12) !important;
          box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12) !important; }

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.fs-1 {
  font-size: calc(1.35rem + 1.2vw) !important; }

.fs-2 {
  font-size: calc(1.3125rem + 0.75vw) !important; }

.fs-3 {
  font-size: calc(1.275rem + 0.3vw) !important; }

.fs-4 {
  font-size: 1.125rem !important; }

.fs-5 {
  font-size: 0.9375rem !important; }

.font-10 {
  font-size: 10px !important; }

.font-11 {
  font-size: 11px !important; }

.font-12 {
  font-size: 12px !important; }

.font-13 {
  font-size: 13px !important; }

.font-14 {
  font-size: 14px !important; }

.font-15 {
  font-size: 15px !important; }

.font-16 {
  font-size: 16px !important; }

.font-17 {
  font-size: 17px !important; }

.font-18 {
  font-size: 18px !important; }

.font-19 {
  font-size: 19px !important; }

.font-20 {
  font-size: 20px !important; }

.font-21 {
  font-size: 21px !important; }

.font-22 {
  font-size: 22px !important; }

.font-23 {
  font-size: 23px !important; }

.font-24 {
  font-size: 24px !important; }

.lh-1 {
  line-height: 1 !important; }

.lh-sm {
  line-height: 1.25 !important; }

.lh-base {
  line-height: 1.5 !important; }

.lh-lg {
  line-height: 2 !important; }

.fst-italic {
  font-style: italic !important; }

.fst-normal {
  font-style: normal !important; }

.fw-light {
  font-weight: 300 !important; }

.fw-lighter {
  font-weight: lighter !important; }

.fw-normal {
  font-weight: 400 !important; }

.fw-bold {
  font-weight: 700 !important; }

.fw-bolder {
  font-weight: bolder !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.top-0 {
  top: 0 !important; }

.top-50 {
  top: 50% !important; }

.top-100 {
  top: 100% !important; }

.bottom-0 {
  bottom: 0 !important; }

.bottom-50 {
  bottom: 50% !important; }

.bottom-100 {
  bottom: 100% !important; }

.start-0 {
  left: 0 !important; }

.start-50 {
  left: 50% !important; }

.start-100 {
  left: 100% !important; }

.end-0 {
  right: 0 !important; }

.end-50 {
  right: 50% !important; }

.end-100 {
  right: 100% !important; }

.avatar-xs {
  height: 1.5rem;
  width: 1.5rem; }

.avatar-sm {
  height: 3rem;
  width: 3rem; }

.avatar-md {
  height: 4.5rem;
  width: 4.5rem; }

.avatar-lg {
  height: 6rem;
  width: 6rem; }

.avatar-xl {
  height: 7.5rem;
  width: 7.5rem; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important; }

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important; }
  .float-lg-end {
    float: right !important; }
  .float-lg-none {
    float: none !important; }
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .gap-lg-0 {
    gap: 0 !important; }
  .gap-lg-1 {
    gap: 0.375rem !important; }
  .gap-lg-2 {
    gap: 0.75rem !important; }
  .gap-lg-3 {
    gap: 1.5rem !important; }
  .gap-lg-4 {
    gap: 2.25rem !important; }
  .gap-lg-5 {
    gap: 4.5rem !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.375rem !important; }
  .m-lg-2 {
    margin: 0.75rem !important; }
  .m-lg-3 {
    margin: 1.5rem !important; }
  .m-lg-4 {
    margin: 2.25rem !important; }
  .m-lg-5 {
    margin: 4.5rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important; }
  .mx-lg-2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important; }
  .mx-lg-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-4 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important; }
  .mx-lg-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !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: 0.375rem !important;
    margin-bottom: 0.375rem !important; }
  .my-lg-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important; }
  .my-lg-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-4 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important; }
  .my-lg-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.375rem !important; }
  .mt-lg-2 {
    margin-top: 0.75rem !important; }
  .mt-lg-3 {
    margin-top: 1.5rem !important; }
  .mt-lg-4 {
    margin-top: 2.25rem !important; }
  .mt-lg-5 {
    margin-top: 4.5rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.375rem !important; }
  .me-lg-2 {
    margin-right: 0.75rem !important; }
  .me-lg-3 {
    margin-right: 1.5rem !important; }
  .me-lg-4 {
    margin-right: 2.25rem !important; }
  .me-lg-5 {
    margin-right: 4.5rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.375rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.75rem !important; }
  .mb-lg-3 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-4 {
    margin-bottom: 2.25rem !important; }
  .mb-lg-5 {
    margin-bottom: 4.5rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.375rem !important; }
  .ms-lg-2 {
    margin-left: 0.75rem !important; }
  .ms-lg-3 {
    margin-left: 1.5rem !important; }
  .ms-lg-4 {
    margin-left: 2.25rem !important; }
  .ms-lg-5 {
    margin-left: 4.5rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .m-lg-n1 {
    margin: -0.375rem !important; }
  .m-lg-n2 {
    margin: -0.75rem !important; }
  .m-lg-n3 {
    margin: -1.5rem !important; }
  .m-lg-n4 {
    margin: -2.25rem !important; }
  .m-lg-n5 {
    margin: -4.5rem !important; }
  .mx-lg-n1 {
    margin-right: -0.375rem !important;
    margin-left: -0.375rem !important; }
  .mx-lg-n2 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important; }
  .mx-lg-n3 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; }
  .mx-lg-n4 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important; }
  .mx-lg-n5 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important; }
  .my-lg-n1 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important; }
  .my-lg-n2 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important; }
  .my-lg-n3 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .my-lg-n4 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important; }
  .my-lg-n5 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important; }
  .mt-lg-n1 {
    margin-top: -0.375rem !important; }
  .mt-lg-n2 {
    margin-top: -0.75rem !important; }
  .mt-lg-n3 {
    margin-top: -1.5rem !important; }
  .mt-lg-n4 {
    margin-top: -2.25rem !important; }
  .mt-lg-n5 {
    margin-top: -4.5rem !important; }
  .me-lg-n1 {
    margin-right: -0.375rem !important; }
  .me-lg-n2 {
    margin-right: -0.75rem !important; }
  .me-lg-n3 {
    margin-right: -1.5rem !important; }
  .me-lg-n4 {
    margin-right: -2.25rem !important; }
  .me-lg-n5 {
    margin-right: -4.5rem !important; }
  .mb-lg-n1 {
    margin-bottom: -0.375rem !important; }
  .mb-lg-n2 {
    margin-bottom: -0.75rem !important; }
  .mb-lg-n3 {
    margin-bottom: -1.5rem !important; }
  .mb-lg-n4 {
    margin-bottom: -2.25rem !important; }
  .mb-lg-n5 {
    margin-bottom: -4.5rem !important; }
  .ms-lg-n1 {
    margin-left: -0.375rem !important; }
  .ms-lg-n2 {
    margin-left: -0.75rem !important; }
  .ms-lg-n3 {
    margin-left: -1.5rem !important; }
  .ms-lg-n4 {
    margin-left: -2.25rem !important; }
  .ms-lg-n5 {
    margin-left: -4.5rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.375rem !important; }
  .p-lg-2 {
    padding: 0.75rem !important; }
  .p-lg-3 {
    padding: 1.5rem !important; }
  .p-lg-4 {
    padding: 2.25rem !important; }
  .p-lg-5 {
    padding: 4.5rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important; }
  .px-lg-2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important; }
  .px-lg-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important; }
  .px-lg-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important; }
  .py-lg-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important; }
  .py-lg-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-4 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important; }
  .py-lg-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.375rem !important; }
  .pt-lg-2 {
    padding-top: 0.75rem !important; }
  .pt-lg-3 {
    padding-top: 1.5rem !important; }
  .pt-lg-4 {
    padding-top: 2.25rem !important; }
  .pt-lg-5 {
    padding-top: 4.5rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.375rem !important; }
  .pe-lg-2 {
    padding-right: 0.75rem !important; }
  .pe-lg-3 {
    padding-right: 1.5rem !important; }
  .pe-lg-4 {
    padding-right: 2.25rem !important; }
  .pe-lg-5 {
    padding-right: 4.5rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.375rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.75rem !important; }
  .pb-lg-3 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-4 {
    padding-bottom: 2.25rem !important; }
  .pb-lg-5 {
    padding-bottom: 4.5rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.375rem !important; }
  .ps-lg-2 {
    padding-left: 0.75rem !important; }
  .ps-lg-3 {
    padding-left: 1.5rem !important; }
  .ps-lg-4 {
    padding-left: 2.25rem !important; }
  .ps-lg-5 {
    padding-left: 4.5rem !important; }
  .text-lg-start {
    text-align: left !important; }
  .text-lg-end {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important; }
  .float-xl-end {
    float: right !important; }
  .float-xl-none {
    float: none !important; }
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .gap-xl-0 {
    gap: 0 !important; }
  .gap-xl-1 {
    gap: 0.375rem !important; }
  .gap-xl-2 {
    gap: 0.75rem !important; }
  .gap-xl-3 {
    gap: 1.5rem !important; }
  .gap-xl-4 {
    gap: 2.25rem !important; }
  .gap-xl-5 {
    gap: 4.5rem !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.375rem !important; }
  .m-xl-2 {
    margin: 0.75rem !important; }
  .m-xl-3 {
    margin: 1.5rem !important; }
  .m-xl-4 {
    margin: 2.25rem !important; }
  .m-xl-5 {
    margin: 4.5rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important; }
  .mx-xl-2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important; }
  .mx-xl-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-4 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important; }
  .mx-xl-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !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: 0.375rem !important;
    margin-bottom: 0.375rem !important; }
  .my-xl-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important; }
  .my-xl-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-4 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important; }
  .my-xl-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.375rem !important; }
  .mt-xl-2 {
    margin-top: 0.75rem !important; }
  .mt-xl-3 {
    margin-top: 1.5rem !important; }
  .mt-xl-4 {
    margin-top: 2.25rem !important; }
  .mt-xl-5 {
    margin-top: 4.5rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.375rem !important; }
  .me-xl-2 {
    margin-right: 0.75rem !important; }
  .me-xl-3 {
    margin-right: 1.5rem !important; }
  .me-xl-4 {
    margin-right: 2.25rem !important; }
  .me-xl-5 {
    margin-right: 4.5rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.375rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.75rem !important; }
  .mb-xl-3 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-4 {
    margin-bottom: 2.25rem !important; }
  .mb-xl-5 {
    margin-bottom: 4.5rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.375rem !important; }
  .ms-xl-2 {
    margin-left: 0.75rem !important; }
  .ms-xl-3 {
    margin-left: 1.5rem !important; }
  .ms-xl-4 {
    margin-left: 2.25rem !important; }
  .ms-xl-5 {
    margin-left: 4.5rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .m-xl-n1 {
    margin: -0.375rem !important; }
  .m-xl-n2 {
    margin: -0.75rem !important; }
  .m-xl-n3 {
    margin: -1.5rem !important; }
  .m-xl-n4 {
    margin: -2.25rem !important; }
  .m-xl-n5 {
    margin: -4.5rem !important; }
  .mx-xl-n1 {
    margin-right: -0.375rem !important;
    margin-left: -0.375rem !important; }
  .mx-xl-n2 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important; }
  .mx-xl-n3 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; }
  .mx-xl-n4 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important; }
  .mx-xl-n5 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important; }
  .my-xl-n1 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important; }
  .my-xl-n2 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important; }
  .my-xl-n3 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .my-xl-n4 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important; }
  .my-xl-n5 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important; }
  .mt-xl-n1 {
    margin-top: -0.375rem !important; }
  .mt-xl-n2 {
    margin-top: -0.75rem !important; }
  .mt-xl-n3 {
    margin-top: -1.5rem !important; }
  .mt-xl-n4 {
    margin-top: -2.25rem !important; }
  .mt-xl-n5 {
    margin-top: -4.5rem !important; }
  .me-xl-n1 {
    margin-right: -0.375rem !important; }
  .me-xl-n2 {
    margin-right: -0.75rem !important; }
  .me-xl-n3 {
    margin-right: -1.5rem !important; }
  .me-xl-n4 {
    margin-right: -2.25rem !important; }
  .me-xl-n5 {
    margin-right: -4.5rem !important; }
  .mb-xl-n1 {
    margin-bottom: -0.375rem !important; }
  .mb-xl-n2 {
    margin-bottom: -0.75rem !important; }
  .mb-xl-n3 {
    margin-bottom: -1.5rem !important; }
  .mb-xl-n4 {
    margin-bottom: -2.25rem !important; }
  .mb-xl-n5 {
    margin-bottom: -4.5rem !important; }
  .ms-xl-n1 {
    margin-left: -0.375rem !important; }
  .ms-xl-n2 {
    margin-left: -0.75rem !important; }
  .ms-xl-n3 {
    margin-left: -1.5rem !important; }
  .ms-xl-n4 {
    margin-left: -2.25rem !important; }
  .ms-xl-n5 {
    margin-left: -4.5rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.375rem !important; }
  .p-xl-2 {
    padding: 0.75rem !important; }
  .p-xl-3 {
    padding: 1.5rem !important; }
  .p-xl-4 {
    padding: 2.25rem !important; }
  .p-xl-5 {
    padding: 4.5rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important; }
  .px-xl-2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important; }
  .px-xl-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important; }
  .px-xl-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important; }
  .py-xl-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important; }
  .py-xl-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-4 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important; }
  .py-xl-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.375rem !important; }
  .pt-xl-2 {
    padding-top: 0.75rem !important; }
  .pt-xl-3 {
    padding-top: 1.5rem !important; }
  .pt-xl-4 {
    padding-top: 2.25rem !important; }
  .pt-xl-5 {
    padding-top: 4.5rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.375rem !important; }
  .pe-xl-2 {
    padding-right: 0.75rem !important; }
  .pe-xl-3 {
    padding-right: 1.5rem !important; }
  .pe-xl-4 {
    padding-right: 2.25rem !important; }
  .pe-xl-5 {
    padding-right: 4.5rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.375rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.75rem !important; }
  .pb-xl-3 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-4 {
    padding-bottom: 2.25rem !important; }
  .pb-xl-5 {
    padding-bottom: 4.5rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.375rem !important; }
  .ps-xl-2 {
    padding-left: 0.75rem !important; }
  .ps-xl-3 {
    padding-left: 1.5rem !important; }
  .ps-xl-4 {
    padding-left: 2.25rem !important; }
  .ps-xl-5 {
    padding-left: 4.5rem !important; }
  .text-xl-start {
    text-align: left !important; }
  .text-xl-end {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important; }
  .float-xxl-end {
    float: right !important; }
  .float-xxl-none {
    float: none !important; }
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .gap-xxl-0 {
    gap: 0 !important; }
  .gap-xxl-1 {
    gap: 0.375rem !important; }
  .gap-xxl-2 {
    gap: 0.75rem !important; }
  .gap-xxl-3 {
    gap: 1.5rem !important; }
  .gap-xxl-4 {
    gap: 2.25rem !important; }
  .gap-xxl-5 {
    gap: 4.5rem !important; }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .m-xxl-1 {
    margin: 0.375rem !important; }
  .m-xxl-2 {
    margin: 0.75rem !important; }
  .m-xxl-3 {
    margin: 1.5rem !important; }
  .m-xxl-4 {
    margin: 2.25rem !important; }
  .m-xxl-5 {
    margin: 4.5rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important; }
  .mx-xxl-2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important; }
  .mx-xxl-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxl-4 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important; }
  .mx-xxl-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !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: 0.375rem !important;
    margin-bottom: 0.375rem !important; }
  .my-xxl-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important; }
  .my-xxl-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-4 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important; }
  .my-xxl-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 0.375rem !important; }
  .mt-xxl-2 {
    margin-top: 0.75rem !important; }
  .mt-xxl-3 {
    margin-top: 1.5rem !important; }
  .mt-xxl-4 {
    margin-top: 2.25rem !important; }
  .mt-xxl-5 {
    margin-top: 4.5rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-1 {
    margin-right: 0.375rem !important; }
  .me-xxl-2 {
    margin-right: 0.75rem !important; }
  .me-xxl-3 {
    margin-right: 1.5rem !important; }
  .me-xxl-4 {
    margin-right: 2.25rem !important; }
  .me-xxl-5 {
    margin-right: 4.5rem !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.375rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.75rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-4 {
    margin-bottom: 2.25rem !important; }
  .mb-xxl-5 {
    margin-bottom: 4.5rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-1 {
    margin-left: 0.375rem !important; }
  .ms-xxl-2 {
    margin-left: 0.75rem !important; }
  .ms-xxl-3 {
    margin-left: 1.5rem !important; }
  .ms-xxl-4 {
    margin-left: 2.25rem !important; }
  .ms-xxl-5 {
    margin-left: 4.5rem !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .m-xxl-n1 {
    margin: -0.375rem !important; }
  .m-xxl-n2 {
    margin: -0.75rem !important; }
  .m-xxl-n3 {
    margin: -1.5rem !important; }
  .m-xxl-n4 {
    margin: -2.25rem !important; }
  .m-xxl-n5 {
    margin: -4.5rem !important; }
  .mx-xxl-n1 {
    margin-right: -0.375rem !important;
    margin-left: -0.375rem !important; }
  .mx-xxl-n2 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important; }
  .mx-xxl-n3 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; }
  .mx-xxl-n4 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important; }
  .mx-xxl-n5 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important; }
  .my-xxl-n1 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important; }
  .my-xxl-n2 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important; }
  .my-xxl-n3 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .my-xxl-n4 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important; }
  .my-xxl-n5 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important; }
  .mt-xxl-n1 {
    margin-top: -0.375rem !important; }
  .mt-xxl-n2 {
    margin-top: -0.75rem !important; }
  .mt-xxl-n3 {
    margin-top: -1.5rem !important; }
  .mt-xxl-n4 {
    margin-top: -2.25rem !important; }
  .mt-xxl-n5 {
    margin-top: -4.5rem !important; }
  .me-xxl-n1 {
    margin-right: -0.375rem !important; }
  .me-xxl-n2 {
    margin-right: -0.75rem !important; }
  .me-xxl-n3 {
    margin-right: -1.5rem !important; }
  .me-xxl-n4 {
    margin-right: -2.25rem !important; }
  .me-xxl-n5 {
    margin-right: -4.5rem !important; }
  .mb-xxl-n1 {
    margin-bottom: -0.375rem !important; }
  .mb-xxl-n2 {
    margin-bottom: -0.75rem !important; }
  .mb-xxl-n3 {
    margin-bottom: -1.5rem !important; }
  .mb-xxl-n4 {
    margin-bottom: -2.25rem !important; }
  .mb-xxl-n5 {
    margin-bottom: -4.5rem !important; }
  .ms-xxl-n1 {
    margin-left: -0.375rem !important; }
  .ms-xxl-n2 {
    margin-left: -0.75rem !important; }
  .ms-xxl-n3 {
    margin-left: -1.5rem !important; }
  .ms-xxl-n4 {
    margin-left: -2.25rem !important; }
  .ms-xxl-n5 {
    margin-left: -4.5rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.375rem !important; }
  .p-xxl-2 {
    padding: 0.75rem !important; }
  .p-xxl-3 {
    padding: 1.5rem !important; }
  .p-xxl-4 {
    padding: 2.25rem !important; }
  .p-xxl-5 {
    padding: 4.5rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important; }
  .px-xxl-2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important; }
  .px-xxl-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important; }
  .px-xxl-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important; }
  .py-xxl-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important; }
  .py-xxl-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-4 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important; }
  .py-xxl-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.375rem !important; }
  .pt-xxl-2 {
    padding-top: 0.75rem !important; }
  .pt-xxl-3 {
    padding-top: 1.5rem !important; }
  .pt-xxl-4 {
    padding-top: 2.25rem !important; }
  .pt-xxl-5 {
    padding-top: 4.5rem !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 0.375rem !important; }
  .pe-xxl-2 {
    padding-right: 0.75rem !important; }
  .pe-xxl-3 {
    padding-right: 1.5rem !important; }
  .pe-xxl-4 {
    padding-right: 2.25rem !important; }
  .pe-xxl-5 {
    padding-right: 4.5rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.375rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.75rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-4 {
    padding-bottom: 2.25rem !important; }
  .pb-xxl-5 {
    padding-bottom: 4.5rem !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 0.375rem !important; }
  .ps-xxl-2 {
    padding-left: 0.75rem !important; }
  .ps-xxl-3 {
    padding-left: 1.5rem !important; }
  .ps-xxl-4 {
    padding-left: 2.25rem !important; }
  .ps-xxl-5 {
    padding-left: 4.5rem !important; }
  .text-xxl-start {
    text-align: left !important; }
  .text-xxl-end {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.25rem !important; }
  .fs-2 {
    font-size: 1.875rem !important; }
  .fs-3 {
    font-size: 1.5rem !important; } }