/*///////////////////////////////////
// Bootstrap Override
///////////////////////////////////*/
body {
  position: relative;
  min-height: 100%;
}

* {
  outline: none !important;
}

img {
  max-width: 100%;
}

a {
  color: #2A3855;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover, a:focus {
  color: #192233;
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
  text-decoration: none;
}

.container {
  z-index: 1;
}

.card {
  border-color: #f2f2f2;
  border-radius: 3px;
}

.card-img-top {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.card-block {
  padding: 2.5rem;
}

.card-header, .card-footer {
  font-family: "Montserrat", sans-serif;
  background-color: #fafafa;
  padding: 1.2rem 2.5rem;
}

.card-header {
  border-bottom-color: #f2f2f2;
}

.card-footer {
  border-top-color: #f2f2f2;
}

.card-header:first-child {
  border-radius: 3px 3px 0 0;
}

.card-footer:last-child {
  border-radius: 0 0 3px 3px;
}

.list-group-item {
  padding: 0.4rem 1.2rem;
  border-color: #f2f2f2;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-radius: 3px 3px 0 0;
}

.card-outline-black {
  border-color: black;
}

.card-outline-1 {
  border-color: #1f1f1f;
}

.card-outline-2 {
  border-color: #2b2b2b;
}

.card-outline-3 {
  border-color: #404040;
}

.card-outline-4 {
  border-color: #555555;
}

.card-outline-5 {
  border-color: #6a6a6a;
}

.card-outline-6 {
  border-color: #7F7F7F;
}

.card-outline-7 {
  border-color: #949494;
}

.card-outline-8 {
  border-color: #bebebe;
}

.card-outline-9 {
  border-color: #e1e1e1;
}

.card-outline-10 {
  border-color: #f2f2f2;
}

.card-outline-11 {
  border-color: #fafafa;
}

.card-outline-white {
  border-color: white;
}

.card-outline-primary {
  border-color: #2A3855;
}

.card-outline-info {
  border-color: #3680b3;
}

.card-outline-success {
  border-color: #36b36a;
}

.card-outline-warning {
  border-color: #FDD428;
}

.card-outline-danger {
  border-color: #b33641;
}

.card-outline-facebook {
  border-color: #3b5998;
}

.card-outline-twitter {
  border-color: #1da1f2;
}

.card-outline-google-plus {
  border-color: #db4437;
}

.card-outline-github {
  border-color: #24292e;
}

.card-columns {
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

@media (max-width: 61.99em) {
  .card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

@media (min-width: 62em) {
  .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 75em) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}

.badge {
  font-family: "Montserrat", sans-serif;
}

.badge:not(.badge-pill) {
  border-radius: 3px;
}

.btn[class*='btn-']:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pagination .page-item .page-link {
  color: #2A3855;
}

.pagination .page-item.active .page-link {
  background-color: #2A3855;
  border-color: transparent;
  color: white;
}

.pagination-warning .page-item .page-link {
  color: #FDD428;
}

.pagination-warning .page-item.active .page-link {
  background-color: #FDD428;
  border-color: transparent;
  color: white;
}

/*///////////////////////////////////
// Navigation
///////////////////////////////////*/
.znav-container:not([class*="sticky-"]) {
  top: 0;
  left: 0;
  right: 0;
  position: relative;
  z-index: 1030;
}

@media (max-width: 61.99em) {
  .znav-container {
    max-height: 100vh;
    overflow-y: auto;
  }
}

.znav-container hr {
  margin: 2px 0;
}

.znav-container .navbar {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.75019rem;
  letter-spacing: 0.01em;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.5;
}

.znav-container .navbar a.navbar-brand {
  font-size: 1.333rem;
  text-transform: uppercase;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-transition: color;
  -o-transition: color;
  transition: color;
}

.znav-container .navbar .navbar-toggler {
  padding: 0;
}

.znav-container ul {
  list-style-type: none;
  padding-left: 0;
}

@media (min-width: 62em) {
  .znav-container ul {
    margin-left: -1.2rem;
  }
}

.znav-container ul li {
  padding: 0;
  position: relative;
}

.znav-container ul li a:not(.btn) {
  display: block;
  padding: 0.4rem 1.2rem;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.znav-container ul li a:not(.btn):active, .znav-container ul li a:not(.btn):hover, .znav-container ul li a:not(.btn):focus, .znav-container ul li a:not(.btn):active:focus {
  text-decoration: none;
}

@media (max-width: 61.99em) {
  .znav-container ul li a:not(.btn) {
    margin-left: -1.2rem;
  }
}

.znav-container .dropdown, .znav-container .megamenu {
  border-radius: 3px;
}

@media (max-width: 61.99em) {
  .znav-container .dropdown, .znav-container .megamenu {
    display: none;
  }
}

@media (min-width: 62em) {
  .znav-container .dropdown, .znav-container .megamenu {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    pointer-events: none;
    opacity: 0;
    display: none;
  }
}

.znav-container .megamenu ul li a {
  font-weight: 400;
  padding: 0.2rem 1.2rem;
}

.znav-container .has-dropdown > a {
  position: relative;
}

.znav-container .has-dropdown > a:after {
  content: '\f107';
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  padding: 0;
  height: 9px;
  width: 9px;
  pointer-events: none;
  z-index: 2000;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: translateX(-2px) translateY(1px);
  -ms-transform: translateX(-2px) translateY(1px);
  transform: translateX(-2px) translateY(1px);
}

@media (min-width: 62em) {
  .znav-container .has-dropdown > a:after {
    -webkit-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}

.znav-container .has-dropdown > a:after {
  top: 6px;
}

@media (max-width: 61.99em) {
  .znav-container .has-dropdown > a:after {
    right: 10px;
  }
}

.znav-container .has-dropdown .dropdown {
  left: 0;
  min-width: 160px;
  padding: 0.4rem 0;
}

.znav-container .has-megamenu > a {
  position: relative;
}

.znav-container .has-megamenu > a:after {
  content: '\f107';
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  padding: 0;
  height: 9px;
  width: 9px;
  pointer-events: none;
  z-index: 2000;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: translateX(-2px) translateY(1px);
  -ms-transform: translateX(-2px) translateY(1px);
  transform: translateX(-2px) translateY(1px);
}

@media (min-width: 62em) {
  .znav-container .has-megamenu > a:after {
    -webkit-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}

.znav-container .has-megamenu > a:after {
  top: 6px;
}

@media (max-width: 61.99em) {
  .znav-container .has-megamenu > a:after {
    right: 10px;
  }
}

@media (max-width: 61.99em) {
  .znav-container ul.navbar-nav {
    padding: 1.2rem 0;
  }
}

@media (max-width: 61.99em) {
  .znav-container ul.navbar-nav > li .btn {
    width: 100%;
    margin: 5px 0;
  }
}

@media (max-width: 61.99em) {
  .znav-container ul.navbar-nav > li.has-dropdown ul.dropdown {
    padding-left: 2.5rem;
  }
  .znav-container ul.navbar-nav > li.has-dropdown ul.dropdown .has-dropdown > a:after {
    top: 0;
  }
  .znav-container ul.navbar-nav .z-active > .megamenu, .znav-container ul.navbar-nav .z-active > .dropdown {
    display: block;
  }
  .znav-container ul.navbar-nav > li.has-megamenu .megamenu {
    padding-left: 2.5rem;
  }
  .znav-container ul.navbar-nav .mt-sm-down-1 {
    margin-top: 1.2rem !important;
  }
}

@media (min-width: 62em) {
  .znav-container ul.navbar-nav li.has-dropdown .has-dropdown > a:after {
    content: '\f105';
  }
  .znav-container ul.navbar-nav li.has-dropdown .has-dropdown:active > a:after, .znav-container ul.navbar-nav li.has-dropdown .has-dropdown:hover > a:after, .znav-container ul.navbar-nav li.has-dropdown .has-dropdown:focus > a:after, .znav-container ul.navbar-nav li.has-dropdown .has-dropdown:active:focus > a:after {
    -webkit-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  .znav-container ul.navbar-nav li.has-dropdown ul.dropdown {
    display: block;
    position: absolute;
    margin-left: 0;
    padding: 1.2rem 0;
  }
  .znav-container ul.navbar-nav li.has-dropdown > ul.dropdown ul.dropdown {
    left: 100%;
    top: -0.2rem;
  }
  .znav-container ul.navbar-nav li.has-dropdown > ul.dropdown ul.dropdown.dropdown-push-left {
    left: auto;
    right: 100%;
  }
  .znav-container ul.navbar-nav li.has-dropdown > ul.dropdown.dropdown-align-right {
    left: auto;
    right: 0;
  }
  .znav-container ul.navbar-nav li.has-dropdown:active > ul.dropdown, .znav-container ul.navbar-nav li.has-dropdown:hover > ul.dropdown, .znav-container ul.navbar-nav li.has-dropdown:focus > ul.dropdown, .znav-container ul.navbar-nav li.has-dropdown:active:focus > ul.dropdown {
    pointer-events: all;
    opacity: 1;
  }
  .znav-container ul.navbar-nav li.has-dropdown ul.dropdown.opened {
    opacity: 1;
    pointer-events: all;
  }
  .znav-container ul.navbar-nav > li.has-megamenu {
    position: static;
  }
  .znav-container ul.navbar-nav > li.has-megamenu .megamenu {
    display: block;
    border-radius: 3px;
    left: 0;
    position: absolute;
  }
  .znav-container ul.navbar-nav > li.has-megamenu .megamenu .gutter-0 {
    padding: 0;
  }
  .znav-container ul.navbar-nav > li.has-megamenu:active .megamenu, .znav-container ul.navbar-nav > li.has-megamenu:hover .megamenu, .znav-container ul.navbar-nav > li.has-megamenu:focus .megamenu, .znav-container ul.navbar-nav > li.has-megamenu:active:focus .megamenu {
    pointer-events: all;
    opacity: 1;
  }
}

.znav-container {
  background-color: #1f1f1f;
}

.znav-container hr {
  border-top-color: rgba(250, 250, 250, 0.05);
}

.znav-container button {
  color: #fafafa;
}

.znav-container a:not(.btn) {
  color: rgba(250, 250, 250, 0.6);
}

.znav-container a:not(.btn):active, .znav-container a:not(.btn):hover, .znav-container a:not(.btn):focus, .znav-container a:not(.btn):active:focus {
  color: #fafafa;
}

.znav-container a.navbar-brand {
  color: #fafafa;
}

.znav-container [class*='has-']:after {
  color: #fafafa;
}

.znav-container .megamenu, .znav-container .dropdown {
  color: #fafafa;
  background-color: #1f1f1f;
}

@media (min-width: 62em) {
  .znav-container .megamenu, .znav-container .dropdown {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
  }
}

.znav-primary {
  background-color: #2A3855;
}

.znav-primary hr {
  border-top-color: rgba(250, 250, 250, 0.05);
}

.znav-primary button {
  color: #fafafa;
}

.znav-primary a:not(.btn) {
  color: rgba(250, 250, 250, 0.6);
}

.znav-primary a:not(.btn):active, .znav-primary a:not(.btn):hover, .znav-primary a:not(.btn):focus, .znav-primary a:not(.btn):active:focus {
  color: #fafafa;
}

.znav-primary a.navbar-brand {
  color: #fafafa;
}

.znav-primary [class*='has-']:after {
  color: #fafafa;
}

.znav-primary .megamenu, .znav-primary .dropdown {
  color: #fafafa;
  background-color: #2A3855;
}

@media (min-width: 62em) {
  .znav-primary .megamenu, .znav-primary .dropdown {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
  }
}

.znav-success {
  background-color: #36b36a;
}

.znav-success hr {
  border-top-color: rgba(250, 250, 250, 0.05);
}

.znav-success button {
  color: #fafafa;
}

.znav-success a:not(.btn) {
  color: rgba(250, 250, 250, 0.6);
}

.znav-success a:not(.btn):active, .znav-success a:not(.btn):hover, .znav-success a:not(.btn):focus, .znav-success a:not(.btn):active:focus {
  color: #fafafa;
}

.znav-success a.navbar-brand {
  color: #fafafa;
}

.znav-success [class*='has-']:after {
  color: #fafafa;
}

.znav-success .megamenu, .znav-success .dropdown {
  color: #fafafa;
  background-color: #36b36a;
}

@media (min-width: 62em) {
  .znav-success .megamenu, .znav-success .dropdown {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
  }
}

.znav-info {
  background-color: #3680b3;
}

.znav-info hr {
  border-top-color: rgba(250, 250, 250, 0.05);
}

.znav-info button {
  color: #fafafa;
}

.znav-info a:not(.btn) {
  color: rgba(250, 250, 250, 0.6);
}

.znav-info a:not(.btn):active, .znav-info a:not(.btn):hover, .znav-info a:not(.btn):focus, .znav-info a:not(.btn):active:focus {
  color: #fafafa;
}

.znav-info a.navbar-brand {
  color: #fafafa;
}

.znav-info [class*='has-']:after {
  color: #fafafa;
}

.znav-info .megamenu, .znav-info .dropdown {
  color: #fafafa;
  background-color: #3680b3;
}

@media (min-width: 62em) {
  .znav-info .megamenu, .znav-info .dropdown {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
  }
}

.znav-warning {
  background-color: #FDD428;
}

.znav-warning hr {
  border-top-color: rgba(31, 31, 31, 0.05);
}

.znav-warning button {
  color: #1f1f1f;
}

.znav-warning a:not(.btn) {
  color: rgba(31, 31, 31, 0.6);
}

.znav-warning a:not(.btn):active, .znav-warning a:not(.btn):hover, .znav-warning a:not(.btn):focus, .znav-warning a:not(.btn):active:focus {
  color: #1f1f1f;
}

.znav-warning a.navbar-brand {
  color: #1f1f1f;
}

.znav-warning [class*='has-']:after {
  color: #1f1f1f;
}

.znav-warning .megamenu, .znav-warning .dropdown {
  color: #1f1f1f;
  background-color: #FDD428;
}

@media (min-width: 62em) {
  .znav-warning .megamenu, .znav-warning .dropdown {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
  }
}

.znav-danger {
  background-color: #b33641;
}

.znav-danger hr {
  border-top-color: rgba(250, 250, 250, 0.05);
}

.znav-danger button {
  color: #fafafa;
}

.znav-danger a:not(.btn) {
  color: rgba(250, 250, 250, 0.6);
}

.znav-danger a:not(.btn):active, .znav-danger a:not(.btn):hover, .znav-danger a:not(.btn):focus, .znav-danger a:not(.btn):active:focus {
  color: #fafafa;
}

.znav-danger a.navbar-brand {
  color: #fafafa;
}

.znav-danger [class*='has-']:after {
  color: #fafafa;
}

.znav-danger .megamenu, .znav-danger .dropdown {
  color: #fafafa;
  background-color: #b33641;
}

@media (min-width: 62em) {
  .znav-danger .megamenu, .znav-danger .dropdown {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
  }
}

.znav-dark {
  background-color: #1f1f1f;
}

.znav-dark hr {
  border-top-color: rgba(250, 250, 250, 0.05);
}

.znav-dark button {
  color: #fafafa;
}

.znav-dark a:not(.btn) {
  color: rgba(250, 250, 250, 0.6);
}

.znav-dark a:not(.btn):active, .znav-dark a:not(.btn):hover, .znav-dark a:not(.btn):focus, .znav-dark a:not(.btn):active:focus {
  color: #fafafa;
}

.znav-dark a.navbar-brand {
  color: #fafafa;
}

.znav-dark [class*='has-']:after {
  color: #fafafa;
}

.znav-dark .megamenu, .znav-dark .dropdown {
  color: #fafafa;
  background-color: #1f1f1f;
}

@media (min-width: 62em) {
  .znav-dark .megamenu, .znav-dark .dropdown {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
  }
}

.znav-white {
  background-color: white;
}

.znav-white hr {
  border-top-color: rgba(31, 31, 31, 0.05);
}

.znav-white button {
  color: #1f1f1f;
}

.znav-white a:not(.btn) {
  color: rgba(31, 31, 31, 0.6);
}

.znav-white a:not(.btn):active, .znav-white a:not(.btn):hover, .znav-white a:not(.btn):focus, .znav-white a:not(.btn):active:focus {
  color: #1f1f1f;
}

.znav-white a.navbar-brand {
  color: #1f1f1f;
}

.znav-white [class*='has-']:after {
  color: #1f1f1f;
}

.znav-white .megamenu, .znav-white .dropdown {
  color: #1f1f1f;
  background-color: white;
}

@media (min-width: 62em) {
  .znav-white .megamenu, .znav-white .dropdown {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
  }
}

@media (min-width: 62em) {
  .znav-white .dropdown, .znav-white .megamenu {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
  }
}

.znav-semi-transparent.znav-white {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.95)), to(white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.95) 0%, white 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.95) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, white 100%);
}

.znav-semi-transparent.znav-dark {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 31, 31, 0.9)), to(#1f1f1f));
  background: -webkit-linear-gradient(top, rgba(31, 31, 31, 0.9) 0%, #1f1f1f 100%);
  background: -o-linear-gradient(top, rgba(31, 31, 31, 0.9) 0%, #1f1f1f 100%);
  background: linear-gradient(to bottom, rgba(31, 31, 31, 0.9) 0%, #1f1f1f 100%);
}

@media (max-width: 61.99em) {
  .znav-semi-transparent .dropdown, .znav-semi-transparent .megamenu {
    background-color: transparent;
  }
}

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


.znav-transparent.znav-container .navbar-nav > li > a:not(.btn) {
  color: rgba(255, 255, 255, 0.8);
}

.hamburger {
  padding: 8px;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.hamburger .hamburger-box {
  height: 0;
  width: 30px;
}

.hamburger .hamburger-box .hamburger-inner, .hamburger .hamburger-box .hamburger-inner::after, .hamburger .hamburger-box .hamburger-inner::before {
  width: 100%;
  height: 1px;
  border-radius: 3px;
  background-color: currentColor;
}

.hamburger.is-active .hamburger-inner {
  background-color: transparent;
}

.hamburger-inner::before {
  top: -7px;
}

.hamburger--emphatic .hamburger-inner::after {
  top: 7px;
}

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

.znav-revealed {
  position: fixed;
}

/*///////////////////////////////////
// Carousel
///////////////////////////////////*/
.owl-theme .owl-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.owl-theme .owl-dots .owl-dot {
  padding: 0.8rem 0;
}

.owl-theme .owl-dots .owl-dot span {
  border-radius: 3px;
  width: 50px;
  height: 2px;
  background-color: rgba(127, 127, 127, 0.35);
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #2A3855;
}

.owl-theme .owl-dots .owl-dot:active span, .owl-theme .owl-dots .owl-dot:hover span, .owl-theme .owl-dots .owl-dot:focus span, .owl-theme .owl-dots .owl-dot:active:focus span {
  background-color: #404040;
}

.owl-theme:active .owl-nav [class*=owl-], .owl-theme:hover .owl-nav [class*=owl-], .owl-theme:focus .owl-nav [class*=owl-], .owl-theme:active:focus .owl-nav [class*=owl-] {
  opacity: 0.75;
}

.owl-theme .owl-nav {
  margin-top: 0;
}

.owl-theme .owl-nav [class*=owl-] {
  opacity: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  background-color: #f2f2f2;
  font-size: 1.77689rem;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  line-height: 40px;
  text-align: center;
  color: #2b2b2b;
  margin: 0;
}

.owl-theme .owl-nav [class*=owl-]:active, .owl-theme .owl-nav [class*=owl-]:hover, .owl-theme .owl-nav [class*=owl-]:focus, .owl-theme .owl-nav [class*=owl-]:active:focus {
  background-color: #f2f2f2;
  color: #2b2b2b;
  cursor: pointer;
  opacity: 1;
}

.owl-theme .owl-nav .owl-prev {
  left: 0;
}

.owl-theme .owl-nav .owl-next {
  right: 0;
}

.owl-theme.nav-square .owl-nav {
  margin-top: 0;
}

.owl-theme.nav-square .owl-nav [class*=owl-] {
  border-radius: 0;
}

.owl-theme.owl-nav-outer .owl-nav .owl-prev {
  left: -4rem;
}

.owl-theme.owl-nav-outer .owl-nav .owl-next {
  right: -4rem;
}

.owl-theme.owl-dots-inner .owl-dots {
  bottom: 0px;
}

.owl-theme.owl-dot-round .owl-dots .owl-dot span {
  height: 10px;
  width: 10px;
  border-radius: 5px;
}

.owl-theme.owl-theme-info .owl-dots .owl-dot.active span {
  background-color: #3680b3;
}

.owl-theme.owl-theme-success .owl-dots .owl-dot.active span {
  background-color: #36b36a;
}

.owl-theme.owl-theme-warning .owl-dots .owl-dot.active span {
  background-color: #FDD428;
}

.owl-theme.owl-theme-danger .owl-dots .owl-dot.active span {
  background-color: #b33641;
}

.owl-theme.owl-theme-black .owl-dots .owl-dot.active span {
  background-color: black;
}

.owl-theme.owl-theme-white .owl-dots .owl-dot.active span {
  background-color: white;
}

/*///////////////////////////////////
// Flexslider
///////////////////////////////////*/
.flexslider {
  border-radius: 0;
  margin: 0;
  border: 0;
  max-width: 100%;
  overflow: hidden;
}

.flexslider .flex-control-thumbs li {
  width: calc(25% - 4.75px);
}

.flexslider .flex-control-thumbs li img {
  padding: 2px;
  border: 1px solid #bebebe;
  border-radius: 3px;
  margin-bottom: 6px;
}

.flexslider .flex-control-thumbs li img.flex-active {
  border-color: #404040;
}

.flexslider .flex-control-thumbs li:not(:nth-child(4)) {
  margin-right: 6px;
}

.flex-direction-nav a.flex-next:before {
  font-family: FontAwesome;
  content: "\f105";
  line-height: 40px;
  text-shadow: none;
}

.flex-direction-nav a:before {
  font-family: FontAwesome;
  content: "\f104";
}

/*///////////////////////////////////
// Google-map
///////////////////////////////////*/
.googlemap {
  min-height: 300px;
}

.googlemap > .marker-content {
  opacity: 0;
}

/*///////////////////////////////////
// Hoverbox
///////////////////////////////////*/
.hoverbox {
  position: relative;
}

.hoverbox .hoverbox-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  margin: 0 !important;
}

.hoverbox:active .hover-box-content-initial, .hoverbox:hover .hover-box-content-initial, .hoverbox:focus .hover-box-content-initial, .hoverbox:active:focus .hover-box-content-initial {
  opacity: 0;
}

.hoverbox:active .hoverbox-content, .hoverbox:hover .hoverbox-content, .hoverbox:focus .hoverbox-content, .hoverbox:active:focus .hoverbox-content {
  opacity: 1;
}

/*///////////////////////////////////
// Lightbox
///////////////////////////////////*/
.lb-data .lb-number, .lb-data .lb-caption {
  font-family: "Montserrat", sans-serif;
}

/*///////////////////////////////////
// Remodal
///////////////////////////////////*/
.remodal-video {
  padding: 0;
  min-width: 75%;
}

.remodal-overlay {
  background-color: rgba(31, 31, 31, 0.9);
}

.remodal-close {
  top: -35px;
  left: -35px;
}

.remodal-close:active, .remodal-close:hover, .remodal-close:focus, .remodal-close:active:focus {
  color: white;
}

/*///////////////////////////////////
// Semantic-ui
///////////////////////////////////*/
.ui.dropdown.selected, .ui.dropdown .menu .selected.item {
  background-color: transparent;
  color: #2A3855;
}

.ui.selection.dropdown {
  font-family: "Montserrat", sans-serif;
  border-radius: 3px;
  padding: 0.8rem 2.5rem;
  font-weight: 600;
  font-size: 0.75019rem;
  letter-spacing: 0.01em;
  -webkit-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
  line-height: 1.5;
  z-index: 3;
}

.ui.selection.dropdown[class*='background-'] {
  color: #fff;
}

.ui.selection.dropdown[class*='background-'].visible .text:not(.default) {
  color: #fff;
}

.ui.selection.dropdown.visible > .text:not(.default) {
  font-weight: inherit;
  color: #1f1f1f;
}

.ui.selection.dropdown.active {
  border-color: #7F7F7F;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ui.selection.dropdown.active .menu {
  border-color: #7F7F7F;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ui.selection.dropdown.active:active, .ui.selection.dropdown.active:hover, .ui.selection.dropdown.active:focus, .ui.selection.dropdown.active:active:focus {
  border-color: #555555;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ui.selection.dropdown.active:active .menu, .ui.selection.dropdown.active:hover .menu, .ui.selection.dropdown.active:focus .menu, .ui.selection.dropdown.active:active:focus .menu {
  border-color: #555555;
}

.ui.selection.dropdown > .search.icon, .ui.selection.dropdown > .delete.icon, .ui.selection.dropdown > .dropdown.icon {
  top: 50%;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ui.selection.dropdown > .search.icon:before, .ui.selection.dropdown > .delete.icon:before, .ui.selection.dropdown > .dropdown.icon:before {
  content: '\f107';
  font-family: 'FontAwesome';
}

.ui.selection.dropdown .menu {
  border-color: #555555;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0.8rem 0;
}

.ui.selection.dropdown .menu > .item {
  border-top: 1px solid #fff;
  padding: 0.8rem 2.5rem !important;
  font-weight: 600;
  font-size: 0.75019rem;
  letter-spacing: 0.01em;
  -webkit-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
  line-height: 1.5;
}

.ui.selection.dropdown .menu > .item:active, .ui.selection.dropdown .menu > .item:hover, .ui.selection.dropdown .menu > .item:focus, .ui.selection.dropdown .menu > .item:active:focus {
  background: #f2f2f2;
  color: #1f1f1f;
}

.ui.selection.dropdown:active, .ui.selection.dropdown:hover, .ui.selection.dropdown:focus, .ui.selection.dropdown:active:focus {
  border-color: #555555;
}

.ui.selection.dropdown:active .menu, .ui.selection.dropdown:hover .menu, .ui.selection.dropdown:focus .menu, .ui.selection.dropdown:active:focus .menu {
  border-color: #555555;
}

.ui.selection.dropdown.upward.visible {
  border-color: #7F7F7F;
}

.ui.selection.dropdown.upward.visible:active, .ui.selection.dropdown.upward.visible:hover, .ui.selection.dropdown.upward.visible:focus, .ui.selection.dropdown.upward.visible:active:focus {
  border-color: #555555;
}

.ui.selection.dropdown.upward.visible:active .menu, .ui.selection.dropdown.upward.visible:hover .menu, .ui.selection.dropdown.upward.visible:focus .menu, .ui.selection.dropdown.upward.visible:active:focus .menu {
  border-color: #555555;
}

.ui.selection.dropdown.upward.visible .menu {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px 3px 0 0;
}

.ui.selection.dropdown.upward.visible:active, .ui.selection.dropdown.upward.visible:hover, .ui.selection.dropdown.upward.visible:focus, .ui.selection.dropdown.upward.visible:active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ui.selection.dropdown.upward.visible:active .menu, .ui.selection.dropdown.upward.visible:hover .menu, .ui.selection.dropdown.upward.visible:focus .menu, .ui.selection.dropdown.upward.visible:active:focus .menu {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ui.styled.accordion, .ui.styled.accordion .accordion {
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e1e1e1;
}

.ui.styled.accordion .title, .ui.styled.accordion .accordion .title {
  color: #1f1f1f;
  border-top: 1px solid #e1e1e1;
  font-family: "Montserrat", sans-serif;
  border-radius: 3px;
  padding: 0.8rem;
  font-weight: 600;
  font-size: 0.75019rem;
  letter-spacing: 0.01em;
  -webkit-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
  line-height: 1.5;
}

.ui.styled.accordion .title .dropdown.icon, .ui.styled.accordion .accordion .title .dropdown.icon {
  margin-right: 0.75em;
}

.ui.styled.accordion .title.active, .ui.styled.accordion .accordion .title.active {
  color: #1f1f1f;
}

.ui.styled.accordion .content, .ui.styled.accordion .accordion .content {
  padding: 0.8rem 2.5rem;
  color: #2b2b2b;
}

/*///////////////////////////////////
// Typed-text
///////////////////////////////////*/
.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.8s infinite;
  animation: blink 0.8s infinite;
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

span.typed-cursor {
  background: currentColor;
  width: 2px !important;
  display: inline-block;
  text-indent: 10000px;
  line-height: 1.4em;
}

/*///////////////////////////////////
// Typography
///////////////////////////////////*/
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
.report-anchor {
    scroll-margin-top: 115px;
}
body {
  line-height: 1.45;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1f1f1f;
  font-size: 1rem;
}

h1, .h1 {
  font-size: 4.20873rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
}

h2, .h2 {
  font-size: 3.15733rem;
  font-family: "Montserrat", sans-serif;
}

h3, .h3 {
  font-size: 2.36859rem;
  font-family: "Montserrat", sans-serif;
}

h4, .h4 {
  font-size: 1.77689rem;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 1.333rem;
}

h5, .h5 {
  font-size: 1.333rem;
  font-family: "Montserrat", sans-serif;
}

p, .p {
  font-size: 1rem;
}

p.lead, .p.lead {
  font-size: 1.333rem;
}

h6, .h6 {
  font-size: 0.75019rem;
  font-family: "Montserrat", sans-serif;
}

small, .small {
  font-size: 0.75019rem;
}

.dropcap::first-letter {
  font-size: 3em;
  float: left;
  line-height: 0.92;
  margin-right: 6px;
}

.test {
  background-color: red;
}

.fs--1 {
  font-size: 0.75019rem !important;
}

.fs-0 {
  font-size: 1rem !important;
}

.fs-1 {
  font-size: 1.333rem !important;
}

.fs-2 {
  font-size: 1.77689rem !important;
}

.fs-3 {
  font-size: 2.36859rem !important;
}

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

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

.fs-6 {
  font-size: 5.61023rem !important;
}

.fs-7 {
  font-size: 7.47844rem !important;
}

.fs-8 {
  font-size: 9.96876rem !important;
}

@media (min-width: 36em) {
  .fs-sm--1 {
    font-size: 0.75019rem !important;
  }
  .fs-sm-0 {
    font-size: 1rem !important;
  }
  .fs-sm-1 {
    font-size: 1.333rem !important;
  }
  .fs-sm-2 {
    font-size: 1.77689rem !important;
  }
  .fs-sm-3 {
    font-size: 2.36859rem !important;
  }
  .fs-sm-4 {
    font-size: 3.15733rem !important;
  }
  .fs-sm-5 {
    font-size: 4.20873rem !important;
  }
  .fs-sm-6 {
    font-size: 5.61023rem !important;
  }
  .fs-sm-7 {
    font-size: 7.47844rem !important;
  }
  .fs-sm-8 {
    font-size: 9.96876rem !important;
  }
}

@media (min-width: 48em) {
  .fs-md--1 {
    font-size: 0.75019rem !important;
  }
  .fs-md-0 {
    font-size: 1rem !important;
  }
  .fs-md-1 {
    font-size: 1.333rem !important;
  }
  .fs-md-2 {
    font-size: 1.77689rem !important;
  }
  .fs-md-3 {
    font-size: 2.36859rem !important;
  }
  .fs-md-4 {
    font-size: 3.15733rem !important;
  }
  .fs-md-5 {
    font-size: 4.20873rem !important;
  }
  .fs-md-6 {
    font-size: 5.61023rem !important;
  }
  .fs-md-7 {
    font-size: 7.47844rem !important;
  }
  .fs-md-8 {
    font-size: 9.96876rem !important;
  }
}

@media (min-width: 62em) {
  .fs-lg--1 {
    font-size: 0.75019rem !important;
  }
  .fs-lg-0 {
    font-size: 1rem !important;
  }
  .fs-lg-1 {
    font-size: 1.333rem !important;
  }
  .fs-lg-2 {
    font-size: 1.77689rem !important;
  }
  .fs-lg-3 {
    font-size: 2.36859rem !important;
  }
  .fs-lg-4 {
    font-size: 3.15733rem !important;
  }
  .fs-lg-5 {
    font-size: 4.20873rem !important;
  }
  .fs-lg-6 {
    font-size: 5.61023rem !important;
  }
  .fs-lg-7 {
    font-size: 7.47844rem !important;
  }
  .fs-lg-8 {
    font-size: 9.96876rem !important;
  }
}

@media (min-width: 75em) {
  .fs-xl--1 {
    font-size: 0.75019rem !important;
  }
  .fs-xl-0 {
    font-size: 1rem !important;
  }
  .fs-xl-1 {
    font-size: 1.333rem !important;
  }
  .fs-xl-2 {
    font-size: 1.77689rem !important;
  }
  .fs-xl-3 {
    font-size: 2.36859rem !important;
  }
  .fs-xl-4 {
    font-size: 3.15733rem !important;
  }
  .fs-xl-5 {
    font-size: 4.20873rem !important;
  }
  .fs-xl-6 {
    font-size: 5.61023rem !important;
  }
  .fs-xl-7 {
    font-size: 7.47844rem !important;
  }
  .fs-xl-8 {
    font-size: 9.96876rem !important;
  }
}

.font-1 {
  font-family: "Montserrat", sans-serif;
}

.font-2 {
  font-family: "Open Sans", sans-serif;
}

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

.lh-f1 {
  line-height: 0.7 !important;
}

.lh-f2 {
  line-height: 0.85 !important;
}

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

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

.lh-3 {
  line-height: 1.3 !important;
}

.lh-4 {
  line-height: 1.45 !important;
}

.lh-5 {
  line-height: 1.6 !important;
}

.lh-6 {
  line-height: 1.75 !important;
}

.lh-7 {
  line-height: 1.9 !important;
}

.lh-8 {
  line-height: 2.05 !important;
}

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

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

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

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

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

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

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

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

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

.text-normal {
  text-transform: none !important;
}

.ls {
  letter-spacing: 2px !important;
}

ul.bullet-inside {
  list-style-position: inside;
}

ul.bullet-none {
  list-style: none;
}

/*///////////////////////////////////
// Buttons
///////////////////////////////////*/
.btn {
  padding: 0.8rem 2.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.75019rem;
  letter-spacing: 0.01em;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 1.5;
}

.btn.btn-xs {
  padding: 0.2rem 0.8rem;
}

.btn.btn-sm {
  padding: 0.4rem 1.2rem;
}

.btn.btn-lg {
  padding: 1.2rem 5rem;
  font-size: 1rem;
}

.btn.active, .btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-capsule {
  border-radius: 50px;
}

.btn-primary {
  color: white;
  background-color: #2A3855;
  border-color: #222d44;
}

.btn-primary.active, .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus {
  color: white;
  background-color: #192233;
  border-color: #0d121b;
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #2A3855;
  border-color: #222d44;
}

.btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: white;
  background-color: #192233;
  background-image: none;
  border-color: #0d121b;
  z-index: 99;
}

.btn-info {
  color: white;
  background-color: #3680b3;
  border-color: #30729f;
}

.btn-info.active, .btn-info:hover, .btn-info:active, .btn-info:focus, .btn-info:active:focus {
  color: white;
  background-color: #2a648c;
  border-color: #225070;
}

.btn-info.disabled, .btn-info:disabled {
  background-color: #3680b3;
  border-color: #30729f;
}

.btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: white;
  background-color: #2a648c;
  background-image: none;
  border-color: #225070;
  z-index: 99;
}

.btn-success {
  color: white;
  background-color: #36b36a;
  border-color: #309f5e;
}

.btn-success.active, .btn-success:hover, .btn-success:active, .btn-success:focus, .btn-success:active:focus {
  color: white;
  background-color: #2a8c53;
  border-color: #227043;
}

.btn-success.disabled, .btn-success:disabled {
  background-color: #36b36a;
  border-color: #309f5e;
}

.btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: white;
  background-color: #2a8c53;
  background-image: none;
  border-color: #227043;
  z-index: 99;
}

.btn-warning {
  color: white;
  background-color: #FDD428;
  border-color: #fdcf0f;
}

.btn-warning.active, .btn-warning:hover, .btn-warning:active, .btn-warning:focus, .btn-warning:active:focus {
  color: white;
  background-color: #f0c202;
  border-color: #cca502;
}

.btn-warning.disabled, .btn-warning:disabled {
  background-color: #FDD428;
  border-color: #fdcf0f;
}

.btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: white;
  background-color: #f0c202;
  background-image: none;
  border-color: #cca502;
  z-index: 99;
}

.btn-danger {
  color: white;
  background-color: #b33641;
  border-color: #9f303a;
}

.btn-danger.active, .btn-danger:hover, .btn-danger:active, .btn-danger:focus, .btn-danger:active:focus {
  color: white;
  background-color: #8c2a33;
  border-color: #702229;
}

.btn-danger.disabled, .btn-danger:disabled {
  background-color: #b33641;
  border-color: #9f303a;
}

.btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: white;
  background-color: #8c2a33;
  background-image: none;
  border-color: #702229;
  z-index: 99;
}

.btn-white {
  color: #1f1f1f;
  background-color: white;
  border-color: white;
}

.btn-white.active, .btn-white:hover, .btn-white:active, .btn-white:focus, .btn-white:active:focus {
  color: #1f1f1f;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}

.btn-white.disabled, .btn-white:disabled {
  background-color: white;
  border-color: white;
}

.btn-white:active, .btn-white.active, .show > .btn-white.dropdown-toggle {
  color: #1f1f1f;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #e0e0e0;
  z-index: 99;
}

.btn-dark {
  color: white;
  background-color: #1f1f1f;
  border-color: #121212;
}

.btn-dark.active, .btn-dark:hover, .btn-dark:active, .btn-dark:focus, .btn-dark:active:focus {
  color: white;
  background-color: #060606;
  border-color: black;
}

.btn-dark.disabled, .btn-dark:disabled {
  background-color: #1f1f1f;
  border-color: #121212;
}

.btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: white;
  background-color: #060606;
  background-image: none;
  border-color: black;
  z-index: 99;
}

.btn-outline-primary {
  color: #2A3855;
  background-image: none;
  background-color: transparent;
  border-color: #2A3855;
}

.btn-outline-primary.btn-icon span {
  border-color: #2A3855;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.btn-outline-primary.btn-icon:hover span, .btn-outline-primary.btn-icon:focus span, .btn-outline-primary.btn-icon:active span, .btn-outline-primary.btn-icon:active:focus span {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

.btn-outline-primary:hover {
  color: white;
  background-color: #2A3855;
  border-color: #2A3855;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  color: white;
  background-color: #2A3855;
  border-color: #2A3855;
}

.btn-outline-primary:active, .btn-outline-primary.active, .open > .btn-outline-primary.dropdown-toggle {
  color: white;
  background-color: #2A3855;
  border-color: #2A3855;
}

.btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus, .open > .btn-outline-primary.dropdown-toggle:hover, .open > .btn-outline-primary.dropdown-toggle:focus, .open > .btn-outline-primary.dropdown-toggle.focus {
  color: white;
  background-color: #0d121b;
  border-color: black;
}

.btn-outline-primary.active {
  background-color: #0d121b;
  border-color: black;
}

.btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled.focus {
  border-color: #4c6599;
}

.btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
  border-color: #4c6599;
}

.btn-outline-info {
  color: #3680b3;
  background-image: none;
  background-color: transparent;
  border-color: #3680b3;
}

.btn-outline-info.btn-icon span {
  border-color: #3680b3;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.btn-outline-info.btn-icon:hover span, .btn-outline-info.btn-icon:focus span, .btn-outline-info.btn-icon:active span, .btn-outline-info.btn-icon:active:focus span {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

.btn-outline-info:hover {
  color: white;
  background-color: #3680b3;
  border-color: #3680b3;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  color: white;
  background-color: #3680b3;
  border-color: #3680b3;
}

.btn-outline-info:active, .btn-outline-info.active, .open > .btn-outline-info.dropdown-toggle {
  color: white;
  background-color: #3680b3;
  border-color: #3680b3;
}

.btn-outline-info:active:hover, .btn-outline-info:active:focus, .btn-outline-info:active.focus, .btn-outline-info.active:hover, .btn-outline-info.active:focus, .btn-outline-info.active.focus, .open > .btn-outline-info.dropdown-toggle:hover, .open > .btn-outline-info.dropdown-toggle:focus, .open > .btn-outline-info.dropdown-toggle.focus {
  color: white;
  background-color: #225070;
  border-color: #183a51;
}

.btn-outline-info.active {
  background-color: #225070;
  border-color: #183a51;
}

.btn-outline-info.disabled:focus, .btn-outline-info.disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info:disabled.focus {
  border-color: #79b0d6;
}

.btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover {
  border-color: #79b0d6;
}

.btn-outline-success {
  color: #36b36a;
  background-image: none;
  background-color: transparent;
  border-color: #36b36a;
}

.btn-outline-success.btn-icon span {
  border-color: #36b36a;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.btn-outline-success.btn-icon:hover span, .btn-outline-success.btn-icon:focus span, .btn-outline-success.btn-icon:active span, .btn-outline-success.btn-icon:active:focus span {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

.btn-outline-success:hover {
  color: white;
  background-color: #36b36a;
  border-color: #36b36a;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  color: white;
  background-color: #36b36a;
  border-color: #36b36a;
}

.btn-outline-success:active, .btn-outline-success.active, .open > .btn-outline-success.dropdown-toggle {
  color: white;
  background-color: #36b36a;
  border-color: #36b36a;
}

.btn-outline-success:active:hover, .btn-outline-success:active:focus, .btn-outline-success:active.focus, .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.focus, .open > .btn-outline-success.dropdown-toggle:hover, .open > .btn-outline-success.dropdown-toggle:focus, .open > .btn-outline-success.dropdown-toggle.focus {
  color: white;
  background-color: #227043;
  border-color: #185130;
}

.btn-outline-success.active {
  background-color: #227043;
  border-color: #185130;
}

.btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled.focus {
  border-color: #79d6a0;
}

.btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover {
  border-color: #79d6a0;
}

.btn-outline-warning {
  color: #FDD428;
  background-image: none;
  background-color: transparent;
  border-color: #FDD428;
}

.btn-outline-warning.btn-icon span {
  border-color: #FDD428;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.btn-outline-warning.btn-icon:hover span, .btn-outline-warning.btn-icon:focus span, .btn-outline-warning.btn-icon:active span, .btn-outline-warning.btn-icon:active:focus span {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

.btn-outline-warning:hover {
  color: white;
  background-color: #FDD428;
  border-color: #FDD428;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  color: white;
  background-color: #FDD428;
  border-color: #FDD428;
}

.btn-outline-warning:active, .btn-outline-warning.active, .open > .btn-outline-warning.dropdown-toggle {
  color: white;
  background-color: #FDD428;
  border-color: #FDD428;
}

.btn-outline-warning:active:hover, .btn-outline-warning:active:focus, .btn-outline-warning:active.focus, .btn-outline-warning.active:hover, .btn-outline-warning.active:focus, .btn-outline-warning.active.focus, .open > .btn-outline-warning.dropdown-toggle:hover, .open > .btn-outline-warning.dropdown-toggle:focus, .open > .btn-outline-warning.dropdown-toggle.focus {
  color: white;
  background-color: #cca502;
  border-color: #a48502;
}

.btn-outline-warning.active {
  background-color: #cca502;
  border-color: #a48502;
}

.btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled.focus {
  border-color: #fee88d;
}

.btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover {
  border-color: #fee88d;
}

.btn-outline-danger {
  color: #b33641;
  background-image: none;
  background-color: transparent;
  border-color: #b33641;
}

.btn-outline-danger.btn-icon span {
  border-color: #b33641;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.btn-outline-danger.btn-icon:hover span, .btn-outline-danger.btn-icon:focus span, .btn-outline-danger.btn-icon:active span, .btn-outline-danger.btn-icon:active:focus span {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

.btn-outline-danger:hover {
  color: white;
  background-color: #b33641;
  border-color: #b33641;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  color: white;
  background-color: #b33641;
  border-color: #b33641;
}

.btn-outline-danger:active, .btn-outline-danger.active, .open > .btn-outline-danger.dropdown-toggle {
  color: white;
  background-color: #b33641;
  border-color: #b33641;
}

.btn-outline-danger:active:hover, .btn-outline-danger:active:focus, .btn-outline-danger:active.focus, .btn-outline-danger.active:hover, .btn-outline-danger.active:focus, .btn-outline-danger.active.focus, .open > .btn-outline-danger.dropdown-toggle:hover, .open > .btn-outline-danger.dropdown-toggle:focus, .open > .btn-outline-danger.dropdown-toggle.focus {
  color: white;
  background-color: #702229;
  border-color: #51181d;
}

.btn-outline-danger.active {
  background-color: #702229;
  border-color: #51181d;
}

.btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus {
  border-color: #d67981;
}

.btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover {
  border-color: #d67981;
}

.btn-outline-dark {
  color: #1f1f1f;
  background-image: none;
  background-color: transparent;
  border-color: #1f1f1f;
}

.btn-outline-dark.btn-icon span {
  border-color: #1f1f1f;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.btn-outline-dark.btn-icon:hover span, .btn-outline-dark.btn-icon:focus span, .btn-outline-dark.btn-icon:active span, .btn-outline-dark.btn-icon:active:focus span {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

.btn-outline-dark:hover {
  color: white;
  background-color: #1f1f1f;
  border-color: #1f1f1f;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  color: white;
  background-color: #1f1f1f;
  border-color: #1f1f1f;
}

.btn-outline-dark:active, .btn-outline-dark.active, .open > .btn-outline-dark.dropdown-toggle {
  color: white;
  background-color: #1f1f1f;
  border-color: #1f1f1f;
}

.btn-outline-dark:active:hover, .btn-outline-dark:active:focus, .btn-outline-dark:active.focus, .btn-outline-dark.active:hover, .btn-outline-dark.active:focus, .btn-outline-dark.active.focus, .open > .btn-outline-dark.dropdown-toggle:hover, .open > .btn-outline-dark.dropdown-toggle:focus, .open > .btn-outline-dark.dropdown-toggle.focus {
  color: white;
  background-color: black;
  border-color: black;
}

.btn-outline-dark.active {
  background-color: black;
  border-color: black;
}

.btn-outline-dark.disabled:focus, .btn-outline-dark.disabled.focus, .btn-outline-dark:disabled:focus, .btn-outline-dark:disabled.focus {
  border-color: #525252;
}

.btn-outline-dark.disabled:hover, .btn-outline-dark:disabled:hover {
  border-color: #525252;
}

.btn-outline-white {
  color: white;
  background-image: none;
  background-color: transparent;
  border-color: white;
}

.btn-outline-white.btn-icon span {
  border-color: white;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.btn-outline-white.btn-icon:hover span, .btn-outline-white.btn-icon:focus span, .btn-outline-white.btn-icon:active span, .btn-outline-white.btn-icon:active:focus span {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

.btn-outline-white:hover {
  color: white;
  background-color: white;
  border-color: white;
}

.btn-outline-white:focus, .btn-outline-white.focus {
  color: white;
  background-color: white;
  border-color: white;
}

.btn-outline-white:active, .btn-outline-white.active, .open > .btn-outline-white.dropdown-toggle {
  color: white;
  background-color: white;
  border-color: white;
}

.btn-outline-white:active:hover, .btn-outline-white:active:focus, .btn-outline-white:active.focus, .btn-outline-white.active:hover, .btn-outline-white.active:focus, .btn-outline-white.active.focus, .open > .btn-outline-white.dropdown-toggle:hover, .open > .btn-outline-white.dropdown-toggle:focus, .open > .btn-outline-white.dropdown-toggle.focus {
  color: white;
  background-color: #d4d4d4;
  border-color: #bfbfbf;
}

.btn-outline-white.active {
  background-color: #d4d4d4;
  border-color: #bfbfbf;
}

.btn-outline-white.disabled:focus, .btn-outline-white.disabled.focus, .btn-outline-white:disabled:focus, .btn-outline-white:disabled.focus {
  border-color: white;
}

.btn-outline-white.disabled:hover, .btn-outline-white:disabled:hover {
  border-color: white;
}

.btn-outline-white:hover, .btn-outline-white:active, .btn-outline-white:focus, .btn-outline-white:active:focus {
  color: #1f1f1f;
}

.btn-icon {
  padding-left: 3.6rem;
  position: relative;
}

.btn-icon.btn-icon-right {
  padding-left: 2.5rem;
  padding-right: 3.6rem;
}

.btn-icon span {
  width: 2.6rem;
  font-size: 1.3rem;
}

.btn-icon span {
  left: 0;
  top: 0;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-icon.btn-icon-left span {
  left: 0;
}

.btn-icon.btn-icon-right span {
  right: 0;
  left: auto;
}

.btn-icon.btn-capsule.btn-icon-left span {
  border-radius: 50px 0 0 50px;
}

.btn-icon.btn-capsule.btn-icon-right span {
  border-radius: 0 50px 50px 0;
}

.btn-icon.btn-xs {
  padding-left: 2.32rem;
}

.btn-icon.btn-xs.btn-icon-right {
  padding-left: 0.8rem;
  padding-right: 2.32rem;
}

.btn-icon.btn-xs span {
  width: 2rem;
  font-size: 1rem;
}

.btn-icon.btn-sm {
  padding-left: 2.98rem;
}

.btn-icon.btn-sm.btn-icon-right {
  padding-left: 1.2rem;
  padding-right: 2.98rem;
}

.btn-icon.btn-sm span {
  width: 2.5rem;
  font-size: 1.25rem;
}

.btn-icon.btn-lg {
  padding-left: 6rem;
}

.btn-icon.btn-lg.btn-icon-right {
  padding-left: 5rem;
  padding-right: 6rem;
}

.btn-icon.btn-lg span {
  width: 4rem;
  font-size: 2rem;
}

.btn-icon[class*='btn-outline-'] span {
  border-right-width: 1px;
  border-right-style: solid;
}

.btn-icon[class*='btn-outline-'].btn-icon-right span {
  border-left-width: 1px;
  border-left-style: solid;
  border-right: none;
}

.btn-icon-pop span {
  font-size: 1.5em;
  -webkit-transform: translateY(0.13em);
  -ms-transform: translateY(0.13em);
  transform: translateY(0.13em);
  line-height: 0;
}

.btn-facebook {
  color: white;
  background-color: #3b5998;
  border-color: #3b5998;
}

.btn-facebook.active, .btn-facebook:hover, .btn-facebook:active, .btn-facebook:focus, .btn-facebook:active:focus {
  color: white;
  background-color: #2d4373;
  border-color: #2a3f6c;
}

.btn-facebook.disabled, .btn-facebook:disabled {
  background-color: #3b5998;
  border-color: #3b5998;
}

.btn-facebook:active, .btn-facebook.active, .show > .btn-facebook.dropdown-toggle {
  color: white;
  background-color: #2d4373;
  background-image: none;
  border-color: #2a3f6c;
  z-index: 99;
}

.btn-twitter {
  color: white;
  background-color: #1da1f2;
  border-color: #1da1f2;
}

.btn-twitter.active, .btn-twitter:hover, .btn-twitter:active, .btn-twitter:focus, .btn-twitter:active:focus {
  color: white;
  background-color: #0c85d0;
  border-color: #0b7fc6;
}

.btn-twitter.disabled, .btn-twitter:disabled {
  background-color: #1da1f2;
  border-color: #1da1f2;
}

.btn-twitter:active, .btn-twitter.active, .show > .btn-twitter.dropdown-toggle {
  color: white;
  background-color: #0c85d0;
  background-image: none;
  border-color: #0b7fc6;
  z-index: 99;
}

.btn-google-plus {
  color: white;
  background-color: #db4437;
  border-color: #db4437;
}

.btn-google-plus.active, .btn-google-plus:hover, .btn-google-plus:active, .btn-google-plus:focus, .btn-google-plus:active:focus {
  color: white;
  background-color: #bd2e22;
  border-color: #b42c20;
}

.btn-google-plus.disabled, .btn-google-plus:disabled {
  background-color: #db4437;
  border-color: #db4437;
}

.btn-google-plus:active, .btn-google-plus.active, .show > .btn-google-plus.dropdown-toggle {
  color: white;
  background-color: #bd2e22;
  background-image: none;
  border-color: #b42c20;
  z-index: 99;
}

.btn-github {
  color: white;
  background-color: #24292e;
  border-color: #24292e;
}

.btn-github.active, .btn-github:hover, .btn-github:active, .btn-github:focus, .btn-github:active:focus {
  color: white;
  background-color: #0e1011;
  border-color: #090a0c;
}

.btn-github.disabled, .btn-github:disabled {
  background-color: #24292e;
  border-color: #24292e;
}

.btn-github:active, .btn-github.active, .show > .btn-github.dropdown-toggle {
  color: white;
  background-color: #0e1011;
  background-image: none;
  border-color: #090a0c;
  z-index: 99;
}

.btn-outline-twitter {
  color: #1da1f2;
  background-image: none;
  background-color: transparent;
  border-color: #1da1f2;
}

.btn-outline-twitter.btn-icon span {
  border-color: #1da1f2;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.btn-outline-twitter.btn-icon:hover span, .btn-outline-twitter.btn-icon:focus span, .btn-outline-twitter.btn-icon:active span, .btn-outline-twitter.btn-icon:active:focus span {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

.btn-outline-twitter:hover {
  color: white;
  background-color: #1da1f2;
  border-color: #1da1f2;
}

.btn-outline-twitter:focus, .btn-outline-twitter.focus {
  color: white;
  background-color: #1da1f2;
  border-color: #1da1f2;
}

.btn-outline-twitter:active, .btn-outline-twitter.active, .open > .btn-outline-twitter.dropdown-toggle {
  color: white;
  background-color: #1da1f2;
  border-color: #1da1f2;
}

.btn-outline-twitter:active:hover, .btn-outline-twitter:active:focus, .btn-outline-twitter:active.focus, .btn-outline-twitter.active:hover, .btn-outline-twitter.active:focus, .btn-outline-twitter.active.focus, .open > .btn-outline-twitter.dropdown-toggle:hover, .open > .btn-outline-twitter.dropdown-toggle:focus, .open > .btn-outline-twitter.dropdown-toggle.focus {
  color: white;
  background-color: #0a70ae;
  border-color: #085788;
}

.btn-outline-twitter.active {
  background-color: #0a70ae;
  border-color: #085788;
}

.btn-outline-twitter.disabled:focus, .btn-outline-twitter.disabled.focus, .btn-outline-twitter:disabled:focus, .btn-outline-twitter:disabled.focus {
  border-color: #7dc9f8;
}

.btn-outline-twitter.disabled:hover, .btn-outline-twitter:disabled:hover {
  border-color: #7dc9f8;
}

.btn-outline-facebook {
  color: #3b5998;
  background-image: none;
  background-color: transparent;
  border-color: #3b5998;
}

.btn-outline-facebook.btn-icon span {
  border-color: #3b5998;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.btn-outline-facebook.btn-icon:hover span, .btn-outline-facebook.btn-icon:focus span, .btn-outline-facebook.btn-icon:active span, .btn-outline-facebook.btn-icon:active:focus span {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

.btn-outline-facebook:hover {
  color: white;
  background-color: #3b5998;
  border-color: #3b5998;
}

.btn-outline-facebook:focus, .btn-outline-facebook.focus {
  color: white;
  background-color: #3b5998;
  border-color: #3b5998;
}

.btn-outline-facebook:active, .btn-outline-facebook.active, .open > .btn-outline-facebook.dropdown-toggle {
  color: white;
  background-color: #3b5998;
  border-color: #3b5998;
}

.btn-outline-facebook:active:hover, .btn-outline-facebook:active:focus, .btn-outline-facebook:active.focus, .btn-outline-facebook.active:hover, .btn-outline-facebook.active:focus, .btn-outline-facebook.active.focus, .open > .btn-outline-facebook.dropdown-toggle:hover, .open > .btn-outline-facebook.dropdown-toggle:focus, .open > .btn-outline-facebook.dropdown-toggle.focus {
  color: white;
  background-color: #23345a;
  border-color: #17233c;
}

.btn-outline-facebook.active {
  background-color: #23345a;
  border-color: #17233c;
}

.btn-outline-facebook.disabled:focus, .btn-outline-facebook.disabled.focus, .btn-outline-facebook:disabled:focus, .btn-outline-facebook:disabled.focus {
  border-color: #718dc8;
}

.btn-outline-facebook.disabled:hover, .btn-outline-facebook:disabled:hover {
  border-color: #718dc8;
}

.btn-outline-google-plus {
  color: #db4437;
  background-image: none;
  background-color: transparent;
  border-color: #db4437;
}

.btn-outline-google-plus.btn-icon span {
  border-color: #db4437;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.btn-outline-google-plus.btn-icon:hover span, .btn-outline-google-plus.btn-icon:focus span, .btn-outline-google-plus.btn-icon:active span, .btn-outline-google-plus.btn-icon:active:focus span {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

.btn-outline-google-plus:hover {
  color: white;
  background-color: #db4437;
  border-color: #db4437;
}

.btn-outline-google-plus:focus, .btn-outline-google-plus.focus {
  color: white;
  background-color: #db4437;
  border-color: #db4437;
}

.btn-outline-google-plus:active, .btn-outline-google-plus.active, .open > .btn-outline-google-plus.dropdown-toggle {
  color: white;
  background-color: #db4437;
  border-color: #db4437;
}

.btn-outline-google-plus:active:hover, .btn-outline-google-plus:active:focus, .btn-outline-google-plus:active.focus, .btn-outline-google-plus.active:hover, .btn-outline-google-plus.active:focus, .btn-outline-google-plus.active.focus, .open > .btn-outline-google-plus.dropdown-toggle:hover, .open > .btn-outline-google-plus.dropdown-toggle:focus, .open > .btn-outline-google-plus.dropdown-toggle.focus {
  color: white;
  background-color: #9f271d;
  border-color: #7c1e16;
}

.btn-outline-google-plus.active {
  background-color: #9f271d;
  border-color: #7c1e16;
}

.btn-outline-google-plus.disabled:focus, .btn-outline-google-plus.disabled.focus, .btn-outline-google-plus:disabled:focus, .btn-outline-google-plus:disabled.focus {
  border-color: #eb958d;
}

.btn-outline-google-plus.disabled:hover, .btn-outline-google-plus:disabled:hover {
  border-color: #eb958d;
}

.btn-outline-github {
  color: #24292e;
  background-image: none;
  background-color: transparent;
  border-color: #24292e;
}

.btn-outline-github.btn-icon span {
  border-color: #24292e;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.btn-outline-github.btn-icon:hover span, .btn-outline-github.btn-icon:focus span, .btn-outline-github.btn-icon:active span, .btn-outline-github.btn-icon:active:focus span {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

.btn-outline-github:hover {
  color: white;
  background-color: #24292e;
  border-color: #24292e;
}

.btn-outline-github:focus, .btn-outline-github.focus {
  color: white;
  background-color: #24292e;
  border-color: #24292e;
}

.btn-outline-github:active, .btn-outline-github.active, .open > .btn-outline-github.dropdown-toggle {
  color: white;
  background-color: #24292e;
  border-color: #24292e;
}

.btn-outline-github:active:hover, .btn-outline-github:active:focus, .btn-outline-github:active.focus, .btn-outline-github.active:hover, .btn-outline-github.active:focus, .btn-outline-github.active.focus, .open > .btn-outline-github.dropdown-toggle:hover, .open > .btn-outline-github.dropdown-toggle:focus, .open > .btn-outline-github.dropdown-toggle.focus {
  color: white;
  background-color: black;
  border-color: black;
}

.btn-outline-github.active {
  background-color: black;
  border-color: black;
}

.btn-outline-github.disabled:focus, .btn-outline-github.disabled.focus, .btn-outline-github:disabled:focus, .btn-outline-github:disabled.focus {
  border-color: #515c67;
}

.btn-outline-github.disabled:hover, .btn-outline-github:disabled:hover {
  border-color: #515c67;
}

/*///////////////////////////////////
// Tabs
///////////////////////////////////*/
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tabs .nav-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
  border-color: transparent;
}

.tabs .nav-bar .indicator {
  content: '';
  position: absolute;
  display: block;
  bottom: -2px;
  height: 2px;
  background-color: #2A3855;
  -webkit-transition: left 0.4s ease-in-out, right 0.2s ease-in-out;
  -o-transition: left 0.4s ease-in-out, right 0.2s ease-in-out;
  transition: left 0.4s ease-in-out, right 0.2s ease-in-out;
}

.tabs .nav-bar .indicator.transition-reverse {
  -webkit-transition: left 0.2s ease-in-out, right 0.4s ease-in-out;
  -o-transition: left 0.2s ease-in-out, right 0.4s ease-in-out;
  transition: left 0.2s ease-in-out, right 0.4s ease-in-out;
}

.tabs .nav-bar.nav-bar-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.tabs .nav-bar.nav-bar-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tabs .nav-bar .nav-bar-item {
  padding: 0.4rem 2.5rem;
  font-size: 0.75019rem;
  line-height: 1rem;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
}

@media (max-width: 35.99em) {
  .tabs .nav-bar .nav-bar-item {
    padding: 0.4rem 1.25rem;
  }
}

.tabs .nav-bar .nav-bar-item.active {
  color: #2A3855;
}

.tabs .tab-contents {
  margin-top: 30px;
  position: relative;
}

.tabs .tab-contents .tab-content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.tabs .tab-contents .tab-content:not(.active) {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 1;
  -webkit-animation: fadeOutRight .25s ease forwards;
  animation: fadeOutRight .25s ease forwards;
}

.tabs .tab-contents .tab-content.active {
  -webkit-animation: fadeInLeft .5s ease forwards;
  animation: fadeInLeft .5s ease forwards;
}

/*///////////////////////////////////
// Forms
///////////////////////////////////*/
.form-control-feedback {
  right: 8px;
  top: auto !important;
  bottom: 0.8rem;
  height: auto !important;
  line-height: 1.5 !important;
}

.has-success .form-control {
  border-color: #36b36a;
}

.has-success .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-success .form-control-feedback {
  color: #36b36a;
}

.has-warning .form-control {
  border-color: #FDD428;
}

.has-warning .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-warning .form-control-feedback {
  color: #FDD428;
}

/* .has-error .form-control {
  border-color: #b33641;
} */

.has-error .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-error .form-control-feedback {
  color: #b33641;
}

.form-control {
  /* padding: 0.8rem; */
  /* padding: 0.3rem; */
  font-size: 0.75019rem;
  line-height: 1.5;
  border-color: #e1e1e1;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  background-color: #fafafa;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: auto;
}

.form-control:focus {
  background-color: #fff !important;
  border-color: #2A3855;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control.input-xs {
  padding: 0.2rem;
  height: auto;
}

.form-control.input-xs + .form-control-feedback {
  bottom: 0.2rem;
}

.form-control.input-sm {
  padding: 0.4rem;
  height: auto;
}

.form-control.input-sm + .form-control-feedback {
  bottom: 0.4rem;
}

.form-control.input-lg {
  padding: 1.2rem;
  height: auto;
  font-size: 1rem;
}

.form-control.input-lg + .form-control-feedback {
  bottom: 1.2rem;
  font-size: 1rem;
}

.form-control.active, .form-control:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

label, legend {
  font-size: 0.75019rem;
  font-weight: 600;
}

label, input, textarea, legend {
  font-family: "Montserrat", sans-serif;
}

input[type='file'] {
  display: none;
}

.inputfile + label svg {
  fill: currentColor;
  vertical-align: middle;
  margin-right: 8px;
}

.ios-toggle, .ios-toggle:active {
  height: 0;
  width: 0;
  opacity: 0;
}

.ios-toggle:checked + .checkbox-label {
  -webkit-box-shadow: inset 0 0 0 20px #36b36a, 0 0 0 1px #36b36a;
  box-shadow: inset 0 0 0 20px #36b36a, 0 0 0 1px #36b36a;
}

.ios-toggle:checked + .checkbox-label:before {
  left: calc(100% - 32px);
  -webkit-box-shadow: 0 0 0 1px transparent, -3px 0px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 1px transparent, -3px 0px 3px rgba(0, 0, 0, 0.1);
}

.ios-toggle:checked + .checkbox-label:after {
  content: attr(data-on);
  left: 70px;
  width: 32px;
}

.checkbox-label {
  display: block;
  position: relative;
  padding: 10px;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 16px;
  width: 70px;
  height: 32px;
  border-radius: 50px;
  background-color: #fafafa;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 0 0px #36b36a, 0 0 0 1px #e1e1e1;
  box-shadow: inset 0 0 0 0px #36b36a, 0 0 0 1px #e1e1e1;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

.checkbox-label:before {
  content: '';
  display: block;
  position: absolute;
  height: 32px;
  width: 32px;
  top: 0px;
  left: 0px;
  right: auto;
  background-color: white;
  border-radius: 50px;
  -webkit-box-shadow: 3px 0 3px rgba(0, 0, 0, 0.1), 0 0 0 1px #e1e1e1;
  box-shadow: 3px 0 3px rgba(0, 0, 0, 0.1), 0 0 0 1px #e1e1e1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.checkbox-label:after {
  content: attr(data-off);
  display: block;
  position: absolute;
  top: 0;
  left: -300px;
  padding: 10px;
  height: 100%;
  width: 300px;
  text-align: right;
  color: #2b2b2b;
  white-space: nowrap;
}

.checkbox-label.radius-square {
  border-radius: 3px;
}

.checkbox-label.radius-square:before {
  border-radius: 3px;
}

.zinput {
  position: relative;
}

.zinput label {
  display: inline-block;
  position: relative;
  padding-left: 2.5rem;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.zinput label:before {
  width: 32px;
  height: 32px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  cursor: pointer;
  content: '';
  border: 1px solid #e1e1e1;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  -webkit-box-shadow: inset 0 0 0 0px #36b36a, 0 0 0 0 #e1e1e1;
  box-shadow: inset 0 0 0 0px #36b36a, 0 0 0 0 #e1e1e1;
}

.zinput.zradio {
  padding: 0.8rem 0;
}

.zinput.zradio input[type='radio'] {
  opacity: 0;
  width: 0;
  height: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  cursor: pointer;
}

.zinput.zradio input[type='radio']:checked + label:before {
  border-color: transparent;
}

.zinput.zradio input[type='radio'] + label:before {
  border-radius: 50px;
}

.zinput.zradio input[type='radio']:checked + label:before {
  -webkit-box-shadow: inset 0 0 0 9px #36b36a, 0 0 0 0 #36b36a;
  box-shadow: inset 0 0 0 9px #36b36a, 0 0 0 0 #36b36a;
}

.zinput.zcheckbox {
  padding: 0.8rem 0;
}

.zinput.zcheckbox input[type='checkbox'] {
  opacity: 0;
  width: 0;
  height: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  cursor: pointer;
}

.zinput.zcheckbox input[type='checkbox']:checked + label:before {
  border-color: transparent;
}

.zinput.zcheckbox input[type='checkbox'] + label:before {
  border-radius: 3px;
}

.zinput.zcheckbox input[type='checkbox']:checked + label:before {
  -webkit-box-shadow: inset 0 0 0 20px #36b36a, 0 0 0 0 #36b36a;
  box-shadow: inset 0 0 0 20px #36b36a, 0 0 0 0 #36b36a;
}

.zinput svg {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  -webkit-transform: translateY(-65%);
  -ms-transform: translateY(-65%);
  transform: translateY(-65%);
  left: 8px;
  pointer-events: none;
}

.zinput svg path {
  stroke: #fff;
  stroke-width: 18px;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

/*///////////////////////////////////
// Tables
///////////////////////////////////*/
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 0.4rem 0.5rem !important;
  border-top: 0;

}

.table > thead > tr > th {
  border-bottom: 1px solid #e1e1e1;
}

.table {
  border: 1px solid #e1e1e1;
  background-color: #fff;
  border-radius: 3px;
}

.table tbody tr:not(:first-child) {
  border-top: 1px solid #e1e1e1;
}

.table th, .table td {
  vertical-align: middle;
  border: 0;
}

.table thead {
  background-color: #f2f2f2;
}

.table thead th {
  vertical-align: bottom;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75019rem;
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: #fafafa;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff;
}

/*///////////////////////////////////
// Border
///////////////////////////////////*/
.border {
  border: 1px solid currentColor !important;
}

.border-top {
  border-top: 1px solid currentColor !important;
}

.border-right {
  border-right: 1px solid currentColor !important;
}

.border-bottom {
  border-bottom: 1px solid currentColor !important;
}

.border-left {
  border-left: 1px solid currentColor !important;
}

.border-x {
  border-left: 1px solid currentColor !important;
  border-right: 1px solid currentColor !important;
}

.border-y {
  border-top: 1px solid currentColor !important;
  border-bottom: 1px solid currentColor !important;
}

.border-dashed {
  border: 1px dashed currentColor !important;
}

.border-dashed-top {
  border-top: 1px dashed currentColor !important;
}

.border-dashed-right {
  border-right: 1px dashed currentColor !important;
}

.border-dashed-bottom {
  border-bottom: 1px dashed currentColor !important;
}

.border-dashed-left {
  border-left: 1px dashed currentColor !important;
}

.border-dashed-x {
  border-left: 1px dashed currentColor !important;
  border-right: 1px dashed currentColor !important;
}

.border-dashed-y {
  border-top: 1px dashed currentColor !important;
  border-bottom: 1px dashed currentColor !important;
}

.border-0 {
  border-width: 0 !important;
}

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

.border-right-0 {
  border-right-width: 0 !important;
}

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

.border-left-0 {
  border-left-width: 0 !important;
}

.border-x-0 {
  border-left-width: 0 !important;
  border-right-width: 0 !important;
}

.border-y-0 {
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
}

.border-2x {
  border-width: 2px !important;
}

@media (min-width: 36em) {
  .border-sm {
    border: 1px solid currentColor !important;
  }
  .border-top-sm {
    border-top: 1px solid currentColor !important;
  }
  .border-right-sm {
    border-right: 1px solid currentColor !important;
  }
  .border-bottom-sm {
    border-bottom: 1px solid currentColor !important;
  }
  .border-left-sm {
    border-left: 1px solid currentColor !important;
  }
  .border-x-sm {
    border-left: 1px solid currentColor !important;
    border-right: 1px solid currentColor !important;
  }
  .border-y-sm {
    border-top: 1px solid currentColor !important;
    border-bottom: 1px solid currentColor !important;
  }
  .border-dashed-sm {
    border: 1px dashed currentColor !important;
  }
  .border-dashed-top-sm {
    border-top: 1px dashed currentColor !important;
  }
  .border-dashed-right-sm {
    border-right: 1px dashed currentColor !important;
  }
  .border-dashed-bottom-sm {
    border-bottom: 1px dashed currentColor !important;
  }
  .border-dashed-left-sm {
    border-left: 1px dashed currentColor !important;
  }
  .border-dashed-x-sm {
    border-left: 1px dashed currentColor !important;
    border-right: 1px dashed currentColor !important;
  }
  .border-dashed-y-sm {
    border-top: 1px dashed currentColor !important;
    border-bottom: 1px dashed currentColor !important;
  }
  .border-sm-0 {
    border-width: 0 !important;
  }
  .border-top-sm-0 {
    border-top-width: 0 !important;
  }
  .border-right-sm-0 {
    border-right-width: 0 !important;
  }
  .border-bottom-sm-0 {
    border-bottom-width: 0 !important;
  }
  .border-left-sm-0 {
    border-left-width: 0 !important;
  }
  .border-x-sm-0 {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
  }
  .border-y-sm-0 {
    border-top-width: 0 !important;
    border-bottom-width: 0 !important;
  }
}

@media (min-width: 48em) {
  .border-md {
    border: 1px solid currentColor !important;
  }
  .border-top-md {
    border-top: 1px solid currentColor !important;
  }
  .border-right-md {
    border-right: 1px solid currentColor !important;
  }
  .border-bottom-md {
    border-bottom: 1px solid currentColor !important;
  }
  .border-left-md {
    border-left: 1px solid currentColor !important;
  }
  .border-x-md {
    border-left: 1px solid currentColor !important;
    border-right: 1px solid currentColor !important;
  }
  .border-y-md {
    border-top: 1px solid currentColor !important;
    border-bottom: 1px solid currentColor !important;
  }
  .border-dashed-md {
    border: 1px dashed currentColor !important;
  }
  .border-dashed-top-md {
    border-top: 1px dashed currentColor !important;
  }
  .border-dashed-right-md {
    border-right: 1px dashed currentColor !important;
  }
  .border-dashed-bottom-md {
    border-bottom: 1px dashed currentColor !important;
  }
  .border-dashed-left-md {
    border-left: 1px dashed currentColor !important;
  }
  .border-dashed-x-md {
    border-left: 1px dashed currentColor !important;
    border-right: 1px dashed currentColor !important;
  }
  .border-dashed-y-md {
    border-top: 1px dashed currentColor !important;
    border-bottom: 1px dashed currentColor !important;
  }
  .border-md-0 {
    border-width: 0 !important;
  }
  .border-top-md-0 {
    border-top-width: 0 !important;
  }
  .border-right-md-0 {
    border-right-width: 0 !important;
  }
  .border-bottom-md-0 {
    border-bottom-width: 0 !important;
  }
  .border-left-md-0 {
    border-left-width: 0 !important;
  }
  .border-x-md-0 {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
  }
  .border-y-md-0 {
    border-top-width: 0 !important;
    border-bottom-width: 0 !important;
  }
}

@media (min-width: 62em) {
  .border-lg {
    border: 1px solid currentColor !important;
  }
  .border-top-lg {
    border-top: 1px solid currentColor !important;
  }
  .border-right-lg {
    border-right: 1px solid currentColor !important;
  }
  .border-bottom-lg {
    border-bottom: 1px solid currentColor !important;
  }
  .border-left-lg {
    border-left: 1px solid currentColor !important;
  }
  .border-x-lg {
    border-left: 1px solid currentColor !important;
    border-right: 1px solid currentColor !important;
  }
  .border-y-lg {
    border-top: 1px solid currentColor !important;
    border-bottom: 1px solid currentColor !important;
  }
  .border-dashed-lg {
    border: 1px dashed currentColor !important;
  }
  .border-dashed-top-lg {
    border-top: 1px dashed currentColor !important;
  }
  .border-dashed-right-lg {
    border-right: 1px dashed currentColor !important;
  }
  .border-dashed-bottom-lg {
    border-bottom: 1px dashed currentColor !important;
  }
  .border-dashed-left-lg {
    border-left: 1px dashed currentColor !important;
  }
  .border-dashed-x-lg {
    border-left: 1px dashed currentColor !important;
    border-right: 1px dashed currentColor !important;
  }
  .border-dashed-y-lg {
    border-top: 1px dashed currentColor !important;
    border-bottom: 1px dashed currentColor !important;
  }
  .border-lg-0 {
    border-width: 0 !important;
  }
  .border-top-lg-0 {
    border-top-width: 0 !important;
  }
  .border-right-lg-0 {
    border-right-width: 0 !important;
  }
  .border-bottom-lg-0 {
    border-bottom-width: 0 !important;
  }
  .border-left-lg-0 {
    border-left-width: 0 !important;
  }
  .border-x-lg-0 {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
  }
  .border-y-lg-0 {
    border-top-width: 0 !important;
    border-bottom-width: 0 !important;
  }
}

@media (min-width: 75em) {
  .border-xl {
    border: 1px solid currentColor !important;
  }
  .border-top-xl {
    border-top: 1px solid currentColor !important;
  }
  .border-right-xl {
    border-right: 1px solid currentColor !important;
  }
  .border-bottom-xl {
    border-bottom: 1px solid currentColor !important;
  }
  .border-left-xl {
    border-left: 1px solid currentColor !important;
  }
  .border-x-xl {
    border-left: 1px solid currentColor !important;
    border-right: 1px solid currentColor !important;
  }
  .border-y-xl {
    border-top: 1px solid currentColor !important;
    border-bottom: 1px solid currentColor !important;
  }
  .border-dashed-xl {
    border: 1px dashed currentColor !important;
  }
  .border-dashed-top-xl {
    border-top: 1px dashed currentColor !important;
  }
  .border-dashed-right-xl {
    border-right: 1px dashed currentColor !important;
  }
  .border-dashed-bottom-xl {
    border-bottom: 1px dashed currentColor !important;
  }
  .border-dashed-left-xl {
    border-left: 1px dashed currentColor !important;
  }
  .border-dashed-x-xl {
    border-left: 1px dashed currentColor !important;
    border-right: 1px dashed currentColor !important;
  }
  .border-dashed-y-xl {
    border-top: 1px dashed currentColor !important;
    border-bottom: 1px dashed currentColor !important;
  }
  .border-xl-0 {
    border-width: 0 !important;
  }
  .border-top-xl-0 {
    border-top-width: 0 !important;
  }
  .border-right-xl-0 {
    border-right-width: 0 !important;
  }
  .border-bottom-xl-0 {
    border-bottom-width: 0 !important;
  }
  .border-left-xl-0 {
    border-left-width: 0 !important;
  }
  .border-x-xl-0 {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
  }
  .border-y-xl-0 {
    border-top-width: 0 !important;
    border-bottom-width: 0 !important;
  }
}

/********************************
    Responsive border radius
********************************/
.radius-tr-0 {
  border-top-right-radius: 0 !important;
}

.radius-tl-0 {
  border-top-left-radius: 0 !important;
}

.radius-br-0 {
  border-bottom-right-radius: 0 !important;
}

.radius-bl-0 {
  border-bottom-left-radius: 0 !important;
}

.radius-tr-primary {
  border-top-right-radius: 3px !important;
}

.radius-tl-primary {
  border-top-left-radius: 3px !important;
}

.radius-br-primary {
  border-bottom-right-radius: 3px !important;
}

.radius-bl-primary {
  border-bottom-left-radius: 3px !important;
}

.radius-tr-secondary {
  border-top-right-radius: 10px !important;
}

.radius-tl-secondary {
  border-top-left-radius: 10px !important;
}

.radius-br-secondary {
  border-bottom-right-radius: 10px !important;
}

.radius-bl-secondary {
  border-bottom-left-radius: 10px !important;
}

.radius-tr-capsule {
  border-top-right-radius: 50px !important;
}

.radius-tl-capsule {
  border-top-left-radius: 50px !important;
}

.radius-br-capsule {
  border-bottom-right-radius: 50px !important;
}

.radius-bl-capsule {
  border-bottom-left-radius: 50px !important;
}

.radius-tr-round {
  border-top-right-radius: 100% !important;
}

.radius-tl-round {
  border-top-left-radius: 100% !important;
}

.radius-br-round {
  border-bottom-right-radius: 100% !important;
}

.radius-bl-round {
  border-bottom-left-radius: 100% !important;
}

@media (min-width: 36em) {
  .radius-tr-sm-0 {
    border-top-right-radius: 0 !important;
  }
  .radius-tl-sm-0 {
    border-top-left-radius: 0 !important;
  }
  .radius-br-sm-0 {
    border-bottom-right-radius: 0 !important;
  }
  .radius-bl-sm-0 {
    border-bottom-left-radius: 0 !important;
  }
  .radius-tr-sm-primary {
    border-top-right-radius: 3px !important;
  }
  .radius-tl-sm-primary {
    border-top-left-radius: 3px !important;
  }
  .radius-br-sm-primary {
    border-bottom-right-radius: 3px !important;
  }
  .radius-bl-sm-primary {
    border-bottom-left-radius: 3px !important;
  }
  .radius-tr-sm-secondary {
    border-top-right-radius: 10px !important;
  }
  .radius-tl-sm-secondary {
    border-top-left-radius: 10px !important;
  }
  .radius-br-sm-secondary {
    border-bottom-right-radius: 10px !important;
  }
  .radius-bl-sm-secondary {
    border-bottom-left-radius: 10px !important;
  }
  .radius-tr-sm-capsule {
    border-top-right-radius: 50px !important;
  }
  .radius-tl-sm-capsule {
    border-top-left-radius: 50px !important;
  }
  .radius-br-sm-capsule {
    border-bottom-right-radius: 50px !important;
  }
  .radius-bl-sm-capsule {
    border-bottom-left-radius: 50px !important;
  }
  .radius-tr-sm-round {
    border-top-right-radius: 100% !important;
  }
  .radius-tl-sm-round {
    border-top-left-radius: 100% !important;
  }
  .radius-br-sm-round {
    border-bottom-right-radius: 100% !important;
  }
  .radius-bl-sm-round {
    border-bottom-left-radius: 100% !important;
  }
}

@media (min-width: 48em) {
  .radius-tr-md-0 {
    border-top-right-radius: 0 !important;
  }
  .radius-tl-md-0 {
    border-top-left-radius: 0 !important;
  }
  .radius-br-md-0 {
    border-bottom-right-radius: 0 !important;
  }
  .radius-bl-md-0 {
    border-bottom-left-radius: 0 !important;
  }
  .radius-tr-md-primary {
    border-top-right-radius: 3px !important;
  }
  .radius-tl-md-primary {
    border-top-left-radius: 3px !important;
  }
  .radius-br-md-primary {
    border-bottom-right-radius: 3px !important;
  }
  .radius-bl-md-primary {
    border-bottom-left-radius: 3px !important;
  }
  .radius-tr-md-secondary {
    border-top-right-radius: 10px !important;
  }
  .radius-tl-md-secondary {
    border-top-left-radius: 10px !important;
  }
  .radius-br-md-secondary {
    border-bottom-right-radius: 10px !important;
  }
  .radius-bl-md-secondary {
    border-bottom-left-radius: 10px !important;
  }
  .radius-tr-md-capsule {
    border-top-right-radius: 50px !important;
  }
  .radius-tl-md-capsule {
    border-top-left-radius: 50px !important;
  }
  .radius-br-md-capsule {
    border-bottom-right-radius: 50px !important;
  }
  .radius-bl-md-capsule {
    border-bottom-left-radius: 50px !important;
  }
  .radius-tr-md-round {
    border-top-right-radius: 100% !important;
  }
  .radius-tl-md-round {
    border-top-left-radius: 100% !important;
  }
  .radius-br-md-round {
    border-bottom-right-radius: 100% !important;
  }
  .radius-bl-md-round {
    border-bottom-left-radius: 100% !important;
  }
}

@media (min-width: 62em) {
  .radius-tr-lg-0 {
    border-top-right-radius: 0 !important;
  }
  .radius-tl-lg-0 {
    border-top-left-radius: 0 !important;
  }
  .radius-br-lg-0 {
    border-bottom-right-radius: 0 !important;
  }
  .radius-bl-lg-0 {
    border-bottom-left-radius: 0 !important;
  }
  .radius-tr-lg-primary {
    border-top-right-radius: 3px !important;
  }
  .radius-tl-lg-primary {
    border-top-left-radius: 3px !important;
  }
  .radius-br-lg-primary {
    border-bottom-right-radius: 3px !important;
  }
  .radius-bl-lg-primary {
    border-bottom-left-radius: 3px !important;
  }
  .radius-tr-lg-secondary {
    border-top-right-radius: 10px !important;
  }
  .radius-tl-lg-secondary {
    border-top-left-radius: 10px !important;
  }
  .radius-br-lg-secondary {
    border-bottom-right-radius: 10px !important;
  }
  .radius-bl-lg-secondary {
    border-bottom-left-radius: 10px !important;
  }
  .radius-tr-lg-capsule {
    border-top-right-radius: 50px !important;
  }
  .radius-tl-lg-capsule {
    border-top-left-radius: 50px !important;
  }
  .radius-br-lg-capsule {
    border-bottom-right-radius: 50px !important;
  }
  .radius-bl-lg-capsule {
    border-bottom-left-radius: 50px !important;
  }
  .radius-tr-lg-round {
    border-top-right-radius: 100% !important;
  }
  .radius-tl-lg-round {
    border-top-left-radius: 100% !important;
  }
  .radius-br-lg-round {
    border-bottom-right-radius: 100% !important;
  }
  .radius-bl-lg-round {
    border-bottom-left-radius: 100% !important;
  }
}

@media (min-width: 75em) {
  .radius-tr-xl-0 {
    border-top-right-radius: 0 !important;
  }
  .radius-tl-xl-0 {
    border-top-left-radius: 0 !important;
  }
  .radius-br-xl-0 {
    border-bottom-right-radius: 0 !important;
  }
  .radius-bl-xl-0 {
    border-bottom-left-radius: 0 !important;
  }
  .radius-tr-xl-primary {
    border-top-right-radius: 3px !important;
  }
  .radius-tl-xl-primary {
    border-top-left-radius: 3px !important;
  }
  .radius-br-xl-primary {
    border-bottom-right-radius: 3px !important;
  }
  .radius-bl-xl-primary {
    border-bottom-left-radius: 3px !important;
  }
  .radius-tr-xl-secondary {
    border-top-right-radius: 10px !important;
  }
  .radius-tl-xl-secondary {
    border-top-left-radius: 10px !important;
  }
  .radius-br-xl-secondary {
    border-bottom-right-radius: 10px !important;
  }
  .radius-bl-xl-secondary {
    border-bottom-left-radius: 10px !important;
  }
  .radius-tr-xl-capsule {
    border-top-right-radius: 50px !important;
  }
  .radius-tl-xl-capsule {
    border-top-left-radius: 50px !important;
  }
  .radius-br-xl-capsule {
    border-bottom-right-radius: 50px !important;
  }
  .radius-bl-xl-capsule {
    border-bottom-left-radius: 50px !important;
  }
  .radius-tr-xl-round {
    border-top-right-radius: 100% !important;
  }
  .radius-tl-xl-round {
    border-top-left-radius: 100% !important;
  }
  .radius-br-xl-round {
    border-bottom-right-radius: 100% !important;
  }
  .radius-bl-xl-round {
    border-bottom-left-radius: 100% !important;
  }
}

/*///////////////////////////////////
// Helpers
///////////////////////////////////*/
.container {
  position: relative;
}

section {
  position: relative;
  padding: 3rem 0;
}
.padd-non{
  position: relative !important;
  padding: 0 0 !important;
}

@media (max-width: 47.99em) {
  section {
    padding: 2rem 0;
  }
}

.h-full {
  min-height: 100vh;
}

@media (min-width: 62em) {
  .h-lg-full {
    min-height: 100vh;
  }
}

.h-half {
  min-height: 50vh;
}

.h-100vh {
  height: 100vh !important;
}

@media (min-width: 36em) {
  .h-sm-100vh {
    height: 100vh !important;
  }
}

@media (min-width: 48em) {
  .h-md-100vh {
    height: 100vh !important;
  }
}

@media (min-width: 62em) {
  .h-lg-100vh {
    height: 100vh !important;
  }
}

@media (min-width: 75em) {
  .h-xl-100vh {
    height: 100vh !important;
  }
}

.perpendicular {
  position: absolute;
  bottom: 0;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  line-height: 0;
}

/* Background */
.background-holder {
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  overflow: hidden;
  will-change: transform, opacity, filter;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-repeat: no-repeat;
}

.background-holder.background-fixed {
  background-attachment: fixed;
}

.background-holder.background-right {
  left: auto;
  right: 0;
}

.background-holder.overlay:before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.25);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.background-holder.overlay-primary:before {
  background: rgba(42, 56, 85, 0.4);
}

.background-holder.overlay-info:before {
  background: rgba(54, 128, 179, 0.4);
}

.background-holder.overlay-success:before {
  background: rgba(54, 179, 106, 0.4);
}

.background-holder.overlay-warning:before {
  background: rgba(253, 212, 40, 0.4);
}

.background-holder.overlay-danger:before {
  background: rgba(179, 54, 65, 0.4);
}

.background-holder.overlay-0:before {
  background: rgba(0, 0, 0, 0.7);
}

.background-holder.overlay-1:before {
  background: rgba(0, 0, 0, 0.55);
}

.background-holder.overlay-2:before {
  background: rgba(0, 0, 0, 0.4);
}

.background-holder video {
  position: absolute;
  display: block;
  z-index: -1;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  min-width: 100%;
}

.background-holder .youtube-background {
  position: absolute !important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.background-holder .youtube-background .mb_YTPBar {
  display: none !important;
}

.has-parallax {
  position: relative;
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

hr {
  border-color: currentColor;
}

hr.left {
  margin-left: 0;
}

hr.short {
  width: 4.20873rem;
}

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

.color-black {
  color: black !important;
}

.background-black {
  background-color: black !important;
}

.border-color-black {
  border-color: black !important;
}

.color-1 {
  color: #1f1f1f !important;
}

.background-1 {
  background-color: #1f1f1f !important;
}

.border-color-1 {
  border-color: #1f1f1f !important;
}

.color-2 {
  color: #2b2b2b !important;
}

.background-2 {
  background-color: #2b2b2b !important;
}

.border-color-2 {
  border-color: #2b2b2b !important;
}

.color-3 {
  color: #404040 !important;
}

.background-3 {
  background-color: #404040 !important;
}

.border-color-3 {
  border-color: #404040 !important;
}

.color-4 {
  color: #555555 !important;
}

.background-4 {
  background-color: #555555 !important;
}

.border-color-4 {
  border-color: #555555 !important;
}

.color-5 {
  color: #6a6a6a !important;
}

.background-5 {
  background-color: #6a6a6a !important;
}

.border-color-5 {
  border-color: #6a6a6a !important;
}

.color-6 {
  color: #7F7F7F !important;
}

.background-6 {
  background-color: #7F7F7F !important;
}

.border-color-6 {
  border-color: #7F7F7F !important;
}

.color-7 {
  color: #949494 !important;
}

.background-7 {
  background-color: #949494 !important;
}

.border-color-7 {
  border-color: #949494 !important;
}

.color-8 {
  color: #bebebe !important;
}

.background-8 {
  background-color: #bebebe !important;
}

.border-color-8 {
  border-color: #bebebe !important;
}

.color-9 {
  color: #e1e1e1 !important;
}

.background-9 {
  background-color: #e1e1e1 !important;
}

.border-color-9 {
  border-color: #e1e1e1 !important;
}

.color-10 {
  color: #f2f2f2 !important;
}

.background-10 {
  background-color: #f2f2f2 !important;
}

.border-color-10 {
  border-color: #f2f2f2 !important;
}

.color-11 {
  color: #fafafa !important;
}

.background-11 {
  background-color: #fafafa !important;
}

.border-color-11 {
  border-color: #fafafa !important;
}

.color-white {
  color: white !important;
}

.background-white {
  background-color: white !important;
}

.border-color-white {
  border-color: white !important;
}

.color-primary {
  color: #2A3855 !important;
}

.background-primary {
  background-color: #2A3855 !important;
}

.border-color-primary {
  border-color: #2A3855 !important;
}

.color-info {
  color: #3680b3 !important;
}

.background-info {
  background-color: #3680b3 !important;
}

.border-color-info {
  border-color: #3680b3 !important;
}

.color-success {
  color: #36b36a !important;
}

.background-success {
  background-color: #36b36a !important;
}

.border-color-success {
  border-color: #36b36a !important;
}

.color-warning {
  color: #FDD428 !important;
}

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

.border-color-warning {
  border-color: #FDD428 !important;
}

.color-danger {
  color: #b33641 !important;
}

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

.border-color-danger {
  border-color: #b33641 !important;
}

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

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

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

.color-twitter {
  color: #1da1f2 !important;
}

.background-twitter {
  background-color: #1da1f2 !important;
}

.border-color-twitter {
  border-color: #1da1f2 !important;
}

.color-google-plus {
  color: #db4437 !important;
}

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

.border-color-google-plus {
  border-color: #db4437 !important;
}

.color-github {
  color: #24292e !important;
}

.background-github {
  background-color: #24292e !important;
}

.border-color-github {
  border-color: #24292e !important;
}

.badge-white {
  background-color: #ffffff;
}

.badge-primary {
  background-color: #2A3855;
}

.badge-info {
  background-color: #3680b3;
}

.badge-success {
  background-color: #36b36a;
}

.badge-warning {
  background-color: #FDD428;
}

.badge-danger {
  background-color: #b33641;
}

.radius-primary {
  border-radius: 3px !important;
}

.radius-secondary {
  border-radius: 10px !important;
}

.radius-capsule {
  border-radius: 50px !important;
}

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

.radius-round {
  border-radius: 100% !important;
}

.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

.pos-fixed {
  position: fixed;
}

@media (min-width: 62em) {
  .w-lg-25 {
    width: 25% !important;
  }
  .pos-lg-absolute {
    position: absolute;
  }
  .absolute-centered {
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}

.background-transparent {
  background-color: transparent;
}

.background-transparent:active, .background-transparent:hover, .background-transparent:focus, .background-transparent:active:focus {
  background-color: transparent !important;
}

.r-0 {
  right: 0;
}

.l-0 {
  left: 0;
}

.t-0 {
  top: 0;
}

.b-0 {
  bottom: 0;
}

.opacity-75 {
  opacity: 0.75;
}

.elevated {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
}

.box-shadow-wide {
  -webkit-box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
}

/*///////////////////////////////////
// Spacing
///////////////////////////////////*/
.m-0 {
  margin: 0 !important;
}

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

.mr-0 {
  margin-right: 0 !important;
}

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

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

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

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

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

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

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

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-4 {
  margin: 1.8rem !important;
}

.mt-4 {
  margin-top: 1.8rem !important;
}

.mr-4 {
  margin-right: 1.8rem !important;
}

.mb-4 {
  margin-bottom: 1.8rem !important;
}

.ml-4 {
  margin-left: 1.8rem !important;
}

.mx-4 {
  margin-left: 1.8rem !important;
  margin-right: 1.8rem !important;
}

.my-4 {
  margin-top: 1.8rem !important;
  margin-bottom: 1.8rem !important;
}

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

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

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

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

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

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.m-6 {
  margin: 4rem !important;
}

.mt-6 {
  margin-top: 4rem !important;
}

.mr-6 {
  margin-right: 4rem !important;
}

.mb-6 {
  margin-bottom: 4rem !important;
}

.ml-6 {
  margin-left: 4rem !important;
}

.mx-6 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.my-6 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.m-7 {
  margin: 5rem !important;
}

.mt-7 {
  margin-top: 5rem !important;
}

.mr-7 {
  margin-right: 5rem !important;
}

.mb-7 {
  margin-bottom: 5rem !important;
}

.ml-7 {
  margin-left: 5rem !important;
}

.mx-7 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.my-7 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.m-8 {
  margin: 7.5rem !important;
}

.mt-8 {
  margin-top: 7.5rem !important;
}

.mr-8 {
  margin-right: 7.5rem !important;
}

.mb-8 {
  margin-bottom: 7.5rem !important;
}

.ml-8 {
  margin-left: 7.5rem !important;
}

.mx-8 {
  margin-left: 7.5rem !important;
  margin-right: 7.5rem !important;
}

.my-8 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

.m-9 {
  margin: 10rem !important;
}

.mt-9 {
  margin-top: 10rem !important;
}

.mr-9 {
  margin-right: 10rem !important;
}

.mb-9 {
  margin-bottom: 10rem !important;
}

.ml-9 {
  margin-left: 10rem !important;
}

.mx-9 {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}

.my-9 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.m-10 {
  margin: 12.5rem !important;
}

.mt-10 {
  margin-top: 12.5rem !important;
}

.mr-10 {
  margin-right: 12.5rem !important;
}

.mb-10 {
  margin-bottom: 12.5rem !important;
}

.ml-10 {
  margin-left: 12.5rem !important;
}

.mx-10 {
  margin-left: 12.5rem !important;
  margin-right: 12.5rem !important;
}

.my-10 {
  margin-top: 12.5rem !important;
  margin-bottom: 12.5rem !important;
}

.m-11 {
  margin: 15rem !important;
}

.mt-11 {
  margin-top: 15rem !important;
}

.mr-11 {
  margin-right: 15rem !important;
}

.mb-11 {
  margin-bottom: 15rem !important;
}

.ml-11 {
  margin-left: 15rem !important;
}

.mx-11 {
  margin-left: 15rem !important;
  margin-right: 15rem !important;
}

.my-11 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}

@media (max-width: 35.99em) {
  .m-xs-0 {
    margin: 0 !important;
  }
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mr-xs-0 {
    margin-right: 0 !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .ml-xs-0 {
    margin-left: 0 !important;
  }
  .mx-xs-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-xs-1 {
    margin: 0.25rem !important;
  }
  .mt-xs-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xs-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xs-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xs-1 {
    margin-left: 0.25rem !important;
  }
  .mx-xs-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-xs-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-xs-2 {
    margin: 0.5rem !important;
  }
  .mt-xs-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xs-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xs-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xs-2 {
    margin-left: 0.5rem !important;
  }
  .mx-xs-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-xs-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-xs-3 {
    margin: 1rem !important;
  }
  .mt-xs-3 {
    margin-top: 1rem !important;
  }
  .mr-xs-3 {
    margin-right: 1rem !important;
  }
  .mb-xs-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xs-3 {
    margin-left: 1rem !important;
  }
  .mx-xs-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-xs-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-xs-4 {
    margin: 1.8rem !important;
  }
  .mt-xs-4 {
    margin-top: 1.8rem !important;
  }
  .mr-xs-4 {
    margin-right: 1.8rem !important;
  }
  .mb-xs-4 {
    margin-bottom: 1.8rem !important;
  }
  .ml-xs-4 {
    margin-left: 1.8rem !important;
  }
  .mx-xs-4 {
    margin-left: 1.8rem !important;
    margin-right: 1.8rem !important;
  }
  .my-xs-4 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }
  .m-xs-5 {
    margin: 3rem !important;
  }
  .mt-xs-5 {
    margin-top: 3rem !important;
  }
  .mr-xs-5 {
    margin-right: 3rem !important;
  }
  .mb-xs-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xs-5 {
    margin-left: 3rem !important;
  }
  .mx-xs-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-xs-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-xs-6 {
    margin: 4rem !important;
  }
  .mt-xs-6 {
    margin-top: 4rem !important;
  }
  .mr-xs-6 {
    margin-right: 4rem !important;
  }
  .mb-xs-6 {
    margin-bottom: 4rem !important;
  }
  .ml-xs-6 {
    margin-left: 4rem !important;
  }
  .mx-xs-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .my-xs-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .m-xs-7 {
    margin: 5rem !important;
  }
  .mt-xs-7 {
    margin-top: 5rem !important;
  }
  .mr-xs-7 {
    margin-right: 5rem !important;
  }
  .mb-xs-7 {
    margin-bottom: 5rem !important;
  }
  .ml-xs-7 {
    margin-left: 5rem !important;
  }
  .mx-xs-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-xs-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .m-xs-8 {
    margin: 7.5rem !important;
  }
  .mt-xs-8 {
    margin-top: 7.5rem !important;
  }
  .mr-xs-8 {
    margin-right: 7.5rem !important;
  }
  .mb-xs-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xs-8 {
    margin-left: 7.5rem !important;
  }
  .mx-xs-8 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .my-xs-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .m-xs-9 {
    margin: 10rem !important;
  }
  .mt-xs-9 {
    margin-top: 10rem !important;
  }
  .mr-xs-9 {
    margin-right: 10rem !important;
  }
  .mb-xs-9 {
    margin-bottom: 10rem !important;
  }
  .ml-xs-9 {
    margin-left: 10rem !important;
  }
  .mx-xs-9 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .my-xs-9 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .m-xs-10 {
    margin: 12.5rem !important;
  }
  .mt-xs-10 {
    margin-top: 12.5rem !important;
  }
  .mr-xs-10 {
    margin-right: 12.5rem !important;
  }
  .mb-xs-10 {
    margin-bottom: 12.5rem !important;
  }
  .ml-xs-10 {
    margin-left: 12.5rem !important;
  }
  .mx-xs-10 {
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !important;
  }
  .my-xs-10 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .m-xs-11 {
    margin: 15rem !important;
  }
  .mt-xs-11 {
    margin-top: 15rem !important;
  }
  .mr-xs-11 {
    margin-right: 15rem !important;
  }
  .mb-xs-11 {
    margin-bottom: 15rem !important;
  }
  .ml-xs-11 {
    margin-left: 15rem !important;
  }
  .mx-xs-11 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .my-xs-11 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
}

@media (min-width: 36em) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.8rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.8rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.8rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.8rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.8rem !important;
  }
  .mx-sm-4 {
    margin-left: 1.8rem !important;
    margin-right: 1.8rem !important;
  }
  .my-sm-4 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-sm-6 {
    margin: 4rem !important;
  }
  .mt-sm-6 {
    margin-top: 4rem !important;
  }
  .mr-sm-6 {
    margin-right: 4rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-6 {
    margin-left: 4rem !important;
  }
  .mx-sm-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .my-sm-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .m-sm-7 {
    margin: 5rem !important;
  }
  .mt-sm-7 {
    margin-top: 5rem !important;
  }
  .mr-sm-7 {
    margin-right: 5rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-7 {
    margin-left: 5rem !important;
  }
  .mx-sm-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-sm-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .m-sm-8 {
    margin: 7.5rem !important;
  }
  .mt-sm-8 {
    margin-top: 7.5rem !important;
  }
  .mr-sm-8 {
    margin-right: 7.5rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-sm-8 {
    margin-left: 7.5rem !important;
  }
  .mx-sm-8 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .my-sm-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .m-sm-9 {
    margin: 10rem !important;
  }
  .mt-sm-9 {
    margin-top: 10rem !important;
  }
  .mr-sm-9 {
    margin-right: 10rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 10rem !important;
  }
  .ml-sm-9 {
    margin-left: 10rem !important;
  }
  .mx-sm-9 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .my-sm-9 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .m-sm-10 {
    margin: 12.5rem !important;
  }
  .mt-sm-10 {
    margin-top: 12.5rem !important;
  }
  .mr-sm-10 {
    margin-right: 12.5rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 12.5rem !important;
  }
  .ml-sm-10 {
    margin-left: 12.5rem !important;
  }
  .mx-sm-10 {
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !important;
  }
  .my-sm-10 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .m-sm-11 {
    margin: 15rem !important;
  }
  .mt-sm-11 {
    margin-top: 15rem !important;
  }
  .mr-sm-11 {
    margin-right: 15rem !important;
  }
  .mb-sm-11 {
    margin-bottom: 15rem !important;
  }
  .ml-sm-11 {
    margin-left: 15rem !important;
  }
  .mx-sm-11 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .my-sm-11 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
}

@media (min-width: 48em) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-md-4 {
    margin: 1.8rem !important;
  }
  .mt-md-4 {
    margin-top: 1.8rem !important;
  }
  .mr-md-4 {
    margin-right: 1.8rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.8rem !important;
  }
  .ml-md-4 {
    margin-left: 1.8rem !important;
  }
  .mx-md-4 {
    margin-left: 1.8rem !important;
    margin-right: 1.8rem !important;
  }
  .my-md-4 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-md-6 {
    margin: 4rem !important;
  }
  .mt-md-6 {
    margin-top: 4rem !important;
  }
  .mr-md-6 {
    margin-right: 4rem !important;
  }
  .mb-md-6 {
    margin-bottom: 4rem !important;
  }
  .ml-md-6 {
    margin-left: 4rem !important;
  }
  .mx-md-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .my-md-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .m-md-7 {
    margin: 5rem !important;
  }
  .mt-md-7 {
    margin-top: 5rem !important;
  }
  .mr-md-7 {
    margin-right: 5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 5rem !important;
  }
  .ml-md-7 {
    margin-left: 5rem !important;
  }
  .mx-md-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-md-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .m-md-8 {
    margin: 7.5rem !important;
  }
  .mt-md-8 {
    margin-top: 7.5rem !important;
  }
  .mr-md-8 {
    margin-right: 7.5rem !important;
  }
  .mb-md-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-md-8 {
    margin-left: 7.5rem !important;
  }
  .mx-md-8 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .my-md-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .m-md-9 {
    margin: 10rem !important;
  }
  .mt-md-9 {
    margin-top: 10rem !important;
  }
  .mr-md-9 {
    margin-right: 10rem !important;
  }
  .mb-md-9 {
    margin-bottom: 10rem !important;
  }
  .ml-md-9 {
    margin-left: 10rem !important;
  }
  .mx-md-9 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .my-md-9 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .m-md-10 {
    margin: 12.5rem !important;
  }
  .mt-md-10 {
    margin-top: 12.5rem !important;
  }
  .mr-md-10 {
    margin-right: 12.5rem !important;
  }
  .mb-md-10 {
    margin-bottom: 12.5rem !important;
  }
  .ml-md-10 {
    margin-left: 12.5rem !important;
  }
  .mx-md-10 {
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !important;
  }
  .my-md-10 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .m-md-11 {
    margin: 15rem !important;
  }
  .mt-md-11 {
    margin-top: 15rem !important;
  }
  .mr-md-11 {
    margin-right: 15rem !important;
  }
  .mb-md-11 {
    margin-bottom: 15rem !important;
  }
  .ml-md-11 {
    margin-left: 15rem !important;
  }
  .mx-md-11 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .my-md-11 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
}

@media (min-width: 62em) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.8rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.8rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.8rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.8rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.8rem !important;
  }
  .mx-lg-4 {
    margin-left: 1.8rem !important;
    margin-right: 1.8rem !important;
  }
  .my-lg-4 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-lg-6 {
    margin: 4rem !important;
  }
  .mt-lg-6 {
    margin-top: 4rem !important;
  }
  .mr-lg-6 {
    margin-right: 4rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-6 {
    margin-left: 4rem !important;
  }
  .mx-lg-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .my-lg-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .m-lg-7 {
    margin: 5rem !important;
  }
  .mt-lg-7 {
    margin-top: 5rem !important;
  }
  .mr-lg-7 {
    margin-right: 5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-7 {
    margin-left: 5rem !important;
  }
  .mx-lg-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-lg-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .m-lg-8 {
    margin: 7.5rem !important;
  }
  .mt-lg-8 {
    margin-top: 7.5rem !important;
  }
  .mr-lg-8 {
    margin-right: 7.5rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-lg-8 {
    margin-left: 7.5rem !important;
  }
  .mx-lg-8 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .my-lg-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .m-lg-9 {
    margin: 10rem !important;
  }
  .mt-lg-9 {
    margin-top: 10rem !important;
  }
  .mr-lg-9 {
    margin-right: 10rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 10rem !important;
  }
  .ml-lg-9 {
    margin-left: 10rem !important;
  }
  .mx-lg-9 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .my-lg-9 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .m-lg-10 {
    margin: 12.5rem !important;
  }
  .mt-lg-10 {
    margin-top: 12.5rem !important;
  }
  .mr-lg-10 {
    margin-right: 12.5rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 12.5rem !important;
  }
  .ml-lg-10 {
    margin-left: 12.5rem !important;
  }
  .mx-lg-10 {
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !important;
  }
  .my-lg-10 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .m-lg-11 {
    margin: 15rem !important;
  }
  .mt-lg-11 {
    margin-top: 15rem !important;
  }
  .mr-lg-11 {
    margin-right: 15rem !important;
  }
  .mb-lg-11 {
    margin-bottom: 15rem !important;
  }
  .ml-lg-11 {
    margin-left: 15rem !important;
  }
  .mx-lg-11 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .my-lg-11 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
}

@media (min-width: 75em) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.8rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.8rem !important;
  }
  .mr-xl-4 {
    margin-right: 1.8rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.8rem !important;
  }
  .ml-xl-4 {
    margin-left: 1.8rem !important;
  }
  .mx-xl-4 {
    margin-left: 1.8rem !important;
    margin-right: 1.8rem !important;
  }
  .my-xl-4 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5 {
    margin-left: 3rem !important;
  }
  .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-xl-6 {
    margin: 4rem !important;
  }
  .mt-xl-6 {
    margin-top: 4rem !important;
  }
  .mr-xl-6 {
    margin-right: 4rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-6 {
    margin-left: 4rem !important;
  }
  .mx-xl-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .my-xl-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .m-xl-7 {
    margin: 5rem !important;
  }
  .mt-xl-7 {
    margin-top: 5rem !important;
  }
  .mr-xl-7 {
    margin-right: 5rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-7 {
    margin-left: 5rem !important;
  }
  .mx-xl-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-xl-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .m-xl-8 {
    margin: 7.5rem !important;
  }
  .mt-xl-8 {
    margin-top: 7.5rem !important;
  }
  .mr-xl-8 {
    margin-right: 7.5rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xl-8 {
    margin-left: 7.5rem !important;
  }
  .mx-xl-8 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .my-xl-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .m-xl-9 {
    margin: 10rem !important;
  }
  .mt-xl-9 {
    margin-top: 10rem !important;
  }
  .mr-xl-9 {
    margin-right: 10rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 10rem !important;
  }
  .ml-xl-9 {
    margin-left: 10rem !important;
  }
  .mx-xl-9 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .my-xl-9 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .m-xl-10 {
    margin: 12.5rem !important;
  }
  .mt-xl-10 {
    margin-top: 12.5rem !important;
  }
  .mr-xl-10 {
    margin-right: 12.5rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 12.5rem !important;
  }
  .ml-xl-10 {
    margin-left: 12.5rem !important;
  }
  .mx-xl-10 {
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !important;
  }
  .my-xl-10 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .m-xl-11 {
    margin: 15rem !important;
  }
  .mt-xl-11 {
    margin-top: 15rem !important;
  }
  .mr-xl-11 {
    margin-right: 15rem !important;
  }
  .mb-xl-11 {
    margin-bottom: 15rem !important;
  }
  .ml-xl-11 {
    margin-left: 15rem !important;
  }
  .mx-xl-11 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .my-xl-11 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
}

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

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

.pr-0 {
  padding-right: 0 !important;
}

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

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

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

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

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

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

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

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-4 {
  padding: 1.8rem !important;
}

.pt-4 {
  padding-top: 1.8rem !important;
}

.pr-4 {
  padding-right: 1.8rem !important;
}

.pb-4 {
  padding-bottom: 1.8rem !important;
}

.pl-4 {
  padding-left: 1.8rem !important;
}

.px-4 {
  padding-left: 1.8rem !important;
  padding-right: 1.8rem !important;
}

.py-4 {
  padding-top: 1.8rem !important;
  padding-bottom: 1.8rem !important;
}

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

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

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

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

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

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.p-6 {
  padding: 4rem !important;
}

.pt-6 {
  padding-top: 4rem !important;
}

.pr-6 {
  padding-right: 4rem !important;
}

.pb-6 {
  padding-bottom: 4rem !important;
}

.pl-6 {
  padding-left: 4rem !important;
}

.px-6 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.p-7 {
  padding: 5rem !important;
}

.pt-7 {
  padding-top: 5rem !important;
}

.pr-7 {
  padding-right: 5rem !important;
}

.pb-7 {
  padding-bottom: 5rem !important;
}

.pl-7 {
  padding-left: 5rem !important;
}

.px-7 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.py-7 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.p-8 {
  padding: 7.5rem !important;
}

.pt-8 {
  padding-top: 7.5rem !important;
}

.pr-8 {
  padding-right: 7.5rem !important;
}

.pb-8 {
  padding-bottom: 7.5rem !important;
}

.pl-8 {
  padding-left: 7.5rem !important;
}

.px-8 {
  padding-left: 7.5rem !important;
  padding-right: 7.5rem !important;
}

.py-8 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

.p-9 {
  padding: 10rem !important;
}

.pt-9 {
  padding-top: 10rem !important;
}

.pr-9 {
  padding-right: 10rem !important;
}

.pb-9 {
  padding-bottom: 10rem !important;
}

.pl-9 {
  padding-left: 10rem !important;
}

.px-9 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

.py-9 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.p-10 {
  padding: 12.5rem !important;
}

.pt-10 {
  padding-top: 12.5rem !important;
}

.pr-10 {
  padding-right: 12.5rem !important;
}

.pb-10 {
  padding-bottom: 12.5rem !important;
}

.pl-10 {
  padding-left: 12.5rem !important;
}

.px-10 {
  padding-left: 12.5rem !important;
  padding-right: 12.5rem !important;
}

.py-10 {
  padding-top: 12.5rem !important;
  padding-bottom: 12.5rem !important;
}

.p-11 {
  padding: 15rem !important;
}

.pt-11 {
  padding-top: 15rem !important;
}

.pr-11 {
  padding-right: 15rem !important;
}

.pb-11 {
  padding-bottom: 15rem !important;
}

.pl-11 {
  padding-left: 15rem !important;
}

.px-11 {
  padding-left: 15rem !important;
  padding-right: 15rem !important;
}

.py-11 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

@media (max-width: 35.99em) {
  .p-xs-0 {
    padding: 0 !important;
  }
  .pt-xs-0 {
    padding-top: 0 !important;
  }
  .pr-xs-0 {
    padding-right: 0 !important;
  }
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  .pl-xs-0 {
    padding-left: 0 !important;
  }
  .px-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-xs-1 {
    padding: 0.25rem !important;
  }
  .pt-xs-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xs-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xs-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xs-1 {
    padding-left: 0.25rem !important;
  }
  .px-xs-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-xs-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-xs-2 {
    padding: 0.5rem !important;
  }
  .pt-xs-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xs-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xs-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xs-2 {
    padding-left: 0.5rem !important;
  }
  .px-xs-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-xs-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-xs-3 {
    padding: 1rem !important;
  }
  .pt-xs-3 {
    padding-top: 1rem !important;
  }
  .pr-xs-3 {
    padding-right: 1rem !important;
  }
  .pb-xs-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xs-3 {
    padding-left: 1rem !important;
  }
  .px-xs-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-xs-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-xs-4 {
    padding: 1.8rem !important;
  }
  .pt-xs-4 {
    padding-top: 1.8rem !important;
  }
  .pr-xs-4 {
    padding-right: 1.8rem !important;
  }
  .pb-xs-4 {
    padding-bottom: 1.8rem !important;
  }
  .pl-xs-4 {
    padding-left: 1.8rem !important;
  }
  .px-xs-4 {
    padding-left: 1.8rem !important;
    padding-right: 1.8rem !important;
  }
  .py-xs-4 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }
  .p-xs-5 {
    padding: 3rem !important;
  }
  .pt-xs-5 {
    padding-top: 3rem !important;
  }
  .pr-xs-5 {
    padding-right: 3rem !important;
  }
  .pb-xs-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xs-5 {
    padding-left: 3rem !important;
  }
  .px-xs-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-xs-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .p-xs-6 {
    padding: 4rem !important;
  }
  .pt-xs-6 {
    padding-top: 4rem !important;
  }
  .pr-xs-6 {
    padding-right: 4rem !important;
  }
  .pb-xs-6 {
    padding-bottom: 4rem !important;
  }
  .pl-xs-6 {
    padding-left: 4rem !important;
  }
  .px-xs-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py-xs-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .p-xs-7 {
    padding: 5rem !important;
  }
  .pt-xs-7 {
    padding-top: 5rem !important;
  }
  .pr-xs-7 {
    padding-right: 5rem !important;
  }
  .pb-xs-7 {
    padding-bottom: 5rem !important;
  }
  .pl-xs-7 {
    padding-left: 5rem !important;
  }
  .px-xs-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-xs-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .p-xs-8 {
    padding: 7.5rem !important;
  }
  .pt-xs-8 {
    padding-top: 7.5rem !important;
  }
  .pr-xs-8 {
    padding-right: 7.5rem !important;
  }
  .pb-xs-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xs-8 {
    padding-left: 7.5rem !important;
  }
  .px-xs-8 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .py-xs-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .p-xs-9 {
    padding: 10rem !important;
  }
  .pt-xs-9 {
    padding-top: 10rem !important;
  }
  .pr-xs-9 {
    padding-right: 10rem !important;
  }
  .pb-xs-9 {
    padding-bottom: 10rem !important;
  }
  .pl-xs-9 {
    padding-left: 10rem !important;
  }
  .px-xs-9 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .py-xs-9 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .p-xs-10 {
    padding: 12.5rem !important;
  }
  .pt-xs-10 {
    padding-top: 12.5rem !important;
  }
  .pr-xs-10 {
    padding-right: 12.5rem !important;
  }
  .pb-xs-10 {
    padding-bottom: 12.5rem !important;
  }
  .pl-xs-10 {
    padding-left: 12.5rem !important;
  }
  .px-xs-10 {
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !important;
  }
  .py-xs-10 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .p-xs-11 {
    padding: 15rem !important;
  }
  .pt-xs-11 {
    padding-top: 15rem !important;
  }
  .pr-xs-11 {
    padding-right: 15rem !important;
  }
  .pb-xs-11 {
    padding-bottom: 15rem !important;
  }
  .pl-xs-11 {
    padding-left: 15rem !important;
  }
  .px-xs-11 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .py-xs-11 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
}

@media (min-width: 36em) {
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.8rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.8rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.8rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.8rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.8rem !important;
  }
  .px-sm-4 {
    padding-left: 1.8rem !important;
    padding-right: 1.8rem !important;
  }
  .py-sm-4 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
  .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .p-sm-6 {
    padding: 4rem !important;
  }
  .pt-sm-6 {
    padding-top: 4rem !important;
  }
  .pr-sm-6 {
    padding-right: 4rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-6 {
    padding-left: 4rem !important;
  }
  .px-sm-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py-sm-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .p-sm-7 {
    padding: 5rem !important;
  }
  .pt-sm-7 {
    padding-top: 5rem !important;
  }
  .pr-sm-7 {
    padding-right: 5rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-7 {
    padding-left: 5rem !important;
  }
  .px-sm-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-sm-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .p-sm-8 {
    padding: 7.5rem !important;
  }
  .pt-sm-8 {
    padding-top: 7.5rem !important;
  }
  .pr-sm-8 {
    padding-right: 7.5rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-sm-8 {
    padding-left: 7.5rem !important;
  }
  .px-sm-8 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .py-sm-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .p-sm-9 {
    padding: 10rem !important;
  }
  .pt-sm-9 {
    padding-top: 10rem !important;
  }
  .pr-sm-9 {
    padding-right: 10rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 10rem !important;
  }
  .pl-sm-9 {
    padding-left: 10rem !important;
  }
  .px-sm-9 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .py-sm-9 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .p-sm-10 {
    padding: 12.5rem !important;
  }
  .pt-sm-10 {
    padding-top: 12.5rem !important;
  }
  .pr-sm-10 {
    padding-right: 12.5rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 12.5rem !important;
  }
  .pl-sm-10 {
    padding-left: 12.5rem !important;
  }
  .px-sm-10 {
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !important;
  }
  .py-sm-10 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .p-sm-11 {
    padding: 15rem !important;
  }
  .pt-sm-11 {
    padding-top: 15rem !important;
  }
  .pr-sm-11 {
    padding-right: 15rem !important;
  }
  .pb-sm-11 {
    padding-bottom: 15rem !important;
  }
  .pl-sm-11 {
    padding-left: 15rem !important;
  }
  .px-sm-11 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .py-sm-11 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
}

@media (min-width: 48em) {
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-md-4 {
    padding: 1.8rem !important;
  }
  .pt-md-4 {
    padding-top: 1.8rem !important;
  }
  .pr-md-4 {
    padding-right: 1.8rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.8rem !important;
  }
  .pl-md-4 {
    padding-left: 1.8rem !important;
  }
  .px-md-4 {
    padding-left: 1.8rem !important;
    padding-right: 1.8rem !important;
  }
  .py-md-4 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5 {
    padding-left: 3rem !important;
  }
  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .p-md-6 {
    padding: 4rem !important;
  }
  .pt-md-6 {
    padding-top: 4rem !important;
  }
  .pr-md-6 {
    padding-right: 4rem !important;
  }
  .pb-md-6 {
    padding-bottom: 4rem !important;
  }
  .pl-md-6 {
    padding-left: 4rem !important;
  }
  .px-md-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py-md-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .p-md-7 {
    padding: 5rem !important;
  }
  .pt-md-7 {
    padding-top: 5rem !important;
  }
  .pr-md-7 {
    padding-right: 5rem !important;
  }
  .pb-md-7 {
    padding-bottom: 5rem !important;
  }
  .pl-md-7 {
    padding-left: 5rem !important;
  }
  .px-md-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-md-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .p-md-8 {
    padding: 7.5rem !important;
  }
  .pt-md-8 {
    padding-top: 7.5rem !important;
  }
  .pr-md-8 {
    padding-right: 7.5rem !important;
  }
  .pb-md-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-md-8 {
    padding-left: 7.5rem !important;
  }
  .px-md-8 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .py-md-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .p-md-9 {
    padding: 10rem !important;
  }
  .pt-md-9 {
    padding-top: 10rem !important;
  }
  .pr-md-9 {
    padding-right: 10rem !important;
  }
  .pb-md-9 {
    padding-bottom: 10rem !important;
  }
  .pl-md-9 {
    padding-left: 10rem !important;
  }
  .px-md-9 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .py-md-9 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .p-md-10 {
    padding: 12.5rem !important;
  }
  .pt-md-10 {
    padding-top: 12.5rem !important;
  }
  .pr-md-10 {
    padding-right: 12.5rem !important;
  }
  .pb-md-10 {
    padding-bottom: 12.5rem !important;
  }
  .pl-md-10 {
    padding-left: 12.5rem !important;
  }
  .px-md-10 {
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !important;
  }
  .py-md-10 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .p-md-11 {
    padding: 15rem !important;
  }
  .pt-md-11 {
    padding-top: 15rem !important;
  }
  .pr-md-11 {
    padding-right: 15rem !important;
  }
  .pb-md-11 {
    padding-bottom: 15rem !important;
  }
  .pl-md-11 {
    padding-left: 15rem !important;
  }
  .px-md-11 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .py-md-11 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
}

@media (min-width: 62em) {
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.8rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.8rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.8rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.8rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.8rem !important;
  }
  .px-lg-4 {
    padding-left: 1.8rem !important;
    padding-right: 1.8rem !important;
  }
  .py-lg-4 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
  .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .p-lg-6 {
    padding: 4rem !important;
  }
  .pt-lg-6 {
    padding-top: 4rem !important;
  }
  .pr-lg-6 {
    padding-right: 4rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-6 {
    padding-left: 4rem !important;
  }
  .px-lg-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py-lg-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .p-lg-7 {
    padding: 5rem !important;
  }
  .pt-lg-7 {
    padding-top: 5rem !important;
  }
  .pr-lg-7 {
    padding-right: 5rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-7 {
    padding-left: 5rem !important;
  }
  .px-lg-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-lg-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .p-lg-8 {
    padding: 7.5rem !important;
  }
  .pt-lg-8 {
    padding-top: 7.5rem !important;
  }
  .pr-lg-8 {
    padding-right: 7.5rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-lg-8 {
    padding-left: 7.5rem !important;
  }
  .px-lg-8 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .py-lg-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .p-lg-9 {
    padding: 10rem !important;
  }
  .pt-lg-9 {
    padding-top: 10rem !important;
  }
  .pr-lg-9 {
    padding-right: 10rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 10rem !important;
  }
  .pl-lg-9 {
    padding-left: 10rem !important;
  }
  .px-lg-9 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .py-lg-9 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .p-lg-10 {
    padding: 12.5rem !important;
  }
  .pt-lg-10 {
    padding-top: 12.5rem !important;
  }
  .pr-lg-10 {
    padding-right: 12.5rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 12.5rem !important;
  }
  .pl-lg-10 {
    padding-left: 12.5rem !important;
  }
  .px-lg-10 {
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !important;
  }
  .py-lg-10 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .p-lg-11 {
    padding: 15rem !important;
  }
  .pt-lg-11 {
    padding-top: 15rem !important;
  }
  .pr-lg-11 {
    padding-right: 15rem !important;
  }
  .pb-lg-11 {
    padding-bottom: 15rem !important;
  }
  .pl-lg-11 {
    padding-left: 15rem !important;
  }
  .px-lg-11 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .py-lg-11 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
}

@media (min-width: 75em) {
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.8rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.8rem !important;
  }
  .pr-xl-4 {
    padding-right: 1.8rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.8rem !important;
  }
  .pl-xl-4 {
    padding-left: 1.8rem !important;
  }
  .px-xl-4 {
    padding-left: 1.8rem !important;
    padding-right: 1.8rem !important;
  }
  .py-xl-4 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5 {
    padding-left: 3rem !important;
  }
  .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .p-xl-6 {
    padding: 4rem !important;
  }
  .pt-xl-6 {
    padding-top: 4rem !important;
  }
  .pr-xl-6 {
    padding-right: 4rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-6 {
    padding-left: 4rem !important;
  }
  .px-xl-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py-xl-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .p-xl-7 {
    padding: 5rem !important;
  }
  .pt-xl-7 {
    padding-top: 5rem !important;
  }
  .pr-xl-7 {
    padding-right: 5rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-7 {
    padding-left: 5rem !important;
  }
  .px-xl-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-xl-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .p-xl-8 {
    padding: 7.5rem !important;
  }
  .pt-xl-8 {
    padding-top: 7.5rem !important;
  }
  .pr-xl-8 {
    padding-right: 7.5rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xl-8 {
    padding-left: 7.5rem !important;
  }
  .px-xl-8 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .py-xl-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .p-xl-9 {
    padding: 10rem !important;
  }
  .pt-xl-9 {
    padding-top: 10rem !important;
  }
  .pr-xl-9 {
    padding-right: 10rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 10rem !important;
  }
  .pl-xl-9 {
    padding-left: 10rem !important;
  }
  .px-xl-9 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .py-xl-9 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .p-xl-10 {
    padding: 12.5rem !important;
  }
  .pt-xl-10 {
    padding-top: 12.5rem !important;
  }
  .pr-xl-10 {
    padding-right: 12.5rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 12.5rem !important;
  }
  .pl-xl-10 {
    padding-left: 12.5rem !important;
  }
  .px-xl-10 {
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !important;
  }
  .py-xl-10 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .p-xl-11 {
    padding: 15rem !important;
  }
  .pt-xl-11 {
    padding-top: 15rem !important;
  }
  .pr-xl-11 {
    padding-right: 15rem !important;
  }
  .pb-xl-11 {
    padding-bottom: 15rem !important;
  }
  .pl-xl-11 {
    padding-left: 15rem !important;
  }
  .px-xl-11 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .py-xl-11 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
}

/*///////////////////////////////////
// Miscellaneous
///////////////////////////////////*/
[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
}

/*///////////////////////////////////
// Prism
///////////////////////////////////*/
:not(pre) > code[class*="language-"], pre[class*="language-"] {
  background-color: #fafafa;
  border: 1px solid #e1e1e1;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #2A3855;
  -webkit-transition: opacity 0.8s cubic-bezier(0.77, 0, 0.18, 1);
  -o-transition: opacity 0.8s cubic-bezier(0.77, 0, 0.18, 1);
  transition: opacity 0.8s cubic-bezier(0.77, 0, 0.18, 1);
  opacity: 0;
}

#preloader.loading {
  opacity: 1;
}

.navbar-elixir {
  background: rgba(255, 255, 255, 0.85);
  margin-bottom: -59px;
  color: #2a3855;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

@media (min-width: 62em) {
  .znav-container .dropdown, .znav-container .megamenu {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
  }
}

.znav-container a:not(.btn) {
  color: #2A3855;
}

.znav-container .has-dropdown .dropdown {
  min-width: 178px;
}

a {
  font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
  color: #2A3855;
  font-weight: 700;
}

h1 {
  letter-spacing: -0.25rem;
}

h2, h3 {
  letter-spacing: -0.15rem;
}

/* h4, h5 {
  letter-spacing: -0.05rem;
} */

hr {
  background-color: #2A3855;
  border-width: 0;
  margin-top: 1rem;
  opacity: .8;
  height: 3px;
  border-radius: 1.5px;
}

hr.muted {
  height: 1px;
  border-radius: 0.5px;
  opacity: .15;
}

.hoverbox-bg {
  background-color: rgba(42, 56, 85, 0.9);
}

.dropcap:first-letter {
  color: #2A3855;
  font-weight: 600;
}

p {
  color: #6a6a6a;
}

.btn {
  font-weight: 700 !important;
}

.btn-outline-primary {
  color: #2A3855;
  background-image: none;
  background-color: transparent;
  border-color: #2A3855;
}

.btn-outline-primary.btn-icon span {
  border-color: #2A3855;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.btn-outline-primary.btn-icon:hover span, .btn-outline-primary.btn-icon:focus span, .btn-outline-primary.btn-icon:active span, .btn-outline-primary.btn-icon:active:focus span {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

.btn-outline-primary:hover {
  color: white;
  background-color: #2A3855;
  border-color: #2A3855;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  color: white;
  background-color: #2A3855;
  border-color: #2A3855;
}

.btn-outline-primary:active, .btn-outline-primary.active, .open > .btn-outline-primary.dropdown-toggle {
  color: white;
  background-color: #2A3855;
  border-color: #2A3855;
}

.btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus, .open > .btn-outline-primary.dropdown-toggle:hover, .open > .btn-outline-primary.dropdown-toggle:focus, .open > .btn-outline-primary.dropdown-toggle.focus {
  color: white;
  background-color: #0d121b;
  border-color: black;
}

.btn-outline-primary.active {
  background-color: #0d121b;
  border-color: black;
}

.btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled.focus {
  border-color: #4c6599;
}

.btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
  border-color: #4c6599;
}

.btn-warning {
  color: #2A3855;
}

.btn-warning:active, .btn-warning:hover, .btn-warning:focus, .btn-warning:active:focus {
  color: #2A3855;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem .75rem 0rem;
  margin-bottom: 0rem;
  list-style: none;
  background-color: transparent;
  border-radius: .25rem;
}

.breadcrumb-item.active {
  color: #ffffff;
  font-weight: 400;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  padding-left: .5rem;
  color: #FDD428;
  font-size: inherit;
  line-height: 1;
  font-family: FontAwesome;
  content: "\f101";
}

.elixir-caret {
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 50%;
  height: 25px;
  width: 25px;
  z-index: 99;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

#videoModal .embed-responsive {
  background-color: black;
}

.btn-elixir-play {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background-color: white;
  border-radius: 100%;
  position: relative;
  font-size: 1.414rem;
  color: #2A3855;
  margin-bottom: 40px;
}

.btn-elixir-play:before {
  content: '';
  height: 100px;
  width: 100px;
  position: absolute;
  left: -10px;
  top: -10px;
  border: 10px solid rgba(255, 255, 255, 0.5);
  border-radius: 100%;
}

@media (min-width: 62em) {
  .column-lg-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
  }
}

.blockquote {
  position: relative;
  padding-left: 50px;
}

.blockquote:after {
  content: "";
  background: url("../images/icon-quote.svg") no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0px;
  top: -5px;
}

.background-holder.overlay.overlay-elixir:before {
  background-color: rgba(44, 56, 85, 0.7);
}

.animated {
  -webkit-animation-duration: 0ms;
  animation-duration: 0ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.all-cat-grid{
    display: block;
    color: #000;
    border-radius: 5px;
    box-shadow: 0px 0px 8px #e2e2e28f;
    width: 100%;
    font-size: 20px;
    padding: 7px 20px;
    border-left: 5px solid #FDD428;
    padding-left: 15px;
    align-self: center;
    min-height: 70px;
}
.list-category {
    background: #f4df9d;
    padding: 8px;
    font-weight: 600;
    border-radius: 3px;
    margin-top: 8px;
}
.list-category {
    background: #f4df9d;
    padding: 8px;
    font-weight: 600;
    border-radius: 3px;
    margin-top: 8px;
}
.list-category a:hover{
     text-decoration: none;
}
.card-title{
    font-size: 17px;
}
.card-title a:hover{
    text-decoration: none;
}
.card-item-list {
    background: #f5f5f5;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    border-radius: 8px;
}
.card-item-list .card-image {
    width: 20%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
}
.card-item .card-image {
    position: relative;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}
.card-item-list .card-image .card__img {
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
    object-fit: cover;
    height: 200px;
    border-right: dashed 1px #1a154dc9;
}
.card-item .card-image .card__img {
    padding: 12px;
    width: 100%;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}
img {
    opacity: 1;
    transition: .8s;
}
.card-item-list .card-image:after {
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
}
.card-item .card-image:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    pointer-events: none;
}
.card-item-list .card-content {
    width: 90%;
}
.card-item .card-content {
    padding: 15px 15px 20px;
    position: relative;
}
.text-color-4 {
    color: #1d1756 !important;
}
.card-item .card-title a {
    color: #111;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.font-weight-medium {
    font-weight: 500 !important;
}
.btn-info {
    color: #fff;
    background-color: #2A3855;
    border-color: #f5f5f5;
}
.btn-info.active, .btn-info:hover, .btn-info:active, .btn-info:focus, .btn-info:active:focus {
    color: white;
    background-color: #2a648c;
    border-color: #225070;
}
.card-content h4{
    font-size: 18px;
}
.card-item{
    -webkit-box-shadow: 0 10px 40px rgba(82, 85, 90, .2);
    -moz-box-shadow: 0 10px 40px rgba(82, 85, 90, .2);
    box-shadow: 0 10px 40px rgba(82, 85, 90, .2);
}
@media (min-width: 1200px) {
    .container {
        max-width: 1250px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
.container {
    max-width: 1350px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 992px) {
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
}
.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.report-h1{
    /* font-size: 25px !important; */
    letter-spacing: normal;
    line-height: 30px;

    font-size: 18px;
    color: #006388;
    font-weight: 700;
    margin: 0 0 1rem;
    text-align: justify;
}

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

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

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

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

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

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

.line-height-30 {
	line-height: 30px !important
}

.line-height-26 {
	line-height: 26px !important
}

.line-height-20 {
	line-height: 20px !important
}

.font-weight-medium {
	font-weight: 500 !important
}

.border-left-color {
	border-left-color: rgba(127, 137, 150, .1) !important
}

.text-red {
	color: red !important
}

.text-color {
	color: #333 !important
}

.text-color-2 {
	color: #1d1756 !important
}

.text-color-4 {
	color: #1d1756 !important
}
.sidebar-sticky {
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 75px;
    z-index: 5;
}
.tablinks {
    box-shadow: 0 8px 6px -6px #00000073;
}
.tab {
    width: 100%;
    top: 75px;
    white-space: nowrap;
    /* overflow: hidden; */
    /* margin-top: 11px; */
    /* background: white; */
}
.tab button:hover {
	background-color: #ddd
}

.tab button.active {
    background-color: #1d1756;
    color: #fff;
    border-radius: 0px 0px 20px 20px;
    padding: 7px 29px;
    border: 1px solid #1d1756;
}
.tab button {
    border-radius: 0px;
    background-color: #e6e6e5;
    border: 1px solid #d5d5d5;
    border-radius: 0px 0px 20px 20px;
    outline: none;
    cursor: pointer;
    padding: 7px 39px;
    font-size: 16px;
    /* margin-right: 12px; */
}
.download_sample_button {
	background: #dc3912 !important;
    border-radius: 0px 0px 20px 20px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 8px 19px;
    margin-right: 4px;
}
.discount-btn{
    background-color: #ffc107;
    color: #212529 !important;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 8px 19px;
    border-radius: 0px 0px 20px 20px;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

.breadcrumb-area {
	padding-top: 0px;
	padding-bottom: 0px ;
	position: relative;
	z-index: 1;
	background-size: cover;
	background-position: center
}

@media (max-width:480px) {
	.breadcrumb-area {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
    .buy-now-mobile-button {
        display: inline-block !important;
        position: fixed;
        bottom: -15px;
        left: 10;
        width: 100%;
        z-index: 10;
        box-sizing: border-box;
        list-style: none;
    }
}
.adress-box {
    text-align: center;
    color: #1f1f1e;
    font-size: 14px;
    margin-bottom: 20px;
}
.btn-outline-primary-custome{

    color: #e0781c;
    background-image: none;
    background-color: transparent;
    border-color: #e0781c;

}
mega-menu li {
    display: block;
    float: left;
    font-size: .94rem;
    padding: 0 0 12px;
    margin-left: 0;
    width: 100%;
}
.border-blue-right {
    border-right: 1px solid #636363;
}
.widht42 {
    width: 48% !important;
}
.mega-menu ul {
    padding: 0 0 0 15px;
    margin: 0;
}
.mega-menu li {
    display: block;
    float: left;
    font-size: .94rem;
    padding: 0 0 12px;
    margin-left: 0;
    width: 100%;
}
.mega-menu li a {
    color: #4b4b4b;
    text-transform: uppercase;
}
.navbar .nav>li>a, .mega-menu a {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}
.navbar .navbar-nav .nav-item .icons {
    font-size: 1.8rem;
}
.mega-menu li .icons {
    position: relative;
    top: 2px;
}
.segmenth6 {
    color: #044280; /* softer navy instead of bright */
    text-transform: uppercase;
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    position: relative;
    padding-bottom: 8px;
}
.heading3 {
    color: #044280; /* softer navy instead of bright */
    text-transform: uppercase;
    font-size: 15px !important;
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: 400;
    letter-spacing: 0.5px;
    position: relative;
}
/* clean underline style */
.segmenth6::after {
    content: "";
    width: 40px;
    height: 3px;
    background: #ee661e;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 2px;
}

.listing-detail-wrap {
    margin-bottom: 30px;
    background: #ffffff;
    border-radius: 6px;
    padding: 0px 0px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
}
.tabcontent{
    text-align: justify;
    /* color: #23527c !important; */
    margin: 6px 0px 6px 0px !important;
    font-family: Arial;
    font-size: 16px;
    line-height: 24px;
    color: #153043;
    padding: 0;
}
#myChart1 {
    background-color: #f9f9f9;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    max-height: 350px;
    width: 100%;
}
.chart-container1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.chart-container2 {
    display: flex;
    box-shadow: 0 8px 6px -6px #00000073;
    border: 1px solid #ece6e6;
}
.sampletableheading{
    font-size: 15px;
}
.sample-form-entry{
    margin-bottom: 30px;
    background: #ffffff;
    border-radius: 6px;
    padding: 8px 19px;
    margin-bottom: 60px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
}

.arrow-point{
    color:#fa8072;
    padding-right: 10px;
}
.sidebarul{
    list-style: none !important; text-align: left; margin-left: 13px; line-height: 27px;
}
/* ///////////////////// */

.promotion-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.1); */
}
.header {
    /* background-color: #00acc1; */
    color: #fff;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    text-align: center;
}
.header h2 {
    margin-bottom: 10px;
}
.header p {
    margin-bottom: 0;
}
.promotion-step {
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
    text-align: left;
    height: 100%;
}
.promotion-step h5 {
    margin-bottom: 20px;
    text-align: center;
}
.promotion-step ul {
    list-style-type: square;
    padding: 0;
    text-align: left;
    margin-left: 10px;
}
.promotion-step ul li {
    margin-bottom: 10px;
}
.icon {
    font-size: 40px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
}
/* ///////////////////////////// */
.nav-side-menu .brand {
    line-height: 50px;
    display: block;
    text-align: center;
    font-size: 14px;
}
.nav-side-menu .toggle-btn {
    display: none;
}
.nav-side-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 35px;
    cursor: pointer;
}
.nav-side-menu ul .active {
    border-left: 3px solid #d19b3d;
}
.nav-side-menu ul .sub-menu li {
    border: none;
    line-height: 28px;
    margin-left: 0;
}
.nav-side-menu ul .sub-menu li:hover {
    transition: none;
}
.nav-side-menu li {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 35px;
    cursor: pointer;
    padding-left: 0;
    transition: all 0.2s ease;
}
.nav-side-menu li .active {
    border-left: 3px solid #d19b3d;
}
.nav-side-menu li .sub-menu li {
    border: none;
    line-height: 28px;
    border-bottom: 1px solid #23282e;
    margin-left: 0;
}
.nav-side-menu li a {
    text-decoration: none;
        color: black;
}
.nav-side-menu li a i {
    margin: 10px 15px;
}

.sub-menu li {
    padding-left: 20px;
}
li span .la-angle-down {
    margin: 10px;
    vertical-align: middle;
    float: right;
    color: teal !important;
    transition: transform 0.4s;
    font-weight: bolder;
    font-size: 20px;
}
li.active span .la-angle-down {
    transform: rotateX(180deg);
}
@media (max-width: 767px) {
    .nav-side-menu {
        position: relative;
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    .nav-side-menu .toggle-btn {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 10 !important;
        padding: 3px;
        width: 40px;
        text-align: center;
        border-radius: 4px;
    }
    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important;
    }
}
@media (min-width: 767px) {
    .nav-side-menu .menu-list .menu-content {
        display: block;
    }
}
.cat-desc{
    padding: 20px;
    background: #f8f9fa;
}


/* Report page */
    .dynamic-box,
.recommendation-box {
    background: #fff;
    border: 1px solid #e3edf7;
    border-left: 4px solid #ee661e;
    border-radius: 10px;
    padding: 14px 16px;
    height: 100%;
    box-shadow: 0 6px 16px rgba(4,66,128,0.05);
}

.dynamic-box h6,
.recommendation-box h6 {
    color: #044280;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 8px;
}

.recommendation-box p {
    font-size: 14.5px;
    color: #333;
    margin-bottom: 8px;
}
    .subheading {
    font-size: 14px;
    font-weight: 700;
    color: #044280;
    margin-top: 10px;
    margin-bottom: 6px;
}

.overview-list {
    padding-left: 18px;
    margin-bottom: 15px;
}

.overview-list li {
    font-size: 14.5px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 6px;
}
/* summery */
.kpi-market-card {
    background: radial-gradient(circle at top left, #eaf3ff 0%, #f8fbff 34%, #ffffff 100%);
    border: 1px solid #dce8f7;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 14px 35px rgba(4, 66, 128, 0.08);
}

.kpi-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 24px;
}

.kpi-eyebrow {
    display: inline-block;
    color: #ee661e;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .7px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.kpi-header h3 {
    margin: 0;
    color: #044280;
    font-size: 24px;
    font-weight: 800;
}

.kpi-cagr-pill {
    background: #044280;
    color: #fff;
    padding: 9px 14px;
    border-radius: 999px;
    font-size: 13px;
    white-space: nowrap;
}

.kpi-cagr-pill strong {
    color: #fff;
    font-size: 18px;
    margin-left: 6px;
}

.kpi-value-row {
    display: grid;
    grid-template-columns: 1fr 160px 1fr;
    align-items: center;
    gap: 18px;
    margin-bottom: 22px;
}

.kpi-value-box {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    border-left: 5px solid #ee661e;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.kpi-value-box.forecast {
    border-left-color: #044280;
}

.kpi-value-box span {
    display: block;
    color: #6b7280;
    font-size: 13px;
    margin-bottom: 8px;
}

.kpi-value-box strong {
    display: block;
    color: #044280;
    font-size: 22px;
    font-weight: 800;
}

.kpi-value-box small {
    color: #777;
    font-size: 12px;
}

.kpi-growth-arrow {
    text-align: center;
    color: #044280;
    font-size: 12px;
    font-weight: 700;
}

.kpi-growth-arrow span {
    display: block;
    height: 3px;
    background: linear-gradient(90deg, #ee661e, #044280);
    position: relative;
    border-radius: 10px;
    margin-bottom: 8px;
}

.kpi-growth-arrow span::after {
    content: "";
    position: absolute;
    right: -1px;
    top: -5px;
    border-left: 12px solid #044280;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.kpi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.kpi-mini {
    background: #f7faff;
    border: 1px solid #e2edf8;
    border-radius: 12px;
    padding: 13px;
}

.kpi-mini span {
    display: block;
    color: #6b7280;
    font-size: 12px;
    margin-bottom: 6px;
}

.kpi-mini strong {
    color: #044280;
    font-size: 13.5px;
    font-weight: 700;
}

@media(max-width: 991px) {
    .kpi-value-row {
        grid-template-columns: 1fr;
    }

    .kpi-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 575px) {
    .kpi-header {
        display: block;
    }

    .kpi-cagr-pill {
        display: inline-block;
        margin-top: 12px;
    }

    .kpi-grid {
        grid-template-columns: 1fr;
    }
}

/* summery end */

.overview-text {
    font-size: 17px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 18px;
    text-align: justify;
}
.segmentation-report-box {
    background: #efefef;
    border-radius: 14px;
    padding: 22px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    border: 1px solid #ddd;
}

.seg-title-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.seg-main-title {
    font-size: 22px;
    font-weight: 700;
    color: #004080;
    margin: 0;
    letter-spacing: 0.3px;
}

.seg-table-panel {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #d9d9d9;
    overflow: hidden;
}

.seg-panel-title {
    color: #004080;
    font-size: 17px;
    letter-spacing: 0.3px;
    font-weight: 700;
    padding: 14px 18px;
    background: #f7f7f7;
    border-bottom: 2px solid #f26a21;
    display: flex;
    align-items: center;
    gap: 10px;
}

.seg-panel-title span {
    width: 5px;
    height: 28px;
    background: #f26a21;
    display: inline-block;
    border-radius: 2px;
}

.seg-premium-table {
    width: 100%;
    border-collapse: collapse;
}

.seg-premium-table thead th {
    background: #004080;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 13px 15px;
    border: none;
}

.seg-premium-table tbody td {
    padding: 13px 15px;
    font-size: 13.5px;
    color: #222;
    border-bottom: 1px solid #e2e2e2;
    vertical-align: middle;
}

.seg-premium-table tbody tr:hover {
    background: #f5f9ff;
}

.seg-leading-row {
    background: linear-gradient(90deg, #fff4ec 0%, #fff 100%);
    border-left: 3px solid #f26a21;
}

.seg-badge {
    background: #f26a21;
    color: #ffffff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.seg-description {
    padding: 14px 18px;
    font-size: 13.5px;
    color: #444;
    line-height: 1.7;
    background: #fafafa;
    border-top: 1px solid #e5e5e5;
}
.seg-premium-table td:nth-child(3),
.seg-premium-table td:nth-child(4),
.seg-premium-table th:nth-child(3),
.seg-premium-table th:nth-child(4) {
    text-align: right;
    padding: 14px 18px;
}

/* summery box........... */
.competitor-premium-section {
    background: linear-gradient(90deg, #d9d9d9 0%, #f3f3f3 55%);
    border: 1px solid #dcdcdc;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 0 10px 1px rgb(220 220 220);
}

.competitor-title-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.competitor-title-wrap h3 {
    font-size: 21px;
    font-weight: 700;
    color: #044280;
    margin: 0;
}

.competitor-title-icon {
    width: 38px;
    height: 38px;
    background: #ee661e;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
}

.competitor-intro {
    background: #fff;
    border-left: 4px solid #ee661e;
    padding: 12px 15px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.7;
    color: #222;
    text-align: justify;
    margin-bottom: 18px;
}

.competitor-box {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    padding: 16px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.06);
}

.competitor-box h4 {
    font-size: 18px;
    font-weight: 700;
    color: #044280;
    margin-bottom: 15px;
    border-bottom: 2px solid #ee661e;
    padding-bottom: 8px;
}

.competitor-player-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.competitor-player-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    padding: 9px 0;
    border-bottom: 1px dashed #ddd;
    font-size: 14px;
    color: #222;
}

.competitor-player-list li:last-child {
    border-bottom: 0;
}

.player-check {
    width: 22px;
    height: 22px;
    background: #ee661e;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
}

.competitor-player-list small {
    color: #777;
    font-size: 12px;
    margin-left: auto;
}

.competitor-table thead th {
    background: #044280;
    color: #fff;
    font-size: 13px;
    padding: 12px;
    border: 0;
}

.competitor-table tbody td {
    font-size: 13.5px;
    padding: 12px;
    vertical-align: middle;
    border-bottom: 1px solid #e5e5e5;
}

.competitor-table tbody tr:nth-child(even) {
    background: #f8fbff;
}

.competitor-table tbody tr:hover {
    background: #fff3eb;
}

.position-badge {
    background: #ee661e;
    color: #fff;
    padding: 5px 10px;
    border-radius: 18px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}
.player-link {
    color: #111;
    font-weight: 500;
    text-decoration: none;
}

.player-link:hover {
    color: #ee661e;
    text-decoration: underline;
}

.competitor-player-list small {
    margin-left: auto;
    color: #666;
    font-size: 12px;
}




.region-table-card {
    border: 1px solid #e3edf7;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 20px rgba(4,66,128,0.06);
}

.region-table thead th {
    background: #044280;
    color: #fff;
    font-size: 14px;
    padding: 14px;
    font-weight: 600;
    border: none;
}

.region-table tbody td {
    padding: 13px 14px;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #edf2f7;
}

.region-table tbody tr:hover {
    background: #f7fbff;
}

.highlight-row {
    background: #fff4ec;
    font-weight: 600;
}
.regional-text-wrap {
    margin-top: 10px;
}

.region-block {
    border-left: 3px solid #ee661e;
    padding-left: 12px;
    margin-bottom: 18px;
}

.region-block h6 {
    font-size: 15px;
    font-weight: 700;
    color: #044280;
    margin-bottom: 6px;
}

.region-block p {
    font-size: 14.5px;
    line-height: 1.8;
    color: #333;
    text-align: justify;
}
/* /////////////header of titlw  */

.report-header-area {
    padding: 14px 0 10px;
    background: #f5f8fc;
}

.report-header-card {
    background: #ffffff;
    border: 1px solid #e3eaf3;
    border-radius: 14px;
    padding: 18px 22px;
    box-shadow: 0 6px 22px rgba(20, 45, 80, 0.06);
}

.report-title-link {
    text-decoration: none;
    color: inherit;
}

.report-title-link:hover {
    text-decoration: none;
    color: inherit;
}

.report-h1 {
    font-size: 25px;
    line-height: 1.35;
    font-weight: 700;
    color: #102a43;
    margin: 0 0 14px;
}

.report-meta-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.report-meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #f7faff;
    border: 1px solid #e3ecf8;
    border-radius: 30px;
    padding: 7px 12px;
    font-size: 13px;
    color: #5b6b7d;
}

.report-meta-item span {
    font-weight: 500;
}

.report-meta-item strong {
    color: #0b63ce;
    font-weight: 700;
}

.report-thumb-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.report-thumb-img {
    max-width: 120px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media (max-width: 767px) {
    .report-header-card {
        padding: 15px;
    }

    .report-h1 {
        font-size: 20px;
    }

    .report-meta-item {
        width: 100%;
        justify-content: space-between;
        border-radius: 8px;
    }
}
.znav-container,
.znav-white,
.navbar-elixir,
.main-site-header,
.report-main-navbar {
    background: #ffffff !important;
    opacity: 1 !important;
    filter: none !important;
    backdrop-filter: none !important;
}

.znav-container.sticky-top,
.report-main-navbar.sticky-top {
    position: sticky !important;
    top: 0;
    z-index: 9999 !important;
    background: #ffffff !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.znav-container .navbar,
.report-main-navbar .navbar {
    background: #ffffff !important;
}
.store-header a {
    text-decoration: none;
    color: #000;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}
.report-breadcrumb-section {
    background: #f7f9fc;
    border-bottom: 1px solid #e6edf5;
    padding: 6px 0;
}

.report-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    font-size: 12px;
    line-height: 1.5;
}

.report-breadcrumb a {
    color: #595959;
    padding: 0;
    text-decoration: none;
    font-size: 12px;
}

.report-breadcrumb a:hover {
    color: #595959;
}

.breadcrumb-separator {
    color: #8a9aab;
    font-size: 13px;
}

.breadcrumb-current {
    color: #30445f;
    font-weight: 600;
}
.report-info-card {
    display: flex;
    align-items: center;
    gap: 26px;
    /* background: #ffffff; */
    /* border: 1px solid #dde6ef;
    border-radius: 10px;
    padding: 22px 24px; */
    margin-top: 5px;
}

.report-cover-box {
    width: 150px;
    min-width: 150px;
    height: 150px;
    background: #e9eef5;
    border-radius: 6px;
}

.report-info-content {
    flex: 1;
    min-width: 0;
}

.report-info-title {
    display: block !important;
    font-size: 22px !important;
    line-height: 1.45 !important;
    font-weight: 700 !important;
    color: #082c4d !important;
    letter-spacing: normal !important;
    word-spacing: normal !important;
    text-transform: none !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
}

.report-info-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 10px;
    column-gap: 0;
    font-size: 12px;
    color: #959595;
    line-height: 1.5;
}

.report-info-meta span {
    display: inline-flex;
    align-items: center;
    padding-right: 14px;
    margin-right: 14px;
    border-right: 1px solid #d7b65b;
}

.report-info-meta span:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}

.report-info-meta strong {
    position: relative;
    font-size: 12px;
    color: #959595;
    display: inline-block;
}

@media (max-width: 767px) {
    .report-info-card {
        align-items: flex-start;
        gap: 14px;
        padding: 15px;
    }

    .report-cover-box {
        width: 85px;
        min-width: 85px;
        height: 105px;
    }

    .report-info-title {
        font-size: 17px !important;
        line-height: 1.35 !important;
    }

    .report-info-meta {
        font-size: 14px;
    }
}

.right-sidebar-col {
    align-self: flex-start;
}

.rightsticky{
    align-self: flex-start;
    position: -webkit-sticky;
    position: sticky;
    top: 75px;
}
.sidebar-widget {
    /* background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 14px;
    padding: 14px 12px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06); */
    margin-top: 10px;
    max-height: calc(100vh - 135px);
    overflow-y: auto;
}

.sidebar-title {
    font-size: 12px;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.left-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.left-nav li {
    margin: 2px 0;
}
.left-nav a{
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--colorBlack);
    background: var(--colorWhite);
    padding: 0px 0px 0px 25px;
    border-radius: 5px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.left-nav a::after {
    position: absolute;
    content: "\f054";
    font-family: "font awesome 5 free";
    font-weight: 900;
    top: 6px;
    left: 8px;
    font-size: 12px;
    color: var(--paraColor);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
/* .left-nav a {
    display: block;
    padding: 7px 9px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 1.25;
    color: #566274;
    text-decoration: none;
    border-left: 3px solid transparent;
    transition: all .2s ease;
} */

.left-nav a:hover {
    background: #f3f8ff;
    color: #0880e8;
}

.left-nav a.active {
    background: #eef6ff;
    color: #046489;
    border-left-color: #0880e8;
    font-weight: 700;
    padding: 2px 0px 3px 25px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.report-anchor,
#overview,
#competitive,
#segmentation,
#regional,
#country,
#pricing,
#manufacturing,
#value-chain,
#trade,
#investment,
#risk,
#insights,
#dynamics,
#buyer {
    scroll-margin-top: 125px;
}
/* FAQ Accordion */
.faq-accordion {
    margin-top: 24px;
}

.faq-accordion .accordion {
    border: none !important;
}

.faq-accordion .accordion-item {
    border: 1px solid #e3edf7 !important;
    border-radius: 12px !important;
    margin-bottom: 12px !important;
    overflow: hidden !important;
    background: #ffffff !important;
    box-shadow: 0 6px 16px rgba(4,66,128,0.06) !important;
    transition: all 0.2s ease;
}
.faq-accordion .accordion-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(4,66,128,0.12);
}
.faq-accordion .accordion-header {
    margin: 0 !important;
}

.faq-accordion .accordion-button {
    background: #f8fbff !important;
    color: #044280 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    padding: 14px 18px !important;
    border: none !important;
    box-shadow: none !important;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: linear-gradient(90deg, #fff4ec 0%, #ffffff 100%) !important;
    color: #ee661e !important;
    box-shadow: none !important;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none !important;
    border-color: transparent !important;
}

.faq-accordion .accordion-button::after {
    background-color: #044280 !important;
    border-radius: 50% !important;
    padding: 9px !important;
    background-size: 12px !important;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    background-color: #ee661e !important;
}

.faq-accordion .accordion-body {
    background: #ffffff !important;
    color: #333 !important;
    font-size: 14.5px !important;
    line-height: 1.8 !important;
    padding: 16px 18px !important;
    border-top: 1px solid #edf2f7 !important;
}

.faq-accordion .accordion-body p {
    margin-bottom: 8px !important;
}

.faq-accordion .accordion-body ul {
    padding-left: 20px !important;
    margin-bottom: 0 !important;
}

.faq-accordion .accordion-body li {
    font-size: 14.5px !important;
    line-height: 1.8 !important;
    color: #333 !important;
}
.faq-number {
    background: #ee661e;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 20px;
    margin-right: 10px;
}

.faq-text {
    flex: 1;
}








.toc-box {
    background: #fff;
    border: 1px solid #e6edf5;
    border-radius: 14px;
    padding: 28px 30px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);


}

.toc-box h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0f2f5f;
    margin-bottom: 20px;
    border-bottom: 2px solid #0880e8;
    padding-bottom: 10px;
}

/* Base UL */
.toc {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

/* All LI */
.toc li {
    position: relative;
    padding: 6px 0 6px 20px;
    font-size: 15px;
    color: #243b53;
    line-height: 1.5;
}

/* TREE LINE (vertical) */
.toc ul {
    list-style: none;
    margin-left: 20px;
    padding-left: 15px;
    border-left: 1px dashed #d9e2ec;
}

/* DOT NODE */
.toc li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 6px;
    height: 6px;
    background: #0880e8;
    border-radius: 50%;
}

/* HOVER */
.toc li:hover {
    color: #0880e8;
    background: #f7fbff;
    border-radius: 6px;
    padding-left: 24px;
    transition: all 0.2s ease;
}

/* LEVEL STYLING */

/* Level 1 */
.toc > li {
    font-weight: 700;
    font-size: 16px;
    color: #102a43;
    margin-top: 10px;
}

/* Level 2 */
.toc > li > ul > li {
    font-weight: 600;
    color: #334e68;
}

/* Level 3 */
.toc > li > ul > li > ul > li {
    font-weight: 400;
    color: #627d98;
    font-size: 14px;
}

/* Level 4 */
.toc > li > ul > li > ul > li > ul > li {
    font-size: 13px;
    color: #829ab1;
}

.figure-list-box .toc li {
    font-weight: 500;
    font-size: 14.5px;
    color: #334e68;
}

.figure-list-box .toc li::before {
    background: #f6b024;
}
.table-list-box .toc li {
    font-weight: 500;
    font-size: 14.5px;
    color: #334e68;
}

.table-list-box .toc li::before {
    background: #16a34a;
}
