.modal .modal-footer .col-1, .modal .modal-footer .col-2, .modal .modal-footer .col-3, .modal .modal-footer .col-4, .modal .modal-footer .col-5, .modal .modal-footer .col-6, .modal .modal-footer .col-7, .modal .modal-footer .col-8, .modal .modal-footer .col-9, .modal .modal-footer .col-10, .modal .modal-footer .col-11, .modal .modal-footer .col-12, .modal .modal-footer .col, .modal .modal-footer .col-auto, .modal .modal-footer .col-sm-1, .modal .modal-footer .col-sm-2, .modal .modal-footer .col-sm-3, .modal .modal-footer .col-sm-4, .modal .modal-footer .col-sm-5, .modal .modal-footer .col-sm-6, .modal .modal-footer .col-sm-7, .modal .modal-footer .col-sm-8, .modal .modal-footer .col-sm-9, .modal .modal-footer .col-sm-10, .modal .modal-footer .col-sm-11, .modal .modal-footer .col-sm-12, .modal .modal-footer .col-sm, .modal .modal-footer .col-sm-auto, .modal .modal-footer .col-md-1, .modal .modal-footer .col-md-2, .modal .modal-footer .col-md-3, .modal .modal-footer .col-md-4, .modal .modal-footer .col-md-5, .modal .modal-footer .col-md-6, .modal .modal-footer .col-md-7, .modal .modal-footer .col-md-8, .modal .modal-footer .col-md-9, .modal .modal-footer .col-md-10, .modal .modal-footer .col-md-11, .modal .modal-footer .col-md-12, .modal .modal-footer .col-md, .modal .modal-footer .col-md-auto, .modal .modal-footer .col-lg-1, .modal .modal-footer .col-lg-2, .modal .modal-footer .col-lg-3, .modal .modal-footer .col-lg-4, .modal .modal-footer .col-lg-5, .modal .modal-footer .col-lg-6, .modal .modal-footer .col-lg-7, .modal .modal-footer .col-lg-8, .modal .modal-footer .col-lg-9, .modal .modal-footer .col-lg-10, .modal .modal-footer .col-lg-11, .modal .modal-footer .col-lg-12, .modal .modal-footer .col-lg, .modal .modal-footer .col-lg-auto, .modal .modal-footer .col-xl-1, .modal .modal-footer .col-xl-2, .modal .modal-footer .col-xl-3, .modal .modal-footer .col-xl-4, .modal .modal-footer .col-xl-5, .modal .modal-footer .col-xl-6, .modal .modal-footer .col-xl-7, .modal .modal-footer .col-xl-8, .modal .modal-footer .col-xl-9, .modal .modal-footer .col-xl-10, .modal .modal-footer .col-xl-11, .modal .modal-footer .col-xl-12, .modal .modal-footer .col-xl, .modal .modal-footer .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.modal .modal-header.modal-header--absolute {
  border-bottom: none;
  position: absolute;
  left: 0;
  right: 0;
}

.modal .modal-header.modal-header--absolute .close {
  position: absolute;
  right: .25em;
  top: .25em;
  z-index: 1;
}

.modal .modal-header.modal-header--absolute + .modal-body .modal-body--modal-title {
  padding-right: 24px;
  padding-left: 24px;
}

@media (min-width: 768px) {
  .modal.modal--promo-signup .modal-body {
    padding: 6rem;
  }
}

@media (max-width: 767.98px) {
  .modal.modal--promo-signup .modal-body {
    padding: 3rem;
  }
}

@media (max-width: 575.98px) {
  .modal.modal--promo-signup .modal-body {
    padding: 1.875rem;
  }
}
/*# sourceMappingURL=cc-modals.css.map */
.header--main {
  -webkit-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}

.navbar.navbar--main {
  background-color: #fff;
  font-weight: 500;
}
.navbar.navbar--main .nav-item--accordion-group,
.navbar.navbar--main .nav-item.nav-item--accordion-group {
  position: relative;
}
.navbar.navbar--main .nav-item--accordion-group .nav-link--collapse-link:after,
.navbar.navbar--main .nav-item.nav-item--accordion-group .nav-link--collapse-link:after {
  display: block;
  width: 18px;
  height: 18px;
  margin-left: 3px;
  content: "";
  font-size: 1rem;
  line-height: 0.9rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: inline-block;
  text-align: center;
  margin-left: auto;
  position: absolute;
  right: 0;
  top: 0.75rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2368c8c7' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.navbar.navbar--main .nav-item--accordion-group .nav-link--collapse-link.collapsed::after,
.navbar.navbar--main .nav-item.nav-item--accordion-group .nav-link--collapse-link.collapsed::after {
  content: "";
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.navbar-light.navbar--main .navbar-nav .nav-link:active,
.navbar-light.navbar--main .navbar-nav .nav-link:focus {
  color: #64C7C9;
}

@media (min-width: 768px) {
  .navbar.navbar--main {
    padding: 0 0 0 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  .navbar.navbar--main {
    border-bottom: 1px solid #e9ecef;
  }
}
.navbar.navbar--main .navbar-toggler {
  padding: 0 0 0 0;
  border: none;
}

.navbar.navbar--main .navbar-nav .nav-item.active .nav-link {
  color: #64C7C9;
}

.navbar.navbar--main .navbar-brand img {
  width: 300px;
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .navbar.navbar--main .navbar-brand img {
    width: 240px;
  }
}
@media (max-width: 575.98px) {
  .navbar.navbar--main .navbar-brand img {
    width: 176px;
  }
}
.navbar--main .navbar-nav.text-black .nav-item .nav-link {
  color: #000;
}
.navbar--main .navbar-nav.text-black .nav-item .nav-link:hover {
  color: #010202;
}

.navbar--main .navbar-nav .nav-item,
.navbar--secondary .navbar-nav .nav-item {
  padding-bottom: 0;
}

.navbar--main .navbar-nav .nav-item .mega-drop-container ul,
.navbar--main .navbar-nav .nav-item .mega-drop-container ul li,
.navbar--secondary .navbar-nav .nav-item .mega-drop-container ul,
.navbar--secondary .navbar-nav .nav-item .mega-drop-container ul li {
  list-style: none;
  list-style-type: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.navbar--main.navbar-dark .navbar-nav .nav-item .mega-drop-container ul li a {
  color: rgb(17, 121, 123);
  font-size: 14px;
}

.navbar--main.navbar-nav .nav-item .mega-drop-container ul li,
.navbar--secondary .navbar-nav .nav-item .mega-drop-container ul li {
  line-height: 1.125;
  padding-bottom: 12px;
  font-size: 0.875rem;
}
.navbar--main.navbar-nav .nav-item .mega-drop-container ul li:last-child,
.navbar--secondary .navbar-nav .nav-item .mega-drop-container ul li:last-child {
  padding-bottom: 0;
}

.navbar--secondary.bg-dark .navbar-nav {
  color: #fff;
}

.navbar--secondary.bg-dark .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 500;
}

.navbar--secondary.bg-dark .navbar-nav .nav-item.active .nav-link {
  color: #64C7C9;
  font-weight: 700;
}

.navbar--secondary.bg-dark .navbar-nav .nav-link:hover {
  color: #e9ecef;
}

@media (min-width: 768px) {
  .navbar--secondary .navbar-nav .nav-link {
    padding-right: 1.75rem;
    padding-left: 1.75rem;
  }

  .navbar--secondary .navbar-nav {
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  #app-header-navbar-secondary.navbar--secondary {
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
    width: auto;
  }
}
.navbar--tertiary .navbar-nav {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar--tertiary .navbar-nav .nav-item {
  padding-bottom: 0;
}

.navbar--tertiary .navbar-nav .nav-item .mega-drop-container ul,
.navbar--tertiary .navbar-nav .nav-item .mega-drop-container ul li {
  list-style: none;
  list-style-type: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.navbar--tertiary .navbar-nav .nav-item .mega-drop-container ul li {
  line-height: 1.125;
  padding-bottom: 12px;
  font-size: 0.875rem;
}

.navbar--tertiary.bg-dark .navbar-nav {
  color: #fff;
}

.navbar--tertiary.bg-dark .navbar-nav .nav-item .nav-link {
  color: #fff;
}

.navbar--tertiary .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 500;
}

.navbar--tertiary.bg-dark .navbar-nav .nav-item.active .nav-link {
  color: #64C7C9;
  font-weight: 700;
}

.navbar--tertiary.bg-dark .navbar-nav .nav-link:hover {
  color: #e9ecef;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar--tertiary .navbar-nav .nav-link {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }

  .navbar--tertiary .navbar-nav .nav-item {
    margin-right: 1rem;
  }

  .navbar-expand-lg .navbar--tertiary .navbar-nav {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar--tertiary .navbar-nav .nav-link {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }

  .navbar-expand-lg .navbar--tertiary .navbar-nav {
    text-align: center;
  }
}
.nav-item--mega-drop-control .mega-drop-container {
  position: absolute;
  top: -3000px;
  -webkit-transition: none;
  transition: none;
  text-align: left;
  color: #000;
}

.nav-item--mega-drop-control .mega-drop-container {
  background-color: transparent;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -9999px;
  z-index: 1;
  text-align: left;
  box-shadow: 0px 3px 2px 1px rgba(220, 220, 220, 0.75);
  -webkit-box-shadow: 0px 3px 2px 1px rgba(220, 220, 220, 0.75);
  -moz-box-shadow: 0px 3px 2px 1px rgba(220, 220, 220, 0.75);
}

.mega-drop-container > .mega-drop-container-inner {
  background-color: white;
  padding: 35px;
  border: 1px solid #f6f6f6;
  /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  margin: 0 0 0 0;
}

/* NAV MEGA DROP MOBILE END*/
/* NAV MEGA DROP GENERAL BEGIN*/
@media (min-width: 992px) {
  .mega-drop-mobile {
    display: none;
  }

  .mega-drop-desktop {
    display: block;
  }

  .nav-item--mega-drop-control.is-hovering > a {
    position: relative;
  }

  /*  .nav-item--mega-drop-control.is-hovering > a:before{
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 0 12px 12px 12px;
     border-color: transparent transparent #68c8c6 transparent;
     content: " ";
     position: absolute;
     padding: $spacer * 4;
     left: calc(50% - 20px)
   }*/
  .nav-item--mega-drop-control.is-hovering .mega-drop-container {
    display: block;
    position: absolute;
    top: 43px;
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
  }
}
/* NAV MEGA DROP GENERAL END*/
.navbar--main .navbar-collapse .navbar-collapse--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1199.999px) {
  .navbar--main .navbar-collapse .navbar-collapse--inner {
    overflow-y: auto;
  }
}

.navbar--main .navbar-toggler {
  z-index: 2;
}

@media (min-width: 1200px) {
  .navbar--main .navbar-nav.navbar-nav--right {
    padding-left: 3rem;
  }
}
@media (min-width: 992px) {
  .navbar--main .navbar-nav.navbar-nav--right {
    padding-left: 2rem;
  }
}
@media (max-width: 991.98px) {
  .navbar--main .navbar-collapse .navbar-collapse--inner,
.navbar--main .navbar-collapse.collapsing .navbar-collapse--inner,
.navbar--main .navbar-collapse.show .navbar-collapse--inner {
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding: 2rem;
  }

  .navbar--main .navbar-collapse .navbar-collapse--inner,
.navbar--main .navbar-collapse.collapsing .navbar-collapse--inner {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -300px;
    width: 300px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .navbar--main .navbar-collapse.show .navbar-collapse--inner {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    width: 300px;
    -webkit-transition: right 0.35s ease;
    transition: right 0.35s ease;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }

  .body-wrapper.body-wrapper--has-pre-header .navbar-collapse .navbar-collapse--inner,
  .body-wrapper.body-wrapper--has-pre-header .header-reveal--abs .navbar-collapse .navbar-collapse--inner {
    top: 0;
  }

  .body-wrapper.body-wrapper--has-pre-header .header-reveal--fixed .navbar-collapse .navbar-collapse--inner {
    top: 0;
  }

  .navbar--main .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }

  .navbar-nav--left {
    margin-bottom: 3rem;
  }
}
.navbar.navbar-light.text-black a {
  color: #000;
}

@media (max-width: 991.98px) {
  .navbar.navbar--main {
    padding: 1rem;
  }

  .navbar--mobile-drop-md-down .navbar-toggler {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border: none;
    display: block;
    width: 100%;
    text-align: center;
    display: inline-block;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar--mobile-drop-md-down .navbar-toggler .navbar-toggler--mobile-drop-active {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border: 0 0 0 0;
    font-size: 0.875rem;
    position: relative;
    text-align: inherit;
    padding-left: 1rem;
  }

  .navbar--mobile-drop-md-down .navbar-toggler .navbar-toggler--mobile-drop-active:before {
    content: "";
    position: absolute;
    margin-right: 8px;
    border-style: solid;
    border-color: inherit;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    left: 0;
    top: 2px;
  }

  .navbar-collapse.navbar--mobile-drop-md-down-wrapper {
    padding-left: 1rem;
    text-align: center;
    z-index: 1;
  }

  .navbar--mobile-drop-md-down.navbar--mobile-drop-md-down--text-left .navbar-toggler,
.navbar--mobile-drop-md-down.navbar--mobile-drop-md-down--text-left .navbar-toggler .navbar-toggler.navbar-toggler,
.navbar--mobile-drop-md-down.navbar--mobile-drop-md-down--text-left .navbar-collapse.navbar--mobile-drop-md-down-wrapper {
    text-align: left;
  }

  .navbar--mobile-drop-md-down.navbar--mobile-drop-md-down--text-left .navbar-toggler {
    width: 100%;
  }

  .navbar-toggler--mobile-drop-active--hidden {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar--tertiary.navbar-expand-xl .navbar-nav .dropdown-menu {
    max-height: 252px;
    max-height: 252px;
    overflow: scroll;
  }
}
@media (min-width: 992px) {
  .navbar--tertiary.navbar-expand-lg .navbar-nav .dropdown-menu {
    max-height: 250px;
    overflow: scroll;
  }
}
@media (min-width: 768px) {
  .navbar--tertiary.navbar-expand-md .navbar-nav .dropdown-menu {
    max-height: 250px;
    overflow: scroll;
  }
}
@media (min-width: 576px) {
  .navbar--tertiary.navbar-expand-sm .navbar-nav .dropdown-menu {
    max-height: 250px;
    overflow: scroll;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md.navbar--tertiary .navbar-nav .dropdown-menu {
    position: static;
    float: none;
    background: transparent;
    border: none;
    border-left-color: currentcolor;
    border-left-style: none;
    border-left-width: medium;
    border-left: 4px solid #ccc;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg.navbar--tertiary .navbar-nav .dropdown-menu {
    position: static;
    float: none;
    background: transparent;
    border: none;
    border-left-color: currentcolor;
    border-left-style: none;
    border-left-width: medium;
    border-left: 4px solid #ccc;
  }
}
.nav-link.py-0.py-0 {
  padding-left: 0;
  padding-right: 0;
}

.nav-link.pl-0.pl-0 {
  padding-left: 0;
}

@media (min-width: 768px) {
  .nav--md--add-separator .nav-item {
    border-right: 1px solid #adb5bd;
  }
  .nav--md--add-separator .nav-item:last-child {
    border-color: transparent;
  }
}
@media (max-width: 991.98px) {
  .navbar-toggler.navbar-toggler {
    border: inherit;
  }

  .navbar-toggler.navbar-toggler.collapsed {
    border: inherit;
  }

  .navbar-collapse.navbar--mobile-drop-md-down-wrapper.collapsing + .navbar--search {
    visibility: hidden;
  }

  .navbar-collapse.navbar--mobile-drop-md-down-wrapper.collapse.show + .navbar--search {
    display: none;
  }
}
.nav-progress-wrap {
  padding-bottom: 0;
  width: 100%;
  display: block;
}

.nav-progress-wrap .nav.nav-progress {
  text-align: center;
  display: table;
  width: 100%;
  min-height: 0.01%;
}

.nav.nav-progress:before,
.nav.nav-progress:after {
  content: none;
}

.nav.nav-progress > li {
  display: inline-block;
  display: table-cell;
  text-align: center;
  position: relative;
  width: auto;
  background: #fff;
  height: 100%;
}

.nav.nav-progress > li span {
  display: none;
}

.nav.nav-progress > li span {
  display: inline-block;
  position: absolute;
  text-align: left;
  left: 0;
  top: 0;
  right: 0;
}

.nav.nav-progress > li > span {
  position: absolute;
  left: 0;
  right: 0;
  height: 7px;
}

.nav.nav-progress > li > span:before {
  position: absolute;
  background-color: #ededed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}

.nav.nav-progress > li.visited > span:before {
  position: absolute;
  background-color: #ff8d74;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}

.nav.nav-progress > li > p {
  text-align: left;
  display: none;
  position: absolute;
  left: 30px;
  top: 32px;
  margin-right: -9999px;
}

.nav.nav-progress > li.active > span + p {
  display: inline-block;
}

ul.tab-list-toggle-two,
ul.tab-list-toggle-two li,
ul.tab-list-below,
ul.tab-list-below li {
  list-style-type: none;
  padding: 0 0 0 0;
  padding-left: 0;
}

ul.tab-list-toggle-two li.active,
ul.tab-list-below li.active {
  display: none;
}

.nav-steps-wrap {
  padding-bottom: 48px;
  width: 100%;
  display: block;
}

.nav.nav-steps {
  text-align: center;
  display: table;
  width: 100%;
}

.nav.nav-steps > li {
  display: inline-block;
  display: table-cell;
  text-align: center;
  position: relative;
}

.nav.nav-steps > li > span,
.nav.nav-steps > li > a {
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  line-height: 14px;
  padding: 0 0 0 0;
  display: inline-block;
  color: #999;
  position: relative;
  z-index: 2;
  min-width: 14px;
}

.nav.nav-steps > li.active > span,
.nav.nav-steps > li.active > a {
  color: #68c8c7;
  font-weight: 500;
}

.nav.nav-steps > li > span:before,
.nav.nav-steps > li > a:before {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #ddd;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  line-height: 14px;
  padding: 0 0 0 0;
  display: inline-block;
  color: #999;
  position: relative;
  content: "";
  position: absolute;
  z-index: -1;
  top: 28px;
  left: -1px;
}

.nav.nav-steps > li.active > span:before,
.nav.nav-steps > li.active > a:before {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #68c8c7;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  line-height: 14px;
  padding: 0 0 0 0;
  display: inline-block;
  color: #999;
  position: relative;
  content: "";
  position: absolute;
  z-index: -1;
  top: 28px;
  left: -1px;
}

.nav.nav-steps > li.active > span:before,
.nav.nav-steps > li.active > a:before {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #68c8c7;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  line-height: 14px;
  padding: 0 0 0 0;
  display: inline-block;
  color: #999;
  position: relative;
  content: "";
  position: absolute;
  z-index: -1;
  top: 28px;
  left: -1px;
}

.nav.nav-steps > li.active:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  border-top: 1px solid #68c8c7;
  top: 28px;
  left: 50%;
  width: 100%;
  right: 0;
  z-index: 1;
}

.nav.nav-steps > li.inactive:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  height: 1px;
  background-color: #fff;
  border-top: 1px solid #ddd;
  top: 24px;
  right: 0;
  width: 100%;
  z-index: 1;
  left: 50%;
}

.nav.nav-steps > li:last-child:after {
  content: none;
}

.nav.nav-steps.nav-steps-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.nav.nav-steps.nav-steps-flex > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav.nav-steps.nav-steps-flex:before,
.nav.nav-steps.nav-steps-flex:after,
.nav.nav-steps.nav-steps-flex > li:before,
.nav.nav-steps.nav-steps-flex > li:after {
  content: none;
}

.nav.nav-steps.nav-steps-flex:after {
  height: 1px;
  width: 100%;
  position: absolute;
  top: 20px;
  content: "";
  background: #ededed;
}

.nav-progress-wrap {
  padding-bottom: 0;
  width: 100%;
  display: block;
}

.nav-progress-wrap .nav.nav-progress {
  text-align: center;
  display: table;
  width: 100%;
  min-height: 0.01%;
}

.nav.nav-progress:before,
.nav.nav-progress:after {
  content: none;
}

.nav.nav-progress > li {
  display: inline-block;
  display: table-cell;
  text-align: center;
  position: relative;
  width: auto;
  background: #fff;
  height: 100%;
}

.nav.nav-progress > li span {
  display: none;
}

.nav.nav-progress > li span {
  display: inline-block;
  position: absolute;
  text-align: left;
  left: 0;
  top: 0;
  right: 0;
}

.nav.nav-progress > li > span {
  position: absolute;
  left: 0;
  right: 0;
  height: 7px;
}

.nav.nav-progress > li > span:before {
  position: absolute;
  background-color: #ededed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}

.nav.nav-progress > li.visited > span:before {
  position: absolute;
  background-color: #ff8d74;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}

.nav.nav-progress > li > p {
  text-align: left;
  display: none;
  position: absolute;
  left: 30px;
  top: 32px;
  margin-right: -9999px;
}

.nav.nav-progress > li.active > span + p {
  display: inline-block;
}

.large-format-form {
  padding: 20px 30px 30px 30px;
  position: relative;
}

.large-format-form .form-control {
  border: none;
  background-color: #f2f2f2;
}

.cc--bs--nav-tabs--tab-links li.nav-item a.nav-link {
  padding: 0 0 0 0;
}

.cc--bs--nav-tabs--tab-links.cc--bs--nav-tabs--tab-links--hide-active li.nav-item a.nav-link.active {
  display: none;
}

.cc--bs--nav-pills-underline .nav-link {
  border-radius: 0;
}
.cc--bs--nav-pills-underline .nav-link.active, .show > .cc--bs--nav-pills-underline .nav-link {
  color: #64C7C9;
}
.cc--bs--nav-pills-underline > li.nav-item {
  margin-right: 24px;
}
.cc--bs--nav-pills-underline > li.nav-item:last-child {
  margin-right: 0;
}
.cc--bs--nav-pills-underline > li.nav-item > a.nav-link {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent !important;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
}
.cc--bs--nav-pills-underline > li.nav-item > a.nav-link.active,
.cc--bs--nav-pills-underline > li.nav-item > a.nav-link.active:hover,
.cc--bs--nav-pills-underline > li.nav-item > a.nav-link:hover {
  text-decoration: none;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #64C7C9;
  background-color: transparent !important;
}
.cc--bs--nav-pills-underline > li.nav-item > a.nav-link.active {
  background-color: transparent;
}
.cc--bs--nav-pills-underline > li.nav-item > a.nav-link.active:hover,
.cc--bs--nav-pills-underline > li.nav-item > a.nav-link:hover {
  color: #64C7C9;
  background-color: transparent !important;
}
.cc--bs--nav-pills-underline.cc--bs--nav-pills-underline-primary-700 .nav-link {
  border-radius: 0;
  color: #11797b;
}
.cc--bs--nav-pills-underline.cc--bs--nav-pills-underline-primary-700 .nav-link.active, .show > .cc--bs--nav-pills-underline.cc--bs--nav-pills-underline-primary-700 .nav-link {
  color: #11797b;
}
.cc--bs--nav-pills-underline.cc--bs--nav-pills-underline-primary-700 > li.nav-item > a.nav-link.active,
.cc--bs--nav-pills-underline.cc--bs--nav-pills-underline-primary-700 > li.nav-item > a.nav-link.active:hover,
.cc--bs--nav-pills-underline.cc--bs--nav-pills-underline-primary-700 > li.nav-item > a.nav-link:hover {
  border-bottom-color: #11797b;
}
.cc--bs--nav-pills-underline.cc--bs--nav-pills-underline-primary-700 > li.nav-item > a.nav-link.active {
  background-color: transparent;
}
.cc--bs--nav-pills-underline.cc--bs--nav-pills-underline-primary-700 > li.nav-item > a.nav-link.active:hover,
.cc--bs--nav-pills-underline.cc--bs--nav-pills-underline-primary-700 > li.nav-item > a.nav-link:hover {
  color: #11797b;
}

.navbar--secondary.navbar--add-separator {
  position: relative;
}

.nav-item--separator.w-40 {
  width: 40px;
}

.nav-item--separator:before {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  width: 1px;
  background-color: #adb5bd;
  height: 100%;
  position: absolute;
}

.nav-pills.cc--bs--nav-pills .nav-item .nav-link {
  line-height: 24px;
  font-size: 12px;
  font-weight: 500;
  min-width: 36px;
  color: #555;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
  padding: 10px 15px;
  text-align: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.nav-pills.cc--bs--nav-pills:not(.flex-column) .nav-item + .nav-item:not(:first-child) {
  margin-left: 5px;
}

.nav-pills.cc--bs--nav-pills .nav-item .nav-link.active {
  color: #fff;
  background-color: #9c27b0;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(156, 39, 176, 0.6);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(156, 39, 176, 0.6);
}

.nav-pills.cc--bs--nav-pills.nav-pills-primary .nav-item .nav-link.active,
.nav-pills.cc--bs--nav-pills.nav-pills-primary .nav-item .nav-link.active:focus,
.nav-pills.cc--bs--nav-pills.nav-pills-primary .nav-item .nav-link.active:hover {
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(0, 188, 212, 0.6);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(0, 188, 212, 0.6);
  color: #fff;
  background-color: #64C7C9;
}

.nav-pills.cc--bs--nav-pills.nav-pills-primary-700 .nav-item .nav-link.active,
.nav-pills.cc--bs--nav-pills.nav-pills-primary-700 .nav-item .nav-link.active:focus,
.nav-pills.cc--bs--nav-pills.nav-pills-primary-700 .nav-item .nav-link.active:hover {
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(0, 188, 212, 0.6);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(0, 188, 212, 0.6);
  color: #fff;
  background-color: #11797b;
}

.nav-pills.cc--bs--nav-pills.nav-pills-success .nav-item .nav-link.active,
.nav-pills.cc--bs--nav-pills.nav-pills-success .nav-item .nav-link.active:focus,
.nav-pills.cc--bs--nav-pills.nav-pills-success .nav-item .nav-link.active:hover {
  background-color: #4caf50;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(76, 175, 80, 0.6);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(76, 175, 80, 0.6);
  color: #fff;
}

.nav-pills.cc--bs--nav-pills.nav-pills-warning .nav-item .nav-link.active,
.nav-pills.cc--bs--nav-pills.nav-pills-warning .nav-item .nav-link.active:focus,
.nav-pills.cc--bs--nav-pills.nav-pills-warning .nav-item .nav-link.active:hover {
  background-color: #ff9800;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(255, 152, 0, 0.6);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(255, 152, 0, 0.6);
  color: #fff;
}

.nav-pills.cc--bs--nav-pills.nav-pills-danger .nav-item .nav-link.active,
.nav-pills.cc--bs--nav-pills.nav-pills-danger .nav-item .nav-link.active:focus,
.nav-pills.cc--bs--nav-pills.nav-pills-danger .nav-item .nav-link.active:hover {
  background-color: #f44336;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(244, 67, 54, 0.6);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(244, 67, 54, 0.6);
  color: #fff;
}

.nav-pills.cc--bs--nav-pills.nav-pills-rose .nav-item .nav-link.active,
.nav-pills.cc--bs--nav-pills.nav-pills-rose .nav-item .nav-link.active:focus,
.nav-pills.cc--bs--nav-pills.nav-pills-rose .nav-item .nav-link.active:hover {
  background-color: #e91e63;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(233, 30, 99, 0.6);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(233, 30, 99, 0.6);
  color: #fff;
}

.nav-pills.cc--bs--nav-pills.flex-column .nav-item .nav-link:not(.active):hover {
  background-color: rgba(200, 200, 200, 0.2);
}

.nav-pills.cc--bs--nav-pills .nav-item i {
  display: block;
  font-size: 30px;
  padding: 15px 0;
}

.nav-pills.cc--bs--nav-pills.shadow-0 .nav-item .nav-link,
.nav-pills.cc--bs--nav-pills.shadow-0 .nav-item .nav-link.active,
.nav-pills.cc--bs--nav-pills.shadow-0 .nav-item .nav-link.active:focus,
.nav-pills.cc--bs--nav-pills.shadow-0 .nav-item .nav-link.active:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.nav-pills.cc--bs--nav-pills.flex-column .nav-item + .nav-item {
  margin-top: 5px;
}

.navbar.bg-gray-200.navbar--secondary .dropdown-menu {
  border: none;
  background-color: #e9ecef;
}
.navbar.bg-gray-200.navbar--secondary .dropdown-menu a.dropdown-item {
  padding: 0.75em 1.25em;
  color: #6c757d;
  background-color: transparent;
}
.navbar.bg-gray-200.navbar--secondary .dropdown-menu a.dropdown-item:hover, .navbar.bg-gray-200.navbar--secondary .dropdown-menu a.dropdown-item:active, .navbar.bg-gray-200.navbar--secondary .dropdown-menu a.dropdown-item:focus {
  color: #343a40;
  background-color: transparent;
}

.cc--bs--navbar.cc--bs--navbar--tertiary {
  font-size: 13px;
  font-size: 0.8125rem;
}
.cc--bs--navbar.cc--bs--navbar--tertiary .navbar-nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cc--bs--navbar.cc--bs--navbar--tertiary .navbar-nav .nav-item {
  font-size: 13px;
  font-size: 0.8125rem;
}
.cc--bs--navbar.cc--bs--navbar--tertiary .navbar-nav .nav-item .nav-link {
  font-size: 13px;
  font-size: 0.8125rem;
}
.cc--bs--navbar.cc--bs--navbar--tertiary .dropdown-menu {
  font-size: 12px;
  font-size: 0.75rem;
}
.cc--bs--navbar.cc--bs--navbar--tertiary .dropdown-menu .dropdown-item {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0.25rem 1rem 0.25rem 0.5rem;
  font-weight: 300;
}

.cc--bs--navbar {
  min-height: 3rem;
  background-color: #e9ecef;
}

@media (max-width: 991.98px) {
  .cc--bs--navbar {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .cc--bs--navbar .navbar-nav-scroll {
    max-width: 100%;
    height: 2.5rem;
    margin-top: 0.25rem;
    overflow: hidden;
  }

  .cc--bs--navbar .navbar-nav-scroll .navbar-nav {
    padding-bottom: 2rem;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.cc--bs--navbar .navbar-nav .nav-link {
  padding-right: 0.85rem;
  padding-left: 0.85rem;
}
.cc--bs--navbar .navbar-nav .nav-link.nav-link--mega-drop-link {
  position: relative;
  z-index: 10;
}

.cc--bs--navbar .navbar-nav .nav-link.active,
.cc--bs--navbar .navbar-nav .nav-link:hover {
  background-color: transparent;
}

.cc--bs--navbar .navbar-nav .nav-link.active {
  font-weight: 600;
}

.cc--bs--navbar .navbar-nav-svg {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: text-top;
}

.cc--bs--navbar .dropdown-menu {
  font-size: 0.875rem;
}

.cc--bs--navbar .dropdown-item.active {
  font-weight: 600;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23292b2c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat 0.4rem 0.6rem/0.75rem 0.75rem;
}

.cc--bs--dropdown .dropdown-menu {
  padding: 1rem;
  line-height: 1.75;
}

.cc--bs--dropdown.dropdown .dropdown-menu.dropdown-menu--checkbox-list .form-check {
  padding-right: 0;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.dropdown .dropdown-menu.dropdown-menu--checkbox-list .form-check label {
  padding-right: 2rem;
  padding-left: 0.75rem;
}

.cc--bs--dropdown.dropdown .dropdown-menu.dropdown-menu--checkbox-list .form-check .form-check-input {
  position: absolute;
  margin-left: -0.5rem;
  margin-top: 0.125rem;
}

.cc--bs--dropdown.dropdown .dropdown-menu.dropdown-menu--checkbox-list .form-check .form-check {
  margin-bottom: 0.5rem;
}

.cc--bs--dropdown.dropdown .dropdown-menu.dropdown-menu--checkbox-list .form-check .form-check .form-check-input {
  position: absolute;
  margin-top: 0.125rem;
  margin-left: -0.5rem;
}

.cc--bs--dropdown.dropdown .dropdown-menu.dropdown-menu--checkbox-list .form-check .form-check:first-of-type {
  margin-top: 0.5rem;
}

.cc--bs--dropdown.dropdown .dropdown-menu.dropdown-menu--checkbox-list .form-check:last-of-type .form-check:last-of-type {
  margin-bottom: 0;
}

.cc--bs--dropdown.dropdown .dropdown-menu.dropdown-menu--checkbox-list .form-check:first-of-type {
  margin-top: 0;
}

.cc--bs--dropdown.dropdown .dropdown-menu.dropdown-menu--checkbox-list .form-check:last-of-type {
  margin-bottom: 0;
}

.cc--bs--dropdown.dropdown .dropdown-menu.dropdown-menu--radio-list .form-check {
  padding-right: 0;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.dropdown .dropdown-menu.dropdown-menu--radio-list .form-check label {
  padding-right: 2rem;
  padding-left: 0.75rem;
}

.cc--bs--dropdown.dropdown .dropdown-menu.dropdown-menu--radio-list .form-check .form-check-input {
  position: absolute;
  margin-left: -0.5rem;
  margin-top: 0.125rem;
}

.cc--bs--dropdown.dropdown .dropdown-menu.dropdown-menu--radio-list .form-check .form-check {
  margin-bottom: 0.5rem;
}

.cc--bs--dropdown.dropdown .dropdown-menu.dropdown-menu--radio-list .form-check .form-check .form-check-input {
  position: absolute;
  margin-top: 0.125rem;
  margin-left: -0.5rem;
}

.cc--bs--dropdown .dropdown-menu {
  padding: 1rem;
  line-height: 1.75;
}
.cc--bs--dropdown .dropdown-menu .dropdown-menu--item {
  margin-bottom: 1rem;
}
.cc--bs--dropdown .dropdown-menu .dropdown-menu--item .dropdown-menu--item--nested {
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
}
.cc--bs--dropdown .dropdown-menu.dropdown-menu--radio-list .custom-control, .cc--bs--dropdown .dropdown-menu.dropdown-menu--checkbox-list .custom-control {
  padding-right: 0;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.cc--bs--dropdown .dropdown-menu.dropdown-menu--radio-list .custom-control:first-of-type, .cc--bs--dropdown .dropdown-menu.dropdown-menu--checkbox-list .custom-control:first-of-type {
  margin-top: 0;
}
.cc--bs--dropdown .dropdown-menu.dropdown-menu--radio-list .custom-control:last-of-type, .cc--bs--dropdown .dropdown-menu.dropdown-menu--checkbox-list .custom-control:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .navbar--main.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.65rem;
    padding-left: 0.65rem;
    font-size: 0.9rem;
  }
}
@media (min-width: 1200px) {
  .navbar--main.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.725rem;
    padding-left: 0.725rem;
    font-size: 1rem;
  }
}
@media (max-width: 991.98px) {
  .navbar--main.navbar-expand-lg .navbar-nav .nav-item,
.navbar--main.navbar-expand-lg .navbar-nav .nav-item {
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-bottom: 1px solid #e9ecef;
  }
}
.cc--navbar--podcast-player {
  position: absolute;
  top: 0;
  width: 100%;
  height: 48px;
  background-color: #9c27b0;
  z-index: 1031;
}

.pre-header + #header_main.header-reveal.header-reveal--fixed {
  position: fixed;
  top: 0;
}

.pre-header + #header_main.header-reveal.header-reveal--abs {
  position: absolute;
  top: 48px;
}

.pre-header + #header_main.header-reveal.transition-off {
  -webkit-transition: none;
  transition: none;
}

.pre-header + #header_main.header-reveal.header-reveal--fixed.transition-on {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.pre-header + #header_main.header-reveal.header-reveal--fixed.nav-up {
  position: fixed;
  top: -180px;
}

.pre-header + #header_main.header-reveal {
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  width: 100%;
}

.pre-header.pre-header--podcast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  position: absolute;
  z-index: 1201;
  top: 0;
  width: 100%;
}

/* MAY 27 2021 */
#app-header-navbar-secondary {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar--secondary .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  letter-spacing: 1px;
}

.navbar-brand {
  line-height: 1;
}

.navbar--main.navbar-expand-lg .navbar-nav .nav-link {
  color: #000000;
  font-weight: 300;
  font-size: 14px;
  font-weight: 400;
}
.navbar--main.navbar-expand-lg .navbar-nav .nav-link:hover {
  /*border-bottom: 1px solid #000; */
  color: #000000;
  text-decoration: underline;
}

.navbar.navbar--main .navbar-nav .nav-item.active .nav-link {
  color: #64c7c9;
  font-weight: 400;
}
.navbar.navbar--main .navbar-nav .nav-item.active .nav-link:hover {
  text-decoration: none;
}

.nav-link .nav-link--mega-drop-link {
  pointer-events: none;
  display: block;
}

@media (min-width: 1200px) {
  .navbar--tertiary--action-button--right {
    display: inline;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .navbar--secondary .navbar-nav .nav-link {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media (max-width: 991.98px) {
  .navbar--tertiary--action-button--right {
    display: block;
    width: 100%;
  }
}
.navbar-light .navbar-nav .nav-link.nav-link-placeholder:hover,
.navbar-light .navbar-nav .nav-link.nav-link-placeholder:active {
  color: rgba(0, 0, 0, 0.5);
}

.navbar.navbar--main.navbar-dark {
  background-color: rgb(17, 121, 123);
  color: #fff;
}
@media (min-width: 992px) {
  .navbar.navbar--main.navbar-dark .nav-item.active a.nav-link {
    color: #fff;
    text-decoration: underline;
  }
  .navbar.navbar--main.navbar-dark a,
  .navbar.navbar--main.navbar-dark a.nav-link {
    color: #e3e3e3;
  }
  .navbar.navbar--main.navbar-dark a:hover,
  .navbar.navbar--main.navbar-dark a.nav-link:hover {
    color: #a6fafb;
  }
  .navbar.navbar--main.navbar-dark #ccJoinNowC2a .btn.btn.btn.btn:hover {
    background-color: transparent;
    color: #a6fafb;
  }
  .navbar.navbar--main.navbar-dark #ccJoinNowC2a {
    margin-right: 24px;
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .navbar.navbar--main.navbar-dark .navbar-toggler.collapsed .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .navbar.navbar--main.navbar-dark .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2817, 121, 12, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .navbar.navbar--main.navbar-dark .navbar-collapse .navbar-collapse--inner {
    margin-top: 0px;
    padding: 16px;
  }
  .navbar.navbar--main.navbar-dark .navbar-collapse .navbar-collapse--inner .navbar-nav.navbar-nav--left {
    margin: -16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar.navbar--main.navbar-dark .navbar-collapse .navbar-collapse--inner .navbar-nav.navbar-nav--left .nav-item {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .navbar.navbar--main.navbar-dark .navbar-collapse .navbar-collapse--inner .navbar-nav.navbar-nav--left .nav-item.nav-item-search {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .navbar.navbar--main.navbar-dark .navbar-collapse .navbar-collapse--inner .navbar-nav.navbar-nav--left .nav-item.nav-item-search .navbar-primary-search {
    margin-bottom: 24px;
  }
  .navbar.navbar--main.navbar-dark .navbar-collapse .navbar-collapse--inner .navbar-nav.navbar-nav--left .nav-item.nav-item-search .navbar-primary-search .searchbox {
    position: static;
    width: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .navbar.navbar--main.navbar-dark .navbar-collapse .navbar-collapse--inner .navbar-nav.navbar-nav--left .nav-item.nav-item-search .navbar-primary-search .searchbox.searchbox-open {
    background-color: transparent;
  }
  .navbar.navbar--main.navbar-dark .navbar-collapse .navbar-collapse--inner .navbar-nav.navbar-nav--left .nav-item.nav-item-search .navbar-primary-search .searchbox .searchbox-input {
    position: static;
    width: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar.navbar--main.navbar-dark .navbar-collapse .navbar-collapse--inner .navbar-nav.navbar-nav--left .nav-item.nav-item-search .navbar-primary-search .searchbox .searchbox-input .searchbox-input-control {
    margin-left: 0;
    padding-left: 0;
    background: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin-right: 3px;
    padding-left: 30px;
  }
  .navbar.navbar--main.navbar-dark .navbar-collapse .navbar-collapse--inner .navbar-nav.navbar-nav--left .nav-item.nav-item-search .navbar-primary-search .searchbox .searchbox-input .searchbox-submit {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 1px solid rgb(17, 121, 123);
    background-color: rgb(17, 121, 123);
    color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar.navbar--main.navbar-dark .navbar-collapse .navbar-collapse--inner .navbar-nav.navbar-nav--left .nav-item.nav-item-search .navbar-primary-search .searchbox .searchbox-input .searchbox-submit:hover {
    border: 1px solid rgb(10, 91, 93);
    background-color: 1px solid rgb(10, 91, 93);
  }
  .navbar.navbar--main.navbar-dark .navbar-collapse .navbar-collapse--inner .navbar-nav.navbar-nav--left .nav-item.nav-item-search .navbar-primary-search .searchbox-icon {
    margin: 0 0 0 0;
    color: #64C7C9;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 8px;
    pointer-events: none;
    position: absolute;
  }
  .navbar.navbar--main.navbar-dark .navbar-collapse .navbar-collapse--inner .navbar-nav.navbar-nav--left .nav-item#ccJoinNowC2a {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border: none;
    width: auto;
    margin-right: auto;
    margin-left: 0;
    margin-top: 16px;
    margin-bottom: 24px;
  }
  .navbar.navbar--main.navbar-dark .navbar-collapse .navbar-collapse--inner .navbar-nav.navbar-nav--left .nav-item#ccJoinNowC2a .btn.btn.btn.btn {
    border-color: rgb(17, 121, 123);
    color: rgb(17, 121, 123);
  }
  .navbar.navbar--main.navbar-dark .navbar-collapse .navbar-collapse--inner .navbar-nav.navbar-nav--left .nav-item#ccJoinNowC2a .btn.btn.btn.btn:hover {
    background-color: rgb(17, 121, 123);
    color: rgb(255, 255, 255);
  }
  .navbar.navbar--main.navbar-dark .navbar-collapse .navbar-collapse--inner .navbar-nav.navbar-nav--right {
    margin: 16px;
  }
}

@media (min-width: 992px) {
  .nav-item.nav-item--mega-drop-control {
    position: relative;
  }
  .nav-item.nav-item--mega-drop-control.is-hovering::before {
    content: "";
    width: 16px;
    height: 16px;
    background-color: orange;
    position: absolute;
    z-index: 9999;
    left: 28px;
    right: auto;
    bottom: -32px;
    background: #fff;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .nav-item--mega-drop-control.is-hovering .mega-drop-container {
    display: block;
    position: absolute;
    max-width: 1170px;
    margin: 0 0 0 0;
    width: 100%;
    left: auto;
    width: 1170px;
    right: -224px;
    top: 56px;
  }
}
.searchbox {
  width: 0;
  position: absolute;
  right: 40px;
  top: 6px;
  height: 32px;
}

.searchbox .searchbox-input {
  display: none;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}

.searchbox.searchbox-open {
  background-color: #212529;
  width: 100%;
}

.searchbox.searchbox-open .searchbox-input {
  height: 32px;
  width: 300px;
  display: block;
  right: 0;
  position: absolute;
  top: 0;
  height: 32px;
  border: none;
  padding: 8px;
}

.searchbox.searchbox-open .searchbox-input .searchbox-input::-webkit-input-placeholder {
  color: #212529;
}

.searchbox.searchbox-open .searchbox-input .searchbox-input:-moz-placeholder {
  color: #212529;
}

.searchbox.searchbox-open .searchbox-input .searchbox-input::-moz-placeholder {
  color: #212529;
}

.searchbox.searchbox-open .searchbox-input .searchbox-input:-ms-input-placeholder {
  color: #212529;
}

.searchbox.searchbox-open .searchbox-submit {
  width: 32px;
  height: 32px;
  right: -36px;
  top: 0;
  background: transparent;
  border: none;
  right: 0;
  z-index: 1201;
  position: absolute;
  width: 48px;
  background: #ccc;
}

.searchbox-icon {
  width: 24px;
}

@media (max-width: 991.98px) {
  .navbar--secondary .navbar-nav.navbar--search {
    position: absolute;
    top: -42px;
    right: 68px;
    width: 20px;
    height: 20px;
    z-index: 1;
  }
  .navbar--secondary .searchbox.searchbox-open {
    height: auto;
    top: 39px;
    right: -50px;
    min-width: 300px;
    background-color: transparent;
    padding: 0 0 0 0;
  }
  .navbar--secondary .searchbox .searchbox-submit,
  .navbar--secondary .searchbox .searchbox-input {
    height: auto;
    position: relative;
    margin: 0;
    padding: 8px;
  }
  .navbar--secondary .searchbox.searchbox-open {
    color: #dee2e6;
  }
  .navbar--secondary .searchbox.searchbox-open:before {
    color: #dee2e6;
    content: '';
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2368c8c7' class='bi bi-caret-up-fill' viewBox='0 0 16 16'%3E%3Cpath d='m7.247 4.86-4.796 5.481c-.566.647-.106 1.659.753 1.659h9.592a1 1 0 0 0 .753-1.659l-4.796-5.48a1 1 0 0 0-1.506 0z'/%3E%3C/svg%3E");
    background-size: cover;
    z-index: 1201;
    position: absolute;
    top: -18px;
    right: 50px;
    color: #e9ecef;
  }
  .navbar--secondary .searchbox.searchbox-open .searchbox-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 0 0;
    background-color: #fff;
    border: 2px solid #64C7C9;
  }
  .navbar--secondary .searchbox.searchbox-open .searchbox-input input {
    padding: 4px 6px;
    background-color: #fff;
    border: 1px solid transparent;
  }
  .navbar--secondary .searchbox.searchbox-open .searchbox-input .searchbox-submit {
    color: #fff;
    background-color: #64C7C9;
  }
  .navbar--secondary .searchbox-icon {
    color: #343a40;
    margin-left: 0;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .navbar--secondary .searchbox-icon svg {
    margin-top: -7px;
  }
}
@media (min-width: 992px) {
  .navbar-primary-search .searchbox-icon {
    width: 24px;
    margin-left: 0;
    color: #fff;
  }
  .navbar-primary-search .searchbox.searchbox-open {
    position: absolute;
    top: 54px;
    right: -21px;
    left: auto;
    width: 300px;
    padding: 6px;
    background-color: rgb(17, 121, 123);
    height: auto;
  }
  .navbar-primary-search .searchbox.searchbox-open .searchbox-input {
    height: 100% !important;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .navbar-primary-search .searchbox.searchbox-open .searchbox-input::before {
    content: "";
    position: absolute;
    top: -24px;
    left: auto;
    right: 18px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-caret-up-fill' viewBox='0 0 16 16'%3E%3Cpath d='m7.247 4.86-4.796 5.481c-.566.647-.106 1.659.753 1.659h9.592a1 1 0 0 0 .753-1.659l-4.796-5.48a1 1 0 0 0-1.506 0z'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .navbar-primary-search .searchbox.searchbox-open .searchbox-input .searchbox-submit {
    position: relative;
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 991.98px) {
  .navbar-primary-search .searchbox .navbar--secondary .navbar-nav.navbar--search {
    position: static;
  }
}
@media (max-width: 767.98px) {
  .h-auto-sm.h-auto-sm {
    height: auto !important;
  }
}

.w-25pxl {
  width: 25px !important;
}

.maxw-25pxl {
  max-width: 25px !important;
}

.minw-25pxl {
  min-width: 25px !important;
}

.h-25pxl {
  height: 25px !important;
}

.maxh-25pxl {
  max-height: 25px !important;
}

.minh-25pxl {
  min-height: 25px !important;
}

.w-50pxl {
  width: 50px !important;
}

.maxw-50pxl {
  max-width: 50px !important;
}

.minw-50pxl {
  min-width: 50px !important;
}

.h-50pxl {
  height: 50px !important;
}

.maxh-50pxl {
  max-height: 50px !important;
}

.minh-50pxl {
  min-height: 50px !important;
}

.w-60pxl {
  width: 60px !important;
}

.maxw-60pxl {
  max-width: 60px !important;
}

.minw-60pxl {
  min-width: 60px !important;
}

.h-60pxl {
  height: 60px !important;
}

.maxh-60pxl {
  max-height: 60px !important;
}

.minh-60pxl {
  min-height: 60px !important;
}

.w-70pxl {
  width: 70px !important;
}

.maxw-70pxl {
  max-width: 70px !important;
}

.minw-70pxl {
  min-width: 70px !important;
}

.h-70pxl {
  height: 70px !important;
}

.maxh-70pxl {
  max-height: 70px !important;
}

.minh-70pxl {
  min-height: 70px !important;
}

.w-80pxl {
  width: 80px !important;
}

.maxw-80pxl {
  max-width: 80px !important;
}

.minw-80pxl {
  min-width: 80px !important;
}

.h-80pxl {
  height: 80px !important;
}

.maxh-80pxl {
  max-height: 80px !important;
}

.minh-80pxl {
  min-height: 80px !important;
}

.w-90pxl {
  width: 90px !important;
}

.maxw-90pxl {
  max-width: 90px !important;
}

.minw-90pxl {
  min-width: 90px !important;
}

.h-90pxl {
  height: 90px !important;
}

.maxh-90pxl {
  max-height: 90px !important;
}

.minh-90pxl {
  min-height: 90px !important;
}

.w-100pxl {
  width: 100px !important;
}

.maxw-100pxl {
  max-width: 100px !important;
}

.minw-100pxl {
  min-width: 100px !important;
}

.h-100pxl {
  height: 100px !important;
}

.maxh-100pxl {
  max-height: 100px !important;
}

.minh-100pxl {
  min-height: 100px !important;
}

.w-110pxl {
  width: 110px !important;
}

.maxw-110pxl {
  max-width: 110px !important;
}

.minw-110pxl {
  min-width: 110px !important;
}

.h-110pxl {
  height: 110px !important;
}

.maxh-110pxl {
  max-height: 110px !important;
}

.minh-110pxl {
  min-height: 110px !important;
}

.w-120pxl {
  width: 120px !important;
}

.maxw-120pxl {
  max-width: 120px !important;
}

.minw-120pxl {
  min-width: 120px !important;
}

.h-120pxl {
  height: 120px !important;
}

.maxh-120pxl {
  max-height: 120px !important;
}

.minh-120pxl {
  min-height: 120px !important;
}

.w-130pxl {
  width: 130px !important;
}

.maxw-130pxl {
  max-width: 130px !important;
}

.minw-130pxl {
  min-width: 130px !important;
}

.h-130pxl {
  height: 130px !important;
}

.maxh-130pxl {
  max-height: 130px !important;
}

.minh-130pxl {
  min-height: 130px !important;
}

.w-140pxl {
  width: 140px !important;
}

.maxw-140pxl {
  max-width: 140px !important;
}

.minw-140pxl {
  min-width: 140px !important;
}

.h-140pxl {
  height: 140px !important;
}

.maxh-140pxl {
  max-height: 140px !important;
}

.minh-140pxl {
  min-height: 140px !important;
}

.w-150pxl {
  width: 150px !important;
}

.maxw-150pxl {
  max-width: 150px !important;
}

.minw-150pxl {
  min-width: 150px !important;
}

.h-150pxl {
  height: 150px !important;
}

.maxh-150pxl {
  max-height: 150px !important;
}

.minh-150pxl {
  min-height: 150px !important;
}

.w-160pxl {
  width: 160px !important;
}

.maxw-160pxl {
  max-width: 160px !important;
}

.minw-160pxl {
  min-width: 160px !important;
}

.h-160pxl {
  height: 160px !important;
}

.maxh-160pxl {
  max-height: 160px !important;
}

.minh-160pxl {
  min-height: 160px !important;
}

.w-170pxl {
  width: 170px !important;
}

.maxw-170pxl {
  max-width: 170px !important;
}

.minw-170pxl {
  min-width: 170px !important;
}

.h-170pxl {
  height: 170px !important;
}

.maxh-170pxl {
  max-height: 170px !important;
}

.minh-170pxl {
  min-height: 170px !important;
}

.w-180pxl {
  width: 180px !important;
}

.maxw-180pxl {
  max-width: 180px !important;
}

.minw-180pxl {
  min-width: 180px !important;
}

.h-180pxl {
  height: 180px !important;
}

.maxh-180pxl {
  max-height: 180px !important;
}

.minh-180pxl {
  min-height: 180px !important;
}

.w-190pxl {
  width: 190px !important;
}

.maxw-190pxl {
  max-width: 190px !important;
}

.minw-190pxl {
  min-width: 190px !important;
}

.h-190pxl {
  height: 190px !important;
}

.maxh-190pxl {
  max-height: 190px !important;
}

.minh-190pxl {
  min-height: 190px !important;
}

.w-200pxl {
  width: 200px !important;
}

.maxw-200pxl {
  max-width: 200px !important;
}

.minw-200pxl {
  min-width: 200px !important;
}

.h-200pxl {
  height: 200px !important;
}

.maxh-200pxl {
  max-height: 200px !important;
}

.minh-200pxl {
  min-height: 200px !important;
}

.w-220pxl {
  width: 220px !important;
}

.maxw-220pxl {
  max-width: 220px !important;
}

.minw-220pxl {
  min-width: 220px !important;
}

.h-220pxl {
  height: 220px !important;
}

.maxh-220pxl {
  max-height: 220px !important;
}

.minh-220pxl {
  min-height: 220px !important;
}

.w-240pxl {
  width: 240px !important;
}

.maxw-240pxl {
  max-width: 240px !important;
}

.minw-240pxl {
  min-width: 240px !important;
}

.h-240pxl {
  height: 240px !important;
}

.maxh-240pxl {
  max-height: 240px !important;
}

.minh-240pxl {
  min-height: 240px !important;
}

.w-250pxl {
  width: 250px !important;
}

.maxw-250pxl {
  max-width: 250px !important;
}

.minw-250pxl {
  min-width: 250px !important;
}

.h-250pxl {
  height: 250px !important;
}

.maxh-250pxl {
  max-height: 250px !important;
}

.minh-250pxl {
  min-height: 250px !important;
}

.w-260pxl {
  width: 260px !important;
}

.maxw-260pxl {
  max-width: 260px !important;
}

.minw-260pxl {
  min-width: 260px !important;
}

.h-260pxl {
  height: 260px !important;
}

.maxh-260pxl {
  max-height: 260px !important;
}

.minh-260pxl {
  min-height: 260px !important;
}

.w-280pxl {
  width: 280px !important;
}

.maxw-280pxl {
  max-width: 280px !important;
}

.minw-280pxl {
  min-width: 280px !important;
}

.h-280pxl {
  height: 280px !important;
}

.maxh-280pxl {
  max-height: 280px !important;
}

.minh-280pxl {
  min-height: 280px !important;
}

.w-300pxl {
  width: 300px !important;
}

.maxw-300pxl {
  max-width: 300px !important;
}

.minw-300pxl {
  min-width: 300px !important;
}

.h-300pxl {
  height: 300px !important;
}

.maxh-300pxl {
  max-height: 300px !important;
}

.minh-300pxl {
  min-height: 300px !important;
}

.w-350pxl {
  width: 350px !important;
}

.maxw-350pxl {
  max-width: 350px !important;
}

.minw-350pxl {
  min-width: 350px !important;
}

.h-350pxl {
  height: 350px !important;
}

.maxh-350pxl {
  max-height: 350px !important;
}

.minh-350pxl {
  min-height: 350px !important;
}

.w-360pxl {
  width: 360px !important;
}

.maxw-360pxl {
  max-width: 360px !important;
}

.minw-360pxl {
  min-width: 360px !important;
}

.h-360pxl {
  height: 360px !important;
}

.maxh-360pxl {
  max-height: 360px !important;
}

.minh-360pxl {
  min-height: 360px !important;
}

.w-400pxl {
  width: 400px !important;
}

.maxw-400pxl {
  max-width: 400px !important;
}

.minw-400pxl {
  min-width: 400px !important;
}

.h-400pxl {
  height: 400px !important;
}

.maxh-400pxl {
  max-height: 400px !important;
}

.minh-400pxl {
  min-height: 400px !important;
}

.w-450pxl {
  width: 450px !important;
}

.maxw-450pxl {
  max-width: 450px !important;
}

.minw-450pxl {
  min-width: 450px !important;
}

.h-450pxl {
  height: 450px !important;
}

.maxh-450pxl {
  max-height: 450px !important;
}

.minh-450pxl {
  min-height: 450px !important;
}

.w-480pxl {
  width: 480px !important;
}

.maxw-480pxl {
  max-width: 480px !important;
}

.minw-480pxl {
  min-width: 480px !important;
}

.h-480pxl {
  height: 480px !important;
}

.maxh-480pxl {
  max-height: 480px !important;
}

.minh-480pxl {
  min-height: 480px !important;
}

.w-500pxl {
  width: 500px !important;
}

.maxw-500pxl {
  max-width: 500px !important;
}

.minw-500pxl {
  min-width: 500px !important;
}

.h-500pxl {
  height: 500px !important;
}

.maxh-500pxl {
  max-height: 500px !important;
}

.minh-500pxl {
  min-height: 500px !important;
}

.w-550pxl {
  width: 550px !important;
}

.maxw-550pxl {
  max-width: 550px !important;
}

.minw-550pxl {
  min-width: 550px !important;
}

.h-550pxl {
  height: 550px !important;
}

.maxh-550pxl {
  max-height: 550px !important;
}

.minh-550pxl {
  min-height: 550px !important;
}

.w-600pxl {
  width: 600px !important;
}

.maxw-600pxl {
  max-width: 600px !important;
}

.minw-600pxl {
  min-width: 600px !important;
}

.h-600pxl {
  height: 600px !important;
}

.maxh-600pxl {
  max-height: 600px !important;
}

.minh-600pxl {
  min-height: 600px !important;
}

.w-650pxl {
  width: 650px !important;
}

.maxw-650pxl {
  max-width: 650px !important;
}

.minw-650pxl {
  min-width: 650px !important;
}

.h-650pxl {
  height: 650px !important;
}

.maxh-650pxl {
  max-height: 650px !important;
}

.minh-650pxl {
  min-height: 650px !important;
}

.w-700pxl {
  width: 700px !important;
}

.maxw-700pxl {
  max-width: 700px !important;
}

.minw-700pxl {
  min-width: 700px !important;
}

.h-700pxl {
  height: 700px !important;
}

.maxh-700pxl {
  max-height: 700px !important;
}

.minh-700pxl {
  min-height: 700px !important;
}

.w-720pxl {
  width: 720px !important;
}

.maxw-720pxl {
  max-width: 720px !important;
}

.minw-720pxl {
  min-width: 720px !important;
}

.h-720pxl {
  height: 720px !important;
}

.maxh-720pxl {
  max-height: 720px !important;
}

.minh-720pxl {
  min-height: 720px !important;
}

.w-750pxl {
  width: 750px !important;
}

.maxw-750pxl {
  max-width: 750px !important;
}

.minw-750pxl {
  min-width: 750px !important;
}

.h-750pxl {
  height: 750px !important;
}

.maxh-750pxl {
  max-height: 750px !important;
}

.minh-750pxl {
  min-height: 750px !important;
}

.w-767pxl {
  width: 767px !important;
}

.maxw-767pxl {
  max-width: 767px !important;
}

.minw-767pxl {
  min-width: 767px !important;
}

.h-767pxl {
  height: 767px !important;
}

.maxh-767pxl {
  max-height: 767px !important;
}

.minh-767pxl {
  min-height: 767px !important;
}

.w-800pxl {
  width: 800px !important;
}

.maxw-800pxl {
  max-width: 800px !important;
}

.minw-800pxl {
  min-width: 800px !important;
}

.h-800pxl {
  height: 800px !important;
}

.maxh-800pxl {
  max-height: 800px !important;
}

.minh-800pxl {
  min-height: 800px !important;
}

.w-850pxl {
  width: 850px !important;
}

.maxw-850pxl {
  max-width: 850px !important;
}

.minw-850pxl {
  min-width: 850px !important;
}

.h-850pxl {
  height: 850px !important;
}

.maxh-850pxl {
  max-height: 850px !important;
}

.minh-850pxl {
  min-height: 850px !important;
}

.w-900pxl {
  width: 900px !important;
}

.maxw-900pxl {
  max-width: 900px !important;
}

.minw-900pxl {
  min-width: 900px !important;
}

.h-900pxl {
  height: 900px !important;
}

.maxh-900pxl {
  max-height: 900px !important;
}

.minh-900pxl {
  min-height: 900px !important;
}

.w-930pxl {
  width: 930px !important;
}

.maxw-930pxl {
  max-width: 930px !important;
}

.minw-930pxl {
  min-width: 930px !important;
}

.h-930pxl {
  height: 930px !important;
}

.maxh-930pxl {
  max-height: 930px !important;
}

.minh-930pxl {
  min-height: 930px !important;
}

.w-950pxl {
  width: 950px !important;
}

.maxw-950pxl {
  max-width: 950px !important;
}

.minw-950pxl {
  min-width: 950px !important;
}

.h-950pxl {
  height: 950px !important;
}

.maxh-950pxl {
  max-height: 950px !important;
}

.minh-950pxl {
  min-height: 950px !important;
}

.w-960pxl {
  width: 960px !important;
}

.maxw-960pxl {
  max-width: 960px !important;
}

.minw-960pxl {
  min-width: 960px !important;
}

.h-960pxl {
  height: 960px !important;
}

.maxh-960pxl {
  max-height: 960px !important;
}

.minh-960pxl {
  min-height: 960px !important;
}

.w-1000pxl {
  width: 1000px !important;
}

.maxw-1000pxl {
  max-width: 1000px !important;
}

.minw-1000pxl {
  min-width: 1000px !important;
}

.h-1000pxl {
  height: 1000px !important;
}

.maxh-1000pxl {
  max-height: 1000px !important;
}

.minh-1000pxl {
  min-height: 1000px !important;
}

.w-1600pxl {
  width: 1600px !important;
}

.maxw-1600pxl {
  max-width: 1600px !important;
}

.minw-1600pxl {
  min-width: 1600px !important;
}

.h-1600pxl {
  height: 1600px !important;
}

.maxh-1600pxl {
  max-height: 1600px !important;
}

.minh-1600pxl {
  min-height: 1600px !important;
}

.w-xs-25pxl {
  width: 25px !important;
}

.maxw-xs-25pxl {
  max-width: 25px !important;
}

.minw-xs-25pxl {
  min-width: 25px !important;
}

.h-xs-25pxl {
  height: 25px !important;
}

.maxh-xs-25pxl {
  max-height: 25px !important;
}

.minh-xs-25pxl {
  min-height: 25px !important;
}

.w-xs-50pxl {
  width: 50px !important;
}

.maxw-xs-50pxl {
  max-width: 50px !important;
}

.minw-xs-50pxl {
  min-width: 50px !important;
}

.h-xs-50pxl {
  height: 50px !important;
}

.maxh-xs-50pxl {
  max-height: 50px !important;
}

.minh-xs-50pxl {
  min-height: 50px !important;
}

.w-xs-60pxl {
  width: 60px !important;
}

.maxw-xs-60pxl {
  max-width: 60px !important;
}

.minw-xs-60pxl {
  min-width: 60px !important;
}

.h-xs-60pxl {
  height: 60px !important;
}

.maxh-xs-60pxl {
  max-height: 60px !important;
}

.minh-xs-60pxl {
  min-height: 60px !important;
}

.w-xs-70pxl {
  width: 70px !important;
}

.maxw-xs-70pxl {
  max-width: 70px !important;
}

.minw-xs-70pxl {
  min-width: 70px !important;
}

.h-xs-70pxl {
  height: 70px !important;
}

.maxh-xs-70pxl {
  max-height: 70px !important;
}

.minh-xs-70pxl {
  min-height: 70px !important;
}

.w-xs-80pxl {
  width: 80px !important;
}

.maxw-xs-80pxl {
  max-width: 80px !important;
}

.minw-xs-80pxl {
  min-width: 80px !important;
}

.h-xs-80pxl {
  height: 80px !important;
}

.maxh-xs-80pxl {
  max-height: 80px !important;
}

.minh-xs-80pxl {
  min-height: 80px !important;
}

.w-xs-90pxl {
  width: 90px !important;
}

.maxw-xs-90pxl {
  max-width: 90px !important;
}

.minw-xs-90pxl {
  min-width: 90px !important;
}

.h-xs-90pxl {
  height: 90px !important;
}

.maxh-xs-90pxl {
  max-height: 90px !important;
}

.minh-xs-90pxl {
  min-height: 90px !important;
}

.w-xs-100pxl {
  width: 100px !important;
}

.maxw-xs-100pxl {
  max-width: 100px !important;
}

.minw-xs-100pxl {
  min-width: 100px !important;
}

.h-xs-100pxl {
  height: 100px !important;
}

.maxh-xs-100pxl {
  max-height: 100px !important;
}

.minh-xs-100pxl {
  min-height: 100px !important;
}

.w-xs-110pxl {
  width: 110px !important;
}

.maxw-xs-110pxl {
  max-width: 110px !important;
}

.minw-xs-110pxl {
  min-width: 110px !important;
}

.h-xs-110pxl {
  height: 110px !important;
}

.maxh-xs-110pxl {
  max-height: 110px !important;
}

.minh-xs-110pxl {
  min-height: 110px !important;
}

.w-xs-120pxl {
  width: 120px !important;
}

.maxw-xs-120pxl {
  max-width: 120px !important;
}

.minw-xs-120pxl {
  min-width: 120px !important;
}

.h-xs-120pxl {
  height: 120px !important;
}

.maxh-xs-120pxl {
  max-height: 120px !important;
}

.minh-xs-120pxl {
  min-height: 120px !important;
}

.w-xs-130pxl {
  width: 130px !important;
}

.maxw-xs-130pxl {
  max-width: 130px !important;
}

.minw-xs-130pxl {
  min-width: 130px !important;
}

.h-xs-130pxl {
  height: 130px !important;
}

.maxh-xs-130pxl {
  max-height: 130px !important;
}

.minh-xs-130pxl {
  min-height: 130px !important;
}

.w-xs-140pxl {
  width: 140px !important;
}

.maxw-xs-140pxl {
  max-width: 140px !important;
}

.minw-xs-140pxl {
  min-width: 140px !important;
}

.h-xs-140pxl {
  height: 140px !important;
}

.maxh-xs-140pxl {
  max-height: 140px !important;
}

.minh-xs-140pxl {
  min-height: 140px !important;
}

.w-xs-150pxl {
  width: 150px !important;
}

.maxw-xs-150pxl {
  max-width: 150px !important;
}

.minw-xs-150pxl {
  min-width: 150px !important;
}

.h-xs-150pxl {
  height: 150px !important;
}

.maxh-xs-150pxl {
  max-height: 150px !important;
}

.minh-xs-150pxl {
  min-height: 150px !important;
}

.w-xs-160pxl {
  width: 160px !important;
}

.maxw-xs-160pxl {
  max-width: 160px !important;
}

.minw-xs-160pxl {
  min-width: 160px !important;
}

.h-xs-160pxl {
  height: 160px !important;
}

.maxh-xs-160pxl {
  max-height: 160px !important;
}

.minh-xs-160pxl {
  min-height: 160px !important;
}

.w-xs-170pxl {
  width: 170px !important;
}

.maxw-xs-170pxl {
  max-width: 170px !important;
}

.minw-xs-170pxl {
  min-width: 170px !important;
}

.h-xs-170pxl {
  height: 170px !important;
}

.maxh-xs-170pxl {
  max-height: 170px !important;
}

.minh-xs-170pxl {
  min-height: 170px !important;
}

.w-xs-180pxl {
  width: 180px !important;
}

.maxw-xs-180pxl {
  max-width: 180px !important;
}

.minw-xs-180pxl {
  min-width: 180px !important;
}

.h-xs-180pxl {
  height: 180px !important;
}

.maxh-xs-180pxl {
  max-height: 180px !important;
}

.minh-xs-180pxl {
  min-height: 180px !important;
}

.w-xs-190pxl {
  width: 190px !important;
}

.maxw-xs-190pxl {
  max-width: 190px !important;
}

.minw-xs-190pxl {
  min-width: 190px !important;
}

.h-xs-190pxl {
  height: 190px !important;
}

.maxh-xs-190pxl {
  max-height: 190px !important;
}

.minh-xs-190pxl {
  min-height: 190px !important;
}

.w-xs-200pxl {
  width: 200px !important;
}

.maxw-xs-200pxl {
  max-width: 200px !important;
}

.minw-xs-200pxl {
  min-width: 200px !important;
}

.h-xs-200pxl {
  height: 200px !important;
}

.maxh-xs-200pxl {
  max-height: 200px !important;
}

.minh-xs-200pxl {
  min-height: 200px !important;
}

.w-xs-220pxl {
  width: 220px !important;
}

.maxw-xs-220pxl {
  max-width: 220px !important;
}

.minw-xs-220pxl {
  min-width: 220px !important;
}

.h-xs-220pxl {
  height: 220px !important;
}

.maxh-xs-220pxl {
  max-height: 220px !important;
}

.minh-xs-220pxl {
  min-height: 220px !important;
}

.w-xs-240pxl {
  width: 240px !important;
}

.maxw-xs-240pxl {
  max-width: 240px !important;
}

.minw-xs-240pxl {
  min-width: 240px !important;
}

.h-xs-240pxl {
  height: 240px !important;
}

.maxh-xs-240pxl {
  max-height: 240px !important;
}

.minh-xs-240pxl {
  min-height: 240px !important;
}

.w-xs-250pxl {
  width: 250px !important;
}

.maxw-xs-250pxl {
  max-width: 250px !important;
}

.minw-xs-250pxl {
  min-width: 250px !important;
}

.h-xs-250pxl {
  height: 250px !important;
}

.maxh-xs-250pxl {
  max-height: 250px !important;
}

.minh-xs-250pxl {
  min-height: 250px !important;
}

.w-xs-260pxl {
  width: 260px !important;
}

.maxw-xs-260pxl {
  max-width: 260px !important;
}

.minw-xs-260pxl {
  min-width: 260px !important;
}

.h-xs-260pxl {
  height: 260px !important;
}

.maxh-xs-260pxl {
  max-height: 260px !important;
}

.minh-xs-260pxl {
  min-height: 260px !important;
}

.w-xs-280pxl {
  width: 280px !important;
}

.maxw-xs-280pxl {
  max-width: 280px !important;
}

.minw-xs-280pxl {
  min-width: 280px !important;
}

.h-xs-280pxl {
  height: 280px !important;
}

.maxh-xs-280pxl {
  max-height: 280px !important;
}

.minh-xs-280pxl {
  min-height: 280px !important;
}

.w-xs-300pxl {
  width: 300px !important;
}

.maxw-xs-300pxl {
  max-width: 300px !important;
}

.minw-xs-300pxl {
  min-width: 300px !important;
}

.h-xs-300pxl {
  height: 300px !important;
}

.maxh-xs-300pxl {
  max-height: 300px !important;
}

.minh-xs-300pxl {
  min-height: 300px !important;
}

.w-xs-350pxl {
  width: 350px !important;
}

.maxw-xs-350pxl {
  max-width: 350px !important;
}

.minw-xs-350pxl {
  min-width: 350px !important;
}

.h-xs-350pxl {
  height: 350px !important;
}

.maxh-xs-350pxl {
  max-height: 350px !important;
}

.minh-xs-350pxl {
  min-height: 350px !important;
}

.w-xs-360pxl {
  width: 360px !important;
}

.maxw-xs-360pxl {
  max-width: 360px !important;
}

.minw-xs-360pxl {
  min-width: 360px !important;
}

.h-xs-360pxl {
  height: 360px !important;
}

.maxh-xs-360pxl {
  max-height: 360px !important;
}

.minh-xs-360pxl {
  min-height: 360px !important;
}

.w-xs-400pxl {
  width: 400px !important;
}

.maxw-xs-400pxl {
  max-width: 400px !important;
}

.minw-xs-400pxl {
  min-width: 400px !important;
}

.h-xs-400pxl {
  height: 400px !important;
}

.maxh-xs-400pxl {
  max-height: 400px !important;
}

.minh-xs-400pxl {
  min-height: 400px !important;
}

.w-xs-450pxl {
  width: 450px !important;
}

.maxw-xs-450pxl {
  max-width: 450px !important;
}

.minw-xs-450pxl {
  min-width: 450px !important;
}

.h-xs-450pxl {
  height: 450px !important;
}

.maxh-xs-450pxl {
  max-height: 450px !important;
}

.minh-xs-450pxl {
  min-height: 450px !important;
}

.w-xs-480pxl {
  width: 480px !important;
}

.maxw-xs-480pxl {
  max-width: 480px !important;
}

.minw-xs-480pxl {
  min-width: 480px !important;
}

.h-xs-480pxl {
  height: 480px !important;
}

.maxh-xs-480pxl {
  max-height: 480px !important;
}

.minh-xs-480pxl {
  min-height: 480px !important;
}

.w-xs-500pxl {
  width: 500px !important;
}

.maxw-xs-500pxl {
  max-width: 500px !important;
}

.minw-xs-500pxl {
  min-width: 500px !important;
}

.h-xs-500pxl {
  height: 500px !important;
}

.maxh-xs-500pxl {
  max-height: 500px !important;
}

.minh-xs-500pxl {
  min-height: 500px !important;
}

.w-xs-550pxl {
  width: 550px !important;
}

.maxw-xs-550pxl {
  max-width: 550px !important;
}

.minw-xs-550pxl {
  min-width: 550px !important;
}

.h-xs-550pxl {
  height: 550px !important;
}

.maxh-xs-550pxl {
  max-height: 550px !important;
}

.minh-xs-550pxl {
  min-height: 550px !important;
}

.w-xs-600pxl {
  width: 600px !important;
}

.maxw-xs-600pxl {
  max-width: 600px !important;
}

.minw-xs-600pxl {
  min-width: 600px !important;
}

.h-xs-600pxl {
  height: 600px !important;
}

.maxh-xs-600pxl {
  max-height: 600px !important;
}

.minh-xs-600pxl {
  min-height: 600px !important;
}

.w-xs-650pxl {
  width: 650px !important;
}

.maxw-xs-650pxl {
  max-width: 650px !important;
}

.minw-xs-650pxl {
  min-width: 650px !important;
}

.h-xs-650pxl {
  height: 650px !important;
}

.maxh-xs-650pxl {
  max-height: 650px !important;
}

.minh-xs-650pxl {
  min-height: 650px !important;
}

.w-xs-700pxl {
  width: 700px !important;
}

.maxw-xs-700pxl {
  max-width: 700px !important;
}

.minw-xs-700pxl {
  min-width: 700px !important;
}

.h-xs-700pxl {
  height: 700px !important;
}

.maxh-xs-700pxl {
  max-height: 700px !important;
}

.minh-xs-700pxl {
  min-height: 700px !important;
}

.w-xs-720pxl {
  width: 720px !important;
}

.maxw-xs-720pxl {
  max-width: 720px !important;
}

.minw-xs-720pxl {
  min-width: 720px !important;
}

.h-xs-720pxl {
  height: 720px !important;
}

.maxh-xs-720pxl {
  max-height: 720px !important;
}

.minh-xs-720pxl {
  min-height: 720px !important;
}

.w-xs-750pxl {
  width: 750px !important;
}

.maxw-xs-750pxl {
  max-width: 750px !important;
}

.minw-xs-750pxl {
  min-width: 750px !important;
}

.h-xs-750pxl {
  height: 750px !important;
}

.maxh-xs-750pxl {
  max-height: 750px !important;
}

.minh-xs-750pxl {
  min-height: 750px !important;
}

.w-xs-767pxl {
  width: 767px !important;
}

.maxw-xs-767pxl {
  max-width: 767px !important;
}

.minw-xs-767pxl {
  min-width: 767px !important;
}

.h-xs-767pxl {
  height: 767px !important;
}

.maxh-xs-767pxl {
  max-height: 767px !important;
}

.minh-xs-767pxl {
  min-height: 767px !important;
}

.w-xs-800pxl {
  width: 800px !important;
}

.maxw-xs-800pxl {
  max-width: 800px !important;
}

.minw-xs-800pxl {
  min-width: 800px !important;
}

.h-xs-800pxl {
  height: 800px !important;
}

.maxh-xs-800pxl {
  max-height: 800px !important;
}

.minh-xs-800pxl {
  min-height: 800px !important;
}

.w-xs-850pxl {
  width: 850px !important;
}

.maxw-xs-850pxl {
  max-width: 850px !important;
}

.minw-xs-850pxl {
  min-width: 850px !important;
}

.h-xs-850pxl {
  height: 850px !important;
}

.maxh-xs-850pxl {
  max-height: 850px !important;
}

.minh-xs-850pxl {
  min-height: 850px !important;
}

.w-xs-900pxl {
  width: 900px !important;
}

.maxw-xs-900pxl {
  max-width: 900px !important;
}

.minw-xs-900pxl {
  min-width: 900px !important;
}

.h-xs-900pxl {
  height: 900px !important;
}

.maxh-xs-900pxl {
  max-height: 900px !important;
}

.minh-xs-900pxl {
  min-height: 900px !important;
}

.w-xs-930pxl {
  width: 930px !important;
}

.maxw-xs-930pxl {
  max-width: 930px !important;
}

.minw-xs-930pxl {
  min-width: 930px !important;
}

.h-xs-930pxl {
  height: 930px !important;
}

.maxh-xs-930pxl {
  max-height: 930px !important;
}

.minh-xs-930pxl {
  min-height: 930px !important;
}

.w-xs-950pxl {
  width: 950px !important;
}

.maxw-xs-950pxl {
  max-width: 950px !important;
}

.minw-xs-950pxl {
  min-width: 950px !important;
}

.h-xs-950pxl {
  height: 950px !important;
}

.maxh-xs-950pxl {
  max-height: 950px !important;
}

.minh-xs-950pxl {
  min-height: 950px !important;
}

.w-xs-960pxl {
  width: 960px !important;
}

.maxw-xs-960pxl {
  max-width: 960px !important;
}

.minw-xs-960pxl {
  min-width: 960px !important;
}

.h-xs-960pxl {
  height: 960px !important;
}

.maxh-xs-960pxl {
  max-height: 960px !important;
}

.minh-xs-960pxl {
  min-height: 960px !important;
}

.w-xs-1000pxl {
  width: 1000px !important;
}

.maxw-xs-1000pxl {
  max-width: 1000px !important;
}

.minw-xs-1000pxl {
  min-width: 1000px !important;
}

.h-xs-1000pxl {
  height: 1000px !important;
}

.maxh-xs-1000pxl {
  max-height: 1000px !important;
}

.minh-xs-1000pxl {
  min-height: 1000px !important;
}

.w-xs-1600pxl {
  width: 1600px !important;
}

.maxw-xs-1600pxl {
  max-width: 1600px !important;
}

.minw-xs-1600pxl {
  min-width: 1600px !important;
}

.h-xs-1600pxl {
  height: 1600px !important;
}

.maxh-xs-1600pxl {
  max-height: 1600px !important;
}

.minh-xs-1600pxl {
  min-height: 1600px !important;
}

@media (min-width: 576px) {
  .w-sm-25pxl {
    width: 25px !important;
  }
  .maxw-sm-25pxl {
    max-width: 25px !important;
  }
  .minw-sm-25pxl {
    min-width: 25px !important;
  }
  .h-sm-25pxl {
    height: 25px !important;
  }
  .maxh-sm-25pxl {
    max-height: 25px !important;
  }
  .minh-sm-25pxl {
    min-height: 25px !important;
  }
  .w-sm-50pxl {
    width: 50px !important;
  }
  .maxw-sm-50pxl {
    max-width: 50px !important;
  }
  .minw-sm-50pxl {
    min-width: 50px !important;
  }
  .h-sm-50pxl {
    height: 50px !important;
  }
  .maxh-sm-50pxl {
    max-height: 50px !important;
  }
  .minh-sm-50pxl {
    min-height: 50px !important;
  }
  .w-sm-60pxl {
    width: 60px !important;
  }
  .maxw-sm-60pxl {
    max-width: 60px !important;
  }
  .minw-sm-60pxl {
    min-width: 60px !important;
  }
  .h-sm-60pxl {
    height: 60px !important;
  }
  .maxh-sm-60pxl {
    max-height: 60px !important;
  }
  .minh-sm-60pxl {
    min-height: 60px !important;
  }
  .w-sm-70pxl {
    width: 70px !important;
  }
  .maxw-sm-70pxl {
    max-width: 70px !important;
  }
  .minw-sm-70pxl {
    min-width: 70px !important;
  }
  .h-sm-70pxl {
    height: 70px !important;
  }
  .maxh-sm-70pxl {
    max-height: 70px !important;
  }
  .minh-sm-70pxl {
    min-height: 70px !important;
  }
  .w-sm-80pxl {
    width: 80px !important;
  }
  .maxw-sm-80pxl {
    max-width: 80px !important;
  }
  .minw-sm-80pxl {
    min-width: 80px !important;
  }
  .h-sm-80pxl {
    height: 80px !important;
  }
  .maxh-sm-80pxl {
    max-height: 80px !important;
  }
  .minh-sm-80pxl {
    min-height: 80px !important;
  }
  .w-sm-90pxl {
    width: 90px !important;
  }
  .maxw-sm-90pxl {
    max-width: 90px !important;
  }
  .minw-sm-90pxl {
    min-width: 90px !important;
  }
  .h-sm-90pxl {
    height: 90px !important;
  }
  .maxh-sm-90pxl {
    max-height: 90px !important;
  }
  .minh-sm-90pxl {
    min-height: 90px !important;
  }
  .w-sm-100pxl {
    width: 100px !important;
  }
  .maxw-sm-100pxl {
    max-width: 100px !important;
  }
  .minw-sm-100pxl {
    min-width: 100px !important;
  }
  .h-sm-100pxl {
    height: 100px !important;
  }
  .maxh-sm-100pxl {
    max-height: 100px !important;
  }
  .minh-sm-100pxl {
    min-height: 100px !important;
  }
  .w-sm-110pxl {
    width: 110px !important;
  }
  .maxw-sm-110pxl {
    max-width: 110px !important;
  }
  .minw-sm-110pxl {
    min-width: 110px !important;
  }
  .h-sm-110pxl {
    height: 110px !important;
  }
  .maxh-sm-110pxl {
    max-height: 110px !important;
  }
  .minh-sm-110pxl {
    min-height: 110px !important;
  }
  .w-sm-120pxl {
    width: 120px !important;
  }
  .maxw-sm-120pxl {
    max-width: 120px !important;
  }
  .minw-sm-120pxl {
    min-width: 120px !important;
  }
  .h-sm-120pxl {
    height: 120px !important;
  }
  .maxh-sm-120pxl {
    max-height: 120px !important;
  }
  .minh-sm-120pxl {
    min-height: 120px !important;
  }
  .w-sm-130pxl {
    width: 130px !important;
  }
  .maxw-sm-130pxl {
    max-width: 130px !important;
  }
  .minw-sm-130pxl {
    min-width: 130px !important;
  }
  .h-sm-130pxl {
    height: 130px !important;
  }
  .maxh-sm-130pxl {
    max-height: 130px !important;
  }
  .minh-sm-130pxl {
    min-height: 130px !important;
  }
  .w-sm-140pxl {
    width: 140px !important;
  }
  .maxw-sm-140pxl {
    max-width: 140px !important;
  }
  .minw-sm-140pxl {
    min-width: 140px !important;
  }
  .h-sm-140pxl {
    height: 140px !important;
  }
  .maxh-sm-140pxl {
    max-height: 140px !important;
  }
  .minh-sm-140pxl {
    min-height: 140px !important;
  }
  .w-sm-150pxl {
    width: 150px !important;
  }
  .maxw-sm-150pxl {
    max-width: 150px !important;
  }
  .minw-sm-150pxl {
    min-width: 150px !important;
  }
  .h-sm-150pxl {
    height: 150px !important;
  }
  .maxh-sm-150pxl {
    max-height: 150px !important;
  }
  .minh-sm-150pxl {
    min-height: 150px !important;
  }
  .w-sm-160pxl {
    width: 160px !important;
  }
  .maxw-sm-160pxl {
    max-width: 160px !important;
  }
  .minw-sm-160pxl {
    min-width: 160px !important;
  }
  .h-sm-160pxl {
    height: 160px !important;
  }
  .maxh-sm-160pxl {
    max-height: 160px !important;
  }
  .minh-sm-160pxl {
    min-height: 160px !important;
  }
  .w-sm-170pxl {
    width: 170px !important;
  }
  .maxw-sm-170pxl {
    max-width: 170px !important;
  }
  .minw-sm-170pxl {
    min-width: 170px !important;
  }
  .h-sm-170pxl {
    height: 170px !important;
  }
  .maxh-sm-170pxl {
    max-height: 170px !important;
  }
  .minh-sm-170pxl {
    min-height: 170px !important;
  }
  .w-sm-180pxl {
    width: 180px !important;
  }
  .maxw-sm-180pxl {
    max-width: 180px !important;
  }
  .minw-sm-180pxl {
    min-width: 180px !important;
  }
  .h-sm-180pxl {
    height: 180px !important;
  }
  .maxh-sm-180pxl {
    max-height: 180px !important;
  }
  .minh-sm-180pxl {
    min-height: 180px !important;
  }
  .w-sm-190pxl {
    width: 190px !important;
  }
  .maxw-sm-190pxl {
    max-width: 190px !important;
  }
  .minw-sm-190pxl {
    min-width: 190px !important;
  }
  .h-sm-190pxl {
    height: 190px !important;
  }
  .maxh-sm-190pxl {
    max-height: 190px !important;
  }
  .minh-sm-190pxl {
    min-height: 190px !important;
  }
  .w-sm-200pxl {
    width: 200px !important;
  }
  .maxw-sm-200pxl {
    max-width: 200px !important;
  }
  .minw-sm-200pxl {
    min-width: 200px !important;
  }
  .h-sm-200pxl {
    height: 200px !important;
  }
  .maxh-sm-200pxl {
    max-height: 200px !important;
  }
  .minh-sm-200pxl {
    min-height: 200px !important;
  }
  .w-sm-220pxl {
    width: 220px !important;
  }
  .maxw-sm-220pxl {
    max-width: 220px !important;
  }
  .minw-sm-220pxl {
    min-width: 220px !important;
  }
  .h-sm-220pxl {
    height: 220px !important;
  }
  .maxh-sm-220pxl {
    max-height: 220px !important;
  }
  .minh-sm-220pxl {
    min-height: 220px !important;
  }
  .w-sm-240pxl {
    width: 240px !important;
  }
  .maxw-sm-240pxl {
    max-width: 240px !important;
  }
  .minw-sm-240pxl {
    min-width: 240px !important;
  }
  .h-sm-240pxl {
    height: 240px !important;
  }
  .maxh-sm-240pxl {
    max-height: 240px !important;
  }
  .minh-sm-240pxl {
    min-height: 240px !important;
  }
  .w-sm-250pxl {
    width: 250px !important;
  }
  .maxw-sm-250pxl {
    max-width: 250px !important;
  }
  .minw-sm-250pxl {
    min-width: 250px !important;
  }
  .h-sm-250pxl {
    height: 250px !important;
  }
  .maxh-sm-250pxl {
    max-height: 250px !important;
  }
  .minh-sm-250pxl {
    min-height: 250px !important;
  }
  .w-sm-260pxl {
    width: 260px !important;
  }
  .maxw-sm-260pxl {
    max-width: 260px !important;
  }
  .minw-sm-260pxl {
    min-width: 260px !important;
  }
  .h-sm-260pxl {
    height: 260px !important;
  }
  .maxh-sm-260pxl {
    max-height: 260px !important;
  }
  .minh-sm-260pxl {
    min-height: 260px !important;
  }
  .w-sm-280pxl {
    width: 280px !important;
  }
  .maxw-sm-280pxl {
    max-width: 280px !important;
  }
  .minw-sm-280pxl {
    min-width: 280px !important;
  }
  .h-sm-280pxl {
    height: 280px !important;
  }
  .maxh-sm-280pxl {
    max-height: 280px !important;
  }
  .minh-sm-280pxl {
    min-height: 280px !important;
  }
  .w-sm-300pxl {
    width: 300px !important;
  }
  .maxw-sm-300pxl {
    max-width: 300px !important;
  }
  .minw-sm-300pxl {
    min-width: 300px !important;
  }
  .h-sm-300pxl {
    height: 300px !important;
  }
  .maxh-sm-300pxl {
    max-height: 300px !important;
  }
  .minh-sm-300pxl {
    min-height: 300px !important;
  }
  .w-sm-350pxl {
    width: 350px !important;
  }
  .maxw-sm-350pxl {
    max-width: 350px !important;
  }
  .minw-sm-350pxl {
    min-width: 350px !important;
  }
  .h-sm-350pxl {
    height: 350px !important;
  }
  .maxh-sm-350pxl {
    max-height: 350px !important;
  }
  .minh-sm-350pxl {
    min-height: 350px !important;
  }
  .w-sm-360pxl {
    width: 360px !important;
  }
  .maxw-sm-360pxl {
    max-width: 360px !important;
  }
  .minw-sm-360pxl {
    min-width: 360px !important;
  }
  .h-sm-360pxl {
    height: 360px !important;
  }
  .maxh-sm-360pxl {
    max-height: 360px !important;
  }
  .minh-sm-360pxl {
    min-height: 360px !important;
  }
  .w-sm-400pxl {
    width: 400px !important;
  }
  .maxw-sm-400pxl {
    max-width: 400px !important;
  }
  .minw-sm-400pxl {
    min-width: 400px !important;
  }
  .h-sm-400pxl {
    height: 400px !important;
  }
  .maxh-sm-400pxl {
    max-height: 400px !important;
  }
  .minh-sm-400pxl {
    min-height: 400px !important;
  }
  .w-sm-450pxl {
    width: 450px !important;
  }
  .maxw-sm-450pxl {
    max-width: 450px !important;
  }
  .minw-sm-450pxl {
    min-width: 450px !important;
  }
  .h-sm-450pxl {
    height: 450px !important;
  }
  .maxh-sm-450pxl {
    max-height: 450px !important;
  }
  .minh-sm-450pxl {
    min-height: 450px !important;
  }
  .w-sm-480pxl {
    width: 480px !important;
  }
  .maxw-sm-480pxl {
    max-width: 480px !important;
  }
  .minw-sm-480pxl {
    min-width: 480px !important;
  }
  .h-sm-480pxl {
    height: 480px !important;
  }
  .maxh-sm-480pxl {
    max-height: 480px !important;
  }
  .minh-sm-480pxl {
    min-height: 480px !important;
  }
  .w-sm-500pxl {
    width: 500px !important;
  }
  .maxw-sm-500pxl {
    max-width: 500px !important;
  }
  .minw-sm-500pxl {
    min-width: 500px !important;
  }
  .h-sm-500pxl {
    height: 500px !important;
  }
  .maxh-sm-500pxl {
    max-height: 500px !important;
  }
  .minh-sm-500pxl {
    min-height: 500px !important;
  }
  .w-sm-550pxl {
    width: 550px !important;
  }
  .maxw-sm-550pxl {
    max-width: 550px !important;
  }
  .minw-sm-550pxl {
    min-width: 550px !important;
  }
  .h-sm-550pxl {
    height: 550px !important;
  }
  .maxh-sm-550pxl {
    max-height: 550px !important;
  }
  .minh-sm-550pxl {
    min-height: 550px !important;
  }
  .w-sm-600pxl {
    width: 600px !important;
  }
  .maxw-sm-600pxl {
    max-width: 600px !important;
  }
  .minw-sm-600pxl {
    min-width: 600px !important;
  }
  .h-sm-600pxl {
    height: 600px !important;
  }
  .maxh-sm-600pxl {
    max-height: 600px !important;
  }
  .minh-sm-600pxl {
    min-height: 600px !important;
  }
  .w-sm-650pxl {
    width: 650px !important;
  }
  .maxw-sm-650pxl {
    max-width: 650px !important;
  }
  .minw-sm-650pxl {
    min-width: 650px !important;
  }
  .h-sm-650pxl {
    height: 650px !important;
  }
  .maxh-sm-650pxl {
    max-height: 650px !important;
  }
  .minh-sm-650pxl {
    min-height: 650px !important;
  }
  .w-sm-700pxl {
    width: 700px !important;
  }
  .maxw-sm-700pxl {
    max-width: 700px !important;
  }
  .minw-sm-700pxl {
    min-width: 700px !important;
  }
  .h-sm-700pxl {
    height: 700px !important;
  }
  .maxh-sm-700pxl {
    max-height: 700px !important;
  }
  .minh-sm-700pxl {
    min-height: 700px !important;
  }
  .w-sm-720pxl {
    width: 720px !important;
  }
  .maxw-sm-720pxl {
    max-width: 720px !important;
  }
  .minw-sm-720pxl {
    min-width: 720px !important;
  }
  .h-sm-720pxl {
    height: 720px !important;
  }
  .maxh-sm-720pxl {
    max-height: 720px !important;
  }
  .minh-sm-720pxl {
    min-height: 720px !important;
  }
  .w-sm-750pxl {
    width: 750px !important;
  }
  .maxw-sm-750pxl {
    max-width: 750px !important;
  }
  .minw-sm-750pxl {
    min-width: 750px !important;
  }
  .h-sm-750pxl {
    height: 750px !important;
  }
  .maxh-sm-750pxl {
    max-height: 750px !important;
  }
  .minh-sm-750pxl {
    min-height: 750px !important;
  }
  .w-sm-767pxl {
    width: 767px !important;
  }
  .maxw-sm-767pxl {
    max-width: 767px !important;
  }
  .minw-sm-767pxl {
    min-width: 767px !important;
  }
  .h-sm-767pxl {
    height: 767px !important;
  }
  .maxh-sm-767pxl {
    max-height: 767px !important;
  }
  .minh-sm-767pxl {
    min-height: 767px !important;
  }
  .w-sm-800pxl {
    width: 800px !important;
  }
  .maxw-sm-800pxl {
    max-width: 800px !important;
  }
  .minw-sm-800pxl {
    min-width: 800px !important;
  }
  .h-sm-800pxl {
    height: 800px !important;
  }
  .maxh-sm-800pxl {
    max-height: 800px !important;
  }
  .minh-sm-800pxl {
    min-height: 800px !important;
  }
  .w-sm-850pxl {
    width: 850px !important;
  }
  .maxw-sm-850pxl {
    max-width: 850px !important;
  }
  .minw-sm-850pxl {
    min-width: 850px !important;
  }
  .h-sm-850pxl {
    height: 850px !important;
  }
  .maxh-sm-850pxl {
    max-height: 850px !important;
  }
  .minh-sm-850pxl {
    min-height: 850px !important;
  }
  .w-sm-900pxl {
    width: 900px !important;
  }
  .maxw-sm-900pxl {
    max-width: 900px !important;
  }
  .minw-sm-900pxl {
    min-width: 900px !important;
  }
  .h-sm-900pxl {
    height: 900px !important;
  }
  .maxh-sm-900pxl {
    max-height: 900px !important;
  }
  .minh-sm-900pxl {
    min-height: 900px !important;
  }
  .w-sm-930pxl {
    width: 930px !important;
  }
  .maxw-sm-930pxl {
    max-width: 930px !important;
  }
  .minw-sm-930pxl {
    min-width: 930px !important;
  }
  .h-sm-930pxl {
    height: 930px !important;
  }
  .maxh-sm-930pxl {
    max-height: 930px !important;
  }
  .minh-sm-930pxl {
    min-height: 930px !important;
  }
  .w-sm-950pxl {
    width: 950px !important;
  }
  .maxw-sm-950pxl {
    max-width: 950px !important;
  }
  .minw-sm-950pxl {
    min-width: 950px !important;
  }
  .h-sm-950pxl {
    height: 950px !important;
  }
  .maxh-sm-950pxl {
    max-height: 950px !important;
  }
  .minh-sm-950pxl {
    min-height: 950px !important;
  }
  .w-sm-960pxl {
    width: 960px !important;
  }
  .maxw-sm-960pxl {
    max-width: 960px !important;
  }
  .minw-sm-960pxl {
    min-width: 960px !important;
  }
  .h-sm-960pxl {
    height: 960px !important;
  }
  .maxh-sm-960pxl {
    max-height: 960px !important;
  }
  .minh-sm-960pxl {
    min-height: 960px !important;
  }
  .w-sm-1000pxl {
    width: 1000px !important;
  }
  .maxw-sm-1000pxl {
    max-width: 1000px !important;
  }
  .minw-sm-1000pxl {
    min-width: 1000px !important;
  }
  .h-sm-1000pxl {
    height: 1000px !important;
  }
  .maxh-sm-1000pxl {
    max-height: 1000px !important;
  }
  .minh-sm-1000pxl {
    min-height: 1000px !important;
  }
  .w-sm-1600pxl {
    width: 1600px !important;
  }
  .maxw-sm-1600pxl {
    max-width: 1600px !important;
  }
  .minw-sm-1600pxl {
    min-width: 1600px !important;
  }
  .h-sm-1600pxl {
    height: 1600px !important;
  }
  .maxh-sm-1600pxl {
    max-height: 1600px !important;
  }
  .minh-sm-1600pxl {
    min-height: 1600px !important;
  }
}

@media (min-width: 768px) {
  .w-md-25pxl {
    width: 25px !important;
  }
  .maxw-md-25pxl {
    max-width: 25px !important;
  }
  .minw-md-25pxl {
    min-width: 25px !important;
  }
  .h-md-25pxl {
    height: 25px !important;
  }
  .maxh-md-25pxl {
    max-height: 25px !important;
  }
  .minh-md-25pxl {
    min-height: 25px !important;
  }
  .w-md-50pxl {
    width: 50px !important;
  }
  .maxw-md-50pxl {
    max-width: 50px !important;
  }
  .minw-md-50pxl {
    min-width: 50px !important;
  }
  .h-md-50pxl {
    height: 50px !important;
  }
  .maxh-md-50pxl {
    max-height: 50px !important;
  }
  .minh-md-50pxl {
    min-height: 50px !important;
  }
  .w-md-60pxl {
    width: 60px !important;
  }
  .maxw-md-60pxl {
    max-width: 60px !important;
  }
  .minw-md-60pxl {
    min-width: 60px !important;
  }
  .h-md-60pxl {
    height: 60px !important;
  }
  .maxh-md-60pxl {
    max-height: 60px !important;
  }
  .minh-md-60pxl {
    min-height: 60px !important;
  }
  .w-md-70pxl {
    width: 70px !important;
  }
  .maxw-md-70pxl {
    max-width: 70px !important;
  }
  .minw-md-70pxl {
    min-width: 70px !important;
  }
  .h-md-70pxl {
    height: 70px !important;
  }
  .maxh-md-70pxl {
    max-height: 70px !important;
  }
  .minh-md-70pxl {
    min-height: 70px !important;
  }
  .w-md-80pxl {
    width: 80px !important;
  }
  .maxw-md-80pxl {
    max-width: 80px !important;
  }
  .minw-md-80pxl {
    min-width: 80px !important;
  }
  .h-md-80pxl {
    height: 80px !important;
  }
  .maxh-md-80pxl {
    max-height: 80px !important;
  }
  .minh-md-80pxl {
    min-height: 80px !important;
  }
  .w-md-90pxl {
    width: 90px !important;
  }
  .maxw-md-90pxl {
    max-width: 90px !important;
  }
  .minw-md-90pxl {
    min-width: 90px !important;
  }
  .h-md-90pxl {
    height: 90px !important;
  }
  .maxh-md-90pxl {
    max-height: 90px !important;
  }
  .minh-md-90pxl {
    min-height: 90px !important;
  }
  .w-md-100pxl {
    width: 100px !important;
  }
  .maxw-md-100pxl {
    max-width: 100px !important;
  }
  .minw-md-100pxl {
    min-width: 100px !important;
  }
  .h-md-100pxl {
    height: 100px !important;
  }
  .maxh-md-100pxl {
    max-height: 100px !important;
  }
  .minh-md-100pxl {
    min-height: 100px !important;
  }
  .w-md-110pxl {
    width: 110px !important;
  }
  .maxw-md-110pxl {
    max-width: 110px !important;
  }
  .minw-md-110pxl {
    min-width: 110px !important;
  }
  .h-md-110pxl {
    height: 110px !important;
  }
  .maxh-md-110pxl {
    max-height: 110px !important;
  }
  .minh-md-110pxl {
    min-height: 110px !important;
  }
  .w-md-120pxl {
    width: 120px !important;
  }
  .maxw-md-120pxl {
    max-width: 120px !important;
  }
  .minw-md-120pxl {
    min-width: 120px !important;
  }
  .h-md-120pxl {
    height: 120px !important;
  }
  .maxh-md-120pxl {
    max-height: 120px !important;
  }
  .minh-md-120pxl {
    min-height: 120px !important;
  }
  .w-md-130pxl {
    width: 130px !important;
  }
  .maxw-md-130pxl {
    max-width: 130px !important;
  }
  .minw-md-130pxl {
    min-width: 130px !important;
  }
  .h-md-130pxl {
    height: 130px !important;
  }
  .maxh-md-130pxl {
    max-height: 130px !important;
  }
  .minh-md-130pxl {
    min-height: 130px !important;
  }
  .w-md-140pxl {
    width: 140px !important;
  }
  .maxw-md-140pxl {
    max-width: 140px !important;
  }
  .minw-md-140pxl {
    min-width: 140px !important;
  }
  .h-md-140pxl {
    height: 140px !important;
  }
  .maxh-md-140pxl {
    max-height: 140px !important;
  }
  .minh-md-140pxl {
    min-height: 140px !important;
  }
  .w-md-150pxl {
    width: 150px !important;
  }
  .maxw-md-150pxl {
    max-width: 150px !important;
  }
  .minw-md-150pxl {
    min-width: 150px !important;
  }
  .h-md-150pxl {
    height: 150px !important;
  }
  .maxh-md-150pxl {
    max-height: 150px !important;
  }
  .minh-md-150pxl {
    min-height: 150px !important;
  }
  .w-md-160pxl {
    width: 160px !important;
  }
  .maxw-md-160pxl {
    max-width: 160px !important;
  }
  .minw-md-160pxl {
    min-width: 160px !important;
  }
  .h-md-160pxl {
    height: 160px !important;
  }
  .maxh-md-160pxl {
    max-height: 160px !important;
  }
  .minh-md-160pxl {
    min-height: 160px !important;
  }
  .w-md-170pxl {
    width: 170px !important;
  }
  .maxw-md-170pxl {
    max-width: 170px !important;
  }
  .minw-md-170pxl {
    min-width: 170px !important;
  }
  .h-md-170pxl {
    height: 170px !important;
  }
  .maxh-md-170pxl {
    max-height: 170px !important;
  }
  .minh-md-170pxl {
    min-height: 170px !important;
  }
  .w-md-180pxl {
    width: 180px !important;
  }
  .maxw-md-180pxl {
    max-width: 180px !important;
  }
  .minw-md-180pxl {
    min-width: 180px !important;
  }
  .h-md-180pxl {
    height: 180px !important;
  }
  .maxh-md-180pxl {
    max-height: 180px !important;
  }
  .minh-md-180pxl {
    min-height: 180px !important;
  }
  .w-md-190pxl {
    width: 190px !important;
  }
  .maxw-md-190pxl {
    max-width: 190px !important;
  }
  .minw-md-190pxl {
    min-width: 190px !important;
  }
  .h-md-190pxl {
    height: 190px !important;
  }
  .maxh-md-190pxl {
    max-height: 190px !important;
  }
  .minh-md-190pxl {
    min-height: 190px !important;
  }
  .w-md-200pxl {
    width: 200px !important;
  }
  .maxw-md-200pxl {
    max-width: 200px !important;
  }
  .minw-md-200pxl {
    min-width: 200px !important;
  }
  .h-md-200pxl {
    height: 200px !important;
  }
  .maxh-md-200pxl {
    max-height: 200px !important;
  }
  .minh-md-200pxl {
    min-height: 200px !important;
  }
  .w-md-220pxl {
    width: 220px !important;
  }
  .maxw-md-220pxl {
    max-width: 220px !important;
  }
  .minw-md-220pxl {
    min-width: 220px !important;
  }
  .h-md-220pxl {
    height: 220px !important;
  }
  .maxh-md-220pxl {
    max-height: 220px !important;
  }
  .minh-md-220pxl {
    min-height: 220px !important;
  }
  .w-md-240pxl {
    width: 240px !important;
  }
  .maxw-md-240pxl {
    max-width: 240px !important;
  }
  .minw-md-240pxl {
    min-width: 240px !important;
  }
  .h-md-240pxl {
    height: 240px !important;
  }
  .maxh-md-240pxl {
    max-height: 240px !important;
  }
  .minh-md-240pxl {
    min-height: 240px !important;
  }
  .w-md-250pxl {
    width: 250px !important;
  }
  .maxw-md-250pxl {
    max-width: 250px !important;
  }
  .minw-md-250pxl {
    min-width: 250px !important;
  }
  .h-md-250pxl {
    height: 250px !important;
  }
  .maxh-md-250pxl {
    max-height: 250px !important;
  }
  .minh-md-250pxl {
    min-height: 250px !important;
  }
  .w-md-260pxl {
    width: 260px !important;
  }
  .maxw-md-260pxl {
    max-width: 260px !important;
  }
  .minw-md-260pxl {
    min-width: 260px !important;
  }
  .h-md-260pxl {
    height: 260px !important;
  }
  .maxh-md-260pxl {
    max-height: 260px !important;
  }
  .minh-md-260pxl {
    min-height: 260px !important;
  }
  .w-md-280pxl {
    width: 280px !important;
  }
  .maxw-md-280pxl {
    max-width: 280px !important;
  }
  .minw-md-280pxl {
    min-width: 280px !important;
  }
  .h-md-280pxl {
    height: 280px !important;
  }
  .maxh-md-280pxl {
    max-height: 280px !important;
  }
  .minh-md-280pxl {
    min-height: 280px !important;
  }
  .w-md-300pxl {
    width: 300px !important;
  }
  .maxw-md-300pxl {
    max-width: 300px !important;
  }
  .minw-md-300pxl {
    min-width: 300px !important;
  }
  .h-md-300pxl {
    height: 300px !important;
  }
  .maxh-md-300pxl {
    max-height: 300px !important;
  }
  .minh-md-300pxl {
    min-height: 300px !important;
  }
  .w-md-350pxl {
    width: 350px !important;
  }
  .maxw-md-350pxl {
    max-width: 350px !important;
  }
  .minw-md-350pxl {
    min-width: 350px !important;
  }
  .h-md-350pxl {
    height: 350px !important;
  }
  .maxh-md-350pxl {
    max-height: 350px !important;
  }
  .minh-md-350pxl {
    min-height: 350px !important;
  }
  .w-md-360pxl {
    width: 360px !important;
  }
  .maxw-md-360pxl {
    max-width: 360px !important;
  }
  .minw-md-360pxl {
    min-width: 360px !important;
  }
  .h-md-360pxl {
    height: 360px !important;
  }
  .maxh-md-360pxl {
    max-height: 360px !important;
  }
  .minh-md-360pxl {
    min-height: 360px !important;
  }
  .w-md-400pxl {
    width: 400px !important;
  }
  .maxw-md-400pxl {
    max-width: 400px !important;
  }
  .minw-md-400pxl {
    min-width: 400px !important;
  }
  .h-md-400pxl {
    height: 400px !important;
  }
  .maxh-md-400pxl {
    max-height: 400px !important;
  }
  .minh-md-400pxl {
    min-height: 400px !important;
  }
  .w-md-450pxl {
    width: 450px !important;
  }
  .maxw-md-450pxl {
    max-width: 450px !important;
  }
  .minw-md-450pxl {
    min-width: 450px !important;
  }
  .h-md-450pxl {
    height: 450px !important;
  }
  .maxh-md-450pxl {
    max-height: 450px !important;
  }
  .minh-md-450pxl {
    min-height: 450px !important;
  }
  .w-md-480pxl {
    width: 480px !important;
  }
  .maxw-md-480pxl {
    max-width: 480px !important;
  }
  .minw-md-480pxl {
    min-width: 480px !important;
  }
  .h-md-480pxl {
    height: 480px !important;
  }
  .maxh-md-480pxl {
    max-height: 480px !important;
  }
  .minh-md-480pxl {
    min-height: 480px !important;
  }
  .w-md-500pxl {
    width: 500px !important;
  }
  .maxw-md-500pxl {
    max-width: 500px !important;
  }
  .minw-md-500pxl {
    min-width: 500px !important;
  }
  .h-md-500pxl {
    height: 500px !important;
  }
  .maxh-md-500pxl {
    max-height: 500px !important;
  }
  .minh-md-500pxl {
    min-height: 500px !important;
  }
  .w-md-550pxl {
    width: 550px !important;
  }
  .maxw-md-550pxl {
    max-width: 550px !important;
  }
  .minw-md-550pxl {
    min-width: 550px !important;
  }
  .h-md-550pxl {
    height: 550px !important;
  }
  .maxh-md-550pxl {
    max-height: 550px !important;
  }
  .minh-md-550pxl {
    min-height: 550px !important;
  }
  .w-md-600pxl {
    width: 600px !important;
  }
  .maxw-md-600pxl {
    max-width: 600px !important;
  }
  .minw-md-600pxl {
    min-width: 600px !important;
  }
  .h-md-600pxl {
    height: 600px !important;
  }
  .maxh-md-600pxl {
    max-height: 600px !important;
  }
  .minh-md-600pxl {
    min-height: 600px !important;
  }
  .w-md-650pxl {
    width: 650px !important;
  }
  .maxw-md-650pxl {
    max-width: 650px !important;
  }
  .minw-md-650pxl {
    min-width: 650px !important;
  }
  .h-md-650pxl {
    height: 650px !important;
  }
  .maxh-md-650pxl {
    max-height: 650px !important;
  }
  .minh-md-650pxl {
    min-height: 650px !important;
  }
  .w-md-700pxl {
    width: 700px !important;
  }
  .maxw-md-700pxl {
    max-width: 700px !important;
  }
  .minw-md-700pxl {
    min-width: 700px !important;
  }
  .h-md-700pxl {
    height: 700px !important;
  }
  .maxh-md-700pxl {
    max-height: 700px !important;
  }
  .minh-md-700pxl {
    min-height: 700px !important;
  }
  .w-md-720pxl {
    width: 720px !important;
  }
  .maxw-md-720pxl {
    max-width: 720px !important;
  }
  .minw-md-720pxl {
    min-width: 720px !important;
  }
  .h-md-720pxl {
    height: 720px !important;
  }
  .maxh-md-720pxl {
    max-height: 720px !important;
  }
  .minh-md-720pxl {
    min-height: 720px !important;
  }
  .w-md-750pxl {
    width: 750px !important;
  }
  .maxw-md-750pxl {
    max-width: 750px !important;
  }
  .minw-md-750pxl {
    min-width: 750px !important;
  }
  .h-md-750pxl {
    height: 750px !important;
  }
  .maxh-md-750pxl {
    max-height: 750px !important;
  }
  .minh-md-750pxl {
    min-height: 750px !important;
  }
  .w-md-767pxl {
    width: 767px !important;
  }
  .maxw-md-767pxl {
    max-width: 767px !important;
  }
  .minw-md-767pxl {
    min-width: 767px !important;
  }
  .h-md-767pxl {
    height: 767px !important;
  }
  .maxh-md-767pxl {
    max-height: 767px !important;
  }
  .minh-md-767pxl {
    min-height: 767px !important;
  }
  .w-md-800pxl {
    width: 800px !important;
  }
  .maxw-md-800pxl {
    max-width: 800px !important;
  }
  .minw-md-800pxl {
    min-width: 800px !important;
  }
  .h-md-800pxl {
    height: 800px !important;
  }
  .maxh-md-800pxl {
    max-height: 800px !important;
  }
  .minh-md-800pxl {
    min-height: 800px !important;
  }
  .w-md-850pxl {
    width: 850px !important;
  }
  .maxw-md-850pxl {
    max-width: 850px !important;
  }
  .minw-md-850pxl {
    min-width: 850px !important;
  }
  .h-md-850pxl {
    height: 850px !important;
  }
  .maxh-md-850pxl {
    max-height: 850px !important;
  }
  .minh-md-850pxl {
    min-height: 850px !important;
  }
  .w-md-900pxl {
    width: 900px !important;
  }
  .maxw-md-900pxl {
    max-width: 900px !important;
  }
  .minw-md-900pxl {
    min-width: 900px !important;
  }
  .h-md-900pxl {
    height: 900px !important;
  }
  .maxh-md-900pxl {
    max-height: 900px !important;
  }
  .minh-md-900pxl {
    min-height: 900px !important;
  }
  .w-md-930pxl {
    width: 930px !important;
  }
  .maxw-md-930pxl {
    max-width: 930px !important;
  }
  .minw-md-930pxl {
    min-width: 930px !important;
  }
  .h-md-930pxl {
    height: 930px !important;
  }
  .maxh-md-930pxl {
    max-height: 930px !important;
  }
  .minh-md-930pxl {
    min-height: 930px !important;
  }
  .w-md-950pxl {
    width: 950px !important;
  }
  .maxw-md-950pxl {
    max-width: 950px !important;
  }
  .minw-md-950pxl {
    min-width: 950px !important;
  }
  .h-md-950pxl {
    height: 950px !important;
  }
  .maxh-md-950pxl {
    max-height: 950px !important;
  }
  .minh-md-950pxl {
    min-height: 950px !important;
  }
  .w-md-960pxl {
    width: 960px !important;
  }
  .maxw-md-960pxl {
    max-width: 960px !important;
  }
  .minw-md-960pxl {
    min-width: 960px !important;
  }
  .h-md-960pxl {
    height: 960px !important;
  }
  .maxh-md-960pxl {
    max-height: 960px !important;
  }
  .minh-md-960pxl {
    min-height: 960px !important;
  }
  .w-md-1000pxl {
    width: 1000px !important;
  }
  .maxw-md-1000pxl {
    max-width: 1000px !important;
  }
  .minw-md-1000pxl {
    min-width: 1000px !important;
  }
  .h-md-1000pxl {
    height: 1000px !important;
  }
  .maxh-md-1000pxl {
    max-height: 1000px !important;
  }
  .minh-md-1000pxl {
    min-height: 1000px !important;
  }
  .w-md-1600pxl {
    width: 1600px !important;
  }
  .maxw-md-1600pxl {
    max-width: 1600px !important;
  }
  .minw-md-1600pxl {
    min-width: 1600px !important;
  }
  .h-md-1600pxl {
    height: 1600px !important;
  }
  .maxh-md-1600pxl {
    max-height: 1600px !important;
  }
  .minh-md-1600pxl {
    min-height: 1600px !important;
  }
}

@media (min-width: 992px) {
  .w-lg-25pxl {
    width: 25px !important;
  }
  .maxw-lg-25pxl {
    max-width: 25px !important;
  }
  .minw-lg-25pxl {
    min-width: 25px !important;
  }
  .h-lg-25pxl {
    height: 25px !important;
  }
  .maxh-lg-25pxl {
    max-height: 25px !important;
  }
  .minh-lg-25pxl {
    min-height: 25px !important;
  }
  .w-lg-50pxl {
    width: 50px !important;
  }
  .maxw-lg-50pxl {
    max-width: 50px !important;
  }
  .minw-lg-50pxl {
    min-width: 50px !important;
  }
  .h-lg-50pxl {
    height: 50px !important;
  }
  .maxh-lg-50pxl {
    max-height: 50px !important;
  }
  .minh-lg-50pxl {
    min-height: 50px !important;
  }
  .w-lg-60pxl {
    width: 60px !important;
  }
  .maxw-lg-60pxl {
    max-width: 60px !important;
  }
  .minw-lg-60pxl {
    min-width: 60px !important;
  }
  .h-lg-60pxl {
    height: 60px !important;
  }
  .maxh-lg-60pxl {
    max-height: 60px !important;
  }
  .minh-lg-60pxl {
    min-height: 60px !important;
  }
  .w-lg-70pxl {
    width: 70px !important;
  }
  .maxw-lg-70pxl {
    max-width: 70px !important;
  }
  .minw-lg-70pxl {
    min-width: 70px !important;
  }
  .h-lg-70pxl {
    height: 70px !important;
  }
  .maxh-lg-70pxl {
    max-height: 70px !important;
  }
  .minh-lg-70pxl {
    min-height: 70px !important;
  }
  .w-lg-80pxl {
    width: 80px !important;
  }
  .maxw-lg-80pxl {
    max-width: 80px !important;
  }
  .minw-lg-80pxl {
    min-width: 80px !important;
  }
  .h-lg-80pxl {
    height: 80px !important;
  }
  .maxh-lg-80pxl {
    max-height: 80px !important;
  }
  .minh-lg-80pxl {
    min-height: 80px !important;
  }
  .w-lg-90pxl {
    width: 90px !important;
  }
  .maxw-lg-90pxl {
    max-width: 90px !important;
  }
  .minw-lg-90pxl {
    min-width: 90px !important;
  }
  .h-lg-90pxl {
    height: 90px !important;
  }
  .maxh-lg-90pxl {
    max-height: 90px !important;
  }
  .minh-lg-90pxl {
    min-height: 90px !important;
  }
  .w-lg-100pxl {
    width: 100px !important;
  }
  .maxw-lg-100pxl {
    max-width: 100px !important;
  }
  .minw-lg-100pxl {
    min-width: 100px !important;
  }
  .h-lg-100pxl {
    height: 100px !important;
  }
  .maxh-lg-100pxl {
    max-height: 100px !important;
  }
  .minh-lg-100pxl {
    min-height: 100px !important;
  }
  .w-lg-110pxl {
    width: 110px !important;
  }
  .maxw-lg-110pxl {
    max-width: 110px !important;
  }
  .minw-lg-110pxl {
    min-width: 110px !important;
  }
  .h-lg-110pxl {
    height: 110px !important;
  }
  .maxh-lg-110pxl {
    max-height: 110px !important;
  }
  .minh-lg-110pxl {
    min-height: 110px !important;
  }
  .w-lg-120pxl {
    width: 120px !important;
  }
  .maxw-lg-120pxl {
    max-width: 120px !important;
  }
  .minw-lg-120pxl {
    min-width: 120px !important;
  }
  .h-lg-120pxl {
    height: 120px !important;
  }
  .maxh-lg-120pxl {
    max-height: 120px !important;
  }
  .minh-lg-120pxl {
    min-height: 120px !important;
  }
  .w-lg-130pxl {
    width: 130px !important;
  }
  .maxw-lg-130pxl {
    max-width: 130px !important;
  }
  .minw-lg-130pxl {
    min-width: 130px !important;
  }
  .h-lg-130pxl {
    height: 130px !important;
  }
  .maxh-lg-130pxl {
    max-height: 130px !important;
  }
  .minh-lg-130pxl {
    min-height: 130px !important;
  }
  .w-lg-140pxl {
    width: 140px !important;
  }
  .maxw-lg-140pxl {
    max-width: 140px !important;
  }
  .minw-lg-140pxl {
    min-width: 140px !important;
  }
  .h-lg-140pxl {
    height: 140px !important;
  }
  .maxh-lg-140pxl {
    max-height: 140px !important;
  }
  .minh-lg-140pxl {
    min-height: 140px !important;
  }
  .w-lg-150pxl {
    width: 150px !important;
  }
  .maxw-lg-150pxl {
    max-width: 150px !important;
  }
  .minw-lg-150pxl {
    min-width: 150px !important;
  }
  .h-lg-150pxl {
    height: 150px !important;
  }
  .maxh-lg-150pxl {
    max-height: 150px !important;
  }
  .minh-lg-150pxl {
    min-height: 150px !important;
  }
  .w-lg-160pxl {
    width: 160px !important;
  }
  .maxw-lg-160pxl {
    max-width: 160px !important;
  }
  .minw-lg-160pxl {
    min-width: 160px !important;
  }
  .h-lg-160pxl {
    height: 160px !important;
  }
  .maxh-lg-160pxl {
    max-height: 160px !important;
  }
  .minh-lg-160pxl {
    min-height: 160px !important;
  }
  .w-lg-170pxl {
    width: 170px !important;
  }
  .maxw-lg-170pxl {
    max-width: 170px !important;
  }
  .minw-lg-170pxl {
    min-width: 170px !important;
  }
  .h-lg-170pxl {
    height: 170px !important;
  }
  .maxh-lg-170pxl {
    max-height: 170px !important;
  }
  .minh-lg-170pxl {
    min-height: 170px !important;
  }
  .w-lg-180pxl {
    width: 180px !important;
  }
  .maxw-lg-180pxl {
    max-width: 180px !important;
  }
  .minw-lg-180pxl {
    min-width: 180px !important;
  }
  .h-lg-180pxl {
    height: 180px !important;
  }
  .maxh-lg-180pxl {
    max-height: 180px !important;
  }
  .minh-lg-180pxl {
    min-height: 180px !important;
  }
  .w-lg-190pxl {
    width: 190px !important;
  }
  .maxw-lg-190pxl {
    max-width: 190px !important;
  }
  .minw-lg-190pxl {
    min-width: 190px !important;
  }
  .h-lg-190pxl {
    height: 190px !important;
  }
  .maxh-lg-190pxl {
    max-height: 190px !important;
  }
  .minh-lg-190pxl {
    min-height: 190px !important;
  }
  .w-lg-200pxl {
    width: 200px !important;
  }
  .maxw-lg-200pxl {
    max-width: 200px !important;
  }
  .minw-lg-200pxl {
    min-width: 200px !important;
  }
  .h-lg-200pxl {
    height: 200px !important;
  }
  .maxh-lg-200pxl {
    max-height: 200px !important;
  }
  .minh-lg-200pxl {
    min-height: 200px !important;
  }
  .w-lg-220pxl {
    width: 220px !important;
  }
  .maxw-lg-220pxl {
    max-width: 220px !important;
  }
  .minw-lg-220pxl {
    min-width: 220px !important;
  }
  .h-lg-220pxl {
    height: 220px !important;
  }
  .maxh-lg-220pxl {
    max-height: 220px !important;
  }
  .minh-lg-220pxl {
    min-height: 220px !important;
  }
  .w-lg-240pxl {
    width: 240px !important;
  }
  .maxw-lg-240pxl {
    max-width: 240px !important;
  }
  .minw-lg-240pxl {
    min-width: 240px !important;
  }
  .h-lg-240pxl {
    height: 240px !important;
  }
  .maxh-lg-240pxl {
    max-height: 240px !important;
  }
  .minh-lg-240pxl {
    min-height: 240px !important;
  }
  .w-lg-250pxl {
    width: 250px !important;
  }
  .maxw-lg-250pxl {
    max-width: 250px !important;
  }
  .minw-lg-250pxl {
    min-width: 250px !important;
  }
  .h-lg-250pxl {
    height: 250px !important;
  }
  .maxh-lg-250pxl {
    max-height: 250px !important;
  }
  .minh-lg-250pxl {
    min-height: 250px !important;
  }
  .w-lg-260pxl {
    width: 260px !important;
  }
  .maxw-lg-260pxl {
    max-width: 260px !important;
  }
  .minw-lg-260pxl {
    min-width: 260px !important;
  }
  .h-lg-260pxl {
    height: 260px !important;
  }
  .maxh-lg-260pxl {
    max-height: 260px !important;
  }
  .minh-lg-260pxl {
    min-height: 260px !important;
  }
  .w-lg-280pxl {
    width: 280px !important;
  }
  .maxw-lg-280pxl {
    max-width: 280px !important;
  }
  .minw-lg-280pxl {
    min-width: 280px !important;
  }
  .h-lg-280pxl {
    height: 280px !important;
  }
  .maxh-lg-280pxl {
    max-height: 280px !important;
  }
  .minh-lg-280pxl {
    min-height: 280px !important;
  }
  .w-lg-300pxl {
    width: 300px !important;
  }
  .maxw-lg-300pxl {
    max-width: 300px !important;
  }
  .minw-lg-300pxl {
    min-width: 300px !important;
  }
  .h-lg-300pxl {
    height: 300px !important;
  }
  .maxh-lg-300pxl {
    max-height: 300px !important;
  }
  .minh-lg-300pxl {
    min-height: 300px !important;
  }
  .w-lg-350pxl {
    width: 350px !important;
  }
  .maxw-lg-350pxl {
    max-width: 350px !important;
  }
  .minw-lg-350pxl {
    min-width: 350px !important;
  }
  .h-lg-350pxl {
    height: 350px !important;
  }
  .maxh-lg-350pxl {
    max-height: 350px !important;
  }
  .minh-lg-350pxl {
    min-height: 350px !important;
  }
  .w-lg-360pxl {
    width: 360px !important;
  }
  .maxw-lg-360pxl {
    max-width: 360px !important;
  }
  .minw-lg-360pxl {
    min-width: 360px !important;
  }
  .h-lg-360pxl {
    height: 360px !important;
  }
  .maxh-lg-360pxl {
    max-height: 360px !important;
  }
  .minh-lg-360pxl {
    min-height: 360px !important;
  }
  .w-lg-400pxl {
    width: 400px !important;
  }
  .maxw-lg-400pxl {
    max-width: 400px !important;
  }
  .minw-lg-400pxl {
    min-width: 400px !important;
  }
  .h-lg-400pxl {
    height: 400px !important;
  }
  .maxh-lg-400pxl {
    max-height: 400px !important;
  }
  .minh-lg-400pxl {
    min-height: 400px !important;
  }
  .w-lg-450pxl {
    width: 450px !important;
  }
  .maxw-lg-450pxl {
    max-width: 450px !important;
  }
  .minw-lg-450pxl {
    min-width: 450px !important;
  }
  .h-lg-450pxl {
    height: 450px !important;
  }
  .maxh-lg-450pxl {
    max-height: 450px !important;
  }
  .minh-lg-450pxl {
    min-height: 450px !important;
  }
  .w-lg-480pxl {
    width: 480px !important;
  }
  .maxw-lg-480pxl {
    max-width: 480px !important;
  }
  .minw-lg-480pxl {
    min-width: 480px !important;
  }
  .h-lg-480pxl {
    height: 480px !important;
  }
  .maxh-lg-480pxl {
    max-height: 480px !important;
  }
  .minh-lg-480pxl {
    min-height: 480px !important;
  }
  .w-lg-500pxl {
    width: 500px !important;
  }
  .maxw-lg-500pxl {
    max-width: 500px !important;
  }
  .minw-lg-500pxl {
    min-width: 500px !important;
  }
  .h-lg-500pxl {
    height: 500px !important;
  }
  .maxh-lg-500pxl {
    max-height: 500px !important;
  }
  .minh-lg-500pxl {
    min-height: 500px !important;
  }
  .w-lg-550pxl {
    width: 550px !important;
  }
  .maxw-lg-550pxl {
    max-width: 550px !important;
  }
  .minw-lg-550pxl {
    min-width: 550px !important;
  }
  .h-lg-550pxl {
    height: 550px !important;
  }
  .maxh-lg-550pxl {
    max-height: 550px !important;
  }
  .minh-lg-550pxl {
    min-height: 550px !important;
  }
  .w-lg-600pxl {
    width: 600px !important;
  }
  .maxw-lg-600pxl {
    max-width: 600px !important;
  }
  .minw-lg-600pxl {
    min-width: 600px !important;
  }
  .h-lg-600pxl {
    height: 600px !important;
  }
  .maxh-lg-600pxl {
    max-height: 600px !important;
  }
  .minh-lg-600pxl {
    min-height: 600px !important;
  }
  .w-lg-650pxl {
    width: 650px !important;
  }
  .maxw-lg-650pxl {
    max-width: 650px !important;
  }
  .minw-lg-650pxl {
    min-width: 650px !important;
  }
  .h-lg-650pxl {
    height: 650px !important;
  }
  .maxh-lg-650pxl {
    max-height: 650px !important;
  }
  .minh-lg-650pxl {
    min-height: 650px !important;
  }
  .w-lg-700pxl {
    width: 700px !important;
  }
  .maxw-lg-700pxl {
    max-width: 700px !important;
  }
  .minw-lg-700pxl {
    min-width: 700px !important;
  }
  .h-lg-700pxl {
    height: 700px !important;
  }
  .maxh-lg-700pxl {
    max-height: 700px !important;
  }
  .minh-lg-700pxl {
    min-height: 700px !important;
  }
  .w-lg-720pxl {
    width: 720px !important;
  }
  .maxw-lg-720pxl {
    max-width: 720px !important;
  }
  .minw-lg-720pxl {
    min-width: 720px !important;
  }
  .h-lg-720pxl {
    height: 720px !important;
  }
  .maxh-lg-720pxl {
    max-height: 720px !important;
  }
  .minh-lg-720pxl {
    min-height: 720px !important;
  }
  .w-lg-750pxl {
    width: 750px !important;
  }
  .maxw-lg-750pxl {
    max-width: 750px !important;
  }
  .minw-lg-750pxl {
    min-width: 750px !important;
  }
  .h-lg-750pxl {
    height: 750px !important;
  }
  .maxh-lg-750pxl {
    max-height: 750px !important;
  }
  .minh-lg-750pxl {
    min-height: 750px !important;
  }
  .w-lg-767pxl {
    width: 767px !important;
  }
  .maxw-lg-767pxl {
    max-width: 767px !important;
  }
  .minw-lg-767pxl {
    min-width: 767px !important;
  }
  .h-lg-767pxl {
    height: 767px !important;
  }
  .maxh-lg-767pxl {
    max-height: 767px !important;
  }
  .minh-lg-767pxl {
    min-height: 767px !important;
  }
  .w-lg-800pxl {
    width: 800px !important;
  }
  .maxw-lg-800pxl {
    max-width: 800px !important;
  }
  .minw-lg-800pxl {
    min-width: 800px !important;
  }
  .h-lg-800pxl {
    height: 800px !important;
  }
  .maxh-lg-800pxl {
    max-height: 800px !important;
  }
  .minh-lg-800pxl {
    min-height: 800px !important;
  }
  .w-lg-850pxl {
    width: 850px !important;
  }
  .maxw-lg-850pxl {
    max-width: 850px !important;
  }
  .minw-lg-850pxl {
    min-width: 850px !important;
  }
  .h-lg-850pxl {
    height: 850px !important;
  }
  .maxh-lg-850pxl {
    max-height: 850px !important;
  }
  .minh-lg-850pxl {
    min-height: 850px !important;
  }
  .w-lg-900pxl {
    width: 900px !important;
  }
  .maxw-lg-900pxl {
    max-width: 900px !important;
  }
  .minw-lg-900pxl {
    min-width: 900px !important;
  }
  .h-lg-900pxl {
    height: 900px !important;
  }
  .maxh-lg-900pxl {
    max-height: 900px !important;
  }
  .minh-lg-900pxl {
    min-height: 900px !important;
  }
  .w-lg-930pxl {
    width: 930px !important;
  }
  .maxw-lg-930pxl {
    max-width: 930px !important;
  }
  .minw-lg-930pxl {
    min-width: 930px !important;
  }
  .h-lg-930pxl {
    height: 930px !important;
  }
  .maxh-lg-930pxl {
    max-height: 930px !important;
  }
  .minh-lg-930pxl {
    min-height: 930px !important;
  }
  .w-lg-950pxl {
    width: 950px !important;
  }
  .maxw-lg-950pxl {
    max-width: 950px !important;
  }
  .minw-lg-950pxl {
    min-width: 950px !important;
  }
  .h-lg-950pxl {
    height: 950px !important;
  }
  .maxh-lg-950pxl {
    max-height: 950px !important;
  }
  .minh-lg-950pxl {
    min-height: 950px !important;
  }
  .w-lg-960pxl {
    width: 960px !important;
  }
  .maxw-lg-960pxl {
    max-width: 960px !important;
  }
  .minw-lg-960pxl {
    min-width: 960px !important;
  }
  .h-lg-960pxl {
    height: 960px !important;
  }
  .maxh-lg-960pxl {
    max-height: 960px !important;
  }
  .minh-lg-960pxl {
    min-height: 960px !important;
  }
  .w-lg-1000pxl {
    width: 1000px !important;
  }
  .maxw-lg-1000pxl {
    max-width: 1000px !important;
  }
  .minw-lg-1000pxl {
    min-width: 1000px !important;
  }
  .h-lg-1000pxl {
    height: 1000px !important;
  }
  .maxh-lg-1000pxl {
    max-height: 1000px !important;
  }
  .minh-lg-1000pxl {
    min-height: 1000px !important;
  }
  .w-lg-1600pxl {
    width: 1600px !important;
  }
  .maxw-lg-1600pxl {
    max-width: 1600px !important;
  }
  .minw-lg-1600pxl {
    min-width: 1600px !important;
  }
  .h-lg-1600pxl {
    height: 1600px !important;
  }
  .maxh-lg-1600pxl {
    max-height: 1600px !important;
  }
  .minh-lg-1600pxl {
    min-height: 1600px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-25pxl {
    width: 25px !important;
  }
  .maxw-xl-25pxl {
    max-width: 25px !important;
  }
  .minw-xl-25pxl {
    min-width: 25px !important;
  }
  .h-xl-25pxl {
    height: 25px !important;
  }
  .maxh-xl-25pxl {
    max-height: 25px !important;
  }
  .minh-xl-25pxl {
    min-height: 25px !important;
  }
  .w-xl-50pxl {
    width: 50px !important;
  }
  .maxw-xl-50pxl {
    max-width: 50px !important;
  }
  .minw-xl-50pxl {
    min-width: 50px !important;
  }
  .h-xl-50pxl {
    height: 50px !important;
  }
  .maxh-xl-50pxl {
    max-height: 50px !important;
  }
  .minh-xl-50pxl {
    min-height: 50px !important;
  }
  .w-xl-60pxl {
    width: 60px !important;
  }
  .maxw-xl-60pxl {
    max-width: 60px !important;
  }
  .minw-xl-60pxl {
    min-width: 60px !important;
  }
  .h-xl-60pxl {
    height: 60px !important;
  }
  .maxh-xl-60pxl {
    max-height: 60px !important;
  }
  .minh-xl-60pxl {
    min-height: 60px !important;
  }
  .w-xl-70pxl {
    width: 70px !important;
  }
  .maxw-xl-70pxl {
    max-width: 70px !important;
  }
  .minw-xl-70pxl {
    min-width: 70px !important;
  }
  .h-xl-70pxl {
    height: 70px !important;
  }
  .maxh-xl-70pxl {
    max-height: 70px !important;
  }
  .minh-xl-70pxl {
    min-height: 70px !important;
  }
  .w-xl-80pxl {
    width: 80px !important;
  }
  .maxw-xl-80pxl {
    max-width: 80px !important;
  }
  .minw-xl-80pxl {
    min-width: 80px !important;
  }
  .h-xl-80pxl {
    height: 80px !important;
  }
  .maxh-xl-80pxl {
    max-height: 80px !important;
  }
  .minh-xl-80pxl {
    min-height: 80px !important;
  }
  .w-xl-90pxl {
    width: 90px !important;
  }
  .maxw-xl-90pxl {
    max-width: 90px !important;
  }
  .minw-xl-90pxl {
    min-width: 90px !important;
  }
  .h-xl-90pxl {
    height: 90px !important;
  }
  .maxh-xl-90pxl {
    max-height: 90px !important;
  }
  .minh-xl-90pxl {
    min-height: 90px !important;
  }
  .w-xl-100pxl {
    width: 100px !important;
  }
  .maxw-xl-100pxl {
    max-width: 100px !important;
  }
  .minw-xl-100pxl {
    min-width: 100px !important;
  }
  .h-xl-100pxl {
    height: 100px !important;
  }
  .maxh-xl-100pxl {
    max-height: 100px !important;
  }
  .minh-xl-100pxl {
    min-height: 100px !important;
  }
  .w-xl-110pxl {
    width: 110px !important;
  }
  .maxw-xl-110pxl {
    max-width: 110px !important;
  }
  .minw-xl-110pxl {
    min-width: 110px !important;
  }
  .h-xl-110pxl {
    height: 110px !important;
  }
  .maxh-xl-110pxl {
    max-height: 110px !important;
  }
  .minh-xl-110pxl {
    min-height: 110px !important;
  }
  .w-xl-120pxl {
    width: 120px !important;
  }
  .maxw-xl-120pxl {
    max-width: 120px !important;
  }
  .minw-xl-120pxl {
    min-width: 120px !important;
  }
  .h-xl-120pxl {
    height: 120px !important;
  }
  .maxh-xl-120pxl {
    max-height: 120px !important;
  }
  .minh-xl-120pxl {
    min-height: 120px !important;
  }
  .w-xl-130pxl {
    width: 130px !important;
  }
  .maxw-xl-130pxl {
    max-width: 130px !important;
  }
  .minw-xl-130pxl {
    min-width: 130px !important;
  }
  .h-xl-130pxl {
    height: 130px !important;
  }
  .maxh-xl-130pxl {
    max-height: 130px !important;
  }
  .minh-xl-130pxl {
    min-height: 130px !important;
  }
  .w-xl-140pxl {
    width: 140px !important;
  }
  .maxw-xl-140pxl {
    max-width: 140px !important;
  }
  .minw-xl-140pxl {
    min-width: 140px !important;
  }
  .h-xl-140pxl {
    height: 140px !important;
  }
  .maxh-xl-140pxl {
    max-height: 140px !important;
  }
  .minh-xl-140pxl {
    min-height: 140px !important;
  }
  .w-xl-150pxl {
    width: 150px !important;
  }
  .maxw-xl-150pxl {
    max-width: 150px !important;
  }
  .minw-xl-150pxl {
    min-width: 150px !important;
  }
  .h-xl-150pxl {
    height: 150px !important;
  }
  .maxh-xl-150pxl {
    max-height: 150px !important;
  }
  .minh-xl-150pxl {
    min-height: 150px !important;
  }
  .w-xl-160pxl {
    width: 160px !important;
  }
  .maxw-xl-160pxl {
    max-width: 160px !important;
  }
  .minw-xl-160pxl {
    min-width: 160px !important;
  }
  .h-xl-160pxl {
    height: 160px !important;
  }
  .maxh-xl-160pxl {
    max-height: 160px !important;
  }
  .minh-xl-160pxl {
    min-height: 160px !important;
  }
  .w-xl-170pxl {
    width: 170px !important;
  }
  .maxw-xl-170pxl {
    max-width: 170px !important;
  }
  .minw-xl-170pxl {
    min-width: 170px !important;
  }
  .h-xl-170pxl {
    height: 170px !important;
  }
  .maxh-xl-170pxl {
    max-height: 170px !important;
  }
  .minh-xl-170pxl {
    min-height: 170px !important;
  }
  .w-xl-180pxl {
    width: 180px !important;
  }
  .maxw-xl-180pxl {
    max-width: 180px !important;
  }
  .minw-xl-180pxl {
    min-width: 180px !important;
  }
  .h-xl-180pxl {
    height: 180px !important;
  }
  .maxh-xl-180pxl {
    max-height: 180px !important;
  }
  .minh-xl-180pxl {
    min-height: 180px !important;
  }
  .w-xl-190pxl {
    width: 190px !important;
  }
  .maxw-xl-190pxl {
    max-width: 190px !important;
  }
  .minw-xl-190pxl {
    min-width: 190px !important;
  }
  .h-xl-190pxl {
    height: 190px !important;
  }
  .maxh-xl-190pxl {
    max-height: 190px !important;
  }
  .minh-xl-190pxl {
    min-height: 190px !important;
  }
  .w-xl-200pxl {
    width: 200px !important;
  }
  .maxw-xl-200pxl {
    max-width: 200px !important;
  }
  .minw-xl-200pxl {
    min-width: 200px !important;
  }
  .h-xl-200pxl {
    height: 200px !important;
  }
  .maxh-xl-200pxl {
    max-height: 200px !important;
  }
  .minh-xl-200pxl {
    min-height: 200px !important;
  }
  .w-xl-220pxl {
    width: 220px !important;
  }
  .maxw-xl-220pxl {
    max-width: 220px !important;
  }
  .minw-xl-220pxl {
    min-width: 220px !important;
  }
  .h-xl-220pxl {
    height: 220px !important;
  }
  .maxh-xl-220pxl {
    max-height: 220px !important;
  }
  .minh-xl-220pxl {
    min-height: 220px !important;
  }
  .w-xl-240pxl {
    width: 240px !important;
  }
  .maxw-xl-240pxl {
    max-width: 240px !important;
  }
  .minw-xl-240pxl {
    min-width: 240px !important;
  }
  .h-xl-240pxl {
    height: 240px !important;
  }
  .maxh-xl-240pxl {
    max-height: 240px !important;
  }
  .minh-xl-240pxl {
    min-height: 240px !important;
  }
  .w-xl-250pxl {
    width: 250px !important;
  }
  .maxw-xl-250pxl {
    max-width: 250px !important;
  }
  .minw-xl-250pxl {
    min-width: 250px !important;
  }
  .h-xl-250pxl {
    height: 250px !important;
  }
  .maxh-xl-250pxl {
    max-height: 250px !important;
  }
  .minh-xl-250pxl {
    min-height: 250px !important;
  }
  .w-xl-260pxl {
    width: 260px !important;
  }
  .maxw-xl-260pxl {
    max-width: 260px !important;
  }
  .minw-xl-260pxl {
    min-width: 260px !important;
  }
  .h-xl-260pxl {
    height: 260px !important;
  }
  .maxh-xl-260pxl {
    max-height: 260px !important;
  }
  .minh-xl-260pxl {
    min-height: 260px !important;
  }
  .w-xl-280pxl {
    width: 280px !important;
  }
  .maxw-xl-280pxl {
    max-width: 280px !important;
  }
  .minw-xl-280pxl {
    min-width: 280px !important;
  }
  .h-xl-280pxl {
    height: 280px !important;
  }
  .maxh-xl-280pxl {
    max-height: 280px !important;
  }
  .minh-xl-280pxl {
    min-height: 280px !important;
  }
  .w-xl-300pxl {
    width: 300px !important;
  }
  .maxw-xl-300pxl {
    max-width: 300px !important;
  }
  .minw-xl-300pxl {
    min-width: 300px !important;
  }
  .h-xl-300pxl {
    height: 300px !important;
  }
  .maxh-xl-300pxl {
    max-height: 300px !important;
  }
  .minh-xl-300pxl {
    min-height: 300px !important;
  }
  .w-xl-350pxl {
    width: 350px !important;
  }
  .maxw-xl-350pxl {
    max-width: 350px !important;
  }
  .minw-xl-350pxl {
    min-width: 350px !important;
  }
  .h-xl-350pxl {
    height: 350px !important;
  }
  .maxh-xl-350pxl {
    max-height: 350px !important;
  }
  .minh-xl-350pxl {
    min-height: 350px !important;
  }
  .w-xl-360pxl {
    width: 360px !important;
  }
  .maxw-xl-360pxl {
    max-width: 360px !important;
  }
  .minw-xl-360pxl {
    min-width: 360px !important;
  }
  .h-xl-360pxl {
    height: 360px !important;
  }
  .maxh-xl-360pxl {
    max-height: 360px !important;
  }
  .minh-xl-360pxl {
    min-height: 360px !important;
  }
  .w-xl-400pxl {
    width: 400px !important;
  }
  .maxw-xl-400pxl {
    max-width: 400px !important;
  }
  .minw-xl-400pxl {
    min-width: 400px !important;
  }
  .h-xl-400pxl {
    height: 400px !important;
  }
  .maxh-xl-400pxl {
    max-height: 400px !important;
  }
  .minh-xl-400pxl {
    min-height: 400px !important;
  }
  .w-xl-450pxl {
    width: 450px !important;
  }
  .maxw-xl-450pxl {
    max-width: 450px !important;
  }
  .minw-xl-450pxl {
    min-width: 450px !important;
  }
  .h-xl-450pxl {
    height: 450px !important;
  }
  .maxh-xl-450pxl {
    max-height: 450px !important;
  }
  .minh-xl-450pxl {
    min-height: 450px !important;
  }
  .w-xl-480pxl {
    width: 480px !important;
  }
  .maxw-xl-480pxl {
    max-width: 480px !important;
  }
  .minw-xl-480pxl {
    min-width: 480px !important;
  }
  .h-xl-480pxl {
    height: 480px !important;
  }
  .maxh-xl-480pxl {
    max-height: 480px !important;
  }
  .minh-xl-480pxl {
    min-height: 480px !important;
  }
  .w-xl-500pxl {
    width: 500px !important;
  }
  .maxw-xl-500pxl {
    max-width: 500px !important;
  }
  .minw-xl-500pxl {
    min-width: 500px !important;
  }
  .h-xl-500pxl {
    height: 500px !important;
  }
  .maxh-xl-500pxl {
    max-height: 500px !important;
  }
  .minh-xl-500pxl {
    min-height: 500px !important;
  }
  .w-xl-550pxl {
    width: 550px !important;
  }
  .maxw-xl-550pxl {
    max-width: 550px !important;
  }
  .minw-xl-550pxl {
    min-width: 550px !important;
  }
  .h-xl-550pxl {
    height: 550px !important;
  }
  .maxh-xl-550pxl {
    max-height: 550px !important;
  }
  .minh-xl-550pxl {
    min-height: 550px !important;
  }
  .w-xl-600pxl {
    width: 600px !important;
  }
  .maxw-xl-600pxl {
    max-width: 600px !important;
  }
  .minw-xl-600pxl {
    min-width: 600px !important;
  }
  .h-xl-600pxl {
    height: 600px !important;
  }
  .maxh-xl-600pxl {
    max-height: 600px !important;
  }
  .minh-xl-600pxl {
    min-height: 600px !important;
  }
  .w-xl-650pxl {
    width: 650px !important;
  }
  .maxw-xl-650pxl {
    max-width: 650px !important;
  }
  .minw-xl-650pxl {
    min-width: 650px !important;
  }
  .h-xl-650pxl {
    height: 650px !important;
  }
  .maxh-xl-650pxl {
    max-height: 650px !important;
  }
  .minh-xl-650pxl {
    min-height: 650px !important;
  }
  .w-xl-700pxl {
    width: 700px !important;
  }
  .maxw-xl-700pxl {
    max-width: 700px !important;
  }
  .minw-xl-700pxl {
    min-width: 700px !important;
  }
  .h-xl-700pxl {
    height: 700px !important;
  }
  .maxh-xl-700pxl {
    max-height: 700px !important;
  }
  .minh-xl-700pxl {
    min-height: 700px !important;
  }
  .w-xl-720pxl {
    width: 720px !important;
  }
  .maxw-xl-720pxl {
    max-width: 720px !important;
  }
  .minw-xl-720pxl {
    min-width: 720px !important;
  }
  .h-xl-720pxl {
    height: 720px !important;
  }
  .maxh-xl-720pxl {
    max-height: 720px !important;
  }
  .minh-xl-720pxl {
    min-height: 720px !important;
  }
  .w-xl-750pxl {
    width: 750px !important;
  }
  .maxw-xl-750pxl {
    max-width: 750px !important;
  }
  .minw-xl-750pxl {
    min-width: 750px !important;
  }
  .h-xl-750pxl {
    height: 750px !important;
  }
  .maxh-xl-750pxl {
    max-height: 750px !important;
  }
  .minh-xl-750pxl {
    min-height: 750px !important;
  }
  .w-xl-767pxl {
    width: 767px !important;
  }
  .maxw-xl-767pxl {
    max-width: 767px !important;
  }
  .minw-xl-767pxl {
    min-width: 767px !important;
  }
  .h-xl-767pxl {
    height: 767px !important;
  }
  .maxh-xl-767pxl {
    max-height: 767px !important;
  }
  .minh-xl-767pxl {
    min-height: 767px !important;
  }
  .w-xl-800pxl {
    width: 800px !important;
  }
  .maxw-xl-800pxl {
    max-width: 800px !important;
  }
  .minw-xl-800pxl {
    min-width: 800px !important;
  }
  .h-xl-800pxl {
    height: 800px !important;
  }
  .maxh-xl-800pxl {
    max-height: 800px !important;
  }
  .minh-xl-800pxl {
    min-height: 800px !important;
  }
  .w-xl-850pxl {
    width: 850px !important;
  }
  .maxw-xl-850pxl {
    max-width: 850px !important;
  }
  .minw-xl-850pxl {
    min-width: 850px !important;
  }
  .h-xl-850pxl {
    height: 850px !important;
  }
  .maxh-xl-850pxl {
    max-height: 850px !important;
  }
  .minh-xl-850pxl {
    min-height: 850px !important;
  }
  .w-xl-900pxl {
    width: 900px !important;
  }
  .maxw-xl-900pxl {
    max-width: 900px !important;
  }
  .minw-xl-900pxl {
    min-width: 900px !important;
  }
  .h-xl-900pxl {
    height: 900px !important;
  }
  .maxh-xl-900pxl {
    max-height: 900px !important;
  }
  .minh-xl-900pxl {
    min-height: 900px !important;
  }
  .w-xl-930pxl {
    width: 930px !important;
  }
  .maxw-xl-930pxl {
    max-width: 930px !important;
  }
  .minw-xl-930pxl {
    min-width: 930px !important;
  }
  .h-xl-930pxl {
    height: 930px !important;
  }
  .maxh-xl-930pxl {
    max-height: 930px !important;
  }
  .minh-xl-930pxl {
    min-height: 930px !important;
  }
  .w-xl-950pxl {
    width: 950px !important;
  }
  .maxw-xl-950pxl {
    max-width: 950px !important;
  }
  .minw-xl-950pxl {
    min-width: 950px !important;
  }
  .h-xl-950pxl {
    height: 950px !important;
  }
  .maxh-xl-950pxl {
    max-height: 950px !important;
  }
  .minh-xl-950pxl {
    min-height: 950px !important;
  }
  .w-xl-960pxl {
    width: 960px !important;
  }
  .maxw-xl-960pxl {
    max-width: 960px !important;
  }
  .minw-xl-960pxl {
    min-width: 960px !important;
  }
  .h-xl-960pxl {
    height: 960px !important;
  }
  .maxh-xl-960pxl {
    max-height: 960px !important;
  }
  .minh-xl-960pxl {
    min-height: 960px !important;
  }
  .w-xl-1000pxl {
    width: 1000px !important;
  }
  .maxw-xl-1000pxl {
    max-width: 1000px !important;
  }
  .minw-xl-1000pxl {
    min-width: 1000px !important;
  }
  .h-xl-1000pxl {
    height: 1000px !important;
  }
  .maxh-xl-1000pxl {
    max-height: 1000px !important;
  }
  .minh-xl-1000pxl {
    min-height: 1000px !important;
  }
  .w-xl-1600pxl {
    width: 1600px !important;
  }
  .maxw-xl-1600pxl {
    max-width: 1600px !important;
  }
  .minw-xl-1600pxl {
    min-width: 1600px !important;
  }
  .h-xl-1600pxl {
    height: 1600px !important;
  }
  .maxh-xl-1600pxl {
    max-height: 1600px !important;
  }
  .minh-xl-1600pxl {
    min-height: 1600px !important;
  }
}

.w-5-perc {
  width: 5% !important;
}

.maxw-5-perc {
  max-width: 5% !important;
}

.minw-5-perc {
  min-width: 5% !important;
}

.h-5-perc {
  height: 5% !important;
}

.maxh-5-perc {
  max-height: 5% !important;
}

.minh-5-perc {
  min-height: 5% !important;
}

.w-10-perc {
  width: 10% !important;
}

.maxw-10-perc {
  max-width: 10% !important;
}

.minw-10-perc {
  min-width: 10% !important;
}

.h-10-perc {
  height: 10% !important;
}

.maxh-10-perc {
  max-height: 10% !important;
}

.minh-10-perc {
  min-height: 10% !important;
}

.w-15-perc {
  width: 15% !important;
}

.maxw-15-perc {
  max-width: 15% !important;
}

.minw-15-perc {
  min-width: 15% !important;
}

.h-15-perc {
  height: 15% !important;
}

.maxh-15-perc {
  max-height: 15% !important;
}

.minh-15-perc {
  min-height: 15% !important;
}

.w-20-perc {
  width: 20% !important;
}

.maxw-20-perc {
  max-width: 20% !important;
}

.minw-20-perc {
  min-width: 20% !important;
}

.h-20-perc {
  height: 20% !important;
}

.maxh-20-perc {
  max-height: 20% !important;
}

.minh-20-perc {
  min-height: 20% !important;
}

.w-25-perc {
  width: 25% !important;
}

.maxw-25-perc {
  max-width: 25% !important;
}

.minw-25-perc {
  min-width: 25% !important;
}

.h-25-perc {
  height: 25% !important;
}

.maxh-25-perc {
  max-height: 25% !important;
}

.minh-25-perc {
  min-height: 25% !important;
}

.w-30-perc {
  width: 30% !important;
}

.maxw-30-perc {
  max-width: 30% !important;
}

.minw-30-perc {
  min-width: 30% !important;
}

.h-30-perc {
  height: 30% !important;
}

.maxh-30-perc {
  max-height: 30% !important;
}

.minh-30-perc {
  min-height: 30% !important;
}

.w-35-perc {
  width: 35% !important;
}

.maxw-35-perc {
  max-width: 35% !important;
}

.minw-35-perc {
  min-width: 35% !important;
}

.h-35-perc {
  height: 35% !important;
}

.maxh-35-perc {
  max-height: 35% !important;
}

.minh-35-perc {
  min-height: 35% !important;
}

.w-40-perc {
  width: 40% !important;
}

.maxw-40-perc {
  max-width: 40% !important;
}

.minw-40-perc {
  min-width: 40% !important;
}

.h-40-perc {
  height: 40% !important;
}

.maxh-40-perc {
  max-height: 40% !important;
}

.minh-40-perc {
  min-height: 40% !important;
}

.w-45-perc {
  width: 45% !important;
}

.maxw-45-perc {
  max-width: 45% !important;
}

.minw-45-perc {
  min-width: 45% !important;
}

.h-45-perc {
  height: 45% !important;
}

.maxh-45-perc {
  max-height: 45% !important;
}

.minh-45-perc {
  min-height: 45% !important;
}

.w-50-perc {
  width: 50% !important;
}

.maxw-50-perc {
  max-width: 50% !important;
}

.minw-50-perc {
  min-width: 50% !important;
}

.h-50-perc {
  height: 50% !important;
}

.maxh-50-perc {
  max-height: 50% !important;
}

.minh-50-perc {
  min-height: 50% !important;
}

.w-55-perc {
  width: 55% !important;
}

.maxw-55-perc {
  max-width: 55% !important;
}

.minw-55-perc {
  min-width: 55% !important;
}

.h-55-perc {
  height: 55% !important;
}

.maxh-55-perc {
  max-height: 55% !important;
}

.minh-55-perc {
  min-height: 55% !important;
}

.w-60-perc {
  width: 60% !important;
}

.maxw-60-perc {
  max-width: 60% !important;
}

.minw-60-perc {
  min-width: 60% !important;
}

.h-60-perc {
  height: 60% !important;
}

.maxh-60-perc {
  max-height: 60% !important;
}

.minh-60-perc {
  min-height: 60% !important;
}

.w-65-perc {
  width: 65% !important;
}

.maxw-65-perc {
  max-width: 65% !important;
}

.minw-65-perc {
  min-width: 65% !important;
}

.h-65-perc {
  height: 65% !important;
}

.maxh-65-perc {
  max-height: 65% !important;
}

.minh-65-perc {
  min-height: 65% !important;
}

.w-70-perc {
  width: 70% !important;
}

.maxw-70-perc {
  max-width: 70% !important;
}

.minw-70-perc {
  min-width: 70% !important;
}

.h-70-perc {
  height: 70% !important;
}

.maxh-70-perc {
  max-height: 70% !important;
}

.minh-70-perc {
  min-height: 70% !important;
}

.w-75-perc {
  width: 75% !important;
}

.maxw-75-perc {
  max-width: 75% !important;
}

.minw-75-perc {
  min-width: 75% !important;
}

.h-75-perc {
  height: 75% !important;
}

.maxh-75-perc {
  max-height: 75% !important;
}

.minh-75-perc {
  min-height: 75% !important;
}

.w-80-perc {
  width: 80% !important;
}

.maxw-80-perc {
  max-width: 80% !important;
}

.minw-80-perc {
  min-width: 80% !important;
}

.h-80-perc {
  height: 80% !important;
}

.maxh-80-perc {
  max-height: 80% !important;
}

.minh-80-perc {
  min-height: 80% !important;
}

.w-85-perc {
  width: 85% !important;
}

.maxw-85-perc {
  max-width: 85% !important;
}

.minw-85-perc {
  min-width: 85% !important;
}

.h-85-perc {
  height: 85% !important;
}

.maxh-85-perc {
  max-height: 85% !important;
}

.minh-85-perc {
  min-height: 85% !important;
}

.w-90-perc {
  width: 90% !important;
}

.maxw-90-perc {
  max-width: 90% !important;
}

.minw-90-perc {
  min-width: 90% !important;
}

.h-90-perc {
  height: 90% !important;
}

.maxh-90-perc {
  max-height: 90% !important;
}

.minh-90-perc {
  min-height: 90% !important;
}

.w-95-perc {
  width: 95% !important;
}

.maxw-95-perc {
  max-width: 95% !important;
}

.minw-95-perc {
  min-width: 95% !important;
}

.h-95-perc {
  height: 95% !important;
}

.maxh-95-perc {
  max-height: 95% !important;
}

.minh-95-perc {
  min-height: 95% !important;
}

.w-100-perc {
  width: 100% !important;
}

.maxw-100-perc {
  max-width: 100% !important;
}

.minw-100-perc {
  min-width: 100% !important;
}

.h-100-perc {
  height: 100% !important;
}

.maxh-100-perc {
  max-height: 100% !important;
}

.minh-100-perc {
  min-height: 100% !important;
}

.w-sm-5-perc {
  width: 5% !important;
}

.maxw-sm-5-perc {
  max-width: 5% !important;
}

.minw-sm-5-perc {
  min-width: 5% !important;
}

.h-sm-5-perc {
  height: 5% !important;
}

.maxh-sm-5-perc {
  max-height: 5% !important;
}

.minh-sm-5-perc {
  min-height: 5% !important;
}

.w-sm-10-perc {
  width: 10% !important;
}

.maxw-sm-10-perc {
  max-width: 10% !important;
}

.minw-sm-10-perc {
  min-width: 10% !important;
}

.h-sm-10-perc {
  height: 10% !important;
}

.maxh-sm-10-perc {
  max-height: 10% !important;
}

.minh-sm-10-perc {
  min-height: 10% !important;
}

.w-sm-15-perc {
  width: 15% !important;
}

.maxw-sm-15-perc {
  max-width: 15% !important;
}

.minw-sm-15-perc {
  min-width: 15% !important;
}

.h-sm-15-perc {
  height: 15% !important;
}

.maxh-sm-15-perc {
  max-height: 15% !important;
}

.minh-sm-15-perc {
  min-height: 15% !important;
}

.w-sm-20-perc {
  width: 20% !important;
}

.maxw-sm-20-perc {
  max-width: 20% !important;
}

.minw-sm-20-perc {
  min-width: 20% !important;
}

.h-sm-20-perc {
  height: 20% !important;
}

.maxh-sm-20-perc {
  max-height: 20% !important;
}

.minh-sm-20-perc {
  min-height: 20% !important;
}

.w-sm-25-perc {
  width: 25% !important;
}

.maxw-sm-25-perc {
  max-width: 25% !important;
}

.minw-sm-25-perc {
  min-width: 25% !important;
}

.h-sm-25-perc {
  height: 25% !important;
}

.maxh-sm-25-perc {
  max-height: 25% !important;
}

.minh-sm-25-perc {
  min-height: 25% !important;
}

.w-sm-30-perc {
  width: 30% !important;
}

.maxw-sm-30-perc {
  max-width: 30% !important;
}

.minw-sm-30-perc {
  min-width: 30% !important;
}

.h-sm-30-perc {
  height: 30% !important;
}

.maxh-sm-30-perc {
  max-height: 30% !important;
}

.minh-sm-30-perc {
  min-height: 30% !important;
}

.w-sm-35-perc {
  width: 35% !important;
}

.maxw-sm-35-perc {
  max-width: 35% !important;
}

.minw-sm-35-perc {
  min-width: 35% !important;
}

.h-sm-35-perc {
  height: 35% !important;
}

.maxh-sm-35-perc {
  max-height: 35% !important;
}

.minh-sm-35-perc {
  min-height: 35% !important;
}

.w-sm-40-perc {
  width: 40% !important;
}

.maxw-sm-40-perc {
  max-width: 40% !important;
}

.minw-sm-40-perc {
  min-width: 40% !important;
}

.h-sm-40-perc {
  height: 40% !important;
}

.maxh-sm-40-perc {
  max-height: 40% !important;
}

.minh-sm-40-perc {
  min-height: 40% !important;
}

.w-sm-45-perc {
  width: 45% !important;
}

.maxw-sm-45-perc {
  max-width: 45% !important;
}

.minw-sm-45-perc {
  min-width: 45% !important;
}

.h-sm-45-perc {
  height: 45% !important;
}

.maxh-sm-45-perc {
  max-height: 45% !important;
}

.minh-sm-45-perc {
  min-height: 45% !important;
}

.w-sm-50-perc {
  width: 50% !important;
}

.maxw-sm-50-perc {
  max-width: 50% !important;
}

.minw-sm-50-perc {
  min-width: 50% !important;
}

.h-sm-50-perc {
  height: 50% !important;
}

.maxh-sm-50-perc {
  max-height: 50% !important;
}

.minh-sm-50-perc {
  min-height: 50% !important;
}

.w-sm-55-perc {
  width: 55% !important;
}

.maxw-sm-55-perc {
  max-width: 55% !important;
}

.minw-sm-55-perc {
  min-width: 55% !important;
}

.h-sm-55-perc {
  height: 55% !important;
}

.maxh-sm-55-perc {
  max-height: 55% !important;
}

.minh-sm-55-perc {
  min-height: 55% !important;
}

.w-sm-60-perc {
  width: 60% !important;
}

.maxw-sm-60-perc {
  max-width: 60% !important;
}

.minw-sm-60-perc {
  min-width: 60% !important;
}

.h-sm-60-perc {
  height: 60% !important;
}

.maxh-sm-60-perc {
  max-height: 60% !important;
}

.minh-sm-60-perc {
  min-height: 60% !important;
}

.w-sm-65-perc {
  width: 65% !important;
}

.maxw-sm-65-perc {
  max-width: 65% !important;
}

.minw-sm-65-perc {
  min-width: 65% !important;
}

.h-sm-65-perc {
  height: 65% !important;
}

.maxh-sm-65-perc {
  max-height: 65% !important;
}

.minh-sm-65-perc {
  min-height: 65% !important;
}

.w-sm-70-perc {
  width: 70% !important;
}

.maxw-sm-70-perc {
  max-width: 70% !important;
}

.minw-sm-70-perc {
  min-width: 70% !important;
}

.h-sm-70-perc {
  height: 70% !important;
}

.maxh-sm-70-perc {
  max-height: 70% !important;
}

.minh-sm-70-perc {
  min-height: 70% !important;
}

.w-sm-75-perc {
  width: 75% !important;
}

.maxw-sm-75-perc {
  max-width: 75% !important;
}

.minw-sm-75-perc {
  min-width: 75% !important;
}

.h-sm-75-perc {
  height: 75% !important;
}

.maxh-sm-75-perc {
  max-height: 75% !important;
}

.minh-sm-75-perc {
  min-height: 75% !important;
}

.w-sm-80-perc {
  width: 80% !important;
}

.maxw-sm-80-perc {
  max-width: 80% !important;
}

.minw-sm-80-perc {
  min-width: 80% !important;
}

.h-sm-80-perc {
  height: 80% !important;
}

.maxh-sm-80-perc {
  max-height: 80% !important;
}

.minh-sm-80-perc {
  min-height: 80% !important;
}

.w-sm-85-perc {
  width: 85% !important;
}

.maxw-sm-85-perc {
  max-width: 85% !important;
}

.minw-sm-85-perc {
  min-width: 85% !important;
}

.h-sm-85-perc {
  height: 85% !important;
}

.maxh-sm-85-perc {
  max-height: 85% !important;
}

.minh-sm-85-perc {
  min-height: 85% !important;
}

.w-sm-90-perc {
  width: 90% !important;
}

.maxw-sm-90-perc {
  max-width: 90% !important;
}

.minw-sm-90-perc {
  min-width: 90% !important;
}

.h-sm-90-perc {
  height: 90% !important;
}

.maxh-sm-90-perc {
  max-height: 90% !important;
}

.minh-sm-90-perc {
  min-height: 90% !important;
}

.w-sm-95-perc {
  width: 95% !important;
}

.maxw-sm-95-perc {
  max-width: 95% !important;
}

.minw-sm-95-perc {
  min-width: 95% !important;
}

.h-sm-95-perc {
  height: 95% !important;
}

.maxh-sm-95-perc {
  max-height: 95% !important;
}

.minh-sm-95-perc {
  min-height: 95% !important;
}

.w-sm-100-perc {
  width: 100% !important;
}

.maxw-sm-100-perc {
  max-width: 100% !important;
}

.minw-sm-100-perc {
  min-width: 100% !important;
}

.h-sm-100-perc {
  height: 100% !important;
}

.maxh-sm-100-perc {
  max-height: 100% !important;
}

.minh-sm-100-perc {
  min-height: 100% !important;
}

@media (min-width: 768px) {
  .w-md-5-perc {
    width: 5% !important;
  }
  .maxw-md-5-perc {
    max-width: 5% !important;
  }
  .minw-md-5-perc {
    min-width: 5% !important;
  }
  .h-md-5-perc {
    height: 5% !important;
  }
  .maxh-md-5-perc {
    max-height: 5% !important;
  }
  .minh-md-5-perc {
    min-height: 5% !important;
  }
  .w-md-10-perc {
    width: 10% !important;
  }
  .maxw-md-10-perc {
    max-width: 10% !important;
  }
  .minw-md-10-perc {
    min-width: 10% !important;
  }
  .h-md-10-perc {
    height: 10% !important;
  }
  .maxh-md-10-perc {
    max-height: 10% !important;
  }
  .minh-md-10-perc {
    min-height: 10% !important;
  }
  .w-md-15-perc {
    width: 15% !important;
  }
  .maxw-md-15-perc {
    max-width: 15% !important;
  }
  .minw-md-15-perc {
    min-width: 15% !important;
  }
  .h-md-15-perc {
    height: 15% !important;
  }
  .maxh-md-15-perc {
    max-height: 15% !important;
  }
  .minh-md-15-perc {
    min-height: 15% !important;
  }
  .w-md-20-perc {
    width: 20% !important;
  }
  .maxw-md-20-perc {
    max-width: 20% !important;
  }
  .minw-md-20-perc {
    min-width: 20% !important;
  }
  .h-md-20-perc {
    height: 20% !important;
  }
  .maxh-md-20-perc {
    max-height: 20% !important;
  }
  .minh-md-20-perc {
    min-height: 20% !important;
  }
  .w-md-25-perc {
    width: 25% !important;
  }
  .maxw-md-25-perc {
    max-width: 25% !important;
  }
  .minw-md-25-perc {
    min-width: 25% !important;
  }
  .h-md-25-perc {
    height: 25% !important;
  }
  .maxh-md-25-perc {
    max-height: 25% !important;
  }
  .minh-md-25-perc {
    min-height: 25% !important;
  }
  .w-md-30-perc {
    width: 30% !important;
  }
  .maxw-md-30-perc {
    max-width: 30% !important;
  }
  .minw-md-30-perc {
    min-width: 30% !important;
  }
  .h-md-30-perc {
    height: 30% !important;
  }
  .maxh-md-30-perc {
    max-height: 30% !important;
  }
  .minh-md-30-perc {
    min-height: 30% !important;
  }
  .w-md-35-perc {
    width: 35% !important;
  }
  .maxw-md-35-perc {
    max-width: 35% !important;
  }
  .minw-md-35-perc {
    min-width: 35% !important;
  }
  .h-md-35-perc {
    height: 35% !important;
  }
  .maxh-md-35-perc {
    max-height: 35% !important;
  }
  .minh-md-35-perc {
    min-height: 35% !important;
  }
  .w-md-40-perc {
    width: 40% !important;
  }
  .maxw-md-40-perc {
    max-width: 40% !important;
  }
  .minw-md-40-perc {
    min-width: 40% !important;
  }
  .h-md-40-perc {
    height: 40% !important;
  }
  .maxh-md-40-perc {
    max-height: 40% !important;
  }
  .minh-md-40-perc {
    min-height: 40% !important;
  }
  .w-md-45-perc {
    width: 45% !important;
  }
  .maxw-md-45-perc {
    max-width: 45% !important;
  }
  .minw-md-45-perc {
    min-width: 45% !important;
  }
  .h-md-45-perc {
    height: 45% !important;
  }
  .maxh-md-45-perc {
    max-height: 45% !important;
  }
  .minh-md-45-perc {
    min-height: 45% !important;
  }
  .w-md-50-perc {
    width: 50% !important;
  }
  .maxw-md-50-perc {
    max-width: 50% !important;
  }
  .minw-md-50-perc {
    min-width: 50% !important;
  }
  .h-md-50-perc {
    height: 50% !important;
  }
  .maxh-md-50-perc {
    max-height: 50% !important;
  }
  .minh-md-50-perc {
    min-height: 50% !important;
  }
  .w-md-55-perc {
    width: 55% !important;
  }
  .maxw-md-55-perc {
    max-width: 55% !important;
  }
  .minw-md-55-perc {
    min-width: 55% !important;
  }
  .h-md-55-perc {
    height: 55% !important;
  }
  .maxh-md-55-perc {
    max-height: 55% !important;
  }
  .minh-md-55-perc {
    min-height: 55% !important;
  }
  .w-md-60-perc {
    width: 60% !important;
  }
  .maxw-md-60-perc {
    max-width: 60% !important;
  }
  .minw-md-60-perc {
    min-width: 60% !important;
  }
  .h-md-60-perc {
    height: 60% !important;
  }
  .maxh-md-60-perc {
    max-height: 60% !important;
  }
  .minh-md-60-perc {
    min-height: 60% !important;
  }
  .w-md-65-perc {
    width: 65% !important;
  }
  .maxw-md-65-perc {
    max-width: 65% !important;
  }
  .minw-md-65-perc {
    min-width: 65% !important;
  }
  .h-md-65-perc {
    height: 65% !important;
  }
  .maxh-md-65-perc {
    max-height: 65% !important;
  }
  .minh-md-65-perc {
    min-height: 65% !important;
  }
  .w-md-70-perc {
    width: 70% !important;
  }
  .maxw-md-70-perc {
    max-width: 70% !important;
  }
  .minw-md-70-perc {
    min-width: 70% !important;
  }
  .h-md-70-perc {
    height: 70% !important;
  }
  .maxh-md-70-perc {
    max-height: 70% !important;
  }
  .minh-md-70-perc {
    min-height: 70% !important;
  }
  .w-md-75-perc {
    width: 75% !important;
  }
  .maxw-md-75-perc {
    max-width: 75% !important;
  }
  .minw-md-75-perc {
    min-width: 75% !important;
  }
  .h-md-75-perc {
    height: 75% !important;
  }
  .maxh-md-75-perc {
    max-height: 75% !important;
  }
  .minh-md-75-perc {
    min-height: 75% !important;
  }
  .w-md-80-perc {
    width: 80% !important;
  }
  .maxw-md-80-perc {
    max-width: 80% !important;
  }
  .minw-md-80-perc {
    min-width: 80% !important;
  }
  .h-md-80-perc {
    height: 80% !important;
  }
  .maxh-md-80-perc {
    max-height: 80% !important;
  }
  .minh-md-80-perc {
    min-height: 80% !important;
  }
  .w-md-85-perc {
    width: 85% !important;
  }
  .maxw-md-85-perc {
    max-width: 85% !important;
  }
  .minw-md-85-perc {
    min-width: 85% !important;
  }
  .h-md-85-perc {
    height: 85% !important;
  }
  .maxh-md-85-perc {
    max-height: 85% !important;
  }
  .minh-md-85-perc {
    min-height: 85% !important;
  }
  .w-md-90-perc {
    width: 90% !important;
  }
  .maxw-md-90-perc {
    max-width: 90% !important;
  }
  .minw-md-90-perc {
    min-width: 90% !important;
  }
  .h-md-90-perc {
    height: 90% !important;
  }
  .maxh-md-90-perc {
    max-height: 90% !important;
  }
  .minh-md-90-perc {
    min-height: 90% !important;
  }
  .w-md-95-perc {
    width: 95% !important;
  }
  .maxw-md-95-perc {
    max-width: 95% !important;
  }
  .minw-md-95-perc {
    min-width: 95% !important;
  }
  .h-md-95-perc {
    height: 95% !important;
  }
  .maxh-md-95-perc {
    max-height: 95% !important;
  }
  .minh-md-95-perc {
    min-height: 95% !important;
  }
  .w-md-100-perc {
    width: 100% !important;
  }
  .maxw-md-100-perc {
    max-width: 100% !important;
  }
  .minw-md-100-perc {
    min-width: 100% !important;
  }
  .h-md-100-perc {
    height: 100% !important;
  }
  .maxh-md-100-perc {
    max-height: 100% !important;
  }
  .minh-md-100-perc {
    min-height: 100% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-5-perc {
    width: 5% !important;
  }
  .maxw-lg-5-perc {
    max-width: 5% !important;
  }
  .minw-lg-5-perc {
    min-width: 5% !important;
  }
  .h-lg-5-perc {
    height: 5% !important;
  }
  .maxh-lg-5-perc {
    max-height: 5% !important;
  }
  .minh-lg-5-perc {
    min-height: 5% !important;
  }
  .w-lg-10-perc {
    width: 10% !important;
  }
  .maxw-lg-10-perc {
    max-width: 10% !important;
  }
  .minw-lg-10-perc {
    min-width: 10% !important;
  }
  .h-lg-10-perc {
    height: 10% !important;
  }
  .maxh-lg-10-perc {
    max-height: 10% !important;
  }
  .minh-lg-10-perc {
    min-height: 10% !important;
  }
  .w-lg-15-perc {
    width: 15% !important;
  }
  .maxw-lg-15-perc {
    max-width: 15% !important;
  }
  .minw-lg-15-perc {
    min-width: 15% !important;
  }
  .h-lg-15-perc {
    height: 15% !important;
  }
  .maxh-lg-15-perc {
    max-height: 15% !important;
  }
  .minh-lg-15-perc {
    min-height: 15% !important;
  }
  .w-lg-20-perc {
    width: 20% !important;
  }
  .maxw-lg-20-perc {
    max-width: 20% !important;
  }
  .minw-lg-20-perc {
    min-width: 20% !important;
  }
  .h-lg-20-perc {
    height: 20% !important;
  }
  .maxh-lg-20-perc {
    max-height: 20% !important;
  }
  .minh-lg-20-perc {
    min-height: 20% !important;
  }
  .w-lg-25-perc {
    width: 25% !important;
  }
  .maxw-lg-25-perc {
    max-width: 25% !important;
  }
  .minw-lg-25-perc {
    min-width: 25% !important;
  }
  .h-lg-25-perc {
    height: 25% !important;
  }
  .maxh-lg-25-perc {
    max-height: 25% !important;
  }
  .minh-lg-25-perc {
    min-height: 25% !important;
  }
  .w-lg-30-perc {
    width: 30% !important;
  }
  .maxw-lg-30-perc {
    max-width: 30% !important;
  }
  .minw-lg-30-perc {
    min-width: 30% !important;
  }
  .h-lg-30-perc {
    height: 30% !important;
  }
  .maxh-lg-30-perc {
    max-height: 30% !important;
  }
  .minh-lg-30-perc {
    min-height: 30% !important;
  }
  .w-lg-35-perc {
    width: 35% !important;
  }
  .maxw-lg-35-perc {
    max-width: 35% !important;
  }
  .minw-lg-35-perc {
    min-width: 35% !important;
  }
  .h-lg-35-perc {
    height: 35% !important;
  }
  .maxh-lg-35-perc {
    max-height: 35% !important;
  }
  .minh-lg-35-perc {
    min-height: 35% !important;
  }
  .w-lg-40-perc {
    width: 40% !important;
  }
  .maxw-lg-40-perc {
    max-width: 40% !important;
  }
  .minw-lg-40-perc {
    min-width: 40% !important;
  }
  .h-lg-40-perc {
    height: 40% !important;
  }
  .maxh-lg-40-perc {
    max-height: 40% !important;
  }
  .minh-lg-40-perc {
    min-height: 40% !important;
  }
  .w-lg-45-perc {
    width: 45% !important;
  }
  .maxw-lg-45-perc {
    max-width: 45% !important;
  }
  .minw-lg-45-perc {
    min-width: 45% !important;
  }
  .h-lg-45-perc {
    height: 45% !important;
  }
  .maxh-lg-45-perc {
    max-height: 45% !important;
  }
  .minh-lg-45-perc {
    min-height: 45% !important;
  }
  .w-lg-50-perc {
    width: 50% !important;
  }
  .maxw-lg-50-perc {
    max-width: 50% !important;
  }
  .minw-lg-50-perc {
    min-width: 50% !important;
  }
  .h-lg-50-perc {
    height: 50% !important;
  }
  .maxh-lg-50-perc {
    max-height: 50% !important;
  }
  .minh-lg-50-perc {
    min-height: 50% !important;
  }
  .w-lg-55-perc {
    width: 55% !important;
  }
  .maxw-lg-55-perc {
    max-width: 55% !important;
  }
  .minw-lg-55-perc {
    min-width: 55% !important;
  }
  .h-lg-55-perc {
    height: 55% !important;
  }
  .maxh-lg-55-perc {
    max-height: 55% !important;
  }
  .minh-lg-55-perc {
    min-height: 55% !important;
  }
  .w-lg-60-perc {
    width: 60% !important;
  }
  .maxw-lg-60-perc {
    max-width: 60% !important;
  }
  .minw-lg-60-perc {
    min-width: 60% !important;
  }
  .h-lg-60-perc {
    height: 60% !important;
  }
  .maxh-lg-60-perc {
    max-height: 60% !important;
  }
  .minh-lg-60-perc {
    min-height: 60% !important;
  }
  .w-lg-65-perc {
    width: 65% !important;
  }
  .maxw-lg-65-perc {
    max-width: 65% !important;
  }
  .minw-lg-65-perc {
    min-width: 65% !important;
  }
  .h-lg-65-perc {
    height: 65% !important;
  }
  .maxh-lg-65-perc {
    max-height: 65% !important;
  }
  .minh-lg-65-perc {
    min-height: 65% !important;
  }
  .w-lg-70-perc {
    width: 70% !important;
  }
  .maxw-lg-70-perc {
    max-width: 70% !important;
  }
  .minw-lg-70-perc {
    min-width: 70% !important;
  }
  .h-lg-70-perc {
    height: 70% !important;
  }
  .maxh-lg-70-perc {
    max-height: 70% !important;
  }
  .minh-lg-70-perc {
    min-height: 70% !important;
  }
  .w-lg-75-perc {
    width: 75% !important;
  }
  .maxw-lg-75-perc {
    max-width: 75% !important;
  }
  .minw-lg-75-perc {
    min-width: 75% !important;
  }
  .h-lg-75-perc {
    height: 75% !important;
  }
  .maxh-lg-75-perc {
    max-height: 75% !important;
  }
  .minh-lg-75-perc {
    min-height: 75% !important;
  }
  .w-lg-80-perc {
    width: 80% !important;
  }
  .maxw-lg-80-perc {
    max-width: 80% !important;
  }
  .minw-lg-80-perc {
    min-width: 80% !important;
  }
  .h-lg-80-perc {
    height: 80% !important;
  }
  .maxh-lg-80-perc {
    max-height: 80% !important;
  }
  .minh-lg-80-perc {
    min-height: 80% !important;
  }
  .w-lg-85-perc {
    width: 85% !important;
  }
  .maxw-lg-85-perc {
    max-width: 85% !important;
  }
  .minw-lg-85-perc {
    min-width: 85% !important;
  }
  .h-lg-85-perc {
    height: 85% !important;
  }
  .maxh-lg-85-perc {
    max-height: 85% !important;
  }
  .minh-lg-85-perc {
    min-height: 85% !important;
  }
  .w-lg-90-perc {
    width: 90% !important;
  }
  .maxw-lg-90-perc {
    max-width: 90% !important;
  }
  .minw-lg-90-perc {
    min-width: 90% !important;
  }
  .h-lg-90-perc {
    height: 90% !important;
  }
  .maxh-lg-90-perc {
    max-height: 90% !important;
  }
  .minh-lg-90-perc {
    min-height: 90% !important;
  }
  .w-lg-95-perc {
    width: 95% !important;
  }
  .maxw-lg-95-perc {
    max-width: 95% !important;
  }
  .minw-lg-95-perc {
    min-width: 95% !important;
  }
  .h-lg-95-perc {
    height: 95% !important;
  }
  .maxh-lg-95-perc {
    max-height: 95% !important;
  }
  .minh-lg-95-perc {
    min-height: 95% !important;
  }
  .w-lg-100-perc {
    width: 100% !important;
  }
  .maxw-lg-100-perc {
    max-width: 100% !important;
  }
  .minw-lg-100-perc {
    min-width: 100% !important;
  }
  .h-lg-100-perc {
    height: 100% !important;
  }
  .maxh-lg-100-perc {
    max-height: 100% !important;
  }
  .minh-lg-100-perc {
    min-height: 100% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-5-perc {
    width: 5% !important;
  }
  .maxw-xl-5-perc {
    max-width: 5% !important;
  }
  .minw-xl-5-perc {
    min-width: 5% !important;
  }
  .h-xl-5-perc {
    height: 5% !important;
  }
  .maxh-xl-5-perc {
    max-height: 5% !important;
  }
  .minh-xl-5-perc {
    min-height: 5% !important;
  }
  .w-xl-10-perc {
    width: 10% !important;
  }
  .maxw-xl-10-perc {
    max-width: 10% !important;
  }
  .minw-xl-10-perc {
    min-width: 10% !important;
  }
  .h-xl-10-perc {
    height: 10% !important;
  }
  .maxh-xl-10-perc {
    max-height: 10% !important;
  }
  .minh-xl-10-perc {
    min-height: 10% !important;
  }
  .w-xl-15-perc {
    width: 15% !important;
  }
  .maxw-xl-15-perc {
    max-width: 15% !important;
  }
  .minw-xl-15-perc {
    min-width: 15% !important;
  }
  .h-xl-15-perc {
    height: 15% !important;
  }
  .maxh-xl-15-perc {
    max-height: 15% !important;
  }
  .minh-xl-15-perc {
    min-height: 15% !important;
  }
  .w-xl-20-perc {
    width: 20% !important;
  }
  .maxw-xl-20-perc {
    max-width: 20% !important;
  }
  .minw-xl-20-perc {
    min-width: 20% !important;
  }
  .h-xl-20-perc {
    height: 20% !important;
  }
  .maxh-xl-20-perc {
    max-height: 20% !important;
  }
  .minh-xl-20-perc {
    min-height: 20% !important;
  }
  .w-xl-25-perc {
    width: 25% !important;
  }
  .maxw-xl-25-perc {
    max-width: 25% !important;
  }
  .minw-xl-25-perc {
    min-width: 25% !important;
  }
  .h-xl-25-perc {
    height: 25% !important;
  }
  .maxh-xl-25-perc {
    max-height: 25% !important;
  }
  .minh-xl-25-perc {
    min-height: 25% !important;
  }
  .w-xl-30-perc {
    width: 30% !important;
  }
  .maxw-xl-30-perc {
    max-width: 30% !important;
  }
  .minw-xl-30-perc {
    min-width: 30% !important;
  }
  .h-xl-30-perc {
    height: 30% !important;
  }
  .maxh-xl-30-perc {
    max-height: 30% !important;
  }
  .minh-xl-30-perc {
    min-height: 30% !important;
  }
  .w-xl-35-perc {
    width: 35% !important;
  }
  .maxw-xl-35-perc {
    max-width: 35% !important;
  }
  .minw-xl-35-perc {
    min-width: 35% !important;
  }
  .h-xl-35-perc {
    height: 35% !important;
  }
  .maxh-xl-35-perc {
    max-height: 35% !important;
  }
  .minh-xl-35-perc {
    min-height: 35% !important;
  }
  .w-xl-40-perc {
    width: 40% !important;
  }
  .maxw-xl-40-perc {
    max-width: 40% !important;
  }
  .minw-xl-40-perc {
    min-width: 40% !important;
  }
  .h-xl-40-perc {
    height: 40% !important;
  }
  .maxh-xl-40-perc {
    max-height: 40% !important;
  }
  .minh-xl-40-perc {
    min-height: 40% !important;
  }
  .w-xl-45-perc {
    width: 45% !important;
  }
  .maxw-xl-45-perc {
    max-width: 45% !important;
  }
  .minw-xl-45-perc {
    min-width: 45% !important;
  }
  .h-xl-45-perc {
    height: 45% !important;
  }
  .maxh-xl-45-perc {
    max-height: 45% !important;
  }
  .minh-xl-45-perc {
    min-height: 45% !important;
  }
  .w-xl-50-perc {
    width: 50% !important;
  }
  .maxw-xl-50-perc {
    max-width: 50% !important;
  }
  .minw-xl-50-perc {
    min-width: 50% !important;
  }
  .h-xl-50-perc {
    height: 50% !important;
  }
  .maxh-xl-50-perc {
    max-height: 50% !important;
  }
  .minh-xl-50-perc {
    min-height: 50% !important;
  }
  .w-xl-55-perc {
    width: 55% !important;
  }
  .maxw-xl-55-perc {
    max-width: 55% !important;
  }
  .minw-xl-55-perc {
    min-width: 55% !important;
  }
  .h-xl-55-perc {
    height: 55% !important;
  }
  .maxh-xl-55-perc {
    max-height: 55% !important;
  }
  .minh-xl-55-perc {
    min-height: 55% !important;
  }
  .w-xl-60-perc {
    width: 60% !important;
  }
  .maxw-xl-60-perc {
    max-width: 60% !important;
  }
  .minw-xl-60-perc {
    min-width: 60% !important;
  }
  .h-xl-60-perc {
    height: 60% !important;
  }
  .maxh-xl-60-perc {
    max-height: 60% !important;
  }
  .minh-xl-60-perc {
    min-height: 60% !important;
  }
  .w-xl-65-perc {
    width: 65% !important;
  }
  .maxw-xl-65-perc {
    max-width: 65% !important;
  }
  .minw-xl-65-perc {
    min-width: 65% !important;
  }
  .h-xl-65-perc {
    height: 65% !important;
  }
  .maxh-xl-65-perc {
    max-height: 65% !important;
  }
  .minh-xl-65-perc {
    min-height: 65% !important;
  }
  .w-xl-70-perc {
    width: 70% !important;
  }
  .maxw-xl-70-perc {
    max-width: 70% !important;
  }
  .minw-xl-70-perc {
    min-width: 70% !important;
  }
  .h-xl-70-perc {
    height: 70% !important;
  }
  .maxh-xl-70-perc {
    max-height: 70% !important;
  }
  .minh-xl-70-perc {
    min-height: 70% !important;
  }
  .w-xl-75-perc {
    width: 75% !important;
  }
  .maxw-xl-75-perc {
    max-width: 75% !important;
  }
  .minw-xl-75-perc {
    min-width: 75% !important;
  }
  .h-xl-75-perc {
    height: 75% !important;
  }
  .maxh-xl-75-perc {
    max-height: 75% !important;
  }
  .minh-xl-75-perc {
    min-height: 75% !important;
  }
  .w-xl-80-perc {
    width: 80% !important;
  }
  .maxw-xl-80-perc {
    max-width: 80% !important;
  }
  .minw-xl-80-perc {
    min-width: 80% !important;
  }
  .h-xl-80-perc {
    height: 80% !important;
  }
  .maxh-xl-80-perc {
    max-height: 80% !important;
  }
  .minh-xl-80-perc {
    min-height: 80% !important;
  }
  .w-xl-85-perc {
    width: 85% !important;
  }
  .maxw-xl-85-perc {
    max-width: 85% !important;
  }
  .minw-xl-85-perc {
    min-width: 85% !important;
  }
  .h-xl-85-perc {
    height: 85% !important;
  }
  .maxh-xl-85-perc {
    max-height: 85% !important;
  }
  .minh-xl-85-perc {
    min-height: 85% !important;
  }
  .w-xl-90-perc {
    width: 90% !important;
  }
  .maxw-xl-90-perc {
    max-width: 90% !important;
  }
  .minw-xl-90-perc {
    min-width: 90% !important;
  }
  .h-xl-90-perc {
    height: 90% !important;
  }
  .maxh-xl-90-perc {
    max-height: 90% !important;
  }
  .minh-xl-90-perc {
    min-height: 90% !important;
  }
  .w-xl-95-perc {
    width: 95% !important;
  }
  .maxw-xl-95-perc {
    max-width: 95% !important;
  }
  .minw-xl-95-perc {
    min-width: 95% !important;
  }
  .h-xl-95-perc {
    height: 95% !important;
  }
  .maxh-xl-95-perc {
    max-height: 95% !important;
  }
  .minh-xl-95-perc {
    min-height: 95% !important;
  }
  .w-xl-100-perc {
    width: 100% !important;
  }
  .maxw-xl-100-perc {
    max-width: 100% !important;
  }
  .minw-xl-100-perc {
    min-width: 100% !important;
  }
  .h-xl-100-perc {
    height: 100% !important;
  }
  .maxh-xl-100-perc {
    max-height: 100% !important;
  }
  .minh-xl-100-perc {
    min-height: 100% !important;
  }
}

.sq-18pxl {
  width: 18px;
  height: 18px;
}

.sq-24pxl {
  width: 24px;
  height: 24px;
}

.sq-32pxl {
  width: 32px;
  height: 32px;
}

.sq-48pxl {
  width: 48px;
  height: 48px;
}

.sq-64pxl {
  width: 64px;
  height: 64px;
}

.sq-100pxl {
  width: 100px;
  height: 100px;
}

.sq-150pxl {
  width: 150px;
  height: 150px;
}
/*# sourceMappingURL=cc-sizes.css.map */
.font-sans-serif {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.font-serif, .font-serif .h1, .font-serif h1, .font-serif .h2, .font-serif h2, .font-serif .h3, .font-serif h3 .h4, .font-serif h4 .h5, .font-serif h5 .h6, .font-serif h6, .font-serif .h1p5 {
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif !important;
  font-weight: 700;
}

.h1p5 {
  font-size: 1rem;
}

.display-5 {
  font-size: 2rem;
  font-weight: 700;
}

.display-6 {
  font-size: 1.75rem;
  font-weight: 700;
}

.display-7 {
  font-size: 1.75rem;
  font-weight: 700;
}

.lead {
  font-size: 1.125rem;
}

body {
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

body .body-wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 85px;
}

body .body-wrapper.body-wrapper--has-pre-header {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 133px;
}

.content--main {
  margin-top: 3rem;
}

.content--main.content--main--flush-top {
  margin-top: 0;
}

@media (max-width: 991.98px) {
  body .body-wrapper {
    margin-top: 80px;
  }
  body .body-wrapper.body-wrapper--has-pre-header {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 110px;
  }
  .content--main {
    margin-top: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .match-container--container-xl--one-half {
    max-width: 600px;
  }
}
.cc--aspect-ratio-box {
  position: relative;
  overflow: hidden;
}

.cc--aspect-ratio-box-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cc--aspect-ratio-box-inner img {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.cc--aspect-ratio-box-inner.cc--aspect-ratio-box-inner--center-img img, .cc--aspect-ratio-box-inner.cc--aspect-ratio-box-inner--center-img > div {
  width: 100%;
  position: absolute;
  left: 50%;
  right: 0;
  bottom: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.cc--aspect-ratio-box-inner.cc--aspect-ratio-box-inner--center-img.top-offset img, .cc--aspect-ratio-box-inner.cc--aspect-ratio-box-inner--center-img.top-offset > div {
  width: 100%;
  position: absolute;
  left: 50%;
  right: 0;
  bottom: 0;
  top: 24px;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
}

.cc--aspect-ratio-box.cc--aspect-ratio-box--square::before {
  content: "";
  width: 1px;
  margin-left: -1px;
  float: left;
  height: 0;
  padding-top: 100%;
}

.cc--aspect-ratio-box.cc--aspect-ratio-box--landscape-primary::before {
  content: "";
  width: 1px;
  margin-left: -1px;
  float: left;
  height: 0;
  padding-top: 64.6666666667%;
}

.cc--aspect-ratio-box::after {
  /* to clear float */
  content: "";
  display: table;
  clear: both;
}

.cc--format--section .cc--format--section--heading {
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: 700;
}
.cc--format--section .cc--format--section--heading p {
  font-size: 1rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-top: 0.5rem;
}
.cc--format--section.cc--format--section--size-1 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
@media (max-width: 767.98px) {
  .cc--format--section.cc--format--section--size-1 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.cc--format--section.cc--format--section--size-1 .cc--format--section--heading {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.cc--format--section.cc--format--section--size-1 .cc--format--section--body {
  margin-bottom: 1.5rem;
}
.cc--format--section.cc--format--section--size-1 .cc--format--section--body ul,
.cc--format--section.cc--format--section--size-1 .cc--format--section--body ol,
.cc--format--section.cc--format--section--size-1 .cc--format--section--body dl {
  margin-bottom: 0;
}
.cc--format--section.cc--format--section--size-1 .cc--format--section--body ul li:last-child,
.cc--format--section.cc--format--section--size-1 .cc--format--section--body ul dd:last-child,
.cc--format--section.cc--format--section--size-1 .cc--format--section--body ol li:last-child,
.cc--format--section.cc--format--section--size-1 .cc--format--section--body ol dd:last-child,
.cc--format--section.cc--format--section--size-1 .cc--format--section--body dl li:last-child,
.cc--format--section.cc--format--section--size-1 .cc--format--section--body dl dd:last-child {
  margin-bottom: 0;
}
.cc--format--section.cc--format--section--size-1 .cc--format--section--body .cc--format--section--body--item {
  margin-bottom: 1.5rem;
}
.cc--format--section.cc--format--section--size-1 .cc--format--section--body .cc--format--section--body--item:last-child {
  margin-bottom: 0rem;
}
.cc--format--section.cc--format--section--size-2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.cc--format--section.cc--format--section--size-2 .cc--format--section--heading {
  font-size: 2.25rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  margin-top: -0.5rem;
}
.cc--format--section.cc--format--section--size-2 .cc--format--section--body {
  margin-bottom: 1.5rem;
}
.cc--format--section.cc--format--section--size-2 .cc--format--section--body ul,
.cc--format--section.cc--format--section--size-2 .cc--format--section--body ol,
.cc--format--section.cc--format--section--size-2 .cc--format--section--body dl {
  margin-bottom: 0;
}
.cc--format--section.cc--format--section--size-2 .cc--format--section--body ul li:last-child,
.cc--format--section.cc--format--section--size-2 .cc--format--section--body ul dd:last-child,
.cc--format--section.cc--format--section--size-2 .cc--format--section--body ol li:last-child,
.cc--format--section.cc--format--section--size-2 .cc--format--section--body ol dd:last-child,
.cc--format--section.cc--format--section--size-2 .cc--format--section--body dl li:last-child,
.cc--format--section.cc--format--section--size-2 .cc--format--section--body dl dd:last-child {
  margin-bottom: 0;
}
.cc--format--section.cc--format--section--size-2 .cc--format--section--body .cc--format--section--body--item {
  margin-bottom: 1.5rem;
}
.cc--format--section.cc--format--section--size-2 .cc--format--section--body .cc--format--section--body--item:last-child {
  margin-bottom: 0rem;
}
.cc--format--section.cc--format--section--size-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cc--format--section.cc--format--section--size-3 .cc--format--section--heading {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  margin-top: -0.4rem;
}
.cc--format--section.cc--format--section--size-3 .cc--format--section--body {
  margin-bottom: 1.5rem;
}
.cc--format--section.cc--format--section--size-3 .cc--format--section--body ul,
.cc--format--section.cc--format--section--size-3 .cc--format--section--body ol,
.cc--format--section.cc--format--section--size-3 .cc--format--section--body dl {
  margin-bottom: 0;
}
.cc--format--section.cc--format--section--size-3 .cc--format--section--body ul li:last-child,
.cc--format--section.cc--format--section--size-3 .cc--format--section--body ul dd:last-child,
.cc--format--section.cc--format--section--size-3 .cc--format--section--body ol li:last-child,
.cc--format--section.cc--format--section--size-3 .cc--format--section--body ol dd:last-child,
.cc--format--section.cc--format--section--size-3 .cc--format--section--body dl li:last-child,
.cc--format--section.cc--format--section--size-3 .cc--format--section--body dl dd:last-child {
  margin-bottom: 0;
}
.cc--format--section.cc--format--section--size-3 .cc--format--section--body .cc--format--section--body--item {
  margin-bottom: 1.5rem;
}
.cc--format--section.cc--format--section--size-3 .cc--format--section--body .cc--format--section--body--item:last-child {
  margin-bottom: 0rem;
}
.cc--format--section.cc--format--section--size-4 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.cc--format--section.cc--format--section--size-4 .cc--format--section--heading {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  margin-top: -0.4rem;
}
.cc--format--section.cc--format--section--size-4 .cc--format--section--body {
  margin-bottom: 1.5rem;
}
.cc--format--section.cc--format--section--size-4 .cc--format--section--body ul,
.cc--format--section.cc--format--section--size-4 .cc--format--section--body ol,
.cc--format--section.cc--format--section--size-4 .cc--format--section--body dl {
  margin-bottom: 0;
}
.cc--format--section.cc--format--section--size-4 .cc--format--section--body ul li:last-child,
.cc--format--section.cc--format--section--size-4 .cc--format--section--body ul dd:last-child,
.cc--format--section.cc--format--section--size-4 .cc--format--section--body ol li:last-child,
.cc--format--section.cc--format--section--size-4 .cc--format--section--body ol dd:last-child,
.cc--format--section.cc--format--section--size-4 .cc--format--section--body dl li:last-child,
.cc--format--section.cc--format--section--size-4 .cc--format--section--body dl dd:last-child {
  margin-bottom: 0;
}
.cc--format--section.cc--format--section--size-4 .cc--format--section--body .cc--format--section--body--item {
  margin-bottom: 1.5rem;
}
.cc--format--section.cc--format--section--size-4 .cc--format--section--body .cc--format--section--body--item:last-child {
  margin-bottom: 0rem;
}
.cc--format--section .cc--format--section--body.cc--format--section--body:last-child {
  margin-bottom: 0rem;
}
.cc--format--section .cc--format--section--body.cc--format--section--body:last-child p:last-child {
  margin-bottom: 0;
}

.cc--bs--fullscreen-grid.cc--bs--fullscreen-grid--2-col .cc--bs--fullscreen-grid--item {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .cc--bs--fullscreen-grid.cc--bs--fullscreen-grid--2-col .cc--bs--fullscreen-grid--item.cc--bs--fullscreen-grid--item--col-order-1 > .cc--format--section {
    margin-left: auto;
  }
}
@media (max-width: 767.98px) {
  .cc--bs--fullscreen-grid.cc--bs--fullscreen-grid--2-col .cc--bs--fullscreen-grid--item.cc--bs--fullscreen-grid--item--col-order-1 > .cc--format--section {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .cc--bs--fullscreen-grid.cc--bs--fullscreen-grid--2-col .cc--bs--fullscreen-grid--item.cc--bs--fullscreen-grid--item--col-order-1 {
    padding-right: 5rem;
    padding-left: 5rem;
    margin-right: 0;
  }
}
@media (max-width: 1199.98px) {
  .cc--bs--fullscreen-grid.cc--bs--fullscreen-grid--2-col .cc--bs--fullscreen-grid--item.cc--bs--fullscreen-grid--item--col-order-1 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .cc--bs--fullscreen-grid.cc--bs--fullscreen-grid--2-col .cc--bs--fullscreen-grid--item.cc--bs--fullscreen-grid--item--col-order-2 > .cc--format--section {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .cc--bs--fullscreen-grid.cc--bs--fullscreen-grid--2-col .cc--bs--fullscreen-grid--item.cc--bs--fullscreen-grid--item--col-order-2 {
    padding-right: 5rem;
    padding-left: 5rem;
    margin-left: 0;
  }
}
@media (max-width: 1199.98px) {
  .cc--bs--fullscreen-grid.cc--bs--fullscreen-grid--2-col .cc--bs--fullscreen-grid--item.cc--bs--fullscreen-grid--item--col-order-2 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.cc--bs--fullscreen-grid.cc--bs--fullscreen-grid--2-col .cc--bs--fullscreen-grid--item.cc--bs--fullscreen-grid--item--col-order-1.row--col--gap-xl, .cc--bs--fullscreen-grid.cc--bs--fullscreen-grid--2-col .cc--bs--fullscreen-grid--item.cc--bs--fullscreen-grid--item--col-order-2.row--col--gap-xl {
  margin-left: auto;
  margin-right: auto;
}

.cc--breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 1.5rem;
}
.cc--breadcrumb ul,
.cc--breadcrumb ul li {
  list-style-type: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.cc--breadcrumb ul a,
.cc--breadcrumb ul li a {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.875rem;
  text-decoration: underline;
}

.cc--format--filter-menu {
  margin-bottom: 1.5rem;
}

.cc--grid-divider {
  overflow-x: hidden;
  position: relative;
}

.cc--grid-divider > [class*=col-]:nth-child(n+2):after {
  content: "";
  background-color: #dee2e6;
  position: absolute;
  top: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .cc--grid-divider > [class*=col-]:nth-child(n+2):after {
    width: 100%;
    height: 1px;
    left: 0;
    top: -4px;
  }
}
@media (min-width: 768px) {
  .cc--grid-divider > [class*=col-]:nth-child(n+2):after {
    width: 1px;
    height: auto;
    left: -1px;
  }
}

#homepage_feature .cc--format--section.cc--format--section--size-1 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  /*JUST THE HOMEPAGE*/
}

.stretched-link {
  text-decoration: none;
}
.stretched-link:after {
  z-index: 3;
  text-decoration: none;
}

@media (min-width: 992px) {
  .cc--row--col-border-separate-lg > [class*=col] {
    padding-left: 45px;
    padding-right: 45px;
  }
  .cc--row--col-border-separate-lg > [class*=col]:first-child {
    padding-left: 15px;
  }
  .cc--row--col-border-separate-lg > [class*=col]:last-child {
    padding-right: 15px;
  }
  .cc--row--col-border-separate-lg > [class*=col]:after {
    background: #e6e6e6;
    bottom: 0;
    content: " ";
    right: 0;
    position: absolute;
    width: 1px;
    top: 0;
    display: block;
  }
  .cc--row--col-border-separate-lg > [class*=col]:last-child:after {
    display: none;
  }
}
@media (min-width: 768px) {
  .cc--row--col-border-separate-md > [class*=col] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cc--row--col-border-separate-md > [class*=col]:first-child {
    padding-left: 15px;
  }
  .cc--row--col-border-separate-md > [class*=col]:last-child {
    padding-right: 15px;
  }
  .cc--row--col-border-separate-md > [class*=col]:after {
    background: #e6e6e6;
    bottom: 0;
    content: " ";
    right: 0;
    position: absolute;
    width: 1px;
    top: 0;
    display: block;
  }
  .cc--row--col-border-separate-md.cc--row--col-border-separate--border-black > [class*=col]:after {
    background: #000000;
    bottom: 0;
    content: " ";
    right: 0;
    position: absolute;
    width: 1px;
    top: 0;
    display: block;
  }
  .cc--row--col-border-separate-md > [class*=col]:last-child:after {
    display: none;
  }
}
@media (min-width: 768px) {
  .cc--set-order .cc--set--order--md--unset {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}
@media (max-width: 767.98px) {
  .cc--set-order .cc--set-order--xs-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .cc--set-order .cc--set-order--xs-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .cc--set-order .cc--set-order--xs-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.container-xl,
.container-fluid,
.container {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 991.98px) {
  body.cc--main-nav--open {
    overflow: hidden;
  }
  body.cc--main-nav--open .cc--navbar-main--overlay {
    background-color: rgba(1, 1, 1, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: all;
  }
  body.cc--main-nav--open .navbar-toggler-main {
    display: none;
  }
  body.cc--main-nav--open .body-wrapper.body-wrapper--has-pre-header .navbar-collapse .navbar-collapse--inner,
  body.cc--main-nav--open .body-wrapper.body-wrapper--has-pre-header .header-reveal--abs .navbar-collapse .navbar-collapse--inner {
    top: 0;
  }
}
@media (max-width: 991.98px) {
  .navbar-collapse--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden !important;
  }
  .cc-nav-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
  }
  .cc-nav-lists .navbar-nav.navbar-nav--left,
  .cc-nav-lists .navbar-nav.navbar-nav--right {
    margin: 0;
  }
  .cc-nav-lists .navbar-nav.navbar-nav--left ul li,
  .cc-nav-lists .navbar-nav.navbar-nav--right ul li {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cc-mobile-nav-toggler.cc-mobile-nav-toggler.cc-mobile-nav-toggler {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 16px;
    margin-right: 16px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    justify-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 16px;
  }
  .cc-mobile-nav-toggler.cc-mobile-nav-toggler.cc-mobile-nav-toggler .navbar-toggler {
    color: rgb(17, 121, 123);
  }
  .cc-mobile-nav-toggler.cc-mobile-nav-toggler.cc-mobile-nav-toggler .navbar-toggler:hover {
    color: rgb(11, 83, 84);
  }
  .navbar.navbar--main.navbar-dark .navbar-collapse .navbar-collapse--inner {
    padding: 0;
    padding-bottom: 110px;
  }
  .navbar.navbar--main.navbar-dark .navbar-collapse .navbar-collapse--inner .navbar-nav.navbar-nav--left.navbar-nav--right,
  .navbar.navbar--main.navbar-dark .navbar-collapse .navbar-collapse--inner .navbar-nav.navbar-nav--left.navbar-nav--left {
    margin: 0 0 0 0;
  }
  .navbar--main.navbar-expand-lg .navbar-nav .nav-item,
  .navbar--main.navbar-expand-lg .navbar-nav .nav-item {
    margin: 0 0 0 0;
  }
  .navbar.navbar--main.navbar-dark .navbar-collapse .navbar-collapse--inner .navbar-nav.navbar-nav--right {
    margin: 0 0 0 0;
  }
}
@media (min-width: 992px) {
  .cc-nav-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}